@aws-sdk/client-eks 3.952.0 → 3.954.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateAccessPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateAccessPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateAccessPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateAccessPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
|
|
13
13
|
.n("EKSClient", "DisassociateAccessPolicyCommand")
|
|
14
|
-
.sc(DisassociateAccessPolicy)
|
|
14
|
+
.sc(DisassociateAccessPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateIdentityProviderConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateIdentityProviderConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateIdentityProviderConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateIdentityProviderConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
|
|
13
13
|
.n("EKSClient", "DisassociateIdentityProviderConfigCommand")
|
|
14
|
-
.sc(DisassociateIdentityProviderConfig)
|
|
14
|
+
.sc(DisassociateIdentityProviderConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccessEntries } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccessEntries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccessEntriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccessEntriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListAccessEntries", {})
|
|
13
13
|
.n("EKSClient", "ListAccessEntriesCommand")
|
|
14
|
-
.sc(ListAccessEntries)
|
|
14
|
+
.sc(ListAccessEntries$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccessPolicies } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccessPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccessPoliciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccessPoliciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListAccessPolicies", {})
|
|
13
13
|
.n("EKSClient", "ListAccessPoliciesCommand")
|
|
14
|
-
.sc(ListAccessPolicies)
|
|
14
|
+
.sc(ListAccessPolicies$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAddons } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAddons$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAddonsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAddonsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListAddons", {})
|
|
13
13
|
.n("EKSClient", "ListAddonsCommand")
|
|
14
|
-
.sc(ListAddons)
|
|
14
|
+
.sc(ListAddons$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAssociatedAccessPolicies } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssociatedAccessPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssociatedAccessPoliciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssociatedAccessPoliciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
|
|
13
13
|
.n("EKSClient", "ListAssociatedAccessPoliciesCommand")
|
|
14
|
-
.sc(ListAssociatedAccessPolicies)
|
|
14
|
+
.sc(ListAssociatedAccessPolicies$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCapabilities } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCapabilities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCapabilitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCapabilitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListCapabilities", {})
|
|
13
13
|
.n("EKSClient", "ListCapabilitiesCommand")
|
|
14
|
-
.sc(ListCapabilities)
|
|
14
|
+
.sc(ListCapabilities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListClusters } from "../schemas/schemas_0";
|
|
4
|
+
import { ListClusters$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListClustersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListClustersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListClusters", {})
|
|
13
13
|
.n("EKSClient", "ListClustersCommand")
|
|
14
|
-
.sc(ListClusters)
|
|
14
|
+
.sc(ListClusters$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEksAnywhereSubscriptions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEksAnywhereSubscriptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEksAnywhereSubscriptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
|
|
13
13
|
.n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
|
|
14
|
-
.sc(ListEksAnywhereSubscriptions)
|
|
14
|
+
.sc(ListEksAnywhereSubscriptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFargateProfiles } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFargateProfiles$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFargateProfilesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFargateProfilesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListFargateProfiles", {})
|
|
13
13
|
.n("EKSClient", "ListFargateProfilesCommand")
|
|
14
|
-
.sc(ListFargateProfiles)
|
|
14
|
+
.sc(ListFargateProfiles$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListIdentityProviderConfigs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListIdentityProviderConfigs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListIdentityProviderConfigsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListIdentityProviderConfigsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
|
|
13
13
|
.n("EKSClient", "ListIdentityProviderConfigsCommand")
|
|
14
|
-
.sc(ListIdentityProviderConfigs)
|
|
14
|
+
.sc(ListIdentityProviderConfigs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListInsights } from "../schemas/schemas_0";
|
|
4
|
+
import { ListInsights$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListInsightsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListInsightsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListInsights", {})
|
|
13
13
|
.n("EKSClient", "ListInsightsCommand")
|
|
14
|
-
.sc(ListInsights)
|
|
14
|
+
.sc(ListInsights$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListNodegroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListNodegroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListNodegroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListNodegroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListNodegroups", {})
|
|
13
13
|
.n("EKSClient", "ListNodegroupsCommand")
|
|
14
|
-
.sc(ListNodegroups)
|
|
14
|
+
.sc(ListNodegroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListPodIdentityAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPodIdentityAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPodIdentityAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPodIdentityAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
|
|
13
13
|
.n("EKSClient", "ListPodIdentityAssociationsCommand")
|
|
14
|
-
.sc(ListPodIdentityAssociations)
|
|
14
|
+
.sc(ListPodIdentityAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListTagsForResource", {})
|
|
13
13
|
.n("EKSClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListUpdates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListUpdates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListUpdatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListUpdatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "ListUpdates", {})
|
|
13
13
|
.n("EKSClient", "ListUpdatesCommand")
|
|
14
|
-
.sc(ListUpdates)
|
|
14
|
+
.sc(ListUpdates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RegisterCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "RegisterCluster", {})
|
|
13
13
|
.n("EKSClient", "RegisterClusterCommand")
|
|
14
|
-
.sc(RegisterCluster)
|
|
14
|
+
.sc(RegisterCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartInsightsRefresh } from "../schemas/schemas_0";
|
|
4
|
+
import { StartInsightsRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartInsightsRefreshCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartInsightsRefreshCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "StartInsightsRefresh", {})
|
|
13
13
|
.n("EKSClient", "StartInsightsRefreshCommand")
|
|
14
|
-
.sc(StartInsightsRefresh)
|
|
14
|
+
.sc(StartInsightsRefresh$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "TagResource", {})
|
|
13
13
|
.n("EKSClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UntagResource", {})
|
|
13
13
|
.n("EKSClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAccessEntry } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAccessEntry$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAccessEntryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAccessEntryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateAccessEntry", {})
|
|
13
13
|
.n("EKSClient", "UpdateAccessEntryCommand")
|
|
14
|
-
.sc(UpdateAccessEntry)
|
|
14
|
+
.sc(UpdateAccessEntry$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAddon } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAddon$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAddonCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAddonCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateAddon", {})
|
|
13
13
|
.n("EKSClient", "UpdateAddonCommand")
|
|
14
|
-
.sc(UpdateAddon)
|
|
14
|
+
.sc(UpdateAddon$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCapability } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCapability$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCapabilityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCapabilityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateCapability", {})
|
|
13
13
|
.n("EKSClient", "UpdateCapabilityCommand")
|
|
14
|
-
.sc(UpdateCapability)
|
|
14
|
+
.sc(UpdateCapability$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateClusterConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateClusterConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateClusterConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateClusterConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateClusterConfig", {})
|
|
13
13
|
.n("EKSClient", "UpdateClusterConfigCommand")
|
|
14
|
-
.sc(UpdateClusterConfig)
|
|
14
|
+
.sc(UpdateClusterConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateClusterVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateClusterVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateClusterVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateClusterVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateClusterVersion", {})
|
|
13
13
|
.n("EKSClient", "UpdateClusterVersionCommand")
|
|
14
|
-
.sc(UpdateClusterVersion)
|
|
14
|
+
.sc(UpdateClusterVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateEksAnywhereSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateEksAnywhereSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateEksAnywhereSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
|
|
13
13
|
.n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
|
|
14
|
-
.sc(UpdateEksAnywhereSubscription)
|
|
14
|
+
.sc(UpdateEksAnywhereSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNodegroupConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNodegroupConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNodegroupConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNodegroupConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
|
|
13
13
|
.n("EKSClient", "UpdateNodegroupConfigCommand")
|
|
14
|
-
.sc(UpdateNodegroupConfig)
|
|
14
|
+
.sc(UpdateNodegroupConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNodegroupVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNodegroupVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNodegroupVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNodegroupVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
|
|
13
13
|
.n("EKSClient", "UpdateNodegroupVersionCommand")
|
|
14
|
-
.sc(UpdateNodegroupVersion)
|
|
14
|
+
.sc(UpdateNodegroupVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdatePodIdentityAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdatePodIdentityAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdatePodIdentityAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdatePodIdentityAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
|
|
13
13
|
.n("EKSClient", "UpdatePodIdentityAssociationCommand")
|
|
14
|
-
.sc(UpdatePodIdentityAssociation)
|
|
14
|
+
.sc(UpdatePodIdentityAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.eks",
|
|
29
|
+
version: "2017-11-01",
|
|
30
|
+
serviceTarget: "AWSWesleyFrontend",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "EKS",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|