@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
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.eks" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.eks",
32
+ version: "2017-11-01",
33
+ serviceTarget: "AWSWesleyFrontend",
34
+ },
30
35
  serviceId: config?.serviceId ?? "EKS",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -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 { AssociateAccessPolicy } from "../schemas/schemas_0";
4
+ import { AssociateAccessPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AssociateAccessPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AssociateAccessPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
13
13
  .n("EKSClient", "AssociateAccessPolicyCommand")
14
- .sc(AssociateAccessPolicy)
14
+ .sc(AssociateAccessPolicy$)
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 { AssociateEncryptionConfig } from "../schemas/schemas_0";
4
+ import { AssociateEncryptionConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AssociateEncryptionConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AssociateEncryptionConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
13
13
  .n("EKSClient", "AssociateEncryptionConfigCommand")
14
- .sc(AssociateEncryptionConfig)
14
+ .sc(AssociateEncryptionConfig$)
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 { AssociateIdentityProviderConfig } from "../schemas/schemas_0";
4
+ import { AssociateIdentityProviderConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AssociateIdentityProviderConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AssociateIdentityProviderConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
13
13
  .n("EKSClient", "AssociateIdentityProviderConfigCommand")
14
- .sc(AssociateIdentityProviderConfig)
14
+ .sc(AssociateIdentityProviderConfig$)
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 { CreateAccessEntry } from "../schemas/schemas_0";
4
+ import { CreateAccessEntry$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAccessEntryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAccessEntryCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateAccessEntry", {})
13
13
  .n("EKSClient", "CreateAccessEntryCommand")
14
- .sc(CreateAccessEntry)
14
+ .sc(CreateAccessEntry$)
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 { CreateAddon } from "../schemas/schemas_0";
4
+ import { CreateAddon$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAddonCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAddonCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateAddon", {})
13
13
  .n("EKSClient", "CreateAddonCommand")
14
- .sc(CreateAddon)
14
+ .sc(CreateAddon$)
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 { CreateCapability } from "../schemas/schemas_0";
4
+ import { CreateCapability$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCapabilityCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCapabilityCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateCapability", {})
13
13
  .n("EKSClient", "CreateCapabilityCommand")
14
- .sc(CreateCapability)
14
+ .sc(CreateCapability$)
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 { CreateCluster } from "../schemas/schemas_0";
4
+ import { CreateCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateClusterCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateCluster", {})
13
13
  .n("EKSClient", "CreateClusterCommand")
14
- .sc(CreateCluster)
14
+ .sc(CreateCluster$)
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 { CreateEksAnywhereSubscription } from "../schemas/schemas_0";
4
+ import { CreateEksAnywhereSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateEksAnywhereSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateEksAnywhereSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
13
13
  .n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
14
- .sc(CreateEksAnywhereSubscription)
14
+ .sc(CreateEksAnywhereSubscription$)
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 { CreateFargateProfile } from "../schemas/schemas_0";
4
+ import { CreateFargateProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateFargateProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateFargateProfileCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateFargateProfile", {})
13
13
  .n("EKSClient", "CreateFargateProfileCommand")
14
- .sc(CreateFargateProfile)
14
+ .sc(CreateFargateProfile$)
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 { CreateNodegroup } from "../schemas/schemas_0";
4
+ import { CreateNodegroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateNodegroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateNodegroupCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreateNodegroup", {})
13
13
  .n("EKSClient", "CreateNodegroupCommand")
14
- .sc(CreateNodegroup)
14
+ .sc(CreateNodegroup$)
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 { CreatePodIdentityAssociation } from "../schemas/schemas_0";
4
+ import { CreatePodIdentityAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreatePodIdentityAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreatePodIdentityAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
13
13
  .n("EKSClient", "CreatePodIdentityAssociationCommand")
14
- .sc(CreatePodIdentityAssociation)
14
+ .sc(CreatePodIdentityAssociation$)
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 { DeleteAccessEntry } from "../schemas/schemas_0";
4
+ import { DeleteAccessEntry$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAccessEntryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAccessEntryCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteAccessEntry", {})
13
13
  .n("EKSClient", "DeleteAccessEntryCommand")
14
- .sc(DeleteAccessEntry)
14
+ .sc(DeleteAccessEntry$)
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 { DeleteAddon } from "../schemas/schemas_0";
4
+ import { DeleteAddon$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAddonCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAddonCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteAddon", {})
13
13
  .n("EKSClient", "DeleteAddonCommand")
14
- .sc(DeleteAddon)
14
+ .sc(DeleteAddon$)
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 { DeleteCapability } from "../schemas/schemas_0";
4
+ import { DeleteCapability$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCapabilityCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCapabilityCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteCapability", {})
13
13
  .n("EKSClient", "DeleteCapabilityCommand")
14
- .sc(DeleteCapability)
14
+ .sc(DeleteCapability$)
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 { DeleteCluster } from "../schemas/schemas_0";
4
+ import { DeleteCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteClusterCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteCluster", {})
13
13
  .n("EKSClient", "DeleteClusterCommand")
14
- .sc(DeleteCluster)
14
+ .sc(DeleteCluster$)
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 { DeleteEksAnywhereSubscription } from "../schemas/schemas_0";
4
+ import { DeleteEksAnywhereSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteEksAnywhereSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteEksAnywhereSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
13
13
  .n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
14
- .sc(DeleteEksAnywhereSubscription)
14
+ .sc(DeleteEksAnywhereSubscription$)
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 { DeleteFargateProfile } from "../schemas/schemas_0";
4
+ import { DeleteFargateProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteFargateProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteFargateProfileCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteFargateProfile", {})
13
13
  .n("EKSClient", "DeleteFargateProfileCommand")
14
- .sc(DeleteFargateProfile)
14
+ .sc(DeleteFargateProfile$)
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 { DeleteNodegroup } from "../schemas/schemas_0";
4
+ import { DeleteNodegroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteNodegroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteNodegroupCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeleteNodegroup", {})
13
13
  .n("EKSClient", "DeleteNodegroupCommand")
14
- .sc(DeleteNodegroup)
14
+ .sc(DeleteNodegroup$)
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 { DeletePodIdentityAssociation } from "../schemas/schemas_0";
4
+ import { DeletePodIdentityAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeletePodIdentityAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeletePodIdentityAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
13
13
  .n("EKSClient", "DeletePodIdentityAssociationCommand")
14
- .sc(DeletePodIdentityAssociation)
14
+ .sc(DeletePodIdentityAssociation$)
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 { DeregisterCluster } from "../schemas/schemas_0";
4
+ import { DeregisterCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeregisterClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeregisterClusterCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DeregisterCluster", {})
13
13
  .n("EKSClient", "DeregisterClusterCommand")
14
- .sc(DeregisterCluster)
14
+ .sc(DeregisterCluster$)
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 { DescribeAccessEntry } from "../schemas/schemas_0";
4
+ import { DescribeAccessEntry$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeAccessEntryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeAccessEntryCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeAccessEntry", {})
13
13
  .n("EKSClient", "DescribeAccessEntryCommand")
14
- .sc(DescribeAccessEntry)
14
+ .sc(DescribeAccessEntry$)
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 { DescribeAddon } from "../schemas/schemas_0";
4
+ import { DescribeAddon$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeAddonCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeAddonCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeAddon", {})
13
13
  .n("EKSClient", "DescribeAddonCommand")
14
- .sc(DescribeAddon)
14
+ .sc(DescribeAddon$)
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 { DescribeAddonConfiguration } from "../schemas/schemas_0";
4
+ import { DescribeAddonConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeAddonConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeAddonConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
13
13
  .n("EKSClient", "DescribeAddonConfigurationCommand")
14
- .sc(DescribeAddonConfiguration)
14
+ .sc(DescribeAddonConfiguration$)
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 { DescribeAddonVersions } from "../schemas/schemas_0";
4
+ import { DescribeAddonVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeAddonVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeAddonVersionsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeAddonVersions", {})
13
13
  .n("EKSClient", "DescribeAddonVersionsCommand")
14
- .sc(DescribeAddonVersions)
14
+ .sc(DescribeAddonVersions$)
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 { DescribeCapability } from "../schemas/schemas_0";
4
+ import { DescribeCapability$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeCapabilityCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeCapabilityCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeCapability", {})
13
13
  .n("EKSClient", "DescribeCapabilityCommand")
14
- .sc(DescribeCapability)
14
+ .sc(DescribeCapability$)
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 { DescribeCluster } from "../schemas/schemas_0";
4
+ import { DescribeCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeClusterCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeCluster", {})
13
13
  .n("EKSClient", "DescribeClusterCommand")
14
- .sc(DescribeCluster)
14
+ .sc(DescribeCluster$)
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 { DescribeClusterVersions } from "../schemas/schemas_0";
4
+ import { DescribeClusterVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeClusterVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeClusterVersionsCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeClusterVersions", {})
13
13
  .n("EKSClient", "DescribeClusterVersionsCommand")
14
- .sc(DescribeClusterVersions)
14
+ .sc(DescribeClusterVersions$)
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 { DescribeEksAnywhereSubscription } from "../schemas/schemas_0";
4
+ import { DescribeEksAnywhereSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeEksAnywhereSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeEksAnywhereSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
13
13
  .n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
14
- .sc(DescribeEksAnywhereSubscription)
14
+ .sc(DescribeEksAnywhereSubscription$)
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 { DescribeFargateProfile } from "../schemas/schemas_0";
4
+ import { DescribeFargateProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeFargateProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeFargateProfileCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeFargateProfile", {})
13
13
  .n("EKSClient", "DescribeFargateProfileCommand")
14
- .sc(DescribeFargateProfile)
14
+ .sc(DescribeFargateProfile$)
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 { DescribeIdentityProviderConfig } from "../schemas/schemas_0";
4
+ import { DescribeIdentityProviderConfig$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeIdentityProviderConfigCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeIdentityProviderConfigCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
13
13
  .n("EKSClient", "DescribeIdentityProviderConfigCommand")
14
- .sc(DescribeIdentityProviderConfig)
14
+ .sc(DescribeIdentityProviderConfig$)
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 { DescribeInsight } from "../schemas/schemas_0";
4
+ import { DescribeInsight$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeInsightCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeInsightCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeInsight", {})
13
13
  .n("EKSClient", "DescribeInsightCommand")
14
- .sc(DescribeInsight)
14
+ .sc(DescribeInsight$)
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 { DescribeInsightsRefresh } from "../schemas/schemas_0";
4
+ import { DescribeInsightsRefresh$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeInsightsRefreshCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeInsightsRefreshCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
13
13
  .n("EKSClient", "DescribeInsightsRefreshCommand")
14
- .sc(DescribeInsightsRefresh)
14
+ .sc(DescribeInsightsRefresh$)
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 { DescribeNodegroup } from "../schemas/schemas_0";
4
+ import { DescribeNodegroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeNodegroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeNodegroupCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeNodegroup", {})
13
13
  .n("EKSClient", "DescribeNodegroupCommand")
14
- .sc(DescribeNodegroup)
14
+ .sc(DescribeNodegroup$)
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 { DescribePodIdentityAssociation } from "../schemas/schemas_0";
4
+ import { DescribePodIdentityAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribePodIdentityAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribePodIdentityAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
13
13
  .n("EKSClient", "DescribePodIdentityAssociationCommand")
14
- .sc(DescribePodIdentityAssociation)
14
+ .sc(DescribePodIdentityAssociation$)
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 { DescribeUpdate } from "../schemas/schemas_0";
4
+ import { DescribeUpdate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeUpdateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeUpdateCommand extends $Command
11
11
  })
12
12
  .s("AWSWesleyFrontend", "DescribeUpdate", {})
13
13
  .n("EKSClient", "DescribeUpdateCommand")
14
- .sc(DescribeUpdate)
14
+ .sc(DescribeUpdate$)
15
15
  .build() {
16
16
  }