@aws-sdk/client-app-mesh 3.428.0 → 3.430.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.
@@ -303,7 +303,7 @@ export interface EgressFilter {
303
303
  * egress filter type to <code>ALLOW_ALL</code> to allow egress to any endpoint inside or
304
304
  * outside of the service mesh.</p>
305
305
  */
306
- type: EgressFilterType | string | undefined;
306
+ type: EgressFilterType | undefined;
307
307
  }
308
308
  /**
309
309
  * @public
@@ -328,7 +328,7 @@ export interface MeshServiceDiscovery {
328
328
  * @public
329
329
  * <p>The IP version to use to control traffic within the mesh.</p>
330
330
  */
331
- ipPreference?: IpPreference | string;
331
+ ipPreference?: IpPreference;
332
332
  }
333
333
  /**
334
334
  * @public
@@ -441,7 +441,7 @@ export interface MeshStatus {
441
441
  * @public
442
442
  * <p>The current mesh status.</p>
443
443
  */
444
- status?: MeshStatusCode | string;
444
+ status?: MeshStatusCode;
445
445
  }
446
446
  /**
447
447
  * @public
@@ -1088,7 +1088,7 @@ export interface VirtualGatewayHealthCheckPolicy {
1088
1088
  * service must conform to the <a href="https://github.com/grpc/grpc/blob/master/doc/health-checking.md">GRPC Health
1089
1089
  * Checking Protocol</a>.</p>
1090
1090
  */
1091
- protocol: VirtualGatewayPortProtocol | string | undefined;
1091
+ protocol: VirtualGatewayPortProtocol | undefined;
1092
1092
  /**
1093
1093
  * @public
1094
1094
  * <p>The destination port for the health check request. This port must match the port defined
@@ -1128,7 +1128,7 @@ export interface VirtualGatewayPortMapping {
1128
1128
  * @public
1129
1129
  * <p>The protocol used for the port mapping.</p>
1130
1130
  */
1131
- protocol: VirtualGatewayPortProtocol | string | undefined;
1131
+ protocol: VirtualGatewayPortProtocol | undefined;
1132
1132
  }
1133
1133
  /**
1134
1134
  * @public
@@ -1300,7 +1300,7 @@ export interface VirtualGatewayListenerTls {
1300
1300
  * </li>
1301
1301
  * </ul>
1302
1302
  */
1303
- mode: VirtualGatewayListenerTlsMode | string | undefined;
1303
+ mode: VirtualGatewayListenerTlsMode | undefined;
1304
1304
  /**
1305
1305
  * @public
1306
1306
  * <p>A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation
@@ -1486,7 +1486,7 @@ export interface VirtualGatewayStatus {
1486
1486
  * @public
1487
1487
  * <p>The current status.</p>
1488
1488
  */
1489
- status: VirtualGatewayStatusCode | string | undefined;
1489
+ status: VirtualGatewayStatusCode | undefined;
1490
1490
  }
1491
1491
  /**
1492
1492
  * @public
@@ -1612,7 +1612,7 @@ export interface GatewayRouteHostnameRewrite {
1612
1612
  * @public
1613
1613
  * <p>The default target host name to write to.</p>
1614
1614
  */
1615
- defaultTargetHostname?: DefaultGatewayRouteRewrite | string;
1615
+ defaultTargetHostname?: DefaultGatewayRouteRewrite;
1616
1616
  }
1617
1617
  /**
1618
1618
  * @public
@@ -1874,7 +1874,7 @@ export interface HttpGatewayRoutePrefixRewrite {
1874
1874
  * @public
1875
1875
  * <p>The default prefix used to replace the incoming route prefix when rewritten.</p>
1876
1876
  */
1877
- defaultPrefix?: DefaultGatewayRouteRewrite | string;
1877
+ defaultPrefix?: DefaultGatewayRouteRewrite;
1878
1878
  /**
1879
1879
  * @public
1880
1880
  * <p>The value used to replace the incoming route prefix when rewritten.</p>
@@ -2123,7 +2123,7 @@ export interface HttpGatewayRouteMatch {
2123
2123
  * @public
2124
2124
  * <p>The method to match on.</p>
2125
2125
  */
2126
- method?: HttpMethod | string;
2126
+ method?: HttpMethod;
2127
2127
  /**
2128
2128
  * @public
2129
2129
  * <p>The host name to match on.</p>
@@ -2253,7 +2253,7 @@ export interface GatewayRouteStatus {
2253
2253
  * @public
2254
2254
  * <p>The current status for the gateway route.</p>
2255
2255
  */
2256
- status: GatewayRouteStatusCode | string | undefined;
2256
+ status: GatewayRouteStatusCode | undefined;
2257
2257
  }
2258
2258
  /**
2259
2259
  * @public
@@ -3139,7 +3139,7 @@ export interface HealthCheckPolicy {
3139
3139
  * service must conform to the <a href="https://github.com/grpc/grpc/blob/master/doc/health-checking.md">GRPC Health
3140
3140
  * Checking Protocol</a>.</p>
3141
3141
  */
3142
- protocol: PortProtocol | string | undefined;
3142
+ protocol: PortProtocol | undefined;
3143
3143
  /**
3144
3144
  * @public
3145
3145
  * <p>The destination port for the health check request. This port must match the port defined
@@ -3191,7 +3191,7 @@ export interface Duration {
3191
3191
  * @public
3192
3192
  * <p>A unit of time.</p>
3193
3193
  */
3194
- unit?: DurationUnit | string;
3194
+ unit?: DurationUnit;
3195
3195
  }
3196
3196
  /**
3197
3197
  * @public
@@ -3234,7 +3234,7 @@ export interface PortMapping {
3234
3234
  * @public
3235
3235
  * <p>The protocol used for the port mapping. Specify one protocol.</p>
3236
3236
  */
3237
- protocol: PortProtocol | string | undefined;
3237
+ protocol: PortProtocol | undefined;
3238
3238
  }
3239
3239
  /**
3240
3240
  * @public
@@ -3523,7 +3523,7 @@ export interface ListenerTls {
3523
3523
  * </li>
3524
3524
  * </ul>
3525
3525
  */
3526
- mode: ListenerTlsMode | string | undefined;
3526
+ mode: ListenerTlsMode | undefined;
3527
3527
  /**
3528
3528
  * @public
3529
3529
  * <p>A reference to an object that represents a listener's Transport Layer Security (TLS) certificate.</p>
@@ -3636,7 +3636,7 @@ export interface AwsCloudMapServiceDiscovery {
3636
3636
  * virtual node only overrides the IP preference set for the mesh on this specific
3637
3637
  * node.</p>
3638
3638
  */
3639
- ipPreference?: IpPreference | string;
3639
+ ipPreference?: IpPreference;
3640
3640
  }
3641
3641
  /**
3642
3642
  * @public
@@ -3665,14 +3665,14 @@ export interface DnsServiceDiscovery {
3665
3665
  * @public
3666
3666
  * <p>Specifies the DNS response type for the virtual node.</p>
3667
3667
  */
3668
- responseType?: DnsResponseType | string;
3668
+ responseType?: DnsResponseType;
3669
3669
  /**
3670
3670
  * @public
3671
3671
  * <p>The preferred IP version that this virtual node uses. Setting the IP preference on the
3672
3672
  * virtual node only overrides the IP preference set for the mesh on this specific
3673
3673
  * node.</p>
3674
3674
  */
3675
- ipPreference?: IpPreference | string;
3675
+ ipPreference?: IpPreference;
3676
3676
  }
3677
3677
  /**
3678
3678
  * @public
@@ -3814,7 +3814,7 @@ export interface VirtualNodeStatus {
3814
3814
  * @public
3815
3815
  * <p>The current status of the virtual node.</p>
3816
3816
  */
3817
- status: VirtualNodeStatusCode | string | undefined;
3817
+ status: VirtualNodeStatusCode | undefined;
3818
3818
  }
3819
3819
  /**
3820
3820
  * @public
@@ -4159,7 +4159,7 @@ export interface VirtualRouterStatus {
4159
4159
  * @public
4160
4160
  * <p>The current status of the virtual router.</p>
4161
4161
  */
4162
- status: VirtualRouterStatusCode | string | undefined;
4162
+ status: VirtualRouterStatusCode | undefined;
4163
4163
  }
4164
4164
  /**
4165
4165
  * @public
@@ -4619,12 +4619,12 @@ export interface GrpcRetryPolicy {
4619
4619
  * @public
4620
4620
  * <p>Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.</p>
4621
4621
  */
4622
- tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
4622
+ tcpRetryEvents?: TcpRetryPolicyEvent[];
4623
4623
  /**
4624
4624
  * @public
4625
4625
  * <p>Specify at least one of the valid values.</p>
4626
4626
  */
4627
- grpcRetryEvents?: (GrpcRetryPolicyEvent | string)[];
4627
+ grpcRetryEvents?: GrpcRetryPolicyEvent[];
4628
4628
  }
4629
4629
  /**
4630
4630
  * @public
@@ -4726,13 +4726,13 @@ export interface HttpRouteMatch {
4726
4726
  * @public
4727
4727
  * <p>The client request method to match on. Specify only one.</p>
4728
4728
  */
4729
- method?: HttpMethod | string;
4729
+ method?: HttpMethod;
4730
4730
  /**
4731
4731
  * @public
4732
4732
  * <p>The client request scheme to match on. Specify only one. Applicable only for HTTP2
4733
4733
  * routes.</p>
4734
4734
  */
4735
- scheme?: HttpScheme | string;
4735
+ scheme?: HttpScheme;
4736
4736
  /**
4737
4737
  * @public
4738
4738
  * <p>The client request headers to match on.</p>
@@ -4791,7 +4791,7 @@ export interface HttpRetryPolicy {
4791
4791
  * @public
4792
4792
  * <p>Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.</p>
4793
4793
  */
4794
- tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
4794
+ tcpRetryEvents?: TcpRetryPolicyEvent[];
4795
4795
  }
4796
4796
  /**
4797
4797
  * @public
@@ -4964,7 +4964,7 @@ export interface RouteStatus {
4964
4964
  * @public
4965
4965
  * <p>The current status for the route.</p>
4966
4966
  */
4967
- status: RouteStatusCode | string | undefined;
4967
+ status: RouteStatusCode | undefined;
4968
4968
  }
4969
4969
  /**
4970
4970
  * @public
@@ -5436,7 +5436,7 @@ export interface VirtualServiceStatus {
5436
5436
  * @public
5437
5437
  * <p>The current status of the virtual service.</p>
5438
5438
  */
5439
- status: VirtualServiceStatusCode | string | undefined;
5439
+ status: VirtualServiceStatusCode | undefined;
5440
5440
  }
5441
5441
  /**
5442
5442
  * @public
@@ -119,7 +119,7 @@ export declare const EgressFilterType: {
119
119
  export type EgressFilterType =
120
120
  (typeof EgressFilterType)[keyof typeof EgressFilterType];
121
121
  export interface EgressFilter {
122
- type: EgressFilterType | string | undefined;
122
+ type: EgressFilterType | undefined;
123
123
  }
124
124
  export declare const IpPreference: {
125
125
  readonly IPv4_ONLY: "IPv4_ONLY";
@@ -129,7 +129,7 @@ export declare const IpPreference: {
129
129
  };
130
130
  export type IpPreference = (typeof IpPreference)[keyof typeof IpPreference];
131
131
  export interface MeshServiceDiscovery {
132
- ipPreference?: IpPreference | string;
132
+ ipPreference?: IpPreference;
133
133
  }
134
134
  export interface MeshSpec {
135
135
  egressFilter?: EgressFilter;
@@ -158,7 +158,7 @@ export declare const MeshStatusCode: {
158
158
  export type MeshStatusCode =
159
159
  (typeof MeshStatusCode)[keyof typeof MeshStatusCode];
160
160
  export interface MeshStatus {
161
- status?: MeshStatusCode | string;
161
+ status?: MeshStatusCode;
162
162
  }
163
163
  export interface MeshData {
164
164
  meshName: string | undefined;
@@ -391,7 +391,7 @@ export type VirtualGatewayPortProtocol =
391
391
  export interface VirtualGatewayHealthCheckPolicy {
392
392
  timeoutMillis: number | undefined;
393
393
  intervalMillis: number | undefined;
394
- protocol: VirtualGatewayPortProtocol | string | undefined;
394
+ protocol: VirtualGatewayPortProtocol | undefined;
395
395
  port?: number;
396
396
  path?: string;
397
397
  healthyThreshold: number | undefined;
@@ -399,7 +399,7 @@ export interface VirtualGatewayHealthCheckPolicy {
399
399
  }
400
400
  export interface VirtualGatewayPortMapping {
401
401
  port: number | undefined;
402
- protocol: VirtualGatewayPortProtocol | string | undefined;
402
+ protocol: VirtualGatewayPortProtocol | undefined;
403
403
  }
404
404
  export interface VirtualGatewayListenerTlsAcmCertificate {
405
405
  certificateArn: string | undefined;
@@ -487,7 +487,7 @@ export interface VirtualGatewayListenerTlsValidationContext {
487
487
  subjectAlternativeNames?: SubjectAlternativeNames;
488
488
  }
489
489
  export interface VirtualGatewayListenerTls {
490
- mode: VirtualGatewayListenerTlsMode | string | undefined;
490
+ mode: VirtualGatewayListenerTlsMode | undefined;
491
491
  validation?: VirtualGatewayListenerTlsValidationContext;
492
492
  certificate: VirtualGatewayListenerTlsCertificate | undefined;
493
493
  }
@@ -543,7 +543,7 @@ export declare const VirtualGatewayStatusCode: {
543
543
  export type VirtualGatewayStatusCode =
544
544
  (typeof VirtualGatewayStatusCode)[keyof typeof VirtualGatewayStatusCode];
545
545
  export interface VirtualGatewayStatus {
546
- status: VirtualGatewayStatusCode | string | undefined;
546
+ status: VirtualGatewayStatusCode | undefined;
547
547
  }
548
548
  export interface VirtualGatewayData {
549
549
  meshName: string | undefined;
@@ -578,7 +578,7 @@ export declare const DefaultGatewayRouteRewrite: {
578
578
  export type DefaultGatewayRouteRewrite =
579
579
  (typeof DefaultGatewayRouteRewrite)[keyof typeof DefaultGatewayRouteRewrite];
580
580
  export interface GatewayRouteHostnameRewrite {
581
- defaultTargetHostname?: DefaultGatewayRouteRewrite | string;
581
+ defaultTargetHostname?: DefaultGatewayRouteRewrite;
582
582
  }
583
583
  export interface GrpcGatewayRouteRewrite {
584
584
  hostname?: GatewayRouteHostnameRewrite;
@@ -687,7 +687,7 @@ export interface HttpGatewayRoutePathRewrite {
687
687
  exact?: string;
688
688
  }
689
689
  export interface HttpGatewayRoutePrefixRewrite {
690
- defaultPrefix?: DefaultGatewayRouteRewrite | string;
690
+ defaultPrefix?: DefaultGatewayRouteRewrite;
691
691
  value?: string;
692
692
  }
693
693
  export interface HttpGatewayRouteRewrite {
@@ -797,7 +797,7 @@ export interface HttpGatewayRouteMatch {
797
797
  prefix?: string;
798
798
  path?: HttpPathMatch;
799
799
  queryParameters?: HttpQueryParameter[];
800
- method?: HttpMethod | string;
800
+ method?: HttpMethod;
801
801
  hostname?: GatewayRouteHostnameMatch;
802
802
  headers?: HttpGatewayRouteHeader[];
803
803
  port?: number;
@@ -829,7 +829,7 @@ export declare const GatewayRouteStatusCode: {
829
829
  export type GatewayRouteStatusCode =
830
830
  (typeof GatewayRouteStatusCode)[keyof typeof GatewayRouteStatusCode];
831
831
  export interface GatewayRouteStatus {
832
- status: GatewayRouteStatusCode | string | undefined;
832
+ status: GatewayRouteStatusCode | undefined;
833
833
  }
834
834
  export interface GatewayRouteData {
835
835
  meshName: string | undefined;
@@ -1114,7 +1114,7 @@ export type PortProtocol = (typeof PortProtocol)[keyof typeof PortProtocol];
1114
1114
  export interface HealthCheckPolicy {
1115
1115
  timeoutMillis: number | undefined;
1116
1116
  intervalMillis: number | undefined;
1117
- protocol: PortProtocol | string | undefined;
1117
+ protocol: PortProtocol | undefined;
1118
1118
  port?: number;
1119
1119
  path?: string;
1120
1120
  healthyThreshold: number | undefined;
@@ -1127,7 +1127,7 @@ export declare const DurationUnit: {
1127
1127
  export type DurationUnit = (typeof DurationUnit)[keyof typeof DurationUnit];
1128
1128
  export interface Duration {
1129
1129
  value?: number;
1130
- unit?: DurationUnit | string;
1130
+ unit?: DurationUnit;
1131
1131
  }
1132
1132
  export interface OutlierDetection {
1133
1133
  maxServerErrors: number | undefined;
@@ -1137,7 +1137,7 @@ export interface OutlierDetection {
1137
1137
  }
1138
1138
  export interface PortMapping {
1139
1139
  port: number | undefined;
1140
- protocol: PortProtocol | string | undefined;
1140
+ protocol: PortProtocol | undefined;
1141
1141
  }
1142
1142
  export interface GrpcTimeout {
1143
1143
  perRequest?: Duration;
@@ -1284,7 +1284,7 @@ export interface ListenerTlsValidationContext {
1284
1284
  subjectAlternativeNames?: SubjectAlternativeNames;
1285
1285
  }
1286
1286
  export interface ListenerTls {
1287
- mode: ListenerTlsMode | string | undefined;
1287
+ mode: ListenerTlsMode | undefined;
1288
1288
  certificate: ListenerTlsCertificate | undefined;
1289
1289
  validation?: ListenerTlsValidationContext;
1290
1290
  }
@@ -1307,7 +1307,7 @@ export interface AwsCloudMapServiceDiscovery {
1307
1307
  namespaceName: string | undefined;
1308
1308
  serviceName: string | undefined;
1309
1309
  attributes?: AwsCloudMapInstanceAttribute[];
1310
- ipPreference?: IpPreference | string;
1310
+ ipPreference?: IpPreference;
1311
1311
  }
1312
1312
  export declare const DnsResponseType: {
1313
1313
  readonly ENDPOINTS: "ENDPOINTS";
@@ -1317,8 +1317,8 @@ export type DnsResponseType =
1317
1317
  (typeof DnsResponseType)[keyof typeof DnsResponseType];
1318
1318
  export interface DnsServiceDiscovery {
1319
1319
  hostname: string | undefined;
1320
- responseType?: DnsResponseType | string;
1321
- ipPreference?: IpPreference | string;
1320
+ responseType?: DnsResponseType;
1321
+ ipPreference?: IpPreference;
1322
1322
  }
1323
1323
  export type ServiceDiscovery =
1324
1324
  | ServiceDiscovery.AwsCloudMapMember
@@ -1370,7 +1370,7 @@ export declare const VirtualNodeStatusCode: {
1370
1370
  export type VirtualNodeStatusCode =
1371
1371
  (typeof VirtualNodeStatusCode)[keyof typeof VirtualNodeStatusCode];
1372
1372
  export interface VirtualNodeStatus {
1373
- status: VirtualNodeStatusCode | string | undefined;
1373
+ status: VirtualNodeStatusCode | undefined;
1374
1374
  }
1375
1375
  export interface VirtualNodeData {
1376
1376
  meshName: string | undefined;
@@ -1450,7 +1450,7 @@ export declare const VirtualRouterStatusCode: {
1450
1450
  export type VirtualRouterStatusCode =
1451
1451
  (typeof VirtualRouterStatusCode)[keyof typeof VirtualRouterStatusCode];
1452
1452
  export interface VirtualRouterStatus {
1453
- status: VirtualRouterStatusCode | string | undefined;
1453
+ status: VirtualRouterStatusCode | undefined;
1454
1454
  }
1455
1455
  export interface VirtualRouterData {
1456
1456
  meshName: string | undefined;
@@ -1604,8 +1604,8 @@ export interface GrpcRetryPolicy {
1604
1604
  perRetryTimeout: Duration | undefined;
1605
1605
  maxRetries: number | undefined;
1606
1606
  httpRetryEvents?: string[];
1607
- tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
1608
- grpcRetryEvents?: (GrpcRetryPolicyEvent | string)[];
1607
+ tcpRetryEvents?: TcpRetryPolicyEvent[];
1608
+ grpcRetryEvents?: GrpcRetryPolicyEvent[];
1609
1609
  }
1610
1610
  export interface GrpcRoute {
1611
1611
  action: GrpcRouteAction | undefined;
@@ -1630,8 +1630,8 @@ export interface HttpRouteMatch {
1630
1630
  prefix?: string;
1631
1631
  path?: HttpPathMatch;
1632
1632
  queryParameters?: HttpQueryParameter[];
1633
- method?: HttpMethod | string;
1634
- scheme?: HttpScheme | string;
1633
+ method?: HttpMethod;
1634
+ scheme?: HttpScheme;
1635
1635
  headers?: HttpRouteHeader[];
1636
1636
  port?: number;
1637
1637
  }
@@ -1639,7 +1639,7 @@ export interface HttpRetryPolicy {
1639
1639
  perRetryTimeout: Duration | undefined;
1640
1640
  maxRetries: number | undefined;
1641
1641
  httpRetryEvents?: string[];
1642
- tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
1642
+ tcpRetryEvents?: TcpRetryPolicyEvent[];
1643
1643
  }
1644
1644
  export interface HttpRoute {
1645
1645
  match: HttpRouteMatch | undefined;
@@ -1682,7 +1682,7 @@ export declare const RouteStatusCode: {
1682
1682
  export type RouteStatusCode =
1683
1683
  (typeof RouteStatusCode)[keyof typeof RouteStatusCode];
1684
1684
  export interface RouteStatus {
1685
- status: RouteStatusCode | string | undefined;
1685
+ status: RouteStatusCode | undefined;
1686
1686
  }
1687
1687
  export interface RouteData {
1688
1688
  meshName: string | undefined;
@@ -1808,7 +1808,7 @@ export declare const VirtualServiceStatusCode: {
1808
1808
  export type VirtualServiceStatusCode =
1809
1809
  (typeof VirtualServiceStatusCode)[keyof typeof VirtualServiceStatusCode];
1810
1810
  export interface VirtualServiceStatus {
1811
- status: VirtualServiceStatusCode | string | undefined;
1811
+ status: VirtualServiceStatusCode | undefined;
1812
1812
  }
1813
1813
  export interface VirtualServiceData {
1814
1814
  meshName: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-app-mesh",
3
3
  "description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.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,28 +21,28 @@
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.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0",