@aws-sdk/client-clouddirectory 3.295.0 → 3.297.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-types/CloudDirectory.d.ts +67 -0
- package/dist-types/CloudDirectoryClient.d.ts +24 -4
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +16 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +16 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +16 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +16 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +16 -0
- package/dist-types/commands/BatchReadCommand.d.ts +16 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +16 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +16 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +16 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +16 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +16 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/GetFacetCommand.d.ts +16 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +16 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +16 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +16 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +16 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +16 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +16 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +16 -0
- package/dist-types/commands/ListIndexCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +16 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +16 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +16 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +16 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +16 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +16 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +16 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +16 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +16 -0
- package/dist-types/models/CloudDirectoryServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +559 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFacetNamesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIndexPaginator.d.ts +3 -0
- package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +3 -0
- package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListObjectParentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -0
- package/dist-types/pagination/LookupPolicyPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListIncomingTypedLinksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListIncomingTypedLinksCommandInput extends ListIncomingTypedLinksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListIncomingTypedLinksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLinksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a paginated list of all the incoming <a>TypedLinkSpecifier</a>
|
|
18
23
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
19
24
|
* attributes. 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>
|
|
@@ -27,6 +32,8 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListIncomingTypedLinksCommandInput - {@link ListIncomingTypedLinksCommandInput}
|
|
36
|
+
* @returns {@link ListIncomingTypedLinksCommandOutput}
|
|
30
37
|
* @see {@link ListIncomingTypedLinksCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListIncomingTypedLinksCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
|
|
|
68
75
|
export declare class ListIncomingTypedLinksCommand extends $Command<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
69
76
|
readonly input: ListIncomingTypedLinksCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: ListIncomingTypedLinksCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIncomingTypedLinksCommandInput, ListIncomingTypedLinksCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListIndexRequest, ListIndexResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListIndexCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListIndexCommandInput extends ListIndexRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListIndexCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists objects attached to the specified index.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListIndexCommandInput - {@link ListIndexCommandInput}
|
|
34
|
+
* @returns {@link ListIndexCommandOutput}
|
|
28
35
|
* @see {@link ListIndexCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListIndexCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
|
|
|
69
76
|
export declare class ListIndexCommand extends $Command<ListIndexCommandInput, ListIndexCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
70
77
|
readonly input: ListIndexCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: ListIndexCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndexCommandInput, ListIndexCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListManagedSchemaArnsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListManagedSchemaArnsCommandInput extends ListManagedSchemaArnsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListManagedSchemaArnsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArnsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListManagedSchemaArnsCommandInput - {@link ListManagedSchemaArnsCommandInput}
|
|
34
|
+
* @returns {@link ListManagedSchemaArnsCommandOutput}
|
|
28
35
|
* @see {@link ListManagedSchemaArnsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListManagedSchemaArnsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
|
|
|
53
60
|
export declare class ListManagedSchemaArnsCommand extends $Command<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
54
61
|
readonly input: ListManagedSchemaArnsCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListManagedSchemaArnsCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedSchemaArnsCommandInput, ListManagedSchemaArnsCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListObjectAttributesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListObjectAttributesCommandInput extends ListObjectAttributesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListObjectAttributesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListObjectAttributesCommandOutput extends ListObjectAttributesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all attributes that are associated with an object.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListObjectAttributesCommandInput - {@link ListObjectAttributesCommandInput}
|
|
35
|
+
* @returns {@link ListObjectAttributesCommandOutput}
|
|
29
36
|
* @see {@link ListObjectAttributesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListObjectAttributesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
|
|
|
67
74
|
export declare class ListObjectAttributesCommand extends $Command<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
68
75
|
readonly input: ListObjectAttributesCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: ListObjectAttributesCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectAttributesCommandInput, ListObjectAttributesCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListObjectChildrenCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListObjectChildrenCommandInput extends ListObjectChildrenRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListObjectChildrenCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListObjectChildrenCommandOutput extends ListObjectChildrenResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a paginated list of child objects that are associated with a given
|
|
18
23
|
* object.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListObjectChildrenCommandInput - {@link ListObjectChildrenCommandInput}
|
|
35
|
+
* @returns {@link ListObjectChildrenCommandOutput}
|
|
29
36
|
* @see {@link ListObjectChildrenCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListObjectChildrenCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
|
|
|
67
74
|
export declare class ListObjectChildrenCommand extends $Command<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
68
75
|
readonly input: ListObjectChildrenCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: ListObjectChildrenCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectChildrenCommandInput, ListObjectChildrenCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListObjectParentPathsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListObjectParentPathsCommandInput extends ListObjectParentPathsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListObjectParentPathsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListObjectParentPathsCommandOutput extends ListObjectParentPathsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves all available parent paths for any object type such as node, leaf node,
|
|
18
23
|
* policy node, and index node objects. For more information about objects, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directorystructure.html">Directory Structure</a>.</p>
|
|
19
24
|
* <p>Use this API to evaluate all parents for an object. The call returns all objects from
|
|
@@ -32,6 +37,8 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ListObjectParentPathsCommandInput - {@link ListObjectParentPathsCommandInput}
|
|
41
|
+
* @returns {@link ListObjectParentPathsCommandOutput}
|
|
35
42
|
* @see {@link ListObjectParentPathsCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ListObjectParentPathsCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
|
|
|
69
76
|
export declare class ListObjectParentPathsCommand extends $Command<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
70
77
|
readonly input: ListObjectParentPathsCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: ListObjectParentPathsCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectParentPathsCommandInput, ListObjectParentPathsCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListObjectParentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListObjectParentsCommandInput extends ListObjectParentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListObjectParentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListObjectParentsCommandOutput extends ListObjectParentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists parent objects that are associated with a given object in pagination
|
|
18
23
|
* fashion.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListObjectParentsCommandInput - {@link ListObjectParentsCommandInput}
|
|
35
|
+
* @returns {@link ListObjectParentsCommandOutput}
|
|
29
36
|
* @see {@link ListObjectParentsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListObjectParentsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
|
|
|
66
73
|
export declare class ListObjectParentsCommand extends $Command<ListObjectParentsCommandInput, ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
67
74
|
readonly input: ListObjectParentsCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: ListObjectParentsCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectParentsCommandInput, ListObjectParentsCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListObjectPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListObjectPoliciesCommandInput extends ListObjectPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListObjectPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns policies attached to an object in pagination fashion.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListObjectPoliciesCommandInput - {@link ListObjectPoliciesCommandInput}
|
|
34
|
+
* @returns {@link ListObjectPoliciesCommandOutput}
|
|
28
35
|
* @see {@link ListObjectPoliciesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListObjectPoliciesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
|
|
|
62
69
|
export declare class ListObjectPoliciesCommand extends $Command<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
63
70
|
readonly input: ListObjectPoliciesCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: ListObjectPoliciesCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListObjectPoliciesCommandInput, ListObjectPoliciesCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListOutgoingTypedLinksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListOutgoingTypedLinksCommandInput extends ListOutgoingTypedLinksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListOutgoingTypedLinksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLinksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a paginated list of all the outgoing <a>TypedLinkSpecifier</a>
|
|
18
23
|
* information for an object. It also supports filtering by typed link facet and identity
|
|
19
24
|
* attributes. 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>
|
|
@@ -27,6 +32,8 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListOutgoingTypedLinksCommandInput - {@link ListOutgoingTypedLinksCommandInput}
|
|
36
|
+
* @returns {@link ListOutgoingTypedLinksCommandOutput}
|
|
30
37
|
* @see {@link ListOutgoingTypedLinksCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListOutgoingTypedLinksCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
|
|
|
68
75
|
export declare class ListOutgoingTypedLinksCommand extends $Command<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
69
76
|
readonly input: ListOutgoingTypedLinksCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: ListOutgoingTypedLinksCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutgoingTypedLinksCommandInput, ListOutgoingTypedLinksCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPolicyAttachmentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPolicyAttachmentsCommandInput extends ListPolicyAttachmentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPolicyAttachmentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachmentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns all of the <code>ObjectIdentifiers</code> to which a given policy is attached.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListPolicyAttachmentsCommandInput - {@link ListPolicyAttachmentsCommandInput}
|
|
34
|
+
* @returns {@link ListPolicyAttachmentsCommandOutput}
|
|
28
35
|
* @see {@link ListPolicyAttachmentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListPolicyAttachmentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -65,11 +72,20 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
|
|
|
65
72
|
export declare class ListPolicyAttachmentsCommand extends $Command<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
66
73
|
readonly input: ListPolicyAttachmentsCommandInput;
|
|
67
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
68
78
|
constructor(input: ListPolicyAttachmentsCommandInput);
|
|
69
79
|
/**
|
|
70
80
|
* @internal
|
|
71
81
|
*/
|
|
72
82
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPolicyAttachmentsCommandInput, ListPolicyAttachmentsCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
73
86
|
private serialize;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
74
90
|
private deserialize;
|
|
75
91
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPublishedSchemaArnsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPublishedSchemaArnsCommandInput extends ListPublishedSchemaArnsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPublishedSchemaArnsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchemaArnsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListPublishedSchemaArnsCommandInput - {@link ListPublishedSchemaArnsCommandInput}
|
|
34
|
+
* @returns {@link ListPublishedSchemaArnsCommandOutput}
|
|
28
35
|
* @see {@link ListPublishedSchemaArnsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListPublishedSchemaArnsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
|
|
|
59
66
|
export declare class ListPublishedSchemaArnsCommand extends $Command<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
60
67
|
readonly input: ListPublishedSchemaArnsCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: ListPublishedSchemaArnsCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPublishedSchemaArnsCommandInput, ListPublishedSchemaArnsCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns tags for a resource. Tagging is currently supported only for directories with a
|
|
18
23
|
* limit of 50 tags per directory. All 50 tags are returned for a given directory with this API
|
|
19
24
|
* call.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
36
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
30
37
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
61
68
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
62
69
|
readonly input: ListTagsForResourceCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: ListTagsForResourceCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|