@aws-sdk/client-outposts 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 +36 -23
- package/dist-es/Outposts.js +25 -1
- package/dist-types/Outposts.d.ts +78 -1
- package/dist-types/ts3.4/Outposts.d.ts +82 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1604,6 +1604,28 @@ class UpdateSiteRackPhysicalPropertiesCommand extends smithyClient.Command
|
|
|
1604
1604
|
.build() {
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
+
const paginateGetOutpostBillingInformation = core.createPaginator(OutpostsClient, GetOutpostBillingInformationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1608
|
+
|
|
1609
|
+
const paginateGetOutpostInstanceTypes = core.createPaginator(OutpostsClient, GetOutpostInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1610
|
+
|
|
1611
|
+
const paginateGetOutpostSupportedInstanceTypes = core.createPaginator(OutpostsClient, GetOutpostSupportedInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1612
|
+
|
|
1613
|
+
const paginateListAssetInstances = core.createPaginator(OutpostsClient, ListAssetInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1614
|
+
|
|
1615
|
+
const paginateListAssets = core.createPaginator(OutpostsClient, ListAssetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1616
|
+
|
|
1617
|
+
const paginateListBlockingInstancesForCapacityTask = core.createPaginator(OutpostsClient, ListBlockingInstancesForCapacityTaskCommand, "NextToken", "NextToken", "MaxResults");
|
|
1618
|
+
|
|
1619
|
+
const paginateListCapacityTasks = core.createPaginator(OutpostsClient, ListCapacityTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
1620
|
+
|
|
1621
|
+
const paginateListCatalogItems = core.createPaginator(OutpostsClient, ListCatalogItemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1622
|
+
|
|
1623
|
+
const paginateListOrders = core.createPaginator(OutpostsClient, ListOrdersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1624
|
+
|
|
1625
|
+
const paginateListOutposts = core.createPaginator(OutpostsClient, ListOutpostsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1626
|
+
|
|
1627
|
+
const paginateListSites = core.createPaginator(OutpostsClient, ListSitesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1628
|
+
|
|
1607
1629
|
const commands = {
|
|
1608
1630
|
CancelCapacityTaskCommand,
|
|
1609
1631
|
CancelOrderCommand,
|
|
@@ -1641,31 +1663,22 @@ const commands = {
|
|
|
1641
1663
|
UpdateSiteAddressCommand,
|
|
1642
1664
|
UpdateSiteRackPhysicalPropertiesCommand,
|
|
1643
1665
|
};
|
|
1666
|
+
const paginators = {
|
|
1667
|
+
paginateGetOutpostBillingInformation,
|
|
1668
|
+
paginateGetOutpostInstanceTypes,
|
|
1669
|
+
paginateGetOutpostSupportedInstanceTypes,
|
|
1670
|
+
paginateListAssetInstances,
|
|
1671
|
+
paginateListAssets,
|
|
1672
|
+
paginateListBlockingInstancesForCapacityTask,
|
|
1673
|
+
paginateListCapacityTasks,
|
|
1674
|
+
paginateListCatalogItems,
|
|
1675
|
+
paginateListOrders,
|
|
1676
|
+
paginateListOutposts,
|
|
1677
|
+
paginateListSites,
|
|
1678
|
+
};
|
|
1644
1679
|
class Outposts extends OutpostsClient {
|
|
1645
1680
|
}
|
|
1646
|
-
smithyClient.createAggregatedClient(commands, Outposts);
|
|
1647
|
-
|
|
1648
|
-
const paginateGetOutpostBillingInformation = core.createPaginator(OutpostsClient, GetOutpostBillingInformationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1649
|
-
|
|
1650
|
-
const paginateGetOutpostInstanceTypes = core.createPaginator(OutpostsClient, GetOutpostInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1651
|
-
|
|
1652
|
-
const paginateGetOutpostSupportedInstanceTypes = core.createPaginator(OutpostsClient, GetOutpostSupportedInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1653
|
-
|
|
1654
|
-
const paginateListAssetInstances = core.createPaginator(OutpostsClient, ListAssetInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1655
|
-
|
|
1656
|
-
const paginateListAssets = core.createPaginator(OutpostsClient, ListAssetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1657
|
-
|
|
1658
|
-
const paginateListBlockingInstancesForCapacityTask = core.createPaginator(OutpostsClient, ListBlockingInstancesForCapacityTaskCommand, "NextToken", "NextToken", "MaxResults");
|
|
1659
|
-
|
|
1660
|
-
const paginateListCapacityTasks = core.createPaginator(OutpostsClient, ListCapacityTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
1661
|
-
|
|
1662
|
-
const paginateListCatalogItems = core.createPaginator(OutpostsClient, ListCatalogItemsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1663
|
-
|
|
1664
|
-
const paginateListOrders = core.createPaginator(OutpostsClient, ListOrdersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1665
|
-
|
|
1666
|
-
const paginateListOutposts = core.createPaginator(OutpostsClient, ListOutpostsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1667
|
-
|
|
1668
|
-
const paginateListSites = core.createPaginator(OutpostsClient, ListSitesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1681
|
+
smithyClient.createAggregatedClient(commands, Outposts, { paginators });
|
|
1669
1682
|
|
|
1670
1683
|
const AddressType = {
|
|
1671
1684
|
OPERATING_ADDRESS: "OPERATING_ADDRESS",
|
package/dist-es/Outposts.js
CHANGED
|
@@ -35,6 +35,17 @@ import { UpdateSiteAddressCommand, } from "./commands/UpdateSiteAddressCommand";
|
|
|
35
35
|
import { UpdateSiteCommand } from "./commands/UpdateSiteCommand";
|
|
36
36
|
import { UpdateSiteRackPhysicalPropertiesCommand, } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
|
|
37
37
|
import { OutpostsClient } from "./OutpostsClient";
|
|
38
|
+
import { paginateGetOutpostBillingInformation } from "./pagination/GetOutpostBillingInformationPaginator";
|
|
39
|
+
import { paginateGetOutpostInstanceTypes } from "./pagination/GetOutpostInstanceTypesPaginator";
|
|
40
|
+
import { paginateGetOutpostSupportedInstanceTypes } from "./pagination/GetOutpostSupportedInstanceTypesPaginator";
|
|
41
|
+
import { paginateListAssetInstances } from "./pagination/ListAssetInstancesPaginator";
|
|
42
|
+
import { paginateListAssets } from "./pagination/ListAssetsPaginator";
|
|
43
|
+
import { paginateListBlockingInstancesForCapacityTask, } from "./pagination/ListBlockingInstancesForCapacityTaskPaginator";
|
|
44
|
+
import { paginateListCapacityTasks } from "./pagination/ListCapacityTasksPaginator";
|
|
45
|
+
import { paginateListCatalogItems } from "./pagination/ListCatalogItemsPaginator";
|
|
46
|
+
import { paginateListOrders } from "./pagination/ListOrdersPaginator";
|
|
47
|
+
import { paginateListOutposts } from "./pagination/ListOutpostsPaginator";
|
|
48
|
+
import { paginateListSites } from "./pagination/ListSitesPaginator";
|
|
38
49
|
const commands = {
|
|
39
50
|
CancelCapacityTaskCommand,
|
|
40
51
|
CancelOrderCommand,
|
|
@@ -72,6 +83,19 @@ const commands = {
|
|
|
72
83
|
UpdateSiteAddressCommand,
|
|
73
84
|
UpdateSiteRackPhysicalPropertiesCommand,
|
|
74
85
|
};
|
|
86
|
+
const paginators = {
|
|
87
|
+
paginateGetOutpostBillingInformation,
|
|
88
|
+
paginateGetOutpostInstanceTypes,
|
|
89
|
+
paginateGetOutpostSupportedInstanceTypes,
|
|
90
|
+
paginateListAssetInstances,
|
|
91
|
+
paginateListAssets,
|
|
92
|
+
paginateListBlockingInstancesForCapacityTask,
|
|
93
|
+
paginateListCapacityTasks,
|
|
94
|
+
paginateListCatalogItems,
|
|
95
|
+
paginateListOrders,
|
|
96
|
+
paginateListOutposts,
|
|
97
|
+
paginateListSites,
|
|
98
|
+
};
|
|
75
99
|
export class Outposts extends OutpostsClient {
|
|
76
100
|
}
|
|
77
|
-
createAggregatedClient(commands, Outposts);
|
|
101
|
+
createAggregatedClient(commands, Outposts, { paginators });
|
package/dist-types/Outposts.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 { CancelCapacityTaskCommandInput, CancelCapacityTaskCommandOutput } from "./commands/CancelCapacityTaskCommand";
|
|
3
3
|
import { CancelOrderCommandInput, CancelOrderCommandOutput } from "./commands/CancelOrderCommand";
|
|
4
4
|
import { CreateOrderCommandInput, CreateOrderCommandOutput } from "./commands/CreateOrderCommand";
|
|
@@ -251,6 +251,83 @@ export interface Outposts {
|
|
|
251
251
|
updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSiteRackPhysicalPropertiesCommandOutput>;
|
|
252
252
|
updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void): void;
|
|
253
253
|
updateSiteRackPhysicalProperties(args: UpdateSiteRackPhysicalPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void): void;
|
|
254
|
+
/**
|
|
255
|
+
* @see {@link GetOutpostBillingInformationCommand}
|
|
256
|
+
* @param args - command input.
|
|
257
|
+
* @param paginationConfig - optional pagination config.
|
|
258
|
+
* @returns AsyncIterable of {@link GetOutpostBillingInformationCommandOutput}.
|
|
259
|
+
*/
|
|
260
|
+
paginateGetOutpostBillingInformation(args: GetOutpostBillingInformationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetOutpostBillingInformationCommandOutput>;
|
|
261
|
+
/**
|
|
262
|
+
* @see {@link GetOutpostInstanceTypesCommand}
|
|
263
|
+
* @param args - command input.
|
|
264
|
+
* @param paginationConfig - optional pagination config.
|
|
265
|
+
* @returns AsyncIterable of {@link GetOutpostInstanceTypesCommandOutput}.
|
|
266
|
+
*/
|
|
267
|
+
paginateGetOutpostInstanceTypes(args: GetOutpostInstanceTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetOutpostInstanceTypesCommandOutput>;
|
|
268
|
+
/**
|
|
269
|
+
* @see {@link GetOutpostSupportedInstanceTypesCommand}
|
|
270
|
+
* @param args - command input.
|
|
271
|
+
* @param paginationConfig - optional pagination config.
|
|
272
|
+
* @returns AsyncIterable of {@link GetOutpostSupportedInstanceTypesCommandOutput}.
|
|
273
|
+
*/
|
|
274
|
+
paginateGetOutpostSupportedInstanceTypes(args: GetOutpostSupportedInstanceTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetOutpostSupportedInstanceTypesCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* @see {@link ListAssetInstancesCommand}
|
|
277
|
+
* @param args - command input.
|
|
278
|
+
* @param paginationConfig - optional pagination config.
|
|
279
|
+
* @returns AsyncIterable of {@link ListAssetInstancesCommandOutput}.
|
|
280
|
+
*/
|
|
281
|
+
paginateListAssetInstances(args: ListAssetInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetInstancesCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* @see {@link ListAssetsCommand}
|
|
284
|
+
* @param args - command input.
|
|
285
|
+
* @param paginationConfig - optional pagination config.
|
|
286
|
+
* @returns AsyncIterable of {@link ListAssetsCommandOutput}.
|
|
287
|
+
*/
|
|
288
|
+
paginateListAssets(args: ListAssetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetsCommandOutput>;
|
|
289
|
+
/**
|
|
290
|
+
* @see {@link ListBlockingInstancesForCapacityTaskCommand}
|
|
291
|
+
* @param args - command input.
|
|
292
|
+
* @param paginationConfig - optional pagination config.
|
|
293
|
+
* @returns AsyncIterable of {@link ListBlockingInstancesForCapacityTaskCommandOutput}.
|
|
294
|
+
*/
|
|
295
|
+
paginateListBlockingInstancesForCapacityTask(args: ListBlockingInstancesForCapacityTaskCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBlockingInstancesForCapacityTaskCommandOutput>;
|
|
296
|
+
/**
|
|
297
|
+
* @see {@link ListCapacityTasksCommand}
|
|
298
|
+
* @param args - command input.
|
|
299
|
+
* @param paginationConfig - optional pagination config.
|
|
300
|
+
* @returns AsyncIterable of {@link ListCapacityTasksCommandOutput}.
|
|
301
|
+
*/
|
|
302
|
+
paginateListCapacityTasks(args?: ListCapacityTasksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCapacityTasksCommandOutput>;
|
|
303
|
+
/**
|
|
304
|
+
* @see {@link ListCatalogItemsCommand}
|
|
305
|
+
* @param args - command input.
|
|
306
|
+
* @param paginationConfig - optional pagination config.
|
|
307
|
+
* @returns AsyncIterable of {@link ListCatalogItemsCommandOutput}.
|
|
308
|
+
*/
|
|
309
|
+
paginateListCatalogItems(args?: ListCatalogItemsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCatalogItemsCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* @see {@link ListOrdersCommand}
|
|
312
|
+
* @param args - command input.
|
|
313
|
+
* @param paginationConfig - optional pagination config.
|
|
314
|
+
* @returns AsyncIterable of {@link ListOrdersCommandOutput}.
|
|
315
|
+
*/
|
|
316
|
+
paginateListOrders(args?: ListOrdersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOrdersCommandOutput>;
|
|
317
|
+
/**
|
|
318
|
+
* @see {@link ListOutpostsCommand}
|
|
319
|
+
* @param args - command input.
|
|
320
|
+
* @param paginationConfig - optional pagination config.
|
|
321
|
+
* @returns AsyncIterable of {@link ListOutpostsCommandOutput}.
|
|
322
|
+
*/
|
|
323
|
+
paginateListOutposts(args?: ListOutpostsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOutpostsCommandOutput>;
|
|
324
|
+
/**
|
|
325
|
+
* @see {@link ListSitesCommand}
|
|
326
|
+
* @param args - command input.
|
|
327
|
+
* @param paginationConfig - optional pagination config.
|
|
328
|
+
* @returns AsyncIterable of {@link ListSitesCommandOutput}.
|
|
329
|
+
*/
|
|
330
|
+
paginateListSites(args?: ListSitesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSitesCommandOutput>;
|
|
254
331
|
}
|
|
255
332
|
/**
|
|
256
333
|
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
|
|
@@ -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
|
CancelCapacityTaskCommandInput,
|
|
4
8
|
CancelCapacityTaskCommandOutput,
|
|
@@ -607,5 +611,82 @@ export interface Outposts {
|
|
|
607
611
|
options: __HttpHandlerOptions,
|
|
608
612
|
cb: (err: any, data?: UpdateSiteRackPhysicalPropertiesCommandOutput) => void
|
|
609
613
|
): void;
|
|
614
|
+
paginateGetOutpostBillingInformation(
|
|
615
|
+
args: GetOutpostBillingInformationCommandInput,
|
|
616
|
+
paginationConfig?: Pick<
|
|
617
|
+
PaginationConfiguration,
|
|
618
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
619
|
+
>
|
|
620
|
+
): Paginator<GetOutpostBillingInformationCommandOutput>;
|
|
621
|
+
paginateGetOutpostInstanceTypes(
|
|
622
|
+
args: GetOutpostInstanceTypesCommandInput,
|
|
623
|
+
paginationConfig?: Pick<
|
|
624
|
+
PaginationConfiguration,
|
|
625
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
626
|
+
>
|
|
627
|
+
): Paginator<GetOutpostInstanceTypesCommandOutput>;
|
|
628
|
+
paginateGetOutpostSupportedInstanceTypes(
|
|
629
|
+
args: GetOutpostSupportedInstanceTypesCommandInput,
|
|
630
|
+
paginationConfig?: Pick<
|
|
631
|
+
PaginationConfiguration,
|
|
632
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
633
|
+
>
|
|
634
|
+
): Paginator<GetOutpostSupportedInstanceTypesCommandOutput>;
|
|
635
|
+
paginateListAssetInstances(
|
|
636
|
+
args: ListAssetInstancesCommandInput,
|
|
637
|
+
paginationConfig?: Pick<
|
|
638
|
+
PaginationConfiguration,
|
|
639
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
640
|
+
>
|
|
641
|
+
): Paginator<ListAssetInstancesCommandOutput>;
|
|
642
|
+
paginateListAssets(
|
|
643
|
+
args: ListAssetsCommandInput,
|
|
644
|
+
paginationConfig?: Pick<
|
|
645
|
+
PaginationConfiguration,
|
|
646
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
647
|
+
>
|
|
648
|
+
): Paginator<ListAssetsCommandOutput>;
|
|
649
|
+
paginateListBlockingInstancesForCapacityTask(
|
|
650
|
+
args: ListBlockingInstancesForCapacityTaskCommandInput,
|
|
651
|
+
paginationConfig?: Pick<
|
|
652
|
+
PaginationConfiguration,
|
|
653
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
654
|
+
>
|
|
655
|
+
): Paginator<ListBlockingInstancesForCapacityTaskCommandOutput>;
|
|
656
|
+
paginateListCapacityTasks(
|
|
657
|
+
args?: ListCapacityTasksCommandInput,
|
|
658
|
+
paginationConfig?: Pick<
|
|
659
|
+
PaginationConfiguration,
|
|
660
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
661
|
+
>
|
|
662
|
+
): Paginator<ListCapacityTasksCommandOutput>;
|
|
663
|
+
paginateListCatalogItems(
|
|
664
|
+
args?: ListCatalogItemsCommandInput,
|
|
665
|
+
paginationConfig?: Pick<
|
|
666
|
+
PaginationConfiguration,
|
|
667
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
668
|
+
>
|
|
669
|
+
): Paginator<ListCatalogItemsCommandOutput>;
|
|
670
|
+
paginateListOrders(
|
|
671
|
+
args?: ListOrdersCommandInput,
|
|
672
|
+
paginationConfig?: Pick<
|
|
673
|
+
PaginationConfiguration,
|
|
674
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
675
|
+
>
|
|
676
|
+
): Paginator<ListOrdersCommandOutput>;
|
|
677
|
+
paginateListOutposts(
|
|
678
|
+
args?: ListOutpostsCommandInput,
|
|
679
|
+
paginationConfig?: Pick<
|
|
680
|
+
PaginationConfiguration,
|
|
681
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
682
|
+
>
|
|
683
|
+
): Paginator<ListOutpostsCommandOutput>;
|
|
684
|
+
paginateListSites(
|
|
685
|
+
args?: ListSitesCommandInput,
|
|
686
|
+
paginationConfig?: Pick<
|
|
687
|
+
PaginationConfiguration,
|
|
688
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
689
|
+
>
|
|
690
|
+
): Paginator<ListSitesCommandOutput>;
|
|
610
691
|
}
|
|
611
692
|
export declare class Outposts extends OutpostsClient implements Outposts {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts 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-outposts",
|
|
@@ -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",
|