@aws-sdk/client-clouddirectory 3.39.0 → 3.43.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.
Files changed (82) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +74 -5
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/CloudDirectoryClient.d.ts +8 -0
  9. package/dist-types/commands/AddFacetToObjectCommand.d.ts +1 -1
  10. package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
  11. package/dist-types/commands/AttachObjectCommand.d.ts +1 -1
  12. package/dist-types/commands/AttachPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/AttachToIndexCommand.d.ts +1 -1
  14. package/dist-types/commands/AttachTypedLinkCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchReadCommand.d.ts +1 -1
  16. package/dist-types/commands/BatchWriteCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateFacetCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateObjectCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
  28. package/dist-types/commands/DetachFromIndexCommand.d.ts +1 -1
  29. package/dist-types/commands/DetachObjectCommand.d.ts +1 -1
  30. package/dist-types/commands/DetachPolicyCommand.d.ts +1 -1
  31. package/dist-types/commands/DetachTypedLinkCommand.d.ts +1 -1
  32. package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
  33. package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
  34. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
  36. package/dist-types/commands/GetFacetCommand.d.ts +1 -1
  37. package/dist-types/commands/GetLinkAttributesCommand.d.ts +1 -1
  38. package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/GetObjectInformationCommand.d.ts +1 -1
  40. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
  42. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListDirectoriesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +1 -1
  49. package/dist-types/commands/ListIndexCommand.d.ts +1 -1
  50. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListObjectAttributesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListObjectChildrenCommand.d.ts +1 -1
  53. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListObjectParentsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +1 -1
  57. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
  62. package/dist-types/commands/LookupPolicyCommand.d.ts +1 -1
  63. package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
  64. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
  65. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +1 -1
  66. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  67. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateFacetCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +1 -1
  73. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
  74. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
  75. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  76. package/dist-types/runtimeConfig.d.ts +2 -0
  77. package/dist-types/runtimeConfig.native.d.ts +2 -0
  78. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  82. package/package.json +23 -23
@@ -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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -104,6 +104,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
104
104
 
105
105
  logger?: __Logger;
106
106
 
107
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
108
+
109
+ useFipsEndpoint?: boolean | __Provider<boolean>;
110
+
107
111
  serviceId?: string;
108
112
 
109
113
  region?: string | __Provider<string>;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.39.0",
4
+ "version": "3.43.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,32 +21,32 @@
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.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"