@aws-sdk/client-clouddirectory 3.1045.0 → 3.1047.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +148 -149
- package/dist-cjs/models/CloudDirectoryServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudDirectory.js +1 -1
- package/dist-es/CloudDirectoryClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddFacetToObjectCommand.js +2 -2
- package/dist-es/commands/ApplySchemaCommand.js +2 -2
- package/dist-es/commands/AttachObjectCommand.js +2 -2
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/AttachToIndexCommand.js +2 -2
- package/dist-es/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-es/commands/BatchReadCommand.js +2 -2
- package/dist-es/commands/BatchWriteCommand.js +2 -2
- package/dist-es/commands/CreateDirectoryCommand.js +2 -2
- package/dist-es/commands/CreateFacetCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateObjectCommand.js +2 -2
- package/dist-es/commands/CreateSchemaCommand.js +2 -2
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-es/commands/DeleteFacetCommand.js +2 -2
- package/dist-es/commands/DeleteObjectCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaCommand.js +2 -2
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/DetachFromIndexCommand.js +2 -2
- package/dist-es/commands/DetachObjectCommand.js +2 -2
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-es/commands/DisableDirectoryCommand.js +2 -2
- package/dist-es/commands/EnableDirectoryCommand.js +2 -2
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-es/commands/GetDirectoryCommand.js +2 -2
- package/dist-es/commands/GetFacetCommand.js +2 -2
- package/dist-es/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectInformationCommand.js +2 -2
- package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListDirectoriesCommand.js +2 -2
- package/dist-es/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-es/commands/ListFacetNamesCommand.js +2 -2
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-es/commands/ListIndexCommand.js +2 -2
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-es/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-es/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-es/commands/ListObjectParentsCommand.js +2 -2
- package/dist-es/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-es/commands/LookupPolicyCommand.js +2 -2
- package/dist-es/commands/PublishSchemaCommand.js +2 -2
- package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFacetCommand.js +2 -2
- package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateSchemaCommand.js +2 -2
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudDirectoryServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CloudDirectoryClient.d.ts +5 -5
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +6 -4
- package/dist-types/commands/ApplySchemaCommand.d.ts +6 -4
- package/dist-types/commands/AttachObjectCommand.d.ts +6 -4
- package/dist-types/commands/AttachPolicyCommand.d.ts +6 -4
- package/dist-types/commands/AttachToIndexCommand.d.ts +6 -4
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -4
- package/dist-types/commands/BatchReadCommand.d.ts +6 -4
- package/dist-types/commands/BatchWriteCommand.d.ts +6 -4
- package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateFacetCommand.d.ts +6 -4
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/commands/CreateObjectCommand.d.ts +6 -4
- package/dist-types/commands/CreateSchemaCommand.d.ts +6 -4
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFacetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteObjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +6 -4
- package/dist-types/commands/DetachFromIndexCommand.d.ts +6 -4
- package/dist-types/commands/DetachObjectCommand.d.ts +6 -4
- package/dist-types/commands/DetachPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +6 -4
- package/dist-types/commands/DisableDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/EnableDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetDirectoryCommand.d.ts +6 -4
- package/dist-types/commands/GetFacetCommand.d.ts +6 -4
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetObjectInformationCommand.d.ts +6 -4
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +6 -4
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -4
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -4
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +6 -4
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -4
- package/dist-types/commands/ListDirectoriesCommand.d.ts +6 -4
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ListFacetNamesCommand.d.ts +6 -4
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +6 -4
- package/dist-types/commands/ListIndexCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +6 -4
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +6 -4
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +6 -4
- package/dist-types/commands/ListObjectParentsCommand.d.ts +6 -4
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +6 -4
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -4
- package/dist-types/commands/LookupPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PublishSchemaCommand.d.ts +6 -4
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +6 -4
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFacetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +6 -4
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +6 -4
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudDirectoryServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFacetAttributesCommandInput extends ListFacetAttributesRequ
|
|
|
22
22
|
export interface ListFacetAttributesCommandOutput extends ListFacetAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFacetAttributesCommand_base: {
|
|
25
|
-
new (input: ListFacetAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFacetAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetAttributesCommandInput, ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves attributes attached to the facet.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFacetNamesCommandInput extends ListFacetNamesRequest {
|
|
|
22
22
|
export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFacetNamesCommand_base: {
|
|
25
|
-
new (input: ListFacetNamesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFacetNamesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFacetNamesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFacetNamesCommandInput): import("@smithy/core/client").CommandImpl<ListFacetNamesCommandInput, ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the names of facets that exist in a schema.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIncomingTypedLinksCommandInput extends ListIncomingTypedLin
|
|
|
22
22
|
export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLinksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIncomingTypedLinksCommand_base: {
|
|
25
|
-
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/core/client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListIncomingTypedLinksCommandInput): import("@smithy/core/client").CommandImpl<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListIndexRequest, ListIndexResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIndexCommandInput extends ListIndexRequest {
|
|
|
22
22
|
export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIndexCommand_base: {
|
|
25
|
-
new (input: ListIndexCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIndexCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListIndexCommandInput): import("@smithy/core/client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListIndexCommandInput): import("@smithy/core/client").CommandImpl<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists objects attached to the specified index.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListManagedSchemaArnsCommandInput extends ListManagedSchemaArns
|
|
|
22
22
|
export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArnsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListManagedSchemaArnsCommand_base: {
|
|
25
|
-
new (input: ListManagedSchemaArnsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListManagedSchemaArnsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListManagedSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListManagedSchemaArnsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListObjectAttributesCommandInput extends ListObjectAttributesRe
|
|
|
22
22
|
export interface ListObjectAttributesCommandOutput extends ListObjectAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectAttributesCommand_base: {
|
|
25
|
-
new (input: ListObjectAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListObjectAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all attributes that are associated with an object.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListObjectChildrenCommandInput extends ListObjectChildrenReques
|
|
|
22
22
|
export interface ListObjectChildrenCommandOutput extends ListObjectChildrenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectChildrenCommand_base: {
|
|
25
|
-
new (input: ListObjectChildrenCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListObjectChildrenCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListObjectChildrenCommandInput): import("@smithy/core/client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListObjectChildrenCommandInput): import("@smithy/core/client").CommandImpl<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of child objects that are associated with a given
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListObjectParentPathsCommandInput extends ListObjectParentPaths
|
|
|
22
22
|
export interface ListObjectParentPathsCommandOutput extends ListObjectParentPathsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectParentPathsCommand_base: {
|
|
25
|
-
new (input: ListObjectParentPathsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListObjectParentPathsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListObjectParentPathsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListObjectParentPathsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all available parent paths for any object type such as node, leaf node,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListObjectParentsCommandInput extends ListObjectParentsRequest
|
|
|
22
22
|
export interface ListObjectParentsCommandOutput extends ListObjectParentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectParentsCommand_base: {
|
|
25
|
-
new (input: ListObjectParentsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListObjectParentsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListObjectParentsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListObjectParentsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists parent objects that are associated with a given object in pagination
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListObjectPoliciesCommandInput extends ListObjectPoliciesReques
|
|
|
22
22
|
export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListObjectPoliciesCommand_base: {
|
|
25
|
-
new (input: ListObjectPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListObjectPoliciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListObjectPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListObjectPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns policies attached to an object in pagination fashion.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListOutgoingTypedLinksCommandInput extends ListOutgoingTypedLin
|
|
|
22
22
|
export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLinksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListOutgoingTypedLinksCommand_base: {
|
|
25
|
-
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/core/client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListOutgoingTypedLinksCommandInput): import("@smithy/core/client").CommandImpl<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPolicyAttachmentsCommandInput extends ListPolicyAttachments
|
|
|
22
22
|
export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachmentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPolicyAttachmentsCommand_base: {
|
|
25
|
-
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPolicyAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPublishedSchemaArnsCommandInput extends ListPublishedSchema
|
|
|
22
22
|
export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchemaArnsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPublishedSchemaArnsCommand_base: {
|
|
25
|
-
new (input: ListPublishedSchemaArnsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPublishedSchemaArnsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPublishedSchemaArnsCommandInput): import("@smithy/core/client").CommandImpl<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPublishedSchemaArnsCommandInput]): import("@smithy/core/client").CommandImpl<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the major version families of each published schema. If a major version ARN is provided as <code>SchemaArn</code>, the minor version revisions in that family are listed instead.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns tags for a resource. Tagging is currently supported only for directories with a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTypedLinkFacetAttributesCommandInput extends ListTypedLinkF
|
|
|
22
22
|
export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLinkFacetAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTypedLinkFacetAttributesCommand_base: {
|
|
25
|
-
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTypedLinkFacetAttributesCommandInput): import("@smithy/core/client").CommandImpl<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of all attribute definitions for a particular <a>TypedLinkFacet</a>. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTypedLinkFacetNamesCommandInput extends ListTypedLinkFacetN
|
|
|
22
22
|
export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacetNamesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTypedLinkFacetNamesCommand_base: {
|
|
25
|
-
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/core/client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTypedLinkFacetNamesCommandInput): import("@smithy/core/client").CommandImpl<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of <code>TypedLink</code> facet names for a particular schema.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface LookupPolicyCommandInput extends LookupPolicyRequest {
|
|
|
22
22
|
export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const LookupPolicyCommand_base: {
|
|
25
|
-
new (input: LookupPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: LookupPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: LookupPolicyCommandInput): import("@smithy/core/client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: LookupPolicyCommandInput): import("@smithy/core/client").CommandImpl<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all policies from the root of the <a>Directory</a> to the object
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PublishSchemaCommandInput extends PublishSchemaRequest {
|
|
|
22
22
|
export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PublishSchemaCommand_base: {
|
|
25
|
-
new (input: PublishSchemaCommandInput): import("@smithy/
|
|
26
|
-
new (input: PublishSchemaCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PublishSchemaCommandInput): import("@smithy/core/client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PublishSchemaCommandInput): import("@smithy/core/client").CommandImpl<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Publishes a development schema with a major version and a recommended minor version.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutSchemaFromJsonCommandInput extends PutSchemaFromJsonRequest
|
|
|
22
22
|
export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutSchemaFromJsonCommand_base: {
|
|
25
|
-
new (input: PutSchemaFromJsonCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutSchemaFromJsonCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutSchemaFromJsonCommandInput): import("@smithy/core/client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutSchemaFromJsonCommandInput): import("@smithy/core/client").CommandImpl<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Allows a schema to be updated using JSON upload. Only available for development schemas. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_jsonformat.html#schemas_json">JSON Schema Format</a> for more information.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveFacetFromObjectCommandInput extends RemoveFacetFromObject
|
|
|
22
22
|
export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjectResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveFacetFromObjectCommand_base: {
|
|
25
|
-
new (input: RemoveFacetFromObjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveFacetFromObjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveFacetFromObjectCommandInput): import("@smithy/core/client").CommandImpl<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveFacetFromObjectCommandInput): import("@smithy/core/client").CommandImpl<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified facet from the specified object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An API operation for adding tags to a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An API operation for removing tags from a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { UpdateFacetRequest, UpdateFacetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateFacetCommandInput extends UpdateFacetRequest {
|
|
|
22
22
|
export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateFacetCommand_base: {
|
|
25
|
-
new (input: UpdateFacetCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateFacetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFacetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Does the following:</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateLinkAttributesCommandInput extends UpdateLinkAttributesRe
|
|
|
22
22
|
export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateLinkAttributesCommand_base: {
|
|
25
|
-
new (input: UpdateLinkAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateLinkAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateLinkAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a given typed link’s attributes. Attributes to be updated must not contribute to the typed link’s identity, as defined by its <code>IdentityAttributeOrder</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateObjectAttributesCommandInput extends UpdateObjectAttribut
|
|
|
22
22
|
export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateObjectAttributesCommand_base: {
|
|
25
|
-
new (input: UpdateObjectAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateObjectAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateObjectAttributesCommandInput): import("@smithy/core/client").CommandImpl<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a given object's attributes.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
4
4
|
import type { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {
|
|
|
22
22
|
export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSchemaCommand_base: {
|
|
25
|
-
new (input: UpdateSchemaCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSchemaCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSchemaCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the schema name with a new name. Only development schema names can be
|