@aws-sdk/client-eks 3.731.1 → 3.735.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 (57) hide show
  1. package/README.md +2 -1
  2. package/dist-cjs/index.js +7 -0
  3. package/dist-es/models/models_0.js +5 -0
  4. package/dist-types/EKS.d.ts +2 -1
  5. package/dist-types/EKSClient.d.ts +2 -1
  6. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +3 -2
  8. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +3 -2
  9. package/dist-types/commands/CreateAccessEntryCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAddonCommand.d.ts +4 -2
  11. package/dist-types/commands/CreateClusterCommand.d.ts +4 -2
  12. package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -2
  13. package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -0
  14. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteAddonCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -1
  21. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -1
  33. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeUpdateCommand.d.ts +3 -2
  35. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +3 -2
  37. package/dist-types/commands/ListAccessEntriesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListAddonsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListNodegroupsCommand.d.ts +5 -3
  44. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListUpdatesCommand.d.ts +4 -2
  46. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateAddonCommand.d.ts +3 -2
  48. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +7 -4
  49. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +5 -4
  50. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
  52. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -2
  53. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
  54. package/dist-types/index.d.ts +2 -1
  55. package/dist-types/models/models_0.d.ts +137 -69
  56. package/dist-types/ts3.4/models/models_0.d.ts +8 -0
  57. package/package.json +34 -34
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.731.1",
4
+ "version": "3.735.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.731.0",
24
- "@aws-sdk/credential-provider-node": "3.731.1",
25
- "@aws-sdk/middleware-host-header": "3.731.0",
26
- "@aws-sdk/middleware-logger": "3.731.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.731.0",
28
- "@aws-sdk/middleware-user-agent": "3.731.0",
29
- "@aws-sdk/region-config-resolver": "3.731.0",
30
- "@aws-sdk/types": "3.731.0",
31
- "@aws-sdk/util-endpoints": "3.731.0",
32
- "@aws-sdk/util-user-agent-browser": "3.731.0",
33
- "@aws-sdk/util-user-agent-node": "3.731.0",
34
- "@smithy/config-resolver": "^4.0.0",
35
- "@smithy/core": "^3.0.0",
36
- "@smithy/fetch-http-handler": "^5.0.0",
37
- "@smithy/hash-node": "^4.0.0",
38
- "@smithy/invalid-dependency": "^4.0.0",
39
- "@smithy/middleware-content-length": "^4.0.0",
40
- "@smithy/middleware-endpoint": "^4.0.0",
41
- "@smithy/middleware-retry": "^4.0.0",
42
- "@smithy/middleware-serde": "^4.0.0",
43
- "@smithy/middleware-stack": "^4.0.0",
44
- "@smithy/node-config-provider": "^4.0.0",
45
- "@smithy/node-http-handler": "^4.0.0",
46
- "@smithy/protocol-http": "^5.0.0",
47
- "@smithy/smithy-client": "^4.0.0",
48
- "@smithy/types": "^4.0.0",
49
- "@smithy/url-parser": "^4.0.0",
23
+ "@aws-sdk/core": "3.734.0",
24
+ "@aws-sdk/credential-provider-node": "3.734.0",
25
+ "@aws-sdk/middleware-host-header": "3.734.0",
26
+ "@aws-sdk/middleware-logger": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
+ "@aws-sdk/middleware-user-agent": "3.734.0",
29
+ "@aws-sdk/region-config-resolver": "3.734.0",
30
+ "@aws-sdk/types": "3.734.0",
31
+ "@aws-sdk/util-endpoints": "3.734.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.734.0",
33
+ "@aws-sdk/util-user-agent-node": "3.734.0",
34
+ "@smithy/config-resolver": "^4.0.1",
35
+ "@smithy/core": "^3.1.1",
36
+ "@smithy/fetch-http-handler": "^5.0.1",
37
+ "@smithy/hash-node": "^4.0.1",
38
+ "@smithy/invalid-dependency": "^4.0.1",
39
+ "@smithy/middleware-content-length": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.2",
41
+ "@smithy/middleware-retry": "^4.0.3",
42
+ "@smithy/middleware-serde": "^4.0.1",
43
+ "@smithy/middleware-stack": "^4.0.1",
44
+ "@smithy/node-config-provider": "^4.0.1",
45
+ "@smithy/node-http-handler": "^4.0.2",
46
+ "@smithy/protocol-http": "^5.0.1",
47
+ "@smithy/smithy-client": "^4.1.2",
48
+ "@smithy/types": "^4.1.0",
49
+ "@smithy/url-parser": "^4.0.1",
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.0",
54
- "@smithy/util-defaults-mode-node": "^4.0.0",
55
- "@smithy/util-endpoints": "^3.0.0",
56
- "@smithy/util-middleware": "^4.0.0",
57
- "@smithy/util-retry": "^4.0.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.3",
54
+ "@smithy/util-defaults-mode-node": "^4.0.3",
55
+ "@smithy/util-endpoints": "^3.0.1",
56
+ "@smithy/util-middleware": "^4.0.1",
57
+ "@smithy/util-retry": "^4.0.1",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.0",
59
+ "@smithy/util-waiter": "^4.0.2",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"