@aws-sdk/client-eks 3.948.0 → 3.953.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 (84) hide show
  1. package/dist-cjs/index.js +1040 -714
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -2
  4. package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -2
  5. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -2
  6. package/dist-es/commands/CreateAccessEntryCommand.js +2 -2
  7. package/dist-es/commands/CreateAddonCommand.js +2 -2
  8. package/dist-es/commands/CreateCapabilityCommand.js +2 -2
  9. package/dist-es/commands/CreateClusterCommand.js +2 -2
  10. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -2
  11. package/dist-es/commands/CreateFargateProfileCommand.js +2 -2
  12. package/dist-es/commands/CreateNodegroupCommand.js +2 -2
  13. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -2
  14. package/dist-es/commands/DeleteAccessEntryCommand.js +2 -2
  15. package/dist-es/commands/DeleteAddonCommand.js +2 -2
  16. package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
  17. package/dist-es/commands/DeleteClusterCommand.js +2 -2
  18. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -2
  19. package/dist-es/commands/DeleteFargateProfileCommand.js +2 -2
  20. package/dist-es/commands/DeleteNodegroupCommand.js +2 -2
  21. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -2
  22. package/dist-es/commands/DeregisterClusterCommand.js +2 -2
  23. package/dist-es/commands/DescribeAccessEntryCommand.js +2 -2
  24. package/dist-es/commands/DescribeAddonCommand.js +2 -2
  25. package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -2
  26. package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -2
  27. package/dist-es/commands/DescribeCapabilityCommand.js +2 -2
  28. package/dist-es/commands/DescribeClusterCommand.js +2 -2
  29. package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
  30. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -2
  31. package/dist-es/commands/DescribeFargateProfileCommand.js +2 -2
  32. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -2
  33. package/dist-es/commands/DescribeInsightCommand.js +2 -2
  34. package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -2
  35. package/dist-es/commands/DescribeNodegroupCommand.js +2 -2
  36. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -2
  37. package/dist-es/commands/DescribeUpdateCommand.js +2 -2
  38. package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -2
  39. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
  40. package/dist-es/commands/ListAccessEntriesCommand.js +2 -2
  41. package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
  42. package/dist-es/commands/ListAddonsCommand.js +2 -2
  43. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -2
  44. package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
  45. package/dist-es/commands/ListClustersCommand.js +2 -2
  46. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -2
  47. package/dist-es/commands/ListFargateProfilesCommand.js +2 -2
  48. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -2
  49. package/dist-es/commands/ListInsightsCommand.js +2 -2
  50. package/dist-es/commands/ListNodegroupsCommand.js +2 -2
  51. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -2
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-es/commands/ListUpdatesCommand.js +2 -2
  54. package/dist-es/commands/RegisterClusterCommand.js +2 -2
  55. package/dist-es/commands/StartInsightsRefreshCommand.js +2 -2
  56. package/dist-es/commands/TagResourceCommand.js +2 -2
  57. package/dist-es/commands/UntagResourceCommand.js +2 -2
  58. package/dist-es/commands/UpdateAccessEntryCommand.js +2 -2
  59. package/dist-es/commands/UpdateAddonCommand.js +2 -2
  60. package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
  61. package/dist-es/commands/UpdateClusterConfigCommand.js +2 -2
  62. package/dist-es/commands/UpdateClusterVersionCommand.js +2 -2
  63. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -2
  64. package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -2
  65. package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -2
  66. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -2
  67. package/dist-es/index.js +1 -0
  68. package/dist-es/runtimeConfig.shared.js +6 -1
  69. package/dist-es/schemas/schemas_0.js +623 -615
  70. package/dist-types/EKSClient.d.ts +1 -10
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  73. package/dist-types/runtimeConfig.d.ts +6 -2
  74. package/dist-types/runtimeConfig.native.d.ts +6 -2
  75. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  76. package/dist-types/schemas/schemas_0.d.ts +319 -367
  77. package/dist-types/ts3.4/EKSClient.d.ts +0 -4
  78. package/dist-types/ts3.4/index.d.ts +1 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +318 -367
  84. package/package.json +35 -35
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DisassociateAccessPolicy } from "../schemas/schemas_0";
4
+ import { DisassociateAccessPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DisassociateAccessPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DisassociateAccessPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
13
13
  .n("EKSClient", "DisassociateAccessPolicyCommand")
14
- .sc(DisassociateAccessPolicy)
14
+ .sc(DisassociateAccessPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DisassociateIdentityProviderConfig } from "../schemas/schemas_0";
4
+ import { DisassociateIdentityProviderConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DisassociateIdentityProviderConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DisassociateIdentityProviderConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
13
13
  .n("EKSClient", "DisassociateIdentityProviderConfigCommand")
14
- .sc(DisassociateIdentityProviderConfig)
14
+ .sc(DisassociateIdentityProviderConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccessEntries } from "../schemas/schemas_0";
4
+ import { ListAccessEntries$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAccessEntriesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAccessEntriesCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListAccessEntries", {})
13
13
  .n("EKSClient", "ListAccessEntriesCommand")
14
- .sc(ListAccessEntries)
14
+ .sc(ListAccessEntries$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccessPolicies } from "../schemas/schemas_0";
4
+ import { ListAccessPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAccessPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAccessPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListAccessPolicies", {})
13
13
  .n("EKSClient", "ListAccessPoliciesCommand")
14
- .sc(ListAccessPolicies)
14
+ .sc(ListAccessPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAddons } from "../schemas/schemas_0";
4
+ import { ListAddons$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAddonsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAddonsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListAddons", {})
13
13
  .n("EKSClient", "ListAddonsCommand")
14
- .sc(ListAddons)
14
+ .sc(ListAddons$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAssociatedAccessPolicies } from "../schemas/schemas_0";
4
+ import { ListAssociatedAccessPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAssociatedAccessPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAssociatedAccessPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
13
13
  .n("EKSClient", "ListAssociatedAccessPoliciesCommand")
14
- .sc(ListAssociatedAccessPolicies)
14
+ .sc(ListAssociatedAccessPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCapabilities } from "../schemas/schemas_0";
4
+ import { ListCapabilities$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCapabilitiesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCapabilitiesCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListCapabilities", {})
13
13
  .n("EKSClient", "ListCapabilitiesCommand")
14
- .sc(ListCapabilities)
14
+ .sc(ListCapabilities$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListClusters } from "../schemas/schemas_0";
4
+ import { ListClusters$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListClustersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListClustersCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListClusters", {})
13
13
  .n("EKSClient", "ListClustersCommand")
14
- .sc(ListClusters)
14
+ .sc(ListClusters$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEksAnywhereSubscriptions } from "../schemas/schemas_0";
4
+ import { ListEksAnywhereSubscriptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEksAnywhereSubscriptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
13
13
  .n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
14
- .sc(ListEksAnywhereSubscriptions)
14
+ .sc(ListEksAnywhereSubscriptions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFargateProfiles } from "../schemas/schemas_0";
4
+ import { ListFargateProfiles$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFargateProfilesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFargateProfilesCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListFargateProfiles", {})
13
13
  .n("EKSClient", "ListFargateProfilesCommand")
14
- .sc(ListFargateProfiles)
14
+ .sc(ListFargateProfiles$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListIdentityProviderConfigs } from "../schemas/schemas_0";
4
+ import { ListIdentityProviderConfigs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListIdentityProviderConfigsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListIdentityProviderConfigsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
13
13
  .n("EKSClient", "ListIdentityProviderConfigsCommand")
14
- .sc(ListIdentityProviderConfigs)
14
+ .sc(ListIdentityProviderConfigs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInsights } from "../schemas/schemas_0";
4
+ import { ListInsights$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInsightsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInsightsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListInsights", {})
13
13
  .n("EKSClient", "ListInsightsCommand")
14
- .sc(ListInsights)
14
+ .sc(ListInsights$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListNodegroups } from "../schemas/schemas_0";
4
+ import { ListNodegroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListNodegroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListNodegroupsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListNodegroups", {})
13
13
  .n("EKSClient", "ListNodegroupsCommand")
14
- .sc(ListNodegroups)
14
+ .sc(ListNodegroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPodIdentityAssociations } from "../schemas/schemas_0";
4
+ import { ListPodIdentityAssociations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPodIdentityAssociationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPodIdentityAssociationsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
13
13
  .n("EKSClient", "ListPodIdentityAssociationsCommand")
14
- .sc(ListPodIdentityAssociations)
14
+ .sc(ListPodIdentityAssociations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListTagsForResource", {})
13
13
  .n("EKSClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListUpdates } from "../schemas/schemas_0";
4
+ import { ListUpdates$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListUpdatesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListUpdatesCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "ListUpdates", {})
13
13
  .n("EKSClient", "ListUpdatesCommand")
14
- .sc(ListUpdates)
14
+ .sc(ListUpdates$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RegisterCluster } from "../schemas/schemas_0";
4
+ import { RegisterCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RegisterClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RegisterClusterCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "RegisterCluster", {})
13
13
  .n("EKSClient", "RegisterClusterCommand")
14
- .sc(RegisterCluster)
14
+ .sc(RegisterCluster$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartInsightsRefresh } from "../schemas/schemas_0";
4
+ import { StartInsightsRefresh$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartInsightsRefreshCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartInsightsRefreshCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "StartInsightsRefresh", {})
13
13
  .n("EKSClient", "StartInsightsRefreshCommand")
14
- .sc(StartInsightsRefresh)
14
+ .sc(StartInsightsRefresh$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "TagResource", {})
13
13
  .n("EKSClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UntagResource", {})
13
13
  .n("EKSClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateAccessEntry } from "../schemas/schemas_0";
4
+ import { UpdateAccessEntry$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateAccessEntryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateAccessEntryCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateAccessEntry", {})
13
13
  .n("EKSClient", "UpdateAccessEntryCommand")
14
- .sc(UpdateAccessEntry)
14
+ .sc(UpdateAccessEntry$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateAddon } from "../schemas/schemas_0";
4
+ import { UpdateAddon$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateAddonCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateAddonCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateAddon", {})
13
13
  .n("EKSClient", "UpdateAddonCommand")
14
- .sc(UpdateAddon)
14
+ .sc(UpdateAddon$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateCapability } from "../schemas/schemas_0";
4
+ import { UpdateCapability$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateCapabilityCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateCapabilityCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateCapability", {})
13
13
  .n("EKSClient", "UpdateCapabilityCommand")
14
- .sc(UpdateCapability)
14
+ .sc(UpdateCapability$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateClusterConfig } from "../schemas/schemas_0";
4
+ import { UpdateClusterConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateClusterConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateClusterConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateClusterConfig", {})
13
13
  .n("EKSClient", "UpdateClusterConfigCommand")
14
- .sc(UpdateClusterConfig)
14
+ .sc(UpdateClusterConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateClusterVersion } from "../schemas/schemas_0";
4
+ import { UpdateClusterVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateClusterVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateClusterVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateClusterVersion", {})
13
13
  .n("EKSClient", "UpdateClusterVersionCommand")
14
- .sc(UpdateClusterVersion)
14
+ .sc(UpdateClusterVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateEksAnywhereSubscription } from "../schemas/schemas_0";
4
+ import { UpdateEksAnywhereSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateEksAnywhereSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
13
13
  .n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
14
- .sc(UpdateEksAnywhereSubscription)
14
+ .sc(UpdateEksAnywhereSubscription$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateNodegroupConfig } from "../schemas/schemas_0";
4
+ import { UpdateNodegroupConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateNodegroupConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateNodegroupConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
13
13
  .n("EKSClient", "UpdateNodegroupConfigCommand")
14
- .sc(UpdateNodegroupConfig)
14
+ .sc(UpdateNodegroupConfig$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateNodegroupVersion } from "../schemas/schemas_0";
4
+ import { UpdateNodegroupVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateNodegroupVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateNodegroupVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
13
13
  .n("EKSClient", "UpdateNodegroupVersionCommand")
14
- .sc(UpdateNodegroupVersion)
14
+ .sc(UpdateNodegroupVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdatePodIdentityAssociation } from "../schemas/schemas_0";
4
+ import { UpdatePodIdentityAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdatePodIdentityAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdatePodIdentityAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
13
13
  .n("EKSClient", "UpdatePodIdentityAssociationCommand")
14
- .sc(UpdatePodIdentityAssociation)
14
+ .sc(UpdatePodIdentityAssociation$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./EKSClient";
2
2
  export * from "./EKS";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./waiters";
6
7
  export * from "./models/enums";
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.eks" }),
26
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.eks",
29
+ version: "2017-11-01",
30
+ serviceTarget: "AWSWesleyFrontend",
31
+ },
27
32
  serviceId: config?.serviceId ?? "EKS",
28
33
  urlParser: config?.urlParser ?? parseUrl,
29
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,