@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.ListDevelopmentSchemaArnsCommand = 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 ListDevelopmentSchemaArnsCommand 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", "ListDevelopmentSchemaArns", {})
22
- .n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDevelopmentSchemaArnsCommand)
25
- .de(Aws_restJson1_1.de_ListDevelopmentSchemaArnsCommand)
26
- .build() {
27
- }
28
- exports.ListDevelopmentSchemaArnsCommand = ListDevelopmentSchemaArnsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDirectoriesCommand = 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 ListDirectoriesCommand 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", "ListDirectories", {})
22
- .n("CloudDirectoryClient", "ListDirectoriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDirectoriesCommand)
25
- .de(Aws_restJson1_1.de_ListDirectoriesCommand)
26
- .build() {
27
- }
28
- exports.ListDirectoriesCommand = ListDirectoriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFacetAttributesCommand = 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 ListFacetAttributesCommand 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", "ListFacetAttributes", {})
22
- .n("CloudDirectoryClient", "ListFacetAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFacetAttributesCommand)
25
- .de(Aws_restJson1_1.de_ListFacetAttributesCommand)
26
- .build() {
27
- }
28
- exports.ListFacetAttributesCommand = ListFacetAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFacetNamesCommand = 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 ListFacetNamesCommand 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", "ListFacetNames", {})
22
- .n("CloudDirectoryClient", "ListFacetNamesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFacetNamesCommand)
25
- .de(Aws_restJson1_1.de_ListFacetNamesCommand)
26
- .build() {
27
- }
28
- exports.ListFacetNamesCommand = ListFacetNamesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIncomingTypedLinksCommand = 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 ListIncomingTypedLinksCommand 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", "ListIncomingTypedLinks", {})
22
- .n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIncomingTypedLinksCommand)
25
- .de(Aws_restJson1_1.de_ListIncomingTypedLinksCommand)
26
- .build() {
27
- }
28
- exports.ListIncomingTypedLinksCommand = ListIncomingTypedLinksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIndexCommand = 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 ListIndexCommand 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", "ListIndex", {})
22
- .n("CloudDirectoryClient", "ListIndexCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIndexCommand)
25
- .de(Aws_restJson1_1.de_ListIndexCommand)
26
- .build() {
27
- }
28
- exports.ListIndexCommand = ListIndexCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedSchemaArnsCommand = 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 ListManagedSchemaArnsCommand 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", "ListManagedSchemaArns", {})
22
- .n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListManagedSchemaArnsCommand)
25
- .de(Aws_restJson1_1.de_ListManagedSchemaArnsCommand)
26
- .build() {
27
- }
28
- exports.ListManagedSchemaArnsCommand = ListManagedSchemaArnsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListObjectAttributesCommand = 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 ListObjectAttributesCommand 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", "ListObjectAttributes", {})
22
- .n("CloudDirectoryClient", "ListObjectAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListObjectAttributesCommand)
25
- .de(Aws_restJson1_1.de_ListObjectAttributesCommand)
26
- .build() {
27
- }
28
- exports.ListObjectAttributesCommand = ListObjectAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListObjectChildrenCommand = 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 ListObjectChildrenCommand 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", "ListObjectChildren", {})
22
- .n("CloudDirectoryClient", "ListObjectChildrenCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListObjectChildrenCommand)
25
- .de(Aws_restJson1_1.de_ListObjectChildrenCommand)
26
- .build() {
27
- }
28
- exports.ListObjectChildrenCommand = ListObjectChildrenCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListObjectParentPathsCommand = 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 ListObjectParentPathsCommand 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", "ListObjectParentPaths", {})
22
- .n("CloudDirectoryClient", "ListObjectParentPathsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListObjectParentPathsCommand)
25
- .de(Aws_restJson1_1.de_ListObjectParentPathsCommand)
26
- .build() {
27
- }
28
- exports.ListObjectParentPathsCommand = ListObjectParentPathsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListObjectParentsCommand = 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 ListObjectParentsCommand 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", "ListObjectParents", {})
22
- .n("CloudDirectoryClient", "ListObjectParentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListObjectParentsCommand)
25
- .de(Aws_restJson1_1.de_ListObjectParentsCommand)
26
- .build() {
27
- }
28
- exports.ListObjectParentsCommand = ListObjectParentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListObjectPoliciesCommand = 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 ListObjectPoliciesCommand 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", "ListObjectPolicies", {})
22
- .n("CloudDirectoryClient", "ListObjectPoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListObjectPoliciesCommand)
25
- .de(Aws_restJson1_1.de_ListObjectPoliciesCommand)
26
- .build() {
27
- }
28
- exports.ListObjectPoliciesCommand = ListObjectPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOutgoingTypedLinksCommand = 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 ListOutgoingTypedLinksCommand 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", "ListOutgoingTypedLinks", {})
22
- .n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOutgoingTypedLinksCommand)
25
- .de(Aws_restJson1_1.de_ListOutgoingTypedLinksCommand)
26
- .build() {
27
- }
28
- exports.ListOutgoingTypedLinksCommand = ListOutgoingTypedLinksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPolicyAttachmentsCommand = 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 ListPolicyAttachmentsCommand 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", "ListPolicyAttachments", {})
22
- .n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPolicyAttachmentsCommand)
25
- .de(Aws_restJson1_1.de_ListPolicyAttachmentsCommand)
26
- .build() {
27
- }
28
- exports.ListPolicyAttachmentsCommand = ListPolicyAttachmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPublishedSchemaArnsCommand = 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 ListPublishedSchemaArnsCommand 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", "ListPublishedSchemaArns", {})
22
- .n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPublishedSchemaArnsCommand)
25
- .de(Aws_restJson1_1.de_ListPublishedSchemaArnsCommand)
26
- .build() {
27
- }
28
- exports.ListPublishedSchemaArnsCommand = ListPublishedSchemaArnsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("CloudDirectoryClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTypedLinkFacetAttributesCommand = 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 ListTypedLinkFacetAttributesCommand 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", "ListTypedLinkFacetAttributes", {})
22
- .n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTypedLinkFacetAttributesCommand)
25
- .de(Aws_restJson1_1.de_ListTypedLinkFacetAttributesCommand)
26
- .build() {
27
- }
28
- exports.ListTypedLinkFacetAttributesCommand = ListTypedLinkFacetAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTypedLinkFacetNamesCommand = 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 ListTypedLinkFacetNamesCommand 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", "ListTypedLinkFacetNames", {})
22
- .n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTypedLinkFacetNamesCommand)
25
- .de(Aws_restJson1_1.de_ListTypedLinkFacetNamesCommand)
26
- .build() {
27
- }
28
- exports.ListTypedLinkFacetNamesCommand = ListTypedLinkFacetNamesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LookupPolicyCommand = 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 LookupPolicyCommand 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", "LookupPolicy", {})
22
- .n("CloudDirectoryClient", "LookupPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_LookupPolicyCommand)
25
- .de(Aws_restJson1_1.de_LookupPolicyCommand)
26
- .build() {
27
- }
28
- exports.LookupPolicyCommand = LookupPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PublishSchemaCommand = 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 PublishSchemaCommand 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", "PublishSchema", {})
22
- .n("CloudDirectoryClient", "PublishSchemaCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PublishSchemaCommand)
25
- .de(Aws_restJson1_1.de_PublishSchemaCommand)
26
- .build() {
27
- }
28
- exports.PublishSchemaCommand = PublishSchemaCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutSchemaFromJsonCommand = 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 PutSchemaFromJsonCommand 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", "PutSchemaFromJson", {})
22
- .n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutSchemaFromJsonCommand)
25
- .de(Aws_restJson1_1.de_PutSchemaFromJsonCommand)
26
- .build() {
27
- }
28
- exports.PutSchemaFromJsonCommand = PutSchemaFromJsonCommand;
1
+ module.exports = require("../index.js");