@aws-sdk/client-clouddirectory 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/CloudDirectory.d.ts +228 -263
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +16 -56
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- 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/AddFacetToObjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.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/UpdateFacetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +5 -10
- 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 +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +32 -108
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListIndexPaginator.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/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
|
AddFacetToObjectCommandInput,
|
|
41
38
|
AddFacetToObjectCommandOutput,
|
|
42
39
|
} from "./commands/AddFacetToObjectCommand";
|
|
43
|
-
import {
|
|
44
|
-
ApplySchemaCommandInput,
|
|
45
|
-
ApplySchemaCommandOutput,
|
|
46
|
-
} from "./commands/ApplySchemaCommand";
|
|
40
|
+
import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
|
|
47
41
|
import {
|
|
48
42
|
AttachObjectCommandInput,
|
|
49
43
|
AttachObjectCommandOutput,
|
|
@@ -60,26 +54,14 @@ import {
|
|
|
60
54
|
AttachTypedLinkCommandInput,
|
|
61
55
|
AttachTypedLinkCommandOutput,
|
|
62
56
|
} from "./commands/AttachTypedLinkCommand";
|
|
63
|
-
import {
|
|
64
|
-
|
|
65
|
-
BatchReadCommandOutput,
|
|
66
|
-
} from "./commands/BatchReadCommand";
|
|
67
|
-
import {
|
|
68
|
-
BatchWriteCommandInput,
|
|
69
|
-
BatchWriteCommandOutput,
|
|
70
|
-
} from "./commands/BatchWriteCommand";
|
|
57
|
+
import { BatchReadCommandInput, BatchReadCommandOutput } from "./commands/BatchReadCommand";
|
|
58
|
+
import { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
|
|
71
59
|
import {
|
|
72
60
|
CreateDirectoryCommandInput,
|
|
73
61
|
CreateDirectoryCommandOutput,
|
|
74
62
|
} from "./commands/CreateDirectoryCommand";
|
|
75
|
-
import {
|
|
76
|
-
|
|
77
|
-
CreateFacetCommandOutput,
|
|
78
|
-
} from "./commands/CreateFacetCommand";
|
|
79
|
-
import {
|
|
80
|
-
CreateIndexCommandInput,
|
|
81
|
-
CreateIndexCommandOutput,
|
|
82
|
-
} from "./commands/CreateIndexCommand";
|
|
63
|
+
import { CreateFacetCommandInput, CreateFacetCommandOutput } from "./commands/CreateFacetCommand";
|
|
64
|
+
import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
|
|
83
65
|
import {
|
|
84
66
|
CreateObjectCommandInput,
|
|
85
67
|
CreateObjectCommandOutput,
|
|
@@ -96,10 +78,7 @@ import {
|
|
|
96
78
|
DeleteDirectoryCommandInput,
|
|
97
79
|
DeleteDirectoryCommandOutput,
|
|
98
80
|
} from "./commands/DeleteDirectoryCommand";
|
|
99
|
-
import {
|
|
100
|
-
DeleteFacetCommandInput,
|
|
101
|
-
DeleteFacetCommandOutput,
|
|
102
|
-
} from "./commands/DeleteFacetCommand";
|
|
81
|
+
import { DeleteFacetCommandInput, DeleteFacetCommandOutput } from "./commands/DeleteFacetCommand";
|
|
103
82
|
import {
|
|
104
83
|
DeleteObjectCommandInput,
|
|
105
84
|
DeleteObjectCommandOutput,
|
|
@@ -144,10 +123,7 @@ import {
|
|
|
144
123
|
GetDirectoryCommandInput,
|
|
145
124
|
GetDirectoryCommandOutput,
|
|
146
125
|
} from "./commands/GetDirectoryCommand";
|
|
147
|
-
import {
|
|
148
|
-
GetFacetCommandInput,
|
|
149
|
-
GetFacetCommandOutput,
|
|
150
|
-
} from "./commands/GetFacetCommand";
|
|
126
|
+
import { GetFacetCommandInput, GetFacetCommandOutput } from "./commands/GetFacetCommand";
|
|
151
127
|
import {
|
|
152
128
|
GetLinkAttributesCommandInput,
|
|
153
129
|
GetLinkAttributesCommandOutput,
|
|
@@ -196,10 +172,7 @@ import {
|
|
|
196
172
|
ListIncomingTypedLinksCommandInput,
|
|
197
173
|
ListIncomingTypedLinksCommandOutput,
|
|
198
174
|
} from "./commands/ListIncomingTypedLinksCommand";
|
|
199
|
-
import {
|
|
200
|
-
ListIndexCommandInput,
|
|
201
|
-
ListIndexCommandOutput,
|
|
202
|
-
} from "./commands/ListIndexCommand";
|
|
175
|
+
import { ListIndexCommandInput, ListIndexCommandOutput } from "./commands/ListIndexCommand";
|
|
203
176
|
import {
|
|
204
177
|
ListManagedSchemaArnsCommandInput,
|
|
205
178
|
ListManagedSchemaArnsCommandOutput,
|
|
@@ -264,18 +237,12 @@ import {
|
|
|
264
237
|
RemoveFacetFromObjectCommandInput,
|
|
265
238
|
RemoveFacetFromObjectCommandOutput,
|
|
266
239
|
} from "./commands/RemoveFacetFromObjectCommand";
|
|
267
|
-
import {
|
|
268
|
-
TagResourceCommandInput,
|
|
269
|
-
TagResourceCommandOutput,
|
|
270
|
-
} from "./commands/TagResourceCommand";
|
|
240
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
271
241
|
import {
|
|
272
242
|
UntagResourceCommandInput,
|
|
273
243
|
UntagResourceCommandOutput,
|
|
274
244
|
} from "./commands/UntagResourceCommand";
|
|
275
|
-
import {
|
|
276
|
-
UpdateFacetCommandInput,
|
|
277
|
-
UpdateFacetCommandOutput,
|
|
278
|
-
} from "./commands/UpdateFacetCommand";
|
|
245
|
+
import { UpdateFacetCommandInput, UpdateFacetCommandOutput } from "./commands/UpdateFacetCommand";
|
|
279
246
|
import {
|
|
280
247
|
UpdateLinkAttributesCommandInput,
|
|
281
248
|
UpdateLinkAttributesCommandOutput,
|
|
@@ -441,8 +408,7 @@ export type ServiceOutputTypes =
|
|
|
441
408
|
| UpdateTypedLinkFacetCommandOutput
|
|
442
409
|
| UpgradeAppliedSchemaCommandOutput
|
|
443
410
|
| UpgradePublishedSchemaCommandOutput;
|
|
444
|
-
export interface ClientDefaults
|
|
445
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
411
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
446
412
|
requestHandler?: __HttpHandlerUserInput;
|
|
447
413
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
448
414
|
urlParser?: __UrlParser;
|
|
@@ -467,9 +433,7 @@ export interface ClientDefaults
|
|
|
467
433
|
extensions?: RuntimeExtension[];
|
|
468
434
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
469
435
|
}
|
|
470
|
-
export type CloudDirectoryClientConfigType = Partial<
|
|
471
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
472
|
-
> &
|
|
436
|
+
export type CloudDirectoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
473
437
|
ClientDefaults &
|
|
474
438
|
UserAgentInputConfig &
|
|
475
439
|
RetryInputConfig &
|
|
@@ -478,8 +442,7 @@ export type CloudDirectoryClientConfigType = Partial<
|
|
|
478
442
|
EndpointInputConfig<EndpointParameters> &
|
|
479
443
|
HttpAuthSchemeInputConfig &
|
|
480
444
|
ClientInputEndpointParameters;
|
|
481
|
-
export interface CloudDirectoryClientConfig
|
|
482
|
-
extends CloudDirectoryClientConfigType {}
|
|
445
|
+
export interface CloudDirectoryClientConfig extends CloudDirectoryClientConfigType {}
|
|
483
446
|
export type CloudDirectoryClientResolvedConfigType =
|
|
484
447
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
485
448
|
Required<ClientDefaults> &
|
|
@@ -491,8 +454,7 @@ export type CloudDirectoryClientResolvedConfigType =
|
|
|
491
454
|
EndpointResolvedConfig<EndpointParameters> &
|
|
492
455
|
HttpAuthSchemeResolvedConfig &
|
|
493
456
|
ClientResolvedEndpointParameters;
|
|
494
|
-
export interface CloudDirectoryClientResolvedConfig
|
|
495
|
-
extends CloudDirectoryClientResolvedConfigType {}
|
|
457
|
+
export interface CloudDirectoryClientResolvedConfig extends CloudDirectoryClientResolvedConfigType {}
|
|
496
458
|
export declare class CloudDirectoryClient extends __Client<
|
|
497
459
|
__HttpHandlerOptions,
|
|
498
460
|
ServiceInputTypes,
|
|
@@ -500,8 +462,6 @@ export declare class CloudDirectoryClient extends __Client<
|
|
|
500
462
|
CloudDirectoryClientResolvedConfig
|
|
501
463
|
> {
|
|
502
464
|
readonly config: CloudDirectoryClientResolvedConfig;
|
|
503
|
-
constructor(
|
|
504
|
-
...[configuration]: __CheckOptionalClientConfig<CloudDirectoryClientConfig>
|
|
505
|
-
);
|
|
465
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CloudDirectoryClientConfig>);
|
|
506
466
|
destroy(): void;
|
|
507
467
|
}
|
|
@@ -7,17 +7,10 @@ import { CloudDirectoryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CloudDirectoryHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CloudDirectoryHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CloudDirectoryHttpAuthSchemeProvider;
|
|
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;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { CloudDirectoryClientResolvedConfig } from "../CloudDirectoryClient";
|
|
15
|
-
export interface CloudDirectoryHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CloudDirectoryHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CloudDirectoryHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CloudDirectoryHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CloudDirectoryClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CloudDirectoryHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCloudDirectoryHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CloudDirectoryClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CloudDirectoryHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CloudDirectoryHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CloudDirectoryHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CloudDirectoryHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CloudDirectoryHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCloudDirectoryHttpAuthSchemeProvider: CloudDirectoryHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CloudDirectoryHttpAuthSchemeProvider;
|
|
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: CloudDirectoryHttpAuthSchemeProvider;
|
|
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 "./CloudDirectoryClient";
|
|
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
|
CloudDirectoryClientResolvedConfig,
|
|
@@ -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[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AddFacetToObjectRequest,
|
|
4
|
-
AddFacetToObjectResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {}
|
|
8
|
-
export interface AddFacetToObjectCommandOutput
|
|
9
|
-
extends AddFacetToObjectResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {}
|
|
11
6
|
declare const AddFacetToObjectCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AddFacetToObjectCommandInput
|
|
8
|
+
input: AddFacetToObjectCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AddFacetToObjectCommandInput,
|
|
16
11
|
AddFacetToObjectCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AddFacetToObjectCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AddFacetToObjectCommandInput
|
|
17
|
+
input: AddFacetToObjectCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AddFacetToObjectCommandInput,
|
|
25
20
|
AddFacetToObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ApplySchemaCommandInput extends ApplySchemaRequest {}
|
|
5
|
-
export interface ApplySchemaCommandOutput
|
|
6
|
-
extends ApplySchemaResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {}
|
|
8
6
|
declare const ApplySchemaCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ApplySchemaCommandInput
|
|
8
|
+
input: ApplySchemaCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ApplySchemaCommandInput,
|
|
13
11
|
ApplySchemaCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ApplySchemaCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ApplySchemaCommandInput
|
|
17
|
+
input: ApplySchemaCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ApplySchemaCommandInput,
|
|
22
20
|
ApplySchemaCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface AttachObjectCommandInput extends AttachObjectRequest {}
|
|
5
|
-
export interface AttachObjectCommandOutput
|
|
6
|
-
extends AttachObjectResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AttachObjectCommandOutput extends AttachObjectResponse, __MetadataBearer {}
|
|
8
6
|
declare const AttachObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AttachObjectCommandInput
|
|
8
|
+
input: AttachObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AttachObjectCommandInput,
|
|
13
11
|
AttachObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AttachObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AttachObjectCommandInput
|
|
17
|
+
input: AttachObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AttachObjectCommandInput,
|
|
22
20
|
AttachObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface AttachPolicyCommandInput extends AttachPolicyRequest {}
|
|
5
|
-
export interface AttachPolicyCommandOutput
|
|
6
|
-
extends AttachPolicyResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {}
|
|
8
6
|
declare const AttachPolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AttachPolicyCommandInput
|
|
8
|
+
input: AttachPolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AttachPolicyCommandInput,
|
|
13
11
|
AttachPolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AttachPolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AttachPolicyCommandInput
|
|
17
|
+
input: AttachPolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AttachPolicyCommandInput,
|
|
22
20
|
AttachPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AttachToIndexRequest,
|
|
4
|
-
AttachToIndexResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AttachToIndexCommandInput extends AttachToIndexRequest {}
|
|
8
|
-
export interface AttachToIndexCommandOutput
|
|
9
|
-
extends AttachToIndexResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {}
|
|
11
6
|
declare const AttachToIndexCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AttachToIndexCommandInput
|
|
8
|
+
input: AttachToIndexCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AttachToIndexCommandInput,
|
|
16
11
|
AttachToIndexCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AttachToIndexCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AttachToIndexCommandInput
|
|
17
|
+
input: AttachToIndexCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AttachToIndexCommandInput,
|
|
25
20
|
AttachToIndexCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AttachTypedLinkRequest,
|
|
4
|
-
AttachTypedLinkResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AttachTypedLinkCommandInput extends AttachTypedLinkRequest {}
|
|
8
|
-
export interface AttachTypedLinkCommandOutput
|
|
9
|
-
extends AttachTypedLinkResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, __MetadataBearer {}
|
|
11
6
|
declare const AttachTypedLinkCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AttachTypedLinkCommandInput
|
|
8
|
+
input: AttachTypedLinkCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AttachTypedLinkCommandInput,
|
|
16
11
|
AttachTypedLinkCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AttachTypedLinkCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AttachTypedLinkCommandInput
|
|
17
|
+
input: AttachTypedLinkCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AttachTypedLinkCommandInput,
|
|
25
20
|
AttachTypedLinkCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { BatchReadRequest, BatchReadResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface BatchReadCommandInput extends BatchReadRequest {}
|
|
5
|
-
export interface BatchReadCommandOutput
|
|
6
|
-
extends BatchReadResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBearer {}
|
|
8
6
|
declare const BatchReadCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: BatchReadCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
BatchReadCommandInput,
|
|
11
11
|
BatchReadCommandOutput,
|
|
12
12
|
import("..").CloudDirectoryClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: BatchReadCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
BatchReadCommandInput,
|
|
18
20
|
BatchReadCommandOutput,
|
|
19
21
|
import("..").CloudDirectoryClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface BatchWriteCommandInput extends BatchWriteRequest {}
|
|
5
|
-
export interface BatchWriteCommandOutput
|
|
6
|
-
extends BatchWriteResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataBearer {}
|
|
8
6
|
declare const BatchWriteCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: BatchWriteCommandInput
|
|
8
|
+
input: BatchWriteCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
BatchWriteCommandInput,
|
|
13
11
|
BatchWriteCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const BatchWriteCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: BatchWriteCommandInput
|
|
17
|
+
input: BatchWriteCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
BatchWriteCommandInput,
|
|
22
20
|
BatchWriteCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDirectoryRequest,
|
|
4
|
-
CreateDirectoryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {}
|
|
8
|
-
export interface CreateDirectoryCommandOutput
|
|
9
|
-
extends CreateDirectoryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDirectoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDirectoryCommandInput
|
|
8
|
+
input: CreateDirectoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDirectoryCommandInput,
|
|
16
11
|
CreateDirectoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDirectoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDirectoryCommandInput
|
|
17
|
+
input: CreateDirectoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDirectoryCommandInput,
|
|
25
20
|
CreateDirectoryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateFacetCommandInput extends CreateFacetRequest {}
|
|
5
|
-
export interface CreateFacetCommandOutput
|
|
6
|
-
extends CreateFacetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFacetCommandOutput extends CreateFacetResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateFacetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateFacetCommandInput
|
|
8
|
+
input: CreateFacetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateFacetCommandInput,
|
|
13
11
|
CreateFacetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateFacetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateFacetCommandInput
|
|
17
|
+
input: CreateFacetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateFacetCommandInput,
|
|
22
20
|
CreateFacetCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateIndexCommandInput extends CreateIndexRequest {}
|
|
5
|
-
export interface CreateIndexCommandOutput
|
|
6
|
-
extends CreateIndexResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateIndexCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateIndexCommandInput
|
|
8
|
+
input: CreateIndexCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateIndexCommandInput,
|
|
13
11
|
CreateIndexCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateIndexCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateIndexCommandInput
|
|
17
|
+
input: CreateIndexCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateIndexCommandInput,
|
|
22
20
|
CreateIndexCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateObjectCommandInput extends CreateObjectRequest {}
|
|
5
|
-
export interface CreateObjectCommandOutput
|
|
6
|
-
extends CreateObjectResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateObjectCommandOutput extends CreateObjectResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateObjectCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateObjectCommandInput
|
|
8
|
+
input: CreateObjectCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateObjectCommandInput,
|
|
13
11
|
CreateObjectCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateObjectCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateObjectCommandInput
|
|
17
|
+
input: CreateObjectCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateObjectCommandInput,
|
|
22
20
|
CreateObjectCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
|
|
5
|
-
export interface CreateSchemaCommandOutput
|
|
6
|
-
extends CreateSchemaResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateSchemaCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateSchemaCommandInput
|
|
8
|
+
input: CreateSchemaCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateSchemaCommandInput,
|
|
13
11
|
CreateSchemaCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateSchemaCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateSchemaCommandInput
|
|
17
|
+
input: CreateSchemaCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateSchemaCommandInput,
|
|
22
20
|
CreateSchemaCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTypedLinkFacetRequest,
|
|
4
|
-
CreateTypedLinkFacetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTypedLinkFacetCommandInput
|
|
8
|
-
extends CreateTypedLinkFacetRequest {}
|
|
4
|
+
export interface CreateTypedLinkFacetCommandInput extends CreateTypedLinkFacetRequest {}
|
|
9
5
|
export interface CreateTypedLinkFacetCommandOutput
|
|
10
|
-
extends CreateTypedLinkFacetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateTypedLinkFacetResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateTypedLinkFacetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateTypedLinkFacetCommandInput
|
|
9
|
+
input: CreateTypedLinkFacetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateTypedLinkFacetCommandInput,
|
|
17
12
|
CreateTypedLinkFacetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateTypedLinkFacetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateTypedLinkFacetCommandInput
|
|
18
|
+
input: CreateTypedLinkFacetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateTypedLinkFacetCommandInput,
|
|
26
21
|
CreateTypedLinkFacetCommandOutput,
|