@aws-sdk/client-clouddirectory 3.414.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 (133) 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-es/commands/AddFacetToObjectCommand.js +5 -0
  68. package/dist-es/commands/ApplySchemaCommand.js +5 -0
  69. package/dist-es/commands/AttachObjectCommand.js +5 -0
  70. package/dist-es/commands/AttachPolicyCommand.js +5 -0
  71. package/dist-es/commands/AttachToIndexCommand.js +5 -0
  72. package/dist-es/commands/AttachTypedLinkCommand.js +5 -0
  73. package/dist-es/commands/BatchReadCommand.js +5 -0
  74. package/dist-es/commands/BatchWriteCommand.js +5 -0
  75. package/dist-es/commands/CreateDirectoryCommand.js +5 -0
  76. package/dist-es/commands/CreateFacetCommand.js +5 -0
  77. package/dist-es/commands/CreateIndexCommand.js +5 -0
  78. package/dist-es/commands/CreateObjectCommand.js +5 -0
  79. package/dist-es/commands/CreateSchemaCommand.js +5 -0
  80. package/dist-es/commands/CreateTypedLinkFacetCommand.js +5 -0
  81. package/dist-es/commands/DeleteDirectoryCommand.js +5 -0
  82. package/dist-es/commands/DeleteFacetCommand.js +5 -0
  83. package/dist-es/commands/DeleteObjectCommand.js +5 -0
  84. package/dist-es/commands/DeleteSchemaCommand.js +5 -0
  85. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +5 -0
  86. package/dist-es/commands/DetachFromIndexCommand.js +5 -0
  87. package/dist-es/commands/DetachObjectCommand.js +5 -0
  88. package/dist-es/commands/DetachPolicyCommand.js +5 -0
  89. package/dist-es/commands/DetachTypedLinkCommand.js +5 -0
  90. package/dist-es/commands/DisableDirectoryCommand.js +5 -0
  91. package/dist-es/commands/EnableDirectoryCommand.js +5 -0
  92. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +5 -0
  93. package/dist-es/commands/GetDirectoryCommand.js +5 -0
  94. package/dist-es/commands/GetFacetCommand.js +5 -0
  95. package/dist-es/commands/GetLinkAttributesCommand.js +5 -0
  96. package/dist-es/commands/GetObjectAttributesCommand.js +5 -0
  97. package/dist-es/commands/GetObjectInformationCommand.js +5 -0
  98. package/dist-es/commands/GetSchemaAsJsonCommand.js +5 -0
  99. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +5 -0
  100. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +5 -0
  101. package/dist-es/commands/ListAttachedIndicesCommand.js +5 -0
  102. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +5 -0
  103. package/dist-es/commands/ListDirectoriesCommand.js +5 -0
  104. package/dist-es/commands/ListFacetAttributesCommand.js +5 -0
  105. package/dist-es/commands/ListFacetNamesCommand.js +5 -0
  106. package/dist-es/commands/ListIncomingTypedLinksCommand.js +5 -0
  107. package/dist-es/commands/ListIndexCommand.js +5 -0
  108. package/dist-es/commands/ListManagedSchemaArnsCommand.js +5 -0
  109. package/dist-es/commands/ListObjectAttributesCommand.js +5 -0
  110. package/dist-es/commands/ListObjectChildrenCommand.js +5 -0
  111. package/dist-es/commands/ListObjectParentPathsCommand.js +5 -0
  112. package/dist-es/commands/ListObjectParentsCommand.js +5 -0
  113. package/dist-es/commands/ListObjectPoliciesCommand.js +5 -0
  114. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +5 -0
  115. package/dist-es/commands/ListPolicyAttachmentsCommand.js +5 -0
  116. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +5 -0
  117. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  118. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +5 -0
  119. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +5 -0
  120. package/dist-es/commands/LookupPolicyCommand.js +5 -0
  121. package/dist-es/commands/PublishSchemaCommand.js +5 -0
  122. package/dist-es/commands/PutSchemaFromJsonCommand.js +5 -0
  123. package/dist-es/commands/RemoveFacetFromObjectCommand.js +5 -0
  124. package/dist-es/commands/TagResourceCommand.js +5 -0
  125. package/dist-es/commands/UntagResourceCommand.js +5 -0
  126. package/dist-es/commands/UpdateFacetCommand.js +5 -0
  127. package/dist-es/commands/UpdateLinkAttributesCommand.js +5 -0
  128. package/dist-es/commands/UpdateObjectAttributesCommand.js +5 -0
  129. package/dist-es/commands/UpdateSchemaCommand.js +5 -0
  130. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +5 -0
  131. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +5 -0
  132. package/dist-es/commands/UpgradePublishedSchemaCommand.js +5 -0
  133. package/package.json +31 -31
@@ -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_GetObjectInformationCommand, se_GetObjectInformationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetObjectInformationCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetObjectInformationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetObjectInformation",
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_GetSchemaAsJsonCommand, se_GetSchemaAsJsonCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSchemaAsJsonCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSchemaAsJsonCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetSchemaAsJson",
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_GetTypedLinkFacetInformationCommand, se_GetTypedLinkFacetInformationCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetTypedLinkFacetInformationCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTypedLinkFacetInformationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "GetTypedLinkFacetInformation",
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_ListAppliedSchemaArnsCommand, se_ListAppliedSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAppliedSchemaArnsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAppliedSchemaArnsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListAppliedSchemaArns",
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_ListAttachedIndicesCommand, se_ListAttachedIndicesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAttachedIndicesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAttachedIndicesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListAttachedIndices",
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_ListDevelopmentSchemaArnsCommand, se_ListDevelopmentSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListDevelopmentSchemaArnsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDevelopmentSchemaArnsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListDevelopmentSchemaArns",
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_ListDirectoriesCommand, se_ListDirectoriesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListDirectoriesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDirectoriesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListDirectories",
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_ListFacetAttributesCommand, se_ListFacetAttributesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListFacetAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListFacetAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListFacetAttributes",
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_ListFacetNamesCommand, se_ListFacetNamesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListFacetNamesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListFacetNamesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListFacetNames",
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_ListIncomingTypedLinksCommand, se_ListIncomingTypedLinksCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListIncomingTypedLinksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListIncomingTypedLinksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListIncomingTypedLinks",
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_ListIndexCommand, se_ListIndexCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListIndexCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListIndexCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListIndex",
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_ListManagedSchemaArnsCommand, se_ListManagedSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListManagedSchemaArnsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListManagedSchemaArnsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListManagedSchemaArns",
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_ListObjectAttributesCommand, se_ListObjectAttributesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListObjectAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListObjectAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListObjectAttributes",
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_ListObjectChildrenCommand, se_ListObjectChildrenCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListObjectChildrenCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListObjectChildrenCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListObjectChildren",
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_ListObjectParentPathsCommand, se_ListObjectParentPathsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListObjectParentPathsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListObjectParentPathsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListObjectParentPaths",
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_ListObjectParentsCommand, se_ListObjectParentsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListObjectParentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListObjectParentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListObjectParents",
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_ListObjectPoliciesCommand, se_ListObjectPoliciesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListObjectPoliciesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListObjectPoliciesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListObjectPolicies",
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_ListOutgoingTypedLinksCommand, se_ListOutgoingTypedLinksCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListOutgoingTypedLinksCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOutgoingTypedLinksCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListOutgoingTypedLinks",
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_ListPolicyAttachmentsCommand, se_ListPolicyAttachmentsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListPolicyAttachmentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPolicyAttachmentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListPolicyAttachments",
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_ListPublishedSchemaArnsCommand, se_ListPublishedSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListPublishedSchemaArnsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPublishedSchemaArnsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListPublishedSchemaArns",
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListTagsForResource",
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_ListTypedLinkFacetAttributesCommand, se_ListTypedLinkFacetAttributesCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTypedLinkFacetAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTypedLinkFacetAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListTypedLinkFacetAttributes",
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_ListTypedLinkFacetNamesCommand, se_ListTypedLinkFacetNamesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTypedLinkFacetNamesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTypedLinkFacetNamesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "ListTypedLinkFacetNames",
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_LookupPolicyCommand, se_LookupPolicyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class LookupPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class LookupPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "LookupPolicy",
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_PublishSchemaCommand, se_PublishSchemaCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PublishSchemaCommand extends $Command {
@@ -29,6 +30,10 @@ export class PublishSchemaCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "PublishSchema",
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_PutSchemaFromJsonCommand, se_PutSchemaFromJsonCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutSchemaFromJsonCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutSchemaFromJsonCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "PutSchemaFromJson",
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_RemoveFacetFromObjectCommand, se_RemoveFacetFromObjectCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class RemoveFacetFromObjectCommand extends $Command {
@@ -29,6 +30,10 @@ export class RemoveFacetFromObjectCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "RemoveFacetFromObject",
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "TagResource",
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "UntagResource",
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_UpdateFacetCommand, se_UpdateFacetCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateFacetCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateFacetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "UpdateFacet",
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_UpdateLinkAttributesCommand, se_UpdateLinkAttributesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateLinkAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateLinkAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "UpdateLinkAttributes",
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_UpdateObjectAttributesCommand, se_UpdateObjectAttributesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateObjectAttributesCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateObjectAttributesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonCloudDirectory_20170111",
35
+ operation: "UpdateObjectAttributes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);