@aws-sdk/client-iotthingsgraph 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 +33 -21
- package/dist-es/IoTThingsGraph.js +23 -1
- package/dist-types/IoTThingsGraph.d.ts +71 -1
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +75 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1468,6 +1468,26 @@ class UploadEntityDefinitionsCommand extends smithyClient.Command
|
|
|
1468
1468
|
.build() {
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
|
+
const paginateGetFlowTemplateRevisions = core.createPaginator(IoTThingsGraphClient, GetFlowTemplateRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1472
|
+
|
|
1473
|
+
const paginateGetSystemTemplateRevisions = core.createPaginator(IoTThingsGraphClient, GetSystemTemplateRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1474
|
+
|
|
1475
|
+
const paginateListFlowExecutionMessages = core.createPaginator(IoTThingsGraphClient, ListFlowExecutionMessagesCommand, "nextToken", "nextToken", "maxResults");
|
|
1476
|
+
|
|
1477
|
+
const paginateListTagsForResource = core.createPaginator(IoTThingsGraphClient, ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
|
|
1478
|
+
|
|
1479
|
+
const paginateSearchEntities = core.createPaginator(IoTThingsGraphClient, SearchEntitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
1480
|
+
|
|
1481
|
+
const paginateSearchFlowExecutions = core.createPaginator(IoTThingsGraphClient, SearchFlowExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1482
|
+
|
|
1483
|
+
const paginateSearchFlowTemplates = core.createPaginator(IoTThingsGraphClient, SearchFlowTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1484
|
+
|
|
1485
|
+
const paginateSearchSystemInstances = core.createPaginator(IoTThingsGraphClient, SearchSystemInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
1486
|
+
|
|
1487
|
+
const paginateSearchSystemTemplates = core.createPaginator(IoTThingsGraphClient, SearchSystemTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1488
|
+
|
|
1489
|
+
const paginateSearchThings = core.createPaginator(IoTThingsGraphClient, SearchThingsCommand, "nextToken", "nextToken", "maxResults");
|
|
1490
|
+
|
|
1471
1491
|
const commands = {
|
|
1472
1492
|
AssociateEntityToThingCommand,
|
|
1473
1493
|
CreateFlowTemplateCommand,
|
|
@@ -1505,29 +1525,21 @@ const commands = {
|
|
|
1505
1525
|
UpdateSystemTemplateCommand,
|
|
1506
1526
|
UploadEntityDefinitionsCommand,
|
|
1507
1527
|
};
|
|
1528
|
+
const paginators = {
|
|
1529
|
+
paginateGetFlowTemplateRevisions,
|
|
1530
|
+
paginateGetSystemTemplateRevisions,
|
|
1531
|
+
paginateListFlowExecutionMessages,
|
|
1532
|
+
paginateListTagsForResource,
|
|
1533
|
+
paginateSearchEntities,
|
|
1534
|
+
paginateSearchFlowExecutions,
|
|
1535
|
+
paginateSearchFlowTemplates,
|
|
1536
|
+
paginateSearchSystemInstances,
|
|
1537
|
+
paginateSearchSystemTemplates,
|
|
1538
|
+
paginateSearchThings,
|
|
1539
|
+
};
|
|
1508
1540
|
class IoTThingsGraph extends IoTThingsGraphClient {
|
|
1509
1541
|
}
|
|
1510
|
-
smithyClient.createAggregatedClient(commands, IoTThingsGraph);
|
|
1511
|
-
|
|
1512
|
-
const paginateGetFlowTemplateRevisions = core.createPaginator(IoTThingsGraphClient, GetFlowTemplateRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1513
|
-
|
|
1514
|
-
const paginateGetSystemTemplateRevisions = core.createPaginator(IoTThingsGraphClient, GetSystemTemplateRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1515
|
-
|
|
1516
|
-
const paginateListFlowExecutionMessages = core.createPaginator(IoTThingsGraphClient, ListFlowExecutionMessagesCommand, "nextToken", "nextToken", "maxResults");
|
|
1517
|
-
|
|
1518
|
-
const paginateListTagsForResource = core.createPaginator(IoTThingsGraphClient, ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
|
|
1519
|
-
|
|
1520
|
-
const paginateSearchEntities = core.createPaginator(IoTThingsGraphClient, SearchEntitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
1521
|
-
|
|
1522
|
-
const paginateSearchFlowExecutions = core.createPaginator(IoTThingsGraphClient, SearchFlowExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1523
|
-
|
|
1524
|
-
const paginateSearchFlowTemplates = core.createPaginator(IoTThingsGraphClient, SearchFlowTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1525
|
-
|
|
1526
|
-
const paginateSearchSystemInstances = core.createPaginator(IoTThingsGraphClient, SearchSystemInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
1527
|
-
|
|
1528
|
-
const paginateSearchSystemTemplates = core.createPaginator(IoTThingsGraphClient, SearchSystemTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1529
|
-
|
|
1530
|
-
const paginateSearchThings = core.createPaginator(IoTThingsGraphClient, SearchThingsCommand, "nextToken", "nextToken", "maxResults");
|
|
1542
|
+
smithyClient.createAggregatedClient(commands, IoTThingsGraph, { paginators });
|
|
1531
1543
|
|
|
1532
1544
|
const DefinitionLanguage = {
|
|
1533
1545
|
GRAPHQL: "GRAPHQL",
|
|
@@ -35,6 +35,16 @@ import { UpdateFlowTemplateCommand, } from "./commands/UpdateFlowTemplateCommand
|
|
|
35
35
|
import { UpdateSystemTemplateCommand, } from "./commands/UpdateSystemTemplateCommand";
|
|
36
36
|
import { UploadEntityDefinitionsCommand, } from "./commands/UploadEntityDefinitionsCommand";
|
|
37
37
|
import { IoTThingsGraphClient } from "./IoTThingsGraphClient";
|
|
38
|
+
import { paginateGetFlowTemplateRevisions } from "./pagination/GetFlowTemplateRevisionsPaginator";
|
|
39
|
+
import { paginateGetSystemTemplateRevisions } from "./pagination/GetSystemTemplateRevisionsPaginator";
|
|
40
|
+
import { paginateListFlowExecutionMessages } from "./pagination/ListFlowExecutionMessagesPaginator";
|
|
41
|
+
import { paginateListTagsForResource } from "./pagination/ListTagsForResourcePaginator";
|
|
42
|
+
import { paginateSearchEntities } from "./pagination/SearchEntitiesPaginator";
|
|
43
|
+
import { paginateSearchFlowExecutions } from "./pagination/SearchFlowExecutionsPaginator";
|
|
44
|
+
import { paginateSearchFlowTemplates } from "./pagination/SearchFlowTemplatesPaginator";
|
|
45
|
+
import { paginateSearchSystemInstances } from "./pagination/SearchSystemInstancesPaginator";
|
|
46
|
+
import { paginateSearchSystemTemplates } from "./pagination/SearchSystemTemplatesPaginator";
|
|
47
|
+
import { paginateSearchThings } from "./pagination/SearchThingsPaginator";
|
|
38
48
|
const commands = {
|
|
39
49
|
AssociateEntityToThingCommand,
|
|
40
50
|
CreateFlowTemplateCommand,
|
|
@@ -72,6 +82,18 @@ const commands = {
|
|
|
72
82
|
UpdateSystemTemplateCommand,
|
|
73
83
|
UploadEntityDefinitionsCommand,
|
|
74
84
|
};
|
|
85
|
+
const paginators = {
|
|
86
|
+
paginateGetFlowTemplateRevisions,
|
|
87
|
+
paginateGetSystemTemplateRevisions,
|
|
88
|
+
paginateListFlowExecutionMessages,
|
|
89
|
+
paginateListTagsForResource,
|
|
90
|
+
paginateSearchEntities,
|
|
91
|
+
paginateSearchFlowExecutions,
|
|
92
|
+
paginateSearchFlowTemplates,
|
|
93
|
+
paginateSearchSystemInstances,
|
|
94
|
+
paginateSearchSystemTemplates,
|
|
95
|
+
paginateSearchThings,
|
|
96
|
+
};
|
|
75
97
|
export class IoTThingsGraph extends IoTThingsGraphClient {
|
|
76
98
|
}
|
|
77
|
-
createAggregatedClient(commands, IoTThingsGraph);
|
|
99
|
+
createAggregatedClient(commands, IoTThingsGraph, { 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 { AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput } from "./commands/AssociateEntityToThingCommand";
|
|
3
3
|
import { CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput } from "./commands/CreateFlowTemplateCommand";
|
|
4
4
|
import { CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput } from "./commands/CreateSystemInstanceCommand";
|
|
@@ -256,6 +256,76 @@ export interface IoTThingsGraph {
|
|
|
256
256
|
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<UploadEntityDefinitionsCommandOutput>;
|
|
257
257
|
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
|
|
258
258
|
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link GetFlowTemplateRevisionsCommand}
|
|
261
|
+
* @param args - command input.
|
|
262
|
+
* @param paginationConfig - optional pagination config.
|
|
263
|
+
* @returns AsyncIterable of {@link GetFlowTemplateRevisionsCommandOutput}.
|
|
264
|
+
*/
|
|
265
|
+
paginateGetFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetFlowTemplateRevisionsCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* @see {@link GetSystemTemplateRevisionsCommand}
|
|
268
|
+
* @param args - command input.
|
|
269
|
+
* @param paginationConfig - optional pagination config.
|
|
270
|
+
* @returns AsyncIterable of {@link GetSystemTemplateRevisionsCommandOutput}.
|
|
271
|
+
*/
|
|
272
|
+
paginateGetSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetSystemTemplateRevisionsCommandOutput>;
|
|
273
|
+
/**
|
|
274
|
+
* @see {@link ListFlowExecutionMessagesCommand}
|
|
275
|
+
* @param args - command input.
|
|
276
|
+
* @param paginationConfig - optional pagination config.
|
|
277
|
+
* @returns AsyncIterable of {@link ListFlowExecutionMessagesCommandOutput}.
|
|
278
|
+
*/
|
|
279
|
+
paginateListFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFlowExecutionMessagesCommandOutput>;
|
|
280
|
+
/**
|
|
281
|
+
* @see {@link ListTagsForResourceCommand}
|
|
282
|
+
* @param args - command input.
|
|
283
|
+
* @param paginationConfig - optional pagination config.
|
|
284
|
+
* @returns AsyncIterable of {@link ListTagsForResourceCommandOutput}.
|
|
285
|
+
*/
|
|
286
|
+
paginateListTagsForResource(args: ListTagsForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTagsForResourceCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* @see {@link SearchEntitiesCommand}
|
|
289
|
+
* @param args - command input.
|
|
290
|
+
* @param paginationConfig - optional pagination config.
|
|
291
|
+
* @returns AsyncIterable of {@link SearchEntitiesCommandOutput}.
|
|
292
|
+
*/
|
|
293
|
+
paginateSearchEntities(args: SearchEntitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchEntitiesCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* @see {@link SearchFlowExecutionsCommand}
|
|
296
|
+
* @param args - command input.
|
|
297
|
+
* @param paginationConfig - optional pagination config.
|
|
298
|
+
* @returns AsyncIterable of {@link SearchFlowExecutionsCommandOutput}.
|
|
299
|
+
*/
|
|
300
|
+
paginateSearchFlowExecutions(args: SearchFlowExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchFlowExecutionsCommandOutput>;
|
|
301
|
+
/**
|
|
302
|
+
* @see {@link SearchFlowTemplatesCommand}
|
|
303
|
+
* @param args - command input.
|
|
304
|
+
* @param paginationConfig - optional pagination config.
|
|
305
|
+
* @returns AsyncIterable of {@link SearchFlowTemplatesCommandOutput}.
|
|
306
|
+
*/
|
|
307
|
+
paginateSearchFlowTemplates(args?: SearchFlowTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchFlowTemplatesCommandOutput>;
|
|
308
|
+
/**
|
|
309
|
+
* @see {@link SearchSystemInstancesCommand}
|
|
310
|
+
* @param args - command input.
|
|
311
|
+
* @param paginationConfig - optional pagination config.
|
|
312
|
+
* @returns AsyncIterable of {@link SearchSystemInstancesCommandOutput}.
|
|
313
|
+
*/
|
|
314
|
+
paginateSearchSystemInstances(args?: SearchSystemInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchSystemInstancesCommandOutput>;
|
|
315
|
+
/**
|
|
316
|
+
* @see {@link SearchSystemTemplatesCommand}
|
|
317
|
+
* @param args - command input.
|
|
318
|
+
* @param paginationConfig - optional pagination config.
|
|
319
|
+
* @returns AsyncIterable of {@link SearchSystemTemplatesCommandOutput}.
|
|
320
|
+
*/
|
|
321
|
+
paginateSearchSystemTemplates(args?: SearchSystemTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchSystemTemplatesCommandOutput>;
|
|
322
|
+
/**
|
|
323
|
+
* @see {@link SearchThingsCommand}
|
|
324
|
+
* @param args - command input.
|
|
325
|
+
* @param paginationConfig - optional pagination config.
|
|
326
|
+
* @returns AsyncIterable of {@link SearchThingsCommandOutput}.
|
|
327
|
+
*/
|
|
328
|
+
paginateSearchThings(args: SearchThingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchThingsCommandOutput>;
|
|
259
329
|
}
|
|
260
330
|
/**
|
|
261
331
|
* <fullname>AWS IoT Things Graph</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
|
AssociateEntityToThingCommandInput,
|
|
4
8
|
AssociateEntityToThingCommandOutput,
|
|
@@ -606,6 +610,76 @@ export interface IoTThingsGraph {
|
|
|
606
610
|
options: __HttpHandlerOptions,
|
|
607
611
|
cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void
|
|
608
612
|
): void;
|
|
613
|
+
paginateGetFlowTemplateRevisions(
|
|
614
|
+
args: GetFlowTemplateRevisionsCommandInput,
|
|
615
|
+
paginationConfig?: Pick<
|
|
616
|
+
PaginationConfiguration,
|
|
617
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
618
|
+
>
|
|
619
|
+
): Paginator<GetFlowTemplateRevisionsCommandOutput>;
|
|
620
|
+
paginateGetSystemTemplateRevisions(
|
|
621
|
+
args: GetSystemTemplateRevisionsCommandInput,
|
|
622
|
+
paginationConfig?: Pick<
|
|
623
|
+
PaginationConfiguration,
|
|
624
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
625
|
+
>
|
|
626
|
+
): Paginator<GetSystemTemplateRevisionsCommandOutput>;
|
|
627
|
+
paginateListFlowExecutionMessages(
|
|
628
|
+
args: ListFlowExecutionMessagesCommandInput,
|
|
629
|
+
paginationConfig?: Pick<
|
|
630
|
+
PaginationConfiguration,
|
|
631
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
632
|
+
>
|
|
633
|
+
): Paginator<ListFlowExecutionMessagesCommandOutput>;
|
|
634
|
+
paginateListTagsForResource(
|
|
635
|
+
args: ListTagsForResourceCommandInput,
|
|
636
|
+
paginationConfig?: Pick<
|
|
637
|
+
PaginationConfiguration,
|
|
638
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
639
|
+
>
|
|
640
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
641
|
+
paginateSearchEntities(
|
|
642
|
+
args: SearchEntitiesCommandInput,
|
|
643
|
+
paginationConfig?: Pick<
|
|
644
|
+
PaginationConfiguration,
|
|
645
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
646
|
+
>
|
|
647
|
+
): Paginator<SearchEntitiesCommandOutput>;
|
|
648
|
+
paginateSearchFlowExecutions(
|
|
649
|
+
args: SearchFlowExecutionsCommandInput,
|
|
650
|
+
paginationConfig?: Pick<
|
|
651
|
+
PaginationConfiguration,
|
|
652
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
653
|
+
>
|
|
654
|
+
): Paginator<SearchFlowExecutionsCommandOutput>;
|
|
655
|
+
paginateSearchFlowTemplates(
|
|
656
|
+
args?: SearchFlowTemplatesCommandInput,
|
|
657
|
+
paginationConfig?: Pick<
|
|
658
|
+
PaginationConfiguration,
|
|
659
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
660
|
+
>
|
|
661
|
+
): Paginator<SearchFlowTemplatesCommandOutput>;
|
|
662
|
+
paginateSearchSystemInstances(
|
|
663
|
+
args?: SearchSystemInstancesCommandInput,
|
|
664
|
+
paginationConfig?: Pick<
|
|
665
|
+
PaginationConfiguration,
|
|
666
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
667
|
+
>
|
|
668
|
+
): Paginator<SearchSystemInstancesCommandOutput>;
|
|
669
|
+
paginateSearchSystemTemplates(
|
|
670
|
+
args?: SearchSystemTemplatesCommandInput,
|
|
671
|
+
paginationConfig?: Pick<
|
|
672
|
+
PaginationConfiguration,
|
|
673
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
674
|
+
>
|
|
675
|
+
): Paginator<SearchSystemTemplatesCommandOutput>;
|
|
676
|
+
paginateSearchThings(
|
|
677
|
+
args: SearchThingsCommandInput,
|
|
678
|
+
paginationConfig?: Pick<
|
|
679
|
+
PaginationConfiguration,
|
|
680
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
681
|
+
>
|
|
682
|
+
): Paginator<SearchThingsCommandOutput>;
|
|
609
683
|
}
|
|
610
684
|
export declare class IoTThingsGraph
|
|
611
685
|
extends IoTThingsGraphClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotthingsgraph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotthingsgraph 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-iotthingsgraph",
|
|
@@ -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",
|