@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesReques
|
|
|
22
19
|
export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAccessPoliciesCommand_base: {
|
|
25
|
-
new (input: ListAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAccessPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAccessPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the available access policies. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAddonsCommandInput extends ListAddonsRequest {
|
|
|
22
19
|
export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAddonsCommand_base: {
|
|
25
|
-
new (input: ListAddonsCommandInput): import("@smithy/core/client").CommandImpl<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAddonsCommandInput): import("@smithy/core/client").CommandImpl<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAddonsCommandInput): import("@smithy/core/client").CommandImpl<ListAddonsCommandInput, ListAddonsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAddonsCommandInput): import("@smithy/core/client").CommandImpl<ListAddonsCommandInput, ListAddonsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the installed add-ons.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListAssociatedAccessPoliciesRequest, ListAssociatedAccessPoliciesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssociatedAccessPoliciesCommandInput extends ListAssociated
|
|
|
22
19
|
export interface ListAssociatedAccessPoliciesCommandOutput extends ListAssociatedAccessPoliciesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
25
|
-
new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the access policies associated with an access entry.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListCapabilitiesRequest, ListCapabilitiesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCapabilitiesCommandInput extends ListCapabilitiesRequest {
|
|
|
22
19
|
export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCapabilitiesCommand_base: {
|
|
25
|
-
new (input: ListCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListCapabilitiesCommandInput): import("@smithy/core/client").CommandImpl<ListCapabilitiesCommandInput, ListCapabilitiesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all managed capabilities in your Amazon EKS cluster. You can use this operation to get an overview of all capabilities and their current status.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListClustersCommandInput extends ListClustersRequest {
|
|
|
22
19
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClustersCommand_base: {
|
|
25
|
-
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListEksAnywhereSubscriptionsRequest, ListEksAnywhereSubscriptionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEksAnywhereSubscriptionsCommandInput extends ListEksAnywher
|
|
|
22
19
|
export interface ListEksAnywhereSubscriptionsCommandOutput extends ListEksAnywhereSubscriptionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEksAnywhereSubscriptionsCommand_base: {
|
|
25
|
-
new (input: ListEksAnywhereSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEksAnywhereSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEksAnywhereSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEksAnywhereSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Displays the full description of the subscription.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListFargateProfilesCommandInput extends ListFargateProfilesRequ
|
|
|
22
19
|
export interface ListFargateProfilesCommandOutput extends ListFargateProfilesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFargateProfilesCommand_base: {
|
|
25
|
-
new (input: ListFargateProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFargateProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFargateProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFargateProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListIdentityProviderConfigsRequest, ListIdentityProviderConfigsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListIdentityProviderConfigsCommandInput extends ListIdentityPro
|
|
|
22
19
|
export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityProviderConfigsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIdentityProviderConfigsCommand_base: {
|
|
25
|
-
new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the identity provider configurations for your cluster.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
|
|
|
22
19
|
export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListInsightsCommand_base: {
|
|
25
|
-
new (input: ListInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListInsightsCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all insights checked for against the specified cluster. You can
|
|
@@ -58,7 +53,7 @@ declare const ListInsightsCommand_base: {
|
|
|
58
53
|
* clusterName: "STRING_VALUE", // required
|
|
59
54
|
* filter: { // InsightsFilter
|
|
60
55
|
* categories: [ // CategoryList
|
|
61
|
-
* "UPGRADE_READINESS" || "MISCONFIGURATION",
|
|
56
|
+
* "UPGRADE_READINESS" || "MISCONFIGURATION" || "ROLLBACK_READINESS",
|
|
62
57
|
* ],
|
|
63
58
|
* kubernetesVersions: [ // StringList
|
|
64
59
|
* "STRING_VALUE",
|
|
@@ -77,7 +72,7 @@ declare const ListInsightsCommand_base: {
|
|
|
77
72
|
* // { // InsightSummary
|
|
78
73
|
* // id: "STRING_VALUE",
|
|
79
74
|
* // name: "STRING_VALUE",
|
|
80
|
-
* // category: "UPGRADE_READINESS" || "MISCONFIGURATION",
|
|
75
|
+
* // category: "UPGRADE_READINESS" || "MISCONFIGURATION" || "ROLLBACK_READINESS",
|
|
81
76
|
* // kubernetesVersion: "STRING_VALUE",
|
|
82
77
|
* // lastRefreshTime: new Date("TIMESTAMP"),
|
|
83
78
|
* // lastTransitionTime: new Date("TIMESTAMP"),
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {
|
|
|
22
19
|
export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListNodegroupsCommand_base: {
|
|
25
|
-
new (input: ListNodegroupsCommandInput): import("@smithy/core/client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListNodegroupsCommandInput): import("@smithy/core/client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListNodegroupsCommandInput): import("@smithy/core/client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListNodegroupsCommandInput): import("@smithy/core/client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListPodIdentityAssociationsRequest, ListPodIdentityAssociationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPodIdentityAssociationsCommandInput extends ListPodIdentity
|
|
|
22
19
|
export interface ListPodIdentityAssociationsCommandOutput extends ListPodIdentityAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPodIdentityAssociationsCommand_base: {
|
|
25
|
-
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List the tags for an Amazon EKS resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListUpdatesCommandInput extends ListUpdatesRequest {
|
|
|
22
19
|
export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListUpdatesCommand_base: {
|
|
25
|
-
new (input: ListUpdatesCommandInput): import("@smithy/core/client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListUpdatesCommandInput): import("@smithy/core/client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListUpdatesCommandInput): import("@smithy/core/client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListUpdatesCommandInput): import("@smithy/core/client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegisterClusterCommandInput extends RegisterClusterRequest {
|
|
|
22
19
|
export interface RegisterClusterCommandOutput extends RegisterClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterClusterCommand_base: {
|
|
25
|
-
new (input: RegisterClusterCommandInput): import("@smithy/core/client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterClusterCommandInput): import("@smithy/core/client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterClusterCommandInput): import("@smithy/core/client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterClusterCommandInput): import("@smithy/core/client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { StartInsightsRefreshRequest, StartInsightsRefreshResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartInsightsRefreshCommandInput extends StartInsightsRefreshRe
|
|
|
22
19
|
export interface StartInsightsRefreshCommandOutput extends StartInsightsRefreshResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartInsightsRefreshCommand_base: {
|
|
25
|
-
new (input: StartInsightsRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartInsightsRefreshCommandInput, StartInsightsRefreshCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartInsightsRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartInsightsRefreshCommandInput, StartInsightsRefreshCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartInsightsRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartInsightsRefreshCommandInput, StartInsightsRefreshCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartInsightsRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartInsightsRefreshCommandInput, StartInsightsRefreshCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Initiates an on-demand refresh operation for cluster insights, getting the latest analysis outside of the standard refresh schedule.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates the specified tags to an Amazon EKS resource with the specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes specified tags from an Amazon EKS resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { UpdateAccessEntryRequest, UpdateAccessEntryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAccessEntryCommandInput extends UpdateAccessEntryRequest
|
|
|
22
19
|
export interface UpdateAccessEntryCommandOutput extends UpdateAccessEntryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAccessEntryCommand_base: {
|
|
25
|
-
new (input: UpdateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an access entry.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
2
|
import type { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAddonCommandInput extends UpdateAddonRequest {
|
|
|
22
19
|
export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAddonCommand_base: {
|
|
25
|
-
new (input: UpdateAddonCommandInput): import("@smithy/core/client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAddonCommandInput): import("@smithy/core/client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAddonCommandInput): import("@smithy/core/client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAddonCommandInput): import("@smithy/core/client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an Amazon EKS add-on.</p>
|
|
@@ -59,7 +54,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
59
54
|
* // update: { // Update
|
|
60
55
|
* // id: "STRING_VALUE",
|
|
61
56
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
62
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate",
|
|
57
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
|
|
63
58
|
* // params: [ // UpdateParams
|
|
64
59
|
* // { // UpdateParam
|
|
65
60
|
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig" || "RemoteNetworkConfig" || "DeletionProtection" || "NodeRepairConfig" || "RoleArn" || "RoleMappingsToAddOrUpdate" || "RoleMappingsToRemove" || "NetworkAccess" || "VendedLogs" || "UpdatedTier" || "PreviousTier" || "WarmPoolEnabled" || "WarmPoolMaxGroupPreparedCapacity" || "WarmPoolMinSize" || "WarmPoolState" || "WarmPoolReuseOnScaleIn" || "ControlPlaneEgressMode",
|
|
@@ -76,6 +71,10 @@ declare const UpdateAddonCommand_base: {
|
|
|
76
71
|
* // ],
|
|
77
72
|
* // },
|
|
78
73
|
* // ],
|
|
74
|
+
* // cancellation: { // Cancellation
|
|
75
|
+
* // status: "InProgress" || "Failed" || "Successful",
|
|
76
|
+
* // reason: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
79
78
|
* // },
|
|
80
79
|
* // };
|
|
81
80
|
*
|