@aws-sdk/client-eks 3.495.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +54 -51
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -5961,24 +5961,16 @@ var waitUntilNodegroupDeleted = /* @__PURE__ */ __name(async (params, input) =>
5961
5961
  // src/index.ts
5962
5962
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5963
5963
  // Annotate the CommonJS export names for ESM import in node:
5964
+
5964
5965
  0 && (module.exports = {
5965
- AMITypes,
5966
- AccessDeniedException,
5967
- AccessScopeType,
5968
- AddonIssueCode,
5969
- AddonStatus,
5966
+ EKSServiceException,
5967
+ __Client,
5968
+ EKSClient,
5969
+ EKS,
5970
+ $Command,
5970
5971
  AssociateAccessPolicyCommand,
5971
5972
  AssociateEncryptionConfigCommand,
5972
5973
  AssociateIdentityProviderConfigCommand,
5973
- AuthenticationMode,
5974
- BadRequestException,
5975
- CapacityTypes,
5976
- Category,
5977
- ClientException,
5978
- ClusterIssueCode,
5979
- ClusterStatus,
5980
- ConfigStatus,
5981
- ConnectorConfigProvider,
5982
5974
  CreateAccessEntryCommand,
5983
5975
  CreateAddonCommand,
5984
5976
  CreateClusterCommand,
@@ -6008,18 +6000,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6008
6000
  DescribeUpdateCommand,
6009
6001
  DisassociateAccessPolicyCommand,
6010
6002
  DisassociateIdentityProviderConfigCommand,
6011
- EKS,
6012
- EKSClient,
6013
- EKSServiceException,
6014
- EksAnywhereSubscriptionLicenseType,
6015
- EksAnywhereSubscriptionStatus,
6016
- EksAnywhereSubscriptionTermUnit,
6017
- ErrorCode,
6018
- FargateProfileStatus,
6019
- InsightStatusValue,
6020
- InvalidParameterException,
6021
- InvalidRequestException,
6022
- IpFamily,
6023
6003
  ListAccessEntriesCommand,
6024
6004
  ListAccessPoliciesCommand,
6025
6005
  ListAddonsCommand,
@@ -6033,21 +6013,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6033
6013
  ListPodIdentityAssociationsCommand,
6034
6014
  ListTagsForResourceCommand,
6035
6015
  ListUpdatesCommand,
6036
- LogType,
6037
- NodegroupIssueCode,
6038
- NodegroupStatus,
6039
- NotFoundException,
6040
6016
  RegisterClusterCommand,
6041
- ResolveConflicts,
6042
- ResourceInUseException,
6043
- ResourceLimitExceededException,
6044
- ResourceNotFoundException,
6045
- ResourcePropagationDelayException,
6046
- ServerException,
6047
- ServiceUnavailableException,
6048
6017
  TagResourceCommand,
6049
- TaintEffect,
6050
- UnsupportedAvailabilityZoneException,
6051
6018
  UntagResourceCommand,
6052
6019
  UpdateAccessEntryCommand,
6053
6020
  UpdateAddonCommand,
@@ -6056,11 +6023,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6056
6023
  UpdateEksAnywhereSubscriptionCommand,
6057
6024
  UpdateNodegroupConfigCommand,
6058
6025
  UpdateNodegroupVersionCommand,
6059
- UpdateParamType,
6060
6026
  UpdatePodIdentityAssociationCommand,
6061
- UpdateStatus,
6062
- UpdateType,
6063
- __Client,
6064
6027
  paginateDescribeAddonVersions,
6065
6028
  paginateListAccessEntries,
6066
6029
  paginateListAccessPolicies,
@@ -6075,19 +6038,59 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6075
6038
  paginateListPodIdentityAssociations,
6076
6039
  paginateListUpdates,
6077
6040
  waitForAddonActive,
6078
- waitForAddonDeleted,
6079
- waitForClusterActive,
6080
- waitForClusterDeleted,
6081
- waitForFargateProfileActive,
6082
- waitForFargateProfileDeleted,
6083
- waitForNodegroupActive,
6084
- waitForNodegroupDeleted,
6085
6041
  waitUntilAddonActive,
6042
+ waitForAddonDeleted,
6086
6043
  waitUntilAddonDeleted,
6044
+ waitForClusterActive,
6087
6045
  waitUntilClusterActive,
6046
+ waitForClusterDeleted,
6088
6047
  waitUntilClusterDeleted,
6048
+ waitForFargateProfileActive,
6089
6049
  waitUntilFargateProfileActive,
6050
+ waitForFargateProfileDeleted,
6090
6051
  waitUntilFargateProfileDeleted,
6052
+ waitForNodegroupActive,
6091
6053
  waitUntilNodegroupActive,
6092
- waitUntilNodegroupDeleted
6054
+ waitForNodegroupDeleted,
6055
+ waitUntilNodegroupDeleted,
6056
+ AuthenticationMode,
6057
+ AccessDeniedException,
6058
+ AccessScopeType,
6059
+ AddonIssueCode,
6060
+ AddonStatus,
6061
+ AMITypes,
6062
+ InvalidParameterException,
6063
+ InvalidRequestException,
6064
+ ResourceNotFoundException,
6065
+ ServerException,
6066
+ ErrorCode,
6067
+ UpdateParamType,
6068
+ UpdateStatus,
6069
+ UpdateType,
6070
+ ClientException,
6071
+ ResourceInUseException,
6072
+ ResourceLimitExceededException,
6073
+ ResolveConflicts,
6074
+ IpFamily,
6075
+ LogType,
6076
+ ClusterIssueCode,
6077
+ ClusterStatus,
6078
+ ServiceUnavailableException,
6079
+ UnsupportedAvailabilityZoneException,
6080
+ EksAnywhereSubscriptionLicenseType,
6081
+ EksAnywhereSubscriptionTermUnit,
6082
+ FargateProfileStatus,
6083
+ CapacityTypes,
6084
+ TaintEffect,
6085
+ NodegroupIssueCode,
6086
+ NodegroupStatus,
6087
+ ConfigStatus,
6088
+ Category,
6089
+ InsightStatusValue,
6090
+ EksAnywhereSubscriptionStatus,
6091
+ BadRequestException,
6092
+ NotFoundException,
6093
+ ConnectorConfigProvider,
6094
+ ResourcePropagationDelayException
6093
6095
  });
6096
+
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.495.0",
4
+ "version": "3.499.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,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "tslib": "^2.5.0",
62
62
  "uuid": "^8.3.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "@types/uuid": "^8.3.0",