@aws-sdk/client-apigatewayv2 3.289.0 → 3.292.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/CreateApiCommand.d.ts +13 -0
- package/dist-types/commands/CreateApiMappingCommand.d.ts +13 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +13 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +13 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +15 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +13 -0
- package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +13 -0
- package/dist-types/commands/CreateModelCommand.d.ts +13 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +13 -0
- package/dist-types/commands/CreateRouteResponseCommand.d.ts +13 -0
- package/dist-types/commands/CreateStageCommand.d.ts +13 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +7 -0
- package/dist-types/commands/DeleteApiMappingCommand.d.ts +10 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +7 -0
- package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +7 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteResponseCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +7 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +7 -0
- package/dist-types/commands/GetApiCommand.d.ts +7 -0
- package/dist-types/commands/GetApiMappingCommand.d.ts +10 -0
- package/dist-types/commands/GetApiMappingsCommand.d.ts +10 -0
- package/dist-types/commands/GetApisCommand.d.ts +10 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +7 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +10 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +10 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +7 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +10 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +7 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +7 -0
- package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +10 -0
- package/dist-types/commands/GetIntegrationsCommand.d.ts +10 -0
- package/dist-types/commands/GetModelCommand.d.ts +7 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +7 -0
- package/dist-types/commands/GetModelsCommand.d.ts +10 -0
- package/dist-types/commands/GetRouteCommand.d.ts +7 -0
- package/dist-types/commands/GetRouteResponseCommand.d.ts +7 -0
- package/dist-types/commands/GetRouteResponsesCommand.d.ts +10 -0
- package/dist-types/commands/GetRoutesCommand.d.ts +10 -0
- package/dist-types/commands/GetStageCommand.d.ts +7 -0
- package/dist-types/commands/GetStagesCommand.d.ts +10 -0
- package/dist-types/commands/GetTagsCommand.d.ts +13 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +7 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +7 -0
- package/dist-types/commands/ImportApiCommand.d.ts +13 -0
- package/dist-types/commands/ReimportApiCommand.d.ts +13 -0
- package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +7 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +13 -0
- package/dist-types/commands/UpdateApiMappingCommand.d.ts +13 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +13 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +13 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +13 -0
- package/dist-types/commands/UpdateRouteResponseCommand.d.ts +13 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +10 -0
- package/package.json +35 -40
|
@@ -29,6 +29,19 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateStageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
47
|
readonly input: UpdateStageCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateVpcLinkCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request was not found. See the message field for more information.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
39
|
+
* <p>A limit has been exceeded. See the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateVpcLinkCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.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",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|