@aws-sdk/client-apigatewayv2 3.300.0 → 3.301.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 +6 -6
  2. package/dist-types/commands/CreateApiMappingCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateAuthorizerCommand.d.ts +4 -4
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateDomainNameCommand.d.ts +5 -5
  6. package/dist-types/commands/CreateIntegrationCommand.d.ts +5 -5
  7. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateRouteCommand.d.ts +5 -5
  10. package/dist-types/commands/CreateRouteResponseCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateStageCommand.d.ts +6 -6
  12. package/dist-types/commands/CreateVpcLinkCommand.d.ts +4 -4
  13. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteApiCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteApiMappingCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  29. package/dist-types/commands/GetApiCommand.d.ts +1 -1
  30. package/dist-types/commands/GetApiMappingCommand.d.ts +1 -1
  31. package/dist-types/commands/GetApiMappingsCommand.d.ts +1 -1
  32. package/dist-types/commands/GetApisCommand.d.ts +1 -1
  33. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  34. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  36. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  37. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  38. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  39. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  40. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  41. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +1 -1
  42. package/dist-types/commands/GetIntegrationsCommand.d.ts +1 -1
  43. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  44. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetRouteCommand.d.ts +1 -1
  47. package/dist-types/commands/GetRouteResponseCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRouteResponsesCommand.d.ts +1 -1
  49. package/dist-types/commands/GetRoutesCommand.d.ts +1 -1
  50. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  51. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  52. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  53. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  54. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  55. package/dist-types/commands/ImportApiCommand.d.ts +1 -1
  56. package/dist-types/commands/ReimportApiCommand.d.ts +1 -1
  57. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +1 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  59. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateApiCommand.d.ts +5 -5
  61. package/dist-types/commands/UpdateApiMappingCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +4 -4
  63. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDomainNameCommand.d.ts +4 -4
  65. package/dist-types/commands/UpdateIntegrationCommand.d.ts +5 -5
  66. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateRouteCommand.d.ts +5 -5
  69. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +4 -4
  70. package/dist-types/commands/UpdateStageCommand.d.ts +5 -5
  71. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  72. package/package.json +3 -3
@@ -26,17 +26,17 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
26
26
  * import { ApiGatewayV2Client, CreateApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateApiRequest
30
30
  * ApiKeySelectionExpression: "STRING_VALUE",
31
- * CorsConfiguration: {
31
+ * CorsConfiguration: { // Cors
32
32
  * AllowCredentials: true || false,
33
- * AllowHeaders: [
33
+ * AllowHeaders: [ // CorsHeaderList
34
34
  * "STRING_VALUE",
35
35
  * ],
36
- * AllowMethods: [
36
+ * AllowMethods: [ // CorsMethodList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * AllowOrigins: [
39
+ * AllowOrigins: [ // CorsOriginList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * ExposeHeaders: [
@@ -52,7 +52,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
52
52
  * ProtocolType: "STRING_VALUE", // required
53
53
  * RouteKey: "STRING_VALUE",
54
54
  * RouteSelectionExpression: "STRING_VALUE",
55
- * Tags: {
55
+ * Tags: { // Tags
56
56
  * "<keys>": "STRING_VALUE",
57
57
  * },
58
58
  * Target: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
26
26
  * import { ApiGatewayV2Client, CreateApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateApiMappingRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ApiMappingKey: "STRING_VALUE",
32
32
  * DomainName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
26
26
  * import { ApiGatewayV2Client, CreateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateAuthorizerRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * AuthorizerCredentialsArn: "STRING_VALUE",
32
32
  * AuthorizerPayloadFormatVersion: "STRING_VALUE",
@@ -34,12 +34,12 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
34
34
  * AuthorizerType: "STRING_VALUE", // required
35
35
  * AuthorizerUri: "STRING_VALUE",
36
36
  * EnableSimpleResponses: true || false,
37
- * IdentitySource: [ // required
37
+ * IdentitySource: [ // IdentitySourceList // required
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * IdentityValidationExpression: "STRING_VALUE",
41
- * JwtConfiguration: {
42
- * Audience: [
41
+ * JwtConfiguration: { // JWTConfiguration
42
+ * Audience: [ // __listOf__string
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * Issuer: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
26
26
  * import { ApiGatewayV2Client, CreateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateDeploymentRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * StageName: "STRING_VALUE",
@@ -26,10 +26,10 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
26
26
  * import { ApiGatewayV2Client, CreateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateDomainNameRequest
30
30
  * DomainName: "STRING_VALUE", // required
31
- * DomainNameConfigurations: [
32
- * {
31
+ * DomainNameConfigurations: [ // DomainNameConfigurations
32
+ * { // DomainNameConfiguration
33
33
  * ApiGatewayDomainName: "STRING_VALUE",
34
34
  * CertificateArn: "STRING_VALUE",
35
35
  * CertificateName: "STRING_VALUE",
@@ -42,11 +42,11 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
42
42
  * OwnershipVerificationCertificateArn: "STRING_VALUE",
43
43
  * },
44
44
  * ],
45
- * MutualTlsAuthentication: {
45
+ * MutualTlsAuthentication: { // MutualTlsAuthenticationInput
46
46
  * TruststoreUri: "STRING_VALUE",
47
47
  * TruststoreVersion: "STRING_VALUE",
48
48
  * },
49
- * Tags: {
49
+ * Tags: { // Tags
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * };
@@ -26,7 +26,7 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
26
26
  * import { ApiGatewayV2Client, CreateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateIntegrationRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ConnectionId: "STRING_VALUE",
32
32
  * ConnectionType: "STRING_VALUE",
@@ -39,20 +39,20 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
39
39
  * IntegrationUri: "STRING_VALUE",
40
40
  * PassthroughBehavior: "STRING_VALUE",
41
41
  * PayloadFormatVersion: "STRING_VALUE",
42
- * RequestParameters: {
42
+ * RequestParameters: { // IntegrationParameters
43
43
  * "<keys>": "STRING_VALUE",
44
44
  * },
45
- * RequestTemplates: {
45
+ * RequestTemplates: { // TemplateMap
46
46
  * "<keys>": "STRING_VALUE",
47
47
  * },
48
- * ResponseParameters: {
48
+ * ResponseParameters: { // ResponseParameters
49
49
  * "<keys>": {
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * },
53
53
  * TemplateSelectionExpression: "STRING_VALUE",
54
54
  * TimeoutInMillis: Number("int"),
55
- * TlsConfig: {
55
+ * TlsConfig: { // TlsConfigInput
56
56
  * ServerNameToVerify: "STRING_VALUE",
57
57
  * },
58
58
  * };
@@ -26,15 +26,15 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
26
26
  * import { ApiGatewayV2Client, CreateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateIntegrationResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ContentHandlingStrategy: "STRING_VALUE",
32
32
  * IntegrationId: "STRING_VALUE", // required
33
33
  * IntegrationResponseKey: "STRING_VALUE", // required
34
- * ResponseParameters: {
34
+ * ResponseParameters: { // IntegrationParameters
35
35
  * "<keys>": "STRING_VALUE",
36
36
  * },
37
- * ResponseTemplates: {
37
+ * ResponseTemplates: { // TemplateMap
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * TemplateSelectionExpression: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, CreateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateModelRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ContentType: "STRING_VALUE",
32
32
  * Description: "STRING_VALUE",
@@ -26,21 +26,21 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
26
26
  * import { ApiGatewayV2Client, CreateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateRouteRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ApiKeyRequired: true || false,
32
- * AuthorizationScopes: [
32
+ * AuthorizationScopes: [ // AuthorizationScopes
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * AuthorizationType: "STRING_VALUE",
36
36
  * AuthorizerId: "STRING_VALUE",
37
37
  * ModelSelectionExpression: "STRING_VALUE",
38
38
  * OperationName: "STRING_VALUE",
39
- * RequestModels: {
39
+ * RequestModels: { // RouteModels
40
40
  * "<keys>": "STRING_VALUE",
41
41
  * },
42
- * RequestParameters: {
43
- * "<keys>": {
42
+ * RequestParameters: { // RouteParameters
43
+ * "<keys>": { // ParameterConstraints
44
44
  * Required: true || false,
45
45
  * },
46
46
  * },
@@ -26,14 +26,14 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
26
26
  * import { ApiGatewayV2Client, CreateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateRouteResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ModelSelectionExpression: "STRING_VALUE",
32
- * ResponseModels: {
32
+ * ResponseModels: { // RouteModels
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
- * ResponseParameters: {
36
- * "<keys>": {
35
+ * ResponseParameters: { // RouteParameters
36
+ * "<keys>": { // ParameterConstraints
37
37
  * Required: true || false,
38
38
  * },
39
39
  * },
@@ -26,15 +26,15 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, CreateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
30
- * AccessLogSettings: {
29
+ * const input = { // CreateStageRequest
30
+ * AccessLogSettings: { // AccessLogSettings
31
31
  * DestinationArn: "STRING_VALUE",
32
32
  * Format: "STRING_VALUE",
33
33
  * },
34
34
  * ApiId: "STRING_VALUE", // required
35
35
  * AutoDeploy: true || false,
36
36
  * ClientCertificateId: "STRING_VALUE",
37
- * DefaultRouteSettings: {
37
+ * DefaultRouteSettings: { // RouteSettings
38
38
  * DataTraceEnabled: true || false,
39
39
  * DetailedMetricsEnabled: true || false,
40
40
  * LoggingLevel: "STRING_VALUE",
@@ -43,7 +43,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
43
43
  * },
44
44
  * DeploymentId: "STRING_VALUE",
45
45
  * Description: "STRING_VALUE",
46
- * RouteSettings: {
46
+ * RouteSettings: { // RouteSettingsMap
47
47
  * "<keys>": {
48
48
  * DataTraceEnabled: true || false,
49
49
  * DetailedMetricsEnabled: true || false,
@@ -53,10 +53,10 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
53
53
  * },
54
54
  * },
55
55
  * StageName: "STRING_VALUE", // required
56
- * StageVariables: {
56
+ * StageVariables: { // StageVariablesMap
57
57
  * "<keys>": "STRING_VALUE",
58
58
  * },
59
- * Tags: {
59
+ * Tags: { // Tags
60
60
  * "<keys>": "STRING_VALUE",
61
61
  * },
62
62
  * };
@@ -26,15 +26,15 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
26
26
  * import { ApiGatewayV2Client, CreateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, CreateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // CreateVpcLinkRequest
30
30
  * Name: "STRING_VALUE", // required
31
- * SecurityGroupIds: [
31
+ * SecurityGroupIds: [ // SecurityGroupIdList
32
32
  * "STRING_VALUE",
33
33
  * ],
34
- * SubnetIds: [ // required
34
+ * SubnetIds: [ // SubnetIdList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
- * Tags: {
37
+ * Tags: { // Tags
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * };
@@ -26,7 +26,7 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteAccessLogSettingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteAccessLogSettingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteAccessLogSettingsRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * StageName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteApiRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteApiCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteApiMappingRequest
30
30
  * ApiMappingId: "STRING_VALUE", // required
31
31
  * DomainName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteAuthorizerRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * AuthorizerId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteCorsConfigurationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteCorsConfigurationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteCorsConfigurationRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteCorsConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteDeploymentRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * DeploymentId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteDomainNameRequest
30
30
  * DomainName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDomainNameCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteIntegrationRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * IntegrationId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
26
26
  * import { ApiGatewayV2Client, DeleteIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteIntegrationResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * IntegrationId: "STRING_VALUE", // required
32
32
  * IntegrationResponseId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteModelRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ModelId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteRouteRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * RouteId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
26
26
  * import { ApiGatewayV2Client, DeleteRouteRequestParameterCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteRouteRequestParameterCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteRouteRequestParameterRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * RequestParameterKey: "STRING_VALUE", // required
32
32
  * RouteId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteRouteResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * RouteId: "STRING_VALUE", // required
32
32
  * RouteResponseId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteRouteSettingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteRouteSettingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteRouteSettingsRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * RouteKey: "STRING_VALUE", // required
32
32
  * StageName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, DeleteStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteStageRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * StageName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
26
26
  * import { ApiGatewayV2Client, DeleteVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, DeleteVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // DeleteVpcLinkRequest
30
30
  * VpcLinkId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteVpcLinkCommand(input);
@@ -26,7 +26,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, GetApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetApiRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetApiCommand(input);
@@ -26,7 +26,7 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
26
26
  * import { ApiGatewayV2Client, GetApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetApiMappingRequest
30
30
  * ApiMappingId: "STRING_VALUE", // required
31
31
  * DomainName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
26
26
  * import { ApiGatewayV2Client, GetApiMappingsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetApiMappingsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetApiMappingsRequest
30
30
  * DomainName: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
26
26
  * import { ApiGatewayV2Client, GetApisCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetApisCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetApisRequest
30
30
  * MaxResults: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
26
26
  * import { ApiGatewayV2Client, GetAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetAuthorizerRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * AuthorizerId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
26
26
  * import { ApiGatewayV2Client, GetAuthorizersCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetAuthorizersCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetAuthorizersRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
26
26
  * import { ApiGatewayV2Client, GetDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetDeploymentRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * DeploymentId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
26
26
  * import { ApiGatewayV2Client, GetDeploymentsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetDeploymentsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetDeploymentsRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
26
26
  * import { ApiGatewayV2Client, GetDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetDomainNameRequest
30
30
  * DomainName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDomainNameCommand(input);
@@ -26,7 +26,7 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
26
26
  * import { ApiGatewayV2Client, GetDomainNamesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetDomainNamesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetDomainNamesRequest
30
30
  * MaxResults: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
26
26
  * import { ApiGatewayV2Client, GetIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetIntegrationRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * IntegrationId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
26
26
  * import { ApiGatewayV2Client, GetIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetIntegrationResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * IntegrationId: "STRING_VALUE", // required
32
32
  * IntegrationResponseId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
26
26
  * import { ApiGatewayV2Client, GetIntegrationResponsesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetIntegrationResponsesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetIntegrationResponsesRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * IntegrationId: "STRING_VALUE", // required
32
32
  * MaxResults: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
26
26
  * import { ApiGatewayV2Client, GetIntegrationsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetIntegrationsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetIntegrationsRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBeare
26
26
  * import { ApiGatewayV2Client, GetModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetModelRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ModelId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse,
26
26
  * import { ApiGatewayV2Client, GetModelTemplateCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetModelTemplateCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetModelTemplateRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ModelId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBea
26
26
  * import { ApiGatewayV2Client, GetModelsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetModelsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetModelsRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
26
26
  * import { ApiGatewayV2Client, GetRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetRouteRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * RouteId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse,
26
26
  * import { ApiGatewayV2Client, GetRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetRouteResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * RouteId: "STRING_VALUE", // required
32
32
  * RouteResponseId: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetRouteResponsesCommandOutput extends GetRouteResponsesRespons
26
26
  * import { ApiGatewayV2Client, GetRouteResponsesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetRouteResponsesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetRouteResponsesRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
26
26
  * import { ApiGatewayV2Client, GetRoutesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetRoutesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetRoutesRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
26
26
  * import { ApiGatewayV2Client, GetStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetStageRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * StageName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
26
26
  * import { ApiGatewayV2Client, GetStagesCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetStagesCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetStagesRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * MaxResults: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
26
26
  * import { ApiGatewayV2Client, GetTagsCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetTagsCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetTagsRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetTagsCommand(input);
@@ -26,7 +26,7 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
26
26
  * import { ApiGatewayV2Client, GetVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetVpcLinkRequest
30
30
  * VpcLinkId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetVpcLinkCommand(input);
@@ -26,7 +26,7 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, GetVpcLinksCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, GetVpcLinksCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // GetVpcLinksRequest
30
30
  * MaxResults: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
26
26
  * import { ApiGatewayV2Client, ImportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, ImportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // ImportApiRequest
30
30
  * Basepath: "STRING_VALUE",
31
31
  * Body: "STRING_VALUE", // required
32
32
  * FailOnWarnings: true || false,
@@ -26,7 +26,7 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, ReimportApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, ReimportApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // ReimportApiRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * Basepath: "STRING_VALUE",
32
32
  * Body: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, ResetAuthorizersCacheCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, ResetAuthorizersCacheCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // ResetAuthorizersCacheRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * StageName: "STRING_VALUE", // required
32
32
  * };
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, TagResourceCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, TagResourceCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: {
31
+ * Tags: { // Tags
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { ApiGatewayV2Client, UntagResourceCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UntagResourceCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // __listOf__string // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,18 +26,18 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
26
26
  * import { ApiGatewayV2Client, UpdateApiCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateApiCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateApiRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ApiKeySelectionExpression: "STRING_VALUE",
32
- * CorsConfiguration: {
32
+ * CorsConfiguration: { // Cors
33
33
  * AllowCredentials: true || false,
34
- * AllowHeaders: [
34
+ * AllowHeaders: [ // CorsHeaderList
35
35
  * "STRING_VALUE",
36
36
  * ],
37
- * AllowMethods: [
37
+ * AllowMethods: [ // CorsMethodList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
- * AllowOrigins: [
40
+ * AllowOrigins: [ // CorsOriginList
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * ExposeHeaders: [
@@ -26,7 +26,7 @@ export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse,
26
26
  * import { ApiGatewayV2Client, UpdateApiMappingCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateApiMappingCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateApiMappingRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ApiMappingId: "STRING_VALUE", // required
32
32
  * ApiMappingKey: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
26
26
  * import { ApiGatewayV2Client, UpdateAuthorizerCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateAuthorizerCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateAuthorizerRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * AuthorizerCredentialsArn: "STRING_VALUE",
32
32
  * AuthorizerId: "STRING_VALUE", // required
@@ -35,12 +35,12 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
35
35
  * AuthorizerType: "STRING_VALUE",
36
36
  * AuthorizerUri: "STRING_VALUE",
37
37
  * EnableSimpleResponses: true || false,
38
- * IdentitySource: [
38
+ * IdentitySource: [ // IdentitySourceList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * IdentityValidationExpression: "STRING_VALUE",
42
- * JwtConfiguration: {
43
- * Audience: [
42
+ * JwtConfiguration: { // JWTConfiguration
43
+ * Audience: [ // __listOf__string
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * Issuer: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse,
26
26
  * import { ApiGatewayV2Client, UpdateDeploymentCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateDeploymentCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateDeploymentRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * DeploymentId: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
@@ -26,10 +26,10 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
26
26
  * import { ApiGatewayV2Client, UpdateDomainNameCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateDomainNameCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateDomainNameRequest
30
30
  * DomainName: "STRING_VALUE", // required
31
- * DomainNameConfigurations: [
32
- * {
31
+ * DomainNameConfigurations: [ // DomainNameConfigurations
32
+ * { // DomainNameConfiguration
33
33
  * ApiGatewayDomainName: "STRING_VALUE",
34
34
  * CertificateArn: "STRING_VALUE",
35
35
  * CertificateName: "STRING_VALUE",
@@ -42,7 +42,7 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
42
42
  * OwnershipVerificationCertificateArn: "STRING_VALUE",
43
43
  * },
44
44
  * ],
45
- * MutualTlsAuthentication: {
45
+ * MutualTlsAuthentication: { // MutualTlsAuthenticationInput
46
46
  * TruststoreUri: "STRING_VALUE",
47
47
  * TruststoreVersion: "STRING_VALUE",
48
48
  * },
@@ -26,7 +26,7 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
26
26
  * import { ApiGatewayV2Client, UpdateIntegrationCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateIntegrationCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateIntegrationRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ConnectionId: "STRING_VALUE",
32
32
  * ConnectionType: "STRING_VALUE",
@@ -40,20 +40,20 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
40
40
  * IntegrationUri: "STRING_VALUE",
41
41
  * PassthroughBehavior: "STRING_VALUE",
42
42
  * PayloadFormatVersion: "STRING_VALUE",
43
- * RequestParameters: {
43
+ * RequestParameters: { // IntegrationParameters
44
44
  * "<keys>": "STRING_VALUE",
45
45
  * },
46
- * RequestTemplates: {
46
+ * RequestTemplates: { // TemplateMap
47
47
  * "<keys>": "STRING_VALUE",
48
48
  * },
49
- * ResponseParameters: {
49
+ * ResponseParameters: { // ResponseParameters
50
50
  * "<keys>": {
51
51
  * "<keys>": "STRING_VALUE",
52
52
  * },
53
53
  * },
54
54
  * TemplateSelectionExpression: "STRING_VALUE",
55
55
  * TimeoutInMillis: Number("int"),
56
- * TlsConfig: {
56
+ * TlsConfig: { // TlsConfigInput
57
57
  * ServerNameToVerify: "STRING_VALUE",
58
58
  * },
59
59
  * };
@@ -26,16 +26,16 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
26
26
  * import { ApiGatewayV2Client, UpdateIntegrationResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateIntegrationResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateIntegrationResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ContentHandlingStrategy: "STRING_VALUE",
32
32
  * IntegrationId: "STRING_VALUE", // required
33
33
  * IntegrationResponseId: "STRING_VALUE", // required
34
34
  * IntegrationResponseKey: "STRING_VALUE",
35
- * ResponseParameters: {
35
+ * ResponseParameters: { // IntegrationParameters
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
- * ResponseTemplates: {
38
+ * ResponseTemplates: { // TemplateMap
39
39
  * "<keys>": "STRING_VALUE",
40
40
  * },
41
41
  * TemplateSelectionExpression: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, UpdateModelCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateModelCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateModelRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ContentType: "STRING_VALUE",
32
32
  * Description: "STRING_VALUE",
@@ -26,21 +26,21 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
26
26
  * import { ApiGatewayV2Client, UpdateRouteCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateRouteCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateRouteRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ApiKeyRequired: true || false,
32
- * AuthorizationScopes: [
32
+ * AuthorizationScopes: [ // AuthorizationScopes
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * AuthorizationType: "STRING_VALUE",
36
36
  * AuthorizerId: "STRING_VALUE",
37
37
  * ModelSelectionExpression: "STRING_VALUE",
38
38
  * OperationName: "STRING_VALUE",
39
- * RequestModels: {
39
+ * RequestModels: { // RouteModels
40
40
  * "<keys>": "STRING_VALUE",
41
41
  * },
42
- * RequestParameters: {
43
- * "<keys>": {
42
+ * RequestParameters: { // RouteParameters
43
+ * "<keys>": { // ParameterConstraints
44
44
  * Required: true || false,
45
45
  * },
46
46
  * },
@@ -26,14 +26,14 @@ export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseRes
26
26
  * import { ApiGatewayV2Client, UpdateRouteResponseCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateRouteResponseCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateRouteResponseRequest
30
30
  * ApiId: "STRING_VALUE", // required
31
31
  * ModelSelectionExpression: "STRING_VALUE",
32
- * ResponseModels: {
32
+ * ResponseModels: { // RouteModels
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
- * ResponseParameters: {
36
- * "<keys>": {
35
+ * ResponseParameters: { // RouteParameters
36
+ * "<keys>": { // ParameterConstraints
37
37
  * Required: true || false,
38
38
  * },
39
39
  * },
@@ -26,15 +26,15 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
26
26
  * import { ApiGatewayV2Client, UpdateStageCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateStageCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
30
- * AccessLogSettings: {
29
+ * const input = { // UpdateStageRequest
30
+ * AccessLogSettings: { // AccessLogSettings
31
31
  * DestinationArn: "STRING_VALUE",
32
32
  * Format: "STRING_VALUE",
33
33
  * },
34
34
  * ApiId: "STRING_VALUE", // required
35
35
  * AutoDeploy: true || false,
36
36
  * ClientCertificateId: "STRING_VALUE",
37
- * DefaultRouteSettings: {
37
+ * DefaultRouteSettings: { // RouteSettings
38
38
  * DataTraceEnabled: true || false,
39
39
  * DetailedMetricsEnabled: true || false,
40
40
  * LoggingLevel: "STRING_VALUE",
@@ -43,7 +43,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
43
43
  * },
44
44
  * DeploymentId: "STRING_VALUE",
45
45
  * Description: "STRING_VALUE",
46
- * RouteSettings: {
46
+ * RouteSettings: { // RouteSettingsMap
47
47
  * "<keys>": {
48
48
  * DataTraceEnabled: true || false,
49
49
  * DetailedMetricsEnabled: true || false,
@@ -53,7 +53,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
53
53
  * },
54
54
  * },
55
55
  * StageName: "STRING_VALUE", // required
56
- * StageVariables: {
56
+ * StageVariables: { // StageVariablesMap
57
57
  * "<keys>": "STRING_VALUE",
58
58
  * },
59
59
  * };
@@ -26,7 +26,7 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
26
26
  * import { ApiGatewayV2Client, UpdateVpcLinkCommand } from "@aws-sdk/client-apigatewayv2"; // ES Modules import
27
27
  * // const { ApiGatewayV2Client, UpdateVpcLinkCommand } = require("@aws-sdk/client-apigatewayv2"); // CommonJS import
28
28
  * const client = new ApiGatewayV2Client(config);
29
- * const input = {
29
+ * const input = { // UpdateVpcLinkRequest
30
30
  * Name: "STRING_VALUE",
31
31
  * VpcLinkId: "STRING_VALUE", // required
32
32
  * };
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.300.0",
4
+ "version": "3.301.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,9 +21,9 @@
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.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.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",