@aws-sdk/client-clouddirectory 3.40.0 → 3.45.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 +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +1 -1
- package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +1 -1
- package/dist-types/commands/AttachPolicyCommand.d.ts +1 -1
- package/dist-types/commands/AttachToIndexCommand.d.ts +1 -1
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +1 -1
- package/dist-types/commands/BatchReadCommand.d.ts +1 -1
- package/dist-types/commands/BatchWriteCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
- package/dist-types/commands/CreateObjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +1 -1
- package/dist-types/commands/DetachObjectCommand.d.ts +1 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetFacetCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectInformationCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListDirectoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +1 -1
- package/dist-types/commands/ListIndexCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectParentsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFacetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-clouddirectory
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-clouddirectory
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -14,6 +14,7 @@ const partitionHash = {
|
|
|
14
14
|
"ap-south-1",
|
|
15
15
|
"ap-southeast-1",
|
|
16
16
|
"ap-southeast-2",
|
|
17
|
+
"ap-southeast-3",
|
|
17
18
|
"ca-central-1",
|
|
18
19
|
"eu-central-1",
|
|
19
20
|
"eu-north-1",
|
|
@@ -78,6 +79,10 @@ const partitionHash = {
|
|
|
78
79
|
hostname: "clouddirectory.{region}.c2s.ic.gov",
|
|
79
80
|
tags: [],
|
|
80
81
|
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "clouddirectory-fips.{region}.c2s.ic.gov",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
81
86
|
],
|
|
82
87
|
},
|
|
83
88
|
"aws-iso-b": {
|
|
@@ -88,6 +93,10 @@ const partitionHash = {
|
|
|
88
93
|
hostname: "clouddirectory.{region}.sc2s.sgov.gov",
|
|
89
94
|
tags: [],
|
|
90
95
|
},
|
|
96
|
+
{
|
|
97
|
+
hostname: "clouddirectory-fips.{region}.sc2s.sgov.gov",
|
|
98
|
+
tags: ["fips"],
|
|
99
|
+
},
|
|
91
100
|
],
|
|
92
101
|
},
|
|
93
102
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -12,6 +12,7 @@ var partitionHash = {
|
|
|
12
12
|
"ap-south-1",
|
|
13
13
|
"ap-southeast-1",
|
|
14
14
|
"ap-southeast-2",
|
|
15
|
+
"ap-southeast-3",
|
|
15
16
|
"ca-central-1",
|
|
16
17
|
"eu-central-1",
|
|
17
18
|
"eu-north-1",
|
|
@@ -76,6 +77,10 @@ var partitionHash = {
|
|
|
76
77
|
hostname: "clouddirectory.{region}.c2s.ic.gov",
|
|
77
78
|
tags: [],
|
|
78
79
|
},
|
|
80
|
+
{
|
|
81
|
+
hostname: "clouddirectory-fips.{region}.c2s.ic.gov",
|
|
82
|
+
tags: ["fips"],
|
|
83
|
+
},
|
|
79
84
|
],
|
|
80
85
|
},
|
|
81
86
|
"aws-iso-b": {
|
|
@@ -86,6 +91,10 @@ var partitionHash = {
|
|
|
86
91
|
hostname: "clouddirectory.{region}.sc2s.sgov.gov",
|
|
87
92
|
tags: [],
|
|
88
93
|
},
|
|
94
|
+
{
|
|
95
|
+
hostname: "clouddirectory-fips.{region}.sc2s.sgov.gov",
|
|
96
|
+
tags: ["fips"],
|
|
97
|
+
},
|
|
89
98
|
],
|
|
90
99
|
},
|
|
91
100
|
"aws-us-gov": {
|
|
@@ -20,7 +20,7 @@ export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AddFacetToObjectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AddFacetToObjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AddFacetToObjectCommand extends $Command<AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ApplySchemaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ApplySchemaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ApplySchemaCommand extends $Command<ApplySchemaCommandInput, ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface AttachObjectCommandOutput extends AttachObjectResponse, __Metad
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link AttachObjectCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link AttachObjectCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class AttachObjectCommand extends $Command<AttachObjectCommandInput, AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link AttachPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link AttachPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class AttachPolicyCommand extends $Command<AttachPolicyCommandInput, AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AttachToIndexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AttachToIndexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AttachToIndexCommand extends $Command<AttachToIndexCommandInput, AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface AttachTypedLinkCommandOutput extends AttachTypedLinkResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AttachTypedLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AttachTypedLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AttachTypedLinkCommand extends $Command<AttachTypedLinkCommandInput, AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchReadCommandOutput extends BatchReadResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchReadCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchReadCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchReadCommand extends $Command<BatchReadCommandInput, BatchReadCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface BatchWriteCommandOutput extends BatchWriteResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link BatchWriteCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link BatchWriteCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class BatchWriteCommand extends $Command<BatchWriteCommandInput, BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResponse, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDirectoryCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDirectoryCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateFacetCommandOutput extends CreateFacetResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateFacetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateFacetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateFacetCommand extends $Command<CreateFacetCommandInput, CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateIndexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateIndexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateObjectCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateObjectCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateObjectCommand extends $Command<CreateObjectCommandInput, CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateTypedLinkFacetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateTypedLinkFacetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateTypedLinkFacetCommand extends $Command<CreateTypedLinkFacetCommandInput, CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDirectoryCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDirectoryCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteFacetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteFacetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteFacetCommand extends $Command<DeleteFacetCommandInput, DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteObjectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteObjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteSchemaCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteTypedLinkFacetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteTypedLinkFacetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteTypedLinkFacetCommand extends $Command<DeleteTypedLinkFacetCommandInput, DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DetachFromIndexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DetachFromIndexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DetachFromIndexCommand extends $Command<DetachFromIndexCommandInput, DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DetachObjectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DetachObjectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DetachObjectCommand extends $Command<DetachObjectCommandInput, DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DetachPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DetachPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DetachPolicyCommand extends $Command<DetachPolicyCommandInput, DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DetachTypedLinkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DetachTypedLinkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DetachTypedLinkCommand extends $Command<DetachTypedLinkCommandInput, DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableDirectoryCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableDirectoryCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisableDirectoryCommand extends $Command<DisableDirectoryCommandInput, DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link EnableDirectoryCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link EnableDirectoryCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class EnableDirectoryCommand extends $Command<EnableDirectoryCommandInput, EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAppliedSchemaVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAppliedSchemaVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAppliedSchemaVersionCommand extends $Command<GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDirectoryCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDirectoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDirectoryCommand extends $Command<GetDirectoryCommandInput, GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetFacetCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetFacetCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetFacetCommand extends $Command<GetFacetCommandInput, GetFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetLinkAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetLinkAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetLinkAttributesCommand extends $Command<GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetObjectAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetObjectAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetObjectAttributesCommand extends $Command<GetObjectAttributesCommandInput, GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetObjectInformationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetObjectInformationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetObjectInformationCommand extends $Command<GetObjectInformationCommandInput, GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSchemaAsJsonCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSchemaAsJsonCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSchemaAsJsonCommand extends $Command<GetSchemaAsJsonCommandInput, GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkF
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetTypedLinkFacetInformationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetTypedLinkFacetInformationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetTypedLinkFacetInformationCommand extends $Command<GetTypedLinkFacetInformationCommandInput, GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArn
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAppliedSchemaArnsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAppliedSchemaArnsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAppliedSchemaArnsCommand extends $Command<ListAppliedSchemaArnsCommandInput, ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAttachedIndicesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAttachedIndicesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAttachedIndicesCommand extends $Command<ListAttachedIndicesCommandInput, ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentS
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListDevelopmentSchemaArnsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListDevelopmentSchemaArnsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListDevelopmentSchemaArnsCommand extends $Command<ListDevelopmentSchemaArnsCommandInput, ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDirectoriesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDirectoriesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDirectoriesCommand extends $Command<ListDirectoriesCommandInput, ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFacetAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFacetAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFacetAttributesCommand extends $Command<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFacetNamesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFacetNamesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFacetNamesCommand extends $Command<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListIncomingTypedLinksCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListIncomingTypedLinksCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListIncomingTypedLinksCommand extends $Command<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListIndexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListIndexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListIndexCommand extends $Command<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListManagedSchemaArnsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListManagedSchemaArnsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListManagedSchemaArnsCommand extends $Command<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListObjectAttributesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListObjectAttributesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListObjectAttributesCommand extends $Command<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListObjectChildrenCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListObjectChildrenCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListObjectChildrenCommand extends $Command<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListObjectParentPathsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListObjectParentPathsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListObjectParentPathsCommand extends $Command<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListObjectParentsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListObjectParentsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListObjectParentsCommand extends $Command<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListObjectPoliciesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListObjectPoliciesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListObjectPoliciesCommand extends $Command<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListOutgoingTypedLinksCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListOutgoingTypedLinksCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListOutgoingTypedLinksCommand extends $Command<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListPolicyAttachmentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListPolicyAttachmentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListPolicyAttachmentsCommand extends $Command<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListPublishedSchemaArnsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListPublishedSchemaArnsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListPublishedSchemaArnsCommand extends $Command<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTypedLinkFacetAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTypedLinkFacetAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTypedLinkFacetAttributesCommand extends $Command<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTypedLinkFacetNamesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTypedLinkFacetNamesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTypedLinkFacetNamesCommand extends $Command<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link LookupPolicyCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link LookupPolicyCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class LookupPolicyCommand extends $Command<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PublishSchemaCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PublishSchemaCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PublishSchemaCommand extends $Command<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutSchemaFromJsonCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutSchemaFromJsonCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutSchemaFromJsonCommand extends $Command<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RemoveFacetFromObjectCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RemoveFacetFromObjectCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RemoveFacetFromObjectCommand extends $Command<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link UpdateFacetCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link UpdateFacetCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class UpdateFacetCommand extends $Command<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateLinkAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateLinkAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateLinkAttributesCommand extends $Command<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateObjectAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateObjectAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateObjectAttributesCommand extends $Command<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateSchemaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateSchemaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateTypedLinkFacetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateTypedLinkFacetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateTypedLinkFacetCommand extends $Command<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpgradeAppliedSchemaCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpgradeAppliedSchemaCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpgradeAppliedSchemaCommand extends $Command<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpgradePublishedSchemaCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpgradePublishedSchemaCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudDirectoryClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpgradePublishedSchemaCommand extends $Command<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-clouddirectory",
|
|
3
3
|
"description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|