@aws-sdk/client-clouddirectory 3.413.0 → 3.418.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 (137) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +5 -0
  2. package/dist-cjs/commands/ApplySchemaCommand.js +5 -0
  3. package/dist-cjs/commands/AttachObjectCommand.js +5 -0
  4. package/dist-cjs/commands/AttachPolicyCommand.js +5 -0
  5. package/dist-cjs/commands/AttachToIndexCommand.js +5 -0
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +5 -0
  7. package/dist-cjs/commands/BatchReadCommand.js +5 -0
  8. package/dist-cjs/commands/BatchWriteCommand.js +5 -0
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +5 -0
  10. package/dist-cjs/commands/CreateFacetCommand.js +5 -0
  11. package/dist-cjs/commands/CreateIndexCommand.js +5 -0
  12. package/dist-cjs/commands/CreateObjectCommand.js +5 -0
  13. package/dist-cjs/commands/CreateSchemaCommand.js +5 -0
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteFacetCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteObjectCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +5 -0
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +5 -0
  21. package/dist-cjs/commands/DetachObjectCommand.js +5 -0
  22. package/dist-cjs/commands/DetachPolicyCommand.js +5 -0
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +5 -0
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +5 -0
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +5 -0
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +5 -0
  27. package/dist-cjs/commands/GetDirectoryCommand.js +5 -0
  28. package/dist-cjs/commands/GetFacetCommand.js +5 -0
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +5 -0
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +5 -0
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +5 -0
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +5 -0
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +5 -0
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +5 -0
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +5 -0
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +5 -0
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +5 -0
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +5 -0
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +5 -0
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +5 -0
  41. package/dist-cjs/commands/ListIndexCommand.js +5 -0
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +5 -0
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +5 -0
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +5 -0
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +5 -0
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +5 -0
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +5 -0
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +5 -0
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +5 -0
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +5 -0
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +5 -0
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +5 -0
  54. package/dist-cjs/commands/LookupPolicyCommand.js +5 -0
  55. package/dist-cjs/commands/PublishSchemaCommand.js +5 -0
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +5 -0
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +5 -0
  58. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  59. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  60. package/dist-cjs/commands/UpdateFacetCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +5 -0
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +5 -0
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +5 -0
  67. package/dist-cjs/runtimeExtensions.js +3 -0
  68. package/dist-es/commands/AddFacetToObjectCommand.js +5 -0
  69. package/dist-es/commands/ApplySchemaCommand.js +5 -0
  70. package/dist-es/commands/AttachObjectCommand.js +5 -0
  71. package/dist-es/commands/AttachPolicyCommand.js +5 -0
  72. package/dist-es/commands/AttachToIndexCommand.js +5 -0
  73. package/dist-es/commands/AttachTypedLinkCommand.js +5 -0
  74. package/dist-es/commands/BatchReadCommand.js +5 -0
  75. package/dist-es/commands/BatchWriteCommand.js +5 -0
  76. package/dist-es/commands/CreateDirectoryCommand.js +5 -0
  77. package/dist-es/commands/CreateFacetCommand.js +5 -0
  78. package/dist-es/commands/CreateIndexCommand.js +5 -0
  79. package/dist-es/commands/CreateObjectCommand.js +5 -0
  80. package/dist-es/commands/CreateSchemaCommand.js +5 -0
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +5 -0
  82. package/dist-es/commands/DeleteDirectoryCommand.js +5 -0
  83. package/dist-es/commands/DeleteFacetCommand.js +5 -0
  84. package/dist-es/commands/DeleteObjectCommand.js +5 -0
  85. package/dist-es/commands/DeleteSchemaCommand.js +5 -0
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +5 -0
  87. package/dist-es/commands/DetachFromIndexCommand.js +5 -0
  88. package/dist-es/commands/DetachObjectCommand.js +5 -0
  89. package/dist-es/commands/DetachPolicyCommand.js +5 -0
  90. package/dist-es/commands/DetachTypedLinkCommand.js +5 -0
  91. package/dist-es/commands/DisableDirectoryCommand.js +5 -0
  92. package/dist-es/commands/EnableDirectoryCommand.js +5 -0
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +5 -0
  94. package/dist-es/commands/GetDirectoryCommand.js +5 -0
  95. package/dist-es/commands/GetFacetCommand.js +5 -0
  96. package/dist-es/commands/GetLinkAttributesCommand.js +5 -0
  97. package/dist-es/commands/GetObjectAttributesCommand.js +5 -0
  98. package/dist-es/commands/GetObjectInformationCommand.js +5 -0
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +5 -0
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +5 -0
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +5 -0
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +5 -0
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +5 -0
  104. package/dist-es/commands/ListDirectoriesCommand.js +5 -0
  105. package/dist-es/commands/ListFacetAttributesCommand.js +5 -0
  106. package/dist-es/commands/ListFacetNamesCommand.js +5 -0
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +5 -0
  108. package/dist-es/commands/ListIndexCommand.js +5 -0
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +5 -0
  110. package/dist-es/commands/ListObjectAttributesCommand.js +5 -0
  111. package/dist-es/commands/ListObjectChildrenCommand.js +5 -0
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +5 -0
  113. package/dist-es/commands/ListObjectParentsCommand.js +5 -0
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +5 -0
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +5 -0
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +5 -0
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +5 -0
  118. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +5 -0
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +5 -0
  121. package/dist-es/commands/LookupPolicyCommand.js +5 -0
  122. package/dist-es/commands/PublishSchemaCommand.js +5 -0
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +5 -0
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +5 -0
  125. package/dist-es/commands/TagResourceCommand.js +5 -0
  126. package/dist-es/commands/UntagResourceCommand.js +5 -0
  127. package/dist-es/commands/UpdateFacetCommand.js +5 -0
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +5 -0
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +5 -0
  130. package/dist-es/commands/UpdateSchemaCommand.js +5 -0
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +5 -0
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +5 -0
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +5 -0
  134. package/dist-es/runtimeExtensions.js +3 -0
  135. package/dist-types/extensionConfiguration.d.ts +2 -1
  136. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  137. package/package.json +31 -30
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpgradeAppliedSchemaCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpgradeAppliedSchemaCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonCloudDirectory_20170111",
38
+ operation: "UpgradeAppliedSchema",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpgradePublishedSchemaCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpgradePublishedSchemaCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonCloudDirectory_20170111",
38
+ operation: "UpgradePublishedSchema",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AddFacetToObjectCommand, se_AddFacetToObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AddFacetToObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class AddFacetToObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "AddFacetToObject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ApplySchemaCommand, se_ApplySchemaCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ApplySchemaCommand extends $Command {
@@ -29,6 +30,10 @@ export class ApplySchemaCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ApplySchema",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AttachObjectCommand, se_AttachObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AttachObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class AttachObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "AttachObject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AttachPolicyCommand, se_AttachPolicyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AttachPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class AttachPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "AttachPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AttachToIndexCommand, se_AttachToIndexCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AttachToIndexCommand extends $Command {
@@ -29,6 +30,10 @@ export class AttachToIndexCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "AttachToIndex",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AttachTypedLinkCommand, se_AttachTypedLinkCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AttachTypedLinkCommand extends $Command {
@@ -29,6 +30,10 @@ export class AttachTypedLinkCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "AttachTypedLink",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_BatchReadCommand, se_BatchReadCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class BatchReadCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchReadCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "BatchRead",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_BatchWriteCommand, se_BatchWriteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class BatchWriteCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchWriteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "BatchWrite",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateDirectoryCommand, se_CreateDirectoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateDirectoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateDirectoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "CreateDirectory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateFacetCommand, se_CreateFacetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateFacetCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateFacetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "CreateFacet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateIndexCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateIndexCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "CreateIndex",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateObjectCommand, se_CreateObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "CreateObject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateSchemaCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateSchemaCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "CreateSchema",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateTypedLinkFacetCommand, se_CreateTypedLinkFacetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateTypedLinkFacetCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateTypedLinkFacetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "CreateTypedLinkFacet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteDirectoryCommand, se_DeleteDirectoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteDirectoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDirectoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DeleteDirectory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteFacetCommand, se_DeleteFacetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteFacetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteFacetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DeleteFacet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DeleteObject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSchemaCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSchemaCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DeleteSchema",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteTypedLinkFacetCommand, se_DeleteTypedLinkFacetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteTypedLinkFacetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteTypedLinkFacetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DeleteTypedLinkFacet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachFromIndexCommand, se_DetachFromIndexCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DetachFromIndexCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachFromIndexCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DetachFromIndex",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachObjectCommand, se_DetachObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DetachObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DetachObject",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachPolicyCommand, se_DetachPolicyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DetachPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DetachPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DetachTypedLinkCommand, se_DetachTypedLinkCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DetachTypedLinkCommand extends $Command {
@@ -29,6 +30,10 @@ export class DetachTypedLinkCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DetachTypedLink",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisableDirectoryCommand, se_DisableDirectoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisableDirectoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisableDirectoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "DisableDirectory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_EnableDirectoryCommand, se_EnableDirectoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class EnableDirectoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnableDirectoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "EnableDirectory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAppliedSchemaVersionCommand, se_GetAppliedSchemaVersionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetAppliedSchemaVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAppliedSchemaVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetAppliedSchemaVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDirectoryCommand, se_GetDirectoryCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetDirectoryCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDirectoryCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetDirectory",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetFacetCommand, se_GetFacetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetFacetCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetFacetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetFacet",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetLinkAttributesCommand, se_GetLinkAttributesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetLinkAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetLinkAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetLinkAttributes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);