@aws-sdk/client-kinesis-analytics-v2 3.1020.0 → 3.1022.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 CHANGED
@@ -630,6 +630,7 @@ const RuntimeEnvironment = {
630
630
  FLINK_1_20: "FLINK-1_20",
631
631
  FLINK_1_6: "FLINK-1_6",
632
632
  FLINK_1_8: "FLINK-1_8",
633
+ FLINK_2_2: "FLINK-2_2",
633
634
  SQL_1_0: "SQL-1_0",
634
635
  ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0",
635
636
  ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0",
@@ -66,6 +66,7 @@ export const RuntimeEnvironment = {
66
66
  FLINK_1_20: "FLINK-1_20",
67
67
  FLINK_1_6: "FLINK-1_6",
68
68
  FLINK_1_8: "FLINK-1_8",
69
+ FLINK_2_2: "FLINK-2_2",
69
70
  SQL_1_0: "SQL-1_0",
70
71
  ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0",
71
72
  ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0",
@@ -41,7 +41,7 @@ declare const CreateApplicationCommand_base: {
41
41
  * const input = { // CreateApplicationRequest
42
42
  * ApplicationName: "STRING_VALUE", // required
43
43
  * ApplicationDescription: "STRING_VALUE",
44
- * 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" || "FLINK-1_20", // required
44
+ * 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" || "FLINK-1_20" || "FLINK-2_2", // required
45
45
  * ServiceExecutionRole: "STRING_VALUE", // required
46
46
  * ApplicationConfiguration: { // ApplicationConfiguration
47
47
  * SqlApplicationConfiguration: { // SqlApplicationConfiguration
@@ -248,7 +248,7 @@ declare const CreateApplicationCommand_base: {
248
248
  * // ApplicationARN: "STRING_VALUE", // required
249
249
  * // ApplicationDescription: "STRING_VALUE",
250
250
  * // ApplicationName: "STRING_VALUE", // required
251
- * // 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" || "FLINK-1_20", // required
251
+ * // 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" || "FLINK-1_20" || "FLINK-2_2", // required
252
252
  * // ServiceExecutionRole: "STRING_VALUE",
253
253
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
254
254
  * // ApplicationVersionId: Number("long"), // required
@@ -49,7 +49,7 @@ declare const DescribeApplicationCommand_base: {
49
49
  * // ApplicationARN: "STRING_VALUE", // required
50
50
  * // ApplicationDescription: "STRING_VALUE",
51
51
  * // ApplicationName: "STRING_VALUE", // required
52
- * // 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" || "FLINK-1_20", // required
52
+ * // 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" || "FLINK-1_20" || "FLINK-2_2", // required
53
53
  * // ServiceExecutionRole: "STRING_VALUE",
54
54
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
55
55
  * // ApplicationVersionId: Number("long"), // required
@@ -48,7 +48,7 @@ declare const DescribeApplicationSnapshotCommand_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" || "FLINK-1_19" || "FLINK-1_20",
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" || "FLINK-1_20" || "FLINK-2_2",
52
52
  * // ApplicationEncryptionConfigurationDescription: { // ApplicationEncryptionConfigurationDescription
53
53
  * // KeyId: "STRING_VALUE",
54
54
  * // KeyType: "AWS_OWNED_KEY" || "CUSTOMER_MANAGED_KEY", // required
@@ -50,7 +50,7 @@ declare const DescribeApplicationVersionCommand_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" || "FLINK-1_19" || "FLINK-1_20", // 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" || "FLINK-1_20" || "FLINK-2_2", // 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
@@ -50,7 +50,7 @@ declare const ListApplicationSnapshotsCommand_base: {
50
50
  * // SnapshotStatus: "CREATING" || "READY" || "DELETING" || "FAILED", // required
51
51
  * // ApplicationVersionId: Number("long"), // required
52
52
  * // SnapshotCreationTimestamp: new Date("TIMESTAMP"),
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" || "FLINK-1_20",
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" || "FLINK-1_20" || "FLINK-2_2",
54
54
  * // ApplicationEncryptionConfigurationDescription: { // ApplicationEncryptionConfigurationDescription
55
55
  * // KeyId: "STRING_VALUE",
56
56
  * // KeyType: "AWS_OWNED_KEY" || "CUSTOMER_MANAGED_KEY", // required
@@ -53,7 +53,7 @@ declare const ListApplicationsCommand_base: {
53
53
  * // ApplicationARN: "STRING_VALUE", // required
54
54
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
55
55
  * // ApplicationVersionId: Number("long"), // required
56
- * // 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" || "FLINK-1_20", // required
56
+ * // 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" || "FLINK-1_20" || "FLINK-2_2", // required
57
57
  * // ApplicationMode: "STREAMING" || "INTERACTIVE",
58
58
  * // },
59
59
  * // ],
@@ -52,7 +52,7 @@ declare const RollbackApplicationCommand_base: {
52
52
  * // ApplicationARN: "STRING_VALUE", // required
53
53
  * // ApplicationDescription: "STRING_VALUE",
54
54
  * // ApplicationName: "STRING_VALUE", // required
55
- * // 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" || "FLINK-1_20", // required
55
+ * // 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" || "FLINK-1_20" || "FLINK-2_2", // required
56
56
  * // ServiceExecutionRole: "STRING_VALUE",
57
57
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
58
58
  * // ApplicationVersionId: Number("long"), // required
@@ -248,7 +248,7 @@ declare const UpdateApplicationCommand_base: {
248
248
  * },
249
249
  * ],
250
250
  * ConditionalToken: "STRING_VALUE",
251
- * 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" || "FLINK-1_20",
251
+ * 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" || "FLINK-1_20" || "FLINK-2_2",
252
252
  * };
253
253
  * const command = new UpdateApplicationCommand(input);
254
254
  * const response = await client.send(command);
@@ -257,7 +257,7 @@ declare const UpdateApplicationCommand_base: {
257
257
  * // ApplicationARN: "STRING_VALUE", // required
258
258
  * // ApplicationDescription: "STRING_VALUE",
259
259
  * // ApplicationName: "STRING_VALUE", // required
260
- * // 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" || "FLINK-1_20", // required
260
+ * // 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" || "FLINK-1_20" || "FLINK-2_2", // required
261
261
  * // ServiceExecutionRole: "STRING_VALUE",
262
262
  * // ApplicationStatus: "DELETING" || "STARTING" || "STOPPING" || "READY" || "RUNNING" || "UPDATING" || "AUTOSCALING" || "FORCE_STOPPING" || "ROLLING_BACK" || "MAINTENANCE" || "ROLLED_BACK", // required
263
263
  * // ApplicationVersionId: Number("long"), // required
@@ -158,6 +158,7 @@ export declare const RuntimeEnvironment: {
158
158
  readonly FLINK_1_20: "FLINK-1_20";
159
159
  readonly FLINK_1_6: "FLINK-1_6";
160
160
  readonly FLINK_1_8: "FLINK-1_8";
161
+ readonly FLINK_2_2: "FLINK-2_2";
161
162
  readonly SQL_1_0: "SQL-1_0";
162
163
  readonly ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0";
163
164
  readonly ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_0";
@@ -1375,9 +1375,9 @@ export interface EnvironmentProperties {
1375
1375
  * <p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault
1376
1376
  * tolerance.
1377
1377
  * For more information, see
1378
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1378
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1379
1379
  * Checkpoints for Fault Tolerance</a> in the
1380
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/">Apache Flink Documentation</a>.</p>
1380
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink Documentation</a>.</p>
1381
1381
  * @public
1382
1382
  */
1383
1383
  export interface CheckpointConfiguration {
@@ -1430,7 +1430,7 @@ export interface CheckpointConfiguration {
1430
1430
  * <p>Describes the minimum time in milliseconds after a checkpoint operation completes that a
1431
1431
  * new checkpoint operation can start. If a checkpoint operation takes longer than the
1432
1432
  * <code>CheckpointInterval</code>, the application otherwise performs continual checkpoint
1433
- * operations. For more information, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/large_state_tuning/#tuning-checkpointing"> Tuning Checkpointing</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/">Apache Flink
1433
+ * operations. For more information, see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/ops/state/large_state_tuning/#tuning-checkpointing"> Tuning Checkpointing</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1434
1434
  * Documentation</a>.</p>
1435
1435
  * <note>
1436
1436
  * <p>If <code>CheckpointConfiguration.ConfigurationType</code> is <code>DEFAULT</code>,
@@ -1468,7 +1468,7 @@ export interface MonitoringConfiguration {
1468
1468
  /**
1469
1469
  * <p>Describes parameters for how a Managed Service for Apache Flink application
1470
1470
  * executes multiple tasks simultaneously. For more information about parallelism,
1471
- * see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/dev/parallel.html">Parallel Execution</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/">Apache Flink
1471
+ * see <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/dev/parallel.html">Parallel Execution</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1472
1472
  * Documentation</a>.</p>
1473
1473
  * @public
1474
1474
  */
@@ -1513,9 +1513,9 @@ export interface FlinkApplicationConfiguration {
1513
1513
  * <p>Describes an application's checkpointing configuration. Checkpointing is the
1514
1514
  * process of persisting application state for fault tolerance.
1515
1515
  * For more information, see
1516
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1516
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing">
1517
1517
  * Checkpoints for Fault Tolerance</a> in the
1518
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/">Apache Flink Documentation</a>. </p>
1518
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink Documentation</a>. </p>
1519
1519
  * @public
1520
1520
  */
1521
1521
  CheckpointConfiguration?: CheckpointConfiguration | undefined;
@@ -1937,7 +1937,7 @@ export interface FlinkApplicationConfigurationDescription {
1937
1937
  */
1938
1938
  ParallelismConfigurationDescription?: ParallelismConfigurationDescription | undefined;
1939
1939
  /**
1940
- * <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.20/internals/job_scheduling.html">Jobs and Scheduling</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/">Apache Flink
1940
+ * <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-2.2/internals/job_scheduling.html">Jobs and Scheduling</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1941
1941
  * Documentation</a>. To retrieve the job plan for the application, use the <a>DescribeApplicationRequest$IncludeAdditionalDetails</a> parameter of the <a>DescribeApplication</a> operation.</p>
1942
1942
  * @public
1943
1943
  */
@@ -1972,8 +1972,8 @@ export interface FlinkRunConfiguration {
1972
1972
  * This will happen if the program is updated between snapshots to remove stateful parameters, and
1973
1973
  * state data in the snapshot no longer
1974
1974
  * corresponds to valid application data. For more information, see
1975
- * <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/savepoints/#allowing-non-restored-state">
1976
- * Allowing Non-Restored State</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.20/">Apache Flink
1975
+ * <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/ops/state/savepoints/#allowing-non-restored-state">
1976
+ * Allowing Non-Restored State</a> in the <a href="https://nightlies.apache.org/flink/flink-docs-release-2.2/">Apache Flink
1977
1977
  * documentation</a>.</p>
1978
1978
  * <note>
1979
1979
  * <p>This value defaults to <code>false</code>. If you update your application without
@@ -84,6 +84,7 @@ export declare const RuntimeEnvironment: {
84
84
  readonly FLINK_1_20: "FLINK-1_20";
85
85
  readonly FLINK_1_6: "FLINK-1_6";
86
86
  readonly FLINK_1_8: "FLINK-1_8";
87
+ readonly FLINK_2_2: "FLINK-2_2";
87
88
  readonly SQL_1_0: "SQL-1_0";
88
89
  readonly ZEPPELIN_FLINK_1_0: "ZEPPELIN-FLINK-1_0";
89
90
  readonly ZEPPELIN_FLINK_2_0: "ZEPPELIN-FLINK-2_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.1020.0",
4
+ "version": "3.1022.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-kinesis-analytics-v2",
@@ -22,16 +22,16 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "^3.973.26",
25
- "@aws-sdk/credential-provider-node": "^3.972.28",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.27",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.13",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
36
  "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
@@ -39,7 +39,7 @@
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
41
  "@smithy/middleware-endpoint": "^4.4.28",
42
- "@smithy/middleware-retry": "^4.4.45",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
43
  "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
@@ -55,7 +55,7 @@
55
55
  "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },