@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
|
@@ -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 { DescribeInsight$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeInsightCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeInsight", {})
|
|
13
|
-
.n("EKSClient", "DescribeInsightCommand")
|
|
14
|
-
.sc(DescribeInsight$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeInsightCommand extends command(_ep0, _mw0, "DescribeInsight", DescribeInsight$) {
|
|
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 { DescribeInsightsRefresh$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeInsightsRefreshCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
|
|
13
|
-
.n("EKSClient", "DescribeInsightsRefreshCommand")
|
|
14
|
-
.sc(DescribeInsightsRefresh$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeInsightsRefreshCommand extends command(_ep0, _mw0, "DescribeInsightsRefresh", DescribeInsightsRefresh$) {
|
|
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 { DescribeNodegroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeNodegroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeNodegroup", {})
|
|
13
|
-
.n("EKSClient", "DescribeNodegroupCommand")
|
|
14
|
-
.sc(DescribeNodegroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeNodegroupCommand extends command(_ep0, _mw0, "DescribeNodegroup", DescribeNodegroup$) {
|
|
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 { DescribePodIdentityAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePodIdentityAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
|
|
13
|
-
.n("EKSClient", "DescribePodIdentityAssociationCommand")
|
|
14
|
-
.sc(DescribePodIdentityAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePodIdentityAssociationCommand extends command(_ep0, _mw0, "DescribePodIdentityAssociation", DescribePodIdentityAssociation$) {
|
|
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 { DescribeUpdate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeUpdateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DescribeUpdate", {})
|
|
13
|
-
.n("EKSClient", "DescribeUpdateCommand")
|
|
14
|
-
.sc(DescribeUpdate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeUpdateCommand extends command(_ep0, _mw0, "DescribeUpdate", DescribeUpdate$) {
|
|
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 { DisassociateAccessPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateAccessPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
|
|
13
|
-
.n("EKSClient", "DisassociateAccessPolicyCommand")
|
|
14
|
-
.sc(DisassociateAccessPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateAccessPolicyCommand extends command(_ep0, _mw0, "DisassociateAccessPolicy", DisassociateAccessPolicy$) {
|
|
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 { DisassociateIdentityProviderConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateIdentityProviderConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
|
|
13
|
-
.n("EKSClient", "DisassociateIdentityProviderConfigCommand")
|
|
14
|
-
.sc(DisassociateIdentityProviderConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateIdentityProviderConfigCommand extends command(_ep0, _mw0, "DisassociateIdentityProviderConfig", DisassociateIdentityProviderConfig$) {
|
|
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 { ListAccessEntries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessEntriesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListAccessEntries", {})
|
|
13
|
-
.n("EKSClient", "ListAccessEntriesCommand")
|
|
14
|
-
.sc(ListAccessEntries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessEntriesCommand extends command(_ep0, _mw0, "ListAccessEntries", ListAccessEntries$) {
|
|
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 { ListAccessPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListAccessPolicies", {})
|
|
13
|
-
.n("EKSClient", "ListAccessPoliciesCommand")
|
|
14
|
-
.sc(ListAccessPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessPoliciesCommand extends command(_ep0, _mw0, "ListAccessPolicies", ListAccessPolicies$) {
|
|
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 { ListAddons$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAddonsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListAddons", {})
|
|
13
|
-
.n("EKSClient", "ListAddonsCommand")
|
|
14
|
-
.sc(ListAddons$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAddonsCommand extends command(_ep0, _mw0, "ListAddons", ListAddons$) {
|
|
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 { ListAssociatedAccessPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssociatedAccessPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
|
|
13
|
-
.n("EKSClient", "ListAssociatedAccessPoliciesCommand")
|
|
14
|
-
.sc(ListAssociatedAccessPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssociatedAccessPoliciesCommand extends command(_ep0, _mw0, "ListAssociatedAccessPolicies", ListAssociatedAccessPolicies$) {
|
|
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 { ListCapabilities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCapabilitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListCapabilities", {})
|
|
13
|
-
.n("EKSClient", "ListCapabilitiesCommand")
|
|
14
|
-
.sc(ListCapabilities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCapabilitiesCommand extends command(_ep0, _mw0, "ListCapabilities", ListCapabilities$) {
|
|
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 { ListClusters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListClustersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListClusters", {})
|
|
13
|
-
.n("EKSClient", "ListClustersCommand")
|
|
14
|
-
.sc(ListClusters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
|
|
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 { ListEksAnywhereSubscriptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEksAnywhereSubscriptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
|
|
13
|
-
.n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
|
|
14
|
-
.sc(ListEksAnywhereSubscriptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEksAnywhereSubscriptionsCommand extends command(_ep0, _mw0, "ListEksAnywhereSubscriptions", ListEksAnywhereSubscriptions$) {
|
|
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 { ListFargateProfiles$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFargateProfilesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListFargateProfiles", {})
|
|
13
|
-
.n("EKSClient", "ListFargateProfilesCommand")
|
|
14
|
-
.sc(ListFargateProfiles$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFargateProfilesCommand extends command(_ep0, _mw0, "ListFargateProfiles", ListFargateProfiles$) {
|
|
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 { ListIdentityProviderConfigs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIdentityProviderConfigsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
|
|
13
|
-
.n("EKSClient", "ListIdentityProviderConfigsCommand")
|
|
14
|
-
.sc(ListIdentityProviderConfigs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIdentityProviderConfigsCommand extends command(_ep0, _mw0, "ListIdentityProviderConfigs", ListIdentityProviderConfigs$) {
|
|
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 { ListInsights$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListInsightsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListInsights", {})
|
|
13
|
-
.n("EKSClient", "ListInsightsCommand")
|
|
14
|
-
.sc(ListInsights$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListInsightsCommand extends command(_ep0, _mw0, "ListInsights", ListInsights$) {
|
|
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 { ListNodegroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListNodegroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListNodegroups", {})
|
|
13
|
-
.n("EKSClient", "ListNodegroupsCommand")
|
|
14
|
-
.sc(ListNodegroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListNodegroupsCommand extends command(_ep0, _mw0, "ListNodegroups", ListNodegroups$) {
|
|
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 { ListPodIdentityAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPodIdentityAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
|
|
13
|
-
.n("EKSClient", "ListPodIdentityAssociationsCommand")
|
|
14
|
-
.sc(ListPodIdentityAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPodIdentityAssociationsCommand extends command(_ep0, _mw0, "ListPodIdentityAssociations", ListPodIdentityAssociations$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListTagsForResource", {})
|
|
13
|
-
.n("EKSClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { ListUpdates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListUpdatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "ListUpdates", {})
|
|
13
|
-
.n("EKSClient", "ListUpdatesCommand")
|
|
14
|
-
.sc(ListUpdates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListUpdatesCommand extends command(_ep0, _mw0, "ListUpdates", ListUpdates$) {
|
|
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 { RegisterCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "RegisterCluster", {})
|
|
13
|
-
.n("EKSClient", "RegisterClusterCommand")
|
|
14
|
-
.sc(RegisterCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterClusterCommand extends command(_ep0, _mw0, "RegisterCluster", RegisterCluster$) {
|
|
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 { StartInsightsRefresh$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartInsightsRefreshCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "StartInsightsRefresh", {})
|
|
13
|
-
.n("EKSClient", "StartInsightsRefreshCommand")
|
|
14
|
-
.sc(StartInsightsRefresh$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartInsightsRefreshCommand extends command(_ep0, _mw0, "StartInsightsRefresh", StartInsightsRefresh$) {
|
|
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 { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "TagResource", {})
|
|
13
|
-
.n("EKSClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
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 { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UntagResource", {})
|
|
13
|
-
.n("EKSClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
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 { UpdateAccessEntry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAccessEntryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UpdateAccessEntry", {})
|
|
13
|
-
.n("EKSClient", "UpdateAccessEntryCommand")
|
|
14
|
-
.sc(UpdateAccessEntry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAccessEntryCommand extends command(_ep0, _mw0, "UpdateAccessEntry", UpdateAccessEntry$) {
|
|
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 { UpdateAddon$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAddonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UpdateAddon", {})
|
|
13
|
-
.n("EKSClient", "UpdateAddonCommand")
|
|
14
|
-
.sc(UpdateAddon$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAddonCommand extends command(_ep0, _mw0, "UpdateAddon", UpdateAddon$) {
|
|
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 { UpdateCapability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateCapabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UpdateCapability", {})
|
|
13
|
-
.n("EKSClient", "UpdateCapabilityCommand")
|
|
14
|
-
.sc(UpdateCapability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateCapabilityCommand extends command(_ep0, _mw0, "UpdateCapability", UpdateCapability$) {
|
|
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 { UpdateClusterConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateClusterConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UpdateClusterConfig", {})
|
|
13
|
-
.n("EKSClient", "UpdateClusterConfigCommand")
|
|
14
|
-
.sc(UpdateClusterConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateClusterConfigCommand extends command(_ep0, _mw0, "UpdateClusterConfig", UpdateClusterConfig$) {
|
|
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 { UpdateClusterVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateClusterVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UpdateClusterVersion", {})
|
|
13
|
-
.n("EKSClient", "UpdateClusterVersionCommand")
|
|
14
|
-
.sc(UpdateClusterVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateClusterVersionCommand extends command(_ep0, _mw0, "UpdateClusterVersion", UpdateClusterVersion$) {
|
|
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 { UpdateEksAnywhereSubscription$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateEksAnywhereSubscriptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
|
|
13
|
-
.n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
|
|
14
|
-
.sc(UpdateEksAnywhereSubscription$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "UpdateEksAnywhereSubscription", UpdateEksAnywhereSubscription$) {
|
|
16
4
|
}
|