@aws-sdk/client-network-firewall 3.975.0 → 3.980.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.
package/dist-cjs/index.js CHANGED
@@ -3574,6 +3574,32 @@ class UpdateTLSInspectionConfigurationCommand extends smithyClient.Command
3574
3574
  .build() {
3575
3575
  }
3576
3576
 
3577
+ const paginateGetAnalysisReportResults = core.createPaginator(NetworkFirewallClient, GetAnalysisReportResultsCommand, "NextToken", "NextToken", "MaxResults");
3578
+
3579
+ const paginateListAnalysisReports = core.createPaginator(NetworkFirewallClient, ListAnalysisReportsCommand, "NextToken", "NextToken", "MaxResults");
3580
+
3581
+ const paginateListFirewallPolicies = core.createPaginator(NetworkFirewallClient, ListFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
3582
+
3583
+ const paginateListFirewalls = core.createPaginator(NetworkFirewallClient, ListFirewallsCommand, "NextToken", "NextToken", "MaxResults");
3584
+
3585
+ const paginateListFlowOperationResults = core.createPaginator(NetworkFirewallClient, ListFlowOperationResultsCommand, "NextToken", "NextToken", "MaxResults");
3586
+
3587
+ const paginateListFlowOperations = core.createPaginator(NetworkFirewallClient, ListFlowOperationsCommand, "NextToken", "NextToken", "MaxResults");
3588
+
3589
+ const paginateListProxies = core.createPaginator(NetworkFirewallClient, ListProxiesCommand, "NextToken", "NextToken", "MaxResults");
3590
+
3591
+ const paginateListProxyConfigurations = core.createPaginator(NetworkFirewallClient, ListProxyConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
3592
+
3593
+ const paginateListProxyRuleGroups = core.createPaginator(NetworkFirewallClient, ListProxyRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
3594
+
3595
+ const paginateListRuleGroups = core.createPaginator(NetworkFirewallClient, ListRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
3596
+
3597
+ const paginateListTagsForResource = core.createPaginator(NetworkFirewallClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
3598
+
3599
+ const paginateListTLSInspectionConfigurations = core.createPaginator(NetworkFirewallClient, ListTLSInspectionConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
3600
+
3601
+ const paginateListVpcEndpointAssociations = core.createPaginator(NetworkFirewallClient, ListVpcEndpointAssociationsCommand, "NextToken", "NextToken", "MaxResults");
3602
+
3577
3603
  const commands = {
3578
3604
  AcceptNetworkFirewallTransitGatewayAttachmentCommand,
3579
3605
  AssociateAvailabilityZonesCommand,
@@ -3655,35 +3681,24 @@ const commands = {
3655
3681
  UpdateSubnetChangeProtectionCommand,
3656
3682
  UpdateTLSInspectionConfigurationCommand,
3657
3683
  };
3684
+ const paginators = {
3685
+ paginateGetAnalysisReportResults,
3686
+ paginateListAnalysisReports,
3687
+ paginateListFirewallPolicies,
3688
+ paginateListFirewalls,
3689
+ paginateListFlowOperationResults,
3690
+ paginateListFlowOperations,
3691
+ paginateListProxies,
3692
+ paginateListProxyConfigurations,
3693
+ paginateListProxyRuleGroups,
3694
+ paginateListRuleGroups,
3695
+ paginateListTagsForResource,
3696
+ paginateListTLSInspectionConfigurations,
3697
+ paginateListVpcEndpointAssociations,
3698
+ };
3658
3699
  class NetworkFirewall extends NetworkFirewallClient {
3659
3700
  }
3660
- smithyClient.createAggregatedClient(commands, NetworkFirewall);
3661
-
3662
- const paginateGetAnalysisReportResults = core.createPaginator(NetworkFirewallClient, GetAnalysisReportResultsCommand, "NextToken", "NextToken", "MaxResults");
3663
-
3664
- const paginateListAnalysisReports = core.createPaginator(NetworkFirewallClient, ListAnalysisReportsCommand, "NextToken", "NextToken", "MaxResults");
3665
-
3666
- const paginateListFirewallPolicies = core.createPaginator(NetworkFirewallClient, ListFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
3667
-
3668
- const paginateListFirewalls = core.createPaginator(NetworkFirewallClient, ListFirewallsCommand, "NextToken", "NextToken", "MaxResults");
3669
-
3670
- const paginateListFlowOperationResults = core.createPaginator(NetworkFirewallClient, ListFlowOperationResultsCommand, "NextToken", "NextToken", "MaxResults");
3671
-
3672
- const paginateListFlowOperations = core.createPaginator(NetworkFirewallClient, ListFlowOperationsCommand, "NextToken", "NextToken", "MaxResults");
3673
-
3674
- const paginateListProxies = core.createPaginator(NetworkFirewallClient, ListProxiesCommand, "NextToken", "NextToken", "MaxResults");
3675
-
3676
- const paginateListProxyConfigurations = core.createPaginator(NetworkFirewallClient, ListProxyConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
3677
-
3678
- const paginateListProxyRuleGroups = core.createPaginator(NetworkFirewallClient, ListProxyRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
3679
-
3680
- const paginateListRuleGroups = core.createPaginator(NetworkFirewallClient, ListRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
3681
-
3682
- const paginateListTagsForResource = core.createPaginator(NetworkFirewallClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
3683
-
3684
- const paginateListTLSInspectionConfigurations = core.createPaginator(NetworkFirewallClient, ListTLSInspectionConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
3685
-
3686
- const paginateListVpcEndpointAssociations = core.createPaginator(NetworkFirewallClient, ListVpcEndpointAssociationsCommand, "NextToken", "NextToken", "MaxResults");
3701
+ smithyClient.createAggregatedClient(commands, NetworkFirewall, { paginators });
3687
3702
 
3688
3703
  const TransitGatewayAttachmentStatus = {
3689
3704
  CREATING: "CREATING",
@@ -79,6 +79,19 @@ import { UpdateRuleGroupCommand, } from "./commands/UpdateRuleGroupCommand";
79
79
  import { UpdateSubnetChangeProtectionCommand, } from "./commands/UpdateSubnetChangeProtectionCommand";
80
80
  import { UpdateTLSInspectionConfigurationCommand, } from "./commands/UpdateTLSInspectionConfigurationCommand";
81
81
  import { NetworkFirewallClient } from "./NetworkFirewallClient";
82
+ import { paginateGetAnalysisReportResults } from "./pagination/GetAnalysisReportResultsPaginator";
83
+ import { paginateListAnalysisReports } from "./pagination/ListAnalysisReportsPaginator";
84
+ import { paginateListFirewallPolicies } from "./pagination/ListFirewallPoliciesPaginator";
85
+ import { paginateListFirewalls } from "./pagination/ListFirewallsPaginator";
86
+ import { paginateListFlowOperationResults } from "./pagination/ListFlowOperationResultsPaginator";
87
+ import { paginateListFlowOperations } from "./pagination/ListFlowOperationsPaginator";
88
+ import { paginateListProxies } from "./pagination/ListProxiesPaginator";
89
+ import { paginateListProxyConfigurations } from "./pagination/ListProxyConfigurationsPaginator";
90
+ import { paginateListProxyRuleGroups } from "./pagination/ListProxyRuleGroupsPaginator";
91
+ import { paginateListRuleGroups } from "./pagination/ListRuleGroupsPaginator";
92
+ import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
93
+ import { paginateListTLSInspectionConfigurations } from "./pagination/ListTLSInspectionConfigurationsPaginator";
94
+ import { paginateListVpcEndpointAssociations } from "./pagination/ListVpcEndpointAssociationsPaginator";
82
95
  const commands = {
83
96
  AcceptNetworkFirewallTransitGatewayAttachmentCommand,
84
97
  AssociateAvailabilityZonesCommand,
@@ -160,6 +173,21 @@ const commands = {
160
173
  UpdateSubnetChangeProtectionCommand,
161
174
  UpdateTLSInspectionConfigurationCommand,
162
175
  };
176
+ const paginators = {
177
+ paginateGetAnalysisReportResults,
178
+ paginateListAnalysisReports,
179
+ paginateListFirewallPolicies,
180
+ paginateListFirewalls,
181
+ paginateListFlowOperationResults,
182
+ paginateListFlowOperations,
183
+ paginateListProxies,
184
+ paginateListProxyConfigurations,
185
+ paginateListProxyRuleGroups,
186
+ paginateListRuleGroups,
187
+ paginateListTagsForResource,
188
+ paginateListTLSInspectionConfigurations,
189
+ paginateListVpcEndpointAssociations,
190
+ };
163
191
  export class NetworkFirewall extends NetworkFirewallClient {
164
192
  }
165
- createAggregatedClient(commands, NetworkFirewall);
193
+ createAggregatedClient(commands, NetworkFirewall, { paginators });
@@ -1,4 +1,4 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput } from "./commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand";
3
3
  import { AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput } from "./commands/AssociateAvailabilityZonesCommand";
4
4
  import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
@@ -584,6 +584,97 @@ export interface NetworkFirewall {
584
584
  updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTLSInspectionConfigurationCommandOutput>;
585
585
  updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void): void;
586
586
  updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void): void;
587
+ /**
588
+ * @see {@link GetAnalysisReportResultsCommand}
589
+ * @param args - command input.
590
+ * @param paginationConfig - optional pagination config.
591
+ * @returns AsyncIterable of {@link GetAnalysisReportResultsCommandOutput}.
592
+ */
593
+ paginateGetAnalysisReportResults(args: GetAnalysisReportResultsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetAnalysisReportResultsCommandOutput>;
594
+ /**
595
+ * @see {@link ListAnalysisReportsCommand}
596
+ * @param args - command input.
597
+ * @param paginationConfig - optional pagination config.
598
+ * @returns AsyncIterable of {@link ListAnalysisReportsCommandOutput}.
599
+ */
600
+ paginateListAnalysisReports(args?: ListAnalysisReportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnalysisReportsCommandOutput>;
601
+ /**
602
+ * @see {@link ListFirewallPoliciesCommand}
603
+ * @param args - command input.
604
+ * @param paginationConfig - optional pagination config.
605
+ * @returns AsyncIterable of {@link ListFirewallPoliciesCommandOutput}.
606
+ */
607
+ paginateListFirewallPolicies(args?: ListFirewallPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFirewallPoliciesCommandOutput>;
608
+ /**
609
+ * @see {@link ListFirewallsCommand}
610
+ * @param args - command input.
611
+ * @param paginationConfig - optional pagination config.
612
+ * @returns AsyncIterable of {@link ListFirewallsCommandOutput}.
613
+ */
614
+ paginateListFirewalls(args?: ListFirewallsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFirewallsCommandOutput>;
615
+ /**
616
+ * @see {@link ListFlowOperationResultsCommand}
617
+ * @param args - command input.
618
+ * @param paginationConfig - optional pagination config.
619
+ * @returns AsyncIterable of {@link ListFlowOperationResultsCommandOutput}.
620
+ */
621
+ paginateListFlowOperationResults(args: ListFlowOperationResultsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFlowOperationResultsCommandOutput>;
622
+ /**
623
+ * @see {@link ListFlowOperationsCommand}
624
+ * @param args - command input.
625
+ * @param paginationConfig - optional pagination config.
626
+ * @returns AsyncIterable of {@link ListFlowOperationsCommandOutput}.
627
+ */
628
+ paginateListFlowOperations(args: ListFlowOperationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFlowOperationsCommandOutput>;
629
+ /**
630
+ * @see {@link ListProxiesCommand}
631
+ * @param args - command input.
632
+ * @param paginationConfig - optional pagination config.
633
+ * @returns AsyncIterable of {@link ListProxiesCommandOutput}.
634
+ */
635
+ paginateListProxies(args?: ListProxiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProxiesCommandOutput>;
636
+ /**
637
+ * @see {@link ListProxyConfigurationsCommand}
638
+ * @param args - command input.
639
+ * @param paginationConfig - optional pagination config.
640
+ * @returns AsyncIterable of {@link ListProxyConfigurationsCommandOutput}.
641
+ */
642
+ paginateListProxyConfigurations(args?: ListProxyConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProxyConfigurationsCommandOutput>;
643
+ /**
644
+ * @see {@link ListProxyRuleGroupsCommand}
645
+ * @param args - command input.
646
+ * @param paginationConfig - optional pagination config.
647
+ * @returns AsyncIterable of {@link ListProxyRuleGroupsCommandOutput}.
648
+ */
649
+ paginateListProxyRuleGroups(args?: ListProxyRuleGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProxyRuleGroupsCommandOutput>;
650
+ /**
651
+ * @see {@link ListRuleGroupsCommand}
652
+ * @param args - command input.
653
+ * @param paginationConfig - optional pagination config.
654
+ * @returns AsyncIterable of {@link ListRuleGroupsCommandOutput}.
655
+ */
656
+ paginateListRuleGroups(args?: ListRuleGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRuleGroupsCommandOutput>;
657
+ /**
658
+ * @see {@link ListTagsForResourceCommand}
659
+ * @param args - command input.
660
+ * @param paginationConfig - optional pagination config.
661
+ * @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
662
+ */
663
+ paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
664
+ /**
665
+ * @see {@link ListTLSInspectionConfigurationsCommand}
666
+ * @param args - command input.
667
+ * @param paginationConfig - optional pagination config.
668
+ * @returns AsyncIterable of {@link ListTLSInspectionConfigurationsCommandOutput}.
669
+ */
670
+ paginateListTLSInspectionConfigurations(args?: ListTLSInspectionConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTLSInspectionConfigurationsCommandOutput>;
671
+ /**
672
+ * @see {@link ListVpcEndpointAssociationsCommand}
673
+ * @param args - command input.
674
+ * @param paginationConfig - optional pagination config.
675
+ * @returns AsyncIterable of {@link ListVpcEndpointAssociationsCommandOutput}.
676
+ */
677
+ paginateListVpcEndpointAssociations(args?: ListVpcEndpointAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVpcEndpointAssociationsCommandOutput>;
587
678
  }
588
679
  /**
589
680
  * <p>This is the API Reference for Network Firewall. This guide is for developers who need
@@ -1,4 +1,8 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ } from "@smithy/types";
2
6
  import {
3
7
  AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
4
8
  AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
@@ -1428,6 +1432,97 @@ export interface NetworkFirewall {
1428
1432
  options: __HttpHandlerOptions,
1429
1433
  cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void
1430
1434
  ): void;
1435
+ paginateGetAnalysisReportResults(
1436
+ args: GetAnalysisReportResultsCommandInput,
1437
+ paginationConfig?: Pick<
1438
+ PaginationConfiguration,
1439
+ Exclude<keyof PaginationConfiguration, "client">
1440
+ >
1441
+ ): Paginator<GetAnalysisReportResultsCommandOutput>;
1442
+ paginateListAnalysisReports(
1443
+ args?: ListAnalysisReportsCommandInput,
1444
+ paginationConfig?: Pick<
1445
+ PaginationConfiguration,
1446
+ Exclude<keyof PaginationConfiguration, "client">
1447
+ >
1448
+ ): Paginator<ListAnalysisReportsCommandOutput>;
1449
+ paginateListFirewallPolicies(
1450
+ args?: ListFirewallPoliciesCommandInput,
1451
+ paginationConfig?: Pick<
1452
+ PaginationConfiguration,
1453
+ Exclude<keyof PaginationConfiguration, "client">
1454
+ >
1455
+ ): Paginator<ListFirewallPoliciesCommandOutput>;
1456
+ paginateListFirewalls(
1457
+ args?: ListFirewallsCommandInput,
1458
+ paginationConfig?: Pick<
1459
+ PaginationConfiguration,
1460
+ Exclude<keyof PaginationConfiguration, "client">
1461
+ >
1462
+ ): Paginator<ListFirewallsCommandOutput>;
1463
+ paginateListFlowOperationResults(
1464
+ args: ListFlowOperationResultsCommandInput,
1465
+ paginationConfig?: Pick<
1466
+ PaginationConfiguration,
1467
+ Exclude<keyof PaginationConfiguration, "client">
1468
+ >
1469
+ ): Paginator<ListFlowOperationResultsCommandOutput>;
1470
+ paginateListFlowOperations(
1471
+ args: ListFlowOperationsCommandInput,
1472
+ paginationConfig?: Pick<
1473
+ PaginationConfiguration,
1474
+ Exclude<keyof PaginationConfiguration, "client">
1475
+ >
1476
+ ): Paginator<ListFlowOperationsCommandOutput>;
1477
+ paginateListProxies(
1478
+ args?: ListProxiesCommandInput,
1479
+ paginationConfig?: Pick<
1480
+ PaginationConfiguration,
1481
+ Exclude<keyof PaginationConfiguration, "client">
1482
+ >
1483
+ ): Paginator<ListProxiesCommandOutput>;
1484
+ paginateListProxyConfigurations(
1485
+ args?: ListProxyConfigurationsCommandInput,
1486
+ paginationConfig?: Pick<
1487
+ PaginationConfiguration,
1488
+ Exclude<keyof PaginationConfiguration, "client">
1489
+ >
1490
+ ): Paginator<ListProxyConfigurationsCommandOutput>;
1491
+ paginateListProxyRuleGroups(
1492
+ args?: ListProxyRuleGroupsCommandInput,
1493
+ paginationConfig?: Pick<
1494
+ PaginationConfiguration,
1495
+ Exclude<keyof PaginationConfiguration, "client">
1496
+ >
1497
+ ): Paginator<ListProxyRuleGroupsCommandOutput>;
1498
+ paginateListRuleGroups(
1499
+ args?: ListRuleGroupsCommandInput,
1500
+ paginationConfig?: Pick<
1501
+ PaginationConfiguration,
1502
+ Exclude<keyof PaginationConfiguration, "client">
1503
+ >
1504
+ ): Paginator<ListRuleGroupsCommandOutput>;
1505
+ paginateListTagsForResource(
1506
+ args: ListTagsForResourceCommandInput,
1507
+ paginationConfig?: Pick<
1508
+ PaginationConfiguration,
1509
+ Exclude<keyof PaginationConfiguration, "client">
1510
+ >
1511
+ ): Paginator<ListTagsForResourceCommandOutput>;
1512
+ paginateListTLSInspectionConfigurations(
1513
+ args?: ListTLSInspectionConfigurationsCommandInput,
1514
+ paginationConfig?: Pick<
1515
+ PaginationConfiguration,
1516
+ Exclude<keyof PaginationConfiguration, "client">
1517
+ >
1518
+ ): Paginator<ListTLSInspectionConfigurationsCommandOutput>;
1519
+ paginateListVpcEndpointAssociations(
1520
+ args?: ListVpcEndpointAssociationsCommandInput,
1521
+ paginationConfig?: Pick<
1522
+ PaginationConfiguration,
1523
+ Exclude<keyof PaginationConfiguration, "client">
1524
+ >
1525
+ ): Paginator<ListVpcEndpointAssociationsCommandOutput>;
1431
1526
  }
1432
1527
  export declare class NetworkFirewall
1433
1528
  extends NetworkFirewallClient
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-network-firewall",
3
3
  "description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
4
- "version": "3.975.0",
4
+ "version": "3.980.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.1",
25
- "@aws-sdk/credential-provider-node": "^3.972.1",
26
- "@aws-sdk/middleware-host-header": "^3.972.1",
27
- "@aws-sdk/middleware-logger": "^3.972.1",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.1",
29
- "@aws-sdk/middleware-user-agent": "^3.972.2",
30
- "@aws-sdk/region-config-resolver": "^3.972.1",
31
- "@aws-sdk/types": "^3.973.0",
32
- "@aws-sdk/util-endpoints": "3.972.0",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.1",
34
- "@aws-sdk/util-user-agent-node": "^3.972.1",
24
+ "@aws-sdk/core": "^3.973.5",
25
+ "@aws-sdk/credential-provider-node": "^3.972.4",
26
+ "@aws-sdk/middleware-host-header": "^3.972.3",
27
+ "@aws-sdk/middleware-logger": "^3.972.3",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.5",
30
+ "@aws-sdk/region-config-resolver": "^3.972.3",
31
+ "@aws-sdk/types": "^3.973.1",
32
+ "@aws-sdk/util-endpoints": "3.980.0",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.3",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.21.1",
36
+ "@smithy/core": "^3.22.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.11",
42
- "@smithy/middleware-retry": "^4.4.27",
41
+ "@smithy/middleware-endpoint": "^4.4.12",
42
+ "@smithy/middleware-retry": "^4.4.29",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.12",
48
+ "@smithy/smithy-client": "^4.11.1",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.26",
55
- "@smithy/util-defaults-mode-node": "^4.2.29",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.28",
55
+ "@smithy/util-defaults-mode-node": "^4.2.31",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",