@aws-sdk/client-api-gateway 3.298.0 → 3.300.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-types/commands/CreateApiKeyCommand.d.ts +17 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +14 -0
- package/dist-types/commands/CreateBasePathMappingCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +19 -0
- package/dist-types/commands/CreateDocumentationPartCommand.d.ts +11 -0
- package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +27 -0
- package/dist-types/commands/CreateModelCommand.d.ts +7 -0
- package/dist-types/commands/CreateRequestValidatorCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceCommand.d.ts +5 -0
- package/dist-types/commands/CreateRestApiCommand.d.ts +24 -0
- package/dist-types/commands/CreateStageCommand.d.ts +24 -0
- package/dist-types/commands/CreateUsagePlanCommand.d.ts +28 -0
- package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +5 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +10 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteClientCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +3 -0
- package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +5 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMethodCommand.d.ts +5 -0
- package/dist-types/commands/DeleteMethodResponseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRestApiCommand.d.ts +3 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUsagePlanCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +3 -0
- package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +4 -0
- package/dist-types/commands/FlushStageCacheCommand.d.ts +4 -0
- package/dist-types/commands/GenerateClientCertificateCommand.d.ts +6 -0
- package/dist-types/commands/GetAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/GetApiKeysCommand.d.ts +7 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +4 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +5 -0
- package/dist-types/commands/GetBasePathMappingCommand.d.ts +4 -0
- package/dist-types/commands/GetBasePathMappingsCommand.d.ts +5 -0
- package/dist-types/commands/GetClientCertificateCommand.d.ts +3 -0
- package/dist-types/commands/GetClientCertificatesCommand.d.ts +4 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/GetDocumentationPartCommand.d.ts +4 -0
- package/dist-types/commands/GetDocumentationPartsCommand.d.ts +9 -0
- package/dist-types/commands/GetDocumentationVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +5 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +3 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +4 -0
- package/dist-types/commands/GetExportCommand.d.ts +9 -0
- package/dist-types/commands/GetGatewayResponseCommand.d.ts +4 -0
- package/dist-types/commands/GetGatewayResponsesCommand.d.ts +5 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +5 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -0
- package/dist-types/commands/GetMethodCommand.d.ts +5 -0
- package/dist-types/commands/GetMethodResponseCommand.d.ts +6 -0
- package/dist-types/commands/GetModelCommand.d.ts +5 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetModelsCommand.d.ts +5 -0
- package/dist-types/commands/GetRequestValidatorCommand.d.ts +4 -0
- package/dist-types/commands/GetRequestValidatorsCommand.d.ts +5 -0
- package/dist-types/commands/GetResourceCommand.d.ts +7 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +8 -0
- package/dist-types/commands/GetRestApiCommand.d.ts +3 -0
- package/dist-types/commands/GetRestApisCommand.d.ts +4 -0
- package/dist-types/commands/GetSdkCommand.d.ts +8 -0
- package/dist-types/commands/GetSdkTypeCommand.d.ts +3 -0
- package/dist-types/commands/GetSdkTypesCommand.d.ts +4 -0
- package/dist-types/commands/GetStageCommand.d.ts +4 -0
- package/dist-types/commands/GetStagesCommand.d.ts +4 -0
- package/dist-types/commands/GetTagsCommand.d.ts +5 -0
- package/dist-types/commands/GetUsageCommand.d.ts +8 -0
- package/dist-types/commands/GetUsagePlanCommand.d.ts +3 -0
- package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +4 -0
- package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +6 -0
- package/dist-types/commands/GetUsagePlansCommand.d.ts +5 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +3 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +4 -0
- package/dist-types/commands/ImportApiKeysCommand.d.ts +5 -0
- package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +6 -0
- package/dist-types/commands/ImportRestApiCommand.d.ts +7 -0
- package/dist-types/commands/PutGatewayResponseCommand.d.ts +11 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +27 -0
- package/dist-types/commands/PutIntegrationResponseCommand.d.ts +14 -0
- package/dist-types/commands/PutMethodCommand.d.ts +19 -0
- package/dist-types/commands/PutMethodResponseCommand.d.ts +12 -0
- package/dist-types/commands/PutRestApiCommand.d.ts +9 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +20 -0
- package/dist-types/commands/TestInvokeMethodCommand.d.ts +19 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +10 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +12 -0
- package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +12 -0
- package/dist-types/commands/UpdateClientCertificateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +12 -0
- package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +12 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +12 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +14 -0
- package/dist-types/commands/UpdateMethodCommand.d.ts +13 -0
- package/dist-types/commands/UpdateMethodResponseCommand.d.ts +14 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +12 -0
- package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +12 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +12 -0
- package/dist-types/commands/UpdateRestApiCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +12 -0
- package/dist-types/commands/UpdateUsageCommand.d.ts +12 -0
- package/dist-types/commands/UpdateUsagePlanCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +11 -0
- package/package.json +12 -12
|
@@ -26,6 +26,17 @@ export interface UpdateUsagePlanCommandOutput extends UsagePlan, __MetadataBeare
|
|
|
26
26
|
* import { APIGatewayClient, UpdateUsagePlanCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
27
27
|
* // const { APIGatewayClient, UpdateUsagePlanCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
28
28
|
* const client = new APIGatewayClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* usagePlanId: "STRING_VALUE", // required
|
|
31
|
+
* patchOperations: [
|
|
32
|
+
* {
|
|
33
|
+
* op: "add" || "remove" || "replace" || "move" || "copy" || "test",
|
|
34
|
+
* path: "STRING_VALUE",
|
|
35
|
+
* value: "STRING_VALUE",
|
|
36
|
+
* from: "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* };
|
|
29
40
|
* const command = new UpdateUsagePlanCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
|
|
|
26
26
|
* import { APIGatewayClient, UpdateVpcLinkCommand } from "@aws-sdk/client-api-gateway"; // ES Modules import
|
|
27
27
|
* // const { APIGatewayClient, UpdateVpcLinkCommand } = require("@aws-sdk/client-api-gateway"); // CommonJS import
|
|
28
28
|
* const client = new APIGatewayClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* vpcLinkId: "STRING_VALUE", // required
|
|
31
|
+
* patchOperations: [
|
|
32
|
+
* {
|
|
33
|
+
* op: "add" || "remove" || "replace" || "move" || "copy" || "test",
|
|
34
|
+
* path: "STRING_VALUE",
|
|
35
|
+
* value: "STRING_VALUE",
|
|
36
|
+
* from: "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* };
|
|
29
40
|
* const command = new UpdateVpcLinkCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
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.300.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,24 +21,24 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.300.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.300.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-sdk-api-gateway": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
39
39
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
41
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
41
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
42
42
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
43
43
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
44
44
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
51
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
52
52
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-retry": "3.296.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
56
56
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
57
57
|
"tslib": "^2.5.0"
|
|
58
58
|
},
|