@aws-sdk/client-clouddirectory 3.495.0 → 3.499.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 +55 -52
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -8111,8 +8111,13 @@ var paginateLookupPolicy = (0, import_core21.createPaginator)(CloudDirectoryClie
8111
8111
  // src/index.ts
8112
8112
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
8113
8113
  // Annotate the CommonJS export names for ESM import in node:
8114
+
8114
8115
  0 && (module.exports = {
8115
- AccessDeniedException,
8116
+ CloudDirectoryServiceException,
8117
+ __Client,
8118
+ CloudDirectoryClient,
8119
+ CloudDirectory,
8120
+ $Command,
8116
8121
  AddFacetToObjectCommand,
8117
8122
  ApplySchemaCommand,
8118
8123
  AttachObjectCommand,
@@ -8120,15 +8125,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8120
8125
  AttachToIndexCommand,
8121
8126
  AttachTypedLinkCommand,
8122
8127
  BatchReadCommand,
8123
- BatchReadExceptionType,
8124
8128
  BatchWriteCommand,
8125
- BatchWriteException,
8126
- BatchWriteExceptionType,
8127
- CannotListParentOfRootException,
8128
- CloudDirectory,
8129
- CloudDirectoryClient,
8130
- CloudDirectoryServiceException,
8131
- ConsistencyLevel,
8132
8129
  CreateDirectoryCommand,
8133
8130
  CreateFacetCommand,
8134
8131
  CreateIndexCommand,
@@ -8144,19 +8141,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8144
8141
  DetachObjectCommand,
8145
8142
  DetachPolicyCommand,
8146
8143
  DetachTypedLinkCommand,
8147
- DirectoryAlreadyExistsException,
8148
- DirectoryDeletedException,
8149
- DirectoryNotDisabledException,
8150
- DirectoryNotEnabledException,
8151
- DirectoryState,
8152
8144
  DisableDirectoryCommand,
8153
8145
  EnableDirectoryCommand,
8154
- FacetAlreadyExistsException,
8155
- FacetAttributeType,
8156
- FacetInUseException,
8157
- FacetNotFoundException,
8158
- FacetStyle,
8159
- FacetValidationException,
8160
8146
  GetAppliedSchemaVersionCommand,
8161
8147
  GetDirectoryCommand,
8162
8148
  GetFacetCommand,
@@ -8165,18 +8151,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8165
8151
  GetObjectInformationCommand,
8166
8152
  GetSchemaAsJsonCommand,
8167
8153
  GetTypedLinkFacetInformationCommand,
8168
- IncompatibleSchemaException,
8169
- IndexedAttributeMissingException,
8170
- InternalServiceException,
8171
- InvalidArnException,
8172
- InvalidAttachmentException,
8173
- InvalidFacetUpdateException,
8174
- InvalidNextTokenException,
8175
- InvalidRuleException,
8176
- InvalidSchemaDocException,
8177
- InvalidTaggingRequestException,
8178
- LimitExceededException,
8179
- LinkNameAlreadyInUseException,
8180
8154
  ListAppliedSchemaArnsCommand,
8181
8155
  ListAttachedIndicesCommand,
8182
8156
  ListDevelopmentSchemaArnsCommand,
@@ -8198,28 +8172,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8198
8172
  ListTypedLinkFacetAttributesCommand,
8199
8173
  ListTypedLinkFacetNamesCommand,
8200
8174
  LookupPolicyCommand,
8201
- NotIndexException,
8202
- NotNodeException,
8203
- NotPolicyException,
8204
- ObjectAlreadyDetachedException,
8205
- ObjectNotDetachedException,
8206
- ObjectType,
8207
8175
  PublishSchemaCommand,
8208
8176
  PutSchemaFromJsonCommand,
8209
- RangeMode,
8210
8177
  RemoveFacetFromObjectCommand,
8211
- RequiredAttributeBehavior,
8212
- ResourceNotFoundException,
8213
- RetryableConflictException,
8214
- RuleType,
8215
- SchemaAlreadyExistsException,
8216
- SchemaAlreadyPublishedException,
8217
- StillContainsLinksException,
8218
8178
  TagResourceCommand,
8219
- TypedAttributeValue,
8220
- UnsupportedIndexTypeException,
8221
8179
  UntagResourceCommand,
8222
- UpdateActionType,
8223
8180
  UpdateFacetCommand,
8224
8181
  UpdateLinkAttributesCommand,
8225
8182
  UpdateObjectAttributesCommand,
@@ -8227,8 +8184,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8227
8184
  UpdateTypedLinkFacetCommand,
8228
8185
  UpgradeAppliedSchemaCommand,
8229
8186
  UpgradePublishedSchemaCommand,
8230
- ValidationException,
8231
- __Client,
8232
8187
  paginateListAppliedSchemaArns,
8233
8188
  paginateListAttachedIndices,
8234
8189
  paginateListDevelopmentSchemaArns,
@@ -8247,5 +8202,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8247
8202
  paginateListTagsForResource,
8248
8203
  paginateListTypedLinkFacetAttributes,
8249
8204
  paginateListTypedLinkFacetNames,
8250
- 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
8251
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.495.0",
4
+ "version": "3.499.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,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",