@aws-sdk/client-directory-service 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DirectoryService.d.ts +68 -0
- package/dist-types/DirectoryServiceClient.d.ts +24 -4
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/AddIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/AddRegionCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +16 -0
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateComputerCommand.d.ts +16 -0
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrustsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +16 -0
- package/dist-types/commands/DisableLDAPSCommand.d.ts +16 -0
- package/dist-types/commands/DisableRadiusCommand.d.ts +16 -0
- package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +16 -0
- package/dist-types/commands/EnableLDAPSCommand.d.ts +16 -0
- package/dist-types/commands/EnableRadiusCommand.d.ts +16 -0
- package/dist-types/commands/EnableSsoCommand.d.ts +16 -0
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +16 -0
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +16 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +16 -0
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRegionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +16 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ShareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +16 -0
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRadiusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTrustCommand.d.ts +16 -0
- package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
- package/dist-types/models/DirectoryServiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +455 -3
- package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDomainControllersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRegionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrustsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIpRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "../commands/DescribeClientAuthenticationSettingsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeClientAuthenticationSettings(config: DirectoryServicePaginationConfiguration, input: DescribeClientAuthenticationSettingsCommandInput, ...additionalArguments: any): Paginator<DescribeClientAuthenticationSettingsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "../commands/DescribeDirectoriesCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeDirectories(config: DirectoryServicePaginationConfiguration, input: DescribeDirectoriesCommandInput, ...additionalArguments: any): Paginator<DescribeDirectoriesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "../commands/DescribeDomainControllersCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeDomainControllers(config: DirectoryServicePaginationConfiguration, input: DescribeDomainControllersCommandInput, ...additionalArguments: any): Paginator<DescribeDomainControllersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "../commands/DescribeLDAPSSettingsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeLDAPSSettings(config: DirectoryServicePaginationConfiguration, input: DescribeLDAPSSettingsCommandInput, ...additionalArguments: any): Paginator<DescribeLDAPSSettingsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "../commands/DescribeRegionsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeRegions(config: DirectoryServicePaginationConfiguration, input: DescribeRegionsCommandInput, ...additionalArguments: any): Paginator<DescribeRegionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "../commands/DescribeSharedDirectoriesCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeSharedDirectories(config: DirectoryServicePaginationConfiguration, input: DescribeSharedDirectoriesCommandInput, ...additionalArguments: any): Paginator<DescribeSharedDirectoriesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeSnapshots(config: DirectoryServicePaginationConfiguration, input: DescribeSnapshotsCommandInput, ...additionalArguments: any): Paginator<DescribeSnapshotsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "../commands/DescribeTrustsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeTrusts(config: DirectoryServicePaginationConfiguration, input: DescribeTrustsCommandInput, ...additionalArguments: any): Paginator<DescribeTrustsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "../commands/DescribeUpdateDirectoryCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeUpdateDirectory(config: DirectoryServicePaginationConfiguration, input: DescribeUpdateDirectoryCommandInput, ...additionalArguments: any): Paginator<DescribeUpdateDirectoryCommandOutput>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { DirectoryServiceClient } from "../DirectoryServiceClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface DirectoryServicePaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: DirectoryServiceClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCertificates(config: DirectoryServicePaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "../commands/ListIpRoutesCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListIpRoutes(config: DirectoryServicePaginationConfiguration, input: ListIpRoutesCommandInput, ...additionalArguments: any): Paginator<ListIpRoutesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "../commands/ListLogSubscriptionsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListLogSubscriptions(config: DirectoryServicePaginationConfiguration, input: ListLogSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListLogSubscriptionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "../commands/ListSchemaExtensionsCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSchemaExtensions(config: DirectoryServicePaginationConfiguration, input: ListSchemaExtensionsCommandInput, ...additionalArguments: any): Paginator<ListSchemaExtensionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
3
|
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTagsForResource(config: DirectoryServicePaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.297.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|