Skip to content

Commit

Permalink
Added support for automated md5 computation when required for s3.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Mar 3, 2016
1 parent d48e71b commit 9ad3128
Show file tree
Hide file tree
Showing 1,839 changed files with 93 additions and 1,851 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;


/**
* <p> String that contains the ARN of the ACM Certificate to be deleted. This must
* be of the form: </p> <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;


/**
* <p> String that contains an ACM Certificate ARN. The ARN must be of the form:
* </p> <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;


/**
* <p> String that contains a certificate ARN in the following format: </p> <p>
* <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;


/**
* <p> Identifies the statuses of the ACM Certificates for which you want to
* retrieve the ARNs. This can be one or more of the following values: <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;


/**
* <p> Fully qualified domain name (FQDN), such as www.example.com, of the site you
* want to secure with an ACM Certificate. Use an asterisk (*) to create a wildcard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;


/**
* <p> String that contains the ARN of the requested certificate. The certificate
* ARN is generated and returned by <a>RequestCertificate</a> as soon as the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model
CreateApiKeyRequest();
Aws::String SerializePayload() const override;


/**
* <p>The name of the <a>ApiKey</a>.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
CreateAuthorizerRequest();
Aws::String SerializePayload() const override;



inline const Aws::String& GetRestApiId() const{ return m_restApiId; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model
CreateBasePathMappingRequest();
Aws::String SerializePayload() const override;


/**
* <p>The domain name of the <a>BasePathMapping</a> resource to create.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace Model
CreateDeploymentRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> resource identifier for the <a>Deployment</a> resource to
* create.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
CreateDomainNameRequest();
Aws::String SerializePayload() const override;


/**
* <p>The name of the <a>DomainName</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
CreateModelRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier under which the <a>Model</a> will be
* created.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
CreateResourceRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>RestApi</a> for the resource. </p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
CreateRestApiRequest();
Aws::String SerializePayload() const override;


/**
* <p>The name of the <a>RestApi</a>.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace Model
CreateStageRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>RestApi</a> resource for the <a>Stage</a> resource
* to create.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteApiKeyRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>ApiKey</a> resource to be deleted.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteAuthorizerRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>Authorizer</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteBasePathMappingRequest();
Aws::String SerializePayload() const override;


/**
* <p>The domain name of the <a>BasePathMapping</a> resource to delete.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ namespace Model
DeleteClientCertificateRequest();
Aws::String SerializePayload() const override;



inline const Aws::String& GetClientCertificateId() const{ return m_clientCertificateId; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteDeploymentRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>RestApi</a> resource for the <a>Deployment</a>
* resource to delete.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteDomainNameRequest();
Aws::String SerializePayload() const override;


/**
* <p>The name of the <a>DomainName</a> resource to be deleted.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteIntegrationRequest();
Aws::String SerializePayload() const override;


/**
* <p>Specifies a delete integration request's API identifier.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteIntegrationResponseRequest();
Aws::String SerializePayload() const override;


/**
* <p>Specifies a delete integration response request's API identifier.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteMethodRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>Method</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteMethodResponseRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>MethodResponse</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model
DeleteModelRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> under which the model will be deleted.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteResourceRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>Resource</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteRestApiRequest();
Aws::String SerializePayload() const override;


/**
* <p>The ID of the <a>RestApi</a> you want to delete.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
DeleteStageRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>RestApi</a> resource for the <a>Stage</a> resource
* to delete.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
FlushStageAuthorizersCacheRequest();
Aws::String SerializePayload() const override;


/**
* <p>The API identifier of the stage to flush.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
FlushStageCacheRequest();
Aws::String SerializePayload() const override;


/**
* <p>The API identifier of the stage to flush its cache.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ namespace Model
GenerateClientCertificateRequest();
Aws::String SerializePayload() const override;



inline const Aws::String& GetDescription() const{ return m_description; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetAccountRequest();
Aws::String SerializePayload() const override;


};

} // namespace Model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetApiKeyRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>ApiKey</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Model

void AddQueryStringParameters(Aws::Http::URI& uri) const override;


/**
* <p>The position of the current <a>ApiKeys</a> resource to get information
* about.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetAuthorizerRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>Authorizer</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Model

void AddQueryStringParameters(Aws::Http::URI& uri) const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>Authorizers</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetBasePathMappingRequest();
Aws::String SerializePayload() const override;


/**
* <p>The domain name of the <a>BasePathMapping</a> resource to be described.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ namespace Model

void AddQueryStringParameters(Aws::Http::URI& uri) const override;


/**
* <p>The domain name of a <a>BasePathMapping</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ namespace Model
GetClientCertificateRequest();
Aws::String SerializePayload() const override;



inline const Aws::String& GetClientCertificateId() const{ return m_clientCertificateId; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace Model

void AddQueryStringParameters(Aws::Http::URI& uri) const override;



inline const Aws::String& GetPosition() const{ return m_position; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace Model
GetDeploymentRequest();
Aws::String SerializePayload() const override;


/**
* <p>The identifier of the <a>RestApi</a> resource for the <a>Deployment</a>
* resource to get information about.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ namespace Model

void AddQueryStringParameters(Aws::Http::URI& uri) const override;


/**
* <p>The identifier of the <a>RestApi</a> resource for the collection of
* <a>Deployment</a> resources to get information about.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetDomainNameRequest();
Aws::String SerializePayload() const override;


/**
* <p>The name of the <a>DomainName</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Model

void AddQueryStringParameters(Aws::Http::URI& uri) const override;


/**
* <p>The position of the current domain names to get information about.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ namespace Model

Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;



inline const Aws::String& GetRestApiId() const{ return m_restApiId; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetIntegrationRequest();
Aws::String SerializePayload() const override;


/**
* <p>Specifies a get integration request's API identifier.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetIntegrationResponseRequest();
Aws::String SerializePayload() const override;


/**
* <p>Specifies a get integration response request's API identifier.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetMethodRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>Method</a> resource.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Model
GetMethodResponseRequest();
Aws::String SerializePayload() const override;


/**
* <p>The <a>RestApi</a> identifier for the <a>MethodResponse</a> resource.</p>
*/
Expand Down
Loading

0 comments on commit 9ad3128

Please sign in to comment.