@aws-sdk/client-directory-service 3.321.1 → 3.326.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 (68) hide show
  1. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
  2. package/dist-types/commands/AddIpRoutesCommand.d.ts +4 -0
  3. package/dist-types/commands/AddRegionCommand.d.ts +4 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  5. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +4 -0
  6. package/dist-types/commands/ConnectDirectoryCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateAliasCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateComputerCommand.d.ts +15 -0
  9. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +4 -0
  12. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateTrustCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteTrustCommand.d.ts +6 -0
  20. package/dist-types/commands/DeregisterCertificateCommand.d.ts +4 -0
  21. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +17 -0
  23. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +13 -0
  24. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +14 -0
  25. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +105 -0
  26. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +20 -0
  27. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +14 -0
  28. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +13 -0
  29. package/dist-types/commands/DescribeRegionsCommand.d.ts +24 -0
  30. package/dist-types/commands/DescribeSettingsCommand.d.ts +24 -0
  31. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +19 -0
  32. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTrustsCommand.d.ts +21 -0
  34. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +26 -0
  35. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +4 -0
  36. package/dist-types/commands/DisableLDAPSCommand.d.ts +4 -0
  37. package/dist-types/commands/DisableRadiusCommand.d.ts +4 -0
  38. package/dist-types/commands/DisableSsoCommand.d.ts +4 -0
  39. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +4 -0
  40. package/dist-types/commands/EnableLDAPSCommand.d.ts +4 -0
  41. package/dist-types/commands/EnableRadiusCommand.d.ts +4 -0
  42. package/dist-types/commands/EnableSsoCommand.d.ts +4 -0
  43. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +10 -0
  45. package/dist-types/commands/ListCertificatesCommand.d.ts +15 -0
  46. package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +13 -0
  48. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +17 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  50. package/dist-types/commands/RegisterCertificateCommand.d.ts +6 -0
  51. package/dist-types/commands/RegisterEventTopicCommand.d.ts +4 -0
  52. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +6 -0
  53. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +4 -0
  54. package/dist-types/commands/RemoveRegionCommand.d.ts +4 -0
  55. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  56. package/dist-types/commands/ResetUserPasswordCommand.d.ts +4 -0
  57. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +4 -0
  58. package/dist-types/commands/ShareDirectoryCommand.d.ts +6 -0
  59. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +6 -0
  60. package/dist-types/commands/UnshareDirectoryCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +4 -0
  62. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateRadiusCommand.d.ts +4 -0
  65. package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateTrustCommand.d.ts +7 -0
  67. package/dist-types/commands/VerifyTrustCommand.d.ts +6 -0
  68. package/package.json +16 -16
@@ -33,6 +33,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
33
33
  * };
34
34
  * const command = new ListTagsForResourceCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListTagsForResourceResult
37
+ * // Tags: [ // Tags
38
+ * // { // Tag
39
+ * // Key: "STRING_VALUE", // required
40
+ * // Value: "STRING_VALUE", // required
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -56,6 +66,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
56
66
  * @throws {@link ServiceException} (server fault)
57
67
  * <p>An exception has occurred in Directory Service.</p>
58
68
  *
69
+ * @throws {@link DirectoryServiceServiceException}
70
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
59
71
  *
60
72
  */
61
73
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,10 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
36
36
  * };
37
37
  * const command = new RegisterCertificateCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // RegisterCertificateResult
40
+ * // CertificateId: "STRING_VALUE",
41
+ * // };
42
+ *
39
43
  * ```
40
44
  *
41
45
  * @param RegisterCertificateCommandInput - {@link RegisterCertificateCommandInput}
@@ -71,6 +75,8 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
71
75
  * @throws {@link UnsupportedOperationException} (client fault)
72
76
  * <p>The operation is not supported.</p>
73
77
  *
78
+ * @throws {@link DirectoryServiceServiceException}
79
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
74
80
  *
75
81
  */
76
82
  export declare class RegisterCertificateCommand extends $Command<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul
36
36
  * };
37
37
  * const command = new RegisterEventTopicCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param RegisterEventTopicCommandInput - {@link RegisterEventTopicCommandInput}
@@ -56,6 +58,8 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul
56
58
  * @throws {@link ServiceException} (server fault)
57
59
  * <p>An exception has occurred in Directory Service.</p>
58
60
  *
61
+ * @throws {@link DirectoryServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
59
63
  *
60
64
  */
61
65
  export declare class RegisterEventTopicCommand extends $Command<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -31,6 +31,10 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector
31
31
  * };
32
32
  * const command = new RejectSharedDirectoryCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // RejectSharedDirectoryResult
35
+ * // SharedDirectoryId: "STRING_VALUE",
36
+ * // };
37
+ *
34
38
  * ```
35
39
  *
36
40
  * @param RejectSharedDirectoryCommandInput - {@link RejectSharedDirectoryCommandInput}
@@ -54,6 +58,8 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector
54
58
  * @throws {@link ServiceException} (server fault)
55
59
  * <p>An exception has occurred in Directory Service.</p>
56
60
  *
61
+ * @throws {@link DirectoryServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
57
63
  *
58
64
  */
59
65
  export declare class RejectSharedDirectoryCommand extends $Command<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met
34
34
  * };
35
35
  * const command = new RemoveIpRoutesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param RemoveIpRoutesCommandInput - {@link RemoveIpRoutesCommandInput}
@@ -57,6 +59,8 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met
57
59
  * @throws {@link ServiceException} (server fault)
58
60
  * <p>An exception has occurred in Directory Service.</p>
59
61
  *
62
+ * @throws {@link DirectoryServiceServiceException}
63
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
60
64
  *
61
65
  */
62
66
  export declare class RemoveIpRoutesCommand extends $Command<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat
33
33
  * };
34
34
  * const command = new RemoveRegionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param RemoveRegionCommandInput - {@link RemoveRegionCommandInput}
@@ -59,6 +61,8 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat
59
61
  * @throws {@link UnsupportedOperationException} (client fault)
60
62
  * <p>The operation is not supported.</p>
61
63
  *
64
+ * @throws {@link DirectoryServiceServiceException}
65
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
62
66
  *
63
67
  */
64
68
  export declare class RemoveRegionCommand extends $Command<RemoveRegionCommandInput, RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
34
34
  * };
35
35
  * const command = new RemoveTagsFromResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
@@ -54,6 +56,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
54
56
  * @throws {@link ServiceException} (server fault)
55
57
  * <p>An exception has occurred in Directory Service.</p>
56
58
  *
59
+ * @throws {@link DirectoryServiceServiceException}
60
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
57
61
  *
58
62
  */
59
63
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -50,6 +50,8 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult,
50
50
  * };
51
51
  * const command = new ResetUserPasswordCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // {};
54
+ *
53
55
  * ```
54
56
  *
55
57
  * @param ResetUserPasswordCommandInput - {@link ResetUserPasswordCommandInput}
@@ -80,6 +82,8 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult,
80
82
  * @throws {@link UserDoesNotExistException} (client fault)
81
83
  * <p>The user provided a username that does not exist in your directory.</p>
82
84
  *
85
+ * @throws {@link DirectoryServiceServiceException}
86
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
83
87
  *
84
88
  */
85
89
  export declare class ResetUserPasswordCommand extends $Command<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
36
36
  * };
37
37
  * const command = new RestoreFromSnapshotCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param RestoreFromSnapshotCommandInput - {@link RestoreFromSnapshotCommandInput}
@@ -56,6 +58,8 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
56
58
  * @throws {@link ServiceException} (server fault)
57
59
  * <p>An exception has occurred in Directory Service.</p>
58
60
  *
61
+ * @throws {@link DirectoryServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
59
63
  *
60
64
  */
61
65
  export declare class RestoreFromSnapshotCommand extends $Command<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -49,6 +49,10 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met
49
49
  * };
50
50
  * const command = new ShareDirectoryCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // ShareDirectoryResult
53
+ * // SharedDirectoryId: "STRING_VALUE",
54
+ * // };
55
+ *
52
56
  * ```
53
57
  *
54
58
  * @param ShareDirectoryCommandInput - {@link ShareDirectoryCommandInput}
@@ -88,6 +92,8 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met
88
92
  * @throws {@link UnsupportedOperationException} (client fault)
89
93
  * <p>The operation is not supported.</p>
90
94
  *
95
+ * @throws {@link DirectoryServiceServiceException}
96
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
91
97
  *
92
98
  */
93
99
  export declare class ShareDirectoryCommand extends $Command<ShareDirectoryCommandInput, ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
34
34
  * };
35
35
  * const command = new StartSchemaExtensionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // StartSchemaExtensionResult
38
+ * // SchemaExtensionId: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param StartSchemaExtensionCommandInput - {@link StartSchemaExtensionCommandInput}
@@ -62,6 +66,8 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
62
66
  * use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
63
67
  * for a directory.</p>
64
68
  *
69
+ * @throws {@link DirectoryServiceServiceException}
70
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
71
  *
66
72
  */
67
73
  export declare class StartSchemaExtensionCommand extends $Command<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -35,6 +35,10 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
35
35
  * };
36
36
  * const command = new UnshareDirectoryCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // UnshareDirectoryResult
39
+ * // SharedDirectoryId: "STRING_VALUE",
40
+ * // };
41
+ *
38
42
  * ```
39
43
  *
40
44
  * @param UnshareDirectoryCommandInput - {@link UnshareDirectoryCommandInput}
@@ -58,6 +62,8 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
58
62
  * @throws {@link ServiceException} (server fault)
59
63
  * <p>An exception has occurred in Directory Service.</p>
60
64
  *
65
+ * @throws {@link DirectoryServiceServiceException}
66
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
61
67
  *
62
68
  */
63
69
  export declare class UnshareDirectoryCommand extends $Command<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
36
36
  * };
37
37
  * const command = new UpdateConditionalForwarderCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param UpdateConditionalForwarderCommandInput - {@link UpdateConditionalForwarderCommandInput}
@@ -62,6 +64,8 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
62
64
  * @throws {@link UnsupportedOperationException} (client fault)
63
65
  * <p>The operation is not supported.</p>
64
66
  *
67
+ * @throws {@link DirectoryServiceServiceException}
68
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
65
69
  *
66
70
  */
67
71
  export declare class UpdateConditionalForwarderCommand extends $Command<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupR
38
38
  * };
39
39
  * const command = new UpdateDirectorySetupCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param UpdateDirectorySetupCommandInput - {@link UpdateDirectorySetupCommandInput}
@@ -77,6 +79,8 @@ export interface UpdateDirectorySetupCommandOutput extends UpdateDirectorySetupR
77
79
  * @throws {@link UnsupportedOperationException} (client fault)
78
80
  * <p>The operation is not supported.</p>
79
81
  *
82
+ * @throws {@link DirectoryServiceServiceException}
83
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
80
84
  *
81
85
  */
82
86
  export declare class UpdateDirectorySetupCommand extends $Command<UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
36
36
  * };
37
37
  * const command = new UpdateNumberOfDomainControllersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param UpdateNumberOfDomainControllersCommandInput - {@link UpdateNumberOfDomainControllersCommandInput}
@@ -66,6 +68,8 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
66
68
  * @throws {@link UnsupportedOperationException} (client fault)
67
69
  * <p>The operation is not supported.</p>
68
70
  *
71
+ * @throws {@link DirectoryServiceServiceException}
72
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
69
73
  *
70
74
  */
71
75
  export declare class UpdateNumberOfDomainControllersCommand extends $Command<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
44
44
  * };
45
45
  * const command = new UpdateRadiusCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param UpdateRadiusCommandInput - {@link UpdateRadiusCommandInput}
@@ -64,6 +66,8 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
64
66
  * @throws {@link ServiceException} (server fault)
65
67
  * <p>An exception has occurred in Directory Service.</p>
66
68
  *
69
+ * @throws {@link DirectoryServiceServiceException}
70
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
67
71
  *
68
72
  */
69
73
  export declare class UpdateRadiusCommand extends $Command<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
37
37
  * };
38
38
  * const command = new UpdateSettingsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateSettingsResult
41
+ * // DirectoryId: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param UpdateSettingsCommandInput - {@link UpdateSettingsCommandInput}
@@ -69,6 +73,8 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResult, __Met
69
73
  * @throws {@link UnsupportedSettingsException} (client fault)
70
74
  * <p>The specified directory setting is not supported.</p>
71
75
  *
76
+ * @throws {@link DirectoryServiceServiceException}
77
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
72
78
  *
73
79
  */
74
80
  export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -33,6 +33,11 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
33
33
  * };
34
34
  * const command = new UpdateTrustCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateTrustResult
37
+ * // RequestId: "STRING_VALUE",
38
+ * // TrustId: "STRING_VALUE",
39
+ * // };
40
+ *
36
41
  * ```
37
42
  *
38
43
  * @param UpdateTrustCommandInput - {@link UpdateTrustCommandInput}
@@ -53,6 +58,8 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
53
58
  * @throws {@link ServiceException} (server fault)
54
59
  * <p>An exception has occurred in Directory Service.</p>
55
60
  *
61
+ * @throws {@link DirectoryServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
56
63
  *
57
64
  */
58
65
  export declare class UpdateTrustCommand extends $Command<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -34,6 +34,10 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
34
34
  * };
35
35
  * const command = new VerifyTrustCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // VerifyTrustResult
38
+ * // TrustId: "STRING_VALUE",
39
+ * // };
40
+ *
37
41
  * ```
38
42
  *
39
43
  * @param VerifyTrustCommandInput - {@link VerifyTrustCommandInput}
@@ -57,6 +61,8 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
57
61
  * @throws {@link UnsupportedOperationException} (client fault)
58
62
  * <p>The operation is not supported.</p>
59
63
  *
64
+ * @throws {@link DirectoryServiceServiceException}
65
+ * <p>Base exception class for all service exceptions from DirectoryService service.</p>
60
66
  *
61
67
  */
62
68
  export declare class VerifyTrustCommand extends $Command<VerifyTrustCommandInput, VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-directory-service",
3
3
  "description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
4
- "version": "3.321.1",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,33 +21,33 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",