@aws-sdk/client-clouddirectory 3.928.0 → 3.929.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 (87) hide show
  1. package/dist-cjs/index.js +3516 -3593
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CloudDirectoryClient.js +2 -0
  4. package/dist-es/commands/AddFacetToObjectCommand.js +3 -9
  5. package/dist-es/commands/ApplySchemaCommand.js +3 -9
  6. package/dist-es/commands/AttachObjectCommand.js +3 -9
  7. package/dist-es/commands/AttachPolicyCommand.js +3 -9
  8. package/dist-es/commands/AttachToIndexCommand.js +3 -9
  9. package/dist-es/commands/AttachTypedLinkCommand.js +3 -9
  10. package/dist-es/commands/BatchReadCommand.js +3 -9
  11. package/dist-es/commands/BatchWriteCommand.js +3 -9
  12. package/dist-es/commands/CreateDirectoryCommand.js +3 -9
  13. package/dist-es/commands/CreateFacetCommand.js +3 -9
  14. package/dist-es/commands/CreateIndexCommand.js +3 -9
  15. package/dist-es/commands/CreateObjectCommand.js +3 -9
  16. package/dist-es/commands/CreateSchemaCommand.js +3 -9
  17. package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -9
  18. package/dist-es/commands/DeleteDirectoryCommand.js +3 -9
  19. package/dist-es/commands/DeleteFacetCommand.js +3 -9
  20. package/dist-es/commands/DeleteObjectCommand.js +3 -9
  21. package/dist-es/commands/DeleteSchemaCommand.js +3 -9
  22. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -9
  23. package/dist-es/commands/DetachFromIndexCommand.js +3 -9
  24. package/dist-es/commands/DetachObjectCommand.js +3 -9
  25. package/dist-es/commands/DetachPolicyCommand.js +3 -9
  26. package/dist-es/commands/DetachTypedLinkCommand.js +3 -9
  27. package/dist-es/commands/DisableDirectoryCommand.js +3 -9
  28. package/dist-es/commands/EnableDirectoryCommand.js +3 -9
  29. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -9
  30. package/dist-es/commands/GetDirectoryCommand.js +3 -9
  31. package/dist-es/commands/GetFacetCommand.js +3 -9
  32. package/dist-es/commands/GetLinkAttributesCommand.js +3 -9
  33. package/dist-es/commands/GetObjectAttributesCommand.js +3 -9
  34. package/dist-es/commands/GetObjectInformationCommand.js +3 -9
  35. package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -9
  36. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -9
  37. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -9
  38. package/dist-es/commands/ListAttachedIndicesCommand.js +3 -9
  39. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -9
  40. package/dist-es/commands/ListDirectoriesCommand.js +3 -9
  41. package/dist-es/commands/ListFacetAttributesCommand.js +3 -9
  42. package/dist-es/commands/ListFacetNamesCommand.js +3 -9
  43. package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -9
  44. package/dist-es/commands/ListIndexCommand.js +3 -9
  45. package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -9
  46. package/dist-es/commands/ListObjectAttributesCommand.js +3 -9
  47. package/dist-es/commands/ListObjectChildrenCommand.js +3 -9
  48. package/dist-es/commands/ListObjectParentPathsCommand.js +3 -9
  49. package/dist-es/commands/ListObjectParentsCommand.js +3 -9
  50. package/dist-es/commands/ListObjectPoliciesCommand.js +3 -9
  51. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -9
  52. package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -9
  53. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -9
  54. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  55. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -9
  56. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -9
  57. package/dist-es/commands/LookupPolicyCommand.js +3 -9
  58. package/dist-es/commands/PublishSchemaCommand.js +3 -9
  59. package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -9
  60. package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -9
  61. package/dist-es/commands/TagResourceCommand.js +3 -9
  62. package/dist-es/commands/UntagResourceCommand.js +3 -9
  63. package/dist-es/commands/UpdateFacetCommand.js +3 -9
  64. package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -9
  65. package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -9
  66. package/dist-es/commands/UpdateSchemaCommand.js +3 -9
  67. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -9
  68. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -9
  69. package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -9
  70. package/dist-es/runtimeConfig.shared.js +2 -0
  71. package/dist-es/schemas/schemas_0.js +3292 -0
  72. package/dist-types/CloudDirectoryClient.d.ts +10 -1
  73. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  74. package/dist-types/runtimeConfig.d.ts +1 -0
  75. package/dist-types/runtimeConfig.native.d.ts +1 -0
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  77. package/dist-types/schemas/schemas_0.d.ts +364 -0
  78. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +370 -0
  84. package/package.json +2 -2
  85. package/dist-es/protocols/Aws_restJson1.js +0 -3033
  86. package/dist-types/protocols/Aws_restJson1.d.ts +0 -596
  87. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -797
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput } from "./commands/AddFacetToObjectCommand";
11
11
  import { ApplySchemaCommandInput, ApplySchemaCommandOutput } from "./commands/ApplySchemaCommand";
@@ -207,6 +207,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
207
207
  * Optional extensions
208
208
  */
209
209
  extensions?: RuntimeExtension[];
210
+ /**
211
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
212
+ * may be overridden. A default will always be set by the client.
213
+ * Available options depend on the service's supported protocols and will not be validated by
214
+ * the client.
215
+ * @alpha
216
+ *
217
+ */
218
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
210
219
  /**
211
220
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
212
221
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudDirectoryHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,364 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var AddFacetToObjectRequest: StaticStructureSchema;
4
+ export declare var AddFacetToObjectResponse: StaticStructureSchema;
5
+ export declare var ApplySchemaRequest: StaticStructureSchema;
6
+ export declare var ApplySchemaResponse: StaticStructureSchema;
7
+ export declare var AttachObjectRequest: StaticStructureSchema;
8
+ export declare var AttachObjectResponse: StaticStructureSchema;
9
+ export declare var AttachPolicyRequest: StaticStructureSchema;
10
+ export declare var AttachPolicyResponse: StaticStructureSchema;
11
+ export declare var AttachToIndexRequest: StaticStructureSchema;
12
+ export declare var AttachToIndexResponse: StaticStructureSchema;
13
+ export declare var AttachTypedLinkRequest: StaticStructureSchema;
14
+ export declare var AttachTypedLinkResponse: StaticStructureSchema;
15
+ export declare var AttributeKey: StaticStructureSchema;
16
+ export declare var AttributeKeyAndValue: StaticStructureSchema;
17
+ export declare var AttributeNameAndValue: StaticStructureSchema;
18
+ export declare var BatchAddFacetToObject: StaticStructureSchema;
19
+ export declare var BatchAddFacetToObjectResponse: StaticStructureSchema;
20
+ export declare var BatchAttachObject: StaticStructureSchema;
21
+ export declare var BatchAttachObjectResponse: StaticStructureSchema;
22
+ export declare var BatchAttachPolicy: StaticStructureSchema;
23
+ export declare var BatchAttachPolicyResponse: StaticStructureSchema;
24
+ export declare var BatchAttachToIndex: StaticStructureSchema;
25
+ export declare var BatchAttachToIndexResponse: StaticStructureSchema;
26
+ export declare var BatchAttachTypedLink: StaticStructureSchema;
27
+ export declare var BatchAttachTypedLinkResponse: StaticStructureSchema;
28
+ export declare var BatchCreateIndex: StaticStructureSchema;
29
+ export declare var BatchCreateIndexResponse: StaticStructureSchema;
30
+ export declare var BatchCreateObject: StaticStructureSchema;
31
+ export declare var BatchCreateObjectResponse: StaticStructureSchema;
32
+ export declare var BatchDeleteObject: StaticStructureSchema;
33
+ export declare var BatchDeleteObjectResponse: StaticStructureSchema;
34
+ export declare var BatchDetachFromIndex: StaticStructureSchema;
35
+ export declare var BatchDetachFromIndexResponse: StaticStructureSchema;
36
+ export declare var BatchDetachObject: StaticStructureSchema;
37
+ export declare var BatchDetachObjectResponse: StaticStructureSchema;
38
+ export declare var BatchDetachPolicy: StaticStructureSchema;
39
+ export declare var BatchDetachPolicyResponse: StaticStructureSchema;
40
+ export declare var BatchDetachTypedLink: StaticStructureSchema;
41
+ export declare var BatchDetachTypedLinkResponse: StaticStructureSchema;
42
+ export declare var BatchGetLinkAttributes: StaticStructureSchema;
43
+ export declare var BatchGetLinkAttributesResponse: StaticStructureSchema;
44
+ export declare var BatchGetObjectAttributes: StaticStructureSchema;
45
+ export declare var BatchGetObjectAttributesResponse: StaticStructureSchema;
46
+ export declare var BatchGetObjectInformation: StaticStructureSchema;
47
+ export declare var BatchGetObjectInformationResponse: StaticStructureSchema;
48
+ export declare var BatchListAttachedIndices: StaticStructureSchema;
49
+ export declare var BatchListAttachedIndicesResponse: StaticStructureSchema;
50
+ export declare var BatchListIncomingTypedLinks: StaticStructureSchema;
51
+ export declare var BatchListIncomingTypedLinksResponse: StaticStructureSchema;
52
+ export declare var BatchListIndex: StaticStructureSchema;
53
+ export declare var BatchListIndexResponse: StaticStructureSchema;
54
+ export declare var BatchListObjectAttributes: StaticStructureSchema;
55
+ export declare var BatchListObjectAttributesResponse: StaticStructureSchema;
56
+ export declare var BatchListObjectChildren: StaticStructureSchema;
57
+ export declare var BatchListObjectChildrenResponse: StaticStructureSchema;
58
+ export declare var BatchListObjectParentPaths: StaticStructureSchema;
59
+ export declare var BatchListObjectParentPathsResponse: StaticStructureSchema;
60
+ export declare var BatchListObjectParents: StaticStructureSchema;
61
+ export declare var BatchListObjectParentsResponse: StaticStructureSchema;
62
+ export declare var BatchListObjectPolicies: StaticStructureSchema;
63
+ export declare var BatchListObjectPoliciesResponse: StaticStructureSchema;
64
+ export declare var BatchListOutgoingTypedLinks: StaticStructureSchema;
65
+ export declare var BatchListOutgoingTypedLinksResponse: StaticStructureSchema;
66
+ export declare var BatchListPolicyAttachments: StaticStructureSchema;
67
+ export declare var BatchListPolicyAttachmentsResponse: StaticStructureSchema;
68
+ export declare var BatchLookupPolicy: StaticStructureSchema;
69
+ export declare var BatchLookupPolicyResponse: StaticStructureSchema;
70
+ export declare var BatchReadException: StaticStructureSchema;
71
+ export declare var BatchReadOperation: StaticStructureSchema;
72
+ export declare var BatchReadOperationResponse: StaticStructureSchema;
73
+ export declare var BatchReadRequest: StaticStructureSchema;
74
+ export declare var BatchReadResponse: StaticStructureSchema;
75
+ export declare var BatchReadSuccessfulResponse: StaticStructureSchema;
76
+ export declare var BatchRemoveFacetFromObject: StaticStructureSchema;
77
+ export declare var BatchRemoveFacetFromObjectResponse: StaticStructureSchema;
78
+ export declare var BatchUpdateLinkAttributes: StaticStructureSchema;
79
+ export declare var BatchUpdateLinkAttributesResponse: StaticStructureSchema;
80
+ export declare var BatchUpdateObjectAttributes: StaticStructureSchema;
81
+ export declare var BatchUpdateObjectAttributesResponse: StaticStructureSchema;
82
+ export declare var BatchWriteException: StaticErrorSchema;
83
+ export declare var BatchWriteOperation: StaticStructureSchema;
84
+ export declare var BatchWriteOperationResponse: StaticStructureSchema;
85
+ export declare var BatchWriteRequest: StaticStructureSchema;
86
+ export declare var BatchWriteResponse: StaticStructureSchema;
87
+ export declare var CannotListParentOfRootException: StaticErrorSchema;
88
+ export declare var CreateDirectoryRequest: StaticStructureSchema;
89
+ export declare var CreateDirectoryResponse: StaticStructureSchema;
90
+ export declare var CreateFacetRequest: StaticStructureSchema;
91
+ export declare var CreateFacetResponse: StaticStructureSchema;
92
+ export declare var CreateIndexRequest: StaticStructureSchema;
93
+ export declare var CreateIndexResponse: StaticStructureSchema;
94
+ export declare var CreateObjectRequest: StaticStructureSchema;
95
+ export declare var CreateObjectResponse: StaticStructureSchema;
96
+ export declare var CreateSchemaRequest: StaticStructureSchema;
97
+ export declare var CreateSchemaResponse: StaticStructureSchema;
98
+ export declare var CreateTypedLinkFacetRequest: StaticStructureSchema;
99
+ export declare var CreateTypedLinkFacetResponse: StaticStructureSchema;
100
+ export declare var DeleteDirectoryRequest: StaticStructureSchema;
101
+ export declare var DeleteDirectoryResponse: StaticStructureSchema;
102
+ export declare var DeleteFacetRequest: StaticStructureSchema;
103
+ export declare var DeleteFacetResponse: StaticStructureSchema;
104
+ export declare var DeleteObjectRequest: StaticStructureSchema;
105
+ export declare var DeleteObjectResponse: StaticStructureSchema;
106
+ export declare var DeleteSchemaRequest: StaticStructureSchema;
107
+ export declare var DeleteSchemaResponse: StaticStructureSchema;
108
+ export declare var DeleteTypedLinkFacetRequest: StaticStructureSchema;
109
+ export declare var DeleteTypedLinkFacetResponse: StaticStructureSchema;
110
+ export declare var DetachFromIndexRequest: StaticStructureSchema;
111
+ export declare var DetachFromIndexResponse: StaticStructureSchema;
112
+ export declare var DetachObjectRequest: StaticStructureSchema;
113
+ export declare var DetachObjectResponse: StaticStructureSchema;
114
+ export declare var DetachPolicyRequest: StaticStructureSchema;
115
+ export declare var DetachPolicyResponse: StaticStructureSchema;
116
+ export declare var DetachTypedLinkRequest: StaticStructureSchema;
117
+ export declare var Directory: StaticStructureSchema;
118
+ export declare var DirectoryAlreadyExistsException: StaticErrorSchema;
119
+ export declare var DirectoryDeletedException: StaticErrorSchema;
120
+ export declare var DirectoryNotDisabledException: StaticErrorSchema;
121
+ export declare var DirectoryNotEnabledException: StaticErrorSchema;
122
+ export declare var DisableDirectoryRequest: StaticStructureSchema;
123
+ export declare var DisableDirectoryResponse: StaticStructureSchema;
124
+ export declare var EnableDirectoryRequest: StaticStructureSchema;
125
+ export declare var EnableDirectoryResponse: StaticStructureSchema;
126
+ export declare var Facet: StaticStructureSchema;
127
+ export declare var FacetAlreadyExistsException: StaticErrorSchema;
128
+ export declare var FacetAttribute: StaticStructureSchema;
129
+ export declare var FacetAttributeDefinition: StaticStructureSchema;
130
+ export declare var FacetAttributeReference: StaticStructureSchema;
131
+ export declare var FacetAttributeUpdate: StaticStructureSchema;
132
+ export declare var FacetInUseException: StaticErrorSchema;
133
+ export declare var FacetNotFoundException: StaticErrorSchema;
134
+ export declare var FacetValidationException: StaticErrorSchema;
135
+ export declare var GetAppliedSchemaVersionRequest: StaticStructureSchema;
136
+ export declare var GetAppliedSchemaVersionResponse: StaticStructureSchema;
137
+ export declare var GetDirectoryRequest: StaticStructureSchema;
138
+ export declare var GetDirectoryResponse: StaticStructureSchema;
139
+ export declare var GetFacetRequest: StaticStructureSchema;
140
+ export declare var GetFacetResponse: StaticStructureSchema;
141
+ export declare var GetLinkAttributesRequest: StaticStructureSchema;
142
+ export declare var GetLinkAttributesResponse: StaticStructureSchema;
143
+ export declare var GetObjectAttributesRequest: StaticStructureSchema;
144
+ export declare var GetObjectAttributesResponse: StaticStructureSchema;
145
+ export declare var GetObjectInformationRequest: StaticStructureSchema;
146
+ export declare var GetObjectInformationResponse: StaticStructureSchema;
147
+ export declare var GetSchemaAsJsonRequest: StaticStructureSchema;
148
+ export declare var GetSchemaAsJsonResponse: StaticStructureSchema;
149
+ export declare var GetTypedLinkFacetInformationRequest: StaticStructureSchema;
150
+ export declare var GetTypedLinkFacetInformationResponse: StaticStructureSchema;
151
+ export declare var IncompatibleSchemaException: StaticErrorSchema;
152
+ export declare var IndexAttachment: StaticStructureSchema;
153
+ export declare var IndexedAttributeMissingException: StaticErrorSchema;
154
+ export declare var InternalServiceException: StaticErrorSchema;
155
+ export declare var InvalidArnException: StaticErrorSchema;
156
+ export declare var InvalidAttachmentException: StaticErrorSchema;
157
+ export declare var InvalidFacetUpdateException: StaticErrorSchema;
158
+ export declare var InvalidNextTokenException: StaticErrorSchema;
159
+ export declare var InvalidRuleException: StaticErrorSchema;
160
+ export declare var InvalidSchemaDocException: StaticErrorSchema;
161
+ export declare var InvalidTaggingRequestException: StaticErrorSchema;
162
+ export declare var LimitExceededException: StaticErrorSchema;
163
+ export declare var LinkAttributeAction: StaticStructureSchema;
164
+ export declare var LinkAttributeUpdate: StaticStructureSchema;
165
+ export declare var LinkNameAlreadyInUseException: StaticErrorSchema;
166
+ export declare var ListAppliedSchemaArnsRequest: StaticStructureSchema;
167
+ export declare var ListAppliedSchemaArnsResponse: StaticStructureSchema;
168
+ export declare var ListAttachedIndicesRequest: StaticStructureSchema;
169
+ export declare var ListAttachedIndicesResponse: StaticStructureSchema;
170
+ export declare var ListDevelopmentSchemaArnsRequest: StaticStructureSchema;
171
+ export declare var ListDevelopmentSchemaArnsResponse: StaticStructureSchema;
172
+ export declare var ListDirectoriesRequest: StaticStructureSchema;
173
+ export declare var ListDirectoriesResponse: StaticStructureSchema;
174
+ export declare var ListFacetAttributesRequest: StaticStructureSchema;
175
+ export declare var ListFacetAttributesResponse: StaticStructureSchema;
176
+ export declare var ListFacetNamesRequest: StaticStructureSchema;
177
+ export declare var ListFacetNamesResponse: StaticStructureSchema;
178
+ export declare var ListIncomingTypedLinksRequest: StaticStructureSchema;
179
+ export declare var ListIncomingTypedLinksResponse: StaticStructureSchema;
180
+ export declare var ListIndexRequest: StaticStructureSchema;
181
+ export declare var ListIndexResponse: StaticStructureSchema;
182
+ export declare var ListManagedSchemaArnsRequest: StaticStructureSchema;
183
+ export declare var ListManagedSchemaArnsResponse: StaticStructureSchema;
184
+ export declare var ListObjectAttributesRequest: StaticStructureSchema;
185
+ export declare var ListObjectAttributesResponse: StaticStructureSchema;
186
+ export declare var ListObjectChildrenRequest: StaticStructureSchema;
187
+ export declare var ListObjectChildrenResponse: StaticStructureSchema;
188
+ export declare var ListObjectParentPathsRequest: StaticStructureSchema;
189
+ export declare var ListObjectParentPathsResponse: StaticStructureSchema;
190
+ export declare var ListObjectParentsRequest: StaticStructureSchema;
191
+ export declare var ListObjectParentsResponse: StaticStructureSchema;
192
+ export declare var ListObjectPoliciesRequest: StaticStructureSchema;
193
+ export declare var ListObjectPoliciesResponse: StaticStructureSchema;
194
+ export declare var ListOutgoingTypedLinksRequest: StaticStructureSchema;
195
+ export declare var ListOutgoingTypedLinksResponse: StaticStructureSchema;
196
+ export declare var ListPolicyAttachmentsRequest: StaticStructureSchema;
197
+ export declare var ListPolicyAttachmentsResponse: StaticStructureSchema;
198
+ export declare var ListPublishedSchemaArnsRequest: StaticStructureSchema;
199
+ export declare var ListPublishedSchemaArnsResponse: StaticStructureSchema;
200
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
201
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
202
+ export declare var ListTypedLinkFacetAttributesRequest: StaticStructureSchema;
203
+ export declare var ListTypedLinkFacetAttributesResponse: StaticStructureSchema;
204
+ export declare var ListTypedLinkFacetNamesRequest: StaticStructureSchema;
205
+ export declare var ListTypedLinkFacetNamesResponse: StaticStructureSchema;
206
+ export declare var LookupPolicyRequest: StaticStructureSchema;
207
+ export declare var LookupPolicyResponse: StaticStructureSchema;
208
+ export declare var NotIndexException: StaticErrorSchema;
209
+ export declare var NotNodeException: StaticErrorSchema;
210
+ export declare var NotPolicyException: StaticErrorSchema;
211
+ export declare var ObjectAlreadyDetachedException: StaticErrorSchema;
212
+ export declare var ObjectAttributeAction: StaticStructureSchema;
213
+ export declare var ObjectAttributeRange: StaticStructureSchema;
214
+ export declare var ObjectAttributeUpdate: StaticStructureSchema;
215
+ export declare var ObjectIdentifierAndLinkNameTuple: StaticStructureSchema;
216
+ export declare var ObjectNotDetachedException: StaticErrorSchema;
217
+ export declare var ObjectReference: StaticStructureSchema;
218
+ export declare var PathToObjectIdentifiers: StaticStructureSchema;
219
+ export declare var PolicyAttachment: StaticStructureSchema;
220
+ export declare var PolicyToPath: StaticStructureSchema;
221
+ export declare var PublishSchemaRequest: StaticStructureSchema;
222
+ export declare var PublishSchemaResponse: StaticStructureSchema;
223
+ export declare var PutSchemaFromJsonRequest: StaticStructureSchema;
224
+ export declare var PutSchemaFromJsonResponse: StaticStructureSchema;
225
+ export declare var RemoveFacetFromObjectRequest: StaticStructureSchema;
226
+ export declare var RemoveFacetFromObjectResponse: StaticStructureSchema;
227
+ export declare var ResourceNotFoundException: StaticErrorSchema;
228
+ export declare var RetryableConflictException: StaticErrorSchema;
229
+ export declare var Rule: StaticStructureSchema;
230
+ export declare var SchemaAlreadyExistsException: StaticErrorSchema;
231
+ export declare var SchemaAlreadyPublishedException: StaticErrorSchema;
232
+ export declare var SchemaFacet: StaticStructureSchema;
233
+ export declare var StillContainsLinksException: StaticErrorSchema;
234
+ export declare var Tag: StaticStructureSchema;
235
+ export declare var TagResourceRequest: StaticStructureSchema;
236
+ export declare var TagResourceResponse: StaticStructureSchema;
237
+ export declare var TypedAttributeValueRange: StaticStructureSchema;
238
+ export declare var TypedLinkAttributeDefinition: StaticStructureSchema;
239
+ export declare var TypedLinkAttributeRange: StaticStructureSchema;
240
+ export declare var TypedLinkFacet: StaticStructureSchema;
241
+ export declare var TypedLinkFacetAttributeUpdate: StaticStructureSchema;
242
+ export declare var TypedLinkSchemaAndFacetName: StaticStructureSchema;
243
+ export declare var TypedLinkSpecifier: StaticStructureSchema;
244
+ export declare var UnsupportedIndexTypeException: StaticErrorSchema;
245
+ export declare var UntagResourceRequest: StaticStructureSchema;
246
+ export declare var UntagResourceResponse: StaticStructureSchema;
247
+ export declare var UpdateFacetRequest: StaticStructureSchema;
248
+ export declare var UpdateFacetResponse: StaticStructureSchema;
249
+ export declare var UpdateLinkAttributesRequest: StaticStructureSchema;
250
+ export declare var UpdateLinkAttributesResponse: StaticStructureSchema;
251
+ export declare var UpdateObjectAttributesRequest: StaticStructureSchema;
252
+ export declare var UpdateObjectAttributesResponse: StaticStructureSchema;
253
+ export declare var UpdateSchemaRequest: StaticStructureSchema;
254
+ export declare var UpdateSchemaResponse: StaticStructureSchema;
255
+ export declare var UpdateTypedLinkFacetRequest: StaticStructureSchema;
256
+ export declare var UpdateTypedLinkFacetResponse: StaticStructureSchema;
257
+ export declare var UpgradeAppliedSchemaRequest: StaticStructureSchema;
258
+ export declare var UpgradeAppliedSchemaResponse: StaticStructureSchema;
259
+ export declare var UpgradePublishedSchemaRequest: StaticStructureSchema;
260
+ export declare var UpgradePublishedSchemaResponse: StaticStructureSchema;
261
+ export declare var ValidationException: StaticErrorSchema;
262
+ export declare var __Unit: "unit";
263
+ export declare var CloudDirectoryServiceException: StaticErrorSchema;
264
+ export declare var Arns: number;
265
+ export declare var AttributeKeyAndValueList: StaticListSchema;
266
+ export declare var AttributeKeyList: StaticListSchema;
267
+ export declare var AttributeNameAndValueList: StaticListSchema;
268
+ export declare var AttributeNameList: number;
269
+ export declare var BatchReadOperationList: StaticListSchema;
270
+ export declare var BatchReadOperationResponseList: StaticListSchema;
271
+ export declare var BatchWriteOperationList: StaticListSchema;
272
+ export declare var BatchWriteOperationResponseList: StaticListSchema;
273
+ export declare var DirectoryList: StaticListSchema;
274
+ export declare var FacetAttributeList: StaticListSchema;
275
+ export declare var FacetAttributeUpdateList: StaticListSchema;
276
+ export declare var FacetNameList: number;
277
+ export declare var IndexAttachmentList: StaticListSchema;
278
+ export declare var LinkAttributeUpdateList: StaticListSchema;
279
+ export declare var ObjectAttributeRangeList: StaticListSchema;
280
+ export declare var ObjectAttributeUpdateList: StaticListSchema;
281
+ export declare var ObjectIdentifierAndLinkNameList: StaticListSchema;
282
+ export declare var ObjectIdentifierList: number;
283
+ export declare var PathToObjectIdentifiersList: StaticListSchema;
284
+ export declare var PolicyAttachmentList: StaticListSchema;
285
+ export declare var PolicyToPathList: StaticListSchema;
286
+ export declare var SchemaFacetList: StaticListSchema;
287
+ export declare var TagKeyList: number;
288
+ export declare var TagList: StaticListSchema;
289
+ export declare var TypedLinkAttributeDefinitionList: StaticListSchema;
290
+ export declare var TypedLinkAttributeRangeList: StaticListSchema;
291
+ export declare var TypedLinkFacetAttributeUpdateList: StaticListSchema;
292
+ export declare var TypedLinkNameList: number;
293
+ export declare var TypedLinkSpecifierList: StaticListSchema;
294
+ export declare var LinkNameToObjectIdentifierMap: number;
295
+ export declare var ObjectIdentifierToLinkNameMap: number;
296
+ export declare var RuleMap: StaticMapSchema;
297
+ export declare var RuleParameterMap: number;
298
+ export declare var TypedAttributeValue: StaticStructureSchema;
299
+ export declare var AddFacetToObject: StaticOperationSchema;
300
+ export declare var ApplySchema: StaticOperationSchema;
301
+ export declare var AttachObject: StaticOperationSchema;
302
+ export declare var AttachPolicy: StaticOperationSchema;
303
+ export declare var AttachToIndex: StaticOperationSchema;
304
+ export declare var AttachTypedLink: StaticOperationSchema;
305
+ export declare var BatchRead: StaticOperationSchema;
306
+ export declare var BatchWrite: StaticOperationSchema;
307
+ export declare var CreateDirectory: StaticOperationSchema;
308
+ export declare var CreateFacet: StaticOperationSchema;
309
+ export declare var CreateIndex: StaticOperationSchema;
310
+ export declare var CreateObject: StaticOperationSchema;
311
+ export declare var CreateSchema: StaticOperationSchema;
312
+ export declare var CreateTypedLinkFacet: StaticOperationSchema;
313
+ export declare var DeleteDirectory: StaticOperationSchema;
314
+ export declare var DeleteFacet: StaticOperationSchema;
315
+ export declare var DeleteObject: StaticOperationSchema;
316
+ export declare var DeleteSchema: StaticOperationSchema;
317
+ export declare var DeleteTypedLinkFacet: StaticOperationSchema;
318
+ export declare var DetachFromIndex: StaticOperationSchema;
319
+ export declare var DetachObject: StaticOperationSchema;
320
+ export declare var DetachPolicy: StaticOperationSchema;
321
+ export declare var DetachTypedLink: StaticOperationSchema;
322
+ export declare var DisableDirectory: StaticOperationSchema;
323
+ export declare var EnableDirectory: StaticOperationSchema;
324
+ export declare var GetAppliedSchemaVersion: StaticOperationSchema;
325
+ export declare var GetDirectory: StaticOperationSchema;
326
+ export declare var GetFacet: StaticOperationSchema;
327
+ export declare var GetLinkAttributes: StaticOperationSchema;
328
+ export declare var GetObjectAttributes: StaticOperationSchema;
329
+ export declare var GetObjectInformation: StaticOperationSchema;
330
+ export declare var GetSchemaAsJson: StaticOperationSchema;
331
+ export declare var GetTypedLinkFacetInformation: StaticOperationSchema;
332
+ export declare var ListAppliedSchemaArns: StaticOperationSchema;
333
+ export declare var ListAttachedIndices: StaticOperationSchema;
334
+ export declare var ListDevelopmentSchemaArns: StaticOperationSchema;
335
+ export declare var ListDirectories: StaticOperationSchema;
336
+ export declare var ListFacetAttributes: StaticOperationSchema;
337
+ export declare var ListFacetNames: StaticOperationSchema;
338
+ export declare var ListIncomingTypedLinks: StaticOperationSchema;
339
+ export declare var ListIndex: StaticOperationSchema;
340
+ export declare var ListManagedSchemaArns: StaticOperationSchema;
341
+ export declare var ListObjectAttributes: StaticOperationSchema;
342
+ export declare var ListObjectChildren: StaticOperationSchema;
343
+ export declare var ListObjectParentPaths: StaticOperationSchema;
344
+ export declare var ListObjectParents: StaticOperationSchema;
345
+ export declare var ListObjectPolicies: StaticOperationSchema;
346
+ export declare var ListOutgoingTypedLinks: StaticOperationSchema;
347
+ export declare var ListPolicyAttachments: StaticOperationSchema;
348
+ export declare var ListPublishedSchemaArns: StaticOperationSchema;
349
+ export declare var ListTagsForResource: StaticOperationSchema;
350
+ export declare var ListTypedLinkFacetAttributes: StaticOperationSchema;
351
+ export declare var ListTypedLinkFacetNames: StaticOperationSchema;
352
+ export declare var LookupPolicy: StaticOperationSchema;
353
+ export declare var PublishSchema: StaticOperationSchema;
354
+ export declare var PutSchemaFromJson: StaticOperationSchema;
355
+ export declare var RemoveFacetFromObject: StaticOperationSchema;
356
+ export declare var TagResource: StaticOperationSchema;
357
+ export declare var UntagResource: StaticOperationSchema;
358
+ export declare var UpdateFacet: StaticOperationSchema;
359
+ export declare var UpdateLinkAttributes: StaticOperationSchema;
360
+ export declare var UpdateObjectAttributes: StaticOperationSchema;
361
+ export declare var UpdateSchema: StaticOperationSchema;
362
+ export declare var UpdateTypedLinkFacet: StaticOperationSchema;
363
+ export declare var UpgradeAppliedSchema: StaticOperationSchema;
364
+ export declare var UpgradePublishedSchema: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -474,6 +477,7 @@ export interface ClientDefaults
474
477
  retryMode?: string | __Provider<string>;
475
478
  logger?: __Logger;
476
479
  extensions?: RuntimeExtension[];
480
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
477
481
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
478
482
  }
479
483
  export type CloudDirectoryClientConfigType = Partial<
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: CloudDirectoryClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudDirectoryHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;