@aws-sdk/client-eks 3.1076.0 → 3.1078.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.
- package/README.md +7 -0
- package/dist-cjs/index.js +152 -673
- package/dist-es/EKS.js +2 -0
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -14
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -14
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -14
- package/dist-es/commands/CancelUpdateCommand.js +4 -0
- package/dist-es/commands/CreateAccessEntryCommand.js +2 -14
- package/dist-es/commands/CreateAddonCommand.js +2 -14
- package/dist-es/commands/CreateCapabilityCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -14
- package/dist-es/commands/CreateNodegroupCommand.js +2 -14
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteAccessEntryCommand.js +2 -14
- package/dist-es/commands/DeleteAddonCommand.js +2 -14
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -14
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -14
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/DeregisterClusterCommand.js +2 -14
- package/dist-es/commands/DescribeAccessEntryCommand.js +2 -14
- package/dist-es/commands/DescribeAddonCommand.js +2 -14
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeCapabilityCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -14
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -14
- package/dist-es/commands/DescribeInsightCommand.js +2 -14
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -14
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -14
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/DescribeUpdateCommand.js +2 -14
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -14
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -14
- package/dist-es/commands/ListAccessEntriesCommand.js +2 -14
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -14
- package/dist-es/commands/ListAddonsCommand.js +2 -14
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -14
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -14
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -14
- package/dist-es/commands/ListInsightsCommand.js +2 -14
- package/dist-es/commands/ListNodegroupsCommand.js +2 -14
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListUpdatesCommand.js +2 -14
- package/dist-es/commands/RegisterClusterCommand.js +2 -14
- package/dist-es/commands/StartInsightsRefreshCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessEntryCommand.js +2 -14
- package/dist-es/commands/UpdateAddonCommand.js +2 -14
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -14
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -14
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -14
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -14
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -14
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/models/errors.js +14 -14
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +45 -14
- package/dist-types/EKS.d.ts +7 -0
- package/dist-types/EKSClient.d.ts +3 -2
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/CancelUpdateCommand.d.ts +141 -0
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/CreateAddonCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapabilityCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -8
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAddonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -8
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapabilityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInsightCommand.d.ts +4 -9
- package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUpdateCommand.d.ts +8 -9
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListAddonsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsCommand.d.ts +5 -10
- package/dist-types/commands/ListNodegroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterClusterCommand.d.ts +3 -8
- package/dist-types/commands/StartInsightsRefreshCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAddonCommand.d.ts +8 -9
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +8 -9
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +8 -9
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +11 -9
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +8 -9
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/errors.d.ts +23 -23
- package/dist-types/models/models_0.d.ts +76 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/EKS.d.ts +17 -0
- package/dist-types/ts3.4/EKSClient.d.ts +6 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/errors.d.ts +8 -8
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +8 -10
package/dist-es/EKS.js
CHANGED
|
@@ -2,6 +2,7 @@ import { createAggregatedClient } from "@smithy/core/client";
|
|
|
2
2
|
import { AssociateAccessPolicyCommand, } from "./commands/AssociateAccessPolicyCommand";
|
|
3
3
|
import { AssociateEncryptionConfigCommand, } from "./commands/AssociateEncryptionConfigCommand";
|
|
4
4
|
import { AssociateIdentityProviderConfigCommand, } from "./commands/AssociateIdentityProviderConfigCommand";
|
|
5
|
+
import { CancelUpdateCommand, } from "./commands/CancelUpdateCommand";
|
|
5
6
|
import { CreateAccessEntryCommand, } from "./commands/CreateAccessEntryCommand";
|
|
6
7
|
import { CreateAddonCommand, } from "./commands/CreateAddonCommand";
|
|
7
8
|
import { CreateCapabilityCommand, } from "./commands/CreateCapabilityCommand";
|
|
@@ -91,6 +92,7 @@ const commands = {
|
|
|
91
92
|
AssociateAccessPolicyCommand,
|
|
92
93
|
AssociateEncryptionConfigCommand,
|
|
93
94
|
AssociateIdentityProviderConfigCommand,
|
|
95
|
+
CancelUpdateCommand,
|
|
94
96
|
CreateAccessEntryCommand,
|
|
95
97
|
CreateAddonCommand,
|
|
96
98
|
CreateCapabilityCommand,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSWesleyFrontend", "EKSClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateAccessPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateAccessPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
|
|
13
|
-
.n("EKSClient", "AssociateAccessPolicyCommand")
|
|
14
|
-
.sc(AssociateAccessPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateAccessPolicyCommand extends command(_ep0, _mw0, "AssociateAccessPolicy", AssociateAccessPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateEncryptionConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateEncryptionConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
|
|
13
|
-
.n("EKSClient", "AssociateEncryptionConfigCommand")
|
|
14
|
-
.sc(AssociateEncryptionConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateEncryptionConfigCommand extends command(_ep0, _mw0, "AssociateEncryptionConfig", AssociateEncryptionConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateIdentityProviderConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateIdentityProviderConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
|
|
13
|
-
.n("EKSClient", "AssociateIdentityProviderConfigCommand")
|
|
14
|
-
.sc(AssociateIdentityProviderConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateIdentityProviderConfigCommand extends command(_ep0, _mw0, "AssociateIdentityProviderConfig", AssociateIdentityProviderConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAccessEntry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAccessEntryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateAccessEntry", {})
|
|
13
|
-
.n("EKSClient", "CreateAccessEntryCommand")
|
|
14
|
-
.sc(CreateAccessEntry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAccessEntryCommand extends command(_ep0, _mw0, "CreateAccessEntry", CreateAccessEntry$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAddon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAddonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateAddon", {})
|
|
13
|
-
.n("EKSClient", "CreateAddonCommand")
|
|
14
|
-
.sc(CreateAddon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAddonCommand extends command(_ep0, _mw0, "CreateAddon", CreateAddon$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCapability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCapabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateCapability", {})
|
|
13
|
-
.n("EKSClient", "CreateCapabilityCommand")
|
|
14
|
-
.sc(CreateCapability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCapabilityCommand extends command(_ep0, _mw0, "CreateCapability", CreateCapability$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateCluster", {})
|
|
13
|
-
.n("EKSClient", "CreateClusterCommand")
|
|
14
|
-
.sc(CreateCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateEksAnywhereSubscription$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEksAnywhereSubscriptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
|
|
13
|
-
.n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
|
|
14
|
-
.sc(CreateEksAnywhereSubscription$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "CreateEksAnywhereSubscription", CreateEksAnywhereSubscription$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFargateProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFargateProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateFargateProfile", {})
|
|
13
|
-
.n("EKSClient", "CreateFargateProfileCommand")
|
|
14
|
-
.sc(CreateFargateProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFargateProfileCommand extends command(_ep0, _mw0, "CreateFargateProfile", CreateFargateProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateNodegroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateNodegroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreateNodegroup", {})
|
|
13
|
-
.n("EKSClient", "CreateNodegroupCommand")
|
|
14
|
-
.sc(CreateNodegroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateNodegroupCommand extends command(_ep0, _mw0, "CreateNodegroup", CreateNodegroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePodIdentityAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePodIdentityAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
|
|
13
|
-
.n("EKSClient", "CreatePodIdentityAssociationCommand")
|
|
14
|
-
.sc(CreatePodIdentityAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePodIdentityAssociationCommand extends command(_ep0, _mw0, "CreatePodIdentityAssociation", CreatePodIdentityAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAccessEntry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAccessEntryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteAccessEntry", {})
|
|
13
|
-
.n("EKSClient", "DeleteAccessEntryCommand")
|
|
14
|
-
.sc(DeleteAccessEntry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAccessEntryCommand extends command(_ep0, _mw0, "DeleteAccessEntry", DeleteAccessEntry$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAddon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAddonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteAddon", {})
|
|
13
|
-
.n("EKSClient", "DeleteAddonCommand")
|
|
14
|
-
.sc(DeleteAddon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAddonCommand extends command(_ep0, _mw0, "DeleteAddon", DeleteAddon$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCapability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCapabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteCapability", {})
|
|
13
|
-
.n("EKSClient", "DeleteCapabilityCommand")
|
|
14
|
-
.sc(DeleteCapability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCapabilityCommand extends command(_ep0, _mw0, "DeleteCapability", DeleteCapability$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteCluster", {})
|
|
13
|
-
.n("EKSClient", "DeleteClusterCommand")
|
|
14
|
-
.sc(DeleteCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteEksAnywhereSubscription$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEksAnywhereSubscriptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
|
|
13
|
-
.n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
|
|
14
|
-
.sc(DeleteEksAnywhereSubscription$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "DeleteEksAnywhereSubscription", DeleteEksAnywhereSubscription$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFargateProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFargateProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteFargateProfile", {})
|
|
13
|
-
.n("EKSClient", "DeleteFargateProfileCommand")
|
|
14
|
-
.sc(DeleteFargateProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFargateProfileCommand extends command(_ep0, _mw0, "DeleteFargateProfile", DeleteFargateProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteNodegroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteNodegroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeleteNodegroup", {})
|
|
13
|
-
.n("EKSClient", "DeleteNodegroupCommand")
|
|
14
|
-
.sc(DeleteNodegroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteNodegroupCommand extends command(_ep0, _mw0, "DeleteNodegroup", DeleteNodegroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePodIdentityAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePodIdentityAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
|
|
13
|
-
.n("EKSClient", "DeletePodIdentityAssociationCommand")
|
|
14
|
-
.sc(DeletePodIdentityAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePodIdentityAssociationCommand extends command(_ep0, _mw0, "DeletePodIdentityAssociation", DeletePodIdentityAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeregisterCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DeregisterCluster", {})
|
|
13
|
-
.n("EKSClient", "DeregisterClusterCommand")
|
|
14
|
-
.sc(DeregisterCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterClusterCommand extends command(_ep0, _mw0, "DeregisterCluster", DeregisterCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAccessEntry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAccessEntryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeAccessEntry", {})
|
|
13
|
-
.n("EKSClient", "DescribeAccessEntryCommand")
|
|
14
|
-
.sc(DescribeAccessEntry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAccessEntryCommand extends command(_ep0, _mw0, "DescribeAccessEntry", DescribeAccessEntry$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAddon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAddonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeAddon", {})
|
|
13
|
-
.n("EKSClient", "DescribeAddonCommand")
|
|
14
|
-
.sc(DescribeAddon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAddonCommand extends command(_ep0, _mw0, "DescribeAddon", DescribeAddon$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAddonConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAddonConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
|
|
13
|
-
.n("EKSClient", "DescribeAddonConfigurationCommand")
|
|
14
|
-
.sc(DescribeAddonConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAddonConfigurationCommand extends command(_ep0, _mw0, "DescribeAddonConfiguration", DescribeAddonConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAddonVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAddonVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeAddonVersions", {})
|
|
13
|
-
.n("EKSClient", "DescribeAddonVersionsCommand")
|
|
14
|
-
.sc(DescribeAddonVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAddonVersionsCommand extends command(_ep0, _mw0, "DescribeAddonVersions", DescribeAddonVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCapability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCapabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeCapability", {})
|
|
13
|
-
.n("EKSClient", "DescribeCapabilityCommand")
|
|
14
|
-
.sc(DescribeCapability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCapabilityCommand extends command(_ep0, _mw0, "DescribeCapability", DescribeCapability$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeCluster", {})
|
|
13
|
-
.n("EKSClient", "DescribeClusterCommand")
|
|
14
|
-
.sc(DescribeCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeClusterVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeClusterVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeClusterVersions", {})
|
|
13
|
-
.n("EKSClient", "DescribeClusterVersionsCommand")
|
|
14
|
-
.sc(DescribeClusterVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeClusterVersionsCommand extends command(_ep0, _mw0, "DescribeClusterVersions", DescribeClusterVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEksAnywhereSubscription$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEksAnywhereSubscriptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
|
|
13
|
-
.n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
|
|
14
|
-
.sc(DescribeEksAnywhereSubscription$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "DescribeEksAnywhereSubscription", DescribeEksAnywhereSubscription$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFargateProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFargateProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeFargateProfile", {})
|
|
13
|
-
.n("EKSClient", "DescribeFargateProfileCommand")
|
|
14
|
-
.sc(DescribeFargateProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFargateProfileCommand extends command(_ep0, _mw0, "DescribeFargateProfile", DescribeFargateProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeIdentityProviderConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeIdentityProviderConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
|
|
13
|
-
.n("EKSClient", "DescribeIdentityProviderConfigCommand")
|
|
14
|
-
.sc(DescribeIdentityProviderConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeIdentityProviderConfigCommand extends command(_ep0, _mw0, "DescribeIdentityProviderConfig", DescribeIdentityProviderConfig$) {
|
|
16
4
|
}
|