@aws-sdk/client-apigatewayv2 3.325.0 → 3.326.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.
Files changed (72) hide show
  1. package/dist-types/commands/CreateApiCommand.d.ts +42 -0
  2. package/dist-types/commands/CreateApiMappingCommand.d.ts +9 -0
  3. package/dist-types/commands/CreateAuthorizerCommand.d.ts +23 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDomainNameCommand.d.ts +31 -0
  6. package/dist-types/commands/CreateIntegrationCommand.d.ts +35 -0
  7. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +15 -0
  8. package/dist-types/commands/CreateModelCommand.d.ts +10 -0
  9. package/dist-types/commands/CreateRouteCommand.d.ts +26 -0
  10. package/dist-types/commands/CreateRouteResponseCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateStageCommand.d.ts +40 -0
  12. package/dist-types/commands/CreateVpcLinkCommand.d.ts +20 -0
  13. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteApiCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteApiMappingCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteDeploymentCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteDomainNameCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteIntegrationCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteRouteCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteStageCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +4 -0
  29. package/dist-types/commands/GetApiCommand.d.ts +42 -0
  30. package/dist-types/commands/GetApiMappingCommand.d.ts +9 -0
  31. package/dist-types/commands/GetApiMappingsCommand.d.ts +14 -0
  32. package/dist-types/commands/GetApisCommand.d.ts +47 -0
  33. package/dist-types/commands/GetAuthorizerCommand.d.ts +23 -0
  34. package/dist-types/commands/GetAuthorizersCommand.d.ts +28 -0
  35. package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  36. package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
  37. package/dist-types/commands/GetDomainNameCommand.d.ts +31 -0
  38. package/dist-types/commands/GetDomainNamesCommand.d.ts +36 -0
  39. package/dist-types/commands/GetIntegrationCommand.d.ts +35 -0
  40. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +15 -0
  41. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +20 -0
  42. package/dist-types/commands/GetIntegrationsCommand.d.ts +40 -0
  43. package/dist-types/commands/GetModelCommand.d.ts +10 -0
  44. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -0
  45. package/dist-types/commands/GetModelsCommand.d.ts +15 -0
  46. package/dist-types/commands/GetRouteCommand.d.ts +26 -0
  47. package/dist-types/commands/GetRouteResponseCommand.d.ts +16 -0
  48. package/dist-types/commands/GetRouteResponsesCommand.d.ts +21 -0
  49. package/dist-types/commands/GetRoutesCommand.d.ts +31 -0
  50. package/dist-types/commands/GetStageCommand.d.ts +40 -0
  51. package/dist-types/commands/GetStagesCommand.d.ts +45 -0
  52. package/dist-types/commands/GetTagsCommand.d.ts +8 -0
  53. package/dist-types/commands/GetVpcLinkCommand.d.ts +20 -0
  54. package/dist-types/commands/GetVpcLinksCommand.d.ts +25 -0
  55. package/dist-types/commands/ImportApiCommand.d.ts +42 -0
  56. package/dist-types/commands/ReimportApiCommand.d.ts +42 -0
  57. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +4 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  60. package/dist-types/commands/UpdateApiCommand.d.ts +42 -0
  61. package/dist-types/commands/UpdateApiMappingCommand.d.ts +9 -0
  62. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +23 -0
  63. package/dist-types/commands/UpdateDeploymentCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateDomainNameCommand.d.ts +31 -0
  65. package/dist-types/commands/UpdateIntegrationCommand.d.ts +35 -0
  66. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +15 -0
  67. package/dist-types/commands/UpdateModelCommand.d.ts +10 -0
  68. package/dist-types/commands/UpdateRouteCommand.d.ts +26 -0
  69. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateStageCommand.d.ts +40 -0
  71. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +20 -0
  72. package/package.json +3 -3
@@ -33,6 +33,8 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
33
33
  * };
34
34
  * const command = new DeleteRouteRequestParameterCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteRouteRequestParameterCommandInput - {@link DeleteRouteRequestParameterCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
47
49
  * @throws {@link TooManyRequestsException} (client fault)
48
50
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
49
51
  *
52
+ * @throws {@link ApiGatewayV2ServiceException}
53
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteRouteRequestParameterCommand extends $Command<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteRouteResponseCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteRouteResponseCommandInput - {@link DeleteRouteResponseCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
47
49
  * @throws {@link TooManyRequestsException} (client fault)
48
50
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
49
51
  *
52
+ * @throws {@link ApiGatewayV2ServiceException}
53
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteRouteResponseCommand extends $Command<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteRouteSettingsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteRouteSettingsCommandInput - {@link DeleteRouteSettingsCommandInput}
@@ -47,6 +49,8 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
47
49
  * @throws {@link TooManyRequestsException} (client fault)
48
50
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
49
51
  *
52
+ * @throws {@link ApiGatewayV2ServiceException}
53
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
50
54
  *
51
55
  */
52
56
  export declare class DeleteRouteSettingsCommand extends $Command<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteStageCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteStageCommandInput - {@link DeleteStageCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
46
48
  * @throws {@link TooManyRequestsException} (client fault)
47
49
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
48
50
  *
51
+ * @throws {@link ApiGatewayV2ServiceException}
52
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
31
31
  * };
32
32
  * const command = new DeleteVpcLinkCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteVpcLinkCommandInput - {@link DeleteVpcLinkCommandInput}
@@ -45,6 +47,8 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
45
47
  * @throws {@link TooManyRequestsException} (client fault)
46
48
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
47
49
  *
50
+ * @throws {@link ApiGatewayV2ServiceException}
51
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
48
52
  *
49
53
  */
50
54
  export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -31,6 +31,46 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
31
31
  * };
32
32
  * const command = new GetApiCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetApiResponse
35
+ * // ApiEndpoint: "STRING_VALUE",
36
+ * // ApiGatewayManaged: true || false,
37
+ * // ApiId: "STRING_VALUE",
38
+ * // ApiKeySelectionExpression: "STRING_VALUE",
39
+ * // CorsConfiguration: { // Cors
40
+ * // AllowCredentials: true || false,
41
+ * // AllowHeaders: [ // CorsHeaderList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // AllowMethods: [ // CorsMethodList
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // AllowOrigins: [ // CorsOriginList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // ExposeHeaders: [
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // MaxAge: Number("int"),
54
+ * // },
55
+ * // CreatedDate: new Date("TIMESTAMP"),
56
+ * // Description: "STRING_VALUE",
57
+ * // DisableSchemaValidation: true || false,
58
+ * // DisableExecuteApiEndpoint: true || false,
59
+ * // ImportInfo: [ // __listOf__string
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // Name: "STRING_VALUE",
63
+ * // ProtocolType: "STRING_VALUE",
64
+ * // RouteSelectionExpression: "STRING_VALUE",
65
+ * // Tags: { // Tags
66
+ * // "<keys>": "STRING_VALUE",
67
+ * // },
68
+ * // Version: "STRING_VALUE",
69
+ * // Warnings: [
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // };
73
+ *
34
74
  * ```
35
75
  *
36
76
  * @param GetApiCommandInput - {@link GetApiCommandInput}
@@ -45,6 +85,8 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
45
85
  * @throws {@link TooManyRequestsException} (client fault)
46
86
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
47
87
  *
88
+ * @throws {@link ApiGatewayV2ServiceException}
89
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
48
90
  *
49
91
  */
50
92
  export declare class GetApiCommand extends $Command<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
32
32
  * };
33
33
  * const command = new GetApiMappingCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetApiMappingResponse
36
+ * // ApiId: "STRING_VALUE",
37
+ * // ApiMappingId: "STRING_VALUE",
38
+ * // ApiMappingKey: "STRING_VALUE",
39
+ * // Stage: "STRING_VALUE",
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param GetApiMappingCommandInput - {@link GetApiMappingCommandInput}
@@ -49,6 +56,8 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
49
56
  * @throws {@link TooManyRequestsException} (client fault)
50
57
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
51
58
  *
59
+ * @throws {@link ApiGatewayV2ServiceException}
60
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
52
61
  *
53
62
  */
54
63
  export declare class GetApiMappingCommand extends $Command<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
33
33
  * };
34
34
  * const command = new GetApiMappingsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetApiMappingsResponse
37
+ * // Items: [ // __listOfApiMapping
38
+ * // { // ApiMapping
39
+ * // ApiId: "STRING_VALUE", // required
40
+ * // ApiMappingId: "STRING_VALUE",
41
+ * // ApiMappingKey: "STRING_VALUE",
42
+ * // Stage: "STRING_VALUE", // required
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param GetApiMappingsCommandInput - {@link GetApiMappingsCommandInput}
@@ -50,6 +62,8 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
50
62
  * @throws {@link TooManyRequestsException} (client fault)
51
63
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
52
64
  *
65
+ * @throws {@link ApiGatewayV2ServiceException}
66
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
53
67
  *
54
68
  */
55
69
  export declare class GetApiMappingsCommand extends $Command<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,51 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
32
32
  * };
33
33
  * const command = new GetApisCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetApisResponse
36
+ * // Items: [ // __listOfApi
37
+ * // { // Api
38
+ * // ApiEndpoint: "STRING_VALUE",
39
+ * // ApiGatewayManaged: true || false,
40
+ * // ApiId: "STRING_VALUE",
41
+ * // ApiKeySelectionExpression: "STRING_VALUE",
42
+ * // CorsConfiguration: { // Cors
43
+ * // AllowCredentials: true || false,
44
+ * // AllowHeaders: [ // CorsHeaderList
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // AllowMethods: [ // CorsMethodList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // AllowOrigins: [ // CorsOriginList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // ExposeHeaders: [
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // MaxAge: Number("int"),
57
+ * // },
58
+ * // CreatedDate: new Date("TIMESTAMP"),
59
+ * // Description: "STRING_VALUE",
60
+ * // DisableSchemaValidation: true || false,
61
+ * // DisableExecuteApiEndpoint: true || false,
62
+ * // ImportInfo: [ // __listOf__string
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // Name: "STRING_VALUE", // required
66
+ * // ProtocolType: "STRING_VALUE", // required
67
+ * // RouteSelectionExpression: "STRING_VALUE", // required
68
+ * // Tags: { // Tags
69
+ * // "<keys>": "STRING_VALUE",
70
+ * // },
71
+ * // Version: "STRING_VALUE",
72
+ * // Warnings: [
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // },
76
+ * // ],
77
+ * // NextToken: "STRING_VALUE",
78
+ * // };
79
+ *
35
80
  * ```
36
81
  *
37
82
  * @param GetApisCommandInput - {@link GetApisCommandInput}
@@ -49,6 +94,8 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
49
94
  * @throws {@link TooManyRequestsException} (client fault)
50
95
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
51
96
  *
97
+ * @throws {@link ApiGatewayV2ServiceException}
98
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
52
99
  *
53
100
  */
54
101
  export declare class GetApisCommand extends $Command<GetApisCommandInput, GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,27 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
32
32
  * };
33
33
  * const command = new GetAuthorizerCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetAuthorizerResponse
36
+ * // AuthorizerCredentialsArn: "STRING_VALUE",
37
+ * // AuthorizerId: "STRING_VALUE",
38
+ * // AuthorizerPayloadFormatVersion: "STRING_VALUE",
39
+ * // AuthorizerResultTtlInSeconds: Number("int"),
40
+ * // AuthorizerType: "STRING_VALUE",
41
+ * // AuthorizerUri: "STRING_VALUE",
42
+ * // EnableSimpleResponses: true || false,
43
+ * // IdentitySource: [ // IdentitySourceList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // IdentityValidationExpression: "STRING_VALUE",
47
+ * // JwtConfiguration: { // JWTConfiguration
48
+ * // Audience: [ // __listOf__string
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // Issuer: "STRING_VALUE",
52
+ * // },
53
+ * // Name: "STRING_VALUE",
54
+ * // };
55
+ *
35
56
  * ```
36
57
  *
37
58
  * @param GetAuthorizerCommandInput - {@link GetAuthorizerCommandInput}
@@ -46,6 +67,8 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
46
67
  * @throws {@link TooManyRequestsException} (client fault)
47
68
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
48
69
  *
70
+ * @throws {@link ApiGatewayV2ServiceException}
71
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
49
72
  *
50
73
  */
51
74
  export declare class GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,32 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
33
33
  * };
34
34
  * const command = new GetAuthorizersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetAuthorizersResponse
37
+ * // Items: [ // __listOfAuthorizer
38
+ * // { // Authorizer
39
+ * // AuthorizerCredentialsArn: "STRING_VALUE",
40
+ * // AuthorizerId: "STRING_VALUE",
41
+ * // AuthorizerPayloadFormatVersion: "STRING_VALUE",
42
+ * // AuthorizerResultTtlInSeconds: Number("int"),
43
+ * // AuthorizerType: "STRING_VALUE",
44
+ * // AuthorizerUri: "STRING_VALUE",
45
+ * // EnableSimpleResponses: true || false,
46
+ * // IdentitySource: [ // IdentitySourceList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // IdentityValidationExpression: "STRING_VALUE",
50
+ * // JwtConfiguration: { // JWTConfiguration
51
+ * // Audience: [ // __listOf__string
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // Issuer: "STRING_VALUE",
55
+ * // },
56
+ * // Name: "STRING_VALUE", // required
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
36
62
  * ```
37
63
  *
38
64
  * @param GetAuthorizersCommandInput - {@link GetAuthorizersCommandInput}
@@ -50,6 +76,8 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
50
76
  * @throws {@link TooManyRequestsException} (client fault)
51
77
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
52
78
  *
79
+ * @throws {@link ApiGatewayV2ServiceException}
80
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
53
81
  *
54
82
  */
55
83
  export declare class GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,15 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
32
32
  * };
33
33
  * const command = new GetDeploymentCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDeploymentResponse
36
+ * // AutoDeployed: true || false,
37
+ * // CreatedDate: new Date("TIMESTAMP"),
38
+ * // DeploymentId: "STRING_VALUE",
39
+ * // DeploymentStatus: "STRING_VALUE",
40
+ * // DeploymentStatusMessage: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // };
43
+ *
35
44
  * ```
36
45
  *
37
46
  * @param GetDeploymentCommandInput - {@link GetDeploymentCommandInput}
@@ -46,6 +55,8 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
46
55
  * @throws {@link TooManyRequestsException} (client fault)
47
56
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
48
57
  *
58
+ * @throws {@link ApiGatewayV2ServiceException}
59
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
49
60
  *
50
61
  */
51
62
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
33
33
  * };
34
34
  * const command = new GetDeploymentsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetDeploymentsResponse
37
+ * // Items: [ // __listOfDeployment
38
+ * // { // Deployment
39
+ * // AutoDeployed: true || false,
40
+ * // CreatedDate: new Date("TIMESTAMP"),
41
+ * // DeploymentId: "STRING_VALUE",
42
+ * // DeploymentStatus: "STRING_VALUE",
43
+ * // DeploymentStatusMessage: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param GetDeploymentsCommandInput - {@link GetDeploymentsCommandInput}
@@ -50,6 +64,8 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
50
64
  * @throws {@link TooManyRequestsException} (client fault)
51
65
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
52
66
  *
67
+ * @throws {@link ApiGatewayV2ServiceException}
68
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
53
69
  *
54
70
  */
55
71
  export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -31,6 +31,35 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
31
31
  * };
32
32
  * const command = new GetDomainNameCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDomainNameResponse
35
+ * // ApiMappingSelectionExpression: "STRING_VALUE",
36
+ * // DomainName: "STRING_VALUE",
37
+ * // DomainNameConfigurations: [ // DomainNameConfigurations
38
+ * // { // DomainNameConfiguration
39
+ * // ApiGatewayDomainName: "STRING_VALUE",
40
+ * // CertificateArn: "STRING_VALUE",
41
+ * // CertificateName: "STRING_VALUE",
42
+ * // CertificateUploadDate: new Date("TIMESTAMP"),
43
+ * // DomainNameStatus: "STRING_VALUE",
44
+ * // DomainNameStatusMessage: "STRING_VALUE",
45
+ * // EndpointType: "STRING_VALUE",
46
+ * // HostedZoneId: "STRING_VALUE",
47
+ * // SecurityPolicy: "STRING_VALUE",
48
+ * // OwnershipVerificationCertificateArn: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // MutualTlsAuthentication: { // MutualTlsAuthentication
52
+ * // TruststoreUri: "STRING_VALUE",
53
+ * // TruststoreVersion: "STRING_VALUE",
54
+ * // TruststoreWarnings: [ // __listOf__string
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // },
58
+ * // Tags: { // Tags
59
+ * // "<keys>": "STRING_VALUE",
60
+ * // },
61
+ * // };
62
+ *
34
63
  * ```
35
64
  *
36
65
  * @param GetDomainNameCommandInput - {@link GetDomainNameCommandInput}
@@ -45,6 +74,8 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
45
74
  * @throws {@link TooManyRequestsException} (client fault)
46
75
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
47
76
  *
77
+ * @throws {@link ApiGatewayV2ServiceException}
78
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
48
79
  *
49
80
  */
50
81
  export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,40 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
32
32
  * };
33
33
  * const command = new GetDomainNamesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetDomainNamesResponse
36
+ * // Items: [ // __listOfDomainName
37
+ * // { // DomainName
38
+ * // ApiMappingSelectionExpression: "STRING_VALUE",
39
+ * // DomainName: "STRING_VALUE", // required
40
+ * // DomainNameConfigurations: [ // DomainNameConfigurations
41
+ * // { // DomainNameConfiguration
42
+ * // ApiGatewayDomainName: "STRING_VALUE",
43
+ * // CertificateArn: "STRING_VALUE",
44
+ * // CertificateName: "STRING_VALUE",
45
+ * // CertificateUploadDate: new Date("TIMESTAMP"),
46
+ * // DomainNameStatus: "STRING_VALUE",
47
+ * // DomainNameStatusMessage: "STRING_VALUE",
48
+ * // EndpointType: "STRING_VALUE",
49
+ * // HostedZoneId: "STRING_VALUE",
50
+ * // SecurityPolicy: "STRING_VALUE",
51
+ * // OwnershipVerificationCertificateArn: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // MutualTlsAuthentication: { // MutualTlsAuthentication
55
+ * // TruststoreUri: "STRING_VALUE",
56
+ * // TruststoreVersion: "STRING_VALUE",
57
+ * // TruststoreWarnings: [ // __listOf__string
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // Tags: { // Tags
62
+ * // "<keys>": "STRING_VALUE",
63
+ * // },
64
+ * // },
65
+ * // ],
66
+ * // NextToken: "STRING_VALUE",
67
+ * // };
68
+ *
35
69
  * ```
36
70
  *
37
71
  * @param GetDomainNamesCommandInput - {@link GetDomainNamesCommandInput}
@@ -49,6 +83,8 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
49
83
  * @throws {@link TooManyRequestsException} (client fault)
50
84
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
51
85
  *
86
+ * @throws {@link ApiGatewayV2ServiceException}
87
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
52
88
  *
53
89
  */
54
90
  export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -32,6 +32,39 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
32
32
  * };
33
33
  * const command = new GetIntegrationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetIntegrationResult
36
+ * // ApiGatewayManaged: true || false,
37
+ * // ConnectionId: "STRING_VALUE",
38
+ * // ConnectionType: "STRING_VALUE",
39
+ * // ContentHandlingStrategy: "STRING_VALUE",
40
+ * // CredentialsArn: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // IntegrationId: "STRING_VALUE",
43
+ * // IntegrationMethod: "STRING_VALUE",
44
+ * // IntegrationResponseSelectionExpression: "STRING_VALUE",
45
+ * // IntegrationSubtype: "STRING_VALUE",
46
+ * // IntegrationType: "STRING_VALUE",
47
+ * // IntegrationUri: "STRING_VALUE",
48
+ * // PassthroughBehavior: "STRING_VALUE",
49
+ * // PayloadFormatVersion: "STRING_VALUE",
50
+ * // RequestParameters: { // IntegrationParameters
51
+ * // "<keys>": "STRING_VALUE",
52
+ * // },
53
+ * // RequestTemplates: { // TemplateMap
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
56
+ * // ResponseParameters: { // ResponseParameters
57
+ * // "<keys>": {
58
+ * // "<keys>": "STRING_VALUE",
59
+ * // },
60
+ * // },
61
+ * // TemplateSelectionExpression: "STRING_VALUE",
62
+ * // TimeoutInMillis: Number("int"),
63
+ * // TlsConfig: { // TlsConfig
64
+ * // ServerNameToVerify: "STRING_VALUE",
65
+ * // },
66
+ * // };
67
+ *
35
68
  * ```
36
69
  *
37
70
  * @param GetIntegrationCommandInput - {@link GetIntegrationCommandInput}
@@ -46,6 +79,8 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
46
79
  * @throws {@link TooManyRequestsException} (client fault)
47
80
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
48
81
  *
82
+ * @throws {@link ApiGatewayV2ServiceException}
83
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
49
84
  *
50
85
  */
51
86
  export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
33
33
  * };
34
34
  * const command = new GetIntegrationResponseCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetIntegrationResponseResponse
37
+ * // ContentHandlingStrategy: "STRING_VALUE",
38
+ * // IntegrationResponseId: "STRING_VALUE",
39
+ * // IntegrationResponseKey: "STRING_VALUE",
40
+ * // ResponseParameters: { // IntegrationParameters
41
+ * // "<keys>": "STRING_VALUE",
42
+ * // },
43
+ * // ResponseTemplates: { // TemplateMap
44
+ * // "<keys>": "STRING_VALUE",
45
+ * // },
46
+ * // TemplateSelectionExpression: "STRING_VALUE",
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param GetIntegrationResponseCommandInput - {@link GetIntegrationResponseCommandInput}
@@ -47,6 +60,8 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
47
60
  * @throws {@link TooManyRequestsException} (client fault)
48
61
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
49
62
  *
63
+ * @throws {@link ApiGatewayV2ServiceException}
64
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
50
65
  *
51
66
  */
52
67
  export declare class GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -34,6 +34,24 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
34
34
  * };
35
35
  * const command = new GetIntegrationResponsesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetIntegrationResponsesResponse
38
+ * // Items: [ // __listOfIntegrationResponse
39
+ * // { // IntegrationResponse
40
+ * // ContentHandlingStrategy: "STRING_VALUE",
41
+ * // IntegrationResponseId: "STRING_VALUE",
42
+ * // IntegrationResponseKey: "STRING_VALUE", // required
43
+ * // ResponseParameters: { // IntegrationParameters
44
+ * // "<keys>": "STRING_VALUE",
45
+ * // },
46
+ * // ResponseTemplates: { // TemplateMap
47
+ * // "<keys>": "STRING_VALUE",
48
+ * // },
49
+ * // TemplateSelectionExpression: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
37
55
  * ```
38
56
  *
39
57
  * @param GetIntegrationResponsesCommandInput - {@link GetIntegrationResponsesCommandInput}
@@ -51,6 +69,8 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
51
69
  * @throws {@link TooManyRequestsException} (client fault)
52
70
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
53
71
  *
72
+ * @throws {@link ApiGatewayV2ServiceException}
73
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
54
74
  *
55
75
  */
56
76
  export declare class GetIntegrationResponsesCommand extends $Command<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -33,6 +33,44 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
33
33
  * };
34
34
  * const command = new GetIntegrationsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetIntegrationsResponse
37
+ * // Items: [ // __listOfIntegration
38
+ * // { // Integration
39
+ * // ApiGatewayManaged: true || false,
40
+ * // ConnectionId: "STRING_VALUE",
41
+ * // ConnectionType: "STRING_VALUE",
42
+ * // ContentHandlingStrategy: "STRING_VALUE",
43
+ * // CredentialsArn: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // IntegrationId: "STRING_VALUE",
46
+ * // IntegrationMethod: "STRING_VALUE",
47
+ * // IntegrationResponseSelectionExpression: "STRING_VALUE",
48
+ * // IntegrationSubtype: "STRING_VALUE",
49
+ * // IntegrationType: "STRING_VALUE",
50
+ * // IntegrationUri: "STRING_VALUE",
51
+ * // PassthroughBehavior: "STRING_VALUE",
52
+ * // PayloadFormatVersion: "STRING_VALUE",
53
+ * // RequestParameters: { // IntegrationParameters
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
56
+ * // RequestTemplates: { // TemplateMap
57
+ * // "<keys>": "STRING_VALUE",
58
+ * // },
59
+ * // ResponseParameters: { // ResponseParameters
60
+ * // "<keys>": {
61
+ * // "<keys>": "STRING_VALUE",
62
+ * // },
63
+ * // },
64
+ * // TemplateSelectionExpression: "STRING_VALUE",
65
+ * // TimeoutInMillis: Number("int"),
66
+ * // TlsConfig: { // TlsConfig
67
+ * // ServerNameToVerify: "STRING_VALUE",
68
+ * // },
69
+ * // },
70
+ * // ],
71
+ * // NextToken: "STRING_VALUE",
72
+ * // };
73
+ *
36
74
  * ```
37
75
  *
38
76
  * @param GetIntegrationsCommandInput - {@link GetIntegrationsCommandInput}
@@ -50,6 +88,8 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
50
88
  * @throws {@link TooManyRequestsException} (client fault)
51
89
  * <p>A limit has been exceeded. See the accompanying error message for details.</p>
52
90
  *
91
+ * @throws {@link ApiGatewayV2ServiceException}
92
+ * <p>Base exception class for all service exceptions from ApiGatewayV2 service.</p>
53
93
  *
54
94
  */
55
95
  export declare class GetIntegrationsCommand extends $Command<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig> {