@aws-sdk/client-eks 3.952.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.
- package/dist-cjs/index.js +1040 -714
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/CreateAccessEntryCommand.js +2 -2
- package/dist-es/commands/CreateAddonCommand.js +2 -2
- package/dist-es/commands/CreateCapabilityCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -2
- package/dist-es/commands/CreateNodegroupCommand.js +2 -2
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteAccessEntryCommand.js +2 -2
- package/dist-es/commands/DeleteAddonCommand.js +2 -2
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -2
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -2
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeregisterClusterCommand.js +2 -2
- package/dist-es/commands/DescribeAccessEntryCommand.js +2 -2
- package/dist-es/commands/DescribeAddonCommand.js +2 -2
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeCapabilityCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/DescribeInsightCommand.js +2 -2
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -2
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DescribeUpdateCommand.js +2 -2
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/ListAccessEntriesCommand.js +2 -2
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListAddonsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -2
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -2
- package/dist-es/commands/ListInsightsCommand.js +2 -2
- package/dist-es/commands/ListNodegroupsCommand.js +2 -2
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUpdatesCommand.js +2 -2
- package/dist-es/commands/RegisterClusterCommand.js +2 -2
- package/dist-es/commands/StartInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessEntryCommand.js +2 -2
- package/dist-es/commands/UpdateAddonCommand.js +2 -2
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -2
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -2
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -2
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +623 -615
- package/dist-types/EKSClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +319 -367
- package/dist-types/ts3.4/EKSClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +318 -367
- 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 ??
|
|
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
|
}
|