@aws-sdk/client-eks 3.968.0 → 3.969.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.
@@ -970,12 +970,12 @@ export interface AssociateIdentityProviderConfigResponse {
970
970
  tags?: Record<string, string> | undefined;
971
971
  }
972
972
  /**
973
- * <p>An Amazon EC2 Auto Scaling group that is associated with an Amazon EKS managed node group.</p>
973
+ * <p>An Auto Scaling group that is associated with an Amazon EKS managed node group.</p>
974
974
  * @public
975
975
  */
976
976
  export interface AutoScalingGroup {
977
977
  /**
978
- * <p>The name of the Amazon EC2 Auto Scaling group associated with an Amazon EKS managed node group.</p>
978
+ * <p>The name of the Auto Scaling group associated with an Amazon EKS managed node group.</p>
979
979
  * @public
980
980
  */
981
981
  name?: string | undefined;
@@ -3214,7 +3214,7 @@ export interface RemoteAccessConfig {
3214
3214
  sourceSecurityGroups?: string[] | undefined;
3215
3215
  }
3216
3216
  /**
3217
- * <p>An object representing the scaling configuration details for the Amazon EC2 Auto Scaling group that is
3217
+ * <p>An object representing the scaling configuration details for the Auto Scaling group that is
3218
3218
  * associated with your node group. When creating a node group, you must specify all or
3219
3219
  * none of the properties. When updating a node group, you can specify any or none of the
3220
3220
  * properties.</p>
@@ -3500,14 +3500,14 @@ export interface Issue {
3500
3500
  * </li>
3501
3501
  * <li>
3502
3502
  * <p>
3503
- * <b>AsgInstanceLaunchFailures</b>: Your Amazon EC2 Auto Scaling group is
3503
+ * <b>AsgInstanceLaunchFailures</b>: Your Auto Scaling group is
3504
3504
  * experiencing failures while attempting to launch instances.</p>
3505
3505
  * </li>
3506
3506
  * <li>
3507
3507
  * <p>
3508
3508
  * <b>AutoScalingGroupNotFound</b>: We couldn't find
3509
- * the Amazon EC2 Auto Scaling group associated with the managed node group. You may be able to
3510
- * recreate an Amazon EC2 Auto Scaling group with the same settings to recover.</p>
3509
+ * the Auto Scaling group associated with the managed node group. You may be able to
3510
+ * recreate an Auto Scaling group with the same settings to recover.</p>
3511
3511
  * </li>
3512
3512
  * <li>
3513
3513
  * <p>
@@ -48,9 +48,11 @@ export declare const AMITypes: {
48
48
  readonly BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64";
49
49
  readonly BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS";
50
50
  readonly BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA";
51
+ readonly BOTTLEROCKET_ARM_64_NVIDIA_FIPS: "BOTTLEROCKET_ARM_64_NVIDIA_FIPS";
51
52
  readonly BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64";
52
53
  readonly BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS";
53
54
  readonly BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA";
55
+ readonly BOTTLEROCKET_x86_64_NVIDIA_FIPS: "BOTTLEROCKET_x86_64_NVIDIA_FIPS";
54
56
  readonly CUSTOM: "CUSTOM";
55
57
  readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
56
58
  readonly WINDOWS_CORE_2022_x86_64: "WINDOWS_CORE_2022_x86_64";
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.968.0",
4
+ "version": "3.969.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-eks",
@@ -21,43 +21,43 @@
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.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.4",
42
- "@smithy/middleware-retry": "^4.4.20",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.969.0",
25
+ "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.969.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.969.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.969.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.5",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.6",
42
+ "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.7",
49
+ "@smithy/types": "^4.12.0",
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.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.21",
55
+ "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
- "@smithy/util-waiter": "^4.2.7",
60
+ "@smithy/util-waiter": "^4.2.8",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {