@aws-sdk/client-apprunner 3.974.0 → 3.978.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 +30 -19
- package/dist-es/AppRunner.js +21 -1
- package/dist-types/AppRunner.d.ts +64 -1
- package/dist-types/ts3.4/AppRunner.d.ts +68 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1625,6 +1625,24 @@ class UpdateVpcIngressConnectionCommand extends smithyClient.Command
|
|
|
1625
1625
|
.build() {
|
|
1626
1626
|
}
|
|
1627
1627
|
|
|
1628
|
+
const paginateDescribeCustomDomains = core.createPaginator(AppRunnerClient, DescribeCustomDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1629
|
+
|
|
1630
|
+
const paginateListAutoScalingConfigurations = core.createPaginator(AppRunnerClient, ListAutoScalingConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1631
|
+
|
|
1632
|
+
const paginateListConnections = core.createPaginator(AppRunnerClient, ListConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1633
|
+
|
|
1634
|
+
const paginateListObservabilityConfigurations = core.createPaginator(AppRunnerClient, ListObservabilityConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1635
|
+
|
|
1636
|
+
const paginateListOperations = core.createPaginator(AppRunnerClient, ListOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1637
|
+
|
|
1638
|
+
const paginateListServicesForAutoScalingConfiguration = core.createPaginator(AppRunnerClient, ListServicesForAutoScalingConfigurationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1639
|
+
|
|
1640
|
+
const paginateListServices = core.createPaginator(AppRunnerClient, ListServicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1641
|
+
|
|
1642
|
+
const paginateListVpcConnectors = core.createPaginator(AppRunnerClient, ListVpcConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1643
|
+
|
|
1644
|
+
const paginateListVpcIngressConnections = core.createPaginator(AppRunnerClient, ListVpcIngressConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1645
|
+
|
|
1628
1646
|
const commands = {
|
|
1629
1647
|
AssociateCustomDomainCommand,
|
|
1630
1648
|
CreateAutoScalingConfigurationCommand,
|
|
@@ -1664,27 +1682,20 @@ const commands = {
|
|
|
1664
1682
|
UpdateServiceCommand,
|
|
1665
1683
|
UpdateVpcIngressConnectionCommand,
|
|
1666
1684
|
};
|
|
1685
|
+
const paginators = {
|
|
1686
|
+
paginateDescribeCustomDomains,
|
|
1687
|
+
paginateListAutoScalingConfigurations,
|
|
1688
|
+
paginateListConnections,
|
|
1689
|
+
paginateListObservabilityConfigurations,
|
|
1690
|
+
paginateListOperations,
|
|
1691
|
+
paginateListServices,
|
|
1692
|
+
paginateListServicesForAutoScalingConfiguration,
|
|
1693
|
+
paginateListVpcConnectors,
|
|
1694
|
+
paginateListVpcIngressConnections,
|
|
1695
|
+
};
|
|
1667
1696
|
class AppRunner extends AppRunnerClient {
|
|
1668
1697
|
}
|
|
1669
|
-
smithyClient.createAggregatedClient(commands, AppRunner);
|
|
1670
|
-
|
|
1671
|
-
const paginateDescribeCustomDomains = core.createPaginator(AppRunnerClient, DescribeCustomDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1672
|
-
|
|
1673
|
-
const paginateListAutoScalingConfigurations = core.createPaginator(AppRunnerClient, ListAutoScalingConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1674
|
-
|
|
1675
|
-
const paginateListConnections = core.createPaginator(AppRunnerClient, ListConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1676
|
-
|
|
1677
|
-
const paginateListObservabilityConfigurations = core.createPaginator(AppRunnerClient, ListObservabilityConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1678
|
-
|
|
1679
|
-
const paginateListOperations = core.createPaginator(AppRunnerClient, ListOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1680
|
-
|
|
1681
|
-
const paginateListServices = core.createPaginator(AppRunnerClient, ListServicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1682
|
-
|
|
1683
|
-
const paginateListServicesForAutoScalingConfiguration = core.createPaginator(AppRunnerClient, ListServicesForAutoScalingConfigurationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1684
|
-
|
|
1685
|
-
const paginateListVpcConnectors = core.createPaginator(AppRunnerClient, ListVpcConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1686
|
-
|
|
1687
|
-
const paginateListVpcIngressConnections = core.createPaginator(AppRunnerClient, ListVpcIngressConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1698
|
+
smithyClient.createAggregatedClient(commands, AppRunner, { paginators });
|
|
1688
1699
|
|
|
1689
1700
|
const CertificateValidationRecordStatus = {
|
|
1690
1701
|
FAILED: "FAILED",
|
package/dist-es/AppRunner.js
CHANGED
|
@@ -37,6 +37,15 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
37
37
|
import { UpdateDefaultAutoScalingConfigurationCommand, } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
38
38
|
import { UpdateServiceCommand, } from "./commands/UpdateServiceCommand";
|
|
39
39
|
import { UpdateVpcIngressConnectionCommand, } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
40
|
+
import { paginateDescribeCustomDomains } from "./pagination/DescribeCustomDomainsPaginator";
|
|
41
|
+
import { paginateListAutoScalingConfigurations } from "./pagination/ListAutoScalingConfigurationsPaginator";
|
|
42
|
+
import { paginateListConnections } from "./pagination/ListConnectionsPaginator";
|
|
43
|
+
import { paginateListObservabilityConfigurations } from "./pagination/ListObservabilityConfigurationsPaginator";
|
|
44
|
+
import { paginateListOperations } from "./pagination/ListOperationsPaginator";
|
|
45
|
+
import { paginateListServicesForAutoScalingConfiguration, } from "./pagination/ListServicesForAutoScalingConfigurationPaginator";
|
|
46
|
+
import { paginateListServices } from "./pagination/ListServicesPaginator";
|
|
47
|
+
import { paginateListVpcConnectors } from "./pagination/ListVpcConnectorsPaginator";
|
|
48
|
+
import { paginateListVpcIngressConnections } from "./pagination/ListVpcIngressConnectionsPaginator";
|
|
40
49
|
const commands = {
|
|
41
50
|
AssociateCustomDomainCommand,
|
|
42
51
|
CreateAutoScalingConfigurationCommand,
|
|
@@ -76,6 +85,17 @@ const commands = {
|
|
|
76
85
|
UpdateServiceCommand,
|
|
77
86
|
UpdateVpcIngressConnectionCommand,
|
|
78
87
|
};
|
|
88
|
+
const paginators = {
|
|
89
|
+
paginateDescribeCustomDomains,
|
|
90
|
+
paginateListAutoScalingConfigurations,
|
|
91
|
+
paginateListConnections,
|
|
92
|
+
paginateListObservabilityConfigurations,
|
|
93
|
+
paginateListOperations,
|
|
94
|
+
paginateListServices,
|
|
95
|
+
paginateListServicesForAutoScalingConfiguration,
|
|
96
|
+
paginateListVpcConnectors,
|
|
97
|
+
paginateListVpcIngressConnections,
|
|
98
|
+
};
|
|
79
99
|
export class AppRunner extends AppRunnerClient {
|
|
80
100
|
}
|
|
81
|
-
createAggregatedClient(commands, AppRunner);
|
|
101
|
+
createAggregatedClient(commands, AppRunner, { 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 { AppRunnerClient } from "./AppRunnerClient";
|
|
3
3
|
import { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
4
4
|
import { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand";
|
|
@@ -266,6 +266,69 @@ export interface AppRunner {
|
|
|
266
266
|
updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVpcIngressConnectionCommandOutput>;
|
|
267
267
|
updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, cb: (err: any, data?: UpdateVpcIngressConnectionCommandOutput) => void): void;
|
|
268
268
|
updateVpcIngressConnection(args: UpdateVpcIngressConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVpcIngressConnectionCommandOutput) => void): void;
|
|
269
|
+
/**
|
|
270
|
+
* @see {@link DescribeCustomDomainsCommand}
|
|
271
|
+
* @param args - command input.
|
|
272
|
+
* @param paginationConfig - optional pagination config.
|
|
273
|
+
* @returns AsyncIterable of {@link DescribeCustomDomainsCommandOutput}.
|
|
274
|
+
*/
|
|
275
|
+
paginateDescribeCustomDomains(args: DescribeCustomDomainsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCustomDomainsCommandOutput>;
|
|
276
|
+
/**
|
|
277
|
+
* @see {@link ListAutoScalingConfigurationsCommand}
|
|
278
|
+
* @param args - command input.
|
|
279
|
+
* @param paginationConfig - optional pagination config.
|
|
280
|
+
* @returns AsyncIterable of {@link ListAutoScalingConfigurationsCommandOutput}.
|
|
281
|
+
*/
|
|
282
|
+
paginateListAutoScalingConfigurations(args?: ListAutoScalingConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutoScalingConfigurationsCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* @see {@link ListConnectionsCommand}
|
|
285
|
+
* @param args - command input.
|
|
286
|
+
* @param paginationConfig - optional pagination config.
|
|
287
|
+
* @returns AsyncIterable of {@link ListConnectionsCommandOutput}.
|
|
288
|
+
*/
|
|
289
|
+
paginateListConnections(args?: ListConnectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListConnectionsCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* @see {@link ListObservabilityConfigurationsCommand}
|
|
292
|
+
* @param args - command input.
|
|
293
|
+
* @param paginationConfig - optional pagination config.
|
|
294
|
+
* @returns AsyncIterable of {@link ListObservabilityConfigurationsCommandOutput}.
|
|
295
|
+
*/
|
|
296
|
+
paginateListObservabilityConfigurations(args?: ListObservabilityConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObservabilityConfigurationsCommandOutput>;
|
|
297
|
+
/**
|
|
298
|
+
* @see {@link ListOperationsCommand}
|
|
299
|
+
* @param args - command input.
|
|
300
|
+
* @param paginationConfig - optional pagination config.
|
|
301
|
+
* @returns AsyncIterable of {@link ListOperationsCommandOutput}.
|
|
302
|
+
*/
|
|
303
|
+
paginateListOperations(args: ListOperationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOperationsCommandOutput>;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link ListServicesCommand}
|
|
306
|
+
* @param args - command input.
|
|
307
|
+
* @param paginationConfig - optional pagination config.
|
|
308
|
+
* @returns AsyncIterable of {@link ListServicesCommandOutput}.
|
|
309
|
+
*/
|
|
310
|
+
paginateListServices(args?: ListServicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesCommandOutput>;
|
|
311
|
+
/**
|
|
312
|
+
* @see {@link ListServicesForAutoScalingConfigurationCommand}
|
|
313
|
+
* @param args - command input.
|
|
314
|
+
* @param paginationConfig - optional pagination config.
|
|
315
|
+
* @returns AsyncIterable of {@link ListServicesForAutoScalingConfigurationCommandOutput}.
|
|
316
|
+
*/
|
|
317
|
+
paginateListServicesForAutoScalingConfiguration(args: ListServicesForAutoScalingConfigurationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServicesForAutoScalingConfigurationCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* @see {@link ListVpcConnectorsCommand}
|
|
320
|
+
* @param args - command input.
|
|
321
|
+
* @param paginationConfig - optional pagination config.
|
|
322
|
+
* @returns AsyncIterable of {@link ListVpcConnectorsCommandOutput}.
|
|
323
|
+
*/
|
|
324
|
+
paginateListVpcConnectors(args?: ListVpcConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVpcConnectorsCommandOutput>;
|
|
325
|
+
/**
|
|
326
|
+
* @see {@link ListVpcIngressConnectionsCommand}
|
|
327
|
+
* @param args - command input.
|
|
328
|
+
* @param paginationConfig - optional pagination config.
|
|
329
|
+
* @returns AsyncIterable of {@link ListVpcIngressConnectionsCommandOutput}.
|
|
330
|
+
*/
|
|
331
|
+
paginateListVpcIngressConnections(args?: ListVpcIngressConnectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVpcIngressConnectionsCommandOutput>;
|
|
269
332
|
}
|
|
270
333
|
/**
|
|
271
334
|
* <fullname>App Runner</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { AppRunnerClient } from "./AppRunnerClient";
|
|
3
7
|
import {
|
|
4
8
|
AssociateCustomDomainCommandInput,
|
|
@@ -654,5 +658,68 @@ export interface AppRunner {
|
|
|
654
658
|
options: __HttpHandlerOptions,
|
|
655
659
|
cb: (err: any, data?: UpdateVpcIngressConnectionCommandOutput) => void
|
|
656
660
|
): void;
|
|
661
|
+
paginateDescribeCustomDomains(
|
|
662
|
+
args: DescribeCustomDomainsCommandInput,
|
|
663
|
+
paginationConfig?: Pick<
|
|
664
|
+
PaginationConfiguration,
|
|
665
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
666
|
+
>
|
|
667
|
+
): Paginator<DescribeCustomDomainsCommandOutput>;
|
|
668
|
+
paginateListAutoScalingConfigurations(
|
|
669
|
+
args?: ListAutoScalingConfigurationsCommandInput,
|
|
670
|
+
paginationConfig?: Pick<
|
|
671
|
+
PaginationConfiguration,
|
|
672
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
673
|
+
>
|
|
674
|
+
): Paginator<ListAutoScalingConfigurationsCommandOutput>;
|
|
675
|
+
paginateListConnections(
|
|
676
|
+
args?: ListConnectionsCommandInput,
|
|
677
|
+
paginationConfig?: Pick<
|
|
678
|
+
PaginationConfiguration,
|
|
679
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
680
|
+
>
|
|
681
|
+
): Paginator<ListConnectionsCommandOutput>;
|
|
682
|
+
paginateListObservabilityConfigurations(
|
|
683
|
+
args?: ListObservabilityConfigurationsCommandInput,
|
|
684
|
+
paginationConfig?: Pick<
|
|
685
|
+
PaginationConfiguration,
|
|
686
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
687
|
+
>
|
|
688
|
+
): Paginator<ListObservabilityConfigurationsCommandOutput>;
|
|
689
|
+
paginateListOperations(
|
|
690
|
+
args: ListOperationsCommandInput,
|
|
691
|
+
paginationConfig?: Pick<
|
|
692
|
+
PaginationConfiguration,
|
|
693
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
694
|
+
>
|
|
695
|
+
): Paginator<ListOperationsCommandOutput>;
|
|
696
|
+
paginateListServices(
|
|
697
|
+
args?: ListServicesCommandInput,
|
|
698
|
+
paginationConfig?: Pick<
|
|
699
|
+
PaginationConfiguration,
|
|
700
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
701
|
+
>
|
|
702
|
+
): Paginator<ListServicesCommandOutput>;
|
|
703
|
+
paginateListServicesForAutoScalingConfiguration(
|
|
704
|
+
args: ListServicesForAutoScalingConfigurationCommandInput,
|
|
705
|
+
paginationConfig?: Pick<
|
|
706
|
+
PaginationConfiguration,
|
|
707
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
708
|
+
>
|
|
709
|
+
): Paginator<ListServicesForAutoScalingConfigurationCommandOutput>;
|
|
710
|
+
paginateListVpcConnectors(
|
|
711
|
+
args?: ListVpcConnectorsCommandInput,
|
|
712
|
+
paginationConfig?: Pick<
|
|
713
|
+
PaginationConfiguration,
|
|
714
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
715
|
+
>
|
|
716
|
+
): Paginator<ListVpcConnectorsCommandOutput>;
|
|
717
|
+
paginateListVpcIngressConnections(
|
|
718
|
+
args?: ListVpcIngressConnectionsCommandInput,
|
|
719
|
+
paginationConfig?: Pick<
|
|
720
|
+
PaginationConfiguration,
|
|
721
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
722
|
+
>
|
|
723
|
+
): Paginator<ListVpcIngressConnectionsCommandOutput>;
|
|
657
724
|
}
|
|
658
725
|
export declare class AppRunner extends AppRunnerClient implements AppRunner {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.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-apprunner",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|