@aws-sdk/client-eks 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/EKS.d.ts +224 -272
- package/dist-types/ts3.4/EKSClient.d.ts +19 -44
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -32
- package/dist-types/ts3.4/models/errors.d.ts +12 -42
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +3 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateAccessPolicyResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateAccessPolicyCommandInput
|
|
8
|
-
extends DisassociateAccessPolicyRequest {}
|
|
7
|
+
export interface DisassociateAccessPolicyCommandInput extends DisassociateAccessPolicyRequest {}
|
|
9
8
|
export interface DisassociateAccessPolicyCommandOutput
|
|
10
|
-
extends DisassociateAccessPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateAccessPolicyResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateAccessPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateAccessPolicyCommandInput
|
|
12
|
+
input: DisassociateAccessPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateAccessPolicyCommandInput,
|
|
17
15
|
DisassociateAccessPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateAccessPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateAccessPolicyCommandInput
|
|
21
|
+
input: DisassociateAccessPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateAccessPolicyCommandInput,
|
|
26
24
|
DisassociateAccessPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateIdentityProviderConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateIdentityProviderConfigCommandInput
|
|
8
|
-
extends DisassociateIdentityProviderConfigRequest {}
|
|
7
|
+
export interface DisassociateIdentityProviderConfigCommandInput extends DisassociateIdentityProviderConfigRequest {}
|
|
9
8
|
export interface DisassociateIdentityProviderConfigCommandOutput
|
|
10
|
-
extends DisassociateIdentityProviderConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateIdentityProviderConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateIdentityProviderConfigCommandInput
|
|
12
|
+
input: DisassociateIdentityProviderConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateIdentityProviderConfigCommandInput,
|
|
17
15
|
DisassociateIdentityProviderConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateIdentityProviderConfigCommandInput
|
|
21
|
+
input: DisassociateIdentityProviderConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateIdentityProviderConfigCommandInput,
|
|
26
24
|
DisassociateIdentityProviderConfigCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAccessEntriesRequest,
|
|
4
|
-
ListAccessEntriesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAccessEntriesRequest, ListAccessEntriesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAccessEntriesCommandInput
|
|
8
|
-
extends ListAccessEntriesRequest {}
|
|
4
|
+
export interface ListAccessEntriesCommandInput extends ListAccessEntriesRequest {}
|
|
9
5
|
export interface ListAccessEntriesCommandOutput
|
|
10
|
-
extends ListAccessEntriesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAccessEntriesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAccessEntriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAccessEntriesCommandInput
|
|
9
|
+
input: ListAccessEntriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAccessEntriesCommandInput,
|
|
17
12
|
ListAccessEntriesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListAccessEntriesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListAccessEntriesCommandInput
|
|
18
|
+
input: ListAccessEntriesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListAccessEntriesCommandInput,
|
|
26
21
|
ListAccessEntriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAccessPoliciesRequest,
|
|
4
|
-
ListAccessPoliciesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAccessPoliciesCommandInput
|
|
8
|
-
extends ListAccessPoliciesRequest {}
|
|
4
|
+
export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesRequest {}
|
|
9
5
|
export interface ListAccessPoliciesCommandOutput
|
|
10
|
-
extends ListAccessPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAccessPoliciesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAccessPoliciesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAccessPoliciesCommandInput
|
|
9
|
+
input: ListAccessPoliciesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAccessPoliciesCommandInput,
|
|
17
12
|
ListAccessPoliciesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAddonsCommandInput extends ListAddonsRequest {}
|
|
5
|
-
export interface ListAddonsCommandOutput
|
|
6
|
-
extends ListAddonsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListAddonsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListAddonsCommandInput
|
|
8
|
+
input: ListAddonsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListAddonsCommandInput,
|
|
13
11
|
ListAddonsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListAddonsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListAddonsCommandInput
|
|
17
|
+
input: ListAddonsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListAddonsCommandInput,
|
|
22
20
|
ListAddonsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAssociatedAccessPoliciesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAssociatedAccessPoliciesCommandInput
|
|
8
|
-
extends ListAssociatedAccessPoliciesRequest {}
|
|
7
|
+
export interface ListAssociatedAccessPoliciesCommandInput extends ListAssociatedAccessPoliciesRequest {}
|
|
9
8
|
export interface ListAssociatedAccessPoliciesCommandOutput
|
|
10
|
-
extends ListAssociatedAccessPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAssociatedAccessPoliciesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAssociatedAccessPoliciesCommandInput
|
|
12
|
+
input: ListAssociatedAccessPoliciesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAssociatedAccessPoliciesCommandInput,
|
|
17
15
|
ListAssociatedAccessPoliciesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAssociatedAccessPoliciesCommandInput
|
|
21
|
+
input: ListAssociatedAccessPoliciesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAssociatedAccessPoliciesCommandInput,
|
|
26
24
|
ListAssociatedAccessPoliciesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCapabilitiesRequest,
|
|
4
|
-
ListCapabilitiesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCapabilitiesRequest, ListCapabilitiesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListCapabilitiesCommandInput extends ListCapabilitiesRequest {}
|
|
8
|
-
export interface ListCapabilitiesCommandOutput
|
|
9
|
-
extends ListCapabilitiesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListCapabilitiesCommandOutput extends ListCapabilitiesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListCapabilitiesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListCapabilitiesCommandInput
|
|
8
|
+
input: ListCapabilitiesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListCapabilitiesCommandInput,
|
|
16
11
|
ListCapabilitiesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListCapabilitiesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListCapabilitiesCommandInput
|
|
17
|
+
input: ListCapabilitiesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListCapabilitiesCommandInput,
|
|
25
20
|
ListCapabilitiesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
5
|
-
export interface ListClustersCommandOutput
|
|
6
|
-
extends ListClustersResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListClustersCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListClustersCommandInput
|
|
8
|
+
input: ListClustersCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListClustersCommandInput,
|
|
13
11
|
ListClustersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEksAnywhereSubscriptionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEksAnywhereSubscriptionsCommandInput
|
|
8
|
-
extends ListEksAnywhereSubscriptionsRequest {}
|
|
7
|
+
export interface ListEksAnywhereSubscriptionsCommandInput extends ListEksAnywhereSubscriptionsRequest {}
|
|
9
8
|
export interface ListEksAnywhereSubscriptionsCommandOutput
|
|
10
|
-
extends ListEksAnywhereSubscriptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEksAnywhereSubscriptionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEksAnywhereSubscriptionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEksAnywhereSubscriptionsCommandInput
|
|
12
|
+
input: ListEksAnywhereSubscriptionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEksAnywhereSubscriptionsCommandInput,
|
|
17
15
|
ListEksAnywhereSubscriptionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFargateProfilesRequest,
|
|
4
|
-
ListFargateProfilesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFargateProfilesCommandInput
|
|
8
|
-
extends ListFargateProfilesRequest {}
|
|
4
|
+
export interface ListFargateProfilesCommandInput extends ListFargateProfilesRequest {}
|
|
9
5
|
export interface ListFargateProfilesCommandOutput
|
|
10
|
-
extends ListFargateProfilesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListFargateProfilesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListFargateProfilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListFargateProfilesCommandInput
|
|
9
|
+
input: ListFargateProfilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListFargateProfilesCommandInput,
|
|
17
12
|
ListFargateProfilesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListFargateProfilesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListFargateProfilesCommandInput
|
|
18
|
+
input: ListFargateProfilesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListFargateProfilesCommandInput,
|
|
26
21
|
ListFargateProfilesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListIdentityProviderConfigsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListIdentityProviderConfigsCommandInput
|
|
8
|
-
extends ListIdentityProviderConfigsRequest {}
|
|
7
|
+
export interface ListIdentityProviderConfigsCommandInput extends ListIdentityProviderConfigsRequest {}
|
|
9
8
|
export interface ListIdentityProviderConfigsCommandOutput
|
|
10
|
-
extends ListIdentityProviderConfigsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListIdentityProviderConfigsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListIdentityProviderConfigsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListIdentityProviderConfigsCommandInput
|
|
12
|
+
input: ListIdentityProviderConfigsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListIdentityProviderConfigsCommandInput,
|
|
17
15
|
ListIdentityProviderConfigsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListIdentityProviderConfigsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListIdentityProviderConfigsCommandInput
|
|
21
|
+
input: ListIdentityProviderConfigsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListIdentityProviderConfigsCommandInput,
|
|
26
24
|
ListIdentityProviderConfigsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListInsightsCommandInput extends ListInsightsRequest {}
|
|
5
|
-
export interface ListInsightsCommandOutput
|
|
6
|
-
extends ListInsightsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListInsightsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListInsightsCommandInput
|
|
8
|
+
input: ListInsightsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListInsightsCommandInput,
|
|
13
11
|
ListInsightsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListInsightsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListInsightsCommandInput
|
|
17
|
+
input: ListInsightsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListInsightsCommandInput,
|
|
22
20
|
ListInsightsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListNodegroupsRequest,
|
|
4
|
-
ListNodegroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {}
|
|
8
|
-
export interface ListNodegroupsCommandOutput
|
|
9
|
-
extends ListNodegroupsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListNodegroupsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListNodegroupsCommandInput
|
|
8
|
+
input: ListNodegroupsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListNodegroupsCommandInput,
|
|
16
11
|
ListNodegroupsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListNodegroupsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListNodegroupsCommandInput
|
|
17
|
+
input: ListNodegroupsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListNodegroupsCommandInput,
|
|
25
20
|
ListNodegroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPodIdentityAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPodIdentityAssociationsCommandInput
|
|
8
|
-
extends ListPodIdentityAssociationsRequest {}
|
|
7
|
+
export interface ListPodIdentityAssociationsCommandInput extends ListPodIdentityAssociationsRequest {}
|
|
9
8
|
export interface ListPodIdentityAssociationsCommandOutput
|
|
10
|
-
extends ListPodIdentityAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPodIdentityAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPodIdentityAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPodIdentityAssociationsCommandInput
|
|
12
|
+
input: ListPodIdentityAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPodIdentityAssociationsCommandInput,
|
|
17
15
|
ListPodIdentityAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListPodIdentityAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListPodIdentityAssociationsCommandInput
|
|
21
|
+
input: ListPodIdentityAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListPodIdentityAssociationsCommandInput,
|
|
26
24
|
ListPodIdentityAssociationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListUpdatesCommandInput extends ListUpdatesRequest {}
|
|
5
|
-
export interface ListUpdatesCommandOutput
|
|
6
|
-
extends ListUpdatesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListUpdatesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListUpdatesCommandInput
|
|
8
|
+
input: ListUpdatesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListUpdatesCommandInput,
|
|
13
11
|
ListUpdatesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListUpdatesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListUpdatesCommandInput
|
|
17
|
+
input: ListUpdatesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListUpdatesCommandInput,
|
|
22
20
|
ListUpdatesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterClusterRequest,
|
|
4
|
-
RegisterClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface RegisterClusterCommandInput extends RegisterClusterRequest {}
|
|
8
|
-
export interface RegisterClusterCommandOutput
|
|
9
|
-
extends RegisterClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RegisterClusterCommandOutput extends RegisterClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const RegisterClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: RegisterClusterCommandInput
|
|
8
|
+
input: RegisterClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
RegisterClusterCommandInput,
|
|
16
11
|
RegisterClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const RegisterClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: RegisterClusterCommandInput
|
|
17
|
+
input: RegisterClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
RegisterClusterCommandInput,
|
|
25
20
|
RegisterClusterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartInsightsRefreshRequest,
|
|
4
|
-
StartInsightsRefreshResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartInsightsRefreshRequest, StartInsightsRefreshResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartInsightsRefreshCommandInput
|
|
8
|
-
extends StartInsightsRefreshRequest {}
|
|
4
|
+
export interface StartInsightsRefreshCommandInput extends StartInsightsRefreshRequest {}
|
|
9
5
|
export interface StartInsightsRefreshCommandOutput
|
|
10
|
-
extends StartInsightsRefreshResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartInsightsRefreshResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartInsightsRefreshCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartInsightsRefreshCommandInput
|
|
9
|
+
input: StartInsightsRefreshCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartInsightsRefreshCommandInput,
|
|
17
12
|
StartInsightsRefreshCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartInsightsRefreshCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartInsightsRefreshCommandInput
|
|
18
|
+
input: StartInsightsRefreshCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartInsightsRefreshCommandInput,
|
|
26
21
|
StartInsightsRefreshCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateAccessEntryRequest,
|
|
4
|
-
UpdateAccessEntryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateAccessEntryRequest, UpdateAccessEntryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAccessEntryCommandInput
|
|
8
|
-
extends UpdateAccessEntryRequest {}
|
|
4
|
+
export interface UpdateAccessEntryCommandInput extends UpdateAccessEntryRequest {}
|
|
9
5
|
export interface UpdateAccessEntryCommandOutput
|
|
10
|
-
extends UpdateAccessEntryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateAccessEntryResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateAccessEntryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateAccessEntryCommandInput
|
|
9
|
+
input: UpdateAccessEntryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateAccessEntryCommandInput,
|
|
17
12
|
UpdateAccessEntryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateAccessEntryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateAccessEntryCommandInput
|
|
18
|
+
input: UpdateAccessEntryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateAccessEntryCommandInput,
|
|
26
21
|
UpdateAccessEntryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateAddonCommandInput extends UpdateAddonRequest {}
|
|
5
|
-
export interface UpdateAddonCommandOutput
|
|
6
|
-
extends UpdateAddonResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateAddonCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateAddonCommandInput
|
|
8
|
+
input: UpdateAddonCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateAddonCommandInput,
|
|
13
11
|
UpdateAddonCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateAddonCommandInput
|
|
17
|
+
input: UpdateAddonCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateAddonCommandInput,
|
|
22
20
|
UpdateAddonCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateCapabilityRequest,
|
|
4
|
-
UpdateCapabilityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateCapabilityRequest, UpdateCapabilityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateCapabilityCommandInput extends UpdateCapabilityRequest {}
|
|
8
|
-
export interface UpdateCapabilityCommandOutput
|
|
9
|
-
extends UpdateCapabilityResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateCapabilityCommandOutput extends UpdateCapabilityResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateCapabilityCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateCapabilityCommandInput
|
|
8
|
+
input: UpdateCapabilityCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateCapabilityCommandInput,
|
|
16
11
|
UpdateCapabilityCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateCapabilityCommandInput
|
|
17
|
+
input: UpdateCapabilityCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateCapabilityCommandInput,
|
|
25
20
|
UpdateCapabilityCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateClusterConfigRequest,
|
|
4
|
-
UpdateClusterConfigResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateClusterConfigCommandInput
|
|
8
|
-
extends UpdateClusterConfigRequest {}
|
|
4
|
+
export interface UpdateClusterConfigCommandInput extends UpdateClusterConfigRequest {}
|
|
9
5
|
export interface UpdateClusterConfigCommandOutput
|
|
10
|
-
extends UpdateClusterConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateClusterConfigResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateClusterConfigCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateClusterConfigCommandInput
|
|
9
|
+
input: UpdateClusterConfigCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateClusterConfigCommandInput,
|
|
17
12
|
UpdateClusterConfigCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateClusterConfigCommandInput
|
|
18
|
+
input: UpdateClusterConfigCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateClusterConfigCommandInput,
|
|
26
21
|
UpdateClusterConfigCommandOutput,
|