@aws-sdk/client-clouddirectory 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudDirectory.d.ts +1192 -335
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +526 -139
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2825 -2534
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppliedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndexPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPublishedSchemaArnsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTypedLinkFacetNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/LookupPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +20 -20
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,139 +1,526 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddFacetToObjectCommandInput,
|
|
47
|
+
AddFacetToObjectCommandOutput,
|
|
48
|
+
} from "./commands/AddFacetToObjectCommand";
|
|
49
|
+
import {
|
|
50
|
+
ApplySchemaCommandInput,
|
|
51
|
+
ApplySchemaCommandOutput,
|
|
52
|
+
} from "./commands/ApplySchemaCommand";
|
|
53
|
+
import {
|
|
54
|
+
AttachObjectCommandInput,
|
|
55
|
+
AttachObjectCommandOutput,
|
|
56
|
+
} from "./commands/AttachObjectCommand";
|
|
57
|
+
import {
|
|
58
|
+
AttachPolicyCommandInput,
|
|
59
|
+
AttachPolicyCommandOutput,
|
|
60
|
+
} from "./commands/AttachPolicyCommand";
|
|
61
|
+
import {
|
|
62
|
+
AttachToIndexCommandInput,
|
|
63
|
+
AttachToIndexCommandOutput,
|
|
64
|
+
} from "./commands/AttachToIndexCommand";
|
|
65
|
+
import {
|
|
66
|
+
AttachTypedLinkCommandInput,
|
|
67
|
+
AttachTypedLinkCommandOutput,
|
|
68
|
+
} from "./commands/AttachTypedLinkCommand";
|
|
69
|
+
import {
|
|
70
|
+
BatchReadCommandInput,
|
|
71
|
+
BatchReadCommandOutput,
|
|
72
|
+
} from "./commands/BatchReadCommand";
|
|
73
|
+
import {
|
|
74
|
+
BatchWriteCommandInput,
|
|
75
|
+
BatchWriteCommandOutput,
|
|
76
|
+
} from "./commands/BatchWriteCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateDirectoryCommandInput,
|
|
79
|
+
CreateDirectoryCommandOutput,
|
|
80
|
+
} from "./commands/CreateDirectoryCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateFacetCommandInput,
|
|
83
|
+
CreateFacetCommandOutput,
|
|
84
|
+
} from "./commands/CreateFacetCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateIndexCommandInput,
|
|
87
|
+
CreateIndexCommandOutput,
|
|
88
|
+
} from "./commands/CreateIndexCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateObjectCommandInput,
|
|
91
|
+
CreateObjectCommandOutput,
|
|
92
|
+
} from "./commands/CreateObjectCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateSchemaCommandInput,
|
|
95
|
+
CreateSchemaCommandOutput,
|
|
96
|
+
} from "./commands/CreateSchemaCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateTypedLinkFacetCommandInput,
|
|
99
|
+
CreateTypedLinkFacetCommandOutput,
|
|
100
|
+
} from "./commands/CreateTypedLinkFacetCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDirectoryCommandInput,
|
|
103
|
+
DeleteDirectoryCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDirectoryCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteFacetCommandInput,
|
|
107
|
+
DeleteFacetCommandOutput,
|
|
108
|
+
} from "./commands/DeleteFacetCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteObjectCommandInput,
|
|
111
|
+
DeleteObjectCommandOutput,
|
|
112
|
+
} from "./commands/DeleteObjectCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteSchemaCommandInput,
|
|
115
|
+
DeleteSchemaCommandOutput,
|
|
116
|
+
} from "./commands/DeleteSchemaCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteTypedLinkFacetCommandInput,
|
|
119
|
+
DeleteTypedLinkFacetCommandOutput,
|
|
120
|
+
} from "./commands/DeleteTypedLinkFacetCommand";
|
|
121
|
+
import {
|
|
122
|
+
DetachFromIndexCommandInput,
|
|
123
|
+
DetachFromIndexCommandOutput,
|
|
124
|
+
} from "./commands/DetachFromIndexCommand";
|
|
125
|
+
import {
|
|
126
|
+
DetachObjectCommandInput,
|
|
127
|
+
DetachObjectCommandOutput,
|
|
128
|
+
} from "./commands/DetachObjectCommand";
|
|
129
|
+
import {
|
|
130
|
+
DetachPolicyCommandInput,
|
|
131
|
+
DetachPolicyCommandOutput,
|
|
132
|
+
} from "./commands/DetachPolicyCommand";
|
|
133
|
+
import {
|
|
134
|
+
DetachTypedLinkCommandInput,
|
|
135
|
+
DetachTypedLinkCommandOutput,
|
|
136
|
+
} from "./commands/DetachTypedLinkCommand";
|
|
137
|
+
import {
|
|
138
|
+
DisableDirectoryCommandInput,
|
|
139
|
+
DisableDirectoryCommandOutput,
|
|
140
|
+
} from "./commands/DisableDirectoryCommand";
|
|
141
|
+
import {
|
|
142
|
+
EnableDirectoryCommandInput,
|
|
143
|
+
EnableDirectoryCommandOutput,
|
|
144
|
+
} from "./commands/EnableDirectoryCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetAppliedSchemaVersionCommandInput,
|
|
147
|
+
GetAppliedSchemaVersionCommandOutput,
|
|
148
|
+
} from "./commands/GetAppliedSchemaVersionCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetDirectoryCommandInput,
|
|
151
|
+
GetDirectoryCommandOutput,
|
|
152
|
+
} from "./commands/GetDirectoryCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetFacetCommandInput,
|
|
155
|
+
GetFacetCommandOutput,
|
|
156
|
+
} from "./commands/GetFacetCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetLinkAttributesCommandInput,
|
|
159
|
+
GetLinkAttributesCommandOutput,
|
|
160
|
+
} from "./commands/GetLinkAttributesCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetObjectAttributesCommandInput,
|
|
163
|
+
GetObjectAttributesCommandOutput,
|
|
164
|
+
} from "./commands/GetObjectAttributesCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetObjectInformationCommandInput,
|
|
167
|
+
GetObjectInformationCommandOutput,
|
|
168
|
+
} from "./commands/GetObjectInformationCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetSchemaAsJsonCommandInput,
|
|
171
|
+
GetSchemaAsJsonCommandOutput,
|
|
172
|
+
} from "./commands/GetSchemaAsJsonCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetTypedLinkFacetInformationCommandInput,
|
|
175
|
+
GetTypedLinkFacetInformationCommandOutput,
|
|
176
|
+
} from "./commands/GetTypedLinkFacetInformationCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListAppliedSchemaArnsCommandInput,
|
|
179
|
+
ListAppliedSchemaArnsCommandOutput,
|
|
180
|
+
} from "./commands/ListAppliedSchemaArnsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListAttachedIndicesCommandInput,
|
|
183
|
+
ListAttachedIndicesCommandOutput,
|
|
184
|
+
} from "./commands/ListAttachedIndicesCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListDevelopmentSchemaArnsCommandInput,
|
|
187
|
+
ListDevelopmentSchemaArnsCommandOutput,
|
|
188
|
+
} from "./commands/ListDevelopmentSchemaArnsCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListDirectoriesCommandInput,
|
|
191
|
+
ListDirectoriesCommandOutput,
|
|
192
|
+
} from "./commands/ListDirectoriesCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListFacetAttributesCommandInput,
|
|
195
|
+
ListFacetAttributesCommandOutput,
|
|
196
|
+
} from "./commands/ListFacetAttributesCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListFacetNamesCommandInput,
|
|
199
|
+
ListFacetNamesCommandOutput,
|
|
200
|
+
} from "./commands/ListFacetNamesCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListIncomingTypedLinksCommandInput,
|
|
203
|
+
ListIncomingTypedLinksCommandOutput,
|
|
204
|
+
} from "./commands/ListIncomingTypedLinksCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListIndexCommandInput,
|
|
207
|
+
ListIndexCommandOutput,
|
|
208
|
+
} from "./commands/ListIndexCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListManagedSchemaArnsCommandInput,
|
|
211
|
+
ListManagedSchemaArnsCommandOutput,
|
|
212
|
+
} from "./commands/ListManagedSchemaArnsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListObjectAttributesCommandInput,
|
|
215
|
+
ListObjectAttributesCommandOutput,
|
|
216
|
+
} from "./commands/ListObjectAttributesCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListObjectChildrenCommandInput,
|
|
219
|
+
ListObjectChildrenCommandOutput,
|
|
220
|
+
} from "./commands/ListObjectChildrenCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListObjectParentPathsCommandInput,
|
|
223
|
+
ListObjectParentPathsCommandOutput,
|
|
224
|
+
} from "./commands/ListObjectParentPathsCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListObjectParentsCommandInput,
|
|
227
|
+
ListObjectParentsCommandOutput,
|
|
228
|
+
} from "./commands/ListObjectParentsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListObjectPoliciesCommandInput,
|
|
231
|
+
ListObjectPoliciesCommandOutput,
|
|
232
|
+
} from "./commands/ListObjectPoliciesCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListOutgoingTypedLinksCommandInput,
|
|
235
|
+
ListOutgoingTypedLinksCommandOutput,
|
|
236
|
+
} from "./commands/ListOutgoingTypedLinksCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListPolicyAttachmentsCommandInput,
|
|
239
|
+
ListPolicyAttachmentsCommandOutput,
|
|
240
|
+
} from "./commands/ListPolicyAttachmentsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListPublishedSchemaArnsCommandInput,
|
|
243
|
+
ListPublishedSchemaArnsCommandOutput,
|
|
244
|
+
} from "./commands/ListPublishedSchemaArnsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListTagsForResourceCommandInput,
|
|
247
|
+
ListTagsForResourceCommandOutput,
|
|
248
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListTypedLinkFacetAttributesCommandInput,
|
|
251
|
+
ListTypedLinkFacetAttributesCommandOutput,
|
|
252
|
+
} from "./commands/ListTypedLinkFacetAttributesCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListTypedLinkFacetNamesCommandInput,
|
|
255
|
+
ListTypedLinkFacetNamesCommandOutput,
|
|
256
|
+
} from "./commands/ListTypedLinkFacetNamesCommand";
|
|
257
|
+
import {
|
|
258
|
+
LookupPolicyCommandInput,
|
|
259
|
+
LookupPolicyCommandOutput,
|
|
260
|
+
} from "./commands/LookupPolicyCommand";
|
|
261
|
+
import {
|
|
262
|
+
PublishSchemaCommandInput,
|
|
263
|
+
PublishSchemaCommandOutput,
|
|
264
|
+
} from "./commands/PublishSchemaCommand";
|
|
265
|
+
import {
|
|
266
|
+
PutSchemaFromJsonCommandInput,
|
|
267
|
+
PutSchemaFromJsonCommandOutput,
|
|
268
|
+
} from "./commands/PutSchemaFromJsonCommand";
|
|
269
|
+
import {
|
|
270
|
+
RemoveFacetFromObjectCommandInput,
|
|
271
|
+
RemoveFacetFromObjectCommandOutput,
|
|
272
|
+
} from "./commands/RemoveFacetFromObjectCommand";
|
|
273
|
+
import {
|
|
274
|
+
TagResourceCommandInput,
|
|
275
|
+
TagResourceCommandOutput,
|
|
276
|
+
} from "./commands/TagResourceCommand";
|
|
277
|
+
import {
|
|
278
|
+
UntagResourceCommandInput,
|
|
279
|
+
UntagResourceCommandOutput,
|
|
280
|
+
} from "./commands/UntagResourceCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateFacetCommandInput,
|
|
283
|
+
UpdateFacetCommandOutput,
|
|
284
|
+
} from "./commands/UpdateFacetCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateLinkAttributesCommandInput,
|
|
287
|
+
UpdateLinkAttributesCommandOutput,
|
|
288
|
+
} from "./commands/UpdateLinkAttributesCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateObjectAttributesCommandInput,
|
|
291
|
+
UpdateObjectAttributesCommandOutput,
|
|
292
|
+
} from "./commands/UpdateObjectAttributesCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateSchemaCommandInput,
|
|
295
|
+
UpdateSchemaCommandOutput,
|
|
296
|
+
} from "./commands/UpdateSchemaCommand";
|
|
297
|
+
import {
|
|
298
|
+
UpdateTypedLinkFacetCommandInput,
|
|
299
|
+
UpdateTypedLinkFacetCommandOutput,
|
|
300
|
+
} from "./commands/UpdateTypedLinkFacetCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpgradeAppliedSchemaCommandInput,
|
|
303
|
+
UpgradeAppliedSchemaCommandOutput,
|
|
304
|
+
} from "./commands/UpgradeAppliedSchemaCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpgradePublishedSchemaCommandInput,
|
|
307
|
+
UpgradePublishedSchemaCommandOutput,
|
|
308
|
+
} from "./commands/UpgradePublishedSchemaCommand";
|
|
309
|
+
export declare type ServiceInputTypes =
|
|
310
|
+
| AddFacetToObjectCommandInput
|
|
311
|
+
| ApplySchemaCommandInput
|
|
312
|
+
| AttachObjectCommandInput
|
|
313
|
+
| AttachPolicyCommandInput
|
|
314
|
+
| AttachToIndexCommandInput
|
|
315
|
+
| AttachTypedLinkCommandInput
|
|
316
|
+
| BatchReadCommandInput
|
|
317
|
+
| BatchWriteCommandInput
|
|
318
|
+
| CreateDirectoryCommandInput
|
|
319
|
+
| CreateFacetCommandInput
|
|
320
|
+
| CreateIndexCommandInput
|
|
321
|
+
| CreateObjectCommandInput
|
|
322
|
+
| CreateSchemaCommandInput
|
|
323
|
+
| CreateTypedLinkFacetCommandInput
|
|
324
|
+
| DeleteDirectoryCommandInput
|
|
325
|
+
| DeleteFacetCommandInput
|
|
326
|
+
| DeleteObjectCommandInput
|
|
327
|
+
| DeleteSchemaCommandInput
|
|
328
|
+
| DeleteTypedLinkFacetCommandInput
|
|
329
|
+
| DetachFromIndexCommandInput
|
|
330
|
+
| DetachObjectCommandInput
|
|
331
|
+
| DetachPolicyCommandInput
|
|
332
|
+
| DetachTypedLinkCommandInput
|
|
333
|
+
| DisableDirectoryCommandInput
|
|
334
|
+
| EnableDirectoryCommandInput
|
|
335
|
+
| GetAppliedSchemaVersionCommandInput
|
|
336
|
+
| GetDirectoryCommandInput
|
|
337
|
+
| GetFacetCommandInput
|
|
338
|
+
| GetLinkAttributesCommandInput
|
|
339
|
+
| GetObjectAttributesCommandInput
|
|
340
|
+
| GetObjectInformationCommandInput
|
|
341
|
+
| GetSchemaAsJsonCommandInput
|
|
342
|
+
| GetTypedLinkFacetInformationCommandInput
|
|
343
|
+
| ListAppliedSchemaArnsCommandInput
|
|
344
|
+
| ListAttachedIndicesCommandInput
|
|
345
|
+
| ListDevelopmentSchemaArnsCommandInput
|
|
346
|
+
| ListDirectoriesCommandInput
|
|
347
|
+
| ListFacetAttributesCommandInput
|
|
348
|
+
| ListFacetNamesCommandInput
|
|
349
|
+
| ListIncomingTypedLinksCommandInput
|
|
350
|
+
| ListIndexCommandInput
|
|
351
|
+
| ListManagedSchemaArnsCommandInput
|
|
352
|
+
| ListObjectAttributesCommandInput
|
|
353
|
+
| ListObjectChildrenCommandInput
|
|
354
|
+
| ListObjectParentPathsCommandInput
|
|
355
|
+
| ListObjectParentsCommandInput
|
|
356
|
+
| ListObjectPoliciesCommandInput
|
|
357
|
+
| ListOutgoingTypedLinksCommandInput
|
|
358
|
+
| ListPolicyAttachmentsCommandInput
|
|
359
|
+
| ListPublishedSchemaArnsCommandInput
|
|
360
|
+
| ListTagsForResourceCommandInput
|
|
361
|
+
| ListTypedLinkFacetAttributesCommandInput
|
|
362
|
+
| ListTypedLinkFacetNamesCommandInput
|
|
363
|
+
| LookupPolicyCommandInput
|
|
364
|
+
| PublishSchemaCommandInput
|
|
365
|
+
| PutSchemaFromJsonCommandInput
|
|
366
|
+
| RemoveFacetFromObjectCommandInput
|
|
367
|
+
| TagResourceCommandInput
|
|
368
|
+
| UntagResourceCommandInput
|
|
369
|
+
| UpdateFacetCommandInput
|
|
370
|
+
| UpdateLinkAttributesCommandInput
|
|
371
|
+
| UpdateObjectAttributesCommandInput
|
|
372
|
+
| UpdateSchemaCommandInput
|
|
373
|
+
| UpdateTypedLinkFacetCommandInput
|
|
374
|
+
| UpgradeAppliedSchemaCommandInput
|
|
375
|
+
| UpgradePublishedSchemaCommandInput;
|
|
376
|
+
export declare type ServiceOutputTypes =
|
|
377
|
+
| AddFacetToObjectCommandOutput
|
|
378
|
+
| ApplySchemaCommandOutput
|
|
379
|
+
| AttachObjectCommandOutput
|
|
380
|
+
| AttachPolicyCommandOutput
|
|
381
|
+
| AttachToIndexCommandOutput
|
|
382
|
+
| AttachTypedLinkCommandOutput
|
|
383
|
+
| BatchReadCommandOutput
|
|
384
|
+
| BatchWriteCommandOutput
|
|
385
|
+
| CreateDirectoryCommandOutput
|
|
386
|
+
| CreateFacetCommandOutput
|
|
387
|
+
| CreateIndexCommandOutput
|
|
388
|
+
| CreateObjectCommandOutput
|
|
389
|
+
| CreateSchemaCommandOutput
|
|
390
|
+
| CreateTypedLinkFacetCommandOutput
|
|
391
|
+
| DeleteDirectoryCommandOutput
|
|
392
|
+
| DeleteFacetCommandOutput
|
|
393
|
+
| DeleteObjectCommandOutput
|
|
394
|
+
| DeleteSchemaCommandOutput
|
|
395
|
+
| DeleteTypedLinkFacetCommandOutput
|
|
396
|
+
| DetachFromIndexCommandOutput
|
|
397
|
+
| DetachObjectCommandOutput
|
|
398
|
+
| DetachPolicyCommandOutput
|
|
399
|
+
| DetachTypedLinkCommandOutput
|
|
400
|
+
| DisableDirectoryCommandOutput
|
|
401
|
+
| EnableDirectoryCommandOutput
|
|
402
|
+
| GetAppliedSchemaVersionCommandOutput
|
|
403
|
+
| GetDirectoryCommandOutput
|
|
404
|
+
| GetFacetCommandOutput
|
|
405
|
+
| GetLinkAttributesCommandOutput
|
|
406
|
+
| GetObjectAttributesCommandOutput
|
|
407
|
+
| GetObjectInformationCommandOutput
|
|
408
|
+
| GetSchemaAsJsonCommandOutput
|
|
409
|
+
| GetTypedLinkFacetInformationCommandOutput
|
|
410
|
+
| ListAppliedSchemaArnsCommandOutput
|
|
411
|
+
| ListAttachedIndicesCommandOutput
|
|
412
|
+
| ListDevelopmentSchemaArnsCommandOutput
|
|
413
|
+
| ListDirectoriesCommandOutput
|
|
414
|
+
| ListFacetAttributesCommandOutput
|
|
415
|
+
| ListFacetNamesCommandOutput
|
|
416
|
+
| ListIncomingTypedLinksCommandOutput
|
|
417
|
+
| ListIndexCommandOutput
|
|
418
|
+
| ListManagedSchemaArnsCommandOutput
|
|
419
|
+
| ListObjectAttributesCommandOutput
|
|
420
|
+
| ListObjectChildrenCommandOutput
|
|
421
|
+
| ListObjectParentPathsCommandOutput
|
|
422
|
+
| ListObjectParentsCommandOutput
|
|
423
|
+
| ListObjectPoliciesCommandOutput
|
|
424
|
+
| ListOutgoingTypedLinksCommandOutput
|
|
425
|
+
| ListPolicyAttachmentsCommandOutput
|
|
426
|
+
| ListPublishedSchemaArnsCommandOutput
|
|
427
|
+
| ListTagsForResourceCommandOutput
|
|
428
|
+
| ListTypedLinkFacetAttributesCommandOutput
|
|
429
|
+
| ListTypedLinkFacetNamesCommandOutput
|
|
430
|
+
| LookupPolicyCommandOutput
|
|
431
|
+
| PublishSchemaCommandOutput
|
|
432
|
+
| PutSchemaFromJsonCommandOutput
|
|
433
|
+
| RemoveFacetFromObjectCommandOutput
|
|
434
|
+
| TagResourceCommandOutput
|
|
435
|
+
| UntagResourceCommandOutput
|
|
436
|
+
| UpdateFacetCommandOutput
|
|
437
|
+
| UpdateLinkAttributesCommandOutput
|
|
438
|
+
| UpdateObjectAttributesCommandOutput
|
|
439
|
+
| UpdateSchemaCommandOutput
|
|
440
|
+
| UpdateTypedLinkFacetCommandOutput
|
|
441
|
+
| UpgradeAppliedSchemaCommandOutput
|
|
442
|
+
| UpgradePublishedSchemaCommandOutput;
|
|
443
|
+
export interface ClientDefaults
|
|
444
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
445
|
+
requestHandler?: __HttpHandler;
|
|
446
|
+
|
|
447
|
+
sha256?: __HashConstructor;
|
|
448
|
+
|
|
449
|
+
urlParser?: __UrlParser;
|
|
450
|
+
|
|
451
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
452
|
+
|
|
453
|
+
streamCollector?: __StreamCollector;
|
|
454
|
+
|
|
455
|
+
base64Decoder?: __Decoder;
|
|
456
|
+
|
|
457
|
+
base64Encoder?: __Encoder;
|
|
458
|
+
|
|
459
|
+
utf8Decoder?: __Decoder;
|
|
460
|
+
|
|
461
|
+
utf8Encoder?: __Encoder;
|
|
462
|
+
|
|
463
|
+
runtime?: string;
|
|
464
|
+
|
|
465
|
+
disableHostPrefix?: boolean;
|
|
466
|
+
|
|
467
|
+
maxAttempts?: number | __Provider<number>;
|
|
468
|
+
|
|
469
|
+
retryMode?: string | __Provider<string>;
|
|
470
|
+
|
|
471
|
+
logger?: __Logger;
|
|
472
|
+
|
|
473
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
474
|
+
|
|
475
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
476
|
+
|
|
477
|
+
serviceId?: string;
|
|
478
|
+
|
|
479
|
+
region?: string | __Provider<string>;
|
|
480
|
+
|
|
481
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
482
|
+
|
|
483
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
484
|
+
|
|
485
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
486
|
+
|
|
487
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
488
|
+
}
|
|
489
|
+
declare type CloudDirectoryClientConfigType = Partial<
|
|
490
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
491
|
+
> &
|
|
492
|
+
ClientDefaults &
|
|
493
|
+
RegionInputConfig &
|
|
494
|
+
EndpointsInputConfig &
|
|
495
|
+
RetryInputConfig &
|
|
496
|
+
HostHeaderInputConfig &
|
|
497
|
+
AwsAuthInputConfig &
|
|
498
|
+
UserAgentInputConfig;
|
|
499
|
+
|
|
500
|
+
export interface CloudDirectoryClientConfig
|
|
501
|
+
extends CloudDirectoryClientConfigType {}
|
|
502
|
+
declare type CloudDirectoryClientResolvedConfigType =
|
|
503
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
504
|
+
Required<ClientDefaults> &
|
|
505
|
+
RegionResolvedConfig &
|
|
506
|
+
EndpointsResolvedConfig &
|
|
507
|
+
RetryResolvedConfig &
|
|
508
|
+
HostHeaderResolvedConfig &
|
|
509
|
+
AwsAuthResolvedConfig &
|
|
510
|
+
UserAgentResolvedConfig;
|
|
511
|
+
|
|
512
|
+
export interface CloudDirectoryClientResolvedConfig
|
|
513
|
+
extends CloudDirectoryClientResolvedConfigType {}
|
|
514
|
+
|
|
515
|
+
export declare class CloudDirectoryClient extends __Client<
|
|
516
|
+
__HttpHandlerOptions,
|
|
517
|
+
ServiceInputTypes,
|
|
518
|
+
ServiceOutputTypes,
|
|
519
|
+
CloudDirectoryClientResolvedConfig
|
|
520
|
+
> {
|
|
521
|
+
readonly config: CloudDirectoryClientResolvedConfig;
|
|
522
|
+
constructor(configuration: CloudDirectoryClientConfig);
|
|
523
|
+
|
|
524
|
+
destroy(): void;
|
|
525
|
+
}
|
|
526
|
+
export {};
|