@aws-sdk/client-api-gateway 3.774.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/APIGatewayClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/CreateDocumentationPartCommand.d.ts +1 -0
- package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainNameAccessAssociationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -0
- package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -0
- package/dist-types/commands/CreateResourceCommand.d.ts +1 -0
- package/dist-types/commands/CreateRestApiCommand.d.ts +1 -0
- package/dist-types/commands/CreateStageCommand.d.ts +1 -0
- package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -0
- package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDomainNameAccessAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMethodCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRestApiCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -0
- package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -0
- package/dist-types/commands/FlushStageCacheCommand.d.ts +1 -0
- package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/GetApiKeysCommand.d.ts +1 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -0
- package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -0
- package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -0
- package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -0
- package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/GetDocumentationPartCommand.d.ts +1 -0
- package/dist-types/commands/GetDocumentationPartsCommand.d.ts +1 -0
- package/dist-types/commands/GetDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainNameAccessAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -0
- package/dist-types/commands/GetExportCommand.d.ts +1 -0
- package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetMethodCommand.d.ts +1 -0
- package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -0
- package/dist-types/commands/GetModelCommand.d.ts +1 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetModelsCommand.d.ts +1 -0
- package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -0
- package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceCommand.d.ts +1 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +1 -0
- package/dist-types/commands/GetRestApiCommand.d.ts +1 -0
- package/dist-types/commands/GetRestApisCommand.d.ts +1 -0
- package/dist-types/commands/GetSdkCommand.d.ts +1 -0
- package/dist-types/commands/GetSdkTypeCommand.d.ts +1 -0
- package/dist-types/commands/GetSdkTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetStageCommand.d.ts +1 -0
- package/dist-types/commands/GetStagesCommand.d.ts +1 -0
- package/dist-types/commands/GetTagsCommand.d.ts +1 -0
- package/dist-types/commands/GetUsageCommand.d.ts +1 -0
- package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -0
- package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -0
- package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -0
- package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -0
- package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -0
- package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +1 -0
- package/dist-types/commands/ImportRestApiCommand.d.ts +1 -0
- package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/PutIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/PutMethodCommand.d.ts +1 -0
- package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -0
- package/dist-types/commands/PutRestApiCommand.d.ts +1 -0
- package/dist-types/commands/RejectDomainNameAccessAssociationCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMethodCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRestApiCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUsageCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -0
- package/package.json +35 -35
|
@@ -75,6 +75,7 @@ declare const GetDocumentationPartCommand_base: {
|
|
|
75
75
|
* @throws {@link APIGatewayServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetDocumentationPartCommand extends GetDocumentationPartCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetDocumentationPartsCommand_base: {
|
|
|
85
85
|
* @throws {@link APIGatewayServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetDocumentationPartsCommand extends GetDocumentationPartsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetDocumentationVersionCommand_base: {
|
|
|
66
66
|
* @throws {@link APIGatewayServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetDocumentationVersionCommand extends GetDocumentationVersionCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetDocumentationVersionsCommand_base: {
|
|
|
75
75
|
* @throws {@link APIGatewayServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetDocumentationVersionsCommand extends GetDocumentationVersionsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetDomainNameAccessAssociationsCommand_base: {
|
|
|
79
79
|
* @throws {@link APIGatewayServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetDomainNameAccessAssociationsCommand extends GetDomainNameAccessAssociationsCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const GetDomainNameCommand_base: {
|
|
|
102
102
|
* @throws {@link APIGatewayServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetDomainNamesCommand_base: {
|
|
|
108
108
|
* @throws {@link APIGatewayServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetExportCommand_base: {
|
|
|
87
87
|
* @throws {@link APIGatewayServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetExportCommand extends GetExportCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetGatewayResponseCommand_base: {
|
|
|
75
75
|
* @throws {@link APIGatewayServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetGatewayResponseCommand extends GetGatewayResponseCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetGatewayResponsesCommand_base: {
|
|
|
81
81
|
* @throws {@link APIGatewayServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetGatewayResponsesCommand extends GetGatewayResponsesCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const GetIntegrationCommand_base: {
|
|
|
102
102
|
* @throws {@link APIGatewayServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetIntegrationResponseCommand_base: {
|
|
|
77
77
|
* @throws {@link APIGatewayServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const GetMethodCommand_base: {
|
|
|
119
119
|
* @throws {@link APIGatewayServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class GetMethodCommand extends GetMethodCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetMethodResponseCommand_base: {
|
|
|
72
72
|
* @throws {@link APIGatewayServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetMethodResponseCommand extends GetMethodResponseCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetModelCommand_base: {
|
|
|
72
72
|
* @throws {@link APIGatewayServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetModelCommand extends GetModelCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GetModelTemplateCommand_base: {
|
|
|
67
67
|
* @throws {@link APIGatewayServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetModelsCommand_base: {
|
|
|
77
77
|
* @throws {@link APIGatewayServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetRequestValidatorCommand_base: {
|
|
|
70
70
|
* @throws {@link APIGatewayServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetRequestValidatorCommand extends GetRequestValidatorCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetRequestValidatorsCommand_base: {
|
|
|
76
76
|
* @throws {@link APIGatewayServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetRequestValidatorsCommand extends GetRequestValidatorsCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const GetResourceCommand_base: {
|
|
|
129
129
|
* @throws {@link APIGatewayServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class GetResourceCommand extends GetResourceCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const GetResourcesCommand_base: {
|
|
|
138
138
|
* @throws {@link APIGatewayServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class GetResourcesCommand extends GetResourcesCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetRestApiCommand_base: {
|
|
|
92
92
|
* @throws {@link APIGatewayServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetRestApiCommand extends GetRestApiCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const GetRestApisCommand_base: {
|
|
|
98
98
|
* @throws {@link APIGatewayServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetRestApisCommand extends GetRestApisCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetSdkCommand_base: {
|
|
|
86
86
|
* @throws {@link APIGatewayServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetSdkCommand extends GetSdkCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetSdkTypeCommand_base: {
|
|
|
77
77
|
* @throws {@link APIGatewayServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetSdkTypeCommand extends GetSdkTypeCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetSdkTypesCommand_base: {
|
|
|
82
82
|
* @throws {@link APIGatewayServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetSdkTypesCommand extends GetSdkTypesCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetStageCommand_base: {
|
|
|
116
116
|
* @throws {@link APIGatewayServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetStageCommand extends GetStageCommand_base {
|
|
@@ -120,6 +120,7 @@ declare const GetStagesCommand_base: {
|
|
|
120
120
|
* @throws {@link APIGatewayServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
122
122
|
*
|
|
123
|
+
*
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class GetStagesCommand extends GetStagesCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetTagsCommand_base: {
|
|
|
70
70
|
* @throws {@link APIGatewayServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetTagsCommand extends GetTagsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetUsageCommand_base: {
|
|
|
81
81
|
* @throws {@link APIGatewayServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetUsageCommand extends GetUsageCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetUsagePlanCommand_base: {
|
|
|
93
93
|
* @throws {@link APIGatewayServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetUsagePlanCommand extends GetUsagePlanCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetUsagePlanKeyCommand_base: {
|
|
|
70
70
|
* @throws {@link APIGatewayServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetUsagePlanKeyCommand extends GetUsagePlanKeyCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetUsagePlanKeysCommand_base: {
|
|
|
77
77
|
* @throws {@link APIGatewayServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetUsagePlanKeysCommand extends GetUsagePlanKeysCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetUsagePlansCommand_base: {
|
|
|
100
100
|
* @throws {@link APIGatewayServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetUsagePlansCommand extends GetUsagePlansCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetVpcLinkCommand_base: {
|
|
|
76
76
|
* @throws {@link APIGatewayServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetVpcLinksCommand_base: {
|
|
|
82
82
|
* @throws {@link APIGatewayServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ImportApiKeysCommand_base: {
|
|
|
85
85
|
* @throws {@link APIGatewayServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ImportApiKeysCommand extends ImportApiKeysCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ImportDocumentationPartsCommand_base: {
|
|
|
86
86
|
* @throws {@link APIGatewayServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ImportDocumentationPartsCommand extends ImportDocumentationPartsCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ImportRestApiCommand_base: {
|
|
|
108
108
|
* @throws {@link APIGatewayServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ImportRestApiCommand extends ImportRestApiCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const PutGatewayResponseCommand_base: {
|
|
|
88
88
|
* @throws {@link APIGatewayServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class PutGatewayResponseCommand extends PutGatewayResponseCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const PutIntegrationCommand_base: {
|
|
|
130
130
|
* @throws {@link APIGatewayServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class PutIntegrationCommand extends PutIntegrationCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const PutIntegrationResponseCommand_base: {
|
|
|
91
91
|
* @throws {@link APIGatewayServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class PutIntegrationResponseCommand extends PutIntegrationResponseCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const PutMethodCommand_base: {
|
|
|
142
142
|
* @throws {@link APIGatewayServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class PutMethodCommand extends PutMethodCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const PutMethodResponseCommand_base: {
|
|
|
87
87
|
* @throws {@link APIGatewayServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class PutMethodResponseCommand extends PutMethodResponseCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const PutRestApiCommand_base: {
|
|
|
111
111
|
* @throws {@link APIGatewayServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class PutRestApiCommand extends PutRestApiCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const RejectDomainNameAccessAssociationCommand_base: {
|
|
|
69
69
|
* @throws {@link APIGatewayServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class RejectDomainNameAccessAssociationCommand extends RejectDomainNameAccessAssociationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link APIGatewayServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const TestInvokeAuthorizerCommand_base: {
|
|
|
95
95
|
* @throws {@link APIGatewayServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class TestInvokeAuthorizerCommand extends TestInvokeAuthorizerCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const TestInvokeMethodCommand_base: {
|
|
|
93
93
|
* @throws {@link APIGatewayServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class TestInvokeMethodCommand extends TestInvokeMethodCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link APIGatewayServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateAccountCommand_base: {
|
|
|
87
87
|
* @throws {@link APIGatewayServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateAccountCommand extends UpdateAccountCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdateApiKeyCommand_base: {
|
|
|
93
93
|
* @throws {@link APIGatewayServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateApiKeyCommand extends UpdateApiKeyCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const UpdateAuthorizerCommand_base: {
|
|
|
92
92
|
* @throws {@link APIGatewayServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateBasePathMappingCommand_base: {
|
|
|
84
84
|
* @throws {@link APIGatewayServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateBasePathMappingCommand extends UpdateBasePathMappingCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateClientCertificateCommand_base: {
|
|
|
87
87
|
* @throws {@link APIGatewayServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateClientCertificateCommand extends UpdateClientCertificateCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const UpdateDeploymentCommand_base: {
|
|
|
94
94
|
* @throws {@link APIGatewayServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateDocumentationPartCommand_base: {
|
|
|
89
89
|
* @throws {@link APIGatewayServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateDocumentationPartCommand extends UpdateDocumentationPartCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateDocumentationVersionCommand_base: {
|
|
|
83
83
|
* @throws {@link APIGatewayServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateDocumentationVersionCommand extends UpdateDocumentationVersionCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
116
116
|
* @throws {@link APIGatewayServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateGatewayResponseCommand_base: {
|
|
|
89
89
|
* @throws {@link APIGatewayServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateGatewayResponseCommand extends UpdateGatewayResponseCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
116
116
|
* @throws {@link APIGatewayServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UpdateIntegrationResponseCommand_base: {
|
|
|
91
91
|
* @throws {@link APIGatewayServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const UpdateMethodCommand_base: {
|
|
|
133
133
|
* @throws {@link APIGatewayServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class UpdateMethodCommand extends UpdateMethodCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateMethodResponseCommand_base: {
|
|
|
89
89
|
* @throws {@link APIGatewayServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateMethodResponseCommand extends UpdateMethodResponseCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const UpdateModelCommand_base: {
|
|
|
85
85
|
* @throws {@link APIGatewayServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateRequestValidatorCommand_base: {
|
|
|
84
84
|
* @throws {@link APIGatewayServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateRequestValidatorCommand extends UpdateRequestValidatorCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const UpdateResourceCommand_base: {
|
|
|
140
140
|
* @throws {@link APIGatewayServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const UpdateRestApiCommand_base: {
|
|
|
106
106
|
* @throws {@link APIGatewayServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class UpdateRestApiCommand extends UpdateRestApiCommand_base {
|