@aws-sdk/client-eks 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +212 -214
- package/dist-cjs/models/EKSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/EKS.js +1 -1
- package/dist-es/EKSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/CreateAccessEntryCommand.js +2 -2
- package/dist-es/commands/CreateAddonCommand.js +2 -2
- package/dist-es/commands/CreateCapabilityCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -2
- package/dist-es/commands/CreateNodegroupCommand.js +2 -2
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteAccessEntryCommand.js +2 -2
- package/dist-es/commands/DeleteAddonCommand.js +2 -2
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -2
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -2
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeregisterClusterCommand.js +2 -2
- package/dist-es/commands/DescribeAccessEntryCommand.js +2 -2
- package/dist-es/commands/DescribeAddonCommand.js +2 -2
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeCapabilityCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/DescribeInsightCommand.js +2 -2
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -2
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DescribeUpdateCommand.js +2 -2
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/ListAccessEntriesCommand.js +2 -2
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListAddonsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -2
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -2
- package/dist-es/commands/ListInsightsCommand.js +2 -2
- package/dist-es/commands/ListNodegroupsCommand.js +2 -2
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUpdatesCommand.js +2 -2
- package/dist-es/commands/RegisterClusterCommand.js +2 -2
- package/dist-es/commands/StartInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessEntryCommand.js +2 -2
- package/dist-es/commands/UpdateAddonCommand.js +2 -2
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -2
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -2
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -2
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/EKSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAddonActive.js +1 -1
- package/dist-es/waiters/waitForAddonDeleted.js +1 -1
- package/dist-es/waiters/waitForClusterActive.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForFargateProfileActive.js +1 -1
- package/dist-es/waiters/waitForFargateProfileDeleted.js +1 -1
- package/dist-es/waiters/waitForNodegroupActive.js +1 -1
- package/dist-es/waiters/waitForNodegroupDeleted.js +1 -1
- package/dist-types/EKS.d.ts +1 -1
- package/dist-types/EKSClient.d.ts +5 -5
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/CreateAddonCommand.d.ts +6 -4
- package/dist-types/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAddonCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeUpdateCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListAddonsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsCommand.d.ts +6 -4
- package/dist-types/commands/ListNodegroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListUpdatesCommand.d.ts +6 -4
- package/dist-types/commands/RegisterClusterCommand.d.ts +6 -4
- package/dist-types/commands/StartInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAddonCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/EKSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/EKS.d.ts +1 -1
- package/dist-types/ts3.4/EKSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForAddonActive.d.ts +1 -1
- package/dist-types/waiters/waitForAddonDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForClusterActive.d.ts +1 -1
- package/dist-types/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForFargateProfileActive.d.ts +1 -1
- package/dist-types/waiters/waitForFargateProfileDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForNodegroupActive.d.ts +1 -1
- package/dist-types/waiters/waitForNodegroupDeleted.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {
|
|
|
22
22
|
export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeUpdateCommand_base: {
|
|
25
|
-
new (input: DescribeUpdateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeUpdateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeUpdateCommandInput): import("@smithy/core/client").CommandImpl<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeUpdateCommandInput): import("@smithy/core/client").CommandImpl<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes an update to an Amazon EKS resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { DisassociateAccessPolicyRequest, DisassociateAccessPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateAccessPolicyCommandInput extends DisassociateAccess
|
|
|
22
22
|
export interface DisassociateAccessPolicyCommandOutput extends DisassociateAccessPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateAccessPolicyCommand_base: {
|
|
25
|
-
new (input: DisassociateAccessPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateAccessPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates an access policy from an access entry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { DisassociateIdentityProviderConfigRequest, DisassociateIdentityProviderConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateIdentityProviderConfigCommandInput extends Disassoc
|
|
|
22
22
|
export interface DisassociateIdentityProviderConfigCommandOutput extends DisassociateIdentityProviderConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
25
|
-
new (input: DisassociateIdentityProviderConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateIdentityProviderConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateIdentityProviderConfigCommandInput): import("@smithy/core/client").CommandImpl<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates an identity provider configuration from a cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListAccessEntriesRequest, ListAccessEntriesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAccessEntriesCommandInput extends ListAccessEntriesRequest
|
|
|
22
22
|
export interface ListAccessEntriesCommandOutput extends ListAccessEntriesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccessEntriesCommand_base: {
|
|
25
|
-
new (input: ListAccessEntriesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAccessEntriesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAccessEntriesCommandInput): import("@smithy/core/client").CommandImpl<ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAccessEntriesCommandInput): import("@smithy/core/client").CommandImpl<ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the access entries for your cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesReques
|
|
|
22
22
|
export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAccessPoliciesCommand_base: {
|
|
25
|
-
new (input: ListAccessPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAccessPoliciesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the available access policies. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAddonsCommandInput extends ListAddonsRequest {
|
|
|
22
22
|
export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAddonsCommand_base: {
|
|
25
|
-
new (input: ListAddonsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAddonsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the installed add-ons.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListAssociatedAccessPoliciesRequest, ListAssociatedAccessPoliciesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssociatedAccessPoliciesCommandInput extends ListAssociated
|
|
|
22
22
|
export interface ListAssociatedAccessPoliciesCommandOutput extends ListAssociatedAccessPoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
25
|
-
new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the access policies associated with an access entry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListCapabilitiesRequest, ListCapabilitiesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCapabilitiesCommandInput extends ListCapabilitiesRequest {
|
|
|
22
22
|
export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCapabilitiesCommand_base: {
|
|
25
|
-
new (input: ListCapabilitiesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCapabilitiesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListClustersCommandInput extends ListClustersRequest {
|
|
|
22
22
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListClustersCommand_base: {
|
|
25
|
-
new (input: ListClustersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListEksAnywhereSubscriptionsRequest, ListEksAnywhereSubscriptionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEksAnywhereSubscriptionsCommandInput extends ListEksAnywher
|
|
|
22
22
|
export interface ListEksAnywhereSubscriptionsCommandOutput extends ListEksAnywhereSubscriptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEksAnywhereSubscriptionsCommand_base: {
|
|
25
|
-
new (input: ListEksAnywhereSubscriptionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEksAnywhereSubscriptionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays the full description of the subscription.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFargateProfilesCommandInput extends ListFargateProfilesRequ
|
|
|
22
22
|
export interface ListFargateProfilesCommandOutput extends ListFargateProfilesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFargateProfilesCommand_base: {
|
|
25
|
-
new (input: ListFargateProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFargateProfilesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListIdentityProviderConfigsRequest, ListIdentityProviderConfigsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIdentityProviderConfigsCommandInput extends ListIdentityPro
|
|
|
22
22
|
export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityProviderConfigsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIdentityProviderConfigsCommand_base: {
|
|
25
|
-
new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the identity provider configurations for your cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
|
|
|
22
22
|
export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListInsightsCommand_base: {
|
|
25
|
-
new (input: ListInsightsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListInsightsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all insights checked for against the specified cluster. You can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {
|
|
|
22
22
|
export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNodegroupsCommand_base: {
|
|
25
|
-
new (input: ListNodegroupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListNodegroupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListPodIdentityAssociationsRequest, ListPodIdentityAssociationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPodIdentityAssociationsCommandInput extends ListPodIdentity
|
|
|
22
22
|
export interface ListPodIdentityAssociationsCommandOutput extends ListPodIdentityAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPodIdentityAssociationsCommand_base: {
|
|
25
|
-
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the tags for an Amazon EKS resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListUpdatesCommandInput extends ListUpdatesRequest {
|
|
|
22
22
|
export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListUpdatesCommand_base: {
|
|
25
|
-
new (input: ListUpdatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListUpdatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterClusterCommandInput extends RegisterClusterRequest {
|
|
|
22
22
|
export interface RegisterClusterCommandOutput extends RegisterClusterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterClusterCommand_base: {
|
|
25
|
-
new (input: RegisterClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { StartInsightsRefreshRequest, StartInsightsRefreshResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartInsightsRefreshCommandInput extends StartInsightsRefreshRe
|
|
|
22
22
|
export interface StartInsightsRefreshCommandOutput extends StartInsightsRefreshResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartInsightsRefreshCommand_base: {
|
|
25
|
-
new (input: StartInsightsRefreshCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartInsightsRefreshCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Initiates an on-demand refresh operation for cluster insights, getting the latest analysis outside of the standard refresh schedule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates the specified tags to an Amazon EKS resource with the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes specified tags from an Amazon EKS resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { UpdateAccessEntryRequest, UpdateAccessEntryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAccessEntryCommandInput extends UpdateAccessEntryRequest
|
|
|
22
22
|
export interface UpdateAccessEntryCommandOutput extends UpdateAccessEntryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAccessEntryCommand_base: {
|
|
25
|
-
new (input: UpdateAccessEntryCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAccessEntryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an access entry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAddonCommandInput extends UpdateAddonRequest {
|
|
|
22
22
|
export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAddonCommand_base: {
|
|
25
|
-
new (input: UpdateAddonCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAddonCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an Amazon EKS add-on.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { UpdateCapabilityRequest, UpdateCapabilityResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateCapabilityCommandInput extends UpdateCapabilityRequest {
|
|
|
22
22
|
export interface UpdateCapabilityCommandOutput extends UpdateCapabilityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateCapabilityCommand_base: {
|
|
25
|
-
new (input: UpdateCapabilityCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateCapabilityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateCapabilityCommandInput): import("@smithy/core/client").CommandImpl<UpdateCapabilityCommandInput, UpdateCapabilityCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of a managed capability in your Amazon EKS cluster. You can update the IAM role, configuration settings, and delete propagation policy for a capability.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateClusterConfigCommandInput extends UpdateClusterConfigRequ
|
|
|
22
22
|
export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateClusterConfigCommand_base: {
|
|
25
|
-
new (input: UpdateClusterConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateClusterConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateClusterConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateClusterConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an Amazon EKS cluster configuration. Your cluster continues to function during the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
4
|
import type { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateClusterVersionCommandInput extends UpdateClusterVersionRe
|
|
|
22
22
|
export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateClusterVersionCommand_base: {
|
|
25
|
-
new (input: UpdateClusterVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateClusterVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateClusterVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateClusterVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues to
|