@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.
Files changed (91) hide show
  1. package/dist-types/CloudDirectory.d.ts +67 -0
  2. package/dist-types/CloudDirectoryClient.d.ts +24 -4
  3. package/dist-types/commands/AddFacetToObjectCommand.d.ts +16 -0
  4. package/dist-types/commands/ApplySchemaCommand.d.ts +16 -0
  5. package/dist-types/commands/AttachObjectCommand.d.ts +16 -0
  6. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  7. package/dist-types/commands/AttachToIndexCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachTypedLinkCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchReadCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchWriteCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFacetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateObjectCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFacetCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +16 -0
  22. package/dist-types/commands/DetachFromIndexCommand.d.ts +16 -0
  23. package/dist-types/commands/DetachObjectCommand.d.ts +16 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  25. package/dist-types/commands/DetachTypedLinkCommand.d.ts +16 -0
  26. package/dist-types/commands/DisableDirectoryCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableDirectoryCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +16 -0
  29. package/dist-types/commands/GetDirectoryCommand.d.ts +16 -0
  30. package/dist-types/commands/GetFacetCommand.d.ts +16 -0
  31. package/dist-types/commands/GetLinkAttributesCommand.d.ts +16 -0
  32. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  33. package/dist-types/commands/GetObjectInformationCommand.d.ts +16 -0
  34. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +16 -0
  35. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +16 -0
  36. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListDirectoriesCommand.d.ts +16 -0
  40. package/dist-types/commands/ListFacetAttributesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListFacetNamesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +16 -0
  43. package/dist-types/commands/ListIndexCommand.d.ts +16 -0
  44. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListObjectAttributesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListObjectChildrenCommand.d.ts +16 -0
  47. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListObjectParentsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +16 -0
  51. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +16 -0
  56. package/dist-types/commands/LookupPolicyCommand.d.ts +16 -0
  57. package/dist-types/commands/PublishSchemaCommand.d.ts +16 -0
  58. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +16 -0
  59. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +16 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateFacetCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +16 -0
  67. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +16 -0
  68. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +16 -0
  69. package/dist-types/models/CloudDirectoryServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +559 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListDirectoriesPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFacetNamesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListIndexPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListObjectParentsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/LookupPolicyPaginator.d.ts +3 -0
  91. 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 { ListTypedLinkFacetAttributesRequest, ListTypedLinkFacetAttributesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTypedLinkFacetAttributesCommand}.
8
10
  */
9
11
  export interface ListTypedLinkFacetAttributesCommandInput extends ListTypedLinkFacetAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTypedLinkFacetAttributesCommand}.
13
17
  */
14
18
  export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLinkFacetAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
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 ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTypedLinkFacetAttributesCommandInput - {@link ListTypedLinkFacetAttributesCommandInput}
34
+ * @returns {@link ListTypedLinkFacetAttributesCommandOutput}
28
35
  * @see {@link ListTypedLinkFacetAttributesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTypedLinkFacetAttributesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -62,11 +69,20 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
62
69
  export declare class ListTypedLinkFacetAttributesCommand extends $Command<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
63
70
  readonly input: ListTypedLinkFacetAttributesCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: ListTypedLinkFacetAttributesCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypedLinkFacetAttributesCommandInput, ListTypedLinkFacetAttributesCommandOutput>;
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 { ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTypedLinkFacetNamesCommand}.
8
10
  */
9
11
  export interface ListTypedLinkFacetNamesCommandInput extends ListTypedLinkFacetNamesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTypedLinkFacetNamesCommand}.
13
17
  */
14
18
  export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacetNamesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a paginated list of <code>TypedLink</code> facet names for a particular schema.
18
23
  * 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>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListTypedLinkFacetNamesCommandInput - {@link ListTypedLinkFacetNamesCommandInput}
35
+ * @returns {@link ListTypedLinkFacetNamesCommandOutput}
29
36
  * @see {@link ListTypedLinkFacetNamesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListTypedLinkFacetNamesCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -60,11 +67,20 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
60
67
  export declare class ListTypedLinkFacetNamesCommand extends $Command<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig> {
61
68
  readonly input: ListTypedLinkFacetNamesCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: ListTypedLinkFacetNamesCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypedLinkFacetNamesCommandInput, ListTypedLinkFacetNamesCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link LookupPolicyCommand}.
8
10
  */
9
11
  export interface LookupPolicyCommandInput extends LookupPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link LookupPolicyCommand}.
13
17
  */
14
18
  export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all policies from the root of the <a>Directory</a> to the object
18
23
  * specified. If there are no policies present, an empty list is returned. If policies are
19
24
  * present, and if some objects don't have the policies attached, it returns the <code>ObjectIdentifier</code>
@@ -30,6 +35,8 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param LookupPolicyCommandInput - {@link LookupPolicyCommandInput}
39
+ * @returns {@link LookupPolicyCommandOutput}
33
40
  * @see {@link LookupPolicyCommandInput} for command's `input` shape.
34
41
  * @see {@link LookupPolicyCommandOutput} for command's `response` shape.
35
42
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -67,11 +74,20 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
67
74
  export declare class LookupPolicyCommand extends $Command<LookupPolicyCommandInput, LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig> {
68
75
  readonly input: LookupPolicyCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: LookupPolicyCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LookupPolicyCommandInput, LookupPolicyCommandOutput>;
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 { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PublishSchemaCommand}.
8
10
  */
9
11
  export interface PublishSchemaCommandInput extends PublishSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PublishSchemaCommand}.
13
17
  */
14
18
  export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Publishes a development schema with a major version and a recommended minor version.</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 PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PublishSchemaCommandInput - {@link PublishSchemaCommandInput}
34
+ * @returns {@link PublishSchemaCommandOutput}
28
35
  * @see {@link PublishSchemaCommandInput} for command's `input` shape.
29
36
  * @see {@link PublishSchemaCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -59,11 +66,20 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
59
66
  export declare class PublishSchemaCommand extends $Command<PublishSchemaCommandInput, PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
60
67
  readonly input: PublishSchemaCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: PublishSchemaCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishSchemaCommandInput, PublishSchemaCommandOutput>;
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 { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutSchemaFromJsonCommand}.
8
10
  */
9
11
  export interface PutSchemaFromJsonCommandInput extends PutSchemaFromJsonRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutSchemaFromJsonCommand}.
13
17
  */
14
18
  export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
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 PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PutSchemaFromJsonCommandInput - {@link PutSchemaFromJsonCommandInput}
34
+ * @returns {@link PutSchemaFromJsonCommandOutput}
28
35
  * @see {@link PutSchemaFromJsonCommandInput} for command's `input` shape.
29
36
  * @see {@link PutSchemaFromJsonCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -59,11 +66,20 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
59
66
  export declare class PutSchemaFromJsonCommand extends $Command<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig> {
60
67
  readonly input: PutSchemaFromJsonCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: PutSchemaFromJsonCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSchemaFromJsonCommandInput, PutSchemaFromJsonCommandOutput>;
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 { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveFacetFromObjectCommand}.
8
10
  */
9
11
  export interface RemoveFacetFromObjectCommandInput extends RemoveFacetFromObjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveFacetFromObjectCommand}.
13
17
  */
14
18
  export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjectResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified facet from the specified object.</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 RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RemoveFacetFromObjectCommandInput - {@link RemoveFacetFromObjectCommandInput}
34
+ * @returns {@link RemoveFacetFromObjectCommandOutput}
28
35
  * @see {@link RemoveFacetFromObjectCommandInput} for command's `input` shape.
29
36
  * @see {@link RemoveFacetFromObjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -63,11 +70,20 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
63
70
  export declare class RemoveFacetFromObjectCommand extends $Command<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig> {
64
71
  readonly input: RemoveFacetFromObjectCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: RemoveFacetFromObjectCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveFacetFromObjectCommandInput, RemoveFacetFromObjectCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>An API operation for adding tags to a resource.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -59,11 +66,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
59
66
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
60
67
  readonly input: TagResourceCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: TagResourceCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>An API operation for removing tags from a resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -59,11 +66,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
59
66
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig> {
60
67
  readonly input: UntagResourceCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: UntagResourceCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateFacetRequest, UpdateFacetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFacetCommand}.
8
10
  */
9
11
  export interface UpdateFacetCommandInput extends UpdateFacetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFacetCommand}.
13
17
  */
14
18
  export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Does the following:</p>
18
23
  * <ol>
19
24
  * <li>
@@ -36,6 +41,8 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param UpdateFacetCommandInput - {@link UpdateFacetCommandInput}
45
+ * @returns {@link UpdateFacetCommandOutput}
39
46
  * @see {@link UpdateFacetCommandInput} for command's `input` shape.
40
47
  * @see {@link UpdateFacetCommandOutput} for command's `response` shape.
41
48
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -81,11 +88,20 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
81
88
  export declare class UpdateFacetCommand extends $Command<UpdateFacetCommandInput, UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig> {
82
89
  readonly input: UpdateFacetCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: UpdateFacetCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFacetCommandInput, UpdateFacetCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateLinkAttributesCommand}.
8
10
  */
9
11
  export interface UpdateLinkAttributesCommandInput extends UpdateLinkAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateLinkAttributesCommand}.
13
17
  */
14
18
  export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
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 UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateLinkAttributesCommandInput - {@link UpdateLinkAttributesCommandInput}
34
+ * @returns {@link UpdateLinkAttributesCommandOutput}
28
35
  * @see {@link UpdateLinkAttributesCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateLinkAttributesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -63,11 +70,20 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
63
70
  export declare class UpdateLinkAttributesCommand extends $Command<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
64
71
  readonly input: UpdateLinkAttributesCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateLinkAttributesCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudDirectoryClient";
5
5
  import { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateObjectAttributesCommand}.
8
10
  */
9
11
  export interface UpdateObjectAttributesCommandInput extends UpdateObjectAttributesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateObjectAttributesCommand}.
13
17
  */
14
18
  export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a given object's attributes.</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 UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateObjectAttributesCommandInput - {@link UpdateObjectAttributesCommandInput}
34
+ * @returns {@link UpdateObjectAttributesCommandOutput}
28
35
  * @see {@link UpdateObjectAttributesCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateObjectAttributesCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -67,11 +74,20 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
67
74
  export declare class UpdateObjectAttributesCommand extends $Command<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig> {
68
75
  readonly input: UpdateObjectAttributesCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: UpdateObjectAttributesCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput>;
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 { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSchemaCommand}.
8
10
  */
9
11
  export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSchemaCommand}.
13
17
  */
14
18
  export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the schema name with a new name. Only development schema names can be
18
23
  * updated.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateSchemaCommandInput - {@link UpdateSchemaCommandInput}
35
+ * @returns {@link UpdateSchemaCommandOutput}
29
36
  * @see {@link UpdateSchemaCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateSchemaCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudDirectoryClientResolvedConfig | config} for CloudDirectoryClient's `config` shape.
@@ -57,11 +64,20 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
57
64
  export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig> {
58
65
  readonly input: UpdateSchemaCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: UpdateSchemaCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudDirectoryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSchemaCommandInput, UpdateSchemaCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }