@aws-sdk/client-clouddirectory 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +53 -52
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -8113,7 +8113,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8113
8113
  // Annotate the CommonJS export names for ESM import in node:
8114
8114
 
8115
8115
  0 && (module.exports = {
8116
- AccessDeniedException,
8116
+ CloudDirectoryServiceException,
8117
+ __Client,
8118
+ CloudDirectoryClient,
8119
+ CloudDirectory,
8120
+ $Command,
8117
8121
  AddFacetToObjectCommand,
8118
8122
  ApplySchemaCommand,
8119
8123
  AttachObjectCommand,
@@ -8121,15 +8125,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8121
8125
  AttachToIndexCommand,
8122
8126
  AttachTypedLinkCommand,
8123
8127
  BatchReadCommand,
8124
- BatchReadExceptionType,
8125
8128
  BatchWriteCommand,
8126
- BatchWriteException,
8127
- BatchWriteExceptionType,
8128
- CannotListParentOfRootException,
8129
- CloudDirectory,
8130
- CloudDirectoryClient,
8131
- CloudDirectoryServiceException,
8132
- ConsistencyLevel,
8133
8129
  CreateDirectoryCommand,
8134
8130
  CreateFacetCommand,
8135
8131
  CreateIndexCommand,
@@ -8145,19 +8141,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8145
8141
  DetachObjectCommand,
8146
8142
  DetachPolicyCommand,
8147
8143
  DetachTypedLinkCommand,
8148
- DirectoryAlreadyExistsException,
8149
- DirectoryDeletedException,
8150
- DirectoryNotDisabledException,
8151
- DirectoryNotEnabledException,
8152
- DirectoryState,
8153
8144
  DisableDirectoryCommand,
8154
8145
  EnableDirectoryCommand,
8155
- FacetAlreadyExistsException,
8156
- FacetAttributeType,
8157
- FacetInUseException,
8158
- FacetNotFoundException,
8159
- FacetStyle,
8160
- FacetValidationException,
8161
8146
  GetAppliedSchemaVersionCommand,
8162
8147
  GetDirectoryCommand,
8163
8148
  GetFacetCommand,
@@ -8166,18 +8151,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8166
8151
  GetObjectInformationCommand,
8167
8152
  GetSchemaAsJsonCommand,
8168
8153
  GetTypedLinkFacetInformationCommand,
8169
- IncompatibleSchemaException,
8170
- IndexedAttributeMissingException,
8171
- InternalServiceException,
8172
- InvalidArnException,
8173
- InvalidAttachmentException,
8174
- InvalidFacetUpdateException,
8175
- InvalidNextTokenException,
8176
- InvalidRuleException,
8177
- InvalidSchemaDocException,
8178
- InvalidTaggingRequestException,
8179
- LimitExceededException,
8180
- LinkNameAlreadyInUseException,
8181
8154
  ListAppliedSchemaArnsCommand,
8182
8155
  ListAttachedIndicesCommand,
8183
8156
  ListDevelopmentSchemaArnsCommand,
@@ -8199,28 +8172,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8199
8172
  ListTypedLinkFacetAttributesCommand,
8200
8173
  ListTypedLinkFacetNamesCommand,
8201
8174
  LookupPolicyCommand,
8202
- NotIndexException,
8203
- NotNodeException,
8204
- NotPolicyException,
8205
- ObjectAlreadyDetachedException,
8206
- ObjectNotDetachedException,
8207
- ObjectType,
8208
8175
  PublishSchemaCommand,
8209
8176
  PutSchemaFromJsonCommand,
8210
- RangeMode,
8211
8177
  RemoveFacetFromObjectCommand,
8212
- RequiredAttributeBehavior,
8213
- ResourceNotFoundException,
8214
- RetryableConflictException,
8215
- RuleType,
8216
- SchemaAlreadyExistsException,
8217
- SchemaAlreadyPublishedException,
8218
- StillContainsLinksException,
8219
8178
  TagResourceCommand,
8220
- TypedAttributeValue,
8221
- UnsupportedIndexTypeException,
8222
8179
  UntagResourceCommand,
8223
- UpdateActionType,
8224
8180
  UpdateFacetCommand,
8225
8181
  UpdateLinkAttributesCommand,
8226
8182
  UpdateObjectAttributesCommand,
@@ -8228,8 +8184,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8228
8184
  UpdateTypedLinkFacetCommand,
8229
8185
  UpgradeAppliedSchemaCommand,
8230
8186
  UpgradePublishedSchemaCommand,
8231
- ValidationException,
8232
- __Client,
8233
8187
  paginateListAppliedSchemaArns,
8234
8188
  paginateListAttachedIndices,
8235
8189
  paginateListDevelopmentSchemaArns,
@@ -8248,6 +8202,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8248
8202
  paginateListTagsForResource,
8249
8203
  paginateListTypedLinkFacetAttributes,
8250
8204
  paginateListTypedLinkFacetNames,
8251
- paginateLookupPolicy
8205
+ paginateLookupPolicy,
8206
+ AccessDeniedException,
8207
+ TypedAttributeValue,
8208
+ DirectoryNotEnabledException,
8209
+ FacetValidationException,
8210
+ InternalServiceException,
8211
+ InvalidArnException,
8212
+ LimitExceededException,
8213
+ ResourceNotFoundException,
8214
+ RetryableConflictException,
8215
+ ValidationException,
8216
+ InvalidAttachmentException,
8217
+ SchemaAlreadyExistsException,
8218
+ LinkNameAlreadyInUseException,
8219
+ NotPolicyException,
8220
+ IndexedAttributeMissingException,
8221
+ NotIndexException,
8222
+ ConsistencyLevel,
8223
+ RangeMode,
8224
+ BatchReadExceptionType,
8225
+ BatchWriteExceptionType,
8226
+ BatchWriteException,
8227
+ UpdateActionType,
8228
+ DirectoryAlreadyExistsException,
8229
+ RuleType,
8230
+ FacetAttributeType,
8231
+ RequiredAttributeBehavior,
8232
+ FacetStyle,
8233
+ ObjectType,
8234
+ FacetAlreadyExistsException,
8235
+ InvalidRuleException,
8236
+ UnsupportedIndexTypeException,
8237
+ DirectoryDeletedException,
8238
+ DirectoryNotDisabledException,
8239
+ FacetInUseException,
8240
+ FacetNotFoundException,
8241
+ ObjectNotDetachedException,
8242
+ StillContainsLinksException,
8243
+ ObjectAlreadyDetachedException,
8244
+ NotNodeException,
8245
+ DirectoryState,
8246
+ InvalidNextTokenException,
8247
+ CannotListParentOfRootException,
8248
+ InvalidTaggingRequestException,
8249
+ SchemaAlreadyPublishedException,
8250
+ InvalidSchemaDocException,
8251
+ InvalidFacetUpdateException,
8252
+ IncompatibleSchemaException
8252
8253
  });
8253
8254
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-clouddirectory",
3
3
  "description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",