@aws-sdk/client-clouddirectory 3.489.0 → 3.495.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 (99) hide show
  1. package/dist-cjs/CloudDirectory.js +1 -143
  2. package/dist-cjs/CloudDirectoryClient.js +1 -43
  3. package/dist-cjs/commands/AddFacetToObjectCommand.js +1 -28
  4. package/dist-cjs/commands/ApplySchemaCommand.js +1 -28
  5. package/dist-cjs/commands/AttachObjectCommand.js +1 -28
  6. package/dist-cjs/commands/AttachPolicyCommand.js +1 -28
  7. package/dist-cjs/commands/AttachToIndexCommand.js +1 -28
  8. package/dist-cjs/commands/AttachTypedLinkCommand.js +1 -28
  9. package/dist-cjs/commands/BatchReadCommand.js +1 -28
  10. package/dist-cjs/commands/BatchWriteCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDirectoryCommand.js +1 -28
  12. package/dist-cjs/commands/CreateFacetCommand.js +1 -28
  13. package/dist-cjs/commands/CreateIndexCommand.js +1 -28
  14. package/dist-cjs/commands/CreateObjectCommand.js +1 -28
  15. package/dist-cjs/commands/CreateSchemaCommand.js +1 -28
  16. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDirectoryCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteFacetCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteObjectCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteSchemaCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +1 -28
  22. package/dist-cjs/commands/DetachFromIndexCommand.js +1 -28
  23. package/dist-cjs/commands/DetachObjectCommand.js +1 -28
  24. package/dist-cjs/commands/DetachPolicyCommand.js +1 -28
  25. package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -28
  26. package/dist-cjs/commands/DisableDirectoryCommand.js +1 -28
  27. package/dist-cjs/commands/EnableDirectoryCommand.js +1 -28
  28. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +1 -28
  29. package/dist-cjs/commands/GetDirectoryCommand.js +1 -28
  30. package/dist-cjs/commands/GetFacetCommand.js +1 -28
  31. package/dist-cjs/commands/GetLinkAttributesCommand.js +1 -28
  32. package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -28
  33. package/dist-cjs/commands/GetObjectInformationCommand.js +1 -28
  34. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +1 -28
  35. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +1 -28
  36. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +1 -28
  37. package/dist-cjs/commands/ListAttachedIndicesCommand.js +1 -28
  38. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +1 -28
  39. package/dist-cjs/commands/ListDirectoriesCommand.js +1 -28
  40. package/dist-cjs/commands/ListFacetAttributesCommand.js +1 -28
  41. package/dist-cjs/commands/ListFacetNamesCommand.js +1 -28
  42. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +1 -28
  43. package/dist-cjs/commands/ListIndexCommand.js +1 -28
  44. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +1 -28
  45. package/dist-cjs/commands/ListObjectAttributesCommand.js +1 -28
  46. package/dist-cjs/commands/ListObjectChildrenCommand.js +1 -28
  47. package/dist-cjs/commands/ListObjectParentPathsCommand.js +1 -28
  48. package/dist-cjs/commands/ListObjectParentsCommand.js +1 -28
  49. package/dist-cjs/commands/ListObjectPoliciesCommand.js +1 -28
  50. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +1 -28
  51. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +1 -28
  52. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +1 -28
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  54. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +1 -28
  55. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +1 -28
  56. package/dist-cjs/commands/LookupPolicyCommand.js +1 -28
  57. package/dist-cjs/commands/PublishSchemaCommand.js +1 -28
  58. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +1 -28
  59. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +1 -28
  60. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  61. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateFacetCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateSchemaCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +1 -28
  67. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +1 -28
  68. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +1 -28
  69. package/dist-cjs/commands/index.js +1 -69
  70. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  71. package/dist-cjs/extensionConfiguration.js +1 -2
  72. package/dist-cjs/index.js +8250 -11
  73. package/dist-cjs/models/CloudDirectoryServiceException.js +1 -12
  74. package/dist-cjs/models/index.js +1 -4
  75. package/dist-cjs/models/models_0.js +1 -595
  76. package/dist-cjs/pagination/Interfaces.js +1 -2
  77. package/dist-cjs/pagination/ListAppliedSchemaArnsPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListAttachedIndicesPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListDevelopmentSchemaArnsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListDirectoriesPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListFacetAttributesPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListFacetNamesPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListIndexPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListManagedSchemaArnsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListObjectAttributesPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListObjectChildrenPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListObjectParentPathsPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListObjectParentsPaginator.js +1 -7
  89. package/dist-cjs/pagination/ListObjectPoliciesPaginator.js +1 -7
  90. package/dist-cjs/pagination/ListPolicyAttachmentsPaginator.js +1 -7
  91. package/dist-cjs/pagination/ListPublishedSchemaArnsPaginator.js +1 -7
  92. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  93. package/dist-cjs/pagination/ListTypedLinkFacetAttributesPaginator.js +1 -7
  94. package/dist-cjs/pagination/ListTypedLinkFacetNamesPaginator.js +1 -7
  95. package/dist-cjs/pagination/LookupPolicyPaginator.js +1 -7
  96. package/dist-cjs/pagination/index.js +1 -23
  97. package/dist-cjs/protocols/Aws_restJson1.js +1 -5899
  98. package/dist-cjs/runtimeExtensions.js +1 -22
  99. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveFacetFromObjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RemoveFacetFromObjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
22
- .n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveFacetFromObjectCommand)
25
- .de(Aws_restJson1_1.de_RemoveFacetFromObjectCommand)
26
- .build() {
27
- }
28
- exports.RemoveFacetFromObjectCommand = RemoveFacetFromObjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "TagResource", {})
22
- .n("CloudDirectoryClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UntagResource", {})
22
- .n("CloudDirectoryClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFacetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateFacetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
22
- .n("CloudDirectoryClient", "UpdateFacetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateFacetCommand)
25
- .de(Aws_restJson1_1.de_UpdateFacetCommand)
26
- .build() {
27
- }
28
- exports.UpdateFacetCommand = UpdateFacetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLinkAttributesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateLinkAttributesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
22
- .n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateLinkAttributesCommand)
25
- .de(Aws_restJson1_1.de_UpdateLinkAttributesCommand)
26
- .build() {
27
- }
28
- exports.UpdateLinkAttributesCommand = UpdateLinkAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateObjectAttributesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateObjectAttributesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
22
- .n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateObjectAttributesCommand)
25
- .de(Aws_restJson1_1.de_UpdateObjectAttributesCommand)
26
- .build() {
27
- }
28
- exports.UpdateObjectAttributesCommand = UpdateObjectAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSchemaCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateSchemaCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
22
- .n("CloudDirectoryClient", "UpdateSchemaCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateSchemaCommand)
25
- .de(Aws_restJson1_1.de_UpdateSchemaCommand)
26
- .build() {
27
- }
28
- exports.UpdateSchemaCommand = UpdateSchemaCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTypedLinkFacetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTypedLinkFacetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
22
- .n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateTypedLinkFacetCommand)
25
- .de(Aws_restJson1_1.de_UpdateTypedLinkFacetCommand)
26
- .build() {
27
- }
28
- exports.UpdateTypedLinkFacetCommand = UpdateTypedLinkFacetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpgradeAppliedSchemaCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpgradeAppliedSchemaCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
22
- .n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpgradeAppliedSchemaCommand)
25
- .de(Aws_restJson1_1.de_UpgradeAppliedSchemaCommand)
26
- .build() {
27
- }
28
- exports.UpgradeAppliedSchemaCommand = UpgradeAppliedSchemaCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpgradePublishedSchemaCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpgradePublishedSchemaCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
22
- .n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpgradePublishedSchemaCommand)
25
- .de(Aws_restJson1_1.de_UpgradePublishedSchemaCommand)
26
- .build() {
27
- }
28
- exports.UpgradePublishedSchemaCommand = UpgradePublishedSchemaCommand;
1
+ module.exports = require("../index.js");
@@ -1,69 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddFacetToObjectCommand"), exports);
5
- tslib_1.__exportStar(require("./ApplySchemaCommand"), exports);
6
- tslib_1.__exportStar(require("./AttachObjectCommand"), exports);
7
- tslib_1.__exportStar(require("./AttachPolicyCommand"), exports);
8
- tslib_1.__exportStar(require("./AttachToIndexCommand"), exports);
9
- tslib_1.__exportStar(require("./AttachTypedLinkCommand"), exports);
10
- tslib_1.__exportStar(require("./BatchReadCommand"), exports);
11
- tslib_1.__exportStar(require("./BatchWriteCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateDirectoryCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateFacetCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateIndexCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateObjectCommand"), exports);
16
- tslib_1.__exportStar(require("./CreateSchemaCommand"), exports);
17
- tslib_1.__exportStar(require("./CreateTypedLinkFacetCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteDirectoryCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteFacetCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteObjectCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteSchemaCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteTypedLinkFacetCommand"), exports);
23
- tslib_1.__exportStar(require("./DetachFromIndexCommand"), exports);
24
- tslib_1.__exportStar(require("./DetachObjectCommand"), exports);
25
- tslib_1.__exportStar(require("./DetachPolicyCommand"), exports);
26
- tslib_1.__exportStar(require("./DetachTypedLinkCommand"), exports);
27
- tslib_1.__exportStar(require("./DisableDirectoryCommand"), exports);
28
- tslib_1.__exportStar(require("./EnableDirectoryCommand"), exports);
29
- tslib_1.__exportStar(require("./GetAppliedSchemaVersionCommand"), exports);
30
- tslib_1.__exportStar(require("./GetDirectoryCommand"), exports);
31
- tslib_1.__exportStar(require("./GetFacetCommand"), exports);
32
- tslib_1.__exportStar(require("./GetLinkAttributesCommand"), exports);
33
- tslib_1.__exportStar(require("./GetObjectAttributesCommand"), exports);
34
- tslib_1.__exportStar(require("./GetObjectInformationCommand"), exports);
35
- tslib_1.__exportStar(require("./GetSchemaAsJsonCommand"), exports);
36
- tslib_1.__exportStar(require("./GetTypedLinkFacetInformationCommand"), exports);
37
- tslib_1.__exportStar(require("./ListAppliedSchemaArnsCommand"), exports);
38
- tslib_1.__exportStar(require("./ListAttachedIndicesCommand"), exports);
39
- tslib_1.__exportStar(require("./ListDevelopmentSchemaArnsCommand"), exports);
40
- tslib_1.__exportStar(require("./ListDirectoriesCommand"), exports);
41
- tslib_1.__exportStar(require("./ListFacetAttributesCommand"), exports);
42
- tslib_1.__exportStar(require("./ListFacetNamesCommand"), exports);
43
- tslib_1.__exportStar(require("./ListIncomingTypedLinksCommand"), exports);
44
- tslib_1.__exportStar(require("./ListIndexCommand"), exports);
45
- tslib_1.__exportStar(require("./ListManagedSchemaArnsCommand"), exports);
46
- tslib_1.__exportStar(require("./ListObjectAttributesCommand"), exports);
47
- tslib_1.__exportStar(require("./ListObjectChildrenCommand"), exports);
48
- tslib_1.__exportStar(require("./ListObjectParentPathsCommand"), exports);
49
- tslib_1.__exportStar(require("./ListObjectParentsCommand"), exports);
50
- tslib_1.__exportStar(require("./ListObjectPoliciesCommand"), exports);
51
- tslib_1.__exportStar(require("./ListOutgoingTypedLinksCommand"), exports);
52
- tslib_1.__exportStar(require("./ListPolicyAttachmentsCommand"), exports);
53
- tslib_1.__exportStar(require("./ListPublishedSchemaArnsCommand"), exports);
54
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
55
- tslib_1.__exportStar(require("./ListTypedLinkFacetAttributesCommand"), exports);
56
- tslib_1.__exportStar(require("./ListTypedLinkFacetNamesCommand"), exports);
57
- tslib_1.__exportStar(require("./LookupPolicyCommand"), exports);
58
- tslib_1.__exportStar(require("./PublishSchemaCommand"), exports);
59
- tslib_1.__exportStar(require("./PutSchemaFromJsonCommand"), exports);
60
- tslib_1.__exportStar(require("./RemoveFacetFromObjectCommand"), exports);
61
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
62
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
63
- tslib_1.__exportStar(require("./UpdateFacetCommand"), exports);
64
- tslib_1.__exportStar(require("./UpdateLinkAttributesCommand"), exports);
65
- tslib_1.__exportStar(require("./UpdateObjectAttributesCommand"), exports);
66
- tslib_1.__exportStar(require("./UpdateSchemaCommand"), exports);
67
- tslib_1.__exportStar(require("./UpdateTypedLinkFacetCommand"), exports);
68
- tslib_1.__exportStar(require("./UpgradeAppliedSchemaCommand"), exports);
69
- tslib_1.__exportStar(require("./UpgradePublishedSchemaCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "clouddirectory",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");