@aws-sdk/client-directory-service 3.39.0 → 3.43.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 (79) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +151 -26
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +151 -26
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/DirectoryServiceClient.d.ts +8 -0
  9. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +1 -1
  10. package/dist-types/commands/AddIpRoutesCommand.d.ts +1 -1
  11. package/dist-types/commands/AddRegionCommand.d.ts +1 -1
  12. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +1 -1
  14. package/dist-types/commands/ConnectDirectoryCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateComputerCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrustCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteTrustCommand.d.ts +1 -1
  28. package/dist-types/commands/DeregisterCertificateCommand.d.ts +1 -1
  29. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeTrustsCommand.d.ts +1 -1
  41. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +1 -1
  42. package/dist-types/commands/DisableLDAPSCommand.d.ts +1 -1
  43. package/dist-types/commands/DisableRadiusCommand.d.ts +1 -1
  44. package/dist-types/commands/DisableSsoCommand.d.ts +1 -1
  45. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +1 -1
  46. package/dist-types/commands/EnableLDAPSCommand.d.ts +1 -1
  47. package/dist-types/commands/EnableRadiusCommand.d.ts +1 -1
  48. package/dist-types/commands/EnableSsoCommand.d.ts +1 -1
  49. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +1 -1
  50. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListCertificatesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListIpRoutesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/RegisterCertificateCommand.d.ts +1 -1
  57. package/dist-types/commands/RegisterEventTopicCommand.d.ts +1 -1
  58. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +1 -1
  59. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +1 -1
  60. package/dist-types/commands/RemoveRegionCommand.d.ts +1 -1
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/ResetUserPasswordCommand.d.ts +1 -1
  63. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +1 -1
  64. package/dist-types/commands/ShareDirectoryCommand.d.ts +1 -1
  65. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +1 -1
  66. package/dist-types/commands/UnshareDirectoryCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateRadiusCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateTrustCommand.d.ts +1 -1
  71. package/dist-types/commands/VerifyTrustCommand.d.ts +1 -1
  72. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  73. package/dist-types/runtimeConfig.d.ts +2 -0
  74. package/dist-types/runtimeConfig.native.d.ts +2 -0
  75. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  79. package/package.json +23 -23
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -101,6 +101,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
101
101
 
102
102
  logger?: __Logger;
103
103
 
104
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
105
+
106
+ useFipsEndpoint?: boolean | __Provider<boolean>;
107
+
104
108
  serviceId?: string;
105
109
 
106
110
  region?: string | __Provider<string>;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.39.0",
4
+ "version": "3.43.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,32 +21,32 @@
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.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"