@aws-sdk/client-apigatewayv2 3.316.0 → 3.321.1

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.
@@ -5060,8 +5060,8 @@ const de_Api = (output, context) => {
5060
5060
  ApiGatewayManaged: [, smithy_client_1.expectBoolean, `apiGatewayManaged`],
5061
5061
  ApiId: [, smithy_client_1.expectString, `apiId`],
5062
5062
  ApiKeySelectionExpression: [, smithy_client_1.expectString, `apiKeySelectionExpression`],
5063
- CorsConfiguration: (_) => [, de_Cors(_, context), `corsConfiguration`],
5064
- CreatedDate: (_) => [, (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5063
+ CorsConfiguration: [, (_) => de_Cors(_, context), `corsConfiguration`],
5064
+ CreatedDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5065
5065
  Description: [, smithy_client_1.expectString, `description`],
5066
5066
  DisableExecuteApiEndpoint: [, smithy_client_1.expectBoolean, `disableExecuteApiEndpoint`],
5067
5067
  DisableSchemaValidation: [, smithy_client_1.expectBoolean, `disableSchemaValidation`],
@@ -5093,7 +5093,7 @@ const de_Authorizer = (output, context) => {
5093
5093
  EnableSimpleResponses: [, smithy_client_1.expectBoolean, `enableSimpleResponses`],
5094
5094
  IdentitySource: [, smithy_client_1._json, `identitySource`],
5095
5095
  IdentityValidationExpression: [, smithy_client_1.expectString, `identityValidationExpression`],
5096
- JwtConfiguration: (_) => [, de_JWTConfiguration(_, context), `jwtConfiguration`],
5096
+ JwtConfiguration: [, (_) => de_JWTConfiguration(_, context), `jwtConfiguration`],
5097
5097
  Name: [, smithy_client_1.expectString, `name`],
5098
5098
  });
5099
5099
  };
@@ -5110,7 +5110,7 @@ const de_Cors = (output, context) => {
5110
5110
  const de_Deployment = (output, context) => {
5111
5111
  return (0, smithy_client_1.take)(output, {
5112
5112
  AutoDeployed: [, smithy_client_1.expectBoolean, `autoDeployed`],
5113
- CreatedDate: (_) => [, (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5113
+ CreatedDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5114
5114
  DeploymentId: [, smithy_client_1.expectString, `deploymentId`],
5115
5115
  DeploymentStatus: [, smithy_client_1.expectString, `deploymentStatus`],
5116
5116
  DeploymentStatusMessage: [, smithy_client_1.expectString, `deploymentStatusMessage`],
@@ -5121,8 +5121,8 @@ const de_DomainName = (output, context) => {
5121
5121
  return (0, smithy_client_1.take)(output, {
5122
5122
  ApiMappingSelectionExpression: [, smithy_client_1.expectString, `apiMappingSelectionExpression`],
5123
5123
  DomainName: [, smithy_client_1.expectString, `domainName`],
5124
- DomainNameConfigurations: (_) => [, de_DomainNameConfigurations(_, context), `domainNameConfigurations`],
5125
- MutualTlsAuthentication: (_) => [, de_MutualTlsAuthentication(_, context), `mutualTlsAuthentication`],
5124
+ DomainNameConfigurations: [, (_) => de_DomainNameConfigurations(_, context), `domainNameConfigurations`],
5125
+ MutualTlsAuthentication: [, (_) => de_MutualTlsAuthentication(_, context), `mutualTlsAuthentication`],
5126
5126
  Tags: [, smithy_client_1._json, `tags`],
5127
5127
  });
5128
5128
  };
@@ -5131,7 +5131,11 @@ const de_DomainNameConfiguration = (output, context) => {
5131
5131
  ApiGatewayDomainName: [, smithy_client_1.expectString, `apiGatewayDomainName`],
5132
5132
  CertificateArn: [, smithy_client_1.expectString, `certificateArn`],
5133
5133
  CertificateName: [, smithy_client_1.expectString, `certificateName`],
5134
- CertificateUploadDate: (_) => [, (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `certificateUploadDate`],
5134
+ CertificateUploadDate: [
5135
+ ,
5136
+ (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
5137
+ `certificateUploadDate`,
5138
+ ],
5135
5139
  DomainNameStatus: [, smithy_client_1.expectString, `domainNameStatus`],
5136
5140
  DomainNameStatusMessage: [, smithy_client_1.expectString, `domainNameStatusMessage`],
5137
5141
  EndpointType: [, smithy_client_1.expectString, `endpointType`],
@@ -5169,7 +5173,7 @@ const de_Integration = (output, context) => {
5169
5173
  ResponseParameters: [, smithy_client_1._json, `responseParameters`],
5170
5174
  TemplateSelectionExpression: [, smithy_client_1.expectString, `templateSelectionExpression`],
5171
5175
  TimeoutInMillis: [, smithy_client_1.expectInt32, `timeoutInMillis`],
5172
- TlsConfig: (_) => [, de_TlsConfig(_, context), `tlsConfig`],
5176
+ TlsConfig: [, (_) => de_TlsConfig(_, context), `tlsConfig`],
5173
5177
  });
5174
5178
  };
5175
5179
  const de_IntegrationResponse = (output, context) => {
@@ -5219,7 +5223,7 @@ const de_Route = (output, context) => {
5219
5223
  ModelSelectionExpression: [, smithy_client_1.expectString, `modelSelectionExpression`],
5220
5224
  OperationName: [, smithy_client_1.expectString, `operationName`],
5221
5225
  RequestModels: [, smithy_client_1._json, `requestModels`],
5222
- RequestParameters: (_) => [, de_RouteParameters(_, context), `requestParameters`],
5226
+ RequestParameters: [, (_) => de_RouteParameters(_, context), `requestParameters`],
5223
5227
  RouteId: [, smithy_client_1.expectString, `routeId`],
5224
5228
  RouteKey: [, smithy_client_1.expectString, `routeKey`],
5225
5229
  RouteResponseSelectionExpression: [, smithy_client_1.expectString, `routeResponseSelectionExpression`],
@@ -5239,7 +5243,7 @@ const de_RouteResponse = (output, context) => {
5239
5243
  return (0, smithy_client_1.take)(output, {
5240
5244
  ModelSelectionExpression: [, smithy_client_1.expectString, `modelSelectionExpression`],
5241
5245
  ResponseModels: [, smithy_client_1._json, `responseModels`],
5242
- ResponseParameters: (_) => [, de_RouteParameters(_, context), `responseParameters`],
5246
+ ResponseParameters: [, (_) => de_RouteParameters(_, context), `responseParameters`],
5243
5247
  RouteResponseId: [, smithy_client_1.expectString, `routeResponseId`],
5244
5248
  RouteResponseKey: [, smithy_client_1.expectString, `routeResponseKey`],
5245
5249
  });
@@ -5264,17 +5268,17 @@ const de_RouteSettingsMap = (output, context) => {
5264
5268
  };
5265
5269
  const de_Stage = (output, context) => {
5266
5270
  return (0, smithy_client_1.take)(output, {
5267
- AccessLogSettings: (_) => [, de_AccessLogSettings(_, context), `accessLogSettings`],
5271
+ AccessLogSettings: [, (_) => de_AccessLogSettings(_, context), `accessLogSettings`],
5268
5272
  ApiGatewayManaged: [, smithy_client_1.expectBoolean, `apiGatewayManaged`],
5269
5273
  AutoDeploy: [, smithy_client_1.expectBoolean, `autoDeploy`],
5270
5274
  ClientCertificateId: [, smithy_client_1.expectString, `clientCertificateId`],
5271
- CreatedDate: (_) => [, (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5272
- DefaultRouteSettings: (_) => [, de_RouteSettings(_, context), `defaultRouteSettings`],
5275
+ CreatedDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5276
+ DefaultRouteSettings: [, (_) => de_RouteSettings(_, context), `defaultRouteSettings`],
5273
5277
  DeploymentId: [, smithy_client_1.expectString, `deploymentId`],
5274
5278
  Description: [, smithy_client_1.expectString, `description`],
5275
5279
  LastDeploymentStatusMessage: [, smithy_client_1.expectString, `lastDeploymentStatusMessage`],
5276
- LastUpdatedDate: (_) => [, (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `lastUpdatedDate`],
5277
- RouteSettings: (_) => [, de_RouteSettingsMap(_, context), `routeSettings`],
5280
+ LastUpdatedDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `lastUpdatedDate`],
5281
+ RouteSettings: [, (_) => de_RouteSettingsMap(_, context), `routeSettings`],
5278
5282
  StageName: [, smithy_client_1.expectString, `stageName`],
5279
5283
  StageVariables: [, smithy_client_1._json, `stageVariables`],
5280
5284
  Tags: [, smithy_client_1._json, `tags`],
@@ -5287,7 +5291,7 @@ const de_TlsConfig = (output, context) => {
5287
5291
  };
5288
5292
  const de_VpcLink = (output, context) => {
5289
5293
  return (0, smithy_client_1.take)(output, {
5290
- CreatedDate: (_) => [, (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5294
+ CreatedDate: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `createdDate`],
5291
5295
  Name: [, smithy_client_1.expectString, `name`],
5292
5296
  SecurityGroupIds: [, smithy_client_1._json, `securityGroupIds`],
5293
5297
  SubnetIds: [, smithy_client_1._json, `subnetIds`],
@@ -4911,8 +4911,8 @@ const de_Api = (output, context) => {
4911
4911
  ApiGatewayManaged: [, __expectBoolean, `apiGatewayManaged`],
4912
4912
  ApiId: [, __expectString, `apiId`],
4913
4913
  ApiKeySelectionExpression: [, __expectString, `apiKeySelectionExpression`],
4914
- CorsConfiguration: (_) => [, de_Cors(_, context), `corsConfiguration`],
4915
- CreatedDate: (_) => [, __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
4914
+ CorsConfiguration: [, (_) => de_Cors(_, context), `corsConfiguration`],
4915
+ CreatedDate: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
4916
4916
  Description: [, __expectString, `description`],
4917
4917
  DisableExecuteApiEndpoint: [, __expectBoolean, `disableExecuteApiEndpoint`],
4918
4918
  DisableSchemaValidation: [, __expectBoolean, `disableSchemaValidation`],
@@ -4944,7 +4944,7 @@ const de_Authorizer = (output, context) => {
4944
4944
  EnableSimpleResponses: [, __expectBoolean, `enableSimpleResponses`],
4945
4945
  IdentitySource: [, _json, `identitySource`],
4946
4946
  IdentityValidationExpression: [, __expectString, `identityValidationExpression`],
4947
- JwtConfiguration: (_) => [, de_JWTConfiguration(_, context), `jwtConfiguration`],
4947
+ JwtConfiguration: [, (_) => de_JWTConfiguration(_, context), `jwtConfiguration`],
4948
4948
  Name: [, __expectString, `name`],
4949
4949
  });
4950
4950
  };
@@ -4961,7 +4961,7 @@ const de_Cors = (output, context) => {
4961
4961
  const de_Deployment = (output, context) => {
4962
4962
  return take(output, {
4963
4963
  AutoDeployed: [, __expectBoolean, `autoDeployed`],
4964
- CreatedDate: (_) => [, __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
4964
+ CreatedDate: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
4965
4965
  DeploymentId: [, __expectString, `deploymentId`],
4966
4966
  DeploymentStatus: [, __expectString, `deploymentStatus`],
4967
4967
  DeploymentStatusMessage: [, __expectString, `deploymentStatusMessage`],
@@ -4972,8 +4972,8 @@ const de_DomainName = (output, context) => {
4972
4972
  return take(output, {
4973
4973
  ApiMappingSelectionExpression: [, __expectString, `apiMappingSelectionExpression`],
4974
4974
  DomainName: [, __expectString, `domainName`],
4975
- DomainNameConfigurations: (_) => [, de_DomainNameConfigurations(_, context), `domainNameConfigurations`],
4976
- MutualTlsAuthentication: (_) => [, de_MutualTlsAuthentication(_, context), `mutualTlsAuthentication`],
4975
+ DomainNameConfigurations: [, (_) => de_DomainNameConfigurations(_, context), `domainNameConfigurations`],
4976
+ MutualTlsAuthentication: [, (_) => de_MutualTlsAuthentication(_, context), `mutualTlsAuthentication`],
4977
4977
  Tags: [, _json, `tags`],
4978
4978
  });
4979
4979
  };
@@ -4982,7 +4982,11 @@ const de_DomainNameConfiguration = (output, context) => {
4982
4982
  ApiGatewayDomainName: [, __expectString, `apiGatewayDomainName`],
4983
4983
  CertificateArn: [, __expectString, `certificateArn`],
4984
4984
  CertificateName: [, __expectString, `certificateName`],
4985
- CertificateUploadDate: (_) => [, __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `certificateUploadDate`],
4985
+ CertificateUploadDate: [
4986
+ ,
4987
+ (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4988
+ `certificateUploadDate`,
4989
+ ],
4986
4990
  DomainNameStatus: [, __expectString, `domainNameStatus`],
4987
4991
  DomainNameStatusMessage: [, __expectString, `domainNameStatusMessage`],
4988
4992
  EndpointType: [, __expectString, `endpointType`],
@@ -5020,7 +5024,7 @@ const de_Integration = (output, context) => {
5020
5024
  ResponseParameters: [, _json, `responseParameters`],
5021
5025
  TemplateSelectionExpression: [, __expectString, `templateSelectionExpression`],
5022
5026
  TimeoutInMillis: [, __expectInt32, `timeoutInMillis`],
5023
- TlsConfig: (_) => [, de_TlsConfig(_, context), `tlsConfig`],
5027
+ TlsConfig: [, (_) => de_TlsConfig(_, context), `tlsConfig`],
5024
5028
  });
5025
5029
  };
5026
5030
  const de_IntegrationResponse = (output, context) => {
@@ -5070,7 +5074,7 @@ const de_Route = (output, context) => {
5070
5074
  ModelSelectionExpression: [, __expectString, `modelSelectionExpression`],
5071
5075
  OperationName: [, __expectString, `operationName`],
5072
5076
  RequestModels: [, _json, `requestModels`],
5073
- RequestParameters: (_) => [, de_RouteParameters(_, context), `requestParameters`],
5077
+ RequestParameters: [, (_) => de_RouteParameters(_, context), `requestParameters`],
5074
5078
  RouteId: [, __expectString, `routeId`],
5075
5079
  RouteKey: [, __expectString, `routeKey`],
5076
5080
  RouteResponseSelectionExpression: [, __expectString, `routeResponseSelectionExpression`],
@@ -5090,7 +5094,7 @@ const de_RouteResponse = (output, context) => {
5090
5094
  return take(output, {
5091
5095
  ModelSelectionExpression: [, __expectString, `modelSelectionExpression`],
5092
5096
  ResponseModels: [, _json, `responseModels`],
5093
- ResponseParameters: (_) => [, de_RouteParameters(_, context), `responseParameters`],
5097
+ ResponseParameters: [, (_) => de_RouteParameters(_, context), `responseParameters`],
5094
5098
  RouteResponseId: [, __expectString, `routeResponseId`],
5095
5099
  RouteResponseKey: [, __expectString, `routeResponseKey`],
5096
5100
  });
@@ -5115,17 +5119,17 @@ const de_RouteSettingsMap = (output, context) => {
5115
5119
  };
5116
5120
  const de_Stage = (output, context) => {
5117
5121
  return take(output, {
5118
- AccessLogSettings: (_) => [, de_AccessLogSettings(_, context), `accessLogSettings`],
5122
+ AccessLogSettings: [, (_) => de_AccessLogSettings(_, context), `accessLogSettings`],
5119
5123
  ApiGatewayManaged: [, __expectBoolean, `apiGatewayManaged`],
5120
5124
  AutoDeploy: [, __expectBoolean, `autoDeploy`],
5121
5125
  ClientCertificateId: [, __expectString, `clientCertificateId`],
5122
- CreatedDate: (_) => [, __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
5123
- DefaultRouteSettings: (_) => [, de_RouteSettings(_, context), `defaultRouteSettings`],
5126
+ CreatedDate: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
5127
+ DefaultRouteSettings: [, (_) => de_RouteSettings(_, context), `defaultRouteSettings`],
5124
5128
  DeploymentId: [, __expectString, `deploymentId`],
5125
5129
  Description: [, __expectString, `description`],
5126
5130
  LastDeploymentStatusMessage: [, __expectString, `lastDeploymentStatusMessage`],
5127
- LastUpdatedDate: (_) => [, __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `lastUpdatedDate`],
5128
- RouteSettings: (_) => [, de_RouteSettingsMap(_, context), `routeSettings`],
5131
+ LastUpdatedDate: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `lastUpdatedDate`],
5132
+ RouteSettings: [, (_) => de_RouteSettingsMap(_, context), `routeSettings`],
5129
5133
  StageName: [, __expectString, `stageName`],
5130
5134
  StageVariables: [, _json, `stageVariables`],
5131
5135
  Tags: [, _json, `tags`],
@@ -5138,7 +5142,7 @@ const de_TlsConfig = (output, context) => {
5138
5142
  };
5139
5143
  const de_VpcLink = (output, context) => {
5140
5144
  return take(output, {
5141
- CreatedDate: (_) => [, __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
5145
+ CreatedDate: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `createdDate`],
5142
5146
  Name: [, __expectString, `name`],
5143
5147
  SecurityGroupIds: [, _json, `securityGroupIds`],
5144
5148
  SubnetIds: [, _json, `subnetIds`],
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.316.0",
4
+ "version": "3.321.1",
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.316.0",
24
+ "@aws-sdk/client-sts": "3.321.1",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.316.0",
26
+ "@aws-sdk/credential-provider-node": "3.321.1",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -36,9 +36,9 @@
36
36
  "@aws-sdk/middleware-serde": "3.310.0",
37
37
  "@aws-sdk/middleware-signing": "3.310.0",
38
38
  "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.319.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
- "@aws-sdk/node-http-handler": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
43
  "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
@@ -48,7 +48,7 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
- "@aws-sdk/util-endpoints": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",