@aws-sdk/client-panorama 3.975.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/Panorama.js +21 -1
- package/dist-types/Panorama.d.ts +64 -1
- package/dist-types/ts3.4/Panorama.d.ts +68 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1705,6 +1705,24 @@ class UpdateDeviceMetadataCommand extends smithyClient.Command
|
|
|
1705
1705
|
.build() {
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
+
const paginateListApplicationInstanceDependencies = core.createPaginator(PanoramaClient, ListApplicationInstanceDependenciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1709
|
+
|
|
1710
|
+
const paginateListApplicationInstanceNodeInstances = core.createPaginator(PanoramaClient, ListApplicationInstanceNodeInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1711
|
+
|
|
1712
|
+
const paginateListApplicationInstances = core.createPaginator(PanoramaClient, ListApplicationInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1713
|
+
|
|
1714
|
+
const paginateListDevicesJobs = core.createPaginator(PanoramaClient, ListDevicesJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1715
|
+
|
|
1716
|
+
const paginateListDevices = core.createPaginator(PanoramaClient, ListDevicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1717
|
+
|
|
1718
|
+
const paginateListNodeFromTemplateJobs = core.createPaginator(PanoramaClient, ListNodeFromTemplateJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1719
|
+
|
|
1720
|
+
const paginateListNodes = core.createPaginator(PanoramaClient, ListNodesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1721
|
+
|
|
1722
|
+
const paginateListPackageImportJobs = core.createPaginator(PanoramaClient, ListPackageImportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1723
|
+
|
|
1724
|
+
const paginateListPackages = core.createPaginator(PanoramaClient, ListPackagesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1725
|
+
|
|
1708
1726
|
const commands = {
|
|
1709
1727
|
CreateApplicationInstanceCommand,
|
|
1710
1728
|
CreateJobForDevicesCommand,
|
|
@@ -1741,27 +1759,20 @@ const commands = {
|
|
|
1741
1759
|
UntagResourceCommand,
|
|
1742
1760
|
UpdateDeviceMetadataCommand,
|
|
1743
1761
|
};
|
|
1762
|
+
const paginators = {
|
|
1763
|
+
paginateListApplicationInstanceDependencies,
|
|
1764
|
+
paginateListApplicationInstanceNodeInstances,
|
|
1765
|
+
paginateListApplicationInstances,
|
|
1766
|
+
paginateListDevices,
|
|
1767
|
+
paginateListDevicesJobs,
|
|
1768
|
+
paginateListNodeFromTemplateJobs,
|
|
1769
|
+
paginateListNodes,
|
|
1770
|
+
paginateListPackageImportJobs,
|
|
1771
|
+
paginateListPackages,
|
|
1772
|
+
};
|
|
1744
1773
|
class Panorama extends PanoramaClient {
|
|
1745
1774
|
}
|
|
1746
|
-
smithyClient.createAggregatedClient(commands, Panorama);
|
|
1747
|
-
|
|
1748
|
-
const paginateListApplicationInstanceDependencies = core.createPaginator(PanoramaClient, ListApplicationInstanceDependenciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1749
|
-
|
|
1750
|
-
const paginateListApplicationInstanceNodeInstances = core.createPaginator(PanoramaClient, ListApplicationInstanceNodeInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1751
|
-
|
|
1752
|
-
const paginateListApplicationInstances = core.createPaginator(PanoramaClient, ListApplicationInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1753
|
-
|
|
1754
|
-
const paginateListDevices = core.createPaginator(PanoramaClient, ListDevicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1755
|
-
|
|
1756
|
-
const paginateListDevicesJobs = core.createPaginator(PanoramaClient, ListDevicesJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1757
|
-
|
|
1758
|
-
const paginateListNodeFromTemplateJobs = core.createPaginator(PanoramaClient, ListNodeFromTemplateJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1759
|
-
|
|
1760
|
-
const paginateListNodes = core.createPaginator(PanoramaClient, ListNodesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1761
|
-
|
|
1762
|
-
const paginateListPackageImportJobs = core.createPaginator(PanoramaClient, ListPackageImportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1763
|
-
|
|
1764
|
-
const paginateListPackages = core.createPaginator(PanoramaClient, ListPackagesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1775
|
+
smithyClient.createAggregatedClient(commands, Panorama, { paginators });
|
|
1765
1776
|
|
|
1766
1777
|
const ApplicationInstanceHealthStatus = {
|
|
1767
1778
|
ERROR: "ERROR",
|
package/dist-es/Panorama.js
CHANGED
|
@@ -33,6 +33,15 @@ import { SignalApplicationInstanceNodeInstancesCommand, } from "./commands/Signa
|
|
|
33
33
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
34
34
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
35
35
|
import { UpdateDeviceMetadataCommand, } from "./commands/UpdateDeviceMetadataCommand";
|
|
36
|
+
import { paginateListApplicationInstanceDependencies } from "./pagination/ListApplicationInstanceDependenciesPaginator";
|
|
37
|
+
import { paginateListApplicationInstanceNodeInstances, } from "./pagination/ListApplicationInstanceNodeInstancesPaginator";
|
|
38
|
+
import { paginateListApplicationInstances } from "./pagination/ListApplicationInstancesPaginator";
|
|
39
|
+
import { paginateListDevicesJobs } from "./pagination/ListDevicesJobsPaginator";
|
|
40
|
+
import { paginateListDevices } from "./pagination/ListDevicesPaginator";
|
|
41
|
+
import { paginateListNodeFromTemplateJobs } from "./pagination/ListNodeFromTemplateJobsPaginator";
|
|
42
|
+
import { paginateListNodes } from "./pagination/ListNodesPaginator";
|
|
43
|
+
import { paginateListPackageImportJobs } from "./pagination/ListPackageImportJobsPaginator";
|
|
44
|
+
import { paginateListPackages } from "./pagination/ListPackagesPaginator";
|
|
36
45
|
import { PanoramaClient } from "./PanoramaClient";
|
|
37
46
|
const commands = {
|
|
38
47
|
CreateApplicationInstanceCommand,
|
|
@@ -70,6 +79,17 @@ const commands = {
|
|
|
70
79
|
UntagResourceCommand,
|
|
71
80
|
UpdateDeviceMetadataCommand,
|
|
72
81
|
};
|
|
82
|
+
const paginators = {
|
|
83
|
+
paginateListApplicationInstanceDependencies,
|
|
84
|
+
paginateListApplicationInstanceNodeInstances,
|
|
85
|
+
paginateListApplicationInstances,
|
|
86
|
+
paginateListDevices,
|
|
87
|
+
paginateListDevicesJobs,
|
|
88
|
+
paginateListNodeFromTemplateJobs,
|
|
89
|
+
paginateListNodes,
|
|
90
|
+
paginateListPackageImportJobs,
|
|
91
|
+
paginateListPackages,
|
|
92
|
+
};
|
|
73
93
|
export class Panorama extends PanoramaClient {
|
|
74
94
|
}
|
|
75
|
-
createAggregatedClient(commands, Panorama);
|
|
95
|
+
createAggregatedClient(commands, Panorama, { paginators });
|
package/dist-types/Panorama.d.ts
CHANGED
|
@@ -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 { CreateApplicationInstanceCommandInput, CreateApplicationInstanceCommandOutput } from "./commands/CreateApplicationInstanceCommand";
|
|
3
3
|
import { CreateJobForDevicesCommandInput, CreateJobForDevicesCommandOutput } from "./commands/CreateJobForDevicesCommand";
|
|
4
4
|
import { CreateNodeFromTemplateJobCommandInput, CreateNodeFromTemplateJobCommandOutput } from "./commands/CreateNodeFromTemplateJobCommand";
|
|
@@ -246,6 +246,69 @@ export interface Panorama {
|
|
|
246
246
|
updateDeviceMetadata(args: UpdateDeviceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceMetadataCommandOutput>;
|
|
247
247
|
updateDeviceMetadata(args: UpdateDeviceMetadataCommandInput, cb: (err: any, data?: UpdateDeviceMetadataCommandOutput) => void): void;
|
|
248
248
|
updateDeviceMetadata(args: UpdateDeviceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceMetadataCommandOutput) => void): void;
|
|
249
|
+
/**
|
|
250
|
+
* @see {@link ListApplicationInstanceDependenciesCommand}
|
|
251
|
+
* @param args - command input.
|
|
252
|
+
* @param paginationConfig - optional pagination config.
|
|
253
|
+
* @returns AsyncIterable of {@link ListApplicationInstanceDependenciesCommandOutput}.
|
|
254
|
+
*/
|
|
255
|
+
paginateListApplicationInstanceDependencies(args: ListApplicationInstanceDependenciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApplicationInstanceDependenciesCommandOutput>;
|
|
256
|
+
/**
|
|
257
|
+
* @see {@link ListApplicationInstanceNodeInstancesCommand}
|
|
258
|
+
* @param args - command input.
|
|
259
|
+
* @param paginationConfig - optional pagination config.
|
|
260
|
+
* @returns AsyncIterable of {@link ListApplicationInstanceNodeInstancesCommandOutput}.
|
|
261
|
+
*/
|
|
262
|
+
paginateListApplicationInstanceNodeInstances(args: ListApplicationInstanceNodeInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApplicationInstanceNodeInstancesCommandOutput>;
|
|
263
|
+
/**
|
|
264
|
+
* @see {@link ListApplicationInstancesCommand}
|
|
265
|
+
* @param args - command input.
|
|
266
|
+
* @param paginationConfig - optional pagination config.
|
|
267
|
+
* @returns AsyncIterable of {@link ListApplicationInstancesCommandOutput}.
|
|
268
|
+
*/
|
|
269
|
+
paginateListApplicationInstances(args?: ListApplicationInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApplicationInstancesCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* @see {@link ListDevicesCommand}
|
|
272
|
+
* @param args - command input.
|
|
273
|
+
* @param paginationConfig - optional pagination config.
|
|
274
|
+
* @returns AsyncIterable of {@link ListDevicesCommandOutput}.
|
|
275
|
+
*/
|
|
276
|
+
paginateListDevices(args?: ListDevicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDevicesCommandOutput>;
|
|
277
|
+
/**
|
|
278
|
+
* @see {@link ListDevicesJobsCommand}
|
|
279
|
+
* @param args - command input.
|
|
280
|
+
* @param paginationConfig - optional pagination config.
|
|
281
|
+
* @returns AsyncIterable of {@link ListDevicesJobsCommandOutput}.
|
|
282
|
+
*/
|
|
283
|
+
paginateListDevicesJobs(args?: ListDevicesJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDevicesJobsCommandOutput>;
|
|
284
|
+
/**
|
|
285
|
+
* @see {@link ListNodeFromTemplateJobsCommand}
|
|
286
|
+
* @param args - command input.
|
|
287
|
+
* @param paginationConfig - optional pagination config.
|
|
288
|
+
* @returns AsyncIterable of {@link ListNodeFromTemplateJobsCommandOutput}.
|
|
289
|
+
*/
|
|
290
|
+
paginateListNodeFromTemplateJobs(args?: ListNodeFromTemplateJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNodeFromTemplateJobsCommandOutput>;
|
|
291
|
+
/**
|
|
292
|
+
* @see {@link ListNodesCommand}
|
|
293
|
+
* @param args - command input.
|
|
294
|
+
* @param paginationConfig - optional pagination config.
|
|
295
|
+
* @returns AsyncIterable of {@link ListNodesCommandOutput}.
|
|
296
|
+
*/
|
|
297
|
+
paginateListNodes(args?: ListNodesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNodesCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* @see {@link ListPackageImportJobsCommand}
|
|
300
|
+
* @param args - command input.
|
|
301
|
+
* @param paginationConfig - optional pagination config.
|
|
302
|
+
* @returns AsyncIterable of {@link ListPackageImportJobsCommandOutput}.
|
|
303
|
+
*/
|
|
304
|
+
paginateListPackageImportJobs(args?: ListPackageImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPackageImportJobsCommandOutput>;
|
|
305
|
+
/**
|
|
306
|
+
* @see {@link ListPackagesCommand}
|
|
307
|
+
* @param args - command input.
|
|
308
|
+
* @param paginationConfig - optional pagination config.
|
|
309
|
+
* @returns AsyncIterable of {@link ListPackagesCommandOutput}.
|
|
310
|
+
*/
|
|
311
|
+
paginateListPackages(args?: ListPackagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPackagesCommandOutput>;
|
|
249
312
|
}
|
|
250
313
|
/**
|
|
251
314
|
* <fullname>AWS Panorama</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
CreateApplicationInstanceCommandInput,
|
|
4
8
|
CreateApplicationInstanceCommandOutput,
|
|
@@ -610,5 +614,68 @@ export interface Panorama {
|
|
|
610
614
|
options: __HttpHandlerOptions,
|
|
611
615
|
cb: (err: any, data?: UpdateDeviceMetadataCommandOutput) => void
|
|
612
616
|
): void;
|
|
617
|
+
paginateListApplicationInstanceDependencies(
|
|
618
|
+
args: ListApplicationInstanceDependenciesCommandInput,
|
|
619
|
+
paginationConfig?: Pick<
|
|
620
|
+
PaginationConfiguration,
|
|
621
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
622
|
+
>
|
|
623
|
+
): Paginator<ListApplicationInstanceDependenciesCommandOutput>;
|
|
624
|
+
paginateListApplicationInstanceNodeInstances(
|
|
625
|
+
args: ListApplicationInstanceNodeInstancesCommandInput,
|
|
626
|
+
paginationConfig?: Pick<
|
|
627
|
+
PaginationConfiguration,
|
|
628
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
629
|
+
>
|
|
630
|
+
): Paginator<ListApplicationInstanceNodeInstancesCommandOutput>;
|
|
631
|
+
paginateListApplicationInstances(
|
|
632
|
+
args?: ListApplicationInstancesCommandInput,
|
|
633
|
+
paginationConfig?: Pick<
|
|
634
|
+
PaginationConfiguration,
|
|
635
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
636
|
+
>
|
|
637
|
+
): Paginator<ListApplicationInstancesCommandOutput>;
|
|
638
|
+
paginateListDevices(
|
|
639
|
+
args?: ListDevicesCommandInput,
|
|
640
|
+
paginationConfig?: Pick<
|
|
641
|
+
PaginationConfiguration,
|
|
642
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
643
|
+
>
|
|
644
|
+
): Paginator<ListDevicesCommandOutput>;
|
|
645
|
+
paginateListDevicesJobs(
|
|
646
|
+
args?: ListDevicesJobsCommandInput,
|
|
647
|
+
paginationConfig?: Pick<
|
|
648
|
+
PaginationConfiguration,
|
|
649
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
650
|
+
>
|
|
651
|
+
): Paginator<ListDevicesJobsCommandOutput>;
|
|
652
|
+
paginateListNodeFromTemplateJobs(
|
|
653
|
+
args?: ListNodeFromTemplateJobsCommandInput,
|
|
654
|
+
paginationConfig?: Pick<
|
|
655
|
+
PaginationConfiguration,
|
|
656
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
657
|
+
>
|
|
658
|
+
): Paginator<ListNodeFromTemplateJobsCommandOutput>;
|
|
659
|
+
paginateListNodes(
|
|
660
|
+
args?: ListNodesCommandInput,
|
|
661
|
+
paginationConfig?: Pick<
|
|
662
|
+
PaginationConfiguration,
|
|
663
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
664
|
+
>
|
|
665
|
+
): Paginator<ListNodesCommandOutput>;
|
|
666
|
+
paginateListPackageImportJobs(
|
|
667
|
+
args?: ListPackageImportJobsCommandInput,
|
|
668
|
+
paginationConfig?: Pick<
|
|
669
|
+
PaginationConfiguration,
|
|
670
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
671
|
+
>
|
|
672
|
+
): Paginator<ListPackageImportJobsCommandOutput>;
|
|
673
|
+
paginateListPackages(
|
|
674
|
+
args?: ListPackagesCommandInput,
|
|
675
|
+
paginationConfig?: Pick<
|
|
676
|
+
PaginationConfiguration,
|
|
677
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
678
|
+
>
|
|
679
|
+
): Paginator<ListPackagesCommandOutput>;
|
|
613
680
|
}
|
|
614
681
|
export declare class Panorama extends PanoramaClient implements Panorama {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-panorama",
|
|
3
3
|
"description": "AWS SDK for JavaScript Panorama 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-panorama",
|
|
@@ -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",
|