@aws-sdk/client-directory-service 3.40.0 → 3.45.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 (67) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +1 -1
  5. package/dist-types/commands/AddIpRoutesCommand.d.ts +1 -1
  6. package/dist-types/commands/AddRegionCommand.d.ts +1 -1
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  8. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +1 -1
  9. package/dist-types/commands/ConnectDirectoryCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateComputerCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTrustCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteTrustCommand.d.ts +1 -1
  23. package/dist-types/commands/DeregisterCertificateCommand.d.ts +1 -1
  24. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeTrustsCommand.d.ts +1 -1
  36. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +1 -1
  37. package/dist-types/commands/DisableLDAPSCommand.d.ts +1 -1
  38. package/dist-types/commands/DisableRadiusCommand.d.ts +1 -1
  39. package/dist-types/commands/DisableSsoCommand.d.ts +1 -1
  40. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +1 -1
  41. package/dist-types/commands/EnableLDAPSCommand.d.ts +1 -1
  42. package/dist-types/commands/EnableRadiusCommand.d.ts +1 -1
  43. package/dist-types/commands/EnableSsoCommand.d.ts +1 -1
  44. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListCertificatesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListIpRoutesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/RegisterCertificateCommand.d.ts +1 -1
  52. package/dist-types/commands/RegisterEventTopicCommand.d.ts +1 -1
  53. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +1 -1
  54. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +1 -1
  55. package/dist-types/commands/RemoveRegionCommand.d.ts +1 -1
  56. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  57. package/dist-types/commands/ResetUserPasswordCommand.d.ts +1 -1
  58. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +1 -1
  59. package/dist-types/commands/ShareDirectoryCommand.d.ts +1 -1
  60. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +1 -1
  61. package/dist-types/commands/UnshareDirectoryCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateRadiusCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateTrustCommand.d.ts +1 -1
  66. package/dist-types/commands/VerifyTrustCommand.d.ts +1 -1
  67. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-directory-service
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-directory-service
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "eu-central-1",
104
105
  "eu-north-1",
@@ -168,6 +169,10 @@ const partitionHash = {
168
169
  hostname: "ds.{region}.c2s.ic.gov",
169
170
  tags: [],
170
171
  },
172
+ {
173
+ hostname: "ds-fips.{region}.c2s.ic.gov",
174
+ tags: ["fips"],
175
+ },
171
176
  ],
172
177
  },
173
178
  "aws-iso-b": {
@@ -178,6 +183,10 @@ const partitionHash = {
178
183
  hostname: "ds.{region}.sc2s.sgov.gov",
179
184
  tags: [],
180
185
  },
186
+ {
187
+ hostname: "ds-fips.{region}.sc2s.sgov.gov",
188
+ tags: ["fips"],
189
+ },
181
190
  ],
182
191
  },
183
192
  "aws-us-gov": {
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "eu-central-1",
102
103
  "eu-north-1",
@@ -166,6 +167,10 @@ var partitionHash = {
166
167
  hostname: "ds.{region}.c2s.ic.gov",
167
168
  tags: [],
168
169
  },
170
+ {
171
+ hostname: "ds-fips.{region}.c2s.ic.gov",
172
+ tags: ["fips"],
173
+ },
169
174
  ],
170
175
  },
171
176
  "aws-iso-b": {
@@ -176,6 +181,10 @@ var partitionHash = {
176
181
  hostname: "ds.{region}.sc2s.sgov.gov",
177
182
  tags: [],
178
183
  },
184
+ {
185
+ hostname: "ds-fips.{region}.sc2s.sgov.gov",
186
+ tags: ["fips"],
187
+ },
179
188
  ],
180
189
  },
181
190
  "aws-us-gov": {
@@ -20,7 +20,7 @@ export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirector
20
20
  *
21
21
  * @see {@link AcceptSharedDirectoryCommandInput} for command's `input` shape.
22
22
  * @see {@link AcceptSharedDirectoryCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AcceptSharedDirectoryCommand extends $Command<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataB
27
27
  *
28
28
  * @see {@link AddIpRoutesCommandInput} for command's `input` shape.
29
29
  * @see {@link AddIpRoutesCommandOutput} for command's `response` shape.
30
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class AddIpRoutesCommand extends $Command<AddIpRoutesCommandInput, AddIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link AddRegionCommandInput} for command's `input` shape.
22
22
  * @see {@link AddRegionCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class AddRegionCommand extends $Command<AddRegionCommandInput, AddRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
22
22
  *
23
23
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
25
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensio
24
24
  *
25
25
  * @see {@link CancelSchemaExtensionCommandInput} for command's `input` shape.
26
26
  * @see {@link CancelSchemaExtensionCommandOutput} for command's `response` shape.
27
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CancelSchemaExtensionCommand extends $Command<CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, _
24
24
  *
25
25
  * @see {@link ConnectDirectoryCommandInput} for command's `input` shape.
26
26
  * @see {@link ConnectDirectoryCommandOutput} for command's `response` shape.
27
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ConnectDirectoryCommand extends $Command<ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataB
25
25
  *
26
26
  * @see {@link CreateAliasCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateAliasCommandOutput} for command's `response` shape.
28
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateComputerCommandOutput extends CreateComputerResult, __Met
20
20
  *
21
21
  * @see {@link CreateComputerCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateComputerCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateComputerCommand extends $Command<CreateComputerCommandInput, CreateComputerCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateConditionalForwarderCommandOutput extends CreateCondition
22
22
  *
23
23
  * @see {@link CreateConditionalForwarderCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateConditionalForwarderCommandOutput} for command's `response` shape.
25
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateConditionalForwarderCommand extends $Command<CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __M
25
25
  *
26
26
  * @see {@link CreateDirectoryCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateDirectoryCommandOutput} for command's `response` shape.
28
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptio
21
21
  *
22
22
  * @see {@link CreateLogSubscriptionCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateLogSubscriptionCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateLogSubscriptionCommand extends $Command<CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult,
23
23
  *
24
24
  * @see {@link CreateMicrosoftADCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateMicrosoftADCommandOutput} for command's `response` shape.
26
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateMicrosoftADCommand extends $Command<CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
23
23
  *
24
24
  * @see {@link CreateSnapshotCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
26
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataB
26
26
  *
27
27
  * @see {@link CreateTrustCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateTrustCommandOutput} for command's `response` shape.
29
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateTrustCommand extends $Command<CreateTrustCommandInput, CreateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteConditionalForwarderCommandOutput extends DeleteCondition
21
21
  *
22
22
  * @see {@link DeleteConditionalForwarderCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteConditionalForwarderCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteConditionalForwarderCommand extends $Command<DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __M
24
24
  *
25
25
  * @see {@link DeleteDirectoryCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteDirectoryCommandOutput} for command's `response` shape.
27
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteLogSubscriptionCommandOutput extends DeleteLogSubscriptio
20
20
  *
21
21
  * @see {@link DeleteLogSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteLogSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteLogSubscriptionCommand extends $Command<DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
20
20
  *
21
21
  * @see {@link DeleteSnapshotCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataB
21
21
  *
22
22
  * @see {@link DeleteTrustCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTrustCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteTrustCommand extends $Command<DeleteTrustCommandInput, DeleteTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterCertificateCommandOutput extends DeregisterCertificat
20
20
  *
21
21
  * @see {@link DeregisterCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeregisterCertificateCommand extends $Command<DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeregisterEventTopicCommandOutput extends DeregisterEventTopicR
20
20
  *
21
21
  * @see {@link DeregisterEventTopicCommandInput} for command's `input` shape.
22
22
  * @see {@link DeregisterEventTopicCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeregisterEventTopicCommand extends $Command<DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
20
20
  *
21
21
  * @see {@link DescribeCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeClientAuthenticationSettingsCommandOutput extends Descr
21
21
  *
22
22
  * @see {@link DescribeClientAuthenticationSettingsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeClientAuthenticationSettingsCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeClientAuthenticationSettingsCommand extends $Command<DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeConditionalForwardersCommandOutput extends DescribeCond
22
22
  *
23
23
  * @see {@link DescribeConditionalForwardersCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeConditionalForwardersCommandOutput} for command's `response` shape.
25
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeConditionalForwardersCommand extends $Command<DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface DescribeDirectoriesCommandOutput extends DescribeDirectoriesRes
30
30
  *
31
31
  * @see {@link DescribeDirectoriesCommandInput} for command's `input` shape.
32
32
  * @see {@link DescribeDirectoriesCommandOutput} for command's `response` shape.
33
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class DescribeDirectoriesCommand extends $Command<DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo
20
20
  *
21
21
  * @see {@link DescribeDomainControllersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDomainControllersCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeDomainControllersCommand extends $Command<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
23
23
  *
24
24
  * @see {@link DescribeEventTopicsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeEventTopicsCommandOutput} for command's `response` shape.
26
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeEventTopicsCommand extends $Command<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
20
20
  *
21
21
  * @see {@link DescribeLDAPSSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeLDAPSSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeLDAPSSettingsCommand extends $Command<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
21
21
  *
22
22
  * @see {@link DescribeRegionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeRegionsCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeRegionsCommand extends $Command<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
20
20
  *
21
21
  * @see {@link DescribeSharedDirectoriesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeSharedDirectoriesCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeSharedDirectoriesCommand extends $Command<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
26
26
  *
27
27
  * @see {@link DescribeSnapshotsCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
29
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
22
22
  *
23
23
  * @see {@link DescribeTrustsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeTrustsCommandOutput} for command's `response` shape.
25
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeTrustsCommand extends $Command<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
20
20
  *
21
21
  * @see {@link DisableClientAuthenticationCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableClientAuthenticationCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableClientAuthenticationCommand extends $Command<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
20
20
  *
21
21
  * @see {@link DisableLDAPSCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableLDAPSCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableLDAPSCommand extends $Command<DisableLDAPSCommandInput, DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
21
21
  *
22
22
  * @see {@link DisableRadiusCommandInput} for command's `input` shape.
23
23
  * @see {@link DisableRadiusCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DisableRadiusCommand extends $Command<DisableRadiusCommandInput, DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
20
20
  *
21
21
  * @see {@link DisableSsoCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableSsoCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableSsoCommand extends $Command<DisableSsoCommandInput, DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut
20
20
  *
21
21
  * @see {@link EnableClientAuthenticationCommandInput} for command's `input` shape.
22
22
  * @see {@link EnableClientAuthenticationCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class EnableClientAuthenticationCommand extends $Command<EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB
20
20
  *
21
21
  * @see {@link EnableLDAPSCommandInput} for command's `input` shape.
22
22
  * @see {@link EnableLDAPSCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class EnableLDAPSCommand extends $Command<EnableLDAPSCommandInput, EnableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat
21
21
  *
22
22
  * @see {@link EnableRadiusCommandInput} for command's `input` shape.
23
23
  * @see {@link EnableRadiusCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class EnableRadiusCommand extends $Command<EnableRadiusCommandInput, EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare
22
22
  *
23
23
  * @see {@link EnableSsoCommandInput} for command's `input` shape.
24
24
  * @see {@link EnableSsoCommandOutput} for command's `response` shape.
25
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class EnableSsoCommand extends $Command<EnableSsoCommandInput, EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResul
20
20
  *
21
21
  * @see {@link GetDirectoryLimitsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDirectoryLimitsCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDirectoryLimitsCommand extends $Command<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult,
20
20
  *
21
21
  * @see {@link GetSnapshotLimitsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSnapshotLimitsCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetSnapshotLimitsCommand extends $Command<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _
20
20
  *
21
21
  * @see {@link ListCertificatesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat
20
20
  *
21
21
  * @see {@link ListIpRoutesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIpRoutesCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListIpRoutesCommand extends $Command<ListIpRoutesCommandInput, ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR
20
20
  *
21
21
  * @see {@link ListLogSubscriptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListLogSubscriptionsCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListLogSubscriptionsCommand extends $Command<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR
20
20
  *
21
21
  * @see {@link ListSchemaExtensionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSchemaExtensionsCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSchemaExtensionsCommand extends $Command<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
20
20
  *
21
21
  * @see {@link RegisterCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link RegisterCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RegisterCertificateCommand extends $Command<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RegisterEventTopicCommandOutput extends RegisterEventTopicResul
24
24
  *
25
25
  * @see {@link RegisterEventTopicCommandInput} for command's `input` shape.
26
26
  * @see {@link RegisterEventTopicCommandOutput} for command's `response` shape.
27
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class RegisterEventTopicCommand extends $Command<RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RejectSharedDirectoryCommandOutput extends RejectSharedDirector
20
20
  *
21
21
  * @see {@link RejectSharedDirectoryCommandInput} for command's `input` shape.
22
22
  * @see {@link RejectSharedDirectoryCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RejectSharedDirectoryCommand extends $Command<RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveIpRoutesCommandOutput extends RemoveIpRoutesResult, __Met
20
20
  *
21
21
  * @see {@link RemoveIpRoutesCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveIpRoutesCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveIpRoutesCommand extends $Command<RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface RemoveRegionCommandOutput extends RemoveRegionResult, __Metadat
22
22
  *
23
23
  * @see {@link RemoveRegionCommandInput} for command's `input` shape.
24
24
  * @see {@link RemoveRegionCommandOutput} for command's `response` shape.
25
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class RemoveRegionCommand extends $Command<RemoveRegionCommandInput, RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
20
20
  *
21
21
  * @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResult,
37
37
  *
38
38
  * @see {@link ResetUserPasswordCommandInput} for command's `input` shape.
39
39
  * @see {@link ResetUserPasswordCommandOutput} for command's `response` shape.
40
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class ResetUserPasswordCommand extends $Command<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotRes
25
25
  *
26
26
  * @see {@link RestoreFromSnapshotCommandInput} for command's `input` shape.
27
27
  * @see {@link RestoreFromSnapshotCommandOutput} for command's `response` shape.
28
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class RestoreFromSnapshotCommand extends $Command<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __Met
32
32
  *
33
33
  * @see {@link ShareDirectoryCommandInput} for command's `input` shape.
34
34
  * @see {@link ShareDirectoryCommandOutput} for command's `response` shape.
35
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class ShareDirectoryCommand extends $Command<ShareDirectoryCommandInput, ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionR
20
20
  *
21
21
  * @see {@link StartSchemaExtensionCommandInput} for command's `input` shape.
22
22
  * @see {@link StartSchemaExtensionCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartSchemaExtensionCommand extends $Command<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, _
20
20
  *
21
21
  * @see {@link UnshareDirectoryCommandInput} for command's `input` shape.
22
22
  * @see {@link UnshareDirectoryCommandOutput} for command's `response` shape.
23
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UnshareDirectoryCommand extends $Command<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateConditionalForwarderCommandOutput extends UpdateCondition
21
21
  *
22
22
  * @see {@link UpdateConditionalForwarderCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateConditionalForwarderCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateConditionalForwarderCommand extends $Command<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateNumberOfDomainControllersCommandOutput extends UpdateNumb
24
24
  *
25
25
  * @see {@link UpdateNumberOfDomainControllersCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateNumberOfDomainControllersCommandOutput} for command's `response` shape.
27
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateNumberOfDomainControllersCommand extends $Command<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateRadiusCommandOutput extends UpdateRadiusResult, __Metadat
21
21
  *
22
22
  * @see {@link UpdateRadiusCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateRadiusCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateRadiusCommand extends $Command<UpdateRadiusCommandInput, UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateTrustCommandOutput extends UpdateTrustResult, __MetadataB
21
21
  *
22
22
  * @see {@link UpdateTrustCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateTrustCommandOutput} for command's `response` shape.
24
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateTrustCommand extends $Command<UpdateTrustCommandInput, UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface VerifyTrustCommandOutput extends VerifyTrustResult, __MetadataB
23
23
  *
24
24
  * @see {@link VerifyTrustCommandInput} for command's `input` shape.
25
25
  * @see {@link VerifyTrustCommandOutput} for command's `response` shape.
26
- * @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
27
27
  *
28
28
  */
29
29
  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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",