@aws-sdk/client-clouddirectory 3.194.0 → 3.196.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/CloudDirectoryClient.js +11 -8
- package/dist-cjs/commands/AddFacetToObjectCommand.js +10 -0
- package/dist-cjs/commands/ApplySchemaCommand.js +10 -0
- package/dist-cjs/commands/AttachObjectCommand.js +10 -0
- package/dist-cjs/commands/AttachPolicyCommand.js +10 -0
- package/dist-cjs/commands/AttachToIndexCommand.js +10 -0
- package/dist-cjs/commands/AttachTypedLinkCommand.js +10 -0
- package/dist-cjs/commands/BatchReadCommand.js +10 -0
- package/dist-cjs/commands/BatchWriteCommand.js +10 -0
- package/dist-cjs/commands/CreateDirectoryCommand.js +10 -0
- package/dist-cjs/commands/CreateFacetCommand.js +10 -0
- package/dist-cjs/commands/CreateIndexCommand.js +10 -0
- package/dist-cjs/commands/CreateObjectCommand.js +10 -0
- package/dist-cjs/commands/CreateSchemaCommand.js +10 -0
- package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +10 -0
- package/dist-cjs/commands/DeleteDirectoryCommand.js +10 -0
- package/dist-cjs/commands/DeleteFacetCommand.js +10 -0
- package/dist-cjs/commands/DeleteObjectCommand.js +10 -0
- package/dist-cjs/commands/DeleteSchemaCommand.js +10 -0
- package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +10 -0
- package/dist-cjs/commands/DetachFromIndexCommand.js +10 -0
- package/dist-cjs/commands/DetachObjectCommand.js +10 -0
- package/dist-cjs/commands/DetachPolicyCommand.js +10 -0
- package/dist-cjs/commands/DetachTypedLinkCommand.js +10 -0
- package/dist-cjs/commands/DisableDirectoryCommand.js +10 -0
- package/dist-cjs/commands/EnableDirectoryCommand.js +10 -0
- package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +10 -0
- package/dist-cjs/commands/GetDirectoryCommand.js +10 -0
- package/dist-cjs/commands/GetFacetCommand.js +10 -0
- package/dist-cjs/commands/GetLinkAttributesCommand.js +10 -0
- package/dist-cjs/commands/GetObjectAttributesCommand.js +10 -0
- package/dist-cjs/commands/GetObjectInformationCommand.js +10 -0
- package/dist-cjs/commands/GetSchemaAsJsonCommand.js +10 -0
- package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +10 -0
- package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +10 -0
- package/dist-cjs/commands/ListAttachedIndicesCommand.js +10 -0
- package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +10 -0
- package/dist-cjs/commands/ListDirectoriesCommand.js +10 -0
- package/dist-cjs/commands/ListFacetAttributesCommand.js +10 -0
- package/dist-cjs/commands/ListFacetNamesCommand.js +10 -0
- package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +10 -0
- package/dist-cjs/commands/ListIndexCommand.js +10 -0
- package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +10 -0
- package/dist-cjs/commands/ListObjectAttributesCommand.js +10 -0
- package/dist-cjs/commands/ListObjectChildrenCommand.js +10 -0
- package/dist-cjs/commands/ListObjectParentPathsCommand.js +10 -0
- package/dist-cjs/commands/ListObjectParentsCommand.js +10 -0
- package/dist-cjs/commands/ListObjectPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +10 -0
- package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +10 -0
- package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +10 -0
- package/dist-cjs/commands/LookupPolicyCommand.js +10 -0
- package/dist-cjs/commands/PublishSchemaCommand.js +10 -0
- package/dist-cjs/commands/PutSchemaFromJsonCommand.js +10 -0
- package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateFacetCommand.js +10 -0
- package/dist-cjs/commands/UpdateLinkAttributesCommand.js +10 -0
- package/dist-cjs/commands/UpdateObjectAttributesCommand.js +10 -0
- package/dist-cjs/commands/UpdateSchemaCommand.js +10 -0
- package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +10 -0
- package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +10 -0
- package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/CloudDirectoryClient.js +12 -9
- package/dist-es/commands/AddFacetToObjectCommand.js +10 -0
- package/dist-es/commands/ApplySchemaCommand.js +10 -0
- package/dist-es/commands/AttachObjectCommand.js +10 -0
- package/dist-es/commands/AttachPolicyCommand.js +10 -0
- package/dist-es/commands/AttachToIndexCommand.js +10 -0
- package/dist-es/commands/AttachTypedLinkCommand.js +10 -0
- package/dist-es/commands/BatchReadCommand.js +10 -0
- package/dist-es/commands/BatchWriteCommand.js +10 -0
- package/dist-es/commands/CreateDirectoryCommand.js +10 -0
- package/dist-es/commands/CreateFacetCommand.js +10 -0
- package/dist-es/commands/CreateIndexCommand.js +10 -0
- package/dist-es/commands/CreateObjectCommand.js +10 -0
- package/dist-es/commands/CreateSchemaCommand.js +10 -0
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +10 -0
- package/dist-es/commands/DeleteDirectoryCommand.js +10 -0
- package/dist-es/commands/DeleteFacetCommand.js +10 -0
- package/dist-es/commands/DeleteObjectCommand.js +10 -0
- package/dist-es/commands/DeleteSchemaCommand.js +10 -0
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +10 -0
- package/dist-es/commands/DetachFromIndexCommand.js +10 -0
- package/dist-es/commands/DetachObjectCommand.js +10 -0
- package/dist-es/commands/DetachPolicyCommand.js +10 -0
- package/dist-es/commands/DetachTypedLinkCommand.js +10 -0
- package/dist-es/commands/DisableDirectoryCommand.js +10 -0
- package/dist-es/commands/EnableDirectoryCommand.js +10 -0
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +10 -0
- package/dist-es/commands/GetDirectoryCommand.js +10 -0
- package/dist-es/commands/GetFacetCommand.js +10 -0
- package/dist-es/commands/GetLinkAttributesCommand.js +10 -0
- package/dist-es/commands/GetObjectAttributesCommand.js +10 -0
- package/dist-es/commands/GetObjectInformationCommand.js +10 -0
- package/dist-es/commands/GetSchemaAsJsonCommand.js +10 -0
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +10 -0
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +10 -0
- package/dist-es/commands/ListAttachedIndicesCommand.js +10 -0
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +10 -0
- package/dist-es/commands/ListDirectoriesCommand.js +10 -0
- package/dist-es/commands/ListFacetAttributesCommand.js +10 -0
- package/dist-es/commands/ListFacetNamesCommand.js +10 -0
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +10 -0
- package/dist-es/commands/ListIndexCommand.js +10 -0
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +10 -0
- package/dist-es/commands/ListObjectAttributesCommand.js +10 -0
- package/dist-es/commands/ListObjectChildrenCommand.js +10 -0
- package/dist-es/commands/ListObjectParentPathsCommand.js +10 -0
- package/dist-es/commands/ListObjectParentsCommand.js +10 -0
- package/dist-es/commands/ListObjectPoliciesCommand.js +10 -0
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +10 -0
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +10 -0
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +10 -0
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +10 -0
- package/dist-es/commands/LookupPolicyCommand.js +10 -0
- package/dist-es/commands/PublishSchemaCommand.js +10 -0
- package/dist-es/commands/PutSchemaFromJsonCommand.js +10 -0
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateFacetCommand.js +10 -0
- package/dist-es/commands/UpdateLinkAttributesCommand.js +10 -0
- package/dist-es/commands/UpdateObjectAttributesCommand.js +10 -0
- package/dist-es/commands/UpdateSchemaCommand.js +10 -0
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +10 -0
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +10 -0
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/CloudDirectoryClient.d.ts +6 -9
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +2 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +2 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +2 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +2 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +2 -0
- package/dist-types/commands/BatchReadCommand.d.ts +2 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +2 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +2 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +2 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +2 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +2 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +2 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +2 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +2 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +2 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +2 -0
- package/dist-types/commands/GetFacetCommand.d.ts +2 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +2 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +2 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +2 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +2 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +2 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +2 -0
- package/dist-types/commands/ListIndexCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +2 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +2 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +2 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +2 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +2 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +2 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateSchemaRequestFilterSensitiveLog, CreateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateSchemaCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateSchemaCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateTypedLinkFacetRequestFilterSensitiveLog, CreateTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class CreateTypedLinkFacetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateTypedLinkFacetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteDirectoryRequestFilterSensitiveLog, DeleteDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteDirectoryCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDirectoryCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteFacetRequestFilterSensitiveLog, DeleteFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteFacetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteFacetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteObjectRequestFilterSensitiveLog, DeleteObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteObjectCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteObjectCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteSchemaRequestFilterSensitiveLog, DeleteSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteSchemaCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSchemaCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteTypedLinkFacetRequestFilterSensitiveLog, DeleteTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteTypedLinkFacetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteTypedLinkFacetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DetachFromIndexRequestFilterSensitiveLog, DetachFromIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DetachFromIndexCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DetachFromIndexCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DetachObjectRequestFilterSensitiveLog, DetachObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DetachObjectCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DetachObjectCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DetachPolicyRequestFilterSensitiveLog, DetachPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DetachPolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DetachPolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DetachTypedLinkRequestFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DetachTypedLinkCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DetachTypedLinkCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DisableDirectoryRequestFilterSensitiveLog, DisableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DisableDirectoryCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DisableDirectoryCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { EnableDirectoryRequestFilterSensitiveLog, EnableDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class EnableDirectoryCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, EnableDirectoryCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetAppliedSchemaVersionRequestFilterSensitiveLog, GetAppliedSchemaVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetAppliedSchemaVersionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetAppliedSchemaVersionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetDirectoryRequestFilterSensitiveLog, GetDirectoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetDirectoryCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDirectoryCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetFacetRequestFilterSensitiveLog, GetFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetFacetCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetFacetCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetLinkAttributesRequestFilterSensitiveLog, GetLinkAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetLinkAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetLinkAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetObjectAttributesRequestFilterSensitiveLog, GetObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetObjectAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetObjectAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetObjectInformationRequestFilterSensitiveLog, GetObjectInformationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetObjectInformationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetObjectInformationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetSchemaAsJsonRequestFilterSensitiveLog, GetSchemaAsJsonResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetSchemaAsJsonCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetSchemaAsJsonCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetTypedLinkFacetInformationRequestFilterSensitiveLog, GetTypedLinkFacetInformationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class GetTypedLinkFacetInformationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetTypedLinkFacetInformationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAppliedSchemaArnsRequestFilterSensitiveLog, ListAppliedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListAppliedSchemaArnsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAppliedSchemaArnsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAttachedIndicesRequestFilterSensitiveLog, ListAttachedIndicesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListAttachedIndicesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAttachedIndicesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListDevelopmentSchemaArnsRequestFilterSensitiveLog, ListDevelopmentSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListDevelopmentSchemaArnsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListDevelopmentSchemaArnsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListDirectoriesRequestFilterSensitiveLog, ListDirectoriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListDirectoriesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListDirectoriesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListFacetAttributesRequestFilterSensitiveLog, ListFacetAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListFacetAttributesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListFacetAttributesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListFacetNamesRequestFilterSensitiveLog, ListFacetNamesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListFacetNamesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListFacetNamesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|