Skip to content

Commit

Permalink
Regenerating all services with updated configuration constant naming
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed May 3, 2016
1 parent b586835 commit 0d92cbf
Show file tree
Hide file tree
Showing 820 changed files with 877 additions and 877 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cakDescription = lens _cakDescription (\ s a -> s{_cakDescription = a});

instance AWSRequest CreateAPIKey where
type Rs CreateAPIKey = APIKey
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateAPIKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ caIdentitySource = lens _caIdentitySource (\ s a -> s{_caIdentitySource = a});

instance AWSRequest CreateAuthorizer where
type Rs CreateAuthorizer = Authorizer
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateAuthorizer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cbpmRestAPIId = lens _cbpmRestAPIId (\ s a -> s{_cbpmRestAPIId = a});

instance AWSRequest CreateBasePathMapping where
type Rs CreateBasePathMapping = BasePathMapping
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateBasePathMapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cdStageName = lens _cdStageName (\ s a -> s{_cdStageName = a});

instance AWSRequest CreateDeployment where
type Rs CreateDeployment = Deployment
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateDeployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ cdnCertificateChain = lens _cdnCertificateChain (\ s a -> s{_cdnCertificateChain

instance AWSRequest CreateDomainName where
type Rs CreateDomainName = DomainName
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateDomainName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ cmContentType = lens _cmContentType (\ s a -> s{_cmContentType = a});

instance AWSRequest CreateModel where
type Rs CreateModel = Model
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ crPathPart = lens _crPathPart (\ s a -> s{_crPathPart = a});

instance AWSRequest CreateResource where
type Rs CreateResource = Resource
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ craName = lens _craName (\ s a -> s{_craName = a});

instance AWSRequest CreateRestAPI where
type Rs CreateRestAPI = RestAPI
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateRestAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ csDeploymentId = lens _csDeploymentId (\ s a -> s{_csDeploymentId = a});

instance AWSRequest CreateStage where
type Rs CreateStage = Stage
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable CreateStage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dakApiKey = lens _dakApiKey (\ s a -> s{_dakApiKey = a});

instance AWSRequest DeleteAPIKey where
type Rs DeleteAPIKey = DeleteAPIKeyResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteAPIKeyResponse'

instance Hashable DeleteAPIKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ daAuthorizerId = lens _daAuthorizerId (\ s a -> s{_daAuthorizerId = a});

instance AWSRequest DeleteAuthorizer where
type Rs DeleteAuthorizer = DeleteAuthorizerResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteAuthorizerResponse'

instance Hashable DeleteAuthorizer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dbpmBasePath = lens _dbpmBasePath (\ s a -> s{_dbpmBasePath = a});
instance AWSRequest DeleteBasePathMapping where
type Rs DeleteBasePathMapping =
DeleteBasePathMappingResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteBasePathMappingResponse'

instance Hashable DeleteBasePathMapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dccClientCertificateId = lens _dccClientCertificateId (\ s a -> s{_dccClientCert
instance AWSRequest DeleteClientCertificate where
type Rs DeleteClientCertificate =
DeleteClientCertificateResponse
request = delete aPIGateway
request = delete apiGateway
response
= receiveNull DeleteClientCertificateResponse'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ddDeploymentId = lens _ddDeploymentId (\ s a -> s{_ddDeploymentId = a});

instance AWSRequest DeleteDeployment where
type Rs DeleteDeployment = DeleteDeploymentResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteDeploymentResponse'

instance Hashable DeleteDeployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ddnDomainName = lens _ddnDomainName (\ s a -> s{_ddnDomainName = a});

instance AWSRequest DeleteDomainName where
type Rs DeleteDomainName = DeleteDomainNameResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteDomainNameResponse'

instance Hashable DeleteDomainName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ delHttpMethod = lens _delHttpMethod (\ s a -> s{_delHttpMethod = a});
instance AWSRequest DeleteIntegration where
type Rs DeleteIntegration =
DeleteIntegrationResponse'
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteIntegrationResponse''

instance Hashable DeleteIntegration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ diStatusCode = lens _diStatusCode (\ s a -> s{_diStatusCode = a});
instance AWSRequest DeleteIntegrationResponse where
type Rs DeleteIntegrationResponse =
DeleteIntegrationResponseResponse
request = delete aPIGateway
request = delete apiGateway
response
= receiveNull DeleteIntegrationResponseResponse'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dmmHttpMethod = lens _dmmHttpMethod (\ s a -> s{_dmmHttpMethod = a});

instance AWSRequest DeleteMethod where
type Rs DeleteMethod = DeleteMethodResponse'
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteMethodResponse''

instance Hashable DeleteMethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dmStatusCode = lens _dmStatusCode (\ s a -> s{_dmStatusCode = a});
instance AWSRequest DeleteMethodResponse where
type Rs DeleteMethodResponse =
DeleteMethodResponseResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteMethodResponseResponse'

instance Hashable DeleteMethodResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dModelName = lens _dModelName (\ s a -> s{_dModelName = a});

instance AWSRequest DeleteModel where
type Rs DeleteModel = DeleteModelResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteModelResponse'

instance Hashable DeleteModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ drResourceId = lens _drResourceId (\ s a -> s{_drResourceId = a});

instance AWSRequest DeleteResource where
type Rs DeleteResource = DeleteResourceResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteResourceResponse'

instance Hashable DeleteResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ draRestAPIId = lens _draRestAPIId (\ s a -> s{_draRestAPIId = a});

instance AWSRequest DeleteRestAPI where
type Rs DeleteRestAPI = DeleteRestAPIResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteRestAPIResponse'

instance Hashable DeleteRestAPI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dsStageName = lens _dsStageName (\ s a -> s{_dsStageName = a});

instance AWSRequest DeleteStage where
type Rs DeleteStage = DeleteStageResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull DeleteStageResponse'

instance Hashable DeleteStage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fsacStageName = lens _fsacStageName (\ s a -> s{_fsacStageName = a});
instance AWSRequest FlushStageAuthorizersCache where
type Rs FlushStageAuthorizersCache =
FlushStageAuthorizersCacheResponse
request = delete aPIGateway
request = delete apiGateway
response
= receiveNull FlushStageAuthorizersCacheResponse'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fscStageName = lens _fscStageName (\ s a -> s{_fscStageName = a});

instance AWSRequest FlushStageCache where
type Rs FlushStageCache = FlushStageCacheResponse
request = delete aPIGateway
request = delete apiGateway
response = receiveNull FlushStageCacheResponse'

instance Hashable FlushStageCache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gccDescription = lens _gccDescription (\ s a -> s{_gccDescription = a});

instance AWSRequest GenerateClientCertificate where
type Rs GenerateClientCertificate = ClientCertificate
request = postJSON aPIGateway
request = postJSON apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GenerateClientCertificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gakApiKey = lens _gakApiKey (\ s a -> s{_gakApiKey = a});

instance AWSRequest GetAPIKey where
type Rs GetAPIKey = APIKey
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetAPIKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ instance AWSPager GetAPIKeys where

instance AWSRequest GetAPIKeys where
type Rs GetAPIKeys = GetAPIKeysResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ getAccount = GetAccount'

instance AWSRequest GetAccount where
type Rs GetAccount = Account
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetAccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gaaAuthorizerId = lens _gaaAuthorizerId (\ s a -> s{_gaaAuthorizerId = a});

instance AWSRequest GetAuthorizer where
type Rs GetAuthorizer = Authorizer
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetAuthorizer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ gaRestAPIId = lens _gaRestAPIId (\ s a -> s{_gaRestAPIId = a});

instance AWSRequest GetAuthorizers where
type Rs GetAuthorizers = GetAuthorizersResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gbpmBasePath = lens _gbpmBasePath (\ s a -> s{_gbpmBasePath = a});

instance AWSRequest GetBasePathMapping where
type Rs GetBasePathMapping = BasePathMapping
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetBasePathMapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ instance AWSPager GetBasePathMappings where
instance AWSRequest GetBasePathMappings where
type Rs GetBasePathMappings =
GetBasePathMappingsResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gccClientCertificateId = lens _gccClientCertificateId (\ s a -> s{_gccClientCert

instance AWSRequest GetClientCertificate where
type Rs GetClientCertificate = ClientCertificate
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetClientCertificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ instance AWSPager GetClientCertificates where
instance AWSRequest GetClientCertificates where
type Rs GetClientCertificates =
GetClientCertificatesResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gDeploymentId = lens _gDeploymentId (\ s a -> s{_gDeploymentId = a});

instance AWSRequest GetDeployment where
type Rs GetDeployment = Deployment
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetDeployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ instance AWSPager GetDeployments where

instance AWSRequest GetDeployments where
type Rs GetDeployments = GetDeploymentsResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gdnDomainName = lens _gdnDomainName (\ s a -> s{_gdnDomainName = a});

instance AWSRequest GetDomainName where
type Rs GetDomainName = DomainName
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetDomainName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ instance AWSPager GetDomainNames where

instance AWSRequest GetDomainNames where
type Rs GetDomainNames = GetDomainNamesResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ geExportType = lens _geExportType (\ s a -> s{_geExportType = a});

instance AWSRequest GetExport where
type Rs GetExport = GetExportResponse
request = get aPIGateway
request = get apiGateway
response
= receiveJSON
(\ s h x ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ giHttpMethod = lens _giHttpMethod (\ s a -> s{_giHttpMethod = a});

instance AWSRequest GetIntegration where
type Rs GetIntegration = Integration
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetIntegration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ getStatusCode = lens _getStatusCode (\ s a -> s{_getStatusCode = a});

instance AWSRequest GetIntegrationResponse where
type Rs GetIntegrationResponse = IntegrationResponse
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetIntegrationResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ gmmHttpMethod = lens _gmmHttpMethod (\ s a -> s{_gmmHttpMethod = a});

instance AWSRequest GetMethod where
type Rs GetMethod = Method
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetMethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gmStatusCode = lens _gmStatusCode (\ s a -> s{_gmStatusCode = a});

instance AWSRequest GetMethodResponse where
type Rs GetMethodResponse = MethodResponse
request = get aPIGateway
request = get apiGateway
response = receiveJSON (\ s h x -> eitherParseJSON x)

instance Hashable GetMethodResponse
Expand Down
Loading

0 comments on commit 0d92cbf

Please sign in to comment.