@aws-sdk/client-apigatewayv2 3.370.0 → 3.377.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 (43) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/commands/CreateApiCommand.d.ts +2 -2
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -6
  7. package/dist-types/commands/CreateIntegrationCommand.d.ts +8 -8
  8. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateRouteCommand.d.ts +2 -2
  10. package/dist-types/commands/CreateStageCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +1 -1
  13. package/dist-types/commands/GetApiCommand.d.ts +1 -1
  14. package/dist-types/commands/GetApisCommand.d.ts +1 -1
  15. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  16. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  19. package/dist-types/commands/GetDomainNameCommand.d.ts +3 -3
  20. package/dist-types/commands/GetDomainNamesCommand.d.ts +3 -3
  21. package/dist-types/commands/GetIntegrationCommand.d.ts +4 -4
  22. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  23. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +1 -1
  24. package/dist-types/commands/GetIntegrationsCommand.d.ts +4 -4
  25. package/dist-types/commands/GetRouteCommand.d.ts +1 -1
  26. package/dist-types/commands/GetRoutesCommand.d.ts +1 -1
  27. package/dist-types/commands/GetStageCommand.d.ts +2 -2
  28. package/dist-types/commands/GetStagesCommand.d.ts +2 -2
  29. package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -2
  30. package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -2
  31. package/dist-types/commands/ImportApiCommand.d.ts +1 -1
  32. package/dist-types/commands/ReimportApiCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateApiCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -2
  35. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -6
  37. package/dist-types/commands/UpdateIntegrationCommand.d.ts +8 -8
  38. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -2
  39. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -2
  40. package/dist-types/commands/UpdateStageCommand.d.ts +4 -4
  41. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -2
  42. package/dist-types/models/models_0.d.ts +5 -5
  43. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://apigateway.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -53,7 +53,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
53
53
  * DisableSchemaValidation: true || false,
54
54
  * DisableExecuteApiEndpoint: true || false,
55
55
  * Name: "STRING_VALUE", // required
56
- * ProtocolType: "STRING_VALUE", // required
56
+ * ProtocolType: "WEBSOCKET" || "HTTP", // required
57
57
  * RouteKey: "STRING_VALUE",
58
58
  * RouteSelectionExpression: "STRING_VALUE",
59
59
  * Tags: { // Tags
@@ -93,7 +93,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
93
93
  * // "STRING_VALUE",
94
94
  * // ],
95
95
  * // Name: "STRING_VALUE",
96
- * // ProtocolType: "STRING_VALUE",
96
+ * // ProtocolType: "WEBSOCKET" || "HTTP",
97
97
  * // RouteSelectionExpression: "STRING_VALUE",
98
98
  * // Tags: { // Tags
99
99
  * // "<keys>": "STRING_VALUE",
@@ -35,7 +35,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
35
35
  * AuthorizerCredentialsArn: "STRING_VALUE",
36
36
  * AuthorizerPayloadFormatVersion: "STRING_VALUE",
37
37
  * AuthorizerResultTtlInSeconds: Number("int"),
38
- * AuthorizerType: "STRING_VALUE", // required
38
+ * AuthorizerType: "REQUEST" || "JWT", // required
39
39
  * AuthorizerUri: "STRING_VALUE",
40
40
  * EnableSimpleResponses: true || false,
41
41
  * IdentitySource: [ // IdentitySourceList // required
@@ -57,7 +57,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
57
57
  * // AuthorizerId: "STRING_VALUE",
58
58
  * // AuthorizerPayloadFormatVersion: "STRING_VALUE",
59
59
  * // AuthorizerResultTtlInSeconds: Number("int"),
60
- * // AuthorizerType: "STRING_VALUE",
60
+ * // AuthorizerType: "REQUEST" || "JWT",
61
61
  * // AuthorizerUri: "STRING_VALUE",
62
62
  * // EnableSimpleResponses: true || false,
63
63
  * // IdentitySource: [ // IdentitySourceList
@@ -41,7 +41,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
41
41
  * // AutoDeployed: true || false,
42
42
  * // CreatedDate: new Date("TIMESTAMP"),
43
43
  * // DeploymentId: "STRING_VALUE",
44
- * // DeploymentStatus: "STRING_VALUE",
44
+ * // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
45
45
  * // DeploymentStatusMessage: "STRING_VALUE",
46
46
  * // Description: "STRING_VALUE",
47
47
  * // };
@@ -38,11 +38,11 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
38
38
  * CertificateArn: "STRING_VALUE",
39
39
  * CertificateName: "STRING_VALUE",
40
40
  * CertificateUploadDate: new Date("TIMESTAMP"),
41
- * DomainNameStatus: "STRING_VALUE",
41
+ * DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
42
42
  * DomainNameStatusMessage: "STRING_VALUE",
43
- * EndpointType: "STRING_VALUE",
43
+ * EndpointType: "REGIONAL" || "EDGE",
44
44
  * HostedZoneId: "STRING_VALUE",
45
- * SecurityPolicy: "STRING_VALUE",
45
+ * SecurityPolicy: "TLS_1_0" || "TLS_1_2",
46
46
  * OwnershipVerificationCertificateArn: "STRING_VALUE",
47
47
  * },
48
48
  * ],
@@ -65,11 +65,11 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
65
65
  * // CertificateArn: "STRING_VALUE",
66
66
  * // CertificateName: "STRING_VALUE",
67
67
  * // CertificateUploadDate: new Date("TIMESTAMP"),
68
- * // DomainNameStatus: "STRING_VALUE",
68
+ * // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
69
69
  * // DomainNameStatusMessage: "STRING_VALUE",
70
- * // EndpointType: "STRING_VALUE",
70
+ * // EndpointType: "REGIONAL" || "EDGE",
71
71
  * // HostedZoneId: "STRING_VALUE",
72
- * // SecurityPolicy: "STRING_VALUE",
72
+ * // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
73
73
  * // OwnershipVerificationCertificateArn: "STRING_VALUE",
74
74
  * // },
75
75
  * // ],
@@ -33,15 +33,15 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
33
33
  * const input = { // CreateIntegrationRequest
34
34
  * ApiId: "STRING_VALUE", // required
35
35
  * ConnectionId: "STRING_VALUE",
36
- * ConnectionType: "STRING_VALUE",
37
- * ContentHandlingStrategy: "STRING_VALUE",
36
+ * ConnectionType: "INTERNET" || "VPC_LINK",
37
+ * ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
38
38
  * CredentialsArn: "STRING_VALUE",
39
39
  * Description: "STRING_VALUE",
40
40
  * IntegrationMethod: "STRING_VALUE",
41
41
  * IntegrationSubtype: "STRING_VALUE",
42
- * IntegrationType: "STRING_VALUE", // required
42
+ * IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY", // required
43
43
  * IntegrationUri: "STRING_VALUE",
44
- * PassthroughBehavior: "STRING_VALUE",
44
+ * PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
45
45
  * PayloadFormatVersion: "STRING_VALUE",
46
46
  * RequestParameters: { // IntegrationParameters
47
47
  * "<keys>": "STRING_VALUE",
@@ -65,17 +65,17 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
65
65
  * // { // CreateIntegrationResult
66
66
  * // ApiGatewayManaged: true || false,
67
67
  * // ConnectionId: "STRING_VALUE",
68
- * // ConnectionType: "STRING_VALUE",
69
- * // ContentHandlingStrategy: "STRING_VALUE",
68
+ * // ConnectionType: "INTERNET" || "VPC_LINK",
69
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
70
70
  * // CredentialsArn: "STRING_VALUE",
71
71
  * // Description: "STRING_VALUE",
72
72
  * // IntegrationId: "STRING_VALUE",
73
73
  * // IntegrationMethod: "STRING_VALUE",
74
74
  * // IntegrationResponseSelectionExpression: "STRING_VALUE",
75
75
  * // IntegrationSubtype: "STRING_VALUE",
76
- * // IntegrationType: "STRING_VALUE",
76
+ * // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
77
77
  * // IntegrationUri: "STRING_VALUE",
78
- * // PassthroughBehavior: "STRING_VALUE",
78
+ * // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
79
79
  * // PayloadFormatVersion: "STRING_VALUE",
80
80
  * // RequestParameters: { // IntegrationParameters
81
81
  * // "<keys>": "STRING_VALUE",
@@ -32,7 +32,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
32
32
  * const client = new ApiGatewayV2Client(config);
33
33
  * const input = { // CreateIntegrationResponseRequest
34
34
  * ApiId: "STRING_VALUE", // required
35
- * ContentHandlingStrategy: "STRING_VALUE",
35
+ * ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
36
36
  * IntegrationId: "STRING_VALUE", // required
37
37
  * IntegrationResponseKey: "STRING_VALUE", // required
38
38
  * ResponseParameters: { // IntegrationParameters
@@ -46,7 +46,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
46
46
  * const command = new CreateIntegrationResponseCommand(input);
47
47
  * const response = await client.send(command);
48
48
  * // { // CreateIntegrationResponseResponse
49
- * // ContentHandlingStrategy: "STRING_VALUE",
49
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
50
50
  * // IntegrationResponseId: "STRING_VALUE",
51
51
  * // IntegrationResponseKey: "STRING_VALUE",
52
52
  * // ResponseParameters: { // IntegrationParameters
@@ -36,7 +36,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
36
36
  * AuthorizationScopes: [ // AuthorizationScopes
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * AuthorizationType: "STRING_VALUE",
39
+ * AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
40
40
  * AuthorizerId: "STRING_VALUE",
41
41
  * ModelSelectionExpression: "STRING_VALUE",
42
42
  * OperationName: "STRING_VALUE",
@@ -60,7 +60,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
60
60
  * // AuthorizationScopes: [ // AuthorizationScopes
61
61
  * // "STRING_VALUE",
62
62
  * // ],
63
- * // AuthorizationType: "STRING_VALUE",
63
+ * // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
64
64
  * // AuthorizerId: "STRING_VALUE",
65
65
  * // ModelSelectionExpression: "STRING_VALUE",
66
66
  * // OperationName: "STRING_VALUE",
@@ -41,7 +41,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
41
41
  * DefaultRouteSettings: { // RouteSettings
42
42
  * DataTraceEnabled: true || false,
43
43
  * DetailedMetricsEnabled: true || false,
44
- * LoggingLevel: "STRING_VALUE",
44
+ * LoggingLevel: "ERROR" || "INFO" || "OFF",
45
45
  * ThrottlingBurstLimit: Number("int"),
46
46
  * ThrottlingRateLimit: Number("double"),
47
47
  * },
@@ -51,7 +51,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
51
51
  * "<keys>": {
52
52
  * DataTraceEnabled: true || false,
53
53
  * DetailedMetricsEnabled: true || false,
54
- * LoggingLevel: "STRING_VALUE",
54
+ * LoggingLevel: "ERROR" || "INFO" || "OFF",
55
55
  * ThrottlingBurstLimit: Number("int"),
56
56
  * ThrottlingRateLimit: Number("double"),
57
57
  * },
@@ -78,7 +78,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
78
78
  * // DefaultRouteSettings: { // RouteSettings
79
79
  * // DataTraceEnabled: true || false,
80
80
  * // DetailedMetricsEnabled: true || false,
81
- * // LoggingLevel: "STRING_VALUE",
81
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
82
82
  * // ThrottlingBurstLimit: Number("int"),
83
83
  * // ThrottlingRateLimit: Number("double"),
84
84
  * // },
@@ -90,7 +90,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
90
90
  * // "<keys>": {
91
91
  * // DataTraceEnabled: true || false,
92
92
  * // DetailedMetricsEnabled: true || false,
93
- * // LoggingLevel: "STRING_VALUE",
93
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
94
94
  * // ThrottlingBurstLimit: Number("int"),
95
95
  * // ThrottlingRateLimit: Number("double"),
96
96
  * // },
@@ -57,9 +57,9 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
57
57
  * // "<keys>": "STRING_VALUE",
58
58
  * // },
59
59
  * // VpcLinkId: "STRING_VALUE",
60
- * // VpcLinkStatus: "STRING_VALUE",
60
+ * // VpcLinkStatus: "PENDING" || "AVAILABLE" || "DELETING" || "FAILED" || "INACTIVE",
61
61
  * // VpcLinkStatusMessage: "STRING_VALUE",
62
- * // VpcLinkVersion: "STRING_VALUE",
62
+ * // VpcLinkVersion: "V2",
63
63
  * // };
64
64
  *
65
65
  * ```
@@ -23,7 +23,7 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes a route request parameter.</p>
26
+ * <p>Deletes a route request parameter. Supported only for WebSocket APIs.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -64,7 +64,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
64
64
  * // "STRING_VALUE",
65
65
  * // ],
66
66
  * // Name: "STRING_VALUE",
67
- * // ProtocolType: "STRING_VALUE",
67
+ * // ProtocolType: "WEBSOCKET" || "HTTP",
68
68
  * // RouteSelectionExpression: "STRING_VALUE",
69
69
  * // Tags: { // Tags
70
70
  * // "<keys>": "STRING_VALUE",
@@ -67,7 +67,7 @@ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer
67
67
  * // "STRING_VALUE",
68
68
  * // ],
69
69
  * // Name: "STRING_VALUE", // required
70
- * // ProtocolType: "STRING_VALUE", // required
70
+ * // ProtocolType: "WEBSOCKET" || "HTTP", // required
71
71
  * // RouteSelectionExpression: "STRING_VALUE", // required
72
72
  * // Tags: { // Tags
73
73
  * // "<keys>": "STRING_VALUE",
@@ -41,7 +41,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
41
41
  * // AuthorizerId: "STRING_VALUE",
42
42
  * // AuthorizerPayloadFormatVersion: "STRING_VALUE",
43
43
  * // AuthorizerResultTtlInSeconds: Number("int"),
44
- * // AuthorizerType: "STRING_VALUE",
44
+ * // AuthorizerType: "REQUEST" || "JWT",
45
45
  * // AuthorizerUri: "STRING_VALUE",
46
46
  * // EnableSimpleResponses: true || false,
47
47
  * // IdentitySource: [ // IdentitySourceList
@@ -44,7 +44,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
44
44
  * // AuthorizerId: "STRING_VALUE",
45
45
  * // AuthorizerPayloadFormatVersion: "STRING_VALUE",
46
46
  * // AuthorizerResultTtlInSeconds: Number("int"),
47
- * // AuthorizerType: "STRING_VALUE",
47
+ * // AuthorizerType: "REQUEST" || "JWT",
48
48
  * // AuthorizerUri: "STRING_VALUE",
49
49
  * // EnableSimpleResponses: true || false,
50
50
  * // IdentitySource: [ // IdentitySourceList
@@ -40,7 +40,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
40
40
  * // AutoDeployed: true || false,
41
41
  * // CreatedDate: new Date("TIMESTAMP"),
42
42
  * // DeploymentId: "STRING_VALUE",
43
- * // DeploymentStatus: "STRING_VALUE",
43
+ * // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
44
44
  * // DeploymentStatusMessage: "STRING_VALUE",
45
45
  * // Description: "STRING_VALUE",
46
46
  * // };
@@ -43,7 +43,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
43
43
  * // AutoDeployed: true || false,
44
44
  * // CreatedDate: new Date("TIMESTAMP"),
45
45
  * // DeploymentId: "STRING_VALUE",
46
- * // DeploymentStatus: "STRING_VALUE",
46
+ * // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
47
47
  * // DeploymentStatusMessage: "STRING_VALUE",
48
48
  * // Description: "STRING_VALUE",
49
49
  * // },
@@ -44,11 +44,11 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
44
44
  * // CertificateArn: "STRING_VALUE",
45
45
  * // CertificateName: "STRING_VALUE",
46
46
  * // CertificateUploadDate: new Date("TIMESTAMP"),
47
- * // DomainNameStatus: "STRING_VALUE",
47
+ * // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
48
48
  * // DomainNameStatusMessage: "STRING_VALUE",
49
- * // EndpointType: "STRING_VALUE",
49
+ * // EndpointType: "REGIONAL" || "EDGE",
50
50
  * // HostedZoneId: "STRING_VALUE",
51
- * // SecurityPolicy: "STRING_VALUE",
51
+ * // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
52
52
  * // OwnershipVerificationCertificateArn: "STRING_VALUE",
53
53
  * // },
54
54
  * // ],
@@ -47,11 +47,11 @@ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __M
47
47
  * // CertificateArn: "STRING_VALUE",
48
48
  * // CertificateName: "STRING_VALUE",
49
49
  * // CertificateUploadDate: new Date("TIMESTAMP"),
50
- * // DomainNameStatus: "STRING_VALUE",
50
+ * // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
51
51
  * // DomainNameStatusMessage: "STRING_VALUE",
52
- * // EndpointType: "STRING_VALUE",
52
+ * // EndpointType: "REGIONAL" || "EDGE",
53
53
  * // HostedZoneId: "STRING_VALUE",
54
- * // SecurityPolicy: "STRING_VALUE",
54
+ * // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
55
55
  * // OwnershipVerificationCertificateArn: "STRING_VALUE",
56
56
  * // },
57
57
  * // ],
@@ -39,17 +39,17 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
39
39
  * // { // GetIntegrationResult
40
40
  * // ApiGatewayManaged: true || false,
41
41
  * // ConnectionId: "STRING_VALUE",
42
- * // ConnectionType: "STRING_VALUE",
43
- * // ContentHandlingStrategy: "STRING_VALUE",
42
+ * // ConnectionType: "INTERNET" || "VPC_LINK",
43
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
44
44
  * // CredentialsArn: "STRING_VALUE",
45
45
  * // Description: "STRING_VALUE",
46
46
  * // IntegrationId: "STRING_VALUE",
47
47
  * // IntegrationMethod: "STRING_VALUE",
48
48
  * // IntegrationResponseSelectionExpression: "STRING_VALUE",
49
49
  * // IntegrationSubtype: "STRING_VALUE",
50
- * // IntegrationType: "STRING_VALUE",
50
+ * // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
51
51
  * // IntegrationUri: "STRING_VALUE",
52
- * // PassthroughBehavior: "STRING_VALUE",
52
+ * // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
53
53
  * // PayloadFormatVersion: "STRING_VALUE",
54
54
  * // RequestParameters: { // IntegrationParameters
55
55
  * // "<keys>": "STRING_VALUE",
@@ -38,7 +38,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
38
38
  * const command = new GetIntegrationResponseCommand(input);
39
39
  * const response = await client.send(command);
40
40
  * // { // GetIntegrationResponseResponse
41
- * // ContentHandlingStrategy: "STRING_VALUE",
41
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
42
42
  * // IntegrationResponseId: "STRING_VALUE",
43
43
  * // IntegrationResponseKey: "STRING_VALUE",
44
44
  * // ResponseParameters: { // IntegrationParameters
@@ -41,7 +41,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
41
41
  * // { // GetIntegrationResponsesResponse
42
42
  * // Items: [ // __listOfIntegrationResponse
43
43
  * // { // IntegrationResponse
44
- * // ContentHandlingStrategy: "STRING_VALUE",
44
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
45
45
  * // IntegrationResponseId: "STRING_VALUE",
46
46
  * // IntegrationResponseKey: "STRING_VALUE", // required
47
47
  * // ResponseParameters: { // IntegrationParameters
@@ -42,17 +42,17 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
42
42
  * // { // Integration
43
43
  * // ApiGatewayManaged: true || false,
44
44
  * // ConnectionId: "STRING_VALUE",
45
- * // ConnectionType: "STRING_VALUE",
46
- * // ContentHandlingStrategy: "STRING_VALUE",
45
+ * // ConnectionType: "INTERNET" || "VPC_LINK",
46
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
47
47
  * // CredentialsArn: "STRING_VALUE",
48
48
  * // Description: "STRING_VALUE",
49
49
  * // IntegrationId: "STRING_VALUE",
50
50
  * // IntegrationMethod: "STRING_VALUE",
51
51
  * // IntegrationResponseSelectionExpression: "STRING_VALUE",
52
52
  * // IntegrationSubtype: "STRING_VALUE",
53
- * // IntegrationType: "STRING_VALUE",
53
+ * // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
54
54
  * // IntegrationUri: "STRING_VALUE",
55
- * // PassthroughBehavior: "STRING_VALUE",
55
+ * // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
56
56
  * // PayloadFormatVersion: "STRING_VALUE",
57
57
  * // RequestParameters: { // IntegrationParameters
58
58
  * // "<keys>": "STRING_VALUE",
@@ -42,7 +42,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
42
42
  * // AuthorizationScopes: [ // AuthorizationScopes
43
43
  * // "STRING_VALUE",
44
44
  * // ],
45
- * // AuthorizationType: "STRING_VALUE",
45
+ * // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
46
46
  * // AuthorizerId: "STRING_VALUE",
47
47
  * // ModelSelectionExpression: "STRING_VALUE",
48
48
  * // OperationName: "STRING_VALUE",
@@ -45,7 +45,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
45
45
  * // AuthorizationScopes: [ // AuthorizationScopes
46
46
  * // "STRING_VALUE",
47
47
  * // ],
48
- * // AuthorizationType: "STRING_VALUE",
48
+ * // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
49
49
  * // AuthorizerId: "STRING_VALUE",
50
50
  * // ModelSelectionExpression: "STRING_VALUE",
51
51
  * // OperationName: "STRING_VALUE",
@@ -48,7 +48,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
48
48
  * // DefaultRouteSettings: { // RouteSettings
49
49
  * // DataTraceEnabled: true || false,
50
50
  * // DetailedMetricsEnabled: true || false,
51
- * // LoggingLevel: "STRING_VALUE",
51
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
52
52
  * // ThrottlingBurstLimit: Number("int"),
53
53
  * // ThrottlingRateLimit: Number("double"),
54
54
  * // },
@@ -60,7 +60,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
60
60
  * // "<keys>": {
61
61
  * // DataTraceEnabled: true || false,
62
62
  * // DetailedMetricsEnabled: true || false,
63
- * // LoggingLevel: "STRING_VALUE",
63
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
64
64
  * // ThrottlingBurstLimit: Number("int"),
65
65
  * // ThrottlingRateLimit: Number("double"),
66
66
  * // },
@@ -51,7 +51,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
51
51
  * // DefaultRouteSettings: { // RouteSettings
52
52
  * // DataTraceEnabled: true || false,
53
53
  * // DetailedMetricsEnabled: true || false,
54
- * // LoggingLevel: "STRING_VALUE",
54
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
55
55
  * // ThrottlingBurstLimit: Number("int"),
56
56
  * // ThrottlingRateLimit: Number("double"),
57
57
  * // },
@@ -63,7 +63,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
63
63
  * // "<keys>": {
64
64
  * // DataTraceEnabled: true || false,
65
65
  * // DetailedMetricsEnabled: true || false,
66
- * // LoggingLevel: "STRING_VALUE",
66
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
67
67
  * // ThrottlingBurstLimit: Number("int"),
68
68
  * // ThrottlingRateLimit: Number("double"),
69
69
  * // },
@@ -48,9 +48,9 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
48
48
  * // "<keys>": "STRING_VALUE",
49
49
  * // },
50
50
  * // VpcLinkId: "STRING_VALUE",
51
- * // VpcLinkStatus: "STRING_VALUE",
51
+ * // VpcLinkStatus: "PENDING" || "AVAILABLE" || "DELETING" || "FAILED" || "INACTIVE",
52
52
  * // VpcLinkStatusMessage: "STRING_VALUE",
53
- * // VpcLinkVersion: "STRING_VALUE",
53
+ * // VpcLinkVersion: "V2",
54
54
  * // };
55
55
  *
56
56
  * ```
@@ -51,9 +51,9 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
51
51
  * // "<keys>": "STRING_VALUE",
52
52
  * // },
53
53
  * // VpcLinkId: "STRING_VALUE", // required
54
- * // VpcLinkStatus: "STRING_VALUE",
54
+ * // VpcLinkStatus: "PENDING" || "AVAILABLE" || "DELETING" || "FAILED" || "INACTIVE",
55
55
  * // VpcLinkStatusMessage: "STRING_VALUE",
56
- * // VpcLinkVersion: "STRING_VALUE",
56
+ * // VpcLinkVersion: "V2",
57
57
  * // },
58
58
  * // ],
59
59
  * // NextToken: "STRING_VALUE",
@@ -66,7 +66,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
66
66
  * // "STRING_VALUE",
67
67
  * // ],
68
68
  * // Name: "STRING_VALUE",
69
- * // ProtocolType: "STRING_VALUE",
69
+ * // ProtocolType: "WEBSOCKET" || "HTTP",
70
70
  * // RouteSelectionExpression: "STRING_VALUE",
71
71
  * // Tags: { // Tags
72
72
  * // "<keys>": "STRING_VALUE",
@@ -67,7 +67,7 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
67
67
  * // "STRING_VALUE",
68
68
  * // ],
69
69
  * // Name: "STRING_VALUE",
70
- * // ProtocolType: "STRING_VALUE",
70
+ * // ProtocolType: "WEBSOCKET" || "HTTP",
71
71
  * // RouteSelectionExpression: "STRING_VALUE",
72
72
  * // Tags: { // Tags
73
73
  * // "<keys>": "STRING_VALUE",
@@ -90,7 +90,7 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
90
90
  * // "STRING_VALUE",
91
91
  * // ],
92
92
  * // Name: "STRING_VALUE",
93
- * // ProtocolType: "STRING_VALUE",
93
+ * // ProtocolType: "WEBSOCKET" || "HTTP",
94
94
  * // RouteSelectionExpression: "STRING_VALUE",
95
95
  * // Tags: { // Tags
96
96
  * // "<keys>": "STRING_VALUE",
@@ -36,7 +36,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
36
36
  * AuthorizerId: "STRING_VALUE", // required
37
37
  * AuthorizerPayloadFormatVersion: "STRING_VALUE",
38
38
  * AuthorizerResultTtlInSeconds: Number("int"),
39
- * AuthorizerType: "STRING_VALUE",
39
+ * AuthorizerType: "REQUEST" || "JWT",
40
40
  * AuthorizerUri: "STRING_VALUE",
41
41
  * EnableSimpleResponses: true || false,
42
42
  * IdentitySource: [ // IdentitySourceList
@@ -58,7 +58,7 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
58
58
  * // AuthorizerId: "STRING_VALUE",
59
59
  * // AuthorizerPayloadFormatVersion: "STRING_VALUE",
60
60
  * // AuthorizerResultTtlInSeconds: Number("int"),
61
- * // AuthorizerType: "STRING_VALUE",
61
+ * // AuthorizerType: "REQUEST" || "JWT",
62
62
  * // AuthorizerUri: "STRING_VALUE",
63
63
  * // EnableSimpleResponses: true || false,
64
64
  * // IdentitySource: [ // IdentitySourceList
@@ -41,7 +41,7 @@ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse,
41
41
  * // AutoDeployed: true || false,
42
42
  * // CreatedDate: new Date("TIMESTAMP"),
43
43
  * // DeploymentId: "STRING_VALUE",
44
- * // DeploymentStatus: "STRING_VALUE",
44
+ * // DeploymentStatus: "PENDING" || "FAILED" || "DEPLOYED",
45
45
  * // DeploymentStatusMessage: "STRING_VALUE",
46
46
  * // Description: "STRING_VALUE",
47
47
  * // };
@@ -38,11 +38,11 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
38
38
  * CertificateArn: "STRING_VALUE",
39
39
  * CertificateName: "STRING_VALUE",
40
40
  * CertificateUploadDate: new Date("TIMESTAMP"),
41
- * DomainNameStatus: "STRING_VALUE",
41
+ * DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
42
42
  * DomainNameStatusMessage: "STRING_VALUE",
43
- * EndpointType: "STRING_VALUE",
43
+ * EndpointType: "REGIONAL" || "EDGE",
44
44
  * HostedZoneId: "STRING_VALUE",
45
- * SecurityPolicy: "STRING_VALUE",
45
+ * SecurityPolicy: "TLS_1_0" || "TLS_1_2",
46
46
  * OwnershipVerificationCertificateArn: "STRING_VALUE",
47
47
  * },
48
48
  * ],
@@ -62,11 +62,11 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
62
62
  * // CertificateArn: "STRING_VALUE",
63
63
  * // CertificateName: "STRING_VALUE",
64
64
  * // CertificateUploadDate: new Date("TIMESTAMP"),
65
- * // DomainNameStatus: "STRING_VALUE",
65
+ * // DomainNameStatus: "AVAILABLE" || "UPDATING" || "PENDING_CERTIFICATE_REIMPORT" || "PENDING_OWNERSHIP_VERIFICATION",
66
66
  * // DomainNameStatusMessage: "STRING_VALUE",
67
- * // EndpointType: "STRING_VALUE",
67
+ * // EndpointType: "REGIONAL" || "EDGE",
68
68
  * // HostedZoneId: "STRING_VALUE",
69
- * // SecurityPolicy: "STRING_VALUE",
69
+ * // SecurityPolicy: "TLS_1_0" || "TLS_1_2",
70
70
  * // OwnershipVerificationCertificateArn: "STRING_VALUE",
71
71
  * // },
72
72
  * // ],
@@ -33,16 +33,16 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
33
33
  * const input = { // UpdateIntegrationRequest
34
34
  * ApiId: "STRING_VALUE", // required
35
35
  * ConnectionId: "STRING_VALUE",
36
- * ConnectionType: "STRING_VALUE",
37
- * ContentHandlingStrategy: "STRING_VALUE",
36
+ * ConnectionType: "INTERNET" || "VPC_LINK",
37
+ * ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
38
38
  * CredentialsArn: "STRING_VALUE",
39
39
  * Description: "STRING_VALUE",
40
40
  * IntegrationId: "STRING_VALUE", // required
41
41
  * IntegrationMethod: "STRING_VALUE",
42
42
  * IntegrationSubtype: "STRING_VALUE",
43
- * IntegrationType: "STRING_VALUE",
43
+ * IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
44
44
  * IntegrationUri: "STRING_VALUE",
45
- * PassthroughBehavior: "STRING_VALUE",
45
+ * PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
46
46
  * PayloadFormatVersion: "STRING_VALUE",
47
47
  * RequestParameters: { // IntegrationParameters
48
48
  * "<keys>": "STRING_VALUE",
@@ -66,17 +66,17 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
66
66
  * // { // UpdateIntegrationResult
67
67
  * // ApiGatewayManaged: true || false,
68
68
  * // ConnectionId: "STRING_VALUE",
69
- * // ConnectionType: "STRING_VALUE",
70
- * // ContentHandlingStrategy: "STRING_VALUE",
69
+ * // ConnectionType: "INTERNET" || "VPC_LINK",
70
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
71
71
  * // CredentialsArn: "STRING_VALUE",
72
72
  * // Description: "STRING_VALUE",
73
73
  * // IntegrationId: "STRING_VALUE",
74
74
  * // IntegrationMethod: "STRING_VALUE",
75
75
  * // IntegrationResponseSelectionExpression: "STRING_VALUE",
76
76
  * // IntegrationSubtype: "STRING_VALUE",
77
- * // IntegrationType: "STRING_VALUE",
77
+ * // IntegrationType: "AWS" || "HTTP" || "MOCK" || "HTTP_PROXY" || "AWS_PROXY",
78
78
  * // IntegrationUri: "STRING_VALUE",
79
- * // PassthroughBehavior: "STRING_VALUE",
79
+ * // PassthroughBehavior: "WHEN_NO_MATCH" || "NEVER" || "WHEN_NO_TEMPLATES",
80
80
  * // PayloadFormatVersion: "STRING_VALUE",
81
81
  * // RequestParameters: { // IntegrationParameters
82
82
  * // "<keys>": "STRING_VALUE",
@@ -32,7 +32,7 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
32
32
  * const client = new ApiGatewayV2Client(config);
33
33
  * const input = { // UpdateIntegrationResponseRequest
34
34
  * ApiId: "STRING_VALUE", // required
35
- * ContentHandlingStrategy: "STRING_VALUE",
35
+ * ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
36
36
  * IntegrationId: "STRING_VALUE", // required
37
37
  * IntegrationResponseId: "STRING_VALUE", // required
38
38
  * IntegrationResponseKey: "STRING_VALUE",
@@ -47,7 +47,7 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
47
47
  * const command = new UpdateIntegrationResponseCommand(input);
48
48
  * const response = await client.send(command);
49
49
  * // { // UpdateIntegrationResponseResponse
50
- * // ContentHandlingStrategy: "STRING_VALUE",
50
+ * // ContentHandlingStrategy: "CONVERT_TO_BINARY" || "CONVERT_TO_TEXT",
51
51
  * // IntegrationResponseId: "STRING_VALUE",
52
52
  * // IntegrationResponseKey: "STRING_VALUE",
53
53
  * // ResponseParameters: { // IntegrationParameters
@@ -36,7 +36,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
36
36
  * AuthorizationScopes: [ // AuthorizationScopes
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * AuthorizationType: "STRING_VALUE",
39
+ * AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
40
40
  * AuthorizerId: "STRING_VALUE",
41
41
  * ModelSelectionExpression: "STRING_VALUE",
42
42
  * OperationName: "STRING_VALUE",
@@ -61,7 +61,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
61
61
  * // AuthorizationScopes: [ // AuthorizationScopes
62
62
  * // "STRING_VALUE",
63
63
  * // ],
64
- * // AuthorizationType: "STRING_VALUE",
64
+ * // AuthorizationType: "NONE" || "AWS_IAM" || "CUSTOM" || "JWT",
65
65
  * // AuthorizerId: "STRING_VALUE",
66
66
  * // ModelSelectionExpression: "STRING_VALUE",
67
67
  * // OperationName: "STRING_VALUE",
@@ -41,7 +41,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
41
41
  * DefaultRouteSettings: { // RouteSettings
42
42
  * DataTraceEnabled: true || false,
43
43
  * DetailedMetricsEnabled: true || false,
44
- * LoggingLevel: "STRING_VALUE",
44
+ * LoggingLevel: "ERROR" || "INFO" || "OFF",
45
45
  * ThrottlingBurstLimit: Number("int"),
46
46
  * ThrottlingRateLimit: Number("double"),
47
47
  * },
@@ -51,7 +51,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
51
51
  * "<keys>": {
52
52
  * DataTraceEnabled: true || false,
53
53
  * DetailedMetricsEnabled: true || false,
54
- * LoggingLevel: "STRING_VALUE",
54
+ * LoggingLevel: "ERROR" || "INFO" || "OFF",
55
55
  * ThrottlingBurstLimit: Number("int"),
56
56
  * ThrottlingRateLimit: Number("double"),
57
57
  * },
@@ -75,7 +75,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
75
75
  * // DefaultRouteSettings: { // RouteSettings
76
76
  * // DataTraceEnabled: true || false,
77
77
  * // DetailedMetricsEnabled: true || false,
78
- * // LoggingLevel: "STRING_VALUE",
78
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
79
79
  * // ThrottlingBurstLimit: Number("int"),
80
80
  * // ThrottlingRateLimit: Number("double"),
81
81
  * // },
@@ -87,7 +87,7 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
87
87
  * // "<keys>": {
88
88
  * // DataTraceEnabled: true || false,
89
89
  * // DetailedMetricsEnabled: true || false,
90
- * // LoggingLevel: "STRING_VALUE",
90
+ * // LoggingLevel: "ERROR" || "INFO" || "OFF",
91
91
  * // ThrottlingBurstLimit: Number("int"),
92
92
  * // ThrottlingRateLimit: Number("double"),
93
93
  * // },
@@ -49,9 +49,9 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
49
49
  * // "<keys>": "STRING_VALUE",
50
50
  * // },
51
51
  * // VpcLinkId: "STRING_VALUE",
52
- * // VpcLinkStatus: "STRING_VALUE",
52
+ * // VpcLinkStatus: "PENDING" || "AVAILABLE" || "DELETING" || "FAILED" || "INACTIVE",
53
53
  * // VpcLinkStatusMessage: "STRING_VALUE",
54
- * // VpcLinkVersion: "STRING_VALUE",
54
+ * // VpcLinkVersion: "V2",
55
55
  * // };
56
56
  *
57
57
  * ```
@@ -511,7 +511,7 @@ export interface Integration {
511
511
  * <replaceable>\{location\}</replaceable>
512
512
  * is querystring, path, or header; and
513
513
  * <replaceable>\{name\}</replaceable>
514
- * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
514
+ * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
515
515
  */
516
516
  RequestParameters?: Record<string, string>;
517
517
  /**
@@ -1503,7 +1503,7 @@ export interface CreateIntegrationResult {
1503
1503
  * <replaceable>\{location\}</replaceable>
1504
1504
  * is querystring, path, or header; and
1505
1505
  * <replaceable>\{name\}</replaceable>
1506
- * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
1506
+ * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
1507
1507
  */
1508
1508
  RequestParameters?: Record<string, string>;
1509
1509
  /**
@@ -2704,7 +2704,7 @@ export interface GetIntegrationResult {
2704
2704
  * <replaceable>\{location\}</replaceable>
2705
2705
  * is querystring, path, or header; and
2706
2706
  * <replaceable>\{name\}</replaceable>
2707
- * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
2707
+ * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
2708
2708
  */
2709
2709
  RequestParameters?: Record<string, string>;
2710
2710
  /**
@@ -3953,7 +3953,7 @@ export interface UpdateIntegrationRequest {
3953
3953
  * <replaceable>\{location\}</replaceable>
3954
3954
  * is querystring, path, or header; and
3955
3955
  * <replaceable>\{name\}</replaceable>
3956
- * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt; where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.">Transforming API requests and responses</a>.</p>
3956
+ * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to the backend. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt; where action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
3957
3957
  */
3958
3958
  RequestParameters?: Record<string, string>;
3959
3959
  /**
@@ -4043,7 +4043,7 @@ export interface UpdateIntegrationResult {
4043
4043
  * <replaceable>\{location\}</replaceable>
4044
4044
  * is querystring, path, or header; and
4045
4045
  * <replaceable>\{name\}</replaceable>
4046
- * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
4046
+ * must be a valid and unique method request parameter name.</p> <p>For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services.html">Working with AWS service integrations for HTTP APIs</a>.</p> <p>For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-parameter-mapping.html">Transforming API requests and responses</a>.</p>
4047
4047
  */
4048
4048
  RequestParameters?: Record<string, string>;
4049
4049
  /**
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.370.0",
4
+ "version": "3.377.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,7 +21,7 @@
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.370.0",
24
+ "@aws-sdk/client-sts": "3.377.0",
25
25
  "@aws-sdk/credential-provider-node": "3.370.0",
26
26
  "@aws-sdk/middleware-host-header": "3.370.0",
27
27
  "@aws-sdk/middleware-logger": "3.370.0",