@aws-sdk/client-kinesis-analytics-v2 3.605.0 → 3.607.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 +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/RollbackApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +10 -9
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -39,7 +39,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
39
39
|
* const input = { // CreateApplicationRequest
|
|
40
40
|
* ApplicationName: "STRING_VALUE", // required
|
|
41
41
|
* ApplicationDescription: "STRING_VALUE",
|
|
42
|
-
* RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
42
|
+
* RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
43
43
|
* ServiceExecutionRole: "STRING_VALUE", // required
|
|
44
44
|
* ApplicationConfiguration: { // ApplicationConfiguration
|
|
45
45
|
* SqlApplicationConfiguration: { // SqlApplicationConfiguration
|
|
@@ -242,7 +242,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
242
242
|
* // ApplicationARN: "STRING_VALUE", // required
|
|
243
243
|
* // ApplicationDescription: "STRING_VALUE",
|
|
244
244
|
* // ApplicationName: "STRING_VALUE", // required
|
|
245
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
245
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
246
246
|
* // ServiceExecutionRole: "STRING_VALUE",
|
|
247
247
|
* // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
|
|
248
248
|
* // ApplicationVersionId: Number("long"), // required
|
|
@@ -47,7 +47,7 @@ declare const DescribeApplicationCommand_base: {
|
|
|
47
47
|
* // ApplicationARN: "STRING_VALUE", // required
|
|
48
48
|
* // ApplicationDescription: "STRING_VALUE",
|
|
49
49
|
* // ApplicationName: "STRING_VALUE", // required
|
|
50
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
50
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
51
51
|
* // ServiceExecutionRole: "STRING_VALUE",
|
|
52
52
|
* // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
|
|
53
53
|
* // ApplicationVersionId: Number("long"), // required
|
|
@@ -46,7 +46,7 @@ declare const DescribeApplicationSnapshotCommand_base: {
|
|
|
46
46
|
* // SnapshotStatus: "CREATING" || "READY" || "DELETING" || "FAILED", // required
|
|
47
47
|
* // ApplicationVersionId: Number("long"), // required
|
|
48
48
|
* // SnapshotCreationTimestamp: new Date("TIMESTAMP"),
|
|
49
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18",
|
|
49
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19",
|
|
50
50
|
* // },
|
|
51
51
|
* // };
|
|
52
52
|
*
|
|
@@ -48,7 +48,7 @@ declare const DescribeApplicationVersionCommand_base: {
|
|
|
48
48
|
* // ApplicationARN: "STRING_VALUE", // required
|
|
49
49
|
* // ApplicationDescription: "STRING_VALUE",
|
|
50
50
|
* // ApplicationName: "STRING_VALUE", // required
|
|
51
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
51
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
52
52
|
* // ServiceExecutionRole: "STRING_VALUE",
|
|
53
53
|
* // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
|
|
54
54
|
* // ApplicationVersionId: Number("long"), // required
|
|
@@ -48,7 +48,7 @@ declare const ListApplicationSnapshotsCommand_base: {
|
|
|
48
48
|
* // SnapshotStatus: "CREATING" || "READY" || "DELETING" || "FAILED", // required
|
|
49
49
|
* // ApplicationVersionId: Number("long"), // required
|
|
50
50
|
* // SnapshotCreationTimestamp: new Date("TIMESTAMP"),
|
|
51
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18",
|
|
51
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19",
|
|
52
52
|
* // },
|
|
53
53
|
* // ],
|
|
54
54
|
* // NextToken: "STRING_VALUE",
|
|
@@ -51,7 +51,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
51
51
|
* // ApplicationARN: "STRING_VALUE", // required
|
|
52
52
|
* // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
|
|
53
53
|
* // ApplicationVersionId: Number("long"), // required
|
|
54
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
54
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
55
55
|
* // ApplicationMode: "STREAMING" || "INTERACTIVE",
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
@@ -50,7 +50,7 @@ declare const RollbackApplicationCommand_base: {
|
|
|
50
50
|
* // ApplicationARN: "STRING_VALUE", // required
|
|
51
51
|
* // ApplicationDescription: "STRING_VALUE",
|
|
52
52
|
* // ApplicationName: "STRING_VALUE", // required
|
|
53
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
53
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
54
54
|
* // ServiceExecutionRole: "STRING_VALUE",
|
|
55
55
|
* // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
|
|
56
56
|
* // ApplicationVersionId: Number("long"), // required
|
|
@@ -242,7 +242,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
242
242
|
* },
|
|
243
243
|
* ],
|
|
244
244
|
* ConditionalToken: "STRING_VALUE",
|
|
245
|
-
* RuntimeEnvironmentUpdate: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18",
|
|
245
|
+
* RuntimeEnvironmentUpdate: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19",
|
|
246
246
|
* };
|
|
247
247
|
* const command = new UpdateApplicationCommand(input);
|
|
248
248
|
* const response = await client.send(command);
|
|
@@ -251,7 +251,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
251
251
|
* // ApplicationARN: "STRING_VALUE", // required
|
|
252
252
|
* // ApplicationDescription: "STRING_VALUE",
|
|
253
253
|
* // ApplicationName: "STRING_VALUE", // required
|
|
254
|
-
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18", // required
|
|
254
|
+
* // RuntimeEnvironment: "SQL-1_0" || "FLINK-1_6" || "FLINK-1_8" || "ZEPPELIN-FLINK-1_0" || "FLINK-1_11" || "FLINK-1_13" || "ZEPPELIN-FLINK-2_0" || "FLINK-1_15" || "ZEPPELIN-FLINK-3_0" || "FLINK-1_18" || "FLINK-1_19", // required
|
|
255
255
|
* // ServiceExecutionRole: "STRING_VALUE",
|
|
256
256
|
* // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
|
|
257
257
|
* // ApplicationVersionId: Number("long"), // required
|
|
@@ -1503,9 +1503,9 @@ export type ConfigurationType = (typeof ConfigurationType)[keyof typeof Configur
|
|
|
1503
1503
|
* <p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault
|
|
1504
1504
|
* tolerance.
|
|
1505
1505
|
* For more information, see
|
|
1506
|
-
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
1506
|
+
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
|
|
1507
1507
|
* Checkpoints for Fault Tolerance</a> in the
|
|
1508
|
-
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
1508
|
+
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink Documentation</a>.</p>
|
|
1509
1509
|
* @public
|
|
1510
1510
|
*/
|
|
1511
1511
|
export interface CheckpointConfiguration {
|
|
@@ -1558,7 +1558,7 @@ export interface CheckpointConfiguration {
|
|
|
1558
1558
|
* <p>Describes the minimum time in milliseconds after a checkpoint operation completes that a
|
|
1559
1559
|
* new checkpoint operation can start. If a checkpoint operation takes longer than the
|
|
1560
1560
|
* <code>CheckpointInterval</code>, the application otherwise performs continual checkpoint
|
|
1561
|
-
* operations. For more information, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
1561
|
+
* operations. For more information, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/large_state_tuning/#tuning-checkpointing"> Tuning Checkpointing</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink
|
|
1562
1562
|
* Documentation</a>.</p>
|
|
1563
1563
|
* <note>
|
|
1564
1564
|
* <p>If <code>CheckpointConfiguration.ConfigurationType</code> is <code>DEFAULT</code>,
|
|
@@ -1624,7 +1624,7 @@ export interface MonitoringConfiguration {
|
|
|
1624
1624
|
/**
|
|
1625
1625
|
* <p>Describes parameters for how a Managed Service for Apache Flink application
|
|
1626
1626
|
* executes multiple tasks simultaneously. For more information about parallelism,
|
|
1627
|
-
* see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
1627
|
+
* see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/dev/parallel.html">Parallel Execution</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink
|
|
1628
1628
|
* Documentation</a>.</p>
|
|
1629
1629
|
* @public
|
|
1630
1630
|
*/
|
|
@@ -1668,9 +1668,9 @@ export interface FlinkApplicationConfiguration {
|
|
|
1668
1668
|
* <p>Describes an application's checkpointing configuration. Checkpointing is the
|
|
1669
1669
|
* process of persisting application state for fault tolerance.
|
|
1670
1670
|
* For more information, see
|
|
1671
|
-
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
1671
|
+
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
|
|
1672
1672
|
* Checkpoints for Fault Tolerance</a> in the
|
|
1673
|
-
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
1673
|
+
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink Documentation</a>. </p>
|
|
1674
1674
|
* @public
|
|
1675
1675
|
*/
|
|
1676
1676
|
CheckpointConfiguration?: CheckpointConfiguration;
|
|
@@ -2080,7 +2080,7 @@ export interface FlinkApplicationConfigurationDescription {
|
|
|
2080
2080
|
*/
|
|
2081
2081
|
ParallelismConfigurationDescription?: ParallelismConfigurationDescription;
|
|
2082
2082
|
/**
|
|
2083
|
-
* <p>The job plan for an application. For more information about the job plan, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
2083
|
+
* <p>The job plan for an application. For more information about the job plan, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/internals/job_scheduling.html">Jobs and Scheduling</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink
|
|
2084
2084
|
* Documentation</a>. To retrieve the job plan for the application, use the <a>DescribeApplicationRequest$IncludeAdditionalDetails</a> parameter of the <a>DescribeApplication</a> operation.</p>
|
|
2085
2085
|
* @public
|
|
2086
2086
|
*/
|
|
@@ -2128,8 +2128,8 @@ export interface FlinkRunConfiguration {
|
|
|
2128
2128
|
* This will happen if the program is updated between snapshots to remove stateful parameters, and
|
|
2129
2129
|
* state data in the snapshot no longer
|
|
2130
2130
|
* corresponds to valid application data. For more information, see
|
|
2131
|
-
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
2132
|
-
* Allowing Non-Restored State</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.
|
|
2131
|
+
* <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/savepoints/#allowing-non-restored-state">
|
|
2132
|
+
* Allowing Non-Restored State</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/">Apache Flink
|
|
2133
2133
|
* documentation</a>.</p>
|
|
2134
2134
|
* <note>
|
|
2135
2135
|
* <p>This value defaults to <code>false</code>. If you update your application without
|
|
@@ -3029,6 +3029,7 @@ export declare const RuntimeEnvironment: {
|
|
|
3029
3029
|
readonly FLINK_1_13: "FLINK-1_13";
|
|
3030
3030
|
readonly FLINK_1_15: "FLINK-1_15";
|
|
3031
3031
|
readonly FLINK_1_18: "FLINK-1_18";
|
|
3032
|
+
readonly FLINK_1_19: "FLINK-1_19";
|
|
3032
3033
|
readonly FLINK_1_6: "FLINK-1_6";
|
|
3033
3034
|
readonly FLINK_1_8: "FLINK-1_8";
|
|
3034
3035
|
readonly SQL_1_0: "SQL-1_0";
|
|
@@ -712,6 +712,7 @@ export declare const RuntimeEnvironment: {
|
|
|
712
712
|
readonly FLINK_1_13: "FLINK-1_13";
|
|
713
713
|
readonly FLINK_1_15: "FLINK-1_15";
|
|
714
714
|
readonly FLINK_1_18: "FLINK-1_18";
|
|
715
|
+
readonly FLINK_1_19: "FLINK-1_19";
|
|
715
716
|
readonly FLINK_1_6: "FLINK-1_6";
|
|
716
717
|
readonly FLINK_1_8: "FLINK-1_8";
|
|
717
718
|
readonly SQL_1_0: "SQL-1_0";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-analytics-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.607.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|