@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 { ListIncomingTypedLinksRequestFilterSensitiveLog, ListIncomingTypedLinksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListIncomingTypedLinksCommand 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, ListIncomingTypedLinksCommand.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 { ListIndexRequestFilterSensitiveLog, ListIndexResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListIndexCommand 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, ListIndexCommand.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 { ListManagedSchemaArnsRequestFilterSensitiveLog, ListManagedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListManagedSchemaArnsCommand 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, ListManagedSchemaArnsCommand.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 { ListObjectAttributesRequestFilterSensitiveLog, ListObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListObjectAttributesCommand 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, ListObjectAttributesCommand.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 { ListObjectChildrenRequestFilterSensitiveLog, ListObjectChildrenResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListObjectChildrenCommand 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, ListObjectChildrenCommand.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 { ListObjectParentPathsRequestFilterSensitiveLog, ListObjectParentPathsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListObjectParentPathsCommand 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, ListObjectParentPathsCommand.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 { ListObjectParentsRequestFilterSensitiveLog, ListObjectParentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListObjectParentsCommand 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, ListObjectParentsCommand.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 { ListObjectPoliciesRequestFilterSensitiveLog, ListObjectPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListObjectPoliciesCommand 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, ListObjectPoliciesCommand.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 { ListOutgoingTypedLinksRequestFilterSensitiveLog, ListOutgoingTypedLinksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListOutgoingTypedLinksCommand 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, ListOutgoingTypedLinksCommand.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 { ListPolicyAttachmentsRequestFilterSensitiveLog, ListPolicyAttachmentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListPolicyAttachmentsCommand 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, ListPolicyAttachmentsCommand.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 { ListPublishedSchemaArnsRequestFilterSensitiveLog, ListPublishedSchemaArnsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListPublishedSchemaArnsCommand 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, ListPublishedSchemaArnsCommand.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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListTagsForResourceCommand 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, ListTagsForResourceCommand.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 { ListTypedLinkFacetAttributesRequestFilterSensitiveLog, ListTypedLinkFacetAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListTypedLinkFacetAttributesCommand 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, ListTypedLinkFacetAttributesCommand.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 { ListTypedLinkFacetNamesRequestFilterSensitiveLog, ListTypedLinkFacetNamesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class ListTypedLinkFacetNamesCommand 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, ListTypedLinkFacetNamesCommand.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 { LookupPolicyRequestFilterSensitiveLog, LookupPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class LookupPolicyCommand 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, LookupPolicyCommand.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 { PublishSchemaRequestFilterSensitiveLog, PublishSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PublishSchemaCommand 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, PublishSchemaCommand.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 { PutSchemaFromJsonRequestFilterSensitiveLog, PutSchemaFromJsonResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class PutSchemaFromJsonCommand 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, PutSchemaFromJsonCommand.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 { RemoveFacetFromObjectRequestFilterSensitiveLog, RemoveFacetFromObjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class RemoveFacetFromObjectCommand 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, RemoveFacetFromObjectCommand.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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class TagResourceCommand 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, TagResourceCommand.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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UntagResourceCommand 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, UntagResourceCommand.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 { UpdateFacetRequestFilterSensitiveLog, UpdateFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateFacetCommand 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, UpdateFacetCommand.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 { UpdateLinkAttributesRequestFilterSensitiveLog, UpdateLinkAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateLinkAttributesCommand 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, UpdateLinkAttributesCommand.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 { UpdateObjectAttributesRequestFilterSensitiveLog, UpdateObjectAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateObjectAttributesCommand 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, UpdateObjectAttributesCommand.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 { UpdateSchemaRequestFilterSensitiveLog, UpdateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateSchemaCommand 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, UpdateSchemaCommand.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 { UpdateTypedLinkFacetRequestFilterSensitiveLog, UpdateTypedLinkFacetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpdateTypedLinkFacetCommand 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, UpdateTypedLinkFacetCommand.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 { UpgradeAppliedSchemaRequestFilterSensitiveLog, UpgradeAppliedSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpgradeAppliedSchemaCommand 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, UpgradeAppliedSchemaCommand.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 { UpgradePublishedSchemaRequestFilterSensitiveLog, UpgradePublishedSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class UpgradePublishedSchemaCommand 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, UpgradePublishedSchemaCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "CloudDirectoryClient";
|