@aws-sdk/client-servicediscovery 3.42.0 → 3.47.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 +47 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +3 -87
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +0 -56
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ServiceDiscoveryClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -84
- 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/ServiceDiscoveryClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -56
- 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 +38 -45
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
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.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **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))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **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))
|
|
28
|
+
* 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))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
46
|
+
|
|
47
|
+
**Note:** Version bump only for package @aws-sdk/client-servicediscovery
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
54
|
|
|
8
55
|
**Note:** Version bump only for package @aws-sdk/client-servicediscovery
|
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: "servicediscovery.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "servicediscovery-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: "servicediscovery.us-east-1.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "servicediscovery-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: "servicediscovery.us-east-2.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "servicediscovery-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: "servicediscovery.us-gov-east-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "servicediscovery-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: "servicediscovery.us-gov-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "servicediscovery-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: "servicediscovery.us-west-1.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "servicediscovery-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: "servicediscovery.us-west-2.amazonaws.com",
|
|
82
|
-
tags: [],
|
|
83
|
-
},
|
|
84
56
|
{
|
|
85
57
|
hostname: "servicediscovery-fips.us-west-2.amazonaws.com",
|
|
86
58
|
tags: ["fips"],
|
|
@@ -99,6 +71,7 @@ const partitionHash = {
|
|
|
99
71
|
"ap-south-1",
|
|
100
72
|
"ap-southeast-1",
|
|
101
73
|
"ap-southeast-2",
|
|
74
|
+
"ap-southeast-3",
|
|
102
75
|
"ca-central-1",
|
|
103
76
|
"ca-central-1-fips",
|
|
104
77
|
"eu-central-1",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateServiceResponse = exports.UpdateServiceRequest =
|
|
3
|
+
exports.GetNamespaceResponse = exports.Namespace = exports.NamespaceType = exports.NamespaceProperties = exports.HttpProperties = exports.GetNamespaceRequest = exports.GetInstancesHealthStatusResponse = exports.GetInstancesHealthStatusRequest = exports.GetInstanceResponse = exports.Instance = exports.GetInstanceRequest = exports.FilterCondition = exports.DnsProperties = exports.DnsConfigChange = exports.DiscoverInstancesResponse = exports.HttpInstanceSummary = exports.HealthStatus = exports.DiscoverInstancesRequest = exports.HealthStatusFilter = exports.DeregisterInstanceResponse = exports.DeregisterInstanceRequest = exports.DeleteServiceResponse = exports.DeleteServiceRequest = exports.DeleteNamespaceResponse = exports.DeleteNamespaceRequest = exports.CustomHealthStatus = exports.CreateServiceResponse = exports.Service = exports.ServiceType = exports.CreateServiceRequest = exports.ServiceTypeOption = exports.HealthCheckCustomConfig = exports.HealthCheckConfig = exports.HealthCheckType = exports.DnsConfig = exports.RoutingPolicy = exports.DnsRecord = exports.RecordType = exports.CreatePublicDnsNamespaceResponse = exports.CreatePublicDnsNamespaceRequest = exports.PublicDnsNamespaceProperties = exports.PublicDnsPropertiesMutable = exports.CreatePrivateDnsNamespaceResponse = exports.CreatePrivateDnsNamespaceRequest = exports.PrivateDnsNamespaceProperties = exports.PrivateDnsPropertiesMutable = exports.SOA = exports.CreateHttpNamespaceResponse = exports.CreateHttpNamespaceRequest = exports.Tag = void 0;
|
|
4
|
+
exports.ServiceChange = exports.UpdatePublicDnsNamespaceResponse = exports.UpdatePublicDnsNamespaceRequest = exports.UpdatePrivateDnsNamespaceResponse = exports.UpdatePrivateDnsNamespaceRequest = exports.UpdateInstanceCustomHealthStatusRequest = exports.UpdateHttpNamespaceResponse = exports.UpdateHttpNamespaceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RegisterInstanceResponse = exports.RegisterInstanceRequest = exports.PublicDnsNamespaceChange = exports.PublicDnsNamespacePropertiesChange = exports.PublicDnsPropertiesMutableChange = exports.PrivateDnsNamespaceChange = exports.PrivateDnsNamespacePropertiesChange = exports.PrivateDnsPropertiesMutableChange = exports.SOAChange = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServicesResponse = exports.ServiceSummary = exports.ListServicesRequest = exports.ServiceFilter = exports.ServiceFilterName = exports.ListOperationsResponse = exports.OperationSummary = exports.ListOperationsRequest = exports.OperationFilter = exports.OperationFilterName = exports.ListNamespacesResponse = exports.NamespaceSummary = exports.ListNamespacesRequest = exports.NamespaceFilter = exports.NamespaceFilterName = exports.ListInstancesResponse = exports.ListInstancesRequest = exports.InstanceSummary = exports.HttpNamespaceChange = exports.GetServiceResponse = exports.GetServiceRequest = exports.GetOperationResponse = exports.Operation = exports.OperationType = exports.OperationTargetType = exports.OperationStatus = exports.GetOperationRequest = void 0;
|
|
5
|
+
exports.UpdateServiceResponse = exports.UpdateServiceRequest = void 0;
|
|
6
6
|
var Tag;
|
|
7
7
|
(function (Tag) {
|
|
8
8
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -21,36 +21,6 @@ var CreateHttpNamespaceResponse;
|
|
|
21
21
|
...obj,
|
|
22
22
|
});
|
|
23
23
|
})(CreateHttpNamespaceResponse = exports.CreateHttpNamespaceResponse || (exports.CreateHttpNamespaceResponse = {}));
|
|
24
|
-
var DuplicateRequest;
|
|
25
|
-
(function (DuplicateRequest) {
|
|
26
|
-
DuplicateRequest.filterSensitiveLog = (obj) => ({
|
|
27
|
-
...obj,
|
|
28
|
-
});
|
|
29
|
-
})(DuplicateRequest = exports.DuplicateRequest || (exports.DuplicateRequest = {}));
|
|
30
|
-
var InvalidInput;
|
|
31
|
-
(function (InvalidInput) {
|
|
32
|
-
InvalidInput.filterSensitiveLog = (obj) => ({
|
|
33
|
-
...obj,
|
|
34
|
-
});
|
|
35
|
-
})(InvalidInput = exports.InvalidInput || (exports.InvalidInput = {}));
|
|
36
|
-
var NamespaceAlreadyExists;
|
|
37
|
-
(function (NamespaceAlreadyExists) {
|
|
38
|
-
NamespaceAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
39
|
-
...obj,
|
|
40
|
-
});
|
|
41
|
-
})(NamespaceAlreadyExists = exports.NamespaceAlreadyExists || (exports.NamespaceAlreadyExists = {}));
|
|
42
|
-
var ResourceLimitExceeded;
|
|
43
|
-
(function (ResourceLimitExceeded) {
|
|
44
|
-
ResourceLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(ResourceLimitExceeded = exports.ResourceLimitExceeded || (exports.ResourceLimitExceeded = {}));
|
|
48
|
-
var TooManyTagsException;
|
|
49
|
-
(function (TooManyTagsException) {
|
|
50
|
-
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
54
24
|
var SOA;
|
|
55
25
|
(function (SOA) {
|
|
56
26
|
SOA.filterSensitiveLog = (obj) => ({
|
|
@@ -175,24 +145,6 @@ var CreateServiceResponse;
|
|
|
175
145
|
...obj,
|
|
176
146
|
});
|
|
177
147
|
})(CreateServiceResponse = exports.CreateServiceResponse || (exports.CreateServiceResponse = {}));
|
|
178
|
-
var NamespaceNotFound;
|
|
179
|
-
(function (NamespaceNotFound) {
|
|
180
|
-
NamespaceNotFound.filterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
})(NamespaceNotFound = exports.NamespaceNotFound || (exports.NamespaceNotFound = {}));
|
|
184
|
-
var ServiceAlreadyExists;
|
|
185
|
-
(function (ServiceAlreadyExists) {
|
|
186
|
-
ServiceAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
})(ServiceAlreadyExists = exports.ServiceAlreadyExists || (exports.ServiceAlreadyExists = {}));
|
|
190
|
-
var CustomHealthNotFound;
|
|
191
|
-
(function (CustomHealthNotFound) {
|
|
192
|
-
CustomHealthNotFound.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(CustomHealthNotFound = exports.CustomHealthNotFound || (exports.CustomHealthNotFound = {}));
|
|
196
148
|
var CustomHealthStatus;
|
|
197
149
|
(function (CustomHealthStatus) {
|
|
198
150
|
CustomHealthStatus["HEALTHY"] = "HEALTHY";
|
|
@@ -210,12 +162,6 @@ var DeleteNamespaceResponse;
|
|
|
210
162
|
...obj,
|
|
211
163
|
});
|
|
212
164
|
})(DeleteNamespaceResponse = exports.DeleteNamespaceResponse || (exports.DeleteNamespaceResponse = {}));
|
|
213
|
-
var ResourceInUse;
|
|
214
|
-
(function (ResourceInUse) {
|
|
215
|
-
ResourceInUse.filterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
})(ResourceInUse = exports.ResourceInUse || (exports.ResourceInUse = {}));
|
|
219
165
|
var DeleteServiceRequest;
|
|
220
166
|
(function (DeleteServiceRequest) {
|
|
221
167
|
DeleteServiceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -228,12 +174,6 @@ var DeleteServiceResponse;
|
|
|
228
174
|
...obj,
|
|
229
175
|
});
|
|
230
176
|
})(DeleteServiceResponse = exports.DeleteServiceResponse || (exports.DeleteServiceResponse = {}));
|
|
231
|
-
var ServiceNotFound;
|
|
232
|
-
(function (ServiceNotFound) {
|
|
233
|
-
ServiceNotFound.filterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
})(ServiceNotFound = exports.ServiceNotFound || (exports.ServiceNotFound = {}));
|
|
237
177
|
var DeregisterInstanceRequest;
|
|
238
178
|
(function (DeregisterInstanceRequest) {
|
|
239
179
|
DeregisterInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -246,12 +186,6 @@ var DeregisterInstanceResponse;
|
|
|
246
186
|
...obj,
|
|
247
187
|
});
|
|
248
188
|
})(DeregisterInstanceResponse = exports.DeregisterInstanceResponse || (exports.DeregisterInstanceResponse = {}));
|
|
249
|
-
var InstanceNotFound;
|
|
250
|
-
(function (InstanceNotFound) {
|
|
251
|
-
InstanceNotFound.filterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
})(InstanceNotFound = exports.InstanceNotFound || (exports.InstanceNotFound = {}));
|
|
255
189
|
var HealthStatusFilter;
|
|
256
190
|
(function (HealthStatusFilter) {
|
|
257
191
|
HealthStatusFilter["ALL"] = "ALL";
|
|
@@ -283,12 +217,6 @@ var DiscoverInstancesResponse;
|
|
|
283
217
|
...obj,
|
|
284
218
|
});
|
|
285
219
|
})(DiscoverInstancesResponse = exports.DiscoverInstancesResponse || (exports.DiscoverInstancesResponse = {}));
|
|
286
|
-
var RequestLimitExceeded;
|
|
287
|
-
(function (RequestLimitExceeded) {
|
|
288
|
-
RequestLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
})(RequestLimitExceeded = exports.RequestLimitExceeded || (exports.RequestLimitExceeded = {}));
|
|
292
220
|
var DnsConfigChange;
|
|
293
221
|
(function (DnsConfigChange) {
|
|
294
222
|
DnsConfigChange.filterSensitiveLog = (obj) => ({
|
|
@@ -413,12 +341,6 @@ var GetOperationResponse;
|
|
|
413
341
|
...obj,
|
|
414
342
|
});
|
|
415
343
|
})(GetOperationResponse = exports.GetOperationResponse || (exports.GetOperationResponse = {}));
|
|
416
|
-
var OperationNotFound;
|
|
417
|
-
(function (OperationNotFound) {
|
|
418
|
-
OperationNotFound.filterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
})(OperationNotFound = exports.OperationNotFound || (exports.OperationNotFound = {}));
|
|
422
344
|
var GetServiceRequest;
|
|
423
345
|
(function (GetServiceRequest) {
|
|
424
346
|
GetServiceRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -555,12 +477,6 @@ var ListTagsForResourceResponse;
|
|
|
555
477
|
...obj,
|
|
556
478
|
});
|
|
557
479
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
558
|
-
var ResourceNotFoundException;
|
|
559
|
-
(function (ResourceNotFoundException) {
|
|
560
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
564
480
|
var SOAChange;
|
|
565
481
|
(function (SOAChange) {
|
|
566
482
|
SOAChange.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: "servicediscovery.ca-central-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "servicediscovery-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: "servicediscovery.us-east-1.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "servicediscovery-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: "servicediscovery.us-east-2.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "servicediscovery-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: "servicediscovery.us-gov-east-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "servicediscovery-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: "servicediscovery.us-gov-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "servicediscovery-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: "servicediscovery.us-west-1.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "servicediscovery-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: "servicediscovery.us-west-2.amazonaws.com",
|
|
80
|
-
tags: [],
|
|
81
|
-
},
|
|
82
54
|
{
|
|
83
55
|
hostname: "servicediscovery-fips.us-west-2.amazonaws.com",
|
|
84
56
|
tags: ["fips"],
|
|
@@ -97,6 +69,7 @@ var partitionHash = {
|
|
|
97
69
|
"ap-south-1",
|
|
98
70
|
"ap-southeast-1",
|
|
99
71
|
"ap-southeast-2",
|
|
72
|
+
"ap-southeast-3",
|
|
100
73
|
"ca-central-1",
|
|
101
74
|
"ca-central-1-fips",
|
|
102
75
|
"eu-central-1",
|
|
@@ -11,26 +11,6 @@ export var CreateHttpNamespaceResponse;
|
|
|
11
11
|
(function (CreateHttpNamespaceResponse) {
|
|
12
12
|
CreateHttpNamespaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
13
|
})(CreateHttpNamespaceResponse || (CreateHttpNamespaceResponse = {}));
|
|
14
|
-
export var DuplicateRequest;
|
|
15
|
-
(function (DuplicateRequest) {
|
|
16
|
-
DuplicateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
-
})(DuplicateRequest || (DuplicateRequest = {}));
|
|
18
|
-
export var InvalidInput;
|
|
19
|
-
(function (InvalidInput) {
|
|
20
|
-
InvalidInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(InvalidInput || (InvalidInput = {}));
|
|
22
|
-
export var NamespaceAlreadyExists;
|
|
23
|
-
(function (NamespaceAlreadyExists) {
|
|
24
|
-
NamespaceAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(NamespaceAlreadyExists || (NamespaceAlreadyExists = {}));
|
|
26
|
-
export var ResourceLimitExceeded;
|
|
27
|
-
(function (ResourceLimitExceeded) {
|
|
28
|
-
ResourceLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(ResourceLimitExceeded || (ResourceLimitExceeded = {}));
|
|
30
|
-
export var TooManyTagsException;
|
|
31
|
-
(function (TooManyTagsException) {
|
|
32
|
-
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
34
14
|
export var SOA;
|
|
35
15
|
(function (SOA) {
|
|
36
16
|
SOA.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -123,18 +103,6 @@ export var CreateServiceResponse;
|
|
|
123
103
|
(function (CreateServiceResponse) {
|
|
124
104
|
CreateServiceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
105
|
})(CreateServiceResponse || (CreateServiceResponse = {}));
|
|
126
|
-
export var NamespaceNotFound;
|
|
127
|
-
(function (NamespaceNotFound) {
|
|
128
|
-
NamespaceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(NamespaceNotFound || (NamespaceNotFound = {}));
|
|
130
|
-
export var ServiceAlreadyExists;
|
|
131
|
-
(function (ServiceAlreadyExists) {
|
|
132
|
-
ServiceAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
-
})(ServiceAlreadyExists || (ServiceAlreadyExists = {}));
|
|
134
|
-
export var CustomHealthNotFound;
|
|
135
|
-
(function (CustomHealthNotFound) {
|
|
136
|
-
CustomHealthNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
-
})(CustomHealthNotFound || (CustomHealthNotFound = {}));
|
|
138
106
|
export var CustomHealthStatus;
|
|
139
107
|
(function (CustomHealthStatus) {
|
|
140
108
|
CustomHealthStatus["HEALTHY"] = "HEALTHY";
|
|
@@ -148,10 +116,6 @@ export var DeleteNamespaceResponse;
|
|
|
148
116
|
(function (DeleteNamespaceResponse) {
|
|
149
117
|
DeleteNamespaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
118
|
})(DeleteNamespaceResponse || (DeleteNamespaceResponse = {}));
|
|
151
|
-
export var ResourceInUse;
|
|
152
|
-
(function (ResourceInUse) {
|
|
153
|
-
ResourceInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(ResourceInUse || (ResourceInUse = {}));
|
|
155
119
|
export var DeleteServiceRequest;
|
|
156
120
|
(function (DeleteServiceRequest) {
|
|
157
121
|
DeleteServiceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -160,10 +124,6 @@ export var DeleteServiceResponse;
|
|
|
160
124
|
(function (DeleteServiceResponse) {
|
|
161
125
|
DeleteServiceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
126
|
})(DeleteServiceResponse || (DeleteServiceResponse = {}));
|
|
163
|
-
export var ServiceNotFound;
|
|
164
|
-
(function (ServiceNotFound) {
|
|
165
|
-
ServiceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
-
})(ServiceNotFound || (ServiceNotFound = {}));
|
|
167
127
|
export var DeregisterInstanceRequest;
|
|
168
128
|
(function (DeregisterInstanceRequest) {
|
|
169
129
|
DeregisterInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -172,10 +132,6 @@ export var DeregisterInstanceResponse;
|
|
|
172
132
|
(function (DeregisterInstanceResponse) {
|
|
173
133
|
DeregisterInstanceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
134
|
})(DeregisterInstanceResponse || (DeregisterInstanceResponse = {}));
|
|
175
|
-
export var InstanceNotFound;
|
|
176
|
-
(function (InstanceNotFound) {
|
|
177
|
-
InstanceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(InstanceNotFound || (InstanceNotFound = {}));
|
|
179
135
|
export var HealthStatusFilter;
|
|
180
136
|
(function (HealthStatusFilter) {
|
|
181
137
|
HealthStatusFilter["ALL"] = "ALL";
|
|
@@ -201,10 +157,6 @@ export var DiscoverInstancesResponse;
|
|
|
201
157
|
(function (DiscoverInstancesResponse) {
|
|
202
158
|
DiscoverInstancesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
159
|
})(DiscoverInstancesResponse || (DiscoverInstancesResponse = {}));
|
|
204
|
-
export var RequestLimitExceeded;
|
|
205
|
-
(function (RequestLimitExceeded) {
|
|
206
|
-
RequestLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(RequestLimitExceeded || (RequestLimitExceeded = {}));
|
|
208
160
|
export var DnsConfigChange;
|
|
209
161
|
(function (DnsConfigChange) {
|
|
210
162
|
DnsConfigChange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -299,10 +251,6 @@ export var GetOperationResponse;
|
|
|
299
251
|
(function (GetOperationResponse) {
|
|
300
252
|
GetOperationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
253
|
})(GetOperationResponse || (GetOperationResponse = {}));
|
|
302
|
-
export var OperationNotFound;
|
|
303
|
-
(function (OperationNotFound) {
|
|
304
|
-
OperationNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(OperationNotFound || (OperationNotFound = {}));
|
|
306
254
|
export var GetServiceRequest;
|
|
307
255
|
(function (GetServiceRequest) {
|
|
308
256
|
GetServiceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -399,10 +347,6 @@ export var ListTagsForResourceResponse;
|
|
|
399
347
|
(function (ListTagsForResourceResponse) {
|
|
400
348
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
349
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
402
|
-
export var ResourceNotFoundException;
|
|
403
|
-
(function (ResourceNotFoundException) {
|
|
404
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
406
350
|
export var SOAChange;
|
|
407
351
|
(function (SOAChange) {
|
|
408
352
|
SOAChange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
5
|
-
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
7
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
8
8
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
@@ -10,8 +10,17 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
10
10
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
11
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
12
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
13
15
|
export var getRuntimeConfig = function (config) {
|
|
14
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
18
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
15
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
16
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
21
|
+
switch (_a.label) {
|
|
22
|
+
case 0: return [4, defaultConfigProvider()];
|
|
23
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
24
|
+
}
|
|
25
|
+
}); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
17
26
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,21 +1,28 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
|
-
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
-
import {
|
|
15
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
16
17
|
export var getRuntimeConfig = function (config) {
|
|
17
18
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
|
-
|
|
19
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
19
21
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new
|
|
22
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
23
|
+
switch (_a.label) {
|
|
24
|
+
case 0: return [4, defaultConfigProvider()];
|
|
25
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
26
|
+
}
|
|
27
|
+
}); }); } })), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
28
|
};
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput } from "./commands/CreateHttpNamespaceCommand";
|
|
10
10
|
import { CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput } from "./commands/CreatePrivateDnsNamespaceCommand";
|
|
@@ -134,6 +134,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
134
134
|
* @internal
|
|
135
135
|
*/
|
|
136
136
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
137
|
+
/**
|
|
138
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
139
|
+
*/
|
|
140
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
137
141
|
}
|
|
138
142
|
declare type ServiceDiscoveryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
139
143
|
/**
|
|
@@ -72,12 +72,6 @@ export interface DuplicateRequest extends __SmithyException, $MetadataBearer {
|
|
|
72
72
|
*/
|
|
73
73
|
DuplicateOperationId?: string;
|
|
74
74
|
}
|
|
75
|
-
export declare namespace DuplicateRequest {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: DuplicateRequest) => any;
|
|
80
|
-
}
|
|
81
75
|
/**
|
|
82
76
|
* <p>One or more specified values aren't valid. For example, a required value might be missing, a numeric value might
|
|
83
77
|
* be outside the allowed range, or a string value might exceed length constraints.</p>
|
|
@@ -87,12 +81,6 @@ export interface InvalidInput extends __SmithyException, $MetadataBearer {
|
|
|
87
81
|
$fault: "client";
|
|
88
82
|
Message?: string;
|
|
89
83
|
}
|
|
90
|
-
export declare namespace InvalidInput {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
const filterSensitiveLog: (obj: InvalidInput) => any;
|
|
95
|
-
}
|
|
96
84
|
/**
|
|
97
85
|
* <p>The namespace that you're trying to create already exists.</p>
|
|
98
86
|
*/
|
|
@@ -109,12 +97,6 @@ export interface NamespaceAlreadyExists extends __SmithyException, $MetadataBear
|
|
|
109
97
|
*/
|
|
110
98
|
NamespaceId?: string;
|
|
111
99
|
}
|
|
112
|
-
export declare namespace NamespaceAlreadyExists {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
const filterSensitiveLog: (obj: NamespaceAlreadyExists) => any;
|
|
117
|
-
}
|
|
118
100
|
/**
|
|
119
101
|
* <p>The resource can't be created because you've reached the quota on the number of resources.</p>
|
|
120
102
|
*/
|
|
@@ -123,12 +105,6 @@ export interface ResourceLimitExceeded extends __SmithyException, $MetadataBeare
|
|
|
123
105
|
$fault: "client";
|
|
124
106
|
Message?: string;
|
|
125
107
|
}
|
|
126
|
-
export declare namespace ResourceLimitExceeded {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
const filterSensitiveLog: (obj: ResourceLimitExceeded) => any;
|
|
131
|
-
}
|
|
132
108
|
/**
|
|
133
109
|
* <p>The list of tags on the resource is over the quota. The maximum number of tags that can be applied to a resource
|
|
134
110
|
* is 50.</p>
|
|
@@ -142,12 +118,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
142
118
|
*/
|
|
143
119
|
ResourceName?: string;
|
|
144
120
|
}
|
|
145
|
-
export declare namespace TooManyTagsException {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
150
|
-
}
|
|
151
121
|
/**
|
|
152
122
|
* <p>Start of Authority (SOA) properties for a
|
|
153
123
|
* public or private DNS namespace.</p>
|
|
@@ -952,12 +922,6 @@ export interface NamespaceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
952
922
|
$fault: "client";
|
|
953
923
|
Message?: string;
|
|
954
924
|
}
|
|
955
|
-
export declare namespace NamespaceNotFound {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
const filterSensitiveLog: (obj: NamespaceNotFound) => any;
|
|
960
|
-
}
|
|
961
925
|
/**
|
|
962
926
|
* <p>The service can't be created because a service with the same name already exists.</p>
|
|
963
927
|
*/
|
|
@@ -974,12 +938,6 @@ export interface ServiceAlreadyExists extends __SmithyException, $MetadataBearer
|
|
|
974
938
|
*/
|
|
975
939
|
ServiceId?: string;
|
|
976
940
|
}
|
|
977
|
-
export declare namespace ServiceAlreadyExists {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: ServiceAlreadyExists) => any;
|
|
982
|
-
}
|
|
983
941
|
/**
|
|
984
942
|
* <p>The health check for the instance that's specified by <code>ServiceId</code> and <code>InstanceId</code> isn't a
|
|
985
943
|
* custom health check. </p>
|
|
@@ -989,12 +947,6 @@ export interface CustomHealthNotFound extends __SmithyException, $MetadataBearer
|
|
|
989
947
|
$fault: "client";
|
|
990
948
|
Message?: string;
|
|
991
949
|
}
|
|
992
|
-
export declare namespace CustomHealthNotFound {
|
|
993
|
-
/**
|
|
994
|
-
* @internal
|
|
995
|
-
*/
|
|
996
|
-
const filterSensitiveLog: (obj: CustomHealthNotFound) => any;
|
|
997
|
-
}
|
|
998
950
|
export declare enum CustomHealthStatus {
|
|
999
951
|
HEALTHY = "HEALTHY",
|
|
1000
952
|
UNHEALTHY = "UNHEALTHY"
|
|
@@ -1033,12 +985,6 @@ export interface ResourceInUse extends __SmithyException, $MetadataBearer {
|
|
|
1033
985
|
$fault: "client";
|
|
1034
986
|
Message?: string;
|
|
1035
987
|
}
|
|
1036
|
-
export declare namespace ResourceInUse {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
const filterSensitiveLog: (obj: ResourceInUse) => any;
|
|
1041
|
-
}
|
|
1042
988
|
export interface DeleteServiceRequest {
|
|
1043
989
|
/**
|
|
1044
990
|
* <p>The ID of the service that you want to delete.</p>
|
|
@@ -1067,12 +1013,6 @@ export interface ServiceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1067
1013
|
$fault: "client";
|
|
1068
1014
|
Message?: string;
|
|
1069
1015
|
}
|
|
1070
|
-
export declare namespace ServiceNotFound {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
const filterSensitiveLog: (obj: ServiceNotFound) => any;
|
|
1075
|
-
}
|
|
1076
1016
|
export interface DeregisterInstanceRequest {
|
|
1077
1017
|
/**
|
|
1078
1018
|
* <p>The ID of the service that the instance is associated with.</p>
|
|
@@ -1111,12 +1051,6 @@ export interface InstanceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1111
1051
|
$fault: "client";
|
|
1112
1052
|
Message?: string;
|
|
1113
1053
|
}
|
|
1114
|
-
export declare namespace InstanceNotFound {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
const filterSensitiveLog: (obj: InstanceNotFound) => any;
|
|
1119
|
-
}
|
|
1120
1054
|
export declare enum HealthStatusFilter {
|
|
1121
1055
|
ALL = "ALL",
|
|
1122
1056
|
HEALTHY = "HEALTHY",
|
|
@@ -1255,12 +1189,6 @@ export interface RequestLimitExceeded extends __SmithyException, $MetadataBearer
|
|
|
1255
1189
|
$fault: "client";
|
|
1256
1190
|
Message?: string;
|
|
1257
1191
|
}
|
|
1258
|
-
export declare namespace RequestLimitExceeded {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
const filterSensitiveLog: (obj: RequestLimitExceeded) => any;
|
|
1263
|
-
}
|
|
1264
1192
|
/**
|
|
1265
1193
|
* <p>A complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates when you
|
|
1266
1194
|
* register an instance.</p>
|
|
@@ -1824,12 +1752,6 @@ export interface OperationNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1824
1752
|
$fault: "client";
|
|
1825
1753
|
Message?: string;
|
|
1826
1754
|
}
|
|
1827
|
-
export declare namespace OperationNotFound {
|
|
1828
|
-
/**
|
|
1829
|
-
* @internal
|
|
1830
|
-
*/
|
|
1831
|
-
const filterSensitiveLog: (obj: OperationNotFound) => any;
|
|
1832
|
-
}
|
|
1833
1755
|
export interface GetServiceRequest {
|
|
1834
1756
|
/**
|
|
1835
1757
|
* <p>The ID of the service that you want to get settings for.</p>
|
|
@@ -2545,12 +2467,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
2545
2467
|
$fault: "client";
|
|
2546
2468
|
Message?: string;
|
|
2547
2469
|
}
|
|
2548
|
-
export declare namespace ResourceNotFoundException {
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
2553
|
-
}
|
|
2554
2470
|
/**
|
|
2555
2471
|
* <p>Updated Start of Authority (SOA)
|
|
2556
2472
|
* properties for a public or private DNS namespace.</p>
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateHttpNamespaceCommandInput, CreateHttpNamespaceCommandOutput } from "./commands/CreateHttpNamespaceCommand";
|
|
10
10
|
import { CreatePrivateDnsNamespaceCommandInput, CreatePrivateDnsNamespaceCommandOutput } from "./commands/CreatePrivateDnsNamespaceCommand";
|
|
@@ -77,6 +77,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
77
77
|
regionInfoProvider?: RegionInfoProvider;
|
|
78
78
|
|
|
79
79
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
80
|
+
|
|
81
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
80
82
|
}
|
|
81
83
|
declare type ServiceDiscoveryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
82
84
|
|
|
@@ -40,20 +40,12 @@ export interface DuplicateRequest extends __SmithyException, $MetadataBearer {
|
|
|
40
40
|
|
|
41
41
|
DuplicateOperationId?: string;
|
|
42
42
|
}
|
|
43
|
-
export declare namespace DuplicateRequest {
|
|
44
|
-
|
|
45
|
-
const filterSensitiveLog: (obj: DuplicateRequest) => any;
|
|
46
|
-
}
|
|
47
43
|
|
|
48
44
|
export interface InvalidInput extends __SmithyException, $MetadataBearer {
|
|
49
45
|
name: "InvalidInput";
|
|
50
46
|
$fault: "client";
|
|
51
47
|
Message?: string;
|
|
52
48
|
}
|
|
53
|
-
export declare namespace InvalidInput {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: InvalidInput) => any;
|
|
56
|
-
}
|
|
57
49
|
|
|
58
50
|
export interface NamespaceAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
59
51
|
name: "NamespaceAlreadyExists";
|
|
@@ -64,20 +56,12 @@ export interface NamespaceAlreadyExists extends __SmithyException, $MetadataBear
|
|
|
64
56
|
|
|
65
57
|
NamespaceId?: string;
|
|
66
58
|
}
|
|
67
|
-
export declare namespace NamespaceAlreadyExists {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: NamespaceAlreadyExists) => any;
|
|
70
|
-
}
|
|
71
59
|
|
|
72
60
|
export interface ResourceLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
73
61
|
name: "ResourceLimitExceeded";
|
|
74
62
|
$fault: "client";
|
|
75
63
|
Message?: string;
|
|
76
64
|
}
|
|
77
|
-
export declare namespace ResourceLimitExceeded {
|
|
78
|
-
|
|
79
|
-
const filterSensitiveLog: (obj: ResourceLimitExceeded) => any;
|
|
80
|
-
}
|
|
81
65
|
|
|
82
66
|
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
83
67
|
name: "TooManyTagsException";
|
|
@@ -86,10 +70,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
86
70
|
|
|
87
71
|
ResourceName?: string;
|
|
88
72
|
}
|
|
89
|
-
export declare namespace TooManyTagsException {
|
|
90
|
-
|
|
91
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
92
|
-
}
|
|
93
73
|
|
|
94
74
|
export interface SOA {
|
|
95
75
|
|
|
@@ -323,10 +303,6 @@ export interface NamespaceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
323
303
|
$fault: "client";
|
|
324
304
|
Message?: string;
|
|
325
305
|
}
|
|
326
|
-
export declare namespace NamespaceNotFound {
|
|
327
|
-
|
|
328
|
-
const filterSensitiveLog: (obj: NamespaceNotFound) => any;
|
|
329
|
-
}
|
|
330
306
|
|
|
331
307
|
export interface ServiceAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
332
308
|
name: "ServiceAlreadyExists";
|
|
@@ -337,20 +313,12 @@ export interface ServiceAlreadyExists extends __SmithyException, $MetadataBearer
|
|
|
337
313
|
|
|
338
314
|
ServiceId?: string;
|
|
339
315
|
}
|
|
340
|
-
export declare namespace ServiceAlreadyExists {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: ServiceAlreadyExists) => any;
|
|
343
|
-
}
|
|
344
316
|
|
|
345
317
|
export interface CustomHealthNotFound extends __SmithyException, $MetadataBearer {
|
|
346
318
|
name: "CustomHealthNotFound";
|
|
347
319
|
$fault: "client";
|
|
348
320
|
Message?: string;
|
|
349
321
|
}
|
|
350
|
-
export declare namespace CustomHealthNotFound {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: CustomHealthNotFound) => any;
|
|
353
|
-
}
|
|
354
322
|
export declare enum CustomHealthStatus {
|
|
355
323
|
HEALTHY = "HEALTHY",
|
|
356
324
|
UNHEALTHY = "UNHEALTHY"
|
|
@@ -377,10 +345,6 @@ export interface ResourceInUse extends __SmithyException, $MetadataBearer {
|
|
|
377
345
|
$fault: "client";
|
|
378
346
|
Message?: string;
|
|
379
347
|
}
|
|
380
|
-
export declare namespace ResourceInUse {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: ResourceInUse) => any;
|
|
383
|
-
}
|
|
384
348
|
export interface DeleteServiceRequest {
|
|
385
349
|
|
|
386
350
|
Id: string | undefined;
|
|
@@ -401,10 +365,6 @@ export interface ServiceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
401
365
|
$fault: "client";
|
|
402
366
|
Message?: string;
|
|
403
367
|
}
|
|
404
|
-
export declare namespace ServiceNotFound {
|
|
405
|
-
|
|
406
|
-
const filterSensitiveLog: (obj: ServiceNotFound) => any;
|
|
407
|
-
}
|
|
408
368
|
export interface DeregisterInstanceRequest {
|
|
409
369
|
|
|
410
370
|
ServiceId: string | undefined;
|
|
@@ -429,10 +389,6 @@ export interface InstanceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
429
389
|
$fault: "client";
|
|
430
390
|
Message?: string;
|
|
431
391
|
}
|
|
432
|
-
export declare namespace InstanceNotFound {
|
|
433
|
-
|
|
434
|
-
const filterSensitiveLog: (obj: InstanceNotFound) => any;
|
|
435
|
-
}
|
|
436
392
|
export declare enum HealthStatusFilter {
|
|
437
393
|
ALL = "ALL",
|
|
438
394
|
HEALTHY = "HEALTHY",
|
|
@@ -499,10 +455,6 @@ export interface RequestLimitExceeded extends __SmithyException, $MetadataBearer
|
|
|
499
455
|
$fault: "client";
|
|
500
456
|
Message?: string;
|
|
501
457
|
}
|
|
502
|
-
export declare namespace RequestLimitExceeded {
|
|
503
|
-
|
|
504
|
-
const filterSensitiveLog: (obj: RequestLimitExceeded) => any;
|
|
505
|
-
}
|
|
506
458
|
|
|
507
459
|
export interface DnsConfigChange {
|
|
508
460
|
|
|
@@ -719,10 +671,6 @@ export interface OperationNotFound extends __SmithyException, $MetadataBearer {
|
|
|
719
671
|
$fault: "client";
|
|
720
672
|
Message?: string;
|
|
721
673
|
}
|
|
722
|
-
export declare namespace OperationNotFound {
|
|
723
|
-
|
|
724
|
-
const filterSensitiveLog: (obj: OperationNotFound) => any;
|
|
725
|
-
}
|
|
726
674
|
export interface GetServiceRequest {
|
|
727
675
|
|
|
728
676
|
Id: string | undefined;
|
|
@@ -984,10 +932,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
984
932
|
$fault: "client";
|
|
985
933
|
Message?: string;
|
|
986
934
|
}
|
|
987
|
-
export declare namespace ResourceNotFoundException {
|
|
988
|
-
|
|
989
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
990
|
-
}
|
|
991
935
|
|
|
992
936
|
export interface SOAChange {
|
|
993
937
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-servicediscovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,50 +18,46 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
52
51
|
"tslib": "^2.3.0",
|
|
53
52
|
"uuid": "^8.3.2"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.0",
|
|
57
56
|
"@types/node": "^12.7.5",
|
|
58
|
-
"@types/uuid": "^8.3.0"
|
|
59
|
-
"downlevel-dts": "0.7.0",
|
|
60
|
-
"jest": "^26.1.0",
|
|
61
|
-
"rimraf": "^3.0.0",
|
|
62
|
-
"ts-jest": "^26.4.1",
|
|
63
|
-
"typedoc": "^0.19.2",
|
|
64
|
-
"typescript": "~4.3.5"
|
|
57
|
+
"@types/uuid": "^8.3.0"
|
|
65
58
|
},
|
|
66
59
|
"engines": {
|
|
67
|
-
"node": ">=
|
|
60
|
+
"node": ">=12.0.0"
|
|
68
61
|
},
|
|
69
62
|
"typesVersions": {
|
|
70
63
|
"<4.0": {
|