@aws-sdk/client-clouddirectory 3.293.0 → 3.295.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 (139) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +4 -4
  2. package/dist-cjs/commands/ApplySchemaCommand.js +4 -4
  3. package/dist-cjs/commands/AttachObjectCommand.js +4 -4
  4. package/dist-cjs/commands/AttachPolicyCommand.js +4 -4
  5. package/dist-cjs/commands/AttachToIndexCommand.js +4 -4
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +4 -4
  7. package/dist-cjs/commands/BatchReadCommand.js +4 -4
  8. package/dist-cjs/commands/BatchWriteCommand.js +4 -4
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +4 -4
  10. package/dist-cjs/commands/CreateFacetCommand.js +4 -4
  11. package/dist-cjs/commands/CreateIndexCommand.js +4 -4
  12. package/dist-cjs/commands/CreateObjectCommand.js +4 -4
  13. package/dist-cjs/commands/CreateSchemaCommand.js +4 -4
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +4 -4
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteFacetCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteObjectCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +4 -4
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +4 -4
  21. package/dist-cjs/commands/DetachObjectCommand.js +4 -4
  22. package/dist-cjs/commands/DetachPolicyCommand.js +4 -4
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +4 -4
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +4 -4
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +4 -4
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +4 -4
  27. package/dist-cjs/commands/GetDirectoryCommand.js +4 -4
  28. package/dist-cjs/commands/GetFacetCommand.js +4 -4
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +4 -4
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +4 -4
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +4 -4
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +4 -4
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +4 -4
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +4 -4
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +4 -4
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +4 -4
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +4 -4
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +4 -4
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +4 -4
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +4 -4
  41. package/dist-cjs/commands/ListIndexCommand.js +4 -4
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +4 -4
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +4 -4
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +4 -4
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +4 -4
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +4 -4
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +4 -4
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +4 -4
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +4 -4
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +4 -4
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +4 -4
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +4 -4
  54. package/dist-cjs/commands/LookupPolicyCommand.js +4 -4
  55. package/dist-cjs/commands/PublishSchemaCommand.js +4 -4
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +4 -4
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +4 -4
  58. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  59. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  60. package/dist-cjs/commands/UpdateFacetCommand.js +4 -4
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +4 -4
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +4 -4
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +4 -4
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +4 -4
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +4 -4
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +4 -4
  67. package/dist-es/commands/AddFacetToObjectCommand.js +4 -4
  68. package/dist-es/commands/ApplySchemaCommand.js +4 -4
  69. package/dist-es/commands/AttachObjectCommand.js +4 -4
  70. package/dist-es/commands/AttachPolicyCommand.js +4 -4
  71. package/dist-es/commands/AttachToIndexCommand.js +4 -4
  72. package/dist-es/commands/AttachTypedLinkCommand.js +4 -4
  73. package/dist-es/commands/BatchReadCommand.js +4 -4
  74. package/dist-es/commands/BatchWriteCommand.js +4 -4
  75. package/dist-es/commands/CreateDirectoryCommand.js +4 -4
  76. package/dist-es/commands/CreateFacetCommand.js +4 -4
  77. package/dist-es/commands/CreateIndexCommand.js +4 -4
  78. package/dist-es/commands/CreateObjectCommand.js +4 -4
  79. package/dist-es/commands/CreateSchemaCommand.js +4 -4
  80. package/dist-es/commands/CreateTypedLinkFacetCommand.js +4 -4
  81. package/dist-es/commands/DeleteDirectoryCommand.js +4 -4
  82. package/dist-es/commands/DeleteFacetCommand.js +4 -4
  83. package/dist-es/commands/DeleteObjectCommand.js +4 -4
  84. package/dist-es/commands/DeleteSchemaCommand.js +4 -4
  85. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +4 -4
  86. package/dist-es/commands/DetachFromIndexCommand.js +4 -4
  87. package/dist-es/commands/DetachObjectCommand.js +4 -4
  88. package/dist-es/commands/DetachPolicyCommand.js +4 -4
  89. package/dist-es/commands/DetachTypedLinkCommand.js +4 -4
  90. package/dist-es/commands/DisableDirectoryCommand.js +4 -4
  91. package/dist-es/commands/EnableDirectoryCommand.js +4 -4
  92. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +4 -4
  93. package/dist-es/commands/GetDirectoryCommand.js +4 -4
  94. package/dist-es/commands/GetFacetCommand.js +4 -4
  95. package/dist-es/commands/GetLinkAttributesCommand.js +4 -4
  96. package/dist-es/commands/GetObjectAttributesCommand.js +4 -4
  97. package/dist-es/commands/GetObjectInformationCommand.js +4 -4
  98. package/dist-es/commands/GetSchemaAsJsonCommand.js +4 -4
  99. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +4 -4
  100. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +4 -4
  101. package/dist-es/commands/ListAttachedIndicesCommand.js +4 -4
  102. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +4 -4
  103. package/dist-es/commands/ListDirectoriesCommand.js +4 -4
  104. package/dist-es/commands/ListFacetAttributesCommand.js +4 -4
  105. package/dist-es/commands/ListFacetNamesCommand.js +4 -4
  106. package/dist-es/commands/ListIncomingTypedLinksCommand.js +4 -4
  107. package/dist-es/commands/ListIndexCommand.js +4 -4
  108. package/dist-es/commands/ListManagedSchemaArnsCommand.js +4 -4
  109. package/dist-es/commands/ListObjectAttributesCommand.js +4 -4
  110. package/dist-es/commands/ListObjectChildrenCommand.js +4 -4
  111. package/dist-es/commands/ListObjectParentPathsCommand.js +4 -4
  112. package/dist-es/commands/ListObjectParentsCommand.js +4 -4
  113. package/dist-es/commands/ListObjectPoliciesCommand.js +4 -4
  114. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +4 -4
  115. package/dist-es/commands/ListPolicyAttachmentsCommand.js +4 -4
  116. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +4 -4
  117. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  118. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +4 -4
  119. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +4 -4
  120. package/dist-es/commands/LookupPolicyCommand.js +4 -4
  121. package/dist-es/commands/PublishSchemaCommand.js +4 -4
  122. package/dist-es/commands/PutSchemaFromJsonCommand.js +4 -4
  123. package/dist-es/commands/RemoveFacetFromObjectCommand.js +4 -4
  124. package/dist-es/commands/TagResourceCommand.js +4 -4
  125. package/dist-es/commands/UntagResourceCommand.js +4 -4
  126. package/dist-es/commands/UpdateFacetCommand.js +4 -4
  127. package/dist-es/commands/UpdateLinkAttributesCommand.js +4 -4
  128. package/dist-es/commands/UpdateObjectAttributesCommand.js +4 -4
  129. package/dist-es/commands/UpdateSchemaCommand.js +4 -4
  130. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +4 -4
  131. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +4 -4
  132. package/dist-es/commands/UpgradePublishedSchemaCommand.js +4 -4
  133. package/dist-types/CloudDirectoryClient.d.ts +4 -4
  134. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  135. package/dist-types/models/models_0.d.ts +1 -1
  136. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +4 -4
  137. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  138. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  139. package/package.json +36 -36
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class RemoveFacetFromObjectCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class RemoveFacetFromObjectCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RemoveFacetFromObjectCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class TagResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateFacetCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateFacetCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateFacetCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateLinkAttributesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateLinkAttributesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateLinkAttributesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateObjectAttributesCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateObjectAttributesCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateObjectAttributesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateSchemaCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateSchemaCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateSchemaCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateTypedLinkFacetCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateTypedLinkFacetCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateTypedLinkFacetCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpgradeAppliedSchemaCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpgradeAppliedSchemaCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpgradeAppliedSchemaCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpgradePublishedSchemaCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpgradePublishedSchemaCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpgradePublishedSchemaCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AddFacetToObjectRequestFilterSensitiveLog, AddFacetToObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AddFacetToObjectCommand, serializeAws_restJson1AddFacetToObjectCommand, } from "../protocols/Aws_restJson1";
6
6
  export class AddFacetToObjectCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class AddFacetToObjectCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, AddFacetToObjectCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ApplySchemaRequestFilterSensitiveLog, ApplySchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ApplySchemaCommand, serializeAws_restJson1ApplySchemaCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ApplySchemaCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ApplySchemaCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ApplySchemaCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AttachObjectRequestFilterSensitiveLog, AttachObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AttachObjectCommand, serializeAws_restJson1AttachObjectCommand, } from "../protocols/Aws_restJson1";
6
6
  export class AttachObjectCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class AttachObjectCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, AttachObjectCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AttachPolicyRequestFilterSensitiveLog, AttachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AttachPolicyCommand, serializeAws_restJson1AttachPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  export class AttachPolicyCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class AttachPolicyCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, AttachPolicyCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AttachToIndexRequestFilterSensitiveLog, AttachToIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AttachToIndexCommand, serializeAws_restJson1AttachToIndexCommand, } from "../protocols/Aws_restJson1";
6
6
  export class AttachToIndexCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class AttachToIndexCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, AttachToIndexCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { AttachTypedLinkRequestFilterSensitiveLog, AttachTypedLinkResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AttachTypedLinkCommand, serializeAws_restJson1AttachTypedLinkCommand, } from "../protocols/Aws_restJson1";
6
6
  export class AttachTypedLinkCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class AttachTypedLinkCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, AttachTypedLinkCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchReadRequestFilterSensitiveLog, BatchReadResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchReadCommand, serializeAws_restJson1BatchReadCommand, } from "../protocols/Aws_restJson1";
6
6
  export class BatchReadCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class BatchReadCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, BatchReadCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchWriteRequestFilterSensitiveLog, BatchWriteResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchWriteCommand, serializeAws_restJson1BatchWriteCommand, } from "../protocols/Aws_restJson1";
6
6
  export class BatchWriteCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class BatchWriteCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, BatchWriteCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateDirectoryRequestFilterSensitiveLog, CreateDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateDirectoryCommand, serializeAws_restJson1CreateDirectoryCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateDirectoryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateDirectoryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateDirectoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateFacetRequestFilterSensitiveLog, CreateFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateFacetCommand, serializeAws_restJson1CreateFacetCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateFacetCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateFacetCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateFacetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateIndexRequestFilterSensitiveLog, CreateIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateIndexCommand, serializeAws_restJson1CreateIndexCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateIndexCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateIndexCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateIndexCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateObjectRequestFilterSensitiveLog, CreateObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateObjectCommand, serializeAws_restJson1CreateObjectCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateObjectCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateObjectCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateObjectCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateSchemaRequestFilterSensitiveLog, CreateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSchemaCommand, serializeAws_restJson1CreateSchemaCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateSchemaCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateSchemaCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateSchemaCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateTypedLinkFacetRequestFilterSensitiveLog, CreateTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateTypedLinkFacetCommand, serializeAws_restJson1CreateTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateTypedLinkFacetCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateTypedLinkFacetCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateTypedLinkFacetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteDirectoryRequestFilterSensitiveLog, DeleteDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteDirectoryCommand, serializeAws_restJson1DeleteDirectoryCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteDirectoryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteDirectoryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDirectoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteFacetRequestFilterSensitiveLog, DeleteFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFacetCommand, serializeAws_restJson1DeleteFacetCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteFacetCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteFacetCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteFacetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteObjectRequestFilterSensitiveLog, DeleteObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteObjectCommand, serializeAws_restJson1DeleteObjectCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteObjectCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteObjectCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteObjectCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSchemaRequestFilterSensitiveLog, DeleteSchemaResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSchemaCommand, serializeAws_restJson1DeleteSchemaCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSchemaCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteSchemaCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSchemaCommand.getEndpointParameterInstructions()));