@aws-sdk/client-elasticsearch-service 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/ElasticsearchService.d.ts +168 -276
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +8 -27
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.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 +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +8 -27
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -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 {
|
|
@@ -40,10 +37,7 @@ import {
|
|
|
40
37
|
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
41
38
|
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
42
39
|
} from "./commands/AcceptInboundCrossClusterSearchConnectionCommand";
|
|
43
|
-
import {
|
|
44
|
-
AddTagsCommandInput,
|
|
45
|
-
AddTagsCommandOutput,
|
|
46
|
-
} from "./commands/AddTagsCommand";
|
|
40
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
47
41
|
import {
|
|
48
42
|
AssociatePackageCommandInput,
|
|
49
43
|
AssociatePackageCommandOutput,
|
|
@@ -188,10 +182,7 @@ import {
|
|
|
188
182
|
ListPackagesForDomainCommandInput,
|
|
189
183
|
ListPackagesForDomainCommandOutput,
|
|
190
184
|
} from "./commands/ListPackagesForDomainCommand";
|
|
191
|
-
import {
|
|
192
|
-
ListTagsCommandInput,
|
|
193
|
-
ListTagsCommandOutput,
|
|
194
|
-
} from "./commands/ListTagsCommand";
|
|
185
|
+
import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
195
186
|
import {
|
|
196
187
|
ListVpcEndpointAccessCommandInput,
|
|
197
188
|
ListVpcEndpointAccessCommandOutput,
|
|
@@ -212,10 +203,7 @@ import {
|
|
|
212
203
|
RejectInboundCrossClusterSearchConnectionCommandInput,
|
|
213
204
|
RejectInboundCrossClusterSearchConnectionCommandOutput,
|
|
214
205
|
} from "./commands/RejectInboundCrossClusterSearchConnectionCommand";
|
|
215
|
-
import {
|
|
216
|
-
RemoveTagsCommandInput,
|
|
217
|
-
RemoveTagsCommandOutput,
|
|
218
|
-
} from "./commands/RemoveTagsCommand";
|
|
206
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
219
207
|
import {
|
|
220
208
|
RevokeVpcEndpointAccessCommandInput,
|
|
221
209
|
RevokeVpcEndpointAccessCommandOutput,
|
|
@@ -351,8 +339,7 @@ export type ServiceOutputTypes =
|
|
|
351
339
|
| UpdatePackageCommandOutput
|
|
352
340
|
| UpdateVpcEndpointCommandOutput
|
|
353
341
|
| UpgradeElasticsearchDomainCommandOutput;
|
|
354
|
-
export interface ClientDefaults
|
|
355
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
342
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
356
343
|
requestHandler?: __HttpHandlerUserInput;
|
|
357
344
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
358
345
|
urlParser?: __UrlParser;
|
|
@@ -388,8 +375,7 @@ export type ElasticsearchServiceClientConfigType = Partial<
|
|
|
388
375
|
EndpointInputConfig<EndpointParameters> &
|
|
389
376
|
HttpAuthSchemeInputConfig &
|
|
390
377
|
ClientInputEndpointParameters;
|
|
391
|
-
export interface ElasticsearchServiceClientConfig
|
|
392
|
-
extends ElasticsearchServiceClientConfigType {}
|
|
378
|
+
export interface ElasticsearchServiceClientConfig extends ElasticsearchServiceClientConfigType {}
|
|
393
379
|
export type ElasticsearchServiceClientResolvedConfigType =
|
|
394
380
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
395
381
|
Required<ClientDefaults> &
|
|
@@ -401,8 +387,7 @@ export type ElasticsearchServiceClientResolvedConfigType =
|
|
|
401
387
|
EndpointResolvedConfig<EndpointParameters> &
|
|
402
388
|
HttpAuthSchemeResolvedConfig &
|
|
403
389
|
ClientResolvedEndpointParameters;
|
|
404
|
-
export interface ElasticsearchServiceClientResolvedConfig
|
|
405
|
-
extends ElasticsearchServiceClientResolvedConfigType {}
|
|
390
|
+
export interface ElasticsearchServiceClientResolvedConfig extends ElasticsearchServiceClientResolvedConfigType {}
|
|
406
391
|
export declare class ElasticsearchServiceClient extends __Client<
|
|
407
392
|
__HttpHandlerOptions,
|
|
408
393
|
ServiceInputTypes,
|
|
@@ -410,10 +395,6 @@ export declare class ElasticsearchServiceClient extends __Client<
|
|
|
410
395
|
ElasticsearchServiceClientResolvedConfig
|
|
411
396
|
> {
|
|
412
397
|
readonly config: ElasticsearchServiceClientResolvedConfig;
|
|
413
|
-
constructor(
|
|
414
|
-
...[
|
|
415
|
-
configuration,
|
|
416
|
-
]: __CheckOptionalClientConfig<ElasticsearchServiceClientConfig>
|
|
417
|
-
);
|
|
398
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ElasticsearchServiceClientConfig>);
|
|
418
399
|
destroy(): void;
|
|
419
400
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ElasticsearchServiceHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: ElasticsearchServiceHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): ElasticsearchServiceHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ElasticsearchServiceClientResolvedConfig } from "../ElasticsearchServiceClient";
|
|
15
|
-
export interface ElasticsearchServiceHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ElasticsearchServiceHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ElasticsearchServiceHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ElasticsearchServiceHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ElasticsearchServiceClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ElasticsearchServiceHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultElasticsearchServiceHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ElasticsearchServiceClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ElasticsearchServiceHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ElasticsearchServiceHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ElasticsearchServiceHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ElasticsearchServiceHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ElasticsearchServiceHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultElasticsearchServiceHttpAuthSchemeProvider: ElasticsearchServiceHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ElasticsearchServiceHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: ElasticsearchServiceHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./ElasticsearchServiceClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
ElasticsearchServiceClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AcceptInboundCrossClusterSearchConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
8
|
-
extends AcceptInboundCrossClusterSearchConnectionRequest {}
|
|
7
|
+
export interface AcceptInboundCrossClusterSearchConnectionCommandInput extends AcceptInboundCrossClusterSearchConnectionRequest {}
|
|
9
8
|
export interface AcceptInboundCrossClusterSearchConnectionCommandOutput
|
|
10
|
-
extends AcceptInboundCrossClusterSearchConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AcceptInboundCrossClusterSearchConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
12
|
+
input: AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
17
15
|
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AcceptInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AcceptInboundCrossClusterSearchConnectionCommandInput
|
|
21
|
+
input: AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AcceptInboundCrossClusterSearchConnectionCommandInput,
|
|
26
24
|
AcceptInboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
5
5
|
export interface AddTagsCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const AddTagsCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: AddTagsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
AddTagsCommandInput,
|
|
9
11
|
AddTagsCommandOutput,
|
|
10
12
|
import("..").ElasticsearchServiceClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: AddTagsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
AddTagsCommandInput,
|
|
16
20
|
AddTagsCommandOutput,
|
|
17
21
|
import("..").ElasticsearchServiceClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociatePackageRequest,
|
|
4
|
-
AssociatePackageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociatePackageRequest, AssociatePackageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AssociatePackageCommandInput extends AssociatePackageRequest {}
|
|
8
|
-
export interface AssociatePackageCommandOutput
|
|
9
|
-
extends AssociatePackageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AssociatePackageCommandOutput extends AssociatePackageResponse, __MetadataBearer {}
|
|
11
6
|
declare const AssociatePackageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AssociatePackageCommandInput
|
|
8
|
+
input: AssociatePackageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AssociatePackageCommandInput,
|
|
16
11
|
AssociatePackageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AssociatePackageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AssociatePackageCommandInput
|
|
17
|
+
input: AssociatePackageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AssociatePackageCommandInput,
|
|
25
20
|
AssociatePackageCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AuthorizeVpcEndpointAccessResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AuthorizeVpcEndpointAccessCommandInput
|
|
8
|
-
extends AuthorizeVpcEndpointAccessRequest {}
|
|
7
|
+
export interface AuthorizeVpcEndpointAccessCommandInput extends AuthorizeVpcEndpointAccessRequest {}
|
|
9
8
|
export interface AuthorizeVpcEndpointAccessCommandOutput
|
|
10
|
-
extends AuthorizeVpcEndpointAccessResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AuthorizeVpcEndpointAccessResponse, __MetadataBearer {}
|
|
12
10
|
declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AuthorizeVpcEndpointAccessCommandInput
|
|
12
|
+
input: AuthorizeVpcEndpointAccessCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AuthorizeVpcEndpointAccessCommandInput,
|
|
17
15
|
AuthorizeVpcEndpointAccessCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AuthorizeVpcEndpointAccessCommandInput
|
|
21
|
+
input: AuthorizeVpcEndpointAccessCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AuthorizeVpcEndpointAccessCommandInput,
|
|
26
24
|
AuthorizeVpcEndpointAccessCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CancelDomainConfigChangeResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelDomainConfigChangeCommandInput
|
|
8
|
-
extends CancelDomainConfigChangeRequest {}
|
|
7
|
+
export interface CancelDomainConfigChangeCommandInput extends CancelDomainConfigChangeRequest {}
|
|
9
8
|
export interface CancelDomainConfigChangeCommandOutput
|
|
10
|
-
extends CancelDomainConfigChangeResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CancelDomainConfigChangeResponse, __MetadataBearer {}
|
|
12
10
|
declare const CancelDomainConfigChangeCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CancelDomainConfigChangeCommandInput
|
|
12
|
+
input: CancelDomainConfigChangeCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CancelDomainConfigChangeCommandInput,
|
|
17
15
|
CancelDomainConfigChangeCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CancelDomainConfigChangeCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CancelDomainConfigChangeCommandInput
|
|
21
|
+
input: CancelDomainConfigChangeCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CancelDomainConfigChangeCommandInput,
|
|
26
24
|
CancelDomainConfigChangeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CancelElasticsearchServiceSoftwareUpdateResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
8
|
-
extends CancelElasticsearchServiceSoftwareUpdateRequest {}
|
|
7
|
+
export interface CancelElasticsearchServiceSoftwareUpdateCommandInput extends CancelElasticsearchServiceSoftwareUpdateRequest {}
|
|
9
8
|
export interface CancelElasticsearchServiceSoftwareUpdateCommandOutput
|
|
10
|
-
extends CancelElasticsearchServiceSoftwareUpdateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CancelElasticsearchServiceSoftwareUpdateResponse, __MetadataBearer {}
|
|
12
10
|
declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
12
|
+
input: CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
17
15
|
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CancelElasticsearchServiceSoftwareUpdateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CancelElasticsearchServiceSoftwareUpdateCommandInput
|
|
21
|
+
input: CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CancelElasticsearchServiceSoftwareUpdateCommandInput,
|
|
26
24
|
CancelElasticsearchServiceSoftwareUpdateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateElasticsearchDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateElasticsearchDomainCommandInput
|
|
8
|
-
extends CreateElasticsearchDomainRequest {}
|
|
7
|
+
export interface CreateElasticsearchDomainCommandInput extends CreateElasticsearchDomainRequest {}
|
|
9
8
|
export interface CreateElasticsearchDomainCommandOutput
|
|
10
|
-
extends CreateElasticsearchDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateElasticsearchDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateElasticsearchDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateElasticsearchDomainCommandInput
|
|
12
|
+
input: CreateElasticsearchDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateElasticsearchDomainCommandInput,
|
|
17
15
|
CreateElasticsearchDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateElasticsearchDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateElasticsearchDomainCommandInput
|
|
21
|
+
input: CreateElasticsearchDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateElasticsearchDomainCommandInput,
|
|
26
24
|
CreateElasticsearchDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateOutboundCrossClusterSearchConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
8
|
-
extends CreateOutboundCrossClusterSearchConnectionRequest {}
|
|
7
|
+
export interface CreateOutboundCrossClusterSearchConnectionCommandInput extends CreateOutboundCrossClusterSearchConnectionRequest {}
|
|
9
8
|
export interface CreateOutboundCrossClusterSearchConnectionCommandOutput
|
|
10
|
-
extends CreateOutboundCrossClusterSearchConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateOutboundCrossClusterSearchConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
12
|
+
input: CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
17
15
|
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateOutboundCrossClusterSearchConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateOutboundCrossClusterSearchConnectionCommandInput
|
|
21
|
+
input: CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateOutboundCrossClusterSearchConnectionCommandInput,
|
|
26
24
|
CreateOutboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePackageRequest,
|
|
4
|
-
CreatePackageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePackageRequest, CreatePackageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreatePackageCommandInput extends CreatePackageRequest {}
|
|
8
|
-
export interface CreatePackageCommandOutput
|
|
9
|
-
extends CreatePackageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreatePackageCommandOutput extends CreatePackageResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreatePackageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreatePackageCommandInput
|
|
8
|
+
input: CreatePackageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreatePackageCommandInput,
|
|
16
11
|
CreatePackageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreatePackageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreatePackageCommandInput
|
|
17
|
+
input: CreatePackageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreatePackageCommandInput,
|
|
25
20
|
CreatePackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateVpcEndpointRequest,
|
|
4
|
-
CreateVpcEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateVpcEndpointRequest, CreateVpcEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVpcEndpointCommandInput
|
|
8
|
-
extends CreateVpcEndpointRequest {}
|
|
4
|
+
export interface CreateVpcEndpointCommandInput extends CreateVpcEndpointRequest {}
|
|
9
5
|
export interface CreateVpcEndpointCommandOutput
|
|
10
|
-
extends CreateVpcEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateVpcEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateVpcEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateVpcEndpointCommandInput
|
|
9
|
+
input: CreateVpcEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateVpcEndpointCommandInput,
|
|
17
12
|
CreateVpcEndpointCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateVpcEndpointCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateVpcEndpointCommandInput
|
|
18
|
+
input: CreateVpcEndpointCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateVpcEndpointCommandInput,
|
|
26
21
|
CreateVpcEndpointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteElasticsearchDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteElasticsearchDomainCommandInput
|
|
8
|
-
extends DeleteElasticsearchDomainRequest {}
|
|
7
|
+
export interface DeleteElasticsearchDomainCommandInput extends DeleteElasticsearchDomainRequest {}
|
|
9
8
|
export interface DeleteElasticsearchDomainCommandOutput
|
|
10
|
-
extends DeleteElasticsearchDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteElasticsearchDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteElasticsearchDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteElasticsearchDomainCommandInput
|
|
12
|
+
input: DeleteElasticsearchDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteElasticsearchDomainCommandInput,
|
|
17
15
|
DeleteElasticsearchDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteElasticsearchDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteElasticsearchDomainCommandInput
|
|
21
|
+
input: DeleteElasticsearchDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteElasticsearchDomainCommandInput,
|
|
26
24
|
DeleteElasticsearchDomainCommandOutput,
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
export { __MetadataBearer };
|
|
3
3
|
export interface DeleteElasticsearchServiceRoleCommandInput {}
|
|
4
|
-
export interface DeleteElasticsearchServiceRoleCommandOutput
|
|
5
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteElasticsearchServiceRoleCommandOutput extends __MetadataBearer {}
|
|
6
5
|
declare const DeleteElasticsearchServiceRoleCommand_base: {
|
|
7
6
|
new (
|
|
8
|
-
input: DeleteElasticsearchServiceRoleCommandInput
|
|
7
|
+
input: DeleteElasticsearchServiceRoleCommandInput,
|
|
9
8
|
): import("@smithy/core/client").CommandImpl<
|
|
10
9
|
DeleteElasticsearchServiceRoleCommandInput,
|
|
11
10
|
DeleteElasticsearchServiceRoleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteInboundCrossClusterSearchConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
8
|
-
extends DeleteInboundCrossClusterSearchConnectionRequest {}
|
|
7
|
+
export interface DeleteInboundCrossClusterSearchConnectionCommandInput extends DeleteInboundCrossClusterSearchConnectionRequest {}
|
|
9
8
|
export interface DeleteInboundCrossClusterSearchConnectionCommandOutput
|
|
10
|
-
extends DeleteInboundCrossClusterSearchConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteInboundCrossClusterSearchConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
12
|
+
input: DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
17
15
|
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteInboundCrossClusterSearchConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteInboundCrossClusterSearchConnectionCommandInput
|
|
21
|
+
input: DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteInboundCrossClusterSearchConnectionCommandInput,
|
|
26
24
|
DeleteInboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteOutboundCrossClusterSearchConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
8
|
-
extends DeleteOutboundCrossClusterSearchConnectionRequest {}
|
|
7
|
+
export interface DeleteOutboundCrossClusterSearchConnectionCommandInput extends DeleteOutboundCrossClusterSearchConnectionRequest {}
|
|
9
8
|
export interface DeleteOutboundCrossClusterSearchConnectionCommandOutput
|
|
10
|
-
extends DeleteOutboundCrossClusterSearchConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteOutboundCrossClusterSearchConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
12
|
+
input: DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
17
15
|
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteOutboundCrossClusterSearchConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteOutboundCrossClusterSearchConnectionCommandInput
|
|
21
|
+
input: DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteOutboundCrossClusterSearchConnectionCommandInput,
|
|
26
24
|
DeleteOutboundCrossClusterSearchConnectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePackageRequest,
|
|
4
|
-
DeletePackageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeletePackageCommandInput extends DeletePackageRequest {}
|
|
8
|
-
export interface DeletePackageCommandOutput
|
|
9
|
-
extends DeletePackageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeletePackageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeletePackageCommandInput
|
|
8
|
+
input: DeletePackageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeletePackageCommandInput,
|
|
16
11
|
DeletePackageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeletePackageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeletePackageCommandInput
|
|
17
|
+
input: DeletePackageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeletePackageCommandInput,
|
|
25
20
|
DeletePackageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteVpcEndpointRequest,
|
|
4
|
-
DeleteVpcEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVpcEndpointCommandInput
|
|
8
|
-
extends DeleteVpcEndpointRequest {}
|
|
4
|
+
export interface DeleteVpcEndpointCommandInput extends DeleteVpcEndpointRequest {}
|
|
9
5
|
export interface DeleteVpcEndpointCommandOutput
|
|
10
|
-
extends DeleteVpcEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteVpcEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteVpcEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteVpcEndpointCommandInput
|
|
9
|
+
input: DeleteVpcEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteVpcEndpointCommandInput,
|
|
17
12
|
DeleteVpcEndpointCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteVpcEndpointCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteVpcEndpointCommandInput
|
|
18
|
+
input: DeleteVpcEndpointCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteVpcEndpointCommandInput,
|
|
26
21
|
DeleteVpcEndpointCommandOutput,
|