@aws-sdk/client-directory-service 3.168.0 → 3.170.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 (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +1180 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2368 -2133
  75. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  83. package/package.json +34 -34
@@ -1,65 +1,65 @@
1
- export * from "./AcceptSharedDirectoryCommand";
2
- export * from "./AddIpRoutesCommand";
3
- export * from "./AddRegionCommand";
4
- export * from "./AddTagsToResourceCommand";
5
- export * from "./CancelSchemaExtensionCommand";
6
- export * from "./ConnectDirectoryCommand";
7
- export * from "./CreateAliasCommand";
8
- export * from "./CreateComputerCommand";
9
- export * from "./CreateConditionalForwarderCommand";
10
- export * from "./CreateDirectoryCommand";
11
- export * from "./CreateLogSubscriptionCommand";
12
- export * from "./CreateMicrosoftADCommand";
13
- export * from "./CreateSnapshotCommand";
14
- export * from "./CreateTrustCommand";
15
- export * from "./DeleteConditionalForwarderCommand";
16
- export * from "./DeleteDirectoryCommand";
17
- export * from "./DeleteLogSubscriptionCommand";
18
- export * from "./DeleteSnapshotCommand";
19
- export * from "./DeleteTrustCommand";
20
- export * from "./DeregisterCertificateCommand";
21
- export * from "./DeregisterEventTopicCommand";
22
- export * from "./DescribeCertificateCommand";
23
- export * from "./DescribeClientAuthenticationSettingsCommand";
24
- export * from "./DescribeConditionalForwardersCommand";
25
- export * from "./DescribeDirectoriesCommand";
26
- export * from "./DescribeDomainControllersCommand";
27
- export * from "./DescribeEventTopicsCommand";
28
- export * from "./DescribeLDAPSSettingsCommand";
29
- export * from "./DescribeRegionsCommand";
30
- export * from "./DescribeSettingsCommand";
31
- export * from "./DescribeSharedDirectoriesCommand";
32
- export * from "./DescribeSnapshotsCommand";
33
- export * from "./DescribeTrustsCommand";
34
- export * from "./DisableClientAuthenticationCommand";
35
- export * from "./DisableLDAPSCommand";
36
- export * from "./DisableRadiusCommand";
37
- export * from "./DisableSsoCommand";
38
- export * from "./EnableClientAuthenticationCommand";
39
- export * from "./EnableLDAPSCommand";
40
- export * from "./EnableRadiusCommand";
41
- export * from "./EnableSsoCommand";
42
- export * from "./GetDirectoryLimitsCommand";
43
- export * from "./GetSnapshotLimitsCommand";
44
- export * from "./ListCertificatesCommand";
45
- export * from "./ListIpRoutesCommand";
46
- export * from "./ListLogSubscriptionsCommand";
47
- export * from "./ListSchemaExtensionsCommand";
48
- export * from "./ListTagsForResourceCommand";
49
- export * from "./RegisterCertificateCommand";
50
- export * from "./RegisterEventTopicCommand";
51
- export * from "./RejectSharedDirectoryCommand";
52
- export * from "./RemoveIpRoutesCommand";
53
- export * from "./RemoveRegionCommand";
54
- export * from "./RemoveTagsFromResourceCommand";
55
- export * from "./ResetUserPasswordCommand";
56
- export * from "./RestoreFromSnapshotCommand";
57
- export * from "./ShareDirectoryCommand";
58
- export * from "./StartSchemaExtensionCommand";
59
- export * from "./UnshareDirectoryCommand";
60
- export * from "./UpdateConditionalForwarderCommand";
61
- export * from "./UpdateNumberOfDomainControllersCommand";
62
- export * from "./UpdateRadiusCommand";
63
- export * from "./UpdateSettingsCommand";
64
- export * from "./UpdateTrustCommand";
65
- export * from "./VerifyTrustCommand";
1
+ export * from "./AcceptSharedDirectoryCommand";
2
+ export * from "./AddIpRoutesCommand";
3
+ export * from "./AddRegionCommand";
4
+ export * from "./AddTagsToResourceCommand";
5
+ export * from "./CancelSchemaExtensionCommand";
6
+ export * from "./ConnectDirectoryCommand";
7
+ export * from "./CreateAliasCommand";
8
+ export * from "./CreateComputerCommand";
9
+ export * from "./CreateConditionalForwarderCommand";
10
+ export * from "./CreateDirectoryCommand";
11
+ export * from "./CreateLogSubscriptionCommand";
12
+ export * from "./CreateMicrosoftADCommand";
13
+ export * from "./CreateSnapshotCommand";
14
+ export * from "./CreateTrustCommand";
15
+ export * from "./DeleteConditionalForwarderCommand";
16
+ export * from "./DeleteDirectoryCommand";
17
+ export * from "./DeleteLogSubscriptionCommand";
18
+ export * from "./DeleteSnapshotCommand";
19
+ export * from "./DeleteTrustCommand";
20
+ export * from "./DeregisterCertificateCommand";
21
+ export * from "./DeregisterEventTopicCommand";
22
+ export * from "./DescribeCertificateCommand";
23
+ export * from "./DescribeClientAuthenticationSettingsCommand";
24
+ export * from "./DescribeConditionalForwardersCommand";
25
+ export * from "./DescribeDirectoriesCommand";
26
+ export * from "./DescribeDomainControllersCommand";
27
+ export * from "./DescribeEventTopicsCommand";
28
+ export * from "./DescribeLDAPSSettingsCommand";
29
+ export * from "./DescribeRegionsCommand";
30
+ export * from "./DescribeSettingsCommand";
31
+ export * from "./DescribeSharedDirectoriesCommand";
32
+ export * from "./DescribeSnapshotsCommand";
33
+ export * from "./DescribeTrustsCommand";
34
+ export * from "./DisableClientAuthenticationCommand";
35
+ export * from "./DisableLDAPSCommand";
36
+ export * from "./DisableRadiusCommand";
37
+ export * from "./DisableSsoCommand";
38
+ export * from "./EnableClientAuthenticationCommand";
39
+ export * from "./EnableLDAPSCommand";
40
+ export * from "./EnableRadiusCommand";
41
+ export * from "./EnableSsoCommand";
42
+ export * from "./GetDirectoryLimitsCommand";
43
+ export * from "./GetSnapshotLimitsCommand";
44
+ export * from "./ListCertificatesCommand";
45
+ export * from "./ListIpRoutesCommand";
46
+ export * from "./ListLogSubscriptionsCommand";
47
+ export * from "./ListSchemaExtensionsCommand";
48
+ export * from "./ListTagsForResourceCommand";
49
+ export * from "./RegisterCertificateCommand";
50
+ export * from "./RegisterEventTopicCommand";
51
+ export * from "./RejectSharedDirectoryCommand";
52
+ export * from "./RemoveIpRoutesCommand";
53
+ export * from "./RemoveRegionCommand";
54
+ export * from "./RemoveTagsFromResourceCommand";
55
+ export * from "./ResetUserPasswordCommand";
56
+ export * from "./RestoreFromSnapshotCommand";
57
+ export * from "./ShareDirectoryCommand";
58
+ export * from "./StartSchemaExtensionCommand";
59
+ export * from "./UnshareDirectoryCommand";
60
+ export * from "./UpdateConditionalForwarderCommand";
61
+ export * from "./UpdateNumberOfDomainControllersCommand";
62
+ export * from "./UpdateRadiusCommand";
63
+ export * from "./UpdateSettingsCommand";
64
+ export * from "./UpdateTrustCommand";
65
+ export * from "./VerifyTrustCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./DirectoryService";
2
- export * from "./DirectoryServiceClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { DirectoryServiceServiceException } from "./models/DirectoryServiceServiceException";
1
+ export * from "./DirectoryService";
2
+ export * from "./DirectoryServiceClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { DirectoryServiceServiceException } from "./models/DirectoryServiceServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class DirectoryServiceServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class DirectoryServiceServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";