@aws-sdk/client-clouddirectory 3.288.0 → 3.290.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 (67) hide show
  1. package/dist-types/commands/AddFacetToObjectCommand.d.ts +30 -0
  2. package/dist-types/commands/ApplySchemaCommand.d.ts +31 -0
  3. package/dist-types/commands/AttachObjectCommand.d.ts +38 -0
  4. package/dist-types/commands/AttachPolicyCommand.d.ts +29 -0
  5. package/dist-types/commands/AttachToIndexCommand.d.ts +40 -0
  6. package/dist-types/commands/AttachTypedLinkCommand.d.ts +34 -0
  7. package/dist-types/commands/BatchReadCommand.d.ts +23 -0
  8. package/dist-types/commands/BatchWriteCommand.d.ts +26 -0
  9. package/dist-types/commands/CreateDirectoryCommand.d.ts +27 -0
  10. package/dist-types/commands/CreateFacetCommand.d.ts +33 -0
  11. package/dist-types/commands/CreateIndexCommand.d.ts +37 -0
  12. package/dist-types/commands/CreateObjectCommand.d.ts +37 -0
  13. package/dist-types/commands/CreateSchemaCommand.d.ts +24 -0
  14. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +33 -0
  15. package/dist-types/commands/DeleteDirectoryCommand.d.ts +30 -0
  16. package/dist-types/commands/DeleteFacetCommand.d.ts +30 -0
  17. package/dist-types/commands/DeleteObjectCommand.d.ts +30 -0
  18. package/dist-types/commands/DeleteSchemaCommand.d.ts +27 -0
  19. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +26 -0
  20. package/dist-types/commands/DetachFromIndexCommand.d.ts +32 -0
  21. package/dist-types/commands/DetachObjectCommand.d.ts +30 -0
  22. package/dist-types/commands/DetachPolicyCommand.d.ts +29 -0
  23. package/dist-types/commands/DetachTypedLinkCommand.d.ts +30 -0
  24. package/dist-types/commands/DisableDirectoryCommand.d.ts +27 -0
  25. package/dist-types/commands/EnableDirectoryCommand.d.ts +27 -0
  26. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +23 -0
  27. package/dist-types/commands/GetDirectoryCommand.d.ts +20 -0
  28. package/dist-types/commands/GetFacetCommand.d.ts +26 -0
  29. package/dist-types/commands/GetLinkAttributesCommand.d.ts +30 -0
  30. package/dist-types/commands/GetObjectAttributesCommand.d.ts +30 -0
  31. package/dist-types/commands/GetObjectInformationCommand.d.ts +26 -0
  32. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +23 -0
  33. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +29 -0
  34. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +26 -0
  35. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +26 -0
  36. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +26 -0
  37. package/dist-types/commands/ListDirectoriesCommand.d.ts +23 -0
  38. package/dist-types/commands/ListFacetAttributesCommand.d.ts +29 -0
  39. package/dist-types/commands/ListFacetNamesCommand.d.ts +26 -0
  40. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +33 -0
  41. package/dist-types/commands/ListIndexCommand.d.ts +36 -0
  42. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +20 -0
  43. package/dist-types/commands/ListObjectAttributesCommand.d.ts +33 -0
  44. package/dist-types/commands/ListObjectChildrenCommand.d.ts +33 -0
  45. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +29 -0
  46. package/dist-types/commands/ListObjectParentsCommand.d.ts +32 -0
  47. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +29 -0
  48. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +33 -0
  49. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +32 -0
  50. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +26 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +26 -0
  52. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +29 -0
  53. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +26 -0
  54. package/dist-types/commands/LookupPolicyCommand.d.ts +29 -0
  55. package/dist-types/commands/PublishSchemaCommand.d.ts +26 -0
  56. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +26 -0
  57. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +30 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +26 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +26 -0
  60. package/dist-types/commands/UpdateFacetCommand.d.ts +37 -0
  61. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +30 -0
  62. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +34 -0
  63. package/dist-types/commands/UpdateSchemaCommand.d.ts +23 -0
  64. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +37 -0
  65. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +31 -0
  66. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +30 -0
  67. package/package.json +29 -29
@@ -29,6 +29,37 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
29
29
  * @see {@link UpgradeAppliedSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling <a>ListDirectories</a> and check your permissions.</p>
34
+ *
35
+ * @throws {@link IncompatibleSchemaException} (client fault)
36
+ * <p>Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the <a href="http://status.aws.amazon.com/">AWS Service Health Dashboard</a> site to see if there are any operational issues with the service.</p>
40
+ *
41
+ * @throws {@link InvalidArnException} (client fault)
42
+ * <p>Indicates that the provided ARN value is not valid.</p>
43
+ *
44
+ * @throws {@link InvalidAttachmentException} (client fault)
45
+ * <p>Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes
46
+ * with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>The specified resource could not be found.</p>
50
+ *
51
+ * @throws {@link RetryableConflictException} (client fault)
52
+ * <p>Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
53
+ *
54
+ * @throws {@link SchemaAlreadyExistsException} (client fault)
55
+ * <p>Indicates that a schema could not be created due to a naming conflict. Please select a
56
+ * different name and then try again.</p>
57
+ *
58
+ * @throws {@link ValidationException} (client fault)
59
+ * <p>Indicates that your request is malformed in some manner. See the exception
60
+ * message.</p>
61
+ *
62
+ *
32
63
  */
33
64
  export declare class UpgradeAppliedSchemaCommand extends $Command<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
34
65
  readonly input: UpgradeAppliedSchemaCommandInput;
@@ -29,6 +29,36 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
29
29
  * @see {@link UpgradePublishedSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling <a>ListDirectories</a> and check your permissions.</p>
34
+ *
35
+ * @throws {@link IncompatibleSchemaException} (client fault)
36
+ * <p>Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the <a href="http://status.aws.amazon.com/">AWS Service Health Dashboard</a> site to see if there are any operational issues with the service.</p>
40
+ *
41
+ * @throws {@link InvalidArnException} (client fault)
42
+ * <p>Indicates that the provided ARN value is not valid.</p>
43
+ *
44
+ * @throws {@link InvalidAttachmentException} (client fault)
45
+ * <p>Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes
46
+ * with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.</p>
47
+ *
48
+ * @throws {@link LimitExceededException} (client fault)
49
+ * <p>Indicates that limits are exceeded. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/limits.html">Limits</a> for more information.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The specified resource could not be found.</p>
53
+ *
54
+ * @throws {@link RetryableConflictException} (client fault)
55
+ * <p>Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
56
+ *
57
+ * @throws {@link ValidationException} (client fault)
58
+ * <p>Indicates that your request is malformed in some manner. See the exception
59
+ * message.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class UpgradePublishedSchemaCommand extends $Command<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
34
64
  readonly input: UpgradePublishedSchemaCommandInput;
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.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },