@aws-sdk/client-eks 3.496.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 +52 -51
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5963,23 +5963,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5963
5963
  // Annotate the CommonJS export names for ESM import in node:
5964
5964
 
5965
5965
  0 && (module.exports = {
5966
- AMITypes,
5967
- AccessDeniedException,
5968
- AccessScopeType,
5969
- AddonIssueCode,
5970
- AddonStatus,
5966
+ EKSServiceException,
5967
+ __Client,
5968
+ EKSClient,
5969
+ EKS,
5970
+ $Command,
5971
5971
  AssociateAccessPolicyCommand,
5972
5972
  AssociateEncryptionConfigCommand,
5973
5973
  AssociateIdentityProviderConfigCommand,
5974
- AuthenticationMode,
5975
- BadRequestException,
5976
- CapacityTypes,
5977
- Category,
5978
- ClientException,
5979
- ClusterIssueCode,
5980
- ClusterStatus,
5981
- ConfigStatus,
5982
- ConnectorConfigProvider,
5983
5974
  CreateAccessEntryCommand,
5984
5975
  CreateAddonCommand,
5985
5976
  CreateClusterCommand,
@@ -6009,18 +6000,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6009
6000
  DescribeUpdateCommand,
6010
6001
  DisassociateAccessPolicyCommand,
6011
6002
  DisassociateIdentityProviderConfigCommand,
6012
- EKS,
6013
- EKSClient,
6014
- EKSServiceException,
6015
- EksAnywhereSubscriptionLicenseType,
6016
- EksAnywhereSubscriptionStatus,
6017
- EksAnywhereSubscriptionTermUnit,
6018
- ErrorCode,
6019
- FargateProfileStatus,
6020
- InsightStatusValue,
6021
- InvalidParameterException,
6022
- InvalidRequestException,
6023
- IpFamily,
6024
6003
  ListAccessEntriesCommand,
6025
6004
  ListAccessPoliciesCommand,
6026
6005
  ListAddonsCommand,
@@ -6034,21 +6013,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6034
6013
  ListPodIdentityAssociationsCommand,
6035
6014
  ListTagsForResourceCommand,
6036
6015
  ListUpdatesCommand,
6037
- LogType,
6038
- NodegroupIssueCode,
6039
- NodegroupStatus,
6040
- NotFoundException,
6041
6016
  RegisterClusterCommand,
6042
- ResolveConflicts,
6043
- ResourceInUseException,
6044
- ResourceLimitExceededException,
6045
- ResourceNotFoundException,
6046
- ResourcePropagationDelayException,
6047
- ServerException,
6048
- ServiceUnavailableException,
6049
6017
  TagResourceCommand,
6050
- TaintEffect,
6051
- UnsupportedAvailabilityZoneException,
6052
6018
  UntagResourceCommand,
6053
6019
  UpdateAccessEntryCommand,
6054
6020
  UpdateAddonCommand,
@@ -6057,11 +6023,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6057
6023
  UpdateEksAnywhereSubscriptionCommand,
6058
6024
  UpdateNodegroupConfigCommand,
6059
6025
  UpdateNodegroupVersionCommand,
6060
- UpdateParamType,
6061
6026
  UpdatePodIdentityAssociationCommand,
6062
- UpdateStatus,
6063
- UpdateType,
6064
- __Client,
6065
6027
  paginateDescribeAddonVersions,
6066
6028
  paginateListAccessEntries,
6067
6029
  paginateListAccessPolicies,
@@ -6076,20 +6038,59 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6076
6038
  paginateListPodIdentityAssociations,
6077
6039
  paginateListUpdates,
6078
6040
  waitForAddonActive,
6079
- waitForAddonDeleted,
6080
- waitForClusterActive,
6081
- waitForClusterDeleted,
6082
- waitForFargateProfileActive,
6083
- waitForFargateProfileDeleted,
6084
- waitForNodegroupActive,
6085
- waitForNodegroupDeleted,
6086
6041
  waitUntilAddonActive,
6042
+ waitForAddonDeleted,
6087
6043
  waitUntilAddonDeleted,
6044
+ waitForClusterActive,
6088
6045
  waitUntilClusterActive,
6046
+ waitForClusterDeleted,
6089
6047
  waitUntilClusterDeleted,
6048
+ waitForFargateProfileActive,
6090
6049
  waitUntilFargateProfileActive,
6050
+ waitForFargateProfileDeleted,
6091
6051
  waitUntilFargateProfileDeleted,
6052
+ waitForNodegroupActive,
6092
6053
  waitUntilNodegroupActive,
6093
- 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
6094
6095
  });
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.496.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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",