@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
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteTypedLinkFacetRequestFilterSensitiveLog, DeleteTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteTypedLinkFacetCommand, serializeAws_restJson1DeleteTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteTypedLinkFacetCommand 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 DeleteTypedLinkFacetCommand 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, DeleteTypedLinkFacetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DetachFromIndexRequestFilterSensitiveLog, DetachFromIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DetachFromIndexCommand, serializeAws_restJson1DetachFromIndexCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DetachFromIndexCommand 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 DetachFromIndexCommand 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, DetachFromIndexCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DetachObjectRequestFilterSensitiveLog, DetachObjectResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DetachObjectCommand, serializeAws_restJson1DetachObjectCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DetachObjectCommand 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 DetachObjectCommand 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, DetachObjectCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DetachPolicyRequestFilterSensitiveLog, DetachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DetachPolicyCommand, serializeAws_restJson1DetachPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DetachPolicyCommand 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 DetachPolicyCommand 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, DetachPolicyCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DetachTypedLinkRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DetachTypedLinkCommand, serializeAws_restJson1DetachTypedLinkCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DetachTypedLinkCommand 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 DetachTypedLinkCommand 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, DetachTypedLinkCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DisableDirectoryRequestFilterSensitiveLog, DisableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DisableDirectoryCommand, serializeAws_restJson1DisableDirectoryCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DisableDirectoryCommand 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 DisableDirectoryCommand 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, DisableDirectoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { EnableDirectoryRequestFilterSensitiveLog, EnableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1EnableDirectoryCommand, serializeAws_restJson1EnableDirectoryCommand, } from "../protocols/Aws_restJson1";
6
6
  export class EnableDirectoryCommand 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 EnableDirectoryCommand 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, EnableDirectoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetAppliedSchemaVersionRequestFilterSensitiveLog, GetAppliedSchemaVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetAppliedSchemaVersionCommand, serializeAws_restJson1GetAppliedSchemaVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetAppliedSchemaVersionCommand 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 GetAppliedSchemaVersionCommand 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, GetAppliedSchemaVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDirectoryRequestFilterSensitiveLog, GetDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetDirectoryCommand, serializeAws_restJson1GetDirectoryCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetDirectoryCommand 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 GetDirectoryCommand 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, GetDirectoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetFacetRequestFilterSensitiveLog, GetFacetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFacetCommand, serializeAws_restJson1GetFacetCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetFacetCommand 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 GetFacetCommand 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, GetFacetCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetLinkAttributesRequestFilterSensitiveLog, GetLinkAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetLinkAttributesCommand, serializeAws_restJson1GetLinkAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetLinkAttributesCommand 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 GetLinkAttributesCommand 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, GetLinkAttributesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetObjectAttributesRequestFilterSensitiveLog, GetObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetObjectAttributesCommand, serializeAws_restJson1GetObjectAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetObjectAttributesCommand 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 GetObjectAttributesCommand 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, GetObjectAttributesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetObjectInformationRequestFilterSensitiveLog, GetObjectInformationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetObjectInformationCommand, serializeAws_restJson1GetObjectInformationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetObjectInformationCommand 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 GetObjectInformationCommand 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, GetObjectInformationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSchemaAsJsonRequestFilterSensitiveLog, GetSchemaAsJsonResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSchemaAsJsonCommand, serializeAws_restJson1GetSchemaAsJsonCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSchemaAsJsonCommand 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 GetSchemaAsJsonCommand 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, GetSchemaAsJsonCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetTypedLinkFacetInformationRequestFilterSensitiveLog, GetTypedLinkFacetInformationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetTypedLinkFacetInformationCommand, serializeAws_restJson1GetTypedLinkFacetInformationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetTypedLinkFacetInformationCommand 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 GetTypedLinkFacetInformationCommand 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, GetTypedLinkFacetInformationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListAppliedSchemaArnsRequestFilterSensitiveLog, ListAppliedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppliedSchemaArnsCommand, serializeAws_restJson1ListAppliedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListAppliedSchemaArnsCommand 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 ListAppliedSchemaArnsCommand 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, ListAppliedSchemaArnsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListAttachedIndicesRequestFilterSensitiveLog, ListAttachedIndicesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAttachedIndicesCommand, serializeAws_restJson1ListAttachedIndicesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListAttachedIndicesCommand 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 ListAttachedIndicesCommand 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, ListAttachedIndicesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListDevelopmentSchemaArnsRequestFilterSensitiveLog, ListDevelopmentSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDevelopmentSchemaArnsCommand, serializeAws_restJson1ListDevelopmentSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListDevelopmentSchemaArnsCommand 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 ListDevelopmentSchemaArnsCommand 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, ListDevelopmentSchemaArnsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListDirectoriesRequestFilterSensitiveLog, ListDirectoriesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListDirectoriesCommand, serializeAws_restJson1ListDirectoriesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListDirectoriesCommand 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 ListDirectoriesCommand 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, ListDirectoriesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListFacetAttributesRequestFilterSensitiveLog, ListFacetAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFacetAttributesCommand, serializeAws_restJson1ListFacetAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListFacetAttributesCommand 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 ListFacetAttributesCommand 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, ListFacetAttributesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListFacetNamesRequestFilterSensitiveLog, ListFacetNamesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFacetNamesCommand, serializeAws_restJson1ListFacetNamesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListFacetNamesCommand 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 ListFacetNamesCommand 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, ListFacetNamesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListIncomingTypedLinksRequestFilterSensitiveLog, ListIncomingTypedLinksResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIncomingTypedLinksCommand, serializeAws_restJson1ListIncomingTypedLinksCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListIncomingTypedLinksCommand 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 ListIncomingTypedLinksCommand 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, ListIncomingTypedLinksCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListIndexRequestFilterSensitiveLog, ListIndexResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIndexCommand, serializeAws_restJson1ListIndexCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListIndexCommand 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 ListIndexCommand 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, ListIndexCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListManagedSchemaArnsRequestFilterSensitiveLog, ListManagedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListManagedSchemaArnsCommand, serializeAws_restJson1ListManagedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListManagedSchemaArnsCommand 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 ListManagedSchemaArnsCommand 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, ListManagedSchemaArnsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListObjectAttributesRequestFilterSensitiveLog, ListObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectAttributesCommand, serializeAws_restJson1ListObjectAttributesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListObjectAttributesCommand 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 ListObjectAttributesCommand 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, ListObjectAttributesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListObjectChildrenRequestFilterSensitiveLog, ListObjectChildrenResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectChildrenCommand, serializeAws_restJson1ListObjectChildrenCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListObjectChildrenCommand 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 ListObjectChildrenCommand 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, ListObjectChildrenCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListObjectParentPathsRequestFilterSensitiveLog, ListObjectParentPathsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectParentPathsCommand, serializeAws_restJson1ListObjectParentPathsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListObjectParentPathsCommand 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 ListObjectParentPathsCommand 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, ListObjectParentPathsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListObjectParentsRequestFilterSensitiveLog, ListObjectParentsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListObjectParentsCommand, serializeAws_restJson1ListObjectParentsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListObjectParentsCommand 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 ListObjectParentsCommand 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, ListObjectParentsCommand.getEndpointParameterInstructions()));