Skip to content

Commit

Permalink
Regenerating all service operation request types with appropriate Has…
Browse files Browse the repository at this point in the history
…hable instances

Fixes brendanhay#267
  • Loading branch information
brendanhay committed Mar 20, 2016
1 parent 0764b66 commit 4d0f410
Show file tree
Hide file tree
Showing 1,885 changed files with 3,794 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ instance AWSRequest CreateAPIKey where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateAPIKey

instance ToHeaders CreateAPIKey where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ instance AWSRequest CreateAuthorizer where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateAuthorizer

instance ToHeaders CreateAuthorizer where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ instance AWSRequest CreateBasePathMapping where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateBasePathMapping

instance ToHeaders CreateBasePathMapping where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ instance AWSRequest CreateDeployment where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateDeployment

instance ToHeaders CreateDeployment where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ instance AWSRequest CreateDomainName where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateDomainName

instance ToHeaders CreateDomainName where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/CreateModel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ instance AWSRequest CreateModel where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateModel

instance ToHeaders CreateModel where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ instance AWSRequest CreateResource where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateResource

instance ToHeaders CreateResource where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ instance AWSRequest CreateRestAPI where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateRestAPI

instance ToHeaders CreateRestAPI where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/CreateStage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ instance AWSRequest CreateStage where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateStage

instance ToHeaders CreateStage where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ instance AWSRequest DeleteAPIKey where
request = delete aPIGateway
response = receiveNull DeleteAPIKeyResponse'

instance Hashable DeleteAPIKey

instance ToHeaders DeleteAPIKey where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ instance AWSRequest DeleteAuthorizer where
request = delete aPIGateway
response = receiveNull DeleteAuthorizerResponse'

instance Hashable DeleteAuthorizer

instance ToHeaders DeleteAuthorizer where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ instance AWSRequest DeleteBasePathMapping where
request = delete aPIGateway
response = receiveNull DeleteBasePathMappingResponse'

instance Hashable DeleteBasePathMapping

instance ToHeaders DeleteBasePathMapping where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ instance AWSRequest DeleteClientCertificate where
response
= receiveNull DeleteClientCertificateResponse'

instance Hashable DeleteClientCertificate

instance ToHeaders DeleteClientCertificate where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ instance AWSRequest DeleteDeployment where
request = delete aPIGateway
response = receiveNull DeleteDeploymentResponse'

instance Hashable DeleteDeployment

instance ToHeaders DeleteDeployment where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ instance AWSRequest DeleteDomainName where
request = delete aPIGateway
response = receiveNull DeleteDomainNameResponse'

instance Hashable DeleteDomainName

instance ToHeaders DeleteDomainName where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ instance AWSRequest DeleteIntegration where
request = delete aPIGateway
response = receiveNull DeleteIntegrationResponse''

instance Hashable DeleteIntegration

instance ToHeaders DeleteIntegration where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ instance AWSRequest DeleteIntegrationResponse where
response
= receiveNull DeleteIntegrationResponseResponse'

instance Hashable DeleteIntegrationResponse

instance ToHeaders DeleteIntegrationResponse where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ instance AWSRequest DeleteMethod where
request = delete aPIGateway
response = receiveNull DeleteMethodResponse''

instance Hashable DeleteMethod

instance ToHeaders DeleteMethod where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ instance AWSRequest DeleteMethodResponse where
request = delete aPIGateway
response = receiveNull DeleteMethodResponseResponse'

instance Hashable DeleteMethodResponse

instance ToHeaders DeleteMethodResponse where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/DeleteModel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ instance AWSRequest DeleteModel where
request = delete aPIGateway
response = receiveNull DeleteModelResponse'

instance Hashable DeleteModel

instance ToHeaders DeleteModel where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ instance AWSRequest DeleteResource where
request = delete aPIGateway
response = receiveNull DeleteResourceResponse'

instance Hashable DeleteResource

instance ToHeaders DeleteResource where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ instance AWSRequest DeleteRestAPI where
request = delete aPIGateway
response = receiveNull DeleteRestAPIResponse'

instance Hashable DeleteRestAPI

instance ToHeaders DeleteRestAPI where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/DeleteStage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ instance AWSRequest DeleteStage where
request = delete aPIGateway
response = receiveNull DeleteStageResponse'

instance Hashable DeleteStage

instance ToHeaders DeleteStage where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ instance AWSRequest FlushStageAuthorizersCache where
response
= receiveNull FlushStageAuthorizersCacheResponse'

instance Hashable FlushStageAuthorizersCache

instance ToHeaders FlushStageAuthorizersCache where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ instance AWSRequest FlushStageCache where
request = delete aPIGateway
response = receiveNull FlushStageCacheResponse'

instance Hashable FlushStageCache

instance ToHeaders FlushStageCache where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ instance AWSRequest GenerateClientCertificate where
request = postJSON aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GenerateClientCertificate

instance ToHeaders GenerateClientCertificate where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/GetAPIKey.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ instance AWSRequest GetAPIKey where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetAPIKey

instance ToHeaders GetAPIKey where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/GetAPIKeys.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ instance AWSRequest GetAPIKeys where
(x .?> "item" .!@ mempty) <*> (x .?> "position") <*>
(pure (fromEnum s)))

instance Hashable GetAPIKeys

instance ToHeaders GetAPIKeys where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/GetAccount.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ instance AWSRequest GetAccount where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetAccount

instance ToHeaders GetAccount where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ instance AWSRequest GetAuthorizer where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetAuthorizer

instance ToHeaders GetAuthorizer where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ instance AWSRequest GetAuthorizers where
(x .?> "item" .!@ mempty) <*> (x .?> "position") <*>
(pure (fromEnum s)))

instance Hashable GetAuthorizers

instance ToHeaders GetAuthorizers where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ instance AWSRequest GetBasePathMapping where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetBasePathMapping

instance ToHeaders GetBasePathMapping where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ instance AWSRequest GetBasePathMappings where
(x .?> "item" .!@ mempty) <*> (x .?> "position") <*>
(pure (fromEnum s)))

instance Hashable GetBasePathMappings

instance ToHeaders GetBasePathMappings where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ instance AWSRequest GetClientCertificate where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetClientCertificate

instance ToHeaders GetClientCertificate where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ instance AWSRequest GetClientCertificates where
(x .?> "item" .!@ mempty) <*> (x .?> "position") <*>
(pure (fromEnum s)))

instance Hashable GetClientCertificates

instance ToHeaders GetClientCertificates where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ instance AWSRequest GetDeployment where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetDeployment

instance ToHeaders GetDeployment where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ instance AWSRequest GetDeployments where
(x .?> "item" .!@ mempty) <*> (x .?> "position") <*>
(pure (fromEnum s)))

instance Hashable GetDeployments

instance ToHeaders GetDeployments where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ instance AWSRequest GetDomainName where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetDomainName

instance ToHeaders GetDomainName where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ instance AWSRequest GetDomainNames where
(x .?> "item" .!@ mempty) <*> (x .?> "position") <*>
(pure (fromEnum s)))

instance Hashable GetDomainNames

instance ToHeaders GetDomainNames where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/GetExport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ instance AWSRequest GetExport where
(h .#? "Content-Type")
<*> (pure (fromEnum s)))

instance Hashable GetExport

instance ToHeaders GetExport where
toHeaders GetExport'{..}
= mconcat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ instance AWSRequest GetIntegration where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetIntegration

instance ToHeaders GetIntegration where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ instance AWSRequest GetIntegrationResponse where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetIntegrationResponse

instance ToHeaders GetIntegrationResponse where
toHeaders
= const
Expand Down
2 changes: 2 additions & 0 deletions amazonka-apigateway/gen/Network/AWS/APIGateway/GetMethod.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ instance AWSRequest GetMethod where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetMethod

instance ToHeaders GetMethod where
toHeaders
= const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ instance AWSRequest GetMethodResponse where
request = get aPIGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetMethodResponse

instance ToHeaders GetMethodResponse where
toHeaders
= const
Expand Down
Loading

0 comments on commit 4d0f410

Please sign in to comment.