@aws-sdk/client-directory-service 3.169.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +1180 -330
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +65 -65
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2368 -2133
- package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-directory-service
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-directory-service
|