@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
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -56,10 +53,7 @@ import {
|
|
|
56
53
|
CreateAccessEntryCommandInput,
|
|
57
54
|
CreateAccessEntryCommandOutput,
|
|
58
55
|
} from "./commands/CreateAccessEntryCommand";
|
|
59
|
-
import {
|
|
60
|
-
CreateAddonCommandInput,
|
|
61
|
-
CreateAddonCommandOutput,
|
|
62
|
-
} from "./commands/CreateAddonCommand";
|
|
56
|
+
import { CreateAddonCommandInput, CreateAddonCommandOutput } from "./commands/CreateAddonCommand";
|
|
63
57
|
import {
|
|
64
58
|
CreateCapabilityCommandInput,
|
|
65
59
|
CreateCapabilityCommandOutput,
|
|
@@ -88,10 +82,7 @@ import {
|
|
|
88
82
|
DeleteAccessEntryCommandInput,
|
|
89
83
|
DeleteAccessEntryCommandOutput,
|
|
90
84
|
} from "./commands/DeleteAccessEntryCommand";
|
|
91
|
-
import {
|
|
92
|
-
DeleteAddonCommandInput,
|
|
93
|
-
DeleteAddonCommandOutput,
|
|
94
|
-
} from "./commands/DeleteAddonCommand";
|
|
85
|
+
import { DeleteAddonCommandInput, DeleteAddonCommandOutput } from "./commands/DeleteAddonCommand";
|
|
95
86
|
import {
|
|
96
87
|
DeleteCapabilityCommandInput,
|
|
97
88
|
DeleteCapabilityCommandOutput,
|
|
@@ -196,10 +187,7 @@ import {
|
|
|
196
187
|
ListAccessPoliciesCommandInput,
|
|
197
188
|
ListAccessPoliciesCommandOutput,
|
|
198
189
|
} from "./commands/ListAccessPoliciesCommand";
|
|
199
|
-
import {
|
|
200
|
-
ListAddonsCommandInput,
|
|
201
|
-
ListAddonsCommandOutput,
|
|
202
|
-
} from "./commands/ListAddonsCommand";
|
|
190
|
+
import { ListAddonsCommandInput, ListAddonsCommandOutput } from "./commands/ListAddonsCommand";
|
|
203
191
|
import {
|
|
204
192
|
ListAssociatedAccessPoliciesCommandInput,
|
|
205
193
|
ListAssociatedAccessPoliciesCommandOutput,
|
|
@@ -240,10 +228,7 @@ import {
|
|
|
240
228
|
ListTagsForResourceCommandInput,
|
|
241
229
|
ListTagsForResourceCommandOutput,
|
|
242
230
|
} from "./commands/ListTagsForResourceCommand";
|
|
243
|
-
import {
|
|
244
|
-
ListUpdatesCommandInput,
|
|
245
|
-
ListUpdatesCommandOutput,
|
|
246
|
-
} from "./commands/ListUpdatesCommand";
|
|
231
|
+
import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "./commands/ListUpdatesCommand";
|
|
247
232
|
import {
|
|
248
233
|
RegisterClusterCommandInput,
|
|
249
234
|
RegisterClusterCommandOutput,
|
|
@@ -252,10 +237,7 @@ import {
|
|
|
252
237
|
StartInsightsRefreshCommandInput,
|
|
253
238
|
StartInsightsRefreshCommandOutput,
|
|
254
239
|
} from "./commands/StartInsightsRefreshCommand";
|
|
255
|
-
import {
|
|
256
|
-
TagResourceCommandInput,
|
|
257
|
-
TagResourceCommandOutput,
|
|
258
|
-
} from "./commands/TagResourceCommand";
|
|
240
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
259
241
|
import {
|
|
260
242
|
UntagResourceCommandInput,
|
|
261
243
|
UntagResourceCommandOutput,
|
|
@@ -264,10 +246,7 @@ import {
|
|
|
264
246
|
UpdateAccessEntryCommandInput,
|
|
265
247
|
UpdateAccessEntryCommandOutput,
|
|
266
248
|
} from "./commands/UpdateAccessEntryCommand";
|
|
267
|
-
import {
|
|
268
|
-
UpdateAddonCommandInput,
|
|
269
|
-
UpdateAddonCommandOutput,
|
|
270
|
-
} from "./commands/UpdateAddonCommand";
|
|
249
|
+
import { UpdateAddonCommandInput, UpdateAddonCommandOutput } from "./commands/UpdateAddonCommand";
|
|
271
250
|
import {
|
|
272
251
|
UpdateCapabilityCommandInput,
|
|
273
252
|
UpdateCapabilityCommandOutput,
|
|
@@ -435,8 +414,7 @@ export type ServiceOutputTypes =
|
|
|
435
414
|
| UpdateNodegroupConfigCommandOutput
|
|
436
415
|
| UpdateNodegroupVersionCommandOutput
|
|
437
416
|
| UpdatePodIdentityAssociationCommandOutput;
|
|
438
|
-
export interface ClientDefaults
|
|
439
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
417
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
440
418
|
requestHandler?: __HttpHandlerUserInput;
|
|
441
419
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
442
420
|
urlParser?: __UrlParser;
|
|
@@ -461,9 +439,7 @@ export interface ClientDefaults
|
|
|
461
439
|
extensions?: RuntimeExtension[];
|
|
462
440
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
463
441
|
}
|
|
464
|
-
export type EKSClientConfigType = Partial<
|
|
465
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
466
|
-
> &
|
|
442
|
+
export type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
467
443
|
ClientDefaults &
|
|
468
444
|
UserAgentInputConfig &
|
|
469
445
|
RetryInputConfig &
|
|
@@ -473,17 +449,16 @@ export type EKSClientConfigType = Partial<
|
|
|
473
449
|
HttpAuthSchemeInputConfig &
|
|
474
450
|
ClientInputEndpointParameters;
|
|
475
451
|
export interface EKSClientConfig extends EKSClientConfigType {}
|
|
476
|
-
export type EKSClientResolvedConfigType =
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
ClientResolvedEndpointParameters;
|
|
452
|
+
export type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
453
|
+
Required<ClientDefaults> &
|
|
454
|
+
RuntimeExtensionsConfig &
|
|
455
|
+
UserAgentResolvedConfig &
|
|
456
|
+
RetryResolvedConfig &
|
|
457
|
+
RegionResolvedConfig &
|
|
458
|
+
HostHeaderResolvedConfig &
|
|
459
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
460
|
+
HttpAuthSchemeResolvedConfig &
|
|
461
|
+
ClientResolvedEndpointParameters;
|
|
487
462
|
export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {}
|
|
488
463
|
export declare class EKSClient extends __Client<
|
|
489
464
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { EKSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: EKSHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: EKSHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): EKSHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -15,32 +15,29 @@ import { EKSClientResolvedConfig } from "../EKSClient";
|
|
|
15
15
|
export interface EKSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface EKSHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface EKSHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
EKSClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
EKSHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultEKSHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: EKSClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<EKSHttpAuthSchemeParameters>;
|
|
30
|
-
export interface EKSHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<EKSHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface EKSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<EKSHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultEKSHttpAuthSchemeProvider: EKSHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: EKSHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: EKSHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./EKSClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./EKSClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
EKSClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateAccessPolicyRequest,
|
|
4
|
-
AssociateAccessPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateAccessPolicyRequest, AssociateAccessPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateAccessPolicyCommandInput
|
|
8
|
-
extends AssociateAccessPolicyRequest {}
|
|
4
|
+
export interface AssociateAccessPolicyCommandInput extends AssociateAccessPolicyRequest {}
|
|
9
5
|
export interface AssociateAccessPolicyCommandOutput
|
|
10
|
-
extends AssociateAccessPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AssociateAccessPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const AssociateAccessPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AssociateAccessPolicyCommandInput
|
|
9
|
+
input: AssociateAccessPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AssociateAccessPolicyCommandInput,
|
|
17
12
|
AssociateAccessPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AssociateAccessPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AssociateAccessPolicyCommandInput
|
|
18
|
+
input: AssociateAccessPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AssociateAccessPolicyCommandInput,
|
|
26
21
|
AssociateAccessPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateEncryptionConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateEncryptionConfigCommandInput
|
|
8
|
-
extends AssociateEncryptionConfigRequest {}
|
|
7
|
+
export interface AssociateEncryptionConfigCommandInput extends AssociateEncryptionConfigRequest {}
|
|
9
8
|
export interface AssociateEncryptionConfigCommandOutput
|
|
10
|
-
extends AssociateEncryptionConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateEncryptionConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateEncryptionConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateEncryptionConfigCommandInput
|
|
12
|
+
input: AssociateEncryptionConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateEncryptionConfigCommandInput,
|
|
17
15
|
AssociateEncryptionConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateEncryptionConfigCommandInput
|
|
21
|
+
input: AssociateEncryptionConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateEncryptionConfigCommandInput,
|
|
26
24
|
AssociateEncryptionConfigCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateIdentityProviderConfigResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateIdentityProviderConfigCommandInput
|
|
8
|
-
extends AssociateIdentityProviderConfigRequest {}
|
|
7
|
+
export interface AssociateIdentityProviderConfigCommandInput extends AssociateIdentityProviderConfigRequest {}
|
|
9
8
|
export interface AssociateIdentityProviderConfigCommandOutput
|
|
10
|
-
extends AssociateIdentityProviderConfigResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateIdentityProviderConfigResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateIdentityProviderConfigCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateIdentityProviderConfigCommandInput
|
|
12
|
+
input: AssociateIdentityProviderConfigCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateIdentityProviderConfigCommandInput,
|
|
17
15
|
AssociateIdentityProviderConfigCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateIdentityProviderConfigCommandInput
|
|
21
|
+
input: AssociateIdentityProviderConfigCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateIdentityProviderConfigCommandInput,
|
|
26
24
|
AssociateIdentityProviderConfigCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CancelUpdateRequest, CancelUpdateResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CancelUpdateCommandInput extends CancelUpdateRequest {}
|
|
5
|
-
export interface CancelUpdateCommandOutput
|
|
6
|
-
extends CancelUpdateResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CancelUpdateCommandOutput extends CancelUpdateResponse, __MetadataBearer {}
|
|
8
6
|
declare const CancelUpdateCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelUpdateCommandInput
|
|
8
|
+
input: CancelUpdateCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelUpdateCommandInput,
|
|
13
11
|
CancelUpdateCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelUpdateCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelUpdateCommandInput
|
|
17
|
+
input: CancelUpdateCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelUpdateCommandInput,
|
|
22
20
|
CancelUpdateCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAccessEntryRequest,
|
|
4
|
-
CreateAccessEntryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAccessEntryRequest, CreateAccessEntryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAccessEntryCommandInput
|
|
8
|
-
extends CreateAccessEntryRequest {}
|
|
4
|
+
export interface CreateAccessEntryCommandInput extends CreateAccessEntryRequest {}
|
|
9
5
|
export interface CreateAccessEntryCommandOutput
|
|
10
|
-
extends CreateAccessEntryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAccessEntryResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAccessEntryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAccessEntryCommandInput
|
|
9
|
+
input: CreateAccessEntryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAccessEntryCommandInput,
|
|
17
12
|
CreateAccessEntryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAccessEntryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAccessEntryCommandInput
|
|
18
|
+
input: CreateAccessEntryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAccessEntryCommandInput,
|
|
26
21
|
CreateAccessEntryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateAddonCommandInput extends CreateAddonRequest {}
|
|
5
|
-
export interface CreateAddonCommandOutput
|
|
6
|
-
extends CreateAddonResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateAddonCommandOutput extends CreateAddonResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateAddonCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateAddonCommandInput
|
|
8
|
+
input: CreateAddonCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateAddonCommandInput,
|
|
13
11
|
CreateAddonCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateAddonCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateAddonCommandInput
|
|
17
|
+
input: CreateAddonCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateAddonCommandInput,
|
|
22
20
|
CreateAddonCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCapabilityRequest,
|
|
4
|
-
CreateCapabilityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCapabilityRequest, CreateCapabilityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateCapabilityCommandInput extends CreateCapabilityRequest {}
|
|
8
|
-
export interface CreateCapabilityCommandOutput
|
|
9
|
-
extends CreateCapabilityResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateCapabilityCommandOutput extends CreateCapabilityResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateCapabilityCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateCapabilityCommandInput
|
|
8
|
+
input: CreateCapabilityCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateCapabilityCommandInput,
|
|
16
11
|
CreateCapabilityCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateCapabilityCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateCapabilityCommandInput
|
|
17
|
+
input: CreateCapabilityCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateCapabilityCommandInput,
|
|
25
20
|
CreateCapabilityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateClusterRequest,
|
|
4
|
-
CreateClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
8
|
-
export interface CreateClusterCommandOutput
|
|
9
|
-
extends CreateClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateClusterCommandInput
|
|
8
|
+
input: CreateClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateClusterCommandInput,
|
|
16
11
|
CreateClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateClusterCommandInput
|
|
17
|
+
input: CreateClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateClusterCommandInput,
|
|
25
20
|
CreateClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateEksAnywhereSubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEksAnywhereSubscriptionCommandInput
|
|
8
|
-
extends CreateEksAnywhereSubscriptionRequest {}
|
|
7
|
+
export interface CreateEksAnywhereSubscriptionCommandInput extends CreateEksAnywhereSubscriptionRequest {}
|
|
9
8
|
export interface CreateEksAnywhereSubscriptionCommandOutput
|
|
10
|
-
extends CreateEksAnywhereSubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateEksAnywhereSubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateEksAnywhereSubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateEksAnywhereSubscriptionCommandInput
|
|
12
|
+
input: CreateEksAnywhereSubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateEksAnywhereSubscriptionCommandInput,
|
|
17
15
|
CreateEksAnywhereSubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateEksAnywhereSubscriptionCommandInput
|
|
21
|
+
input: CreateEksAnywhereSubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateEksAnywhereSubscriptionCommandInput,
|
|
26
24
|
CreateEksAnywhereSubscriptionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateFargateProfileRequest,
|
|
4
|
-
CreateFargateProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateFargateProfileCommandInput
|
|
8
|
-
extends CreateFargateProfileRequest {}
|
|
4
|
+
export interface CreateFargateProfileCommandInput extends CreateFargateProfileRequest {}
|
|
9
5
|
export interface CreateFargateProfileCommandOutput
|
|
10
|
-
extends CreateFargateProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateFargateProfileResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateFargateProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateFargateProfileCommandInput
|
|
9
|
+
input: CreateFargateProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateFargateProfileCommandInput,
|
|
17
12
|
CreateFargateProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateFargateProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateFargateProfileCommandInput
|
|
18
|
+
input: CreateFargateProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateFargateProfileCommandInput,
|
|
26
21
|
CreateFargateProfileCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateNodegroupRequest,
|
|
4
|
-
CreateNodegroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {}
|
|
8
|
-
export interface CreateNodegroupCommandOutput
|
|
9
|
-
extends CreateNodegroupResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateNodegroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateNodegroupCommandInput
|
|
8
|
+
input: CreateNodegroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateNodegroupCommandInput,
|
|
16
11
|
CreateNodegroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateNodegroupCommandInput
|
|
17
|
+
input: CreateNodegroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateNodegroupCommandInput,
|
|
25
20
|
CreateNodegroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePodIdentityAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePodIdentityAssociationCommandInput
|
|
8
|
-
extends CreatePodIdentityAssociationRequest {}
|
|
7
|
+
export interface CreatePodIdentityAssociationCommandInput extends CreatePodIdentityAssociationRequest {}
|
|
9
8
|
export interface CreatePodIdentityAssociationCommandOutput
|
|
10
|
-
extends CreatePodIdentityAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePodIdentityAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreatePodIdentityAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePodIdentityAssociationCommandInput
|
|
12
|
+
input: CreatePodIdentityAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePodIdentityAssociationCommandInput,
|
|
17
15
|
CreatePodIdentityAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePodIdentityAssociationCommandInput
|
|
21
|
+
input: CreatePodIdentityAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePodIdentityAssociationCommandInput,
|
|
26
24
|
CreatePodIdentityAssociationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAccessEntryRequest,
|
|
4
|
-
DeleteAccessEntryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAccessEntryRequest, DeleteAccessEntryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAccessEntryCommandInput
|
|
8
|
-
extends DeleteAccessEntryRequest {}
|
|
4
|
+
export interface DeleteAccessEntryCommandInput extends DeleteAccessEntryRequest {}
|
|
9
5
|
export interface DeleteAccessEntryCommandOutput
|
|
10
|
-
extends DeleteAccessEntryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteAccessEntryResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteAccessEntryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteAccessEntryCommandInput
|
|
9
|
+
input: DeleteAccessEntryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteAccessEntryCommandInput,
|
|
17
12
|
DeleteAccessEntryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteAccessEntryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteAccessEntryCommandInput
|
|
18
|
+
input: DeleteAccessEntryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteAccessEntryCommandInput,
|
|
26
21
|
DeleteAccessEntryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteAddonCommandInput extends DeleteAddonRequest {}
|
|
5
|
-
export interface DeleteAddonCommandOutput
|
|
6
|
-
extends DeleteAddonResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteAddonCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteAddonCommandInput
|
|
8
|
+
input: DeleteAddonCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteAddonCommandInput,
|
|
13
11
|
DeleteAddonCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteAddonCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteAddonCommandInput
|
|
17
|
+
input: DeleteAddonCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteAddonCommandInput,
|
|
22
20
|
DeleteAddonCommandOutput,
|