@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
|
@@ -124,6 +124,7 @@ declare const UpdateStageCommand_base: {
|
|
|
124
124
|
* @throws {@link APIGatewayServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UpdateUsageCommand_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 UpdateUsageCommand extends UpdateUsageCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const UpdateUsagePlanCommand_base: {
|
|
|
107
107
|
* @throws {@link APIGatewayServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateUsagePlanCommand extends UpdateUsagePlanCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const UpdateVpcLinkCommand_base: {
|
|
|
90
90
|
* @throws {@link APIGatewayServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from APIGateway service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-api-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-api-gateway",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-api-gateway": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.0
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
38
|
-
"@smithy/hash-node": "^4.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
42
|
-
"@smithy/middleware-retry": "^4.0
|
|
43
|
-
"@smithy/middleware-serde": "^4.0.
|
|
44
|
-
"@smithy/middleware-stack": "^4.0.
|
|
45
|
-
"@smithy/node-config-provider": "^4.0.
|
|
46
|
-
"@smithy/node-http-handler": "^4.0.
|
|
47
|
-
"@smithy/protocol-http": "^5.0
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-api-gateway": "3.775.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
31
|
+
"@aws-sdk/types": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
36
|
+
"@smithy/core": "^3.2.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
38
|
+
"@smithy/hash-node": "^4.0.2",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
44
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
46
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
47
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
48
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
49
|
+
"@smithy/types": "^4.2.0",
|
|
50
|
+
"@smithy/url-parser": "^4.0.2",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
-
"@smithy/util-endpoints": "^3.0.
|
|
57
|
-
"@smithy/util-middleware": "^4.0.
|
|
58
|
-
"@smithy/util-retry": "^4.0.
|
|
59
|
-
"@smithy/util-stream": "^4.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
56
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
58
|
+
"@smithy/util-retry": "^4.0.2",
|
|
59
|
+
"@smithy/util-stream": "^4.2.0",
|
|
60
60
|
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|