@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
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { CancelUpdateRequest, CancelUpdateResponse } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link CancelUpdateCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface CancelUpdateCommandInput extends CancelUpdateRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link CancelUpdateCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface CancelUpdateCommandOutput extends CancelUpdateResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const CancelUpdateCommand_base: {
|
|
22
|
+
new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CancelUpdateCommandInput): import("@smithy/core/client").CommandImpl<CancelUpdateCommandInput, CancelUpdateCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Cancels an in-progress update to an Amazon EKS cluster on a best-effort basis. Cancellation
|
|
28
|
+
* is only performed if the update can be cancelled. Currently, this is supported for
|
|
29
|
+
* <code>VersionRollback</code> update types on EKS Auto Mode clusters when nodes are
|
|
30
|
+
* rolling back.</p>
|
|
31
|
+
* <p>A successful cancellation stops the node rollback. After cancellation, nodes converge
|
|
32
|
+
* to the current cluster version honoring configured disruption controls. If the control
|
|
33
|
+
* plane rollback has already begun, the cancellation request fails.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { EKSClient, CancelUpdateCommand } from "@aws-sdk/client-eks"; // ES Modules import
|
|
38
|
+
* // const { EKSClient, CancelUpdateCommand } = require("@aws-sdk/client-eks"); // CommonJS import
|
|
39
|
+
* // import type { EKSClientConfig } from "@aws-sdk/client-eks";
|
|
40
|
+
* const config = {}; // type is EKSClientConfig
|
|
41
|
+
* const client = new EKSClient(config);
|
|
42
|
+
* const input = { // CancelUpdateRequest
|
|
43
|
+
* name: "STRING_VALUE", // required
|
|
44
|
+
* updateId: "STRING_VALUE", // required
|
|
45
|
+
* clientRequestToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new CancelUpdateCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // CancelUpdateResponse
|
|
50
|
+
* // update: { // Update
|
|
51
|
+
* // id: "STRING_VALUE",
|
|
52
|
+
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
53
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate" || "DeletionProtectionUpdate" || "CapabilityUpdate" || "ControlPlaneScalingConfigUpdate" || "VendedLogsUpdate" || "ControlPlaneEgressUpdate" || "VersionRollback",
|
|
54
|
+
* // params: [ // UpdateParams
|
|
55
|
+
* // { // UpdateParam
|
|
56
|
+
* // 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",
|
|
57
|
+
* // value: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
61
|
+
* // errors: [ // ErrorDetails
|
|
62
|
+
* // { // ErrorDetail
|
|
63
|
+
* // errorCode: "SubnetNotFound" || "SecurityGroupNotFound" || "EniLimitReached" || "IpNotAvailable" || "AccessDenied" || "OperationNotPermitted" || "VpcIdNotFound" || "Unknown" || "NodeCreationFailure" || "PodEvictionFailure" || "InsufficientFreeAddresses" || "ClusterUnreachable" || "InsufficientNumberOfReplicas" || "ConfigurationConflict" || "AdmissionRequestDenied" || "UnsupportedAddonModification" || "K8sResourceNotFound",
|
|
64
|
+
* // errorMessage: "STRING_VALUE",
|
|
65
|
+
* // resourceIds: [ // StringList
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // cancellation: { // Cancellation
|
|
71
|
+
* // status: "InProgress" || "Failed" || "Successful",
|
|
72
|
+
* // reason: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param CancelUpdateCommandInput - {@link CancelUpdateCommandInput}
|
|
80
|
+
* @returns {@link CancelUpdateCommandOutput}
|
|
81
|
+
* @see {@link CancelUpdateCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link CancelUpdateCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ClientException} (client fault)
|
|
86
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
87
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
88
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
91
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
92
|
+
* request.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
95
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
96
|
+
* and the associated operations.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
99
|
+
* <p>Amazon EKS detected upgrade readiness issues. Call the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_ListInsights.html">
|
|
100
|
+
* <code>ListInsights</code>
|
|
101
|
+
* </a> API to view detected upgrade blocking issues.
|
|
102
|
+
* Pass the <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html#API_UpdateClusterVersion_RequestBody">
|
|
103
|
+
* <code>force</code>
|
|
104
|
+
* </a> flag when updating to override upgrade readiness
|
|
105
|
+
* errors.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ResourceInUseException} (client fault)
|
|
108
|
+
* <p>The specified resource is in use.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
111
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
112
|
+
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
113
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
114
|
+
* specific.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link ServerException} (server fault)
|
|
117
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
120
|
+
* <p>The request or operation couldn't be performed because a service is throttling
|
|
121
|
+
* requests.</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link EKSServiceException}
|
|
124
|
+
* <p>Base exception class for all service exceptions from EKS service.</p>
|
|
125
|
+
*
|
|
126
|
+
*
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export declare class CancelUpdateCommand extends CancelUpdateCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: CancelUpdateRequest;
|
|
134
|
+
output: CancelUpdateResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: CancelUpdateCommandInput;
|
|
138
|
+
output: CancelUpdateCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
}
|
|
@@ -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 { CreateAccessEntryRequest, CreateAccessEntryResponse } 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 CreateAccessEntryCommandInput extends CreateAccessEntryRequest
|
|
|
22
19
|
export interface CreateAccessEntryCommandOutput extends CreateAccessEntryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAccessEntryCommand_base: {
|
|
25
|
-
new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates 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 { CreateAddonRequest, CreateAddonResponse } 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 CreateAddonCommandInput extends CreateAddonRequest {
|
|
|
22
19
|
export interface CreateAddonCommandOutput extends CreateAddonResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAddonCommand_base: {
|
|
25
|
-
new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAddonCommandInput): import("@smithy/core/client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon EKS add-on.</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 { CreateCapabilityRequest, CreateCapabilityResponse } 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 CreateCapabilityCommandInput extends CreateCapabilityRequest {
|
|
|
22
19
|
export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCapabilityCommand_base: {
|
|
25
|
-
new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<CreateCapabilityCommandInput, CreateCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a managed capability resource for an Amazon EKS 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 { CreateClusterRequest, CreateClusterResponse } 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 CreateClusterCommandInput extends CreateClusterRequest {
|
|
|
22
19
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateClusterCommand_base: {
|
|
25
|
-
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an 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 { CreateEksAnywhereSubscriptionRequest, CreateEksAnywhereSubscriptionResponse } 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 CreateEksAnywhereSubscriptionCommandInput extends CreateEksAnyw
|
|
|
22
19
|
export interface CreateEksAnywhereSubscriptionCommandOutput extends CreateEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEksAnywhereSubscriptionCommand_base: {
|
|
25
|
-
new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an EKS Anywhere subscription. When a subscription is created, it is a contract
|
|
@@ -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 { CreateFargateProfileRequest, CreateFargateProfileResponse } 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 CreateFargateProfileCommandInput extends CreateFargateProfileRe
|
|
|
22
19
|
export interface CreateFargateProfileCommandOutput extends CreateFargateProfileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateFargateProfileCommand_base: {
|
|
25
|
-
new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Fargate profile for your Amazon EKS cluster. You must have at least one
|
|
@@ -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 { CreateNodegroupRequest, CreateNodegroupResponse } 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 CreateNodegroupCommandInput extends CreateNodegroupRequest {
|
|
|
22
19
|
export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateNodegroupCommand_base: {
|
|
25
|
-
new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateNodegroupCommandInput): import("@smithy/core/client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a managed node group for an Amazon EKS 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 { CreatePodIdentityAssociationRequest, CreatePodIdentityAssociationResponse } 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 CreatePodIdentityAssociationCommandInput extends CreatePodIdent
|
|
|
22
19
|
export interface CreatePodIdentityAssociationCommandOutput extends CreatePodIdentityAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePodIdentityAssociationCommand_base: {
|
|
25
|
-
new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role
|
|
@@ -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 { DeleteAccessEntryRequest, DeleteAccessEntryResponse } 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 DeleteAccessEntryCommandInput extends DeleteAccessEntryRequest
|
|
|
22
19
|
export interface DeleteAccessEntryCommandOutput extends DeleteAccessEntryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAccessEntryCommand_base: {
|
|
25
|
-
new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAccessEntryCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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 { DeleteAddonRequest, DeleteAddonResponse } 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 DeleteAddonCommandInput extends DeleteAddonRequest {
|
|
|
22
19
|
export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAddonCommand_base: {
|
|
25
|
-
new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAddonCommandInput): import("@smithy/core/client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon EKS add-on.</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 { DeleteCapabilityRequest, DeleteCapabilityResponse } 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 DeleteCapabilityCommandInput extends DeleteCapabilityRequest {
|
|
|
22
19
|
export interface DeleteCapabilityCommandOutput extends DeleteCapabilityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCapabilityCommand_base: {
|
|
25
|
-
new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCapabilityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapabilityCommandInput, DeleteCapabilityCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a managed capability from your Amazon EKS cluster. When you delete a capability, Amazon EKS removes the capability infrastructure but retains all resources that were managed by the capability.</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 { DeleteClusterRequest, DeleteClusterResponse } 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 DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
|
22
19
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteClusterCommand_base: {
|
|
25
|
-
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon EKS cluster 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 { DeleteEksAnywhereSubscriptionRequest, DeleteEksAnywhereSubscriptionResponse } 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 DeleteEksAnywhereSubscriptionCommandInput extends DeleteEksAnyw
|
|
|
22
19
|
export interface DeleteEksAnywhereSubscriptionCommandOutput extends DeleteEksAnywhereSubscriptionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEksAnywhereSubscriptionCommand_base: {
|
|
25
|
-
new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an expired or inactive subscription. Deleting inactive subscriptions removes
|
|
@@ -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 { DeleteFargateProfileRequest, DeleteFargateProfileResponse } 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 DeleteFargateProfileCommandInput extends DeleteFargateProfileRe
|
|
|
22
19
|
export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFargateProfileCommand_base: {
|
|
25
|
-
new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFargateProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Fargate profile.</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 { DeleteNodegroupRequest, DeleteNodegroupResponse } 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 DeleteNodegroupCommandInput extends DeleteNodegroupRequest {
|
|
|
22
19
|
export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteNodegroupCommand_base: {
|
|
25
|
-
new (input: DeleteNodegroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteNodegroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteNodegroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteNodegroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a managed node group.</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 { DeletePodIdentityAssociationRequest, DeletePodIdentityAssociationResponse } 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 DeletePodIdentityAssociationCommandInput extends DeletePodIdent
|
|
|
22
19
|
export interface DeletePodIdentityAssociationCommandOutput extends DeletePodIdentityAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePodIdentityAssociationCommand_base: {
|
|
25
|
-
new (input: DeletePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePodIdentityAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, import("..").EKSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a EKS Pod Identity association.</p>
|