@aws-sdk/client-eks 3.859.0 → 3.862.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
@@ -609,6 +609,7 @@ var UpdateParamType = {
609
609
  CLUSTER_LOGGING: "ClusterLogging",
610
610
  COMPUTE_CONFIG: "ComputeConfig",
611
611
  CONFIGURATION_VALUES: "ConfigurationValues",
612
+ DELETION_PROTECTION: "DeletionProtection",
612
613
  DESIRED_SIZE: "DesiredSize",
613
614
  ENCRYPTION_CONFIG: "EncryptionConfig",
614
615
  ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess",
@@ -654,6 +655,7 @@ var UpdateType = {
654
655
  ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig",
655
656
  AUTO_MODE_UPDATE: "AutoModeUpdate",
656
657
  CONFIG_UPDATE: "ConfigUpdate",
658
+ DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
657
659
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
658
660
  ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
659
661
  LOGGING_UPDATE: "LoggingUpdate",
@@ -1219,6 +1221,7 @@ var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
1219
1221
  bootstrapSelfManagedAddons: [],
1220
1222
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1221
1223
  computeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfig"),
1224
+ deletionProtection: [],
1222
1225
  encryptionConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionConfig"),
1223
1226
  kubernetesNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesNetworkConfig"),
1224
1227
  logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
@@ -1872,6 +1875,7 @@ var se_UpdateClusterConfigCommand = /* @__PURE__ */ __name(async (input, context
1872
1875
  accessConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessConfig"),
1873
1876
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1874
1877
  computeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfig"),
1878
+ deletionProtection: [],
1875
1879
  kubernetesNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesNetworkConfig"),
1876
1880
  logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
1877
1881
  remoteNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "remoteNetworkConfig"),
@@ -3144,6 +3148,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
3144
3148
  computeConfig: import_smithy_client._json,
3145
3149
  connectorConfig: /* @__PURE__ */ __name((_) => de_ConnectorConfigResponse(_, context), "connectorConfig"),
3146
3150
  createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
3151
+ deletionProtection: import_smithy_client.expectBoolean,
3147
3152
  encryptionConfig: import_smithy_client._json,
3148
3153
  endpoint: import_smithy_client.expectString,
3149
3154
  health: import_smithy_client._json,
@@ -172,6 +172,7 @@ export const UpdateParamType = {
172
172
  CLUSTER_LOGGING: "ClusterLogging",
173
173
  COMPUTE_CONFIG: "ComputeConfig",
174
174
  CONFIGURATION_VALUES: "ConfigurationValues",
175
+ DELETION_PROTECTION: "DeletionProtection",
175
176
  DESIRED_SIZE: "DesiredSize",
176
177
  ENCRYPTION_CONFIG: "EncryptionConfig",
177
178
  ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess",
@@ -217,6 +218,7 @@ export const UpdateType = {
217
218
  ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig",
218
219
  AUTO_MODE_UPDATE: "AutoModeUpdate",
219
220
  CONFIG_UPDATE: "ConfigUpdate",
221
+ DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate",
220
222
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
221
223
  ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
222
224
  LOGGING_UPDATE: "LoggingUpdate",
@@ -103,6 +103,7 @@ export const se_CreateClusterCommand = async (input, context) => {
103
103
  bootstrapSelfManagedAddons: [],
104
104
  clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
105
105
  computeConfig: (_) => _json(_),
106
+ deletionProtection: [],
106
107
  encryptionConfig: (_) => _json(_),
107
108
  kubernetesNetworkConfig: (_) => _json(_),
108
109
  logging: (_) => _json(_),
@@ -732,6 +733,7 @@ export const se_UpdateClusterConfigCommand = async (input, context) => {
732
733
  accessConfig: (_) => _json(_),
733
734
  clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
734
735
  computeConfig: (_) => _json(_),
736
+ deletionProtection: [],
735
737
  kubernetesNetworkConfig: (_) => _json(_),
736
738
  logging: (_) => _json(_),
737
739
  remoteNetworkConfig: (_) => _json(_),
@@ -1997,6 +1999,7 @@ const de_Cluster = (output, context) => {
1997
1999
  computeConfig: _json,
1998
2000
  connectorConfig: (_) => de_ConnectorConfigResponse(_, context),
1999
2001
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2002
+ deletionProtection: __expectBoolean,
2000
2003
  encryptionConfig: _json,
2001
2004
  endpoint: __expectString,
2002
2005
  health: _json,
@@ -57,10 +57,10 @@ declare const AssociateEncryptionConfigCommand_base: {
57
57
  * // update: { // Update
58
58
  * // id: "STRING_VALUE",
59
59
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
60
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
60
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
61
61
  * // params: [ // UpdateParams
62
62
  * // { // UpdateParam
63
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
63
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
64
64
  * // value: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
@@ -66,10 +66,10 @@ declare const AssociateIdentityProviderConfigCommand_base: {
66
66
  * // update: { // Update
67
67
  * // id: "STRING_VALUE",
68
68
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
69
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
69
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
70
70
  * // params: [ // UpdateParams
71
71
  * // { // UpdateParam
72
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
72
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
73
73
  * // value: "STRING_VALUE",
74
74
  * // },
75
75
  * // ],
@@ -162,6 +162,7 @@ declare const CreateClusterCommand_base: {
162
162
  * enabled: true || false,
163
163
  * },
164
164
  * },
165
+ * deletionProtection: true || false,
165
166
  * };
166
167
  * const command = new CreateClusterCommand(input);
167
168
  * const response = await client.send(command);
@@ -286,6 +287,7 @@ declare const CreateClusterCommand_base: {
286
287
  * // enabled: true || false,
287
288
  * // },
288
289
  * // },
290
+ * // deletionProtection: true || false,
289
291
  * // },
290
292
  * // };
291
293
  *
@@ -168,6 +168,7 @@ declare const DeleteClusterCommand_base: {
168
168
  * // enabled: true || false,
169
169
  * // },
170
170
  * // },
171
+ * // deletionProtection: true || false,
171
172
  * // },
172
173
  * // };
173
174
  *
@@ -184,6 +185,10 @@ declare const DeleteClusterCommand_base: {
184
185
  * action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
185
186
  * the action or resource or specifying an identifier that is not valid.</p>
186
187
  *
188
+ * @throws {@link InvalidRequestException} (client fault)
189
+ * <p>The request is invalid given the state of the cluster. Check the state of the cluster
190
+ * and the associated operations.</p>
191
+ *
187
192
  * @throws {@link ResourceInUseException} (client fault)
188
193
  * <p>The specified resource is in use.</p>
189
194
  *
@@ -162,6 +162,7 @@ declare const DeregisterClusterCommand_base: {
162
162
  * // enabled: true || false,
163
163
  * // },
164
164
  * // },
165
+ * // deletionProtection: true || false,
165
166
  * // },
166
167
  * // };
167
168
  *
@@ -168,6 +168,7 @@ declare const DescribeClusterCommand_base: {
168
168
  * // enabled: true || false,
169
169
  * // },
170
170
  * // },
171
+ * // deletionProtection: true || false,
171
172
  * // },
172
173
  * // };
173
174
  *
@@ -49,10 +49,10 @@ declare const DescribeUpdateCommand_base: {
49
49
  * // update: { // Update
50
50
  * // id: "STRING_VALUE",
51
51
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
52
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
52
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
53
53
  * // params: [ // UpdateParams
54
54
  * // { // UpdateParam
55
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
55
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
56
56
  * // value: "STRING_VALUE",
57
57
  * // },
58
58
  * // ],
@@ -51,10 +51,10 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
51
51
  * // update: { // Update
52
52
  * // id: "STRING_VALUE",
53
53
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
54
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
54
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
55
55
  * // params: [ // UpdateParams
56
56
  * // { // UpdateParam
57
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
57
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
58
58
  * // value: "STRING_VALUE",
59
59
  * // },
60
60
  * // ],
@@ -181,6 +181,7 @@ declare const RegisterClusterCommand_base: {
181
181
  * // enabled: true || false,
182
182
  * // },
183
183
  * // },
184
+ * // deletionProtection: true || false,
184
185
  * // },
185
186
  * // };
186
187
  *
@@ -55,10 +55,10 @@ declare const UpdateAddonCommand_base: {
55
55
  * // update: { // Update
56
56
  * // id: "STRING_VALUE",
57
57
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
58
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
58
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
59
59
  * // params: [ // UpdateParams
60
60
  * // { // UpdateParam
61
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
61
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
62
62
  * // value: "STRING_VALUE",
63
63
  * // },
64
64
  * // ],
@@ -154,6 +154,7 @@ declare const UpdateClusterConfigCommand_base: {
154
154
  * },
155
155
  * ],
156
156
  * },
157
+ * deletionProtection: true || false,
157
158
  * };
158
159
  * const command = new UpdateClusterConfigCommand(input);
159
160
  * const response = await client.send(command);
@@ -161,10 +162,10 @@ declare const UpdateClusterConfigCommand_base: {
161
162
  * // update: { // Update
162
163
  * // id: "STRING_VALUE",
163
164
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
164
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
165
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
165
166
  * // params: [ // UpdateParams
166
167
  * // { // UpdateParam
167
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
168
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
168
169
  * // value: "STRING_VALUE",
169
170
  * // },
170
171
  * // ],
@@ -57,10 +57,10 @@ declare const UpdateClusterVersionCommand_base: {
57
57
  * // update: { // Update
58
58
  * // id: "STRING_VALUE",
59
59
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
60
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
60
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
61
61
  * // params: [ // UpdateParams
62
62
  * // { // UpdateParam
63
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
63
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
64
64
  * // value: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
@@ -87,10 +87,10 @@ declare const UpdateNodegroupConfigCommand_base: {
87
87
  * // update: { // Update
88
88
  * // id: "STRING_VALUE",
89
89
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
90
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
90
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
91
91
  * // params: [ // UpdateParams
92
92
  * // { // UpdateParam
93
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
93
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
94
94
  * // value: "STRING_VALUE",
95
95
  * // },
96
96
  * // ],
@@ -74,10 +74,10 @@ declare const UpdateNodegroupVersionCommand_base: {
74
74
  * // update: { // Update
75
75
  * // id: "STRING_VALUE",
76
76
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
77
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
77
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate",
78
78
  * // params: [ // UpdateParams
79
79
  * // { // UpdateParam
80
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig",
80
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection",
81
81
  * // value: "STRING_VALUE",
82
82
  * // },
83
83
  * // ],
@@ -890,6 +890,7 @@ export declare const UpdateParamType: {
890
890
  readonly CLUSTER_LOGGING: "ClusterLogging";
891
891
  readonly COMPUTE_CONFIG: "ComputeConfig";
892
892
  readonly CONFIGURATION_VALUES: "ConfigurationValues";
893
+ readonly DELETION_PROTECTION: "DeletionProtection";
893
894
  readonly DESIRED_SIZE: "DesiredSize";
894
895
  readonly ENCRYPTION_CONFIG: "EncryptionConfig";
895
896
  readonly ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess";
@@ -967,6 +968,7 @@ export declare const UpdateType: {
967
968
  readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
968
969
  readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
969
970
  readonly CONFIG_UPDATE: "ConfigUpdate";
971
+ readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
970
972
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
971
973
  readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
972
974
  readonly LOGGING_UPDATE: "LoggingUpdate";
@@ -2199,6 +2201,13 @@ export interface CreateClusterRequest {
2199
2201
  * @public
2200
2202
  */
2201
2203
  storageConfig?: StorageConfigRequest | undefined;
2204
+ /**
2205
+ * <p>Indicates whether to enable deletion protection for the cluster. When enabled, the cluster
2206
+ * cannot be deleted unless deletion protection is first disabled. This helps prevent
2207
+ * accidental cluster deletion. Default value is <code>false</code>.</p>
2208
+ * @public
2209
+ */
2210
+ deletionProtection?: boolean | undefined;
2202
2211
  }
2203
2212
  /**
2204
2213
  * <p>An object representing the <code>certificate-authority-data</code> for your
@@ -2746,6 +2755,14 @@ export interface Cluster {
2746
2755
  * @public
2747
2756
  */
2748
2757
  storageConfig?: StorageConfigResponse | undefined;
2758
+ /**
2759
+ * <p>The current deletion protection setting for the cluster. When <code>true</code>,
2760
+ * deletion protection is enabled and the cluster cannot be deleted until protection is
2761
+ * disabled. When <code>false</code>, the cluster can be deleted normally. This setting
2762
+ * only applies to clusters in an active state.</p>
2763
+ * @public
2764
+ */
2765
+ deletionProtection?: boolean | undefined;
2749
2766
  }
2750
2767
  /**
2751
2768
  * @public
@@ -6630,6 +6647,14 @@ export interface UpdateClusterConfigRequest {
6630
6647
  * @public
6631
6648
  */
6632
6649
  remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
6650
+ /**
6651
+ * <p>Specifies whether to enable or disable deletion protection for the cluster. When
6652
+ * enabled (<code>true</code>), the cluster cannot be deleted until deletion protection is
6653
+ * explicitly disabled. When disabled (<code>false</code>), the cluster can be deleted
6654
+ * normally.</p>
6655
+ * @public
6656
+ */
6657
+ deletionProtection?: boolean | undefined;
6633
6658
  }
6634
6659
  /**
6635
6660
  * @public
@@ -256,6 +256,7 @@ export declare const UpdateParamType: {
256
256
  readonly CLUSTER_LOGGING: "ClusterLogging";
257
257
  readonly COMPUTE_CONFIG: "ComputeConfig";
258
258
  readonly CONFIGURATION_VALUES: "ConfigurationValues";
259
+ readonly DELETION_PROTECTION: "DeletionProtection";
259
260
  readonly DESIRED_SIZE: "DesiredSize";
260
261
  readonly ENCRYPTION_CONFIG: "EncryptionConfig";
261
262
  readonly ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess";
@@ -308,6 +309,7 @@ export declare const UpdateType: {
308
309
  readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
309
310
  readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
310
311
  readonly CONFIG_UPDATE: "ConfigUpdate";
312
+ readonly DELETION_PROTECTION_UPDATE: "DeletionProtectionUpdate";
311
313
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
312
314
  readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
313
315
  readonly LOGGING_UPDATE: "LoggingUpdate";
@@ -519,6 +521,7 @@ export interface CreateClusterRequest {
519
521
  remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
520
522
  computeConfig?: ComputeConfigRequest | undefined;
521
523
  storageConfig?: StorageConfigRequest | undefined;
524
+ deletionProtection?: boolean | undefined;
522
525
  }
523
526
  export interface Certificate {
524
527
  data?: string | undefined;
@@ -644,6 +647,7 @@ export interface Cluster {
644
647
  remoteNetworkConfig?: RemoteNetworkConfigResponse | undefined;
645
648
  computeConfig?: ComputeConfigResponse | undefined;
646
649
  storageConfig?: StorageConfigResponse | undefined;
650
+ deletionProtection?: boolean | undefined;
647
651
  }
648
652
  export interface CreateClusterResponse {
649
653
  cluster?: Cluster | undefined;
@@ -1480,6 +1484,7 @@ export interface UpdateClusterConfigRequest {
1480
1484
  kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | undefined;
1481
1485
  storageConfig?: StorageConfigRequest | undefined;
1482
1486
  remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
1487
+ deletionProtection?: boolean | undefined;
1483
1488
  }
1484
1489
  export interface UpdateClusterConfigResponse {
1485
1490
  update?: Update | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.859.0",
4
+ "version": "3.862.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-eks",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.858.0",
24
- "@aws-sdk/credential-provider-node": "3.859.0",
25
- "@aws-sdk/middleware-host-header": "3.840.0",
26
- "@aws-sdk/middleware-logger": "3.840.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.858.0",
29
- "@aws-sdk/region-config-resolver": "3.840.0",
30
- "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.848.0",
32
- "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.858.0",
34
- "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.7.2",
36
- "@smithy/fetch-http-handler": "^5.1.0",
37
- "@smithy/hash-node": "^4.0.4",
38
- "@smithy/invalid-dependency": "^4.0.4",
39
- "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.17",
41
- "@smithy/middleware-retry": "^4.1.18",
42
- "@smithy/middleware-serde": "^4.0.8",
43
- "@smithy/middleware-stack": "^4.0.4",
44
- "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.1.0",
46
- "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.9",
48
- "@smithy/types": "^4.3.1",
49
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.862.0",
24
+ "@aws-sdk/credential-provider-node": "3.862.0",
25
+ "@aws-sdk/middleware-host-header": "3.862.0",
26
+ "@aws-sdk/middleware-logger": "3.862.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
+ "@aws-sdk/middleware-user-agent": "3.862.0",
29
+ "@aws-sdk/region-config-resolver": "3.862.0",
30
+ "@aws-sdk/types": "3.862.0",
31
+ "@aws-sdk/util-endpoints": "3.862.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
33
+ "@aws-sdk/util-user-agent-node": "3.862.0",
34
+ "@smithy/config-resolver": "^4.1.5",
35
+ "@smithy/core": "^3.8.0",
36
+ "@smithy/fetch-http-handler": "^5.1.1",
37
+ "@smithy/hash-node": "^4.0.5",
38
+ "@smithy/invalid-dependency": "^4.0.5",
39
+ "@smithy/middleware-content-length": "^4.0.5",
40
+ "@smithy/middleware-endpoint": "^4.1.18",
41
+ "@smithy/middleware-retry": "^4.1.19",
42
+ "@smithy/middleware-serde": "^4.0.9",
43
+ "@smithy/middleware-stack": "^4.0.5",
44
+ "@smithy/node-config-provider": "^4.1.4",
45
+ "@smithy/node-http-handler": "^4.1.1",
46
+ "@smithy/protocol-http": "^5.1.3",
47
+ "@smithy/smithy-client": "^4.4.10",
48
+ "@smithy/types": "^4.3.2",
49
+ "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.25",
54
- "@smithy/util-defaults-mode-node": "^4.0.25",
55
- "@smithy/util-endpoints": "^3.0.6",
56
- "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
54
+ "@smithy/util-defaults-mode-node": "^4.0.26",
55
+ "@smithy/util-endpoints": "^3.0.7",
56
+ "@smithy/util-middleware": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.7",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.6",
59
+ "@smithy/util-waiter": "^4.0.7",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"