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