@aws-sdk/client-clouddirectory 3.296.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 +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateTypedLinkFacetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateTypedLinkFacetCommandInput extends UpdateTypedLinkFacetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateTypedLinkFacetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a <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>
|
|
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 UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateTypedLinkFacetCommandInput - {@link UpdateTypedLinkFacetCommandInput}
|
|
34
|
+
* @returns {@link UpdateTypedLinkFacetCommandOutput}
|
|
28
35
|
* @see {@link UpdateTypedLinkFacetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateTypedLinkFacetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -70,11 +77,20 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
70
77
|
export declare class UpdateTypedLinkFacetCommand extends $Command<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
71
78
|
readonly input: UpdateTypedLinkFacetCommandInput;
|
|
72
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
73
83
|
constructor(input: UpdateTypedLinkFacetCommandInput);
|
|
74
84
|
/**
|
|
75
85
|
* @internal
|
|
76
86
|
*/
|
|
77
87
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTypedLinkFacetCommandInput, UpdateTypedLinkFacetCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
78
91
|
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
79
95
|
private deserialize;
|
|
80
96
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpgradeAppliedSchemaCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpgradeAppliedSchemaCommandInput extends UpgradeAppliedSchemaRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpgradeAppliedSchemaCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Upgrades a single directory in-place using the <code>PublishedSchemaArn</code> with schema updates found in <code>MinorVersion</code>. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.</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 UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpgradeAppliedSchemaCommandInput - {@link UpgradeAppliedSchemaCommandInput}
|
|
34
|
+
* @returns {@link UpgradeAppliedSchemaCommandOutput}
|
|
28
35
|
* @see {@link UpgradeAppliedSchemaCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpgradeAppliedSchemaCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
64
71
|
export declare class UpgradeAppliedSchemaCommand extends $Command<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
65
72
|
readonly input: UpgradeAppliedSchemaCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: UpgradeAppliedSchemaCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradeAppliedSchemaCommandInput, UpgradeAppliedSchemaCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
|
|
5
5
|
import { UpgradePublishedSchemaRequest, UpgradePublishedSchemaResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpgradePublishedSchemaCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpgradePublishedSchemaCommandInput extends UpgradePublishedSchemaRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpgradePublishedSchemaCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSchemaResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Upgrades a published schema under a new minor version revision using the current contents of <code>DevelopmentSchemaArn</code>.</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 UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpgradePublishedSchemaCommandInput - {@link UpgradePublishedSchemaCommandInput}
|
|
34
|
+
* @returns {@link UpgradePublishedSchemaCommandOutput}
|
|
28
35
|
* @see {@link UpgradePublishedSchemaCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpgradePublishedSchemaCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
63
70
|
export declare class UpgradePublishedSchemaCommand extends $Command<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
|
|
64
71
|
readonly input: UpgradePublishedSchemaCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: UpgradePublishedSchemaCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpgradePublishedSchemaCommandInput, UpgradePublishedSchemaCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from CloudDirectory service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class CloudDirectoryServiceException extends __ServiceException {
|