@aws-sdk/client-directory-service 3.45.0 → 3.47.2
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 +44 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +4 -209
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -136
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/DirectoryServiceClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -204
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -136
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-directory-service
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-directory-service
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
44
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
51
|
|
|
8
52
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"ca-central-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "ds.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "ds-fips.ca-central-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-1": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "ds.us-east-1.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "ds-fips.us-east-1.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-east-2": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "ds.us-east-2.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "ds-fips.us-east-2.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-east-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "ds.us-gov-east-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "ds-fips.us-gov-east-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-gov-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "ds.us-gov-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "ds-fips.us-gov-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-1": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "ds.us-west-1.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "ds-fips.us-west-1.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -77,10 +53,6 @@ const regionHash = {
|
|
|
77
53
|
},
|
|
78
54
|
"us-west-2": {
|
|
79
55
|
variants: [
|
|
80
|
-
{
|
|
81
|
-
hostname: "ds.us-west-2.amazonaws.com",
|
|
82
|
-
tags: [],
|
|
83
|
-
},
|
|
84
56
|
{
|
|
85
57
|
hostname: "ds-fips.us-west-2.amazonaws.com",
|
|
86
58
|
tags: ["fips"],
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.VerifyTrustResult = exports.VerifyTrustRequest = exports.UpdateTrustResult = exports.UpdateTrustRequest = exports.UpdateRadiusResult = exports.UpdateRadiusRequest = exports.UpdateNumberOfDomainControllersResult = exports.UpdateNumberOfDomainControllersRequest = exports.DomainControllerLimitExceededException = exports.UpdateConditionalForwarderResult = exports.UpdateConditionalForwarderRequest = exports.UnshareDirectoryResult = exports.UnshareDirectoryRequest = exports.UnshareTarget = exports.StartSchemaExtensionResult = exports.StartSchemaExtensionRequest = exports.ShareLimitExceededException = exports.ShareDirectoryResult = void 0;
|
|
3
|
+
exports.TrustType = exports.TrustDirection = exports.SelectiveAuth = exports.CreateSnapshotResult = exports.CreateSnapshotRequest = exports.CreateMicrosoftADResult = exports.CreateMicrosoftADRequest = exports.DirectoryEdition = exports.CreateLogSubscriptionResult = exports.CreateLogSubscriptionRequest = exports.CreateDirectoryResult = exports.CreateDirectoryRequest = exports.CreateConditionalForwarderResult = exports.CreateConditionalForwarderRequest = exports.CreateComputerResult = exports.CreateComputerRequest = exports.CreateAliasResult = exports.CreateAliasRequest = exports.ConnectDirectoryResult = exports.ConnectDirectoryRequest = exports.DirectorySize = exports.DirectoryConnectSettings = exports.ConditionalForwarder = exports.ReplicationScope = exports.Computer = exports.ClientAuthenticationSettingInfo = exports.ClientAuthenticationType = exports.ClientAuthenticationStatus = exports.CertificateInfo = exports.Certificate = exports.CertificateType = exports.CertificateState = exports.ClientCertAuthSettings = exports.CancelSchemaExtensionResult = exports.CancelSchemaExtensionRequest = exports.Attribute = exports.AddTagsToResourceResult = exports.AddTagsToResourceRequest = exports.Tag = exports.AddRegionResult = exports.AddRegionRequest = exports.DirectoryVpcSettings = exports.AddIpRoutesResult = exports.AddIpRoutesRequest = exports.IpRoute = exports.AcceptSharedDirectoryResult = exports.SharedDirectory = exports.ShareStatus = exports.ShareMethod = exports.AcceptSharedDirectoryRequest = void 0;
|
|
4
|
+
exports.RegionDescription = exports.RegionType = exports.DescribeRegionsRequest = exports.DescribeLDAPSSettingsResult = exports.LDAPSSettingInfo = exports.LDAPSStatus = exports.DescribeLDAPSSettingsRequest = exports.LDAPSType = exports.DescribeEventTopicsResult = exports.EventTopic = exports.TopicStatus = exports.DescribeEventTopicsRequest = exports.DescribeDomainControllersResult = exports.DomainController = exports.DomainControllerStatus = exports.DescribeDomainControllersRequest = exports.DescribeDirectoriesResult = exports.DirectoryDescription = exports.DirectoryType = exports.DirectoryStage = exports.RegionsInfo = exports.OwnerDirectoryDescription = exports.DirectoryVpcSettingsDescription = exports.RadiusStatus = exports.RadiusSettings = exports.RadiusAuthenticationProtocol = exports.DirectoryConnectSettingsDescription = exports.DescribeDirectoriesRequest = exports.DescribeConditionalForwardersResult = exports.DescribeConditionalForwardersRequest = exports.DescribeClientAuthenticationSettingsResult = exports.DescribeClientAuthenticationSettingsRequest = exports.DescribeCertificateResult = exports.DescribeCertificateRequest = exports.DeregisterEventTopicResult = exports.DeregisterEventTopicRequest = exports.DeregisterCertificateResult = exports.DeregisterCertificateRequest = exports.DeleteTrustResult = exports.DeleteTrustRequest = exports.DeleteSnapshotResult = exports.DeleteSnapshotRequest = exports.DeleteLogSubscriptionResult = exports.DeleteLogSubscriptionRequest = exports.DeleteDirectoryResult = exports.DeleteDirectoryRequest = exports.DeleteConditionalForwarderResult = exports.DeleteConditionalForwarderRequest = exports.CreateTrustResult = exports.CreateTrustRequest = void 0;
|
|
5
|
+
exports.RegisterCertificateRequest = exports.ListTagsForResourceResult = exports.ListTagsForResourceRequest = exports.ListSchemaExtensionsResult = exports.SchemaExtensionInfo = exports.SchemaExtensionStatus = exports.ListSchemaExtensionsRequest = exports.ListLogSubscriptionsResult = exports.LogSubscription = exports.ListLogSubscriptionsRequest = exports.ListIpRoutesResult = exports.IpRouteInfo = exports.IpRouteStatusMsg = exports.ListIpRoutesRequest = exports.ListCertificatesResult = exports.ListCertificatesRequest = exports.GetSnapshotLimitsResult = exports.SnapshotLimits = exports.GetSnapshotLimitsRequest = exports.GetDirectoryLimitsResult = exports.GetDirectoryLimitsRequest = exports.EnableSsoResult = exports.EnableSsoRequest = exports.EnableRadiusResult = exports.EnableRadiusRequest = exports.EnableLDAPSResult = exports.EnableLDAPSRequest = exports.EnableClientAuthenticationResult = exports.EnableClientAuthenticationRequest = exports.DisableSsoResult = exports.DisableSsoRequest = exports.DisableRadiusResult = exports.DisableRadiusRequest = exports.DisableLDAPSResult = exports.DisableLDAPSRequest = exports.DisableClientAuthenticationResult = exports.DisableClientAuthenticationRequest = exports.DirectoryLimits = exports.DescribeTrustsResult = exports.Trust = exports.TrustState = exports.DescribeTrustsRequest = exports.DescribeSnapshotsResult = exports.Snapshot = exports.SnapshotType = exports.SnapshotStatus = exports.DescribeSnapshotsRequest = exports.DescribeSharedDirectoriesResult = exports.DescribeSharedDirectoriesRequest = exports.DescribeRegionsResult = void 0;
|
|
6
|
+
exports.VerifyTrustResult = exports.VerifyTrustRequest = exports.UpdateTrustResult = exports.UpdateTrustRequest = exports.UpdateRadiusResult = exports.UpdateRadiusRequest = exports.UpdateNumberOfDomainControllersResult = exports.UpdateNumberOfDomainControllersRequest = exports.UpdateConditionalForwarderResult = exports.UpdateConditionalForwarderRequest = exports.UnshareDirectoryResult = exports.UnshareDirectoryRequest = exports.UnshareTarget = exports.StartSchemaExtensionResult = exports.StartSchemaExtensionRequest = exports.ShareDirectoryResult = exports.ShareDirectoryRequest = exports.ShareTarget = exports.TargetType = exports.RestoreFromSnapshotResult = exports.RestoreFromSnapshotRequest = exports.ResetUserPasswordResult = exports.ResetUserPasswordRequest = exports.RemoveTagsFromResourceResult = exports.RemoveTagsFromResourceRequest = exports.RemoveRegionResult = exports.RemoveRegionRequest = exports.RemoveIpRoutesResult = exports.RemoveIpRoutesRequest = exports.RejectSharedDirectoryResult = exports.RejectSharedDirectoryRequest = exports.RegisterEventTopicResult = exports.RegisterEventTopicRequest = exports.RegisterCertificateResult = void 0;
|
|
8
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
8
|
var AcceptSharedDirectoryRequest;
|
|
10
9
|
(function (AcceptSharedDirectoryRequest) {
|
|
@@ -43,42 +42,6 @@ var AcceptSharedDirectoryResult;
|
|
|
43
42
|
...(obj.SharedDirectory && { SharedDirectory: SharedDirectory.filterSensitiveLog(obj.SharedDirectory) }),
|
|
44
43
|
});
|
|
45
44
|
})(AcceptSharedDirectoryResult = exports.AcceptSharedDirectoryResult || (exports.AcceptSharedDirectoryResult = {}));
|
|
46
|
-
var ClientException;
|
|
47
|
-
(function (ClientException) {
|
|
48
|
-
ClientException.filterSensitiveLog = (obj) => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
})(ClientException = exports.ClientException || (exports.ClientException = {}));
|
|
52
|
-
var DirectoryAlreadySharedException;
|
|
53
|
-
(function (DirectoryAlreadySharedException) {
|
|
54
|
-
DirectoryAlreadySharedException.filterSensitiveLog = (obj) => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
})(DirectoryAlreadySharedException = exports.DirectoryAlreadySharedException || (exports.DirectoryAlreadySharedException = {}));
|
|
58
|
-
var EntityDoesNotExistException;
|
|
59
|
-
(function (EntityDoesNotExistException) {
|
|
60
|
-
EntityDoesNotExistException.filterSensitiveLog = (obj) => ({
|
|
61
|
-
...obj,
|
|
62
|
-
});
|
|
63
|
-
})(EntityDoesNotExistException = exports.EntityDoesNotExistException || (exports.EntityDoesNotExistException = {}));
|
|
64
|
-
var InvalidParameterException;
|
|
65
|
-
(function (InvalidParameterException) {
|
|
66
|
-
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
67
|
-
...obj,
|
|
68
|
-
});
|
|
69
|
-
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
70
|
-
var ServiceException;
|
|
71
|
-
(function (ServiceException) {
|
|
72
|
-
ServiceException.filterSensitiveLog = (obj) => ({
|
|
73
|
-
...obj,
|
|
74
|
-
});
|
|
75
|
-
})(ServiceException = exports.ServiceException || (exports.ServiceException = {}));
|
|
76
|
-
var AccessDeniedException;
|
|
77
|
-
(function (AccessDeniedException) {
|
|
78
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
79
|
-
...obj,
|
|
80
|
-
});
|
|
81
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
82
45
|
var IpRoute;
|
|
83
46
|
(function (IpRoute) {
|
|
84
47
|
IpRoute.filterSensitiveLog = (obj) => ({
|
|
@@ -97,24 +60,6 @@ var AddIpRoutesResult;
|
|
|
97
60
|
...obj,
|
|
98
61
|
});
|
|
99
62
|
})(AddIpRoutesResult = exports.AddIpRoutesResult || (exports.AddIpRoutesResult = {}));
|
|
100
|
-
var DirectoryUnavailableException;
|
|
101
|
-
(function (DirectoryUnavailableException) {
|
|
102
|
-
DirectoryUnavailableException.filterSensitiveLog = (obj) => ({
|
|
103
|
-
...obj,
|
|
104
|
-
});
|
|
105
|
-
})(DirectoryUnavailableException = exports.DirectoryUnavailableException || (exports.DirectoryUnavailableException = {}));
|
|
106
|
-
var EntityAlreadyExistsException;
|
|
107
|
-
(function (EntityAlreadyExistsException) {
|
|
108
|
-
EntityAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
})(EntityAlreadyExistsException = exports.EntityAlreadyExistsException || (exports.EntityAlreadyExistsException = {}));
|
|
112
|
-
var IpRouteLimitExceededException;
|
|
113
|
-
(function (IpRouteLimitExceededException) {
|
|
114
|
-
IpRouteLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
115
|
-
...obj,
|
|
116
|
-
});
|
|
117
|
-
})(IpRouteLimitExceededException = exports.IpRouteLimitExceededException || (exports.IpRouteLimitExceededException = {}));
|
|
118
63
|
var DirectoryVpcSettings;
|
|
119
64
|
(function (DirectoryVpcSettings) {
|
|
120
65
|
DirectoryVpcSettings.filterSensitiveLog = (obj) => ({
|
|
@@ -133,30 +78,6 @@ var AddRegionResult;
|
|
|
133
78
|
...obj,
|
|
134
79
|
});
|
|
135
80
|
})(AddRegionResult = exports.AddRegionResult || (exports.AddRegionResult = {}));
|
|
136
|
-
var DirectoryAlreadyInRegionException;
|
|
137
|
-
(function (DirectoryAlreadyInRegionException) {
|
|
138
|
-
DirectoryAlreadyInRegionException.filterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
})(DirectoryAlreadyInRegionException = exports.DirectoryAlreadyInRegionException || (exports.DirectoryAlreadyInRegionException = {}));
|
|
142
|
-
var DirectoryDoesNotExistException;
|
|
143
|
-
(function (DirectoryDoesNotExistException) {
|
|
144
|
-
DirectoryDoesNotExistException.filterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
})(DirectoryDoesNotExistException = exports.DirectoryDoesNotExistException || (exports.DirectoryDoesNotExistException = {}));
|
|
148
|
-
var RegionLimitExceededException;
|
|
149
|
-
(function (RegionLimitExceededException) {
|
|
150
|
-
RegionLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
})(RegionLimitExceededException = exports.RegionLimitExceededException || (exports.RegionLimitExceededException = {}));
|
|
154
|
-
var UnsupportedOperationException;
|
|
155
|
-
(function (UnsupportedOperationException) {
|
|
156
|
-
UnsupportedOperationException.filterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
})(UnsupportedOperationException = exports.UnsupportedOperationException || (exports.UnsupportedOperationException = {}));
|
|
160
81
|
var Tag;
|
|
161
82
|
(function (Tag) {
|
|
162
83
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -175,24 +96,12 @@ var AddTagsToResourceResult;
|
|
|
175
96
|
...obj,
|
|
176
97
|
});
|
|
177
98
|
})(AddTagsToResourceResult = exports.AddTagsToResourceResult || (exports.AddTagsToResourceResult = {}));
|
|
178
|
-
var TagLimitExceededException;
|
|
179
|
-
(function (TagLimitExceededException) {
|
|
180
|
-
TagLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
})(TagLimitExceededException = exports.TagLimitExceededException || (exports.TagLimitExceededException = {}));
|
|
184
99
|
var Attribute;
|
|
185
100
|
(function (Attribute) {
|
|
186
101
|
Attribute.filterSensitiveLog = (obj) => ({
|
|
187
102
|
...obj,
|
|
188
103
|
});
|
|
189
104
|
})(Attribute = exports.Attribute || (exports.Attribute = {}));
|
|
190
|
-
var AuthenticationFailedException;
|
|
191
|
-
(function (AuthenticationFailedException) {
|
|
192
|
-
AuthenticationFailedException.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(AuthenticationFailedException = exports.AuthenticationFailedException || (exports.AuthenticationFailedException = {}));
|
|
196
105
|
var CancelSchemaExtensionRequest;
|
|
197
106
|
(function (CancelSchemaExtensionRequest) {
|
|
198
107
|
CancelSchemaExtensionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -231,36 +140,12 @@ var Certificate;
|
|
|
231
140
|
...obj,
|
|
232
141
|
});
|
|
233
142
|
})(Certificate = exports.Certificate || (exports.Certificate = {}));
|
|
234
|
-
var CertificateAlreadyExistsException;
|
|
235
|
-
(function (CertificateAlreadyExistsException) {
|
|
236
|
-
CertificateAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
})(CertificateAlreadyExistsException = exports.CertificateAlreadyExistsException || (exports.CertificateAlreadyExistsException = {}));
|
|
240
|
-
var CertificateDoesNotExistException;
|
|
241
|
-
(function (CertificateDoesNotExistException) {
|
|
242
|
-
CertificateDoesNotExistException.filterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
})(CertificateDoesNotExistException = exports.CertificateDoesNotExistException || (exports.CertificateDoesNotExistException = {}));
|
|
246
143
|
var CertificateInfo;
|
|
247
144
|
(function (CertificateInfo) {
|
|
248
145
|
CertificateInfo.filterSensitiveLog = (obj) => ({
|
|
249
146
|
...obj,
|
|
250
147
|
});
|
|
251
148
|
})(CertificateInfo = exports.CertificateInfo || (exports.CertificateInfo = {}));
|
|
252
|
-
var CertificateInUseException;
|
|
253
|
-
(function (CertificateInUseException) {
|
|
254
|
-
CertificateInUseException.filterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
});
|
|
257
|
-
})(CertificateInUseException = exports.CertificateInUseException || (exports.CertificateInUseException = {}));
|
|
258
|
-
var CertificateLimitExceededException;
|
|
259
|
-
(function (CertificateLimitExceededException) {
|
|
260
|
-
CertificateLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
261
|
-
...obj,
|
|
262
|
-
});
|
|
263
|
-
})(CertificateLimitExceededException = exports.CertificateLimitExceededException || (exports.CertificateLimitExceededException = {}));
|
|
264
149
|
var ClientAuthenticationStatus;
|
|
265
150
|
(function (ClientAuthenticationStatus) {
|
|
266
151
|
ClientAuthenticationStatus["DISABLED"] = "Disabled";
|
|
@@ -316,12 +201,6 @@ var ConnectDirectoryResult;
|
|
|
316
201
|
...obj,
|
|
317
202
|
});
|
|
318
203
|
})(ConnectDirectoryResult = exports.ConnectDirectoryResult || (exports.ConnectDirectoryResult = {}));
|
|
319
|
-
var DirectoryLimitExceededException;
|
|
320
|
-
(function (DirectoryLimitExceededException) {
|
|
321
|
-
DirectoryLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
})(DirectoryLimitExceededException = exports.DirectoryLimitExceededException || (exports.DirectoryLimitExceededException = {}));
|
|
325
204
|
var CreateAliasRequest;
|
|
326
205
|
(function (CreateAliasRequest) {
|
|
327
206
|
CreateAliasRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -384,12 +263,6 @@ var CreateLogSubscriptionResult;
|
|
|
384
263
|
...obj,
|
|
385
264
|
});
|
|
386
265
|
})(CreateLogSubscriptionResult = exports.CreateLogSubscriptionResult || (exports.CreateLogSubscriptionResult = {}));
|
|
387
|
-
var InsufficientPermissionsException;
|
|
388
|
-
(function (InsufficientPermissionsException) {
|
|
389
|
-
InsufficientPermissionsException.filterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
})(InsufficientPermissionsException = exports.InsufficientPermissionsException || (exports.InsufficientPermissionsException = {}));
|
|
393
266
|
var DirectoryEdition;
|
|
394
267
|
(function (DirectoryEdition) {
|
|
395
268
|
DirectoryEdition["ENTERPRISE"] = "Enterprise";
|
|
@@ -420,12 +293,6 @@ var CreateSnapshotResult;
|
|
|
420
293
|
...obj,
|
|
421
294
|
});
|
|
422
295
|
})(CreateSnapshotResult = exports.CreateSnapshotResult || (exports.CreateSnapshotResult = {}));
|
|
423
|
-
var SnapshotLimitExceededException;
|
|
424
|
-
(function (SnapshotLimitExceededException) {
|
|
425
|
-
SnapshotLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
})(SnapshotLimitExceededException = exports.SnapshotLimitExceededException || (exports.SnapshotLimitExceededException = {}));
|
|
429
296
|
var SelectiveAuth;
|
|
430
297
|
(function (SelectiveAuth) {
|
|
431
298
|
SelectiveAuth["DISABLED"] = "Disabled";
|
|
@@ -667,12 +534,6 @@ var DescribeDirectoriesResult;
|
|
|
667
534
|
}),
|
|
668
535
|
});
|
|
669
536
|
})(DescribeDirectoriesResult = exports.DescribeDirectoriesResult || (exports.DescribeDirectoriesResult = {}));
|
|
670
|
-
var InvalidNextTokenException;
|
|
671
|
-
(function (InvalidNextTokenException) {
|
|
672
|
-
InvalidNextTokenException.filterSensitiveLog = (obj) => ({
|
|
673
|
-
...obj,
|
|
674
|
-
});
|
|
675
|
-
})(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
|
|
676
537
|
var DescribeDomainControllersRequest;
|
|
677
538
|
(function (DescribeDomainControllersRequest) {
|
|
678
539
|
DescribeDomainControllersRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -860,12 +721,6 @@ var DirectoryLimits;
|
|
|
860
721
|
...obj,
|
|
861
722
|
});
|
|
862
723
|
})(DirectoryLimits = exports.DirectoryLimits || (exports.DirectoryLimits = {}));
|
|
863
|
-
var DirectoryNotSharedException;
|
|
864
|
-
(function (DirectoryNotSharedException) {
|
|
865
|
-
DirectoryNotSharedException.filterSensitiveLog = (obj) => ({
|
|
866
|
-
...obj,
|
|
867
|
-
});
|
|
868
|
-
})(DirectoryNotSharedException = exports.DirectoryNotSharedException || (exports.DirectoryNotSharedException = {}));
|
|
869
724
|
var DisableClientAuthenticationRequest;
|
|
870
725
|
(function (DisableClientAuthenticationRequest) {
|
|
871
726
|
DisableClientAuthenticationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -878,12 +733,6 @@ var DisableClientAuthenticationResult;
|
|
|
878
733
|
...obj,
|
|
879
734
|
});
|
|
880
735
|
})(DisableClientAuthenticationResult = exports.DisableClientAuthenticationResult || (exports.DisableClientAuthenticationResult = {}));
|
|
881
|
-
var InvalidClientAuthStatusException;
|
|
882
|
-
(function (InvalidClientAuthStatusException) {
|
|
883
|
-
InvalidClientAuthStatusException.filterSensitiveLog = (obj) => ({
|
|
884
|
-
...obj,
|
|
885
|
-
});
|
|
886
|
-
})(InvalidClientAuthStatusException = exports.InvalidClientAuthStatusException || (exports.InvalidClientAuthStatusException = {}));
|
|
887
736
|
var DisableLDAPSRequest;
|
|
888
737
|
(function (DisableLDAPSRequest) {
|
|
889
738
|
DisableLDAPSRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -896,12 +745,6 @@ var DisableLDAPSResult;
|
|
|
896
745
|
...obj,
|
|
897
746
|
});
|
|
898
747
|
})(DisableLDAPSResult = exports.DisableLDAPSResult || (exports.DisableLDAPSResult = {}));
|
|
899
|
-
var InvalidLDAPSStatusException;
|
|
900
|
-
(function (InvalidLDAPSStatusException) {
|
|
901
|
-
InvalidLDAPSStatusException.filterSensitiveLog = (obj) => ({
|
|
902
|
-
...obj,
|
|
903
|
-
});
|
|
904
|
-
})(InvalidLDAPSStatusException = exports.InvalidLDAPSStatusException || (exports.InvalidLDAPSStatusException = {}));
|
|
905
748
|
var DisableRadiusRequest;
|
|
906
749
|
(function (DisableRadiusRequest) {
|
|
907
750
|
DisableRadiusRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -939,12 +782,6 @@ var EnableClientAuthenticationResult;
|
|
|
939
782
|
...obj,
|
|
940
783
|
});
|
|
941
784
|
})(EnableClientAuthenticationResult = exports.EnableClientAuthenticationResult || (exports.EnableClientAuthenticationResult = {}));
|
|
942
|
-
var NoAvailableCertificateException;
|
|
943
|
-
(function (NoAvailableCertificateException) {
|
|
944
|
-
NoAvailableCertificateException.filterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
})(NoAvailableCertificateException = exports.NoAvailableCertificateException || (exports.NoAvailableCertificateException = {}));
|
|
948
785
|
var EnableLDAPSRequest;
|
|
949
786
|
(function (EnableLDAPSRequest) {
|
|
950
787
|
EnableLDAPSRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1112,12 +949,6 @@ var ListTagsForResourceResult;
|
|
|
1112
949
|
...obj,
|
|
1113
950
|
});
|
|
1114
951
|
})(ListTagsForResourceResult = exports.ListTagsForResourceResult || (exports.ListTagsForResourceResult = {}));
|
|
1115
|
-
var InvalidCertificateException;
|
|
1116
|
-
(function (InvalidCertificateException) {
|
|
1117
|
-
InvalidCertificateException.filterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
})(InvalidCertificateException = exports.InvalidCertificateException || (exports.InvalidCertificateException = {}));
|
|
1121
952
|
var RegisterCertificateRequest;
|
|
1122
953
|
(function (RegisterCertificateRequest) {
|
|
1123
954
|
RegisterCertificateRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1190,12 +1021,6 @@ var RemoveTagsFromResourceResult;
|
|
|
1190
1021
|
...obj,
|
|
1191
1022
|
});
|
|
1192
1023
|
})(RemoveTagsFromResourceResult = exports.RemoveTagsFromResourceResult || (exports.RemoveTagsFromResourceResult = {}));
|
|
1193
|
-
var InvalidPasswordException;
|
|
1194
|
-
(function (InvalidPasswordException) {
|
|
1195
|
-
InvalidPasswordException.filterSensitiveLog = (obj) => ({
|
|
1196
|
-
...obj,
|
|
1197
|
-
});
|
|
1198
|
-
})(InvalidPasswordException = exports.InvalidPasswordException || (exports.InvalidPasswordException = {}));
|
|
1199
1024
|
var ResetUserPasswordRequest;
|
|
1200
1025
|
(function (ResetUserPasswordRequest) {
|
|
1201
1026
|
ResetUserPasswordRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1209,12 +1034,6 @@ var ResetUserPasswordResult;
|
|
|
1209
1034
|
...obj,
|
|
1210
1035
|
});
|
|
1211
1036
|
})(ResetUserPasswordResult = exports.ResetUserPasswordResult || (exports.ResetUserPasswordResult = {}));
|
|
1212
|
-
var UserDoesNotExistException;
|
|
1213
|
-
(function (UserDoesNotExistException) {
|
|
1214
|
-
UserDoesNotExistException.filterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
});
|
|
1217
|
-
})(UserDoesNotExistException = exports.UserDoesNotExistException || (exports.UserDoesNotExistException = {}));
|
|
1218
1037
|
var RestoreFromSnapshotRequest;
|
|
1219
1038
|
(function (RestoreFromSnapshotRequest) {
|
|
1220
1039
|
RestoreFromSnapshotRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1227,18 +1046,6 @@ var RestoreFromSnapshotResult;
|
|
|
1227
1046
|
...obj,
|
|
1228
1047
|
});
|
|
1229
1048
|
})(RestoreFromSnapshotResult = exports.RestoreFromSnapshotResult || (exports.RestoreFromSnapshotResult = {}));
|
|
1230
|
-
var InvalidTargetException;
|
|
1231
|
-
(function (InvalidTargetException) {
|
|
1232
|
-
InvalidTargetException.filterSensitiveLog = (obj) => ({
|
|
1233
|
-
...obj,
|
|
1234
|
-
});
|
|
1235
|
-
})(InvalidTargetException = exports.InvalidTargetException || (exports.InvalidTargetException = {}));
|
|
1236
|
-
var OrganizationsException;
|
|
1237
|
-
(function (OrganizationsException) {
|
|
1238
|
-
OrganizationsException.filterSensitiveLog = (obj) => ({
|
|
1239
|
-
...obj,
|
|
1240
|
-
});
|
|
1241
|
-
})(OrganizationsException = exports.OrganizationsException || (exports.OrganizationsException = {}));
|
|
1242
1049
|
var TargetType;
|
|
1243
1050
|
(function (TargetType) {
|
|
1244
1051
|
TargetType["ACCOUNT"] = "ACCOUNT";
|
|
@@ -1262,12 +1069,6 @@ var ShareDirectoryResult;
|
|
|
1262
1069
|
...obj,
|
|
1263
1070
|
});
|
|
1264
1071
|
})(ShareDirectoryResult = exports.ShareDirectoryResult || (exports.ShareDirectoryResult = {}));
|
|
1265
|
-
var ShareLimitExceededException;
|
|
1266
|
-
(function (ShareLimitExceededException) {
|
|
1267
|
-
ShareLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
})(ShareLimitExceededException = exports.ShareLimitExceededException || (exports.ShareLimitExceededException = {}));
|
|
1271
1072
|
var StartSchemaExtensionRequest;
|
|
1272
1073
|
(function (StartSchemaExtensionRequest) {
|
|
1273
1074
|
StartSchemaExtensionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1310,12 +1111,6 @@ var UpdateConditionalForwarderResult;
|
|
|
1310
1111
|
...obj,
|
|
1311
1112
|
});
|
|
1312
1113
|
})(UpdateConditionalForwarderResult = exports.UpdateConditionalForwarderResult || (exports.UpdateConditionalForwarderResult = {}));
|
|
1313
|
-
var DomainControllerLimitExceededException;
|
|
1314
|
-
(function (DomainControllerLimitExceededException) {
|
|
1315
|
-
DomainControllerLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
1316
|
-
...obj,
|
|
1317
|
-
});
|
|
1318
|
-
})(DomainControllerLimitExceededException = exports.DomainControllerLimitExceededException || (exports.DomainControllerLimitExceededException = {}));
|
|
1319
1114
|
var UpdateNumberOfDomainControllersRequest;
|
|
1320
1115
|
(function (UpdateNumberOfDomainControllersRequest) {
|
|
1321
1116
|
UpdateNumberOfDomainControllersRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -16,14 +16,17 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
19
20
|
const getRuntimeConfig = (config) => {
|
|
20
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
|
-
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
22
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
25
|
return {
|
|
24
26
|
...clientSharedValues,
|
|
25
27
|
...config,
|
|
26
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
27
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
28
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
29
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -31,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
31
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
32
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
33
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
34
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
35
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
36
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"ca-central-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "ds.ca-central-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "ds-fips.ca-central-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-1": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "ds.us-east-1.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "ds-fips.us-east-1.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-east-2": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "ds.us-east-2.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "ds-fips.us-east-2.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-east-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "ds.us-gov-east-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "ds-fips.us-gov-east-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-gov-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "ds.us-gov-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "ds-fips.us-gov-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-1": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "ds.us-west-1.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "ds-fips.us-west-1.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|
|
@@ -75,10 +51,6 @@ var regionHash = {
|
|
|
75
51
|
},
|
|
76
52
|
"us-west-2": {
|
|
77
53
|
variants: [
|
|
78
|
-
{
|
|
79
|
-
hostname: "ds.us-west-2.amazonaws.com",
|
|
80
|
-
tags: [],
|
|
81
|
-
},
|
|
82
54
|
{
|
|
83
55
|
hostname: "ds-fips.us-west-2.amazonaws.com",
|
|
84
56
|
tags: ["fips"],
|