@aws-sdk/client-eks 3.1087.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 +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteCapabilityRequest,
|
|
4
|
-
DeleteCapabilityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteCapabilityRequest, DeleteCapabilityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteCapabilityCommandInput extends DeleteCapabilityRequest {}
|
|
8
|
-
export interface DeleteCapabilityCommandOutput
|
|
9
|
-
extends DeleteCapabilityResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteCapabilityCommandOutput extends DeleteCapabilityResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteCapabilityCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteCapabilityCommandInput
|
|
8
|
+
input: DeleteCapabilityCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteCapabilityCommandInput,
|
|
16
11
|
DeleteCapabilityCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteCapabilityCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteCapabilityCommandInput
|
|
17
|
+
input: DeleteCapabilityCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteCapabilityCommandInput,
|
|
25
20
|
DeleteCapabilityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteClusterRequest,
|
|
4
|
-
DeleteClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
8
|
-
export interface DeleteClusterCommandOutput
|
|
9
|
-
extends DeleteClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteClusterCommandInput
|
|
8
|
+
input: DeleteClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteClusterCommandInput,
|
|
16
11
|
DeleteClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteClusterCommandInput
|
|
17
|
+
input: DeleteClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteClusterCommandInput,
|
|
25
20
|
DeleteClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteEksAnywhereSubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEksAnywhereSubscriptionCommandInput
|
|
8
|
-
extends DeleteEksAnywhereSubscriptionRequest {}
|
|
7
|
+
export interface DeleteEksAnywhereSubscriptionCommandInput extends DeleteEksAnywhereSubscriptionRequest {}
|
|
9
8
|
export interface DeleteEksAnywhereSubscriptionCommandOutput
|
|
10
|
-
extends DeleteEksAnywhereSubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteEksAnywhereSubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteEksAnywhereSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteEksAnywhereSubscriptionCommandInput
|
|
12
|
+
input: DeleteEksAnywhereSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteEksAnywhereSubscriptionCommandInput,
|
|
17
15
|
DeleteEksAnywhereSubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteEksAnywhereSubscriptionCommandInput
|
|
21
|
+
input: DeleteEksAnywhereSubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteEksAnywhereSubscriptionCommandInput,
|
|
26
24
|
DeleteEksAnywhereSubscriptionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteFargateProfileRequest,
|
|
4
|
-
DeleteFargateProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteFargateProfileCommandInput
|
|
8
|
-
extends DeleteFargateProfileRequest {}
|
|
4
|
+
export interface DeleteFargateProfileCommandInput extends DeleteFargateProfileRequest {}
|
|
9
5
|
export interface DeleteFargateProfileCommandOutput
|
|
10
|
-
extends DeleteFargateProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteFargateProfileResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteFargateProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteFargateProfileCommandInput
|
|
9
|
+
input: DeleteFargateProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteFargateProfileCommandInput,
|
|
17
12
|
DeleteFargateProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteFargateProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteFargateProfileCommandInput
|
|
18
|
+
input: DeleteFargateProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteFargateProfileCommandInput,
|
|
26
21
|
DeleteFargateProfileCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteNodegroupRequest,
|
|
4
|
-
DeleteNodegroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteNodegroupRequest, DeleteNodegroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {}
|
|
8
|
-
export interface DeleteNodegroupCommandOutput
|
|
9
|
-
extends DeleteNodegroupResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteNodegroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteNodegroupCommandInput
|
|
8
|
+
input: DeleteNodegroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteNodegroupCommandInput,
|
|
16
11
|
DeleteNodegroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteNodegroupCommandInput
|
|
17
|
+
input: DeleteNodegroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteNodegroupCommandInput,
|
|
25
20
|
DeleteNodegroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeletePodIdentityAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePodIdentityAssociationCommandInput
|
|
8
|
-
extends DeletePodIdentityAssociationRequest {}
|
|
7
|
+
export interface DeletePodIdentityAssociationCommandInput extends DeletePodIdentityAssociationRequest {}
|
|
9
8
|
export interface DeletePodIdentityAssociationCommandOutput
|
|
10
|
-
extends DeletePodIdentityAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeletePodIdentityAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeletePodIdentityAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeletePodIdentityAssociationCommandInput
|
|
12
|
+
input: DeletePodIdentityAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeletePodIdentityAssociationCommandInput,
|
|
17
15
|
DeletePodIdentityAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeletePodIdentityAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeletePodIdentityAssociationCommandInput
|
|
21
|
+
input: DeletePodIdentityAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeletePodIdentityAssociationCommandInput,
|
|
26
24
|
DeletePodIdentityAssociationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeregisterClusterRequest,
|
|
4
|
-
DeregisterClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterClusterCommandInput
|
|
8
|
-
extends DeregisterClusterRequest {}
|
|
4
|
+
export interface DeregisterClusterCommandInput extends DeregisterClusterRequest {}
|
|
9
5
|
export interface DeregisterClusterCommandOutput
|
|
10
|
-
extends DeregisterClusterResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeregisterClusterResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeregisterClusterCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeregisterClusterCommandInput
|
|
9
|
+
input: DeregisterClusterCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeregisterClusterCommandInput,
|
|
17
12
|
DeregisterClusterCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeregisterClusterCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeregisterClusterCommandInput
|
|
18
|
+
input: DeregisterClusterCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeregisterClusterCommandInput,
|
|
26
21
|
DeregisterClusterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAccessEntryRequest,
|
|
4
|
-
DescribeAccessEntryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAccessEntryRequest, DescribeAccessEntryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAccessEntryCommandInput
|
|
8
|
-
extends DescribeAccessEntryRequest {}
|
|
4
|
+
export interface DescribeAccessEntryCommandInput extends DescribeAccessEntryRequest {}
|
|
9
5
|
export interface DescribeAccessEntryCommandOutput
|
|
10
|
-
extends DescribeAccessEntryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAccessEntryResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAccessEntryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAccessEntryCommandInput
|
|
9
|
+
input: DescribeAccessEntryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAccessEntryCommandInput,
|
|
17
12
|
DescribeAccessEntryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeAccessEntryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeAccessEntryCommandInput
|
|
18
|
+
input: DescribeAccessEntryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeAccessEntryCommandInput,
|
|
26
21
|
DescribeAccessEntryCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAddonRequest,
|
|
4
|
-
DescribeAddonResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeAddonCommandInput extends DescribeAddonRequest {}
|
|
8
|
-
export interface DescribeAddonCommandOutput
|
|
9
|
-
extends DescribeAddonResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeAddonCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeAddonCommandInput
|
|
8
|
+
input: DescribeAddonCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeAddonCommandInput,
|
|
16
11
|
DescribeAddonCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeAddonCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeAddonCommandInput
|
|
17
|
+
input: DescribeAddonCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeAddonCommandInput,
|
|
25
20
|
DescribeAddonCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeAddonConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAddonConfigurationCommandInput
|
|
8
|
-
extends DescribeAddonConfigurationRequest {}
|
|
7
|
+
export interface DescribeAddonConfigurationCommandInput extends DescribeAddonConfigurationRequest {}
|
|
9
8
|
export interface DescribeAddonConfigurationCommandOutput
|
|
10
|
-
extends DescribeAddonConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeAddonConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeAddonConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeAddonConfigurationCommandInput
|
|
12
|
+
input: DescribeAddonConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeAddonConfigurationCommandInput,
|
|
17
15
|
DescribeAddonConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeAddonConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeAddonConfigurationCommandInput
|
|
21
|
+
input: DescribeAddonConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeAddonConfigurationCommandInput,
|
|
26
24
|
DescribeAddonConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAddonVersionsRequest,
|
|
4
|
-
DescribeAddonVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAddonVersionsCommandInput
|
|
8
|
-
extends DescribeAddonVersionsRequest {}
|
|
4
|
+
export interface DescribeAddonVersionsCommandInput extends DescribeAddonVersionsRequest {}
|
|
9
5
|
export interface DescribeAddonVersionsCommandOutput
|
|
10
|
-
extends DescribeAddonVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAddonVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAddonVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAddonVersionsCommandInput
|
|
9
|
+
input: DescribeAddonVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAddonVersionsCommandInput,
|
|
17
12
|
DescribeAddonVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeCapabilityRequest,
|
|
4
|
-
DescribeCapabilityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeCapabilityRequest, DescribeCapabilityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCapabilityCommandInput
|
|
8
|
-
extends DescribeCapabilityRequest {}
|
|
4
|
+
export interface DescribeCapabilityCommandInput extends DescribeCapabilityRequest {}
|
|
9
5
|
export interface DescribeCapabilityCommandOutput
|
|
10
|
-
extends DescribeCapabilityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeCapabilityResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeCapabilityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeCapabilityCommandInput
|
|
9
|
+
input: DescribeCapabilityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeCapabilityCommandInput,
|
|
17
12
|
DescribeCapabilityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeCapabilityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeCapabilityCommandInput
|
|
18
|
+
input: DescribeCapabilityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeCapabilityCommandInput,
|
|
26
21
|
DescribeCapabilityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeClusterRequest,
|
|
4
|
-
DescribeClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
8
|
-
export interface DescribeClusterCommandOutput
|
|
9
|
-
extends DescribeClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeClusterCommandInput
|
|
8
|
+
input: DescribeClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeClusterCommandInput,
|
|
16
11
|
DescribeClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeClusterCommandInput
|
|
17
|
+
input: DescribeClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeClusterCommandInput,
|
|
25
20
|
DescribeClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeClusterVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeClusterVersionsCommandInput
|
|
8
|
-
extends DescribeClusterVersionsRequest {}
|
|
7
|
+
export interface DescribeClusterVersionsCommandInput extends DescribeClusterVersionsRequest {}
|
|
9
8
|
export interface DescribeClusterVersionsCommandOutput
|
|
10
|
-
extends DescribeClusterVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeClusterVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeClusterVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeClusterVersionsCommandInput
|
|
12
|
+
input: DescribeClusterVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeClusterVersionsCommandInput,
|
|
17
15
|
DescribeClusterVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEksAnywhereSubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEksAnywhereSubscriptionCommandInput
|
|
8
|
-
extends DescribeEksAnywhereSubscriptionRequest {}
|
|
7
|
+
export interface DescribeEksAnywhereSubscriptionCommandInput extends DescribeEksAnywhereSubscriptionRequest {}
|
|
9
8
|
export interface DescribeEksAnywhereSubscriptionCommandOutput
|
|
10
|
-
extends DescribeEksAnywhereSubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEksAnywhereSubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEksAnywhereSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEksAnywhereSubscriptionCommandInput
|
|
12
|
+
input: DescribeEksAnywhereSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEksAnywhereSubscriptionCommandInput,
|
|
17
15
|
DescribeEksAnywhereSubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeEksAnywhereSubscriptionCommandInput
|
|
21
|
+
input: DescribeEksAnywhereSubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeEksAnywhereSubscriptionCommandInput,
|
|
26
24
|
DescribeEksAnywhereSubscriptionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeFargateProfileRequest,
|
|
4
|
-
DescribeFargateProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeFargateProfileCommandInput
|
|
8
|
-
extends DescribeFargateProfileRequest {}
|
|
4
|
+
export interface DescribeFargateProfileCommandInput extends DescribeFargateProfileRequest {}
|
|
9
5
|
export interface DescribeFargateProfileCommandOutput
|
|
10
|
-
extends DescribeFargateProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeFargateProfileResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeFargateProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeFargateProfileCommandInput
|
|
9
|
+
input: DescribeFargateProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeFargateProfileCommandInput,
|
|
17
12
|
DescribeFargateProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeFargateProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeFargateProfileCommandInput
|
|
18
|
+
input: DescribeFargateProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeFargateProfileCommandInput,
|
|
26
21
|
DescribeFargateProfileCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeIdentityProviderConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeIdentityProviderConfigCommandInput
|
|
8
|
-
extends DescribeIdentityProviderConfigRequest {}
|
|
7
|
+
export interface DescribeIdentityProviderConfigCommandInput extends DescribeIdentityProviderConfigRequest {}
|
|
9
8
|
export interface DescribeIdentityProviderConfigCommandOutput
|
|
10
|
-
extends DescribeIdentityProviderConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeIdentityProviderConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeIdentityProviderConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeIdentityProviderConfigCommandInput
|
|
12
|
+
input: DescribeIdentityProviderConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeIdentityProviderConfigCommandInput,
|
|
17
15
|
DescribeIdentityProviderConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeIdentityProviderConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeIdentityProviderConfigCommandInput
|
|
21
|
+
input: DescribeIdentityProviderConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeIdentityProviderConfigCommandInput,
|
|
26
24
|
DescribeIdentityProviderConfigCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeInsightRequest,
|
|
4
|
-
DescribeInsightResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
|
|
8
|
-
export interface DescribeInsightCommandOutput
|
|
9
|
-
extends DescribeInsightResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeInsightCommandOutput extends DescribeInsightResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeInsightCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeInsightCommandInput
|
|
8
|
+
input: DescribeInsightCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeInsightCommandInput,
|
|
16
11
|
DescribeInsightCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeInsightCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeInsightCommandInput
|
|
17
|
+
input: DescribeInsightCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeInsightCommandInput,
|
|
25
20
|
DescribeInsightCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeInsightsRefreshResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeInsightsRefreshCommandInput
|
|
8
|
-
extends DescribeInsightsRefreshRequest {}
|
|
7
|
+
export interface DescribeInsightsRefreshCommandInput extends DescribeInsightsRefreshRequest {}
|
|
9
8
|
export interface DescribeInsightsRefreshCommandOutput
|
|
10
|
-
extends DescribeInsightsRefreshResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeInsightsRefreshResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeInsightsRefreshCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeInsightsRefreshCommandInput
|
|
12
|
+
input: DescribeInsightsRefreshCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeInsightsRefreshCommandInput,
|
|
17
15
|
DescribeInsightsRefreshCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeInsightsRefreshCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeInsightsRefreshCommandInput
|
|
21
|
+
input: DescribeInsightsRefreshCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeInsightsRefreshCommandInput,
|
|
26
24
|
DescribeInsightsRefreshCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeNodegroupRequest,
|
|
4
|
-
DescribeNodegroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeNodegroupRequest, DescribeNodegroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeNodegroupCommandInput
|
|
8
|
-
extends DescribeNodegroupRequest {}
|
|
4
|
+
export interface DescribeNodegroupCommandInput extends DescribeNodegroupRequest {}
|
|
9
5
|
export interface DescribeNodegroupCommandOutput
|
|
10
|
-
extends DescribeNodegroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeNodegroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeNodegroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeNodegroupCommandInput
|
|
9
|
+
input: DescribeNodegroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeNodegroupCommandInput,
|
|
17
12
|
DescribeNodegroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeNodegroupCommandInput
|
|
18
|
+
input: DescribeNodegroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeNodegroupCommandInput,
|
|
26
21
|
DescribeNodegroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribePodIdentityAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePodIdentityAssociationCommandInput
|
|
8
|
-
extends DescribePodIdentityAssociationRequest {}
|
|
7
|
+
export interface DescribePodIdentityAssociationCommandInput extends DescribePodIdentityAssociationRequest {}
|
|
9
8
|
export interface DescribePodIdentityAssociationCommandOutput
|
|
10
|
-
extends DescribePodIdentityAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribePodIdentityAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribePodIdentityAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribePodIdentityAssociationCommandInput
|
|
12
|
+
input: DescribePodIdentityAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribePodIdentityAssociationCommandInput,
|
|
17
15
|
DescribePodIdentityAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribePodIdentityAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribePodIdentityAssociationCommandInput
|
|
21
|
+
input: DescribePodIdentityAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribePodIdentityAssociationCommandInput,
|
|
26
24
|
DescribePodIdentityAssociationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeUpdateRequest,
|
|
4
|
-
DescribeUpdateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {}
|
|
8
|
-
export interface DescribeUpdateCommandOutput
|
|
9
|
-
extends DescribeUpdateResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeUpdateCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeUpdateCommandInput
|
|
8
|
+
input: DescribeUpdateCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeUpdateCommandInput,
|
|
16
11
|
DescribeUpdateCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeUpdateCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeUpdateCommandInput
|
|
17
|
+
input: DescribeUpdateCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeUpdateCommandInput,
|
|
25
20
|
DescribeUpdateCommandOutput,
|