@aws-sdk/client-clouddirectory 3.46.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/models/models_0.js +5 -216
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/models/models_0.js +0 -140
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CloudDirectoryClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -210
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -140
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpgradePublishedSchemaResponse = exports.UpgradePublishedSchemaRequest = exports.UpgradeAppliedSchemaResponse = exports.UpgradeAppliedSchemaRequest = exports.IncompatibleSchemaException = exports.UpdateTypedLinkFacetResponse = exports.UpdateTypedLinkFacetRequest = exports.TypedLinkFacetAttributeUpdate = exports.UpdateSchemaResponse = exports.UpdateSchemaRequest = exports.UpdateObjectAttributesResponse = exports.UpdateObjectAttributesRequest = exports.UpdateLinkAttributesResponse = exports.UpdateLinkAttributesRequest = exports.UpdateFacetResponse = exports.UpdateFacetRequest = exports.FacetAttributeUpdate = exports.InvalidFacetUpdateException = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = void 0;
|
|
9
|
-
var AccessDeniedException;
|
|
10
|
-
(function (AccessDeniedException) {
|
|
11
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
12
|
-
...obj,
|
|
13
|
-
});
|
|
14
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
3
|
+
exports.BatchListIndexResponse = exports.BatchListIncomingTypedLinksResponse = exports.BatchListAttachedIndicesResponse = exports.IndexAttachment = exports.BatchGetObjectInformationResponse = exports.BatchGetObjectAttributesResponse = exports.BatchGetLinkAttributesResponse = exports.BatchReadException = exports.BatchReadExceptionType = exports.BatchReadRequest = exports.BatchReadOperation = exports.BatchLookupPolicy = exports.BatchListPolicyAttachments = exports.BatchListOutgoingTypedLinks = exports.BatchListObjectPolicies = exports.BatchListObjectParents = exports.BatchListObjectParentPaths = exports.BatchListObjectChildren = exports.BatchListObjectAttributes = exports.BatchListIndex = exports.ObjectAttributeRange = exports.BatchListIncomingTypedLinks = exports.TypedLinkAttributeRange = exports.TypedAttributeValueRange = exports.RangeMode = exports.BatchListAttachedIndices = exports.BatchGetObjectInformation = exports.BatchGetObjectAttributes = exports.BatchGetLinkAttributes = exports.ConsistencyLevel = exports.AttachTypedLinkResponse = exports.TypedLinkSpecifier = exports.AttachTypedLinkRequest = exports.TypedLinkSchemaAndFacetName = exports.AttributeNameAndValue = exports.AttachToIndexResponse = exports.AttachToIndexRequest = exports.AttachPolicyResponse = exports.AttachPolicyRequest = exports.AttachObjectResponse = exports.AttachObjectRequest = exports.ApplySchemaResponse = exports.ApplySchemaRequest = exports.AddFacetToObjectResponse = exports.AddFacetToObjectRequest = exports.SchemaFacet = exports.ObjectReference = exports.AttributeKeyAndValue = exports.TypedAttributeValue = exports.AttributeKey = void 0;
|
|
4
|
+
exports.BatchDetachTypedLinkResponse = exports.BatchDetachPolicyResponse = exports.BatchDetachObjectResponse = exports.BatchDetachFromIndexResponse = exports.BatchDeleteObjectResponse = exports.BatchCreateObjectResponse = exports.BatchCreateIndexResponse = exports.BatchAttachTypedLinkResponse = exports.BatchAttachToIndexResponse = exports.BatchAttachPolicyResponse = exports.BatchAttachObjectResponse = exports.BatchAddFacetToObjectResponse = exports.BatchWriteRequest = exports.BatchWriteOperation = exports.BatchUpdateObjectAttributes = exports.ObjectAttributeUpdate = exports.ObjectAttributeAction = exports.BatchUpdateLinkAttributes = exports.LinkAttributeUpdate = exports.LinkAttributeAction = exports.UpdateActionType = exports.BatchRemoveFacetFromObject = exports.BatchDetachTypedLink = exports.BatchDetachPolicy = exports.BatchDetachObject = exports.BatchDetachFromIndex = exports.BatchDeleteObject = exports.BatchCreateObject = exports.BatchCreateIndex = exports.BatchAttachTypedLink = exports.BatchAttachToIndex = exports.BatchAttachPolicy = exports.BatchAttachObject = exports.BatchAddFacetToObject = exports.BatchWriteExceptionType = exports.BatchReadResponse = exports.BatchReadOperationResponse = exports.BatchReadSuccessfulResponse = exports.BatchLookupPolicyResponse = exports.PolicyToPath = exports.PolicyAttachment = exports.BatchListPolicyAttachmentsResponse = exports.BatchListOutgoingTypedLinksResponse = exports.BatchListObjectPoliciesResponse = exports.BatchListObjectParentsResponse = exports.ObjectIdentifierAndLinkNameTuple = exports.BatchListObjectParentPathsResponse = exports.PathToObjectIdentifiers = exports.BatchListObjectChildrenResponse = exports.BatchListObjectAttributesResponse = void 0;
|
|
5
|
+
exports.GetAppliedSchemaVersionRequest = exports.EnableDirectoryResponse = exports.EnableDirectoryRequest = exports.DisableDirectoryResponse = exports.DisableDirectoryRequest = exports.DetachTypedLinkRequest = exports.DetachPolicyResponse = exports.DetachPolicyRequest = exports.DetachObjectResponse = exports.DetachObjectRequest = exports.DetachFromIndexResponse = exports.DetachFromIndexRequest = exports.DeleteTypedLinkFacetResponse = exports.DeleteTypedLinkFacetRequest = exports.DeleteSchemaResponse = exports.DeleteSchemaRequest = exports.DeleteObjectResponse = exports.DeleteObjectRequest = exports.DeleteFacetResponse = exports.DeleteFacetRequest = exports.DeleteDirectoryResponse = exports.DeleteDirectoryRequest = exports.CreateTypedLinkFacetResponse = exports.CreateTypedLinkFacetRequest = exports.TypedLinkFacet = exports.TypedLinkAttributeDefinition = exports.CreateSchemaResponse = exports.CreateSchemaRequest = exports.CreateObjectResponse = exports.CreateObjectRequest = exports.CreateIndexResponse = exports.CreateIndexRequest = exports.CreateFacetResponse = exports.CreateFacetRequest = exports.ObjectType = exports.FacetStyle = exports.FacetAttribute = exports.RequiredAttributeBehavior = exports.FacetAttributeReference = exports.FacetAttributeDefinition = exports.FacetAttributeType = exports.Rule = exports.RuleType = exports.CreateDirectoryResponse = exports.CreateDirectoryRequest = exports.BatchWriteResponse = exports.BatchWriteOperationResponse = exports.BatchUpdateObjectAttributesResponse = exports.BatchUpdateLinkAttributesResponse = exports.BatchRemoveFacetFromObjectResponse = void 0;
|
|
6
|
+
exports.ListPolicyAttachmentsResponse = exports.ListPolicyAttachmentsRequest = exports.ListOutgoingTypedLinksResponse = exports.ListOutgoingTypedLinksRequest = exports.ListObjectPoliciesResponse = exports.ListObjectPoliciesRequest = exports.ListObjectParentsResponse = exports.ListObjectParentsRequest = exports.ListObjectParentPathsResponse = exports.ListObjectParentPathsRequest = exports.ListObjectChildrenResponse = exports.ListObjectChildrenRequest = exports.ListObjectAttributesResponse = exports.ListObjectAttributesRequest = exports.ListManagedSchemaArnsResponse = exports.ListManagedSchemaArnsRequest = exports.ListIndexResponse = exports.ListIndexRequest = exports.ListIncomingTypedLinksResponse = exports.ListIncomingTypedLinksRequest = exports.ListFacetNamesResponse = exports.ListFacetNamesRequest = exports.ListFacetAttributesResponse = exports.ListFacetAttributesRequest = exports.ListDirectoriesResponse = exports.ListDirectoriesRequest = exports.ListDevelopmentSchemaArnsResponse = exports.ListDevelopmentSchemaArnsRequest = exports.ListAttachedIndicesResponse = exports.ListAttachedIndicesRequest = exports.ListAppliedSchemaArnsResponse = exports.ListAppliedSchemaArnsRequest = exports.GetTypedLinkFacetInformationResponse = exports.GetTypedLinkFacetInformationRequest = exports.GetSchemaAsJsonResponse = exports.GetSchemaAsJsonRequest = exports.GetObjectInformationResponse = exports.GetObjectInformationRequest = exports.GetObjectAttributesResponse = exports.GetObjectAttributesRequest = exports.GetLinkAttributesResponse = exports.GetLinkAttributesRequest = exports.GetFacetResponse = exports.Facet = exports.GetFacetRequest = exports.GetDirectoryResponse = exports.Directory = exports.DirectoryState = exports.GetDirectoryRequest = exports.GetAppliedSchemaVersionResponse = void 0;
|
|
7
|
+
exports.UpgradePublishedSchemaResponse = exports.UpgradePublishedSchemaRequest = exports.UpgradeAppliedSchemaResponse = exports.UpgradeAppliedSchemaRequest = exports.UpdateTypedLinkFacetResponse = exports.UpdateTypedLinkFacetRequest = exports.TypedLinkFacetAttributeUpdate = exports.UpdateSchemaResponse = exports.UpdateSchemaRequest = exports.UpdateObjectAttributesResponse = exports.UpdateObjectAttributesRequest = exports.UpdateLinkAttributesResponse = exports.UpdateLinkAttributesRequest = exports.UpdateFacetResponse = exports.UpdateFacetRequest = exports.FacetAttributeUpdate = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RemoveFacetFromObjectResponse = exports.RemoveFacetFromObjectRequest = exports.PutSchemaFromJsonResponse = exports.PutSchemaFromJsonRequest = exports.PublishSchemaResponse = exports.PublishSchemaRequest = exports.LookupPolicyResponse = exports.LookupPolicyRequest = exports.ListTypedLinkFacetNamesResponse = exports.ListTypedLinkFacetNamesRequest = exports.ListTypedLinkFacetAttributesResponse = exports.ListTypedLinkFacetAttributesRequest = exports.ListTagsForResourceResponse = exports.Tag = exports.ListTagsForResourceRequest = exports.ListPublishedSchemaArnsResponse = exports.ListPublishedSchemaArnsRequest = void 0;
|
|
15
8
|
var AttributeKey;
|
|
16
9
|
(function (AttributeKey) {
|
|
17
10
|
AttributeKey.filterSensitiveLog = (obj) => ({
|
|
@@ -82,54 +75,6 @@ var AddFacetToObjectResponse;
|
|
|
82
75
|
...obj,
|
|
83
76
|
});
|
|
84
77
|
})(AddFacetToObjectResponse = exports.AddFacetToObjectResponse || (exports.AddFacetToObjectResponse = {}));
|
|
85
|
-
var DirectoryNotEnabledException;
|
|
86
|
-
(function (DirectoryNotEnabledException) {
|
|
87
|
-
DirectoryNotEnabledException.filterSensitiveLog = (obj) => ({
|
|
88
|
-
...obj,
|
|
89
|
-
});
|
|
90
|
-
})(DirectoryNotEnabledException = exports.DirectoryNotEnabledException || (exports.DirectoryNotEnabledException = {}));
|
|
91
|
-
var FacetValidationException;
|
|
92
|
-
(function (FacetValidationException) {
|
|
93
|
-
FacetValidationException.filterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
})(FacetValidationException = exports.FacetValidationException || (exports.FacetValidationException = {}));
|
|
97
|
-
var InternalServiceException;
|
|
98
|
-
(function (InternalServiceException) {
|
|
99
|
-
InternalServiceException.filterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
102
|
-
})(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
|
|
103
|
-
var InvalidArnException;
|
|
104
|
-
(function (InvalidArnException) {
|
|
105
|
-
InvalidArnException.filterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
})(InvalidArnException = exports.InvalidArnException || (exports.InvalidArnException = {}));
|
|
109
|
-
var LimitExceededException;
|
|
110
|
-
(function (LimitExceededException) {
|
|
111
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
115
|
-
var ResourceNotFoundException;
|
|
116
|
-
(function (ResourceNotFoundException) {
|
|
117
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
121
|
-
var RetryableConflictException;
|
|
122
|
-
(function (RetryableConflictException) {
|
|
123
|
-
RetryableConflictException.filterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
})(RetryableConflictException = exports.RetryableConflictException || (exports.RetryableConflictException = {}));
|
|
127
|
-
var ValidationException;
|
|
128
|
-
(function (ValidationException) {
|
|
129
|
-
ValidationException.filterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
133
78
|
var ApplySchemaRequest;
|
|
134
79
|
(function (ApplySchemaRequest) {
|
|
135
80
|
ApplySchemaRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -142,18 +87,6 @@ var ApplySchemaResponse;
|
|
|
142
87
|
...obj,
|
|
143
88
|
});
|
|
144
89
|
})(ApplySchemaResponse = exports.ApplySchemaResponse || (exports.ApplySchemaResponse = {}));
|
|
145
|
-
var InvalidAttachmentException;
|
|
146
|
-
(function (InvalidAttachmentException) {
|
|
147
|
-
InvalidAttachmentException.filterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
})(InvalidAttachmentException = exports.InvalidAttachmentException || (exports.InvalidAttachmentException = {}));
|
|
151
|
-
var SchemaAlreadyExistsException;
|
|
152
|
-
(function (SchemaAlreadyExistsException) {
|
|
153
|
-
SchemaAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
})(SchemaAlreadyExistsException = exports.SchemaAlreadyExistsException || (exports.SchemaAlreadyExistsException = {}));
|
|
157
90
|
var AttachObjectRequest;
|
|
158
91
|
(function (AttachObjectRequest) {
|
|
159
92
|
AttachObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -166,12 +99,6 @@ var AttachObjectResponse;
|
|
|
166
99
|
...obj,
|
|
167
100
|
});
|
|
168
101
|
})(AttachObjectResponse = exports.AttachObjectResponse || (exports.AttachObjectResponse = {}));
|
|
169
|
-
var LinkNameAlreadyInUseException;
|
|
170
|
-
(function (LinkNameAlreadyInUseException) {
|
|
171
|
-
LinkNameAlreadyInUseException.filterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
})(LinkNameAlreadyInUseException = exports.LinkNameAlreadyInUseException || (exports.LinkNameAlreadyInUseException = {}));
|
|
175
102
|
var AttachPolicyRequest;
|
|
176
103
|
(function (AttachPolicyRequest) {
|
|
177
104
|
AttachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -184,12 +111,6 @@ var AttachPolicyResponse;
|
|
|
184
111
|
...obj,
|
|
185
112
|
});
|
|
186
113
|
})(AttachPolicyResponse = exports.AttachPolicyResponse || (exports.AttachPolicyResponse = {}));
|
|
187
|
-
var NotPolicyException;
|
|
188
|
-
(function (NotPolicyException) {
|
|
189
|
-
NotPolicyException.filterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
})(NotPolicyException = exports.NotPolicyException || (exports.NotPolicyException = {}));
|
|
193
114
|
var AttachToIndexRequest;
|
|
194
115
|
(function (AttachToIndexRequest) {
|
|
195
116
|
AttachToIndexRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -202,18 +123,6 @@ var AttachToIndexResponse;
|
|
|
202
123
|
...obj,
|
|
203
124
|
});
|
|
204
125
|
})(AttachToIndexResponse = exports.AttachToIndexResponse || (exports.AttachToIndexResponse = {}));
|
|
205
|
-
var IndexedAttributeMissingException;
|
|
206
|
-
(function (IndexedAttributeMissingException) {
|
|
207
|
-
IndexedAttributeMissingException.filterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
})(IndexedAttributeMissingException = exports.IndexedAttributeMissingException || (exports.IndexedAttributeMissingException = {}));
|
|
211
|
-
var NotIndexException;
|
|
212
|
-
(function (NotIndexException) {
|
|
213
|
-
NotIndexException.filterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
})(NotIndexException = exports.NotIndexException || (exports.NotIndexException = {}));
|
|
217
126
|
var AttributeNameAndValue;
|
|
218
127
|
(function (AttributeNameAndValue) {
|
|
219
128
|
AttributeNameAndValue.filterSensitiveLog = (obj) => ({
|
|
@@ -598,12 +507,6 @@ var BatchWriteExceptionType;
|
|
|
598
507
|
BatchWriteExceptionType["UnsupportedIndexTypeException"] = "UnsupportedIndexTypeException";
|
|
599
508
|
BatchWriteExceptionType["ValidationException"] = "ValidationException";
|
|
600
509
|
})(BatchWriteExceptionType = exports.BatchWriteExceptionType || (exports.BatchWriteExceptionType = {}));
|
|
601
|
-
var BatchWriteException;
|
|
602
|
-
(function (BatchWriteException) {
|
|
603
|
-
BatchWriteException.filterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
})(BatchWriteException = exports.BatchWriteException || (exports.BatchWriteException = {}));
|
|
607
510
|
var BatchAddFacetToObject;
|
|
608
511
|
(function (BatchAddFacetToObject) {
|
|
609
512
|
BatchAddFacetToObject.filterSensitiveLog = (obj) => ({
|
|
@@ -893,12 +796,6 @@ var CreateDirectoryResponse;
|
|
|
893
796
|
...obj,
|
|
894
797
|
});
|
|
895
798
|
})(CreateDirectoryResponse = exports.CreateDirectoryResponse || (exports.CreateDirectoryResponse = {}));
|
|
896
|
-
var DirectoryAlreadyExistsException;
|
|
897
|
-
(function (DirectoryAlreadyExistsException) {
|
|
898
|
-
DirectoryAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
899
|
-
...obj,
|
|
900
|
-
});
|
|
901
|
-
})(DirectoryAlreadyExistsException = exports.DirectoryAlreadyExistsException || (exports.DirectoryAlreadyExistsException = {}));
|
|
902
799
|
var RuleType;
|
|
903
800
|
(function (RuleType) {
|
|
904
801
|
RuleType["BINARY_LENGTH"] = "BINARY_LENGTH";
|
|
@@ -973,18 +870,6 @@ var CreateFacetResponse;
|
|
|
973
870
|
...obj,
|
|
974
871
|
});
|
|
975
872
|
})(CreateFacetResponse = exports.CreateFacetResponse || (exports.CreateFacetResponse = {}));
|
|
976
|
-
var FacetAlreadyExistsException;
|
|
977
|
-
(function (FacetAlreadyExistsException) {
|
|
978
|
-
FacetAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
})(FacetAlreadyExistsException = exports.FacetAlreadyExistsException || (exports.FacetAlreadyExistsException = {}));
|
|
982
|
-
var InvalidRuleException;
|
|
983
|
-
(function (InvalidRuleException) {
|
|
984
|
-
InvalidRuleException.filterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
})(InvalidRuleException = exports.InvalidRuleException || (exports.InvalidRuleException = {}));
|
|
988
873
|
var CreateIndexRequest;
|
|
989
874
|
(function (CreateIndexRequest) {
|
|
990
875
|
CreateIndexRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -997,12 +882,6 @@ var CreateIndexResponse;
|
|
|
997
882
|
...obj,
|
|
998
883
|
});
|
|
999
884
|
})(CreateIndexResponse = exports.CreateIndexResponse || (exports.CreateIndexResponse = {}));
|
|
1000
|
-
var UnsupportedIndexTypeException;
|
|
1001
|
-
(function (UnsupportedIndexTypeException) {
|
|
1002
|
-
UnsupportedIndexTypeException.filterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
})(UnsupportedIndexTypeException = exports.UnsupportedIndexTypeException || (exports.UnsupportedIndexTypeException = {}));
|
|
1006
885
|
var CreateObjectRequest;
|
|
1007
886
|
(function (CreateObjectRequest) {
|
|
1008
887
|
CreateObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1071,18 +950,6 @@ var DeleteDirectoryResponse;
|
|
|
1071
950
|
...obj,
|
|
1072
951
|
});
|
|
1073
952
|
})(DeleteDirectoryResponse = exports.DeleteDirectoryResponse || (exports.DeleteDirectoryResponse = {}));
|
|
1074
|
-
var DirectoryDeletedException;
|
|
1075
|
-
(function (DirectoryDeletedException) {
|
|
1076
|
-
DirectoryDeletedException.filterSensitiveLog = (obj) => ({
|
|
1077
|
-
...obj,
|
|
1078
|
-
});
|
|
1079
|
-
})(DirectoryDeletedException = exports.DirectoryDeletedException || (exports.DirectoryDeletedException = {}));
|
|
1080
|
-
var DirectoryNotDisabledException;
|
|
1081
|
-
(function (DirectoryNotDisabledException) {
|
|
1082
|
-
DirectoryNotDisabledException.filterSensitiveLog = (obj) => ({
|
|
1083
|
-
...obj,
|
|
1084
|
-
});
|
|
1085
|
-
})(DirectoryNotDisabledException = exports.DirectoryNotDisabledException || (exports.DirectoryNotDisabledException = {}));
|
|
1086
953
|
var DeleteFacetRequest;
|
|
1087
954
|
(function (DeleteFacetRequest) {
|
|
1088
955
|
DeleteFacetRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1095,18 +962,6 @@ var DeleteFacetResponse;
|
|
|
1095
962
|
...obj,
|
|
1096
963
|
});
|
|
1097
964
|
})(DeleteFacetResponse = exports.DeleteFacetResponse || (exports.DeleteFacetResponse = {}));
|
|
1098
|
-
var FacetInUseException;
|
|
1099
|
-
(function (FacetInUseException) {
|
|
1100
|
-
FacetInUseException.filterSensitiveLog = (obj) => ({
|
|
1101
|
-
...obj,
|
|
1102
|
-
});
|
|
1103
|
-
})(FacetInUseException = exports.FacetInUseException || (exports.FacetInUseException = {}));
|
|
1104
|
-
var FacetNotFoundException;
|
|
1105
|
-
(function (FacetNotFoundException) {
|
|
1106
|
-
FacetNotFoundException.filterSensitiveLog = (obj) => ({
|
|
1107
|
-
...obj,
|
|
1108
|
-
});
|
|
1109
|
-
})(FacetNotFoundException = exports.FacetNotFoundException || (exports.FacetNotFoundException = {}));
|
|
1110
965
|
var DeleteObjectRequest;
|
|
1111
966
|
(function (DeleteObjectRequest) {
|
|
1112
967
|
DeleteObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1119,12 +974,6 @@ var DeleteObjectResponse;
|
|
|
1119
974
|
...obj,
|
|
1120
975
|
});
|
|
1121
976
|
})(DeleteObjectResponse = exports.DeleteObjectResponse || (exports.DeleteObjectResponse = {}));
|
|
1122
|
-
var ObjectNotDetachedException;
|
|
1123
|
-
(function (ObjectNotDetachedException) {
|
|
1124
|
-
ObjectNotDetachedException.filterSensitiveLog = (obj) => ({
|
|
1125
|
-
...obj,
|
|
1126
|
-
});
|
|
1127
|
-
})(ObjectNotDetachedException = exports.ObjectNotDetachedException || (exports.ObjectNotDetachedException = {}));
|
|
1128
977
|
var DeleteSchemaRequest;
|
|
1129
978
|
(function (DeleteSchemaRequest) {
|
|
1130
979
|
DeleteSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1137,12 +986,6 @@ var DeleteSchemaResponse;
|
|
|
1137
986
|
...obj,
|
|
1138
987
|
});
|
|
1139
988
|
})(DeleteSchemaResponse = exports.DeleteSchemaResponse || (exports.DeleteSchemaResponse = {}));
|
|
1140
|
-
var StillContainsLinksException;
|
|
1141
|
-
(function (StillContainsLinksException) {
|
|
1142
|
-
StillContainsLinksException.filterSensitiveLog = (obj) => ({
|
|
1143
|
-
...obj,
|
|
1144
|
-
});
|
|
1145
|
-
})(StillContainsLinksException = exports.StillContainsLinksException || (exports.StillContainsLinksException = {}));
|
|
1146
989
|
var DeleteTypedLinkFacetRequest;
|
|
1147
990
|
(function (DeleteTypedLinkFacetRequest) {
|
|
1148
991
|
DeleteTypedLinkFacetRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1167,12 +1010,6 @@ var DetachFromIndexResponse;
|
|
|
1167
1010
|
...obj,
|
|
1168
1011
|
});
|
|
1169
1012
|
})(DetachFromIndexResponse = exports.DetachFromIndexResponse || (exports.DetachFromIndexResponse = {}));
|
|
1170
|
-
var ObjectAlreadyDetachedException;
|
|
1171
|
-
(function (ObjectAlreadyDetachedException) {
|
|
1172
|
-
ObjectAlreadyDetachedException.filterSensitiveLog = (obj) => ({
|
|
1173
|
-
...obj,
|
|
1174
|
-
});
|
|
1175
|
-
})(ObjectAlreadyDetachedException = exports.ObjectAlreadyDetachedException || (exports.ObjectAlreadyDetachedException = {}));
|
|
1176
1013
|
var DetachObjectRequest;
|
|
1177
1014
|
(function (DetachObjectRequest) {
|
|
1178
1015
|
DetachObjectRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1185,12 +1022,6 @@ var DetachObjectResponse;
|
|
|
1185
1022
|
...obj,
|
|
1186
1023
|
});
|
|
1187
1024
|
})(DetachObjectResponse = exports.DetachObjectResponse || (exports.DetachObjectResponse = {}));
|
|
1188
|
-
var NotNodeException;
|
|
1189
|
-
(function (NotNodeException) {
|
|
1190
|
-
NotNodeException.filterSensitiveLog = (obj) => ({
|
|
1191
|
-
...obj,
|
|
1192
|
-
});
|
|
1193
|
-
})(NotNodeException = exports.NotNodeException || (exports.NotNodeException = {}));
|
|
1194
1025
|
var DetachPolicyRequest;
|
|
1195
1026
|
(function (DetachPolicyRequest) {
|
|
1196
1027
|
DetachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1355,12 +1186,6 @@ var GetTypedLinkFacetInformationResponse;
|
|
|
1355
1186
|
...obj,
|
|
1356
1187
|
});
|
|
1357
1188
|
})(GetTypedLinkFacetInformationResponse = exports.GetTypedLinkFacetInformationResponse || (exports.GetTypedLinkFacetInformationResponse = {}));
|
|
1358
|
-
var InvalidNextTokenException;
|
|
1359
|
-
(function (InvalidNextTokenException) {
|
|
1360
|
-
InvalidNextTokenException.filterSensitiveLog = (obj) => ({
|
|
1361
|
-
...obj,
|
|
1362
|
-
});
|
|
1363
|
-
})(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
|
|
1364
1189
|
var ListAppliedSchemaArnsRequest;
|
|
1365
1190
|
(function (ListAppliedSchemaArnsRequest) {
|
|
1366
1191
|
ListAppliedSchemaArnsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1513,12 +1338,6 @@ var ListObjectParentPathsResponse;
|
|
|
1513
1338
|
...obj,
|
|
1514
1339
|
});
|
|
1515
1340
|
})(ListObjectParentPathsResponse = exports.ListObjectParentPathsResponse || (exports.ListObjectParentPathsResponse = {}));
|
|
1516
|
-
var CannotListParentOfRootException;
|
|
1517
|
-
(function (CannotListParentOfRootException) {
|
|
1518
|
-
CannotListParentOfRootException.filterSensitiveLog = (obj) => ({
|
|
1519
|
-
...obj,
|
|
1520
|
-
});
|
|
1521
|
-
})(CannotListParentOfRootException = exports.CannotListParentOfRootException || (exports.CannotListParentOfRootException = {}));
|
|
1522
1341
|
var ListObjectParentsRequest;
|
|
1523
1342
|
(function (ListObjectParentsRequest) {
|
|
1524
1343
|
ListObjectParentsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1582,12 +1401,6 @@ var ListPublishedSchemaArnsResponse;
|
|
|
1582
1401
|
...obj,
|
|
1583
1402
|
});
|
|
1584
1403
|
})(ListPublishedSchemaArnsResponse = exports.ListPublishedSchemaArnsResponse || (exports.ListPublishedSchemaArnsResponse = {}));
|
|
1585
|
-
var InvalidTaggingRequestException;
|
|
1586
|
-
(function (InvalidTaggingRequestException) {
|
|
1587
|
-
InvalidTaggingRequestException.filterSensitiveLog = (obj) => ({
|
|
1588
|
-
...obj,
|
|
1589
|
-
});
|
|
1590
|
-
})(InvalidTaggingRequestException = exports.InvalidTaggingRequestException || (exports.InvalidTaggingRequestException = {}));
|
|
1591
1404
|
var ListTagsForResourceRequest;
|
|
1592
1405
|
(function (ListTagsForResourceRequest) {
|
|
1593
1406
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1657,18 +1470,6 @@ var PublishSchemaResponse;
|
|
|
1657
1470
|
...obj,
|
|
1658
1471
|
});
|
|
1659
1472
|
})(PublishSchemaResponse = exports.PublishSchemaResponse || (exports.PublishSchemaResponse = {}));
|
|
1660
|
-
var SchemaAlreadyPublishedException;
|
|
1661
|
-
(function (SchemaAlreadyPublishedException) {
|
|
1662
|
-
SchemaAlreadyPublishedException.filterSensitiveLog = (obj) => ({
|
|
1663
|
-
...obj,
|
|
1664
|
-
});
|
|
1665
|
-
})(SchemaAlreadyPublishedException = exports.SchemaAlreadyPublishedException || (exports.SchemaAlreadyPublishedException = {}));
|
|
1666
|
-
var InvalidSchemaDocException;
|
|
1667
|
-
(function (InvalidSchemaDocException) {
|
|
1668
|
-
InvalidSchemaDocException.filterSensitiveLog = (obj) => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
});
|
|
1671
|
-
})(InvalidSchemaDocException = exports.InvalidSchemaDocException || (exports.InvalidSchemaDocException = {}));
|
|
1672
1473
|
var PutSchemaFromJsonRequest;
|
|
1673
1474
|
(function (PutSchemaFromJsonRequest) {
|
|
1674
1475
|
PutSchemaFromJsonRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1717,12 +1518,6 @@ var UntagResourceResponse;
|
|
|
1717
1518
|
...obj,
|
|
1718
1519
|
});
|
|
1719
1520
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1720
|
-
var InvalidFacetUpdateException;
|
|
1721
|
-
(function (InvalidFacetUpdateException) {
|
|
1722
|
-
InvalidFacetUpdateException.filterSensitiveLog = (obj) => ({
|
|
1723
|
-
...obj,
|
|
1724
|
-
});
|
|
1725
|
-
})(InvalidFacetUpdateException = exports.InvalidFacetUpdateException || (exports.InvalidFacetUpdateException = {}));
|
|
1726
1521
|
var FacetAttributeUpdate;
|
|
1727
1522
|
(function (FacetAttributeUpdate) {
|
|
1728
1523
|
FacetAttributeUpdate.filterSensitiveLog = (obj) => ({
|
|
@@ -1812,12 +1607,6 @@ var UpdateTypedLinkFacetResponse;
|
|
|
1812
1607
|
...obj,
|
|
1813
1608
|
});
|
|
1814
1609
|
})(UpdateTypedLinkFacetResponse = exports.UpdateTypedLinkFacetResponse || (exports.UpdateTypedLinkFacetResponse = {}));
|
|
1815
|
-
var IncompatibleSchemaException;
|
|
1816
|
-
(function (IncompatibleSchemaException) {
|
|
1817
|
-
IncompatibleSchemaException.filterSensitiveLog = (obj) => ({
|
|
1818
|
-
...obj,
|
|
1819
|
-
});
|
|
1820
|
-
})(IncompatibleSchemaException = exports.IncompatibleSchemaException || (exports.IncompatibleSchemaException = {}));
|
|
1821
1610
|
var UpgradeAppliedSchemaRequest;
|
|
1822
1611
|
(function (UpgradeAppliedSchemaRequest) {
|
|
1823
1612
|
UpgradeAppliedSchemaRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|