@aws-sdk/client-clouddirectory 3.775.0 → 3.782.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-types/commands/AddFacetToObjectCommand.d.ts +13 -10
- package/dist-types/commands/ApplySchemaCommand.d.ts +7 -7
- package/dist-types/commands/AttachObjectCommand.d.ts +10 -10
- package/dist-types/commands/AttachPolicyCommand.d.ts +11 -8
- package/dist-types/commands/AttachToIndexCommand.d.ts +9 -9
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +27 -27
- package/dist-types/commands/BatchReadCommand.d.ts +7 -7
- package/dist-types/commands/BatchWriteCommand.d.ts +6 -6
- package/dist-types/commands/CreateDirectoryCommand.d.ts +9 -9
- package/dist-types/commands/CreateFacetCommand.d.ts +9 -6
- package/dist-types/commands/CreateIndexCommand.d.ts +9 -9
- package/dist-types/commands/CreateObjectCommand.d.ts +8 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +5 -5
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +14 -11
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +5 -5
- package/dist-types/commands/DeleteFacetCommand.d.ts +8 -5
- package/dist-types/commands/DeleteObjectCommand.d.ts +9 -6
- package/dist-types/commands/DeleteSchemaCommand.d.ts +5 -5
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +8 -5
- package/dist-types/commands/DetachFromIndexCommand.d.ts +9 -9
- package/dist-types/commands/DetachObjectCommand.d.ts +8 -8
- package/dist-types/commands/DetachPolicyCommand.d.ts +11 -8
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +19 -16
- package/dist-types/commands/DisableDirectoryCommand.d.ts +5 -5
- package/dist-types/commands/EnableDirectoryCommand.d.ts +5 -5
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +9 -9
- package/dist-types/commands/GetFacetCommand.d.ts +8 -8
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +1 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +11 -11
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -6
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -6
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +5 -5
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +9 -9
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +5 -5
- package/dist-types/commands/ListDirectoriesCommand.d.ts +25 -25
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +117 -117
- package/dist-types/commands/ListFacetNamesCommand.d.ts +5 -5
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +41 -41
- package/dist-types/commands/ListIndexCommand.d.ts +14 -14
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +1 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +19 -19
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +8 -8
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +1 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +1 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +1 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +1 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +1 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -143,40 +143,40 @@ declare const ListIndexCommand_base: {
|
|
|
143
143
|
* @throws {@link CloudDirectoryServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
145
145
|
*
|
|
146
|
-
*
|
|
146
|
+
*
|
|
147
147
|
* @example To list an index
|
|
148
148
|
* ```javascript
|
|
149
149
|
* //
|
|
150
150
|
* const input = {
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
151
|
+
* DirectoryArn: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY",
|
|
152
|
+
* IndexReference: {
|
|
153
|
+
* Selector: "$AQGG_ADlfNZBzYHY_JgDt3TW45F26R1HTY2z-stwKBte_Q"
|
|
154
154
|
* }
|
|
155
155
|
* };
|
|
156
156
|
* const command = new ListIndexCommand(input);
|
|
157
157
|
* const response = await client.send(command);
|
|
158
|
-
* /* response
|
|
158
|
+
* /* response is
|
|
159
159
|
* {
|
|
160
|
-
*
|
|
160
|
+
* IndexAttachments: [
|
|
161
161
|
* {
|
|
162
|
-
*
|
|
162
|
+
* IndexedAttributes: [
|
|
163
163
|
* {
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
164
|
+
* Key: {
|
|
165
|
+
* FacetName: "Organization",
|
|
166
|
+
* Name: "description",
|
|
167
|
+
* SchemaArn: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY/schema/org/1"
|
|
168
168
|
* },
|
|
169
|
-
*
|
|
169
|
+
* Value: { /* empty *\/ }
|
|
170
170
|
* }
|
|
171
171
|
* ],
|
|
172
|
-
*
|
|
172
|
+
* ObjectIdentifier: "AQGG_ADlfNZBzYHY_JgDt3TWcU7IARvOTeaR09zme1sVsw"
|
|
173
173
|
* }
|
|
174
174
|
* ]
|
|
175
175
|
* }
|
|
176
176
|
* *\/
|
|
177
|
-
* // example id: to-list-an-index-1508281185950
|
|
178
177
|
* ```
|
|
179
178
|
*
|
|
179
|
+
* @public
|
|
180
180
|
*/
|
|
181
181
|
export declare class ListIndexCommand extends ListIndexCommand_base {
|
|
182
182
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -78,6 +78,7 @@ declare const ListManagedSchemaArnsCommand_base: {
|
|
|
78
78
|
* @throws {@link CloudDirectoryServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListManagedSchemaArnsCommand extends ListManagedSchemaArnsCommand_base {
|
|
@@ -113,47 +113,47 @@ declare const ListObjectAttributesCommand_base: {
|
|
|
113
113
|
* @throws {@link CloudDirectoryServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
115
115
|
*
|
|
116
|
-
*
|
|
116
|
+
*
|
|
117
117
|
* @example To list object attributes
|
|
118
118
|
* ```javascript
|
|
119
119
|
* //
|
|
120
120
|
* const input = {
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
121
|
+
* DirectoryArn: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY",
|
|
122
|
+
* ObjectReference: {
|
|
123
|
+
* Selector: "$AQGG_ADlfNZBzYHY_JgDt3TW45F26R1HTY2z-stwKBte_Q"
|
|
124
124
|
* }
|
|
125
125
|
* };
|
|
126
126
|
* const command = new ListObjectAttributesCommand(input);
|
|
127
127
|
* const response = await client.send(command);
|
|
128
|
-
* /* response
|
|
128
|
+
* /* response is
|
|
129
129
|
* {
|
|
130
|
-
*
|
|
130
|
+
* Attributes: [
|
|
131
131
|
* {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
132
|
+
* Key: {
|
|
133
|
+
* FacetName: "INDEX",
|
|
134
|
+
* Name: "index_is_unique",
|
|
135
|
+
* SchemaArn: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY/schema/CloudDirectory/1.0"
|
|
136
136
|
* },
|
|
137
|
-
*
|
|
138
|
-
*
|
|
137
|
+
* Value: {
|
|
138
|
+
* BooleanValue: true
|
|
139
139
|
* }
|
|
140
140
|
* },
|
|
141
141
|
* {
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
142
|
+
* Key: {
|
|
143
|
+
* FacetName: "INDEX",
|
|
144
|
+
* Name: "ordered_indexed_attributes",
|
|
145
|
+
* SchemaArn: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY/schema/CloudDirectory/1.0"
|
|
146
146
|
* },
|
|
147
|
-
*
|
|
148
|
-
*
|
|
147
|
+
* Value: {
|
|
148
|
+
* StringValue: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY/schema/org/1*Organization*description"
|
|
149
149
|
* }
|
|
150
150
|
* }
|
|
151
151
|
* ]
|
|
152
152
|
* }
|
|
153
153
|
* *\/
|
|
154
|
-
* // example id: to-list-object-attributes-1508281422770
|
|
155
154
|
* ```
|
|
156
155
|
*
|
|
156
|
+
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class ListObjectAttributesCommand extends ListObjectAttributesCommand_base {
|
|
159
159
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -96,28 +96,28 @@ declare const ListObjectChildrenCommand_base: {
|
|
|
96
96
|
* @throws {@link CloudDirectoryServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
98
98
|
*
|
|
99
|
-
*
|
|
99
|
+
*
|
|
100
100
|
* @example To list an objects children
|
|
101
101
|
* ```javascript
|
|
102
102
|
* //
|
|
103
103
|
* const input = {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
104
|
+
* DirectoryArn: "arn:aws:clouddirectory:us-west-2:45132example:directory/AYb8AOV81kHNgdj8mAO3dNY",
|
|
105
|
+
* ObjectReference: {
|
|
106
|
+
* Selector: "$AQGG_ADlfNZBzYHY_JgDt3TWcU7IARvOTeaR09zme1sVsw"
|
|
107
107
|
* }
|
|
108
108
|
* };
|
|
109
109
|
* const command = new ListObjectChildrenCommand(input);
|
|
110
110
|
* const response = await client.send(command);
|
|
111
|
-
* /* response
|
|
111
|
+
* /* response is
|
|
112
112
|
* {
|
|
113
|
-
*
|
|
114
|
-
*
|
|
113
|
+
* Children: {
|
|
114
|
+
* link2: "AQGG_ADlfNZBzYHY_JgDt3TWSvfuEnDqTdmeCuTs6YBNUA"
|
|
115
115
|
* }
|
|
116
116
|
* }
|
|
117
117
|
* *\/
|
|
118
|
-
* // example id: to-list-an-objects-children-1508281694794
|
|
119
118
|
* ```
|
|
120
119
|
*
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class ListObjectChildrenCommand extends ListObjectChildrenCommand_base {
|
|
123
123
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -102,6 +102,7 @@ declare const ListObjectParentPathsCommand_base: {
|
|
|
102
102
|
* @throws {@link CloudDirectoryServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListObjectParentPathsCommand extends ListObjectParentPathsCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const ListObjectParentsCommand_base: {
|
|
|
102
102
|
* @throws {@link CloudDirectoryServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListObjectParentsCommand extends ListObjectParentsCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListObjectPoliciesCommand_base: {
|
|
|
91
91
|
* @throws {@link CloudDirectoryServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListObjectPoliciesCommand extends ListObjectPoliciesCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const ListOutgoingTypedLinksCommand_base: {
|
|
|
147
147
|
* @throws {@link CloudDirectoryServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class ListOutgoingTypedLinksCommand extends ListOutgoingTypedLinksCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListPolicyAttachmentsCommand_base: {
|
|
|
94
94
|
* @throws {@link CloudDirectoryServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListPolicyAttachmentsCommand extends ListPolicyAttachmentsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListPublishedSchemaArnsCommand_base: {
|
|
|
84
84
|
* @throws {@link CloudDirectoryServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListPublishedSchemaArnsCommand extends ListPublishedSchemaArnsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
89
89
|
* @throws {@link CloudDirectoryServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
|
108
108
|
* @throws {@link CloudDirectoryServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ListTypedLinkFacetAttributesCommand extends ListTypedLinkFacetAttributesCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListTypedLinkFacetNamesCommand_base: {
|
|
|
85
85
|
* @throws {@link CloudDirectoryServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListTypedLinkFacetNamesCommand extends ListTypedLinkFacetNamesCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const LookupPolicyCommand_base: {
|
|
|
104
104
|
* @throws {@link CloudDirectoryServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class LookupPolicyCommand extends LookupPolicyCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const PublishSchemaCommand_base: {
|
|
|
82
82
|
* @throws {@link CloudDirectoryServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class PublishSchemaCommand extends PublishSchemaCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const PutSchemaFromJsonCommand_base: {
|
|
|
80
80
|
* @throws {@link CloudDirectoryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutSchemaFromJsonCommand extends PutSchemaFromJsonCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const RemoveFacetFromObjectCommand_base: {
|
|
|
88
88
|
* @throws {@link CloudDirectoryServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class RemoveFacetFromObjectCommand extends RemoveFacetFromObjectCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const TagResourceCommand_base: {
|
|
|
83
83
|
* @throws {@link CloudDirectoryServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UntagResourceCommand_base: {
|
|
|
80
80
|
* @throws {@link CloudDirectoryServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const UpdateFacetCommand_base: {
|
|
|
133
133
|
* @throws {@link CloudDirectoryServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class UpdateFacetCommand extends UpdateFacetCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const UpdateLinkAttributesCommand_base: {
|
|
|
124
124
|
* @throws {@link CloudDirectoryServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class UpdateLinkAttributesCommand extends UpdateLinkAttributesCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const UpdateObjectAttributesCommand_base: {
|
|
|
109
109
|
* @throws {@link CloudDirectoryServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class UpdateObjectAttributesCommand extends UpdateObjectAttributesCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateSchemaCommand_base: {
|
|
|
78
78
|
* @throws {@link CloudDirectoryServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const UpdateTypedLinkFacetCommand_base: {
|
|
|
118
118
|
* @throws {@link CloudDirectoryServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class UpdateTypedLinkFacetCommand extends UpdateTypedLinkFacetCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpgradeAppliedSchemaCommand_base: {
|
|
|
87
87
|
* @throws {@link CloudDirectoryServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpgradeAppliedSchemaCommand extends UpgradeAppliedSchemaCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const UpgradePublishedSchemaCommand_base: {
|
|
|
86
86
|
* @throws {@link CloudDirectoryServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CloudDirectory service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class UpgradePublishedSchemaCommand extends UpgradePublishedSchemaCommand_base {
|
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.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|