@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.
Files changed (87) hide show
  1. package/dist-types/DirectoryService.d.ts +68 -0
  2. package/dist-types/DirectoryServiceClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
  4. package/dist-types/commands/AddIpRoutesCommand.d.ts +16 -0
  5. package/dist-types/commands/AddRegionCommand.d.ts +16 -0
  6. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +16 -0
  8. package/dist-types/commands/ConnectDirectoryCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateComputerCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateDirectoryCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateTrustCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteDirectoryCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
  22. package/dist-types/commands/DeregisterCertificateCommand.d.ts +16 -0
  23. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeSettingsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeTrustsCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +16 -0
  37. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +16 -0
  38. package/dist-types/commands/DisableLDAPSCommand.d.ts +16 -0
  39. package/dist-types/commands/DisableRadiusCommand.d.ts +16 -0
  40. package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
  41. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +16 -0
  42. package/dist-types/commands/EnableLDAPSCommand.d.ts +16 -0
  43. package/dist-types/commands/EnableRadiusCommand.d.ts +16 -0
  44. package/dist-types/commands/EnableSsoCommand.d.ts +16 -0
  45. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +16 -0
  46. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
  49. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  52. package/dist-types/commands/RegisterCertificateCommand.d.ts +16 -0
  53. package/dist-types/commands/RegisterEventTopicCommand.d.ts +16 -0
  54. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +16 -0
  55. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +16 -0
  56. package/dist-types/commands/RemoveRegionCommand.d.ts +16 -0
  57. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  58. package/dist-types/commands/ResetUserPasswordCommand.d.ts +16 -0
  59. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +16 -0
  60. package/dist-types/commands/ShareDirectoryCommand.d.ts +16 -0
  61. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +16 -0
  62. package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateRadiusCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateTrustCommand.d.ts +16 -0
  69. package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
  70. package/dist-types/models/DirectoryServiceServiceException.d.ts +2 -0
  71. package/dist-types/models/models_0.d.ts +455 -3
  72. package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeDomainControllersPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeRegionsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeTrustsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +3 -0
  81. package/dist-types/pagination/Interfaces.d.ts +3 -0
  82. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListIpRoutesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  87. 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.296.0",
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.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",