@aws-sdk/client-license-manager 3.46.0 → 3.48.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 +35 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +4 -106
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -68
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/LicenseManagerClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -102
- 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/LicenseManagerClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -68
- 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 +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
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.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **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))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
42
|
|
|
8
43
|
|
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
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "license-manager.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "license-manager-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "license-manager.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "license-manager-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-gov-east-1": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "license-manager.us-gov-east-1.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "license-manager-fips.us-gov-east-1.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-west-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "license-manager.us-gov-west-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "license-manager-fips.us-gov-west-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "license-manager.us-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "license-manager-fips.us-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-2": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "license-manager.us-west-2.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "license-manager-fips.us-west-2.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateServiceSettingsResponse =
|
|
3
|
+
exports.TokenType = exports.CreateTokenRequest = exports.CreateLicenseVersionResponse = exports.CreateLicenseVersionRequest = exports.CreateLicenseManagerReportGeneratorResponse = exports.CreateLicenseManagerReportGeneratorRequest = exports.ReportType = exports.ReportFrequency = exports.ReportFrequencyType = exports.ReportContext = exports.CreateLicenseConversionTaskForResourceResponse = exports.CreateLicenseConversionTaskForResourceRequest = exports.LicenseConversionContext = exports.CreateLicenseConfigurationResponse = exports.CreateLicenseConfigurationRequest = exports.Tag = exports.ProductInformation = exports.ProductInformationFilter = exports.LicenseCountingType = exports.CreateLicenseResponse = exports.LicenseStatus = exports.CreateLicenseRequest = exports.DatetimeRange = exports.Issuer = exports.Entitlement = exports.EntitlementUnit = exports.ConsumptionConfiguration = exports.RenewType = exports.ProvisionalConfiguration = exports.BorrowConfiguration = exports.CreateGrantVersionResponse = exports.CreateGrantVersionRequest = exports.CreateGrantResponse = exports.CreateGrantRequest = exports.CheckoutLicenseResponse = exports.CheckoutLicenseRequest = exports.CheckoutType = exports.CheckoutBorrowLicenseResponse = exports.CheckoutBorrowLicenseRequest = exports.EntitlementData = exports.EntitlementDataUnit = exports.DigitalSignatureMethod = exports.Metadata = exports.CheckInLicenseResponse = exports.CheckInLicenseRequest = exports.AutomatedDiscoveryInformation = exports.AllowedOperation = exports.AcceptGrantResponse = exports.GrantStatus = exports.AcceptGrantRequest = void 0;
|
|
4
|
+
exports.LicenseOperationFailure = exports.ListFailuresForLicenseConfigurationOperationsRequest = exports.ListDistributedGrantsResponse = exports.ListDistributedGrantsRequest = exports.Filter = exports.ListAssociationsForLicenseConfigurationResponse = exports.LicenseConfigurationAssociation = exports.ListAssociationsForLicenseConfigurationRequest = exports.GetServiceSettingsResponse = exports.OrganizationConfiguration = exports.GetServiceSettingsRequest = exports.GetLicenseUsageResponse = exports.LicenseUsage = exports.EntitlementUsage = exports.GetLicenseUsageRequest = exports.GetLicenseManagerReportGeneratorResponse = exports.ReportGenerator = exports.S3Location = exports.GetLicenseManagerReportGeneratorRequest = exports.GetLicenseConversionTaskResponse = exports.LicenseConversionTaskStatus = exports.GetLicenseConversionTaskRequest = exports.GetLicenseConfigurationResponse = exports.ManagedResourceSummary = exports.ConsumedLicenseSummary = exports.ResourceType = exports.GetLicenseConfigurationRequest = exports.GetLicenseResponse = exports.License = exports.IssuerDetails = exports.GetLicenseRequest = exports.GetGrantResponse = exports.Grant = exports.GetGrantRequest = exports.GetAccessTokenResponse = exports.GetAccessTokenRequest = exports.ExtendLicenseConsumptionResponse = exports.ExtendLicenseConsumptionRequest = exports.DeleteTokenResponse = exports.DeleteTokenRequest = exports.DeleteLicenseManagerReportGeneratorResponse = exports.DeleteLicenseManagerReportGeneratorRequest = exports.DeleteLicenseConfigurationResponse = exports.DeleteLicenseConfigurationRequest = exports.DeleteLicenseResponse = exports.LicenseDeletionStatus = exports.DeleteLicenseRequest = exports.DeleteGrantResponse = exports.DeleteGrantRequest = exports.CreateTokenResponse = void 0;
|
|
5
|
+
exports.UpdateServiceSettingsRequest = exports.UpdateLicenseSpecificationsForResourceResponse = exports.UpdateLicenseSpecificationsForResourceRequest = exports.UpdateLicenseManagerReportGeneratorResponse = exports.UpdateLicenseManagerReportGeneratorRequest = exports.UpdateLicenseConfigurationResponse = exports.UpdateLicenseConfigurationRequest = exports.LicenseConfigurationStatus = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RejectGrantResponse = exports.RejectGrantRequest = exports.ListUsageForLicenseConfigurationResponse = exports.LicenseConfigurationUsage = exports.ListUsageForLicenseConfigurationRequest = exports.ListTokensResponse = exports.TokenData = exports.ListTokensRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListResourceInventoryResponse = exports.ResourceInventory = exports.ListResourceInventoryRequest = exports.InventoryFilter = exports.InventoryFilterCondition = exports.ListReceivedLicensesResponse = exports.GrantedLicense = exports.ReceivedMetadata = exports.ReceivedStatus = exports.ListReceivedLicensesRequest = exports.ListReceivedGrantsResponse = exports.ListReceivedGrantsRequest = exports.ListLicenseVersionsResponse = exports.ListLicenseVersionsRequest = exports.ListLicenseSpecificationsForResourceResponse = exports.LicenseSpecification = exports.ListLicenseSpecificationsForResourceRequest = exports.ListLicensesResponse = exports.ListLicensesRequest = exports.ListLicenseManagerReportGeneratorsResponse = exports.ListLicenseManagerReportGeneratorsRequest = exports.ListLicenseConversionTasksResponse = exports.LicenseConversionTask = exports.ListLicenseConversionTasksRequest = exports.ListLicenseConfigurationsResponse = exports.LicenseConfiguration = exports.ListLicenseConfigurationsRequest = exports.ListFailuresForLicenseConfigurationOperationsResponse = void 0;
|
|
6
|
+
exports.UpdateServiceSettingsResponse = void 0;
|
|
7
7
|
var AcceptGrantRequest;
|
|
8
8
|
(function (AcceptGrantRequest) {
|
|
9
9
|
AcceptGrantRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -28,48 +28,6 @@ var AcceptGrantResponse;
|
|
|
28
28
|
...obj,
|
|
29
29
|
});
|
|
30
30
|
})(AcceptGrantResponse = exports.AcceptGrantResponse || (exports.AcceptGrantResponse = {}));
|
|
31
|
-
var AccessDeniedException;
|
|
32
|
-
(function (AccessDeniedException) {
|
|
33
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
37
|
-
var AuthorizationException;
|
|
38
|
-
(function (AuthorizationException) {
|
|
39
|
-
AuthorizationException.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(AuthorizationException = exports.AuthorizationException || (exports.AuthorizationException = {}));
|
|
43
|
-
var InvalidParameterValueException;
|
|
44
|
-
(function (InvalidParameterValueException) {
|
|
45
|
-
InvalidParameterValueException.filterSensitiveLog = (obj) => ({
|
|
46
|
-
...obj,
|
|
47
|
-
});
|
|
48
|
-
})(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
|
|
49
|
-
var RateLimitExceededException;
|
|
50
|
-
(function (RateLimitExceededException) {
|
|
51
|
-
RateLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
})(RateLimitExceededException = exports.RateLimitExceededException || (exports.RateLimitExceededException = {}));
|
|
55
|
-
var ResourceLimitExceededException;
|
|
56
|
-
(function (ResourceLimitExceededException) {
|
|
57
|
-
ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
58
|
-
...obj,
|
|
59
|
-
});
|
|
60
|
-
})(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
|
|
61
|
-
var ServerInternalException;
|
|
62
|
-
(function (ServerInternalException) {
|
|
63
|
-
ServerInternalException.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
});
|
|
66
|
-
})(ServerInternalException = exports.ServerInternalException || (exports.ServerInternalException = {}));
|
|
67
|
-
var ValidationException;
|
|
68
|
-
(function (ValidationException) {
|
|
69
|
-
ValidationException.filterSensitiveLog = (obj) => ({
|
|
70
|
-
...obj,
|
|
71
|
-
});
|
|
72
|
-
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
73
31
|
var AllowedOperation;
|
|
74
32
|
(function (AllowedOperation) {
|
|
75
33
|
AllowedOperation["CHECKOUT_BORROW_LICENSE"] = "CheckoutBorrowLicense";
|
|
@@ -98,18 +56,6 @@ var CheckInLicenseResponse;
|
|
|
98
56
|
...obj,
|
|
99
57
|
});
|
|
100
58
|
})(CheckInLicenseResponse = exports.CheckInLicenseResponse || (exports.CheckInLicenseResponse = {}));
|
|
101
|
-
var ConflictException;
|
|
102
|
-
(function (ConflictException) {
|
|
103
|
-
ConflictException.filterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
107
|
-
var ResourceNotFoundException;
|
|
108
|
-
(function (ResourceNotFoundException) {
|
|
109
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
113
59
|
var Metadata;
|
|
114
60
|
(function (Metadata) {
|
|
115
61
|
Metadata.filterSensitiveLog = (obj) => ({
|
|
@@ -168,30 +114,6 @@ var CheckoutBorrowLicenseResponse;
|
|
|
168
114
|
...obj,
|
|
169
115
|
});
|
|
170
116
|
})(CheckoutBorrowLicenseResponse = exports.CheckoutBorrowLicenseResponse || (exports.CheckoutBorrowLicenseResponse = {}));
|
|
171
|
-
var EntitlementNotAllowedException;
|
|
172
|
-
(function (EntitlementNotAllowedException) {
|
|
173
|
-
EntitlementNotAllowedException.filterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
})(EntitlementNotAllowedException = exports.EntitlementNotAllowedException || (exports.EntitlementNotAllowedException = {}));
|
|
177
|
-
var NoEntitlementsAllowedException;
|
|
178
|
-
(function (NoEntitlementsAllowedException) {
|
|
179
|
-
NoEntitlementsAllowedException.filterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
})(NoEntitlementsAllowedException = exports.NoEntitlementsAllowedException || (exports.NoEntitlementsAllowedException = {}));
|
|
183
|
-
var RedirectException;
|
|
184
|
-
(function (RedirectException) {
|
|
185
|
-
RedirectException.filterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
})(RedirectException = exports.RedirectException || (exports.RedirectException = {}));
|
|
189
|
-
var UnsupportedDigitalSignatureMethodException;
|
|
190
|
-
(function (UnsupportedDigitalSignatureMethodException) {
|
|
191
|
-
UnsupportedDigitalSignatureMethodException.filterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
})(UnsupportedDigitalSignatureMethodException = exports.UnsupportedDigitalSignatureMethodException || (exports.UnsupportedDigitalSignatureMethodException = {}));
|
|
195
117
|
var CheckoutType;
|
|
196
118
|
(function (CheckoutType) {
|
|
197
119
|
CheckoutType["PERPETUAL"] = "PERPETUAL";
|
|
@@ -692,12 +614,6 @@ var GetServiceSettingsResponse;
|
|
|
692
614
|
...obj,
|
|
693
615
|
});
|
|
694
616
|
})(GetServiceSettingsResponse = exports.GetServiceSettingsResponse || (exports.GetServiceSettingsResponse = {}));
|
|
695
|
-
var FilterLimitExceededException;
|
|
696
|
-
(function (FilterLimitExceededException) {
|
|
697
|
-
FilterLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
});
|
|
700
|
-
})(FilterLimitExceededException = exports.FilterLimitExceededException || (exports.FilterLimitExceededException = {}));
|
|
701
617
|
var ListAssociationsForLicenseConfigurationRequest;
|
|
702
618
|
(function (ListAssociationsForLicenseConfigurationRequest) {
|
|
703
619
|
ListAssociationsForLicenseConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -889,12 +805,6 @@ var ListReceivedLicensesResponse;
|
|
|
889
805
|
...obj,
|
|
890
806
|
});
|
|
891
807
|
})(ListReceivedLicensesResponse = exports.ListReceivedLicensesResponse || (exports.ListReceivedLicensesResponse = {}));
|
|
892
|
-
var FailedDependencyException;
|
|
893
|
-
(function (FailedDependencyException) {
|
|
894
|
-
FailedDependencyException.filterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
})(FailedDependencyException = exports.FailedDependencyException || (exports.FailedDependencyException = {}));
|
|
898
808
|
var InventoryFilterCondition;
|
|
899
809
|
(function (InventoryFilterCondition) {
|
|
900
810
|
InventoryFilterCondition["BEGINS_WITH"] = "BEGINS_WITH";
|
|
@@ -1039,18 +949,6 @@ var UpdateLicenseManagerReportGeneratorResponse;
|
|
|
1039
949
|
...obj,
|
|
1040
950
|
});
|
|
1041
951
|
})(UpdateLicenseManagerReportGeneratorResponse = exports.UpdateLicenseManagerReportGeneratorResponse || (exports.UpdateLicenseManagerReportGeneratorResponse = {}));
|
|
1042
|
-
var InvalidResourceStateException;
|
|
1043
|
-
(function (InvalidResourceStateException) {
|
|
1044
|
-
InvalidResourceStateException.filterSensitiveLog = (obj) => ({
|
|
1045
|
-
...obj,
|
|
1046
|
-
});
|
|
1047
|
-
})(InvalidResourceStateException = exports.InvalidResourceStateException || (exports.InvalidResourceStateException = {}));
|
|
1048
|
-
var LicenseUsageException;
|
|
1049
|
-
(function (LicenseUsageException) {
|
|
1050
|
-
LicenseUsageException.filterSensitiveLog = (obj) => ({
|
|
1051
|
-
...obj,
|
|
1052
|
-
});
|
|
1053
|
-
})(LicenseUsageException = exports.LicenseUsageException || (exports.LicenseUsageException = {}));
|
|
1054
952
|
var UpdateLicenseSpecificationsForResourceRequest;
|
|
1055
953
|
(function (UpdateLicenseSpecificationsForResourceRequest) {
|
|
1056
954
|
UpdateLicenseSpecificationsForResourceRequest.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)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
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
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
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 }),
|
|
30
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),
|
|
31
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),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
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
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
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
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "license-manager.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "license-manager-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "license-manager.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "license-manager-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-east-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "license-manager.us-gov-east-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "license-manager-fips.us-gov-east-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "license-manager.us-gov-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "license-manager-fips.us-gov-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "license-manager.us-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "license-manager-fips.us-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-2": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "license-manager.us-west-2.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "license-manager-fips.us-west-2.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|
|
@@ -19,34 +19,6 @@ export var AcceptGrantResponse;
|
|
|
19
19
|
(function (AcceptGrantResponse) {
|
|
20
20
|
AcceptGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
21
|
})(AcceptGrantResponse || (AcceptGrantResponse = {}));
|
|
22
|
-
export var AccessDeniedException;
|
|
23
|
-
(function (AccessDeniedException) {
|
|
24
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
26
|
-
export var AuthorizationException;
|
|
27
|
-
(function (AuthorizationException) {
|
|
28
|
-
AuthorizationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(AuthorizationException || (AuthorizationException = {}));
|
|
30
|
-
export var InvalidParameterValueException;
|
|
31
|
-
(function (InvalidParameterValueException) {
|
|
32
|
-
InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(InvalidParameterValueException || (InvalidParameterValueException = {}));
|
|
34
|
-
export var RateLimitExceededException;
|
|
35
|
-
(function (RateLimitExceededException) {
|
|
36
|
-
RateLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(RateLimitExceededException || (RateLimitExceededException = {}));
|
|
38
|
-
export var ResourceLimitExceededException;
|
|
39
|
-
(function (ResourceLimitExceededException) {
|
|
40
|
-
ResourceLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(ResourceLimitExceededException || (ResourceLimitExceededException = {}));
|
|
42
|
-
export var ServerInternalException;
|
|
43
|
-
(function (ServerInternalException) {
|
|
44
|
-
ServerInternalException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(ServerInternalException || (ServerInternalException = {}));
|
|
46
|
-
export var ValidationException;
|
|
47
|
-
(function (ValidationException) {
|
|
48
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
-
})(ValidationException || (ValidationException = {}));
|
|
50
22
|
export var AllowedOperation;
|
|
51
23
|
(function (AllowedOperation) {
|
|
52
24
|
AllowedOperation["CHECKOUT_BORROW_LICENSE"] = "CheckoutBorrowLicense";
|
|
@@ -69,14 +41,6 @@ export var CheckInLicenseResponse;
|
|
|
69
41
|
(function (CheckInLicenseResponse) {
|
|
70
42
|
CheckInLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
43
|
})(CheckInLicenseResponse || (CheckInLicenseResponse = {}));
|
|
72
|
-
export var ConflictException;
|
|
73
|
-
(function (ConflictException) {
|
|
74
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(ConflictException || (ConflictException = {}));
|
|
76
|
-
export var ResourceNotFoundException;
|
|
77
|
-
(function (ResourceNotFoundException) {
|
|
78
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
80
44
|
export var Metadata;
|
|
81
45
|
(function (Metadata) {
|
|
82
46
|
Metadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -127,22 +91,6 @@ export var CheckoutBorrowLicenseResponse;
|
|
|
127
91
|
(function (CheckoutBorrowLicenseResponse) {
|
|
128
92
|
CheckoutBorrowLicenseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
93
|
})(CheckoutBorrowLicenseResponse || (CheckoutBorrowLicenseResponse = {}));
|
|
130
|
-
export var EntitlementNotAllowedException;
|
|
131
|
-
(function (EntitlementNotAllowedException) {
|
|
132
|
-
EntitlementNotAllowedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
-
})(EntitlementNotAllowedException || (EntitlementNotAllowedException = {}));
|
|
134
|
-
export var NoEntitlementsAllowedException;
|
|
135
|
-
(function (NoEntitlementsAllowedException) {
|
|
136
|
-
NoEntitlementsAllowedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
-
})(NoEntitlementsAllowedException || (NoEntitlementsAllowedException = {}));
|
|
138
|
-
export var RedirectException;
|
|
139
|
-
(function (RedirectException) {
|
|
140
|
-
RedirectException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
-
})(RedirectException || (RedirectException = {}));
|
|
142
|
-
export var UnsupportedDigitalSignatureMethodException;
|
|
143
|
-
(function (UnsupportedDigitalSignatureMethodException) {
|
|
144
|
-
UnsupportedDigitalSignatureMethodException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
-
})(UnsupportedDigitalSignatureMethodException || (UnsupportedDigitalSignatureMethodException = {}));
|
|
146
94
|
export var CheckoutType;
|
|
147
95
|
(function (CheckoutType) {
|
|
148
96
|
CheckoutType["PERPETUAL"] = "PERPETUAL";
|
|
@@ -507,10 +455,6 @@ export var GetServiceSettingsResponse;
|
|
|
507
455
|
(function (GetServiceSettingsResponse) {
|
|
508
456
|
GetServiceSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
457
|
})(GetServiceSettingsResponse || (GetServiceSettingsResponse = {}));
|
|
510
|
-
export var FilterLimitExceededException;
|
|
511
|
-
(function (FilterLimitExceededException) {
|
|
512
|
-
FilterLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(FilterLimitExceededException || (FilterLimitExceededException = {}));
|
|
514
458
|
export var ListAssociationsForLicenseConfigurationRequest;
|
|
515
459
|
(function (ListAssociationsForLicenseConfigurationRequest) {
|
|
516
460
|
ListAssociationsForLicenseConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -642,10 +586,6 @@ export var ListReceivedLicensesResponse;
|
|
|
642
586
|
(function (ListReceivedLicensesResponse) {
|
|
643
587
|
ListReceivedLicensesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
588
|
})(ListReceivedLicensesResponse || (ListReceivedLicensesResponse = {}));
|
|
645
|
-
export var FailedDependencyException;
|
|
646
|
-
(function (FailedDependencyException) {
|
|
647
|
-
FailedDependencyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
-
})(FailedDependencyException || (FailedDependencyException = {}));
|
|
649
589
|
export var InventoryFilterCondition;
|
|
650
590
|
(function (InventoryFilterCondition) {
|
|
651
591
|
InventoryFilterCondition["BEGINS_WITH"] = "BEGINS_WITH";
|
|
@@ -746,14 +686,6 @@ export var UpdateLicenseManagerReportGeneratorResponse;
|
|
|
746
686
|
(function (UpdateLicenseManagerReportGeneratorResponse) {
|
|
747
687
|
UpdateLicenseManagerReportGeneratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
688
|
})(UpdateLicenseManagerReportGeneratorResponse || (UpdateLicenseManagerReportGeneratorResponse = {}));
|
|
749
|
-
export var InvalidResourceStateException;
|
|
750
|
-
(function (InvalidResourceStateException) {
|
|
751
|
-
InvalidResourceStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
-
})(InvalidResourceStateException || (InvalidResourceStateException = {}));
|
|
753
|
-
export var LicenseUsageException;
|
|
754
|
-
(function (LicenseUsageException) {
|
|
755
|
-
LicenseUsageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
-
})(LicenseUsageException || (LicenseUsageException = {}));
|
|
757
689
|
export var UpdateLicenseSpecificationsForResourceRequest;
|
|
758
690
|
(function (UpdateLicenseSpecificationsForResourceRequest) {
|
|
759
691
|
UpdateLicenseSpecificationsForResourceRequest.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,19 +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 { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
15
17
|
export var getRuntimeConfig = function (config) {
|
|
16
18
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
19
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
17
21
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
|
-
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 });
|
|
19
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 { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
|
|
10
10
|
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
|
|
@@ -156,6 +156,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
156
156
|
* @internal
|
|
157
157
|
*/
|
|
158
158
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
159
|
+
/**
|
|
160
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
161
|
+
*/
|
|
162
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
159
163
|
}
|
|
160
164
|
declare type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
161
165
|
/**
|
|
@@ -50,12 +50,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
50
50
|
$fault: "client";
|
|
51
51
|
Message?: string;
|
|
52
52
|
}
|
|
53
|
-
export declare namespace AccessDeniedException {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
58
|
-
}
|
|
59
53
|
/**
|
|
60
54
|
* <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
|
|
61
55
|
* policy associated with this account.</p>
|
|
@@ -65,12 +59,6 @@ export interface AuthorizationException extends __SmithyException, $MetadataBear
|
|
|
65
59
|
$fault: "client";
|
|
66
60
|
Message?: string;
|
|
67
61
|
}
|
|
68
|
-
export declare namespace AuthorizationException {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: AuthorizationException) => any;
|
|
73
|
-
}
|
|
74
62
|
/**
|
|
75
63
|
* <p>One or more parameter values are not valid.</p>
|
|
76
64
|
*/
|
|
@@ -79,12 +67,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
|
|
|
79
67
|
$fault: "client";
|
|
80
68
|
Message?: string;
|
|
81
69
|
}
|
|
82
|
-
export declare namespace InvalidParameterValueException {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
87
|
-
}
|
|
88
70
|
/**
|
|
89
71
|
* <p>Too many requests have been submitted. Try again after a brief wait.</p>
|
|
90
72
|
*/
|
|
@@ -93,12 +75,6 @@ export interface RateLimitExceededException extends __SmithyException, $Metadata
|
|
|
93
75
|
$fault: "client";
|
|
94
76
|
Message?: string;
|
|
95
77
|
}
|
|
96
|
-
export declare namespace RateLimitExceededException {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: RateLimitExceededException) => any;
|
|
101
|
-
}
|
|
102
78
|
/**
|
|
103
79
|
* <p>Your resource limits have been exceeded.</p>
|
|
104
80
|
*/
|
|
@@ -107,12 +83,6 @@ export interface ResourceLimitExceededException extends __SmithyException, $Meta
|
|
|
107
83
|
$fault: "client";
|
|
108
84
|
Message?: string;
|
|
109
85
|
}
|
|
110
|
-
export declare namespace ResourceLimitExceededException {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
115
|
-
}
|
|
116
86
|
/**
|
|
117
87
|
* <p>The server experienced an internal error. Try again.</p>
|
|
118
88
|
*/
|
|
@@ -121,12 +91,6 @@ export interface ServerInternalException extends __SmithyException, $MetadataBea
|
|
|
121
91
|
$fault: "server";
|
|
122
92
|
Message?: string;
|
|
123
93
|
}
|
|
124
|
-
export declare namespace ServerInternalException {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: ServerInternalException) => any;
|
|
129
|
-
}
|
|
130
94
|
/**
|
|
131
95
|
* <p>The provided input is not valid. Try your request again.</p>
|
|
132
96
|
*/
|
|
@@ -135,12 +99,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
135
99
|
$fault: "client";
|
|
136
100
|
Message?: string;
|
|
137
101
|
}
|
|
138
|
-
export declare namespace ValidationException {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
143
|
-
}
|
|
144
102
|
export declare enum AllowedOperation {
|
|
145
103
|
CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
|
|
146
104
|
CHECKOUT_LICENSE = "CheckoutLicense",
|
|
@@ -197,12 +155,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
197
155
|
$fault: "client";
|
|
198
156
|
Message?: string;
|
|
199
157
|
}
|
|
200
|
-
export declare namespace ConflictException {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
205
|
-
}
|
|
206
158
|
/**
|
|
207
159
|
* <p>The resource cannot be found.</p>
|
|
208
160
|
*/
|
|
@@ -211,12 +163,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
211
163
|
$fault: "client";
|
|
212
164
|
Message?: string;
|
|
213
165
|
}
|
|
214
|
-
export declare namespace ResourceNotFoundException {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
219
|
-
}
|
|
220
166
|
/**
|
|
221
167
|
* <p>Describes key/value pairs.</p>
|
|
222
168
|
*/
|
|
@@ -372,12 +318,6 @@ export interface EntitlementNotAllowedException extends __SmithyException, $Meta
|
|
|
372
318
|
$fault: "client";
|
|
373
319
|
Message?: string;
|
|
374
320
|
}
|
|
375
|
-
export declare namespace EntitlementNotAllowedException {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
const filterSensitiveLog: (obj: EntitlementNotAllowedException) => any;
|
|
380
|
-
}
|
|
381
321
|
/**
|
|
382
322
|
* <p>There are no entitlements found for this license, or the entitlement maximum count is reached.</p>
|
|
383
323
|
*/
|
|
@@ -386,12 +326,6 @@ export interface NoEntitlementsAllowedException extends __SmithyException, $Meta
|
|
|
386
326
|
$fault: "client";
|
|
387
327
|
Message?: string;
|
|
388
328
|
}
|
|
389
|
-
export declare namespace NoEntitlementsAllowedException {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: NoEntitlementsAllowedException) => any;
|
|
394
|
-
}
|
|
395
329
|
/**
|
|
396
330
|
* <p>This is not the correct Region for the resource. Try again.</p>
|
|
397
331
|
*/
|
|
@@ -401,12 +335,6 @@ export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
|
401
335
|
Location?: string;
|
|
402
336
|
Message?: string;
|
|
403
337
|
}
|
|
404
|
-
export declare namespace RedirectException {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
const filterSensitiveLog: (obj: RedirectException) => any;
|
|
409
|
-
}
|
|
410
338
|
/**
|
|
411
339
|
* <p>The digital signature method is unsupported. Try your request again.</p>
|
|
412
340
|
*/
|
|
@@ -415,12 +343,6 @@ export interface UnsupportedDigitalSignatureMethodException extends __SmithyExce
|
|
|
415
343
|
$fault: "client";
|
|
416
344
|
Message?: string;
|
|
417
345
|
}
|
|
418
|
-
export declare namespace UnsupportedDigitalSignatureMethodException {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
|
-
const filterSensitiveLog: (obj: UnsupportedDigitalSignatureMethodException) => any;
|
|
423
|
-
}
|
|
424
346
|
export declare enum CheckoutType {
|
|
425
347
|
PERPETUAL = "PERPETUAL",
|
|
426
348
|
PROVISIONAL = "PROVISIONAL"
|
|
@@ -2190,12 +2112,6 @@ export interface FilterLimitExceededException extends __SmithyException, $Metada
|
|
|
2190
2112
|
$fault: "client";
|
|
2191
2113
|
Message?: string;
|
|
2192
2114
|
}
|
|
2193
|
-
export declare namespace FilterLimitExceededException {
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
const filterSensitiveLog: (obj: FilterLimitExceededException) => any;
|
|
2198
|
-
}
|
|
2199
2115
|
export interface ListAssociationsForLicenseConfigurationRequest {
|
|
2200
2116
|
/**
|
|
2201
2117
|
* <p>Amazon Resource Name (ARN) of a license configuration.</p>
|
|
@@ -3097,12 +3013,6 @@ export interface FailedDependencyException extends __SmithyException, $MetadataB
|
|
|
3097
3013
|
Message?: string;
|
|
3098
3014
|
ErrorCode?: string;
|
|
3099
3015
|
}
|
|
3100
|
-
export declare namespace FailedDependencyException {
|
|
3101
|
-
/**
|
|
3102
|
-
* @internal
|
|
3103
|
-
*/
|
|
3104
|
-
const filterSensitiveLog: (obj: FailedDependencyException) => any;
|
|
3105
|
-
}
|
|
3106
3016
|
export declare enum InventoryFilterCondition {
|
|
3107
3017
|
BEGINS_WITH = "BEGINS_WITH",
|
|
3108
3018
|
CONTAINS = "CONTAINS",
|
|
@@ -3643,12 +3553,6 @@ export interface InvalidResourceStateException extends __SmithyException, $Metad
|
|
|
3643
3553
|
$fault: "client";
|
|
3644
3554
|
Message?: string;
|
|
3645
3555
|
}
|
|
3646
|
-
export declare namespace InvalidResourceStateException {
|
|
3647
|
-
/**
|
|
3648
|
-
* @internal
|
|
3649
|
-
*/
|
|
3650
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
3651
|
-
}
|
|
3652
3556
|
/**
|
|
3653
3557
|
* <p>You do not have enough licenses available to support a new resource launch.</p>
|
|
3654
3558
|
*/
|
|
@@ -3657,12 +3561,6 @@ export interface LicenseUsageException extends __SmithyException, $MetadataBeare
|
|
|
3657
3561
|
$fault: "client";
|
|
3658
3562
|
Message?: string;
|
|
3659
3563
|
}
|
|
3660
|
-
export declare namespace LicenseUsageException {
|
|
3661
|
-
/**
|
|
3662
|
-
* @internal
|
|
3663
|
-
*/
|
|
3664
|
-
const filterSensitiveLog: (obj: LicenseUsageException) => any;
|
|
3665
|
-
}
|
|
3666
3564
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
3667
3565
|
/**
|
|
3668
3566
|
* <p>Amazon Resource Name (ARN) of the Amazon Web Services resource.</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 { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
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: LicenseManagerClientConfig) => {
|
|
|
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 { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
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: LicenseManagerClientConfig) => {
|
|
|
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 { AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
|
|
10
10
|
import { CheckInLicenseCommandInput, CheckInLicenseCommandOutput } from "./commands/CheckInLicenseCommand";
|
|
@@ -99,6 +99,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
99
99
|
regionInfoProvider?: RegionInfoProvider;
|
|
100
100
|
|
|
101
101
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
102
|
+
|
|
103
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
102
104
|
}
|
|
103
105
|
declare type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
104
106
|
|
|
@@ -36,70 +36,42 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
36
36
|
$fault: "client";
|
|
37
37
|
Message?: string;
|
|
38
38
|
}
|
|
39
|
-
export declare namespace AccessDeniedException {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
42
|
-
}
|
|
43
39
|
|
|
44
40
|
export interface AuthorizationException extends __SmithyException, $MetadataBearer {
|
|
45
41
|
name: "AuthorizationException";
|
|
46
42
|
$fault: "client";
|
|
47
43
|
Message?: string;
|
|
48
44
|
}
|
|
49
|
-
export declare namespace AuthorizationException {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: AuthorizationException) => any;
|
|
52
|
-
}
|
|
53
45
|
|
|
54
46
|
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
55
47
|
name: "InvalidParameterValueException";
|
|
56
48
|
$fault: "client";
|
|
57
49
|
Message?: string;
|
|
58
50
|
}
|
|
59
|
-
export declare namespace InvalidParameterValueException {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
62
|
-
}
|
|
63
51
|
|
|
64
52
|
export interface RateLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
65
53
|
name: "RateLimitExceededException";
|
|
66
54
|
$fault: "client";
|
|
67
55
|
Message?: string;
|
|
68
56
|
}
|
|
69
|
-
export declare namespace RateLimitExceededException {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: RateLimitExceededException) => any;
|
|
72
|
-
}
|
|
73
57
|
|
|
74
58
|
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
75
59
|
name: "ResourceLimitExceededException";
|
|
76
60
|
$fault: "client";
|
|
77
61
|
Message?: string;
|
|
78
62
|
}
|
|
79
|
-
export declare namespace ResourceLimitExceededException {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
82
|
-
}
|
|
83
63
|
|
|
84
64
|
export interface ServerInternalException extends __SmithyException, $MetadataBearer {
|
|
85
65
|
name: "ServerInternalException";
|
|
86
66
|
$fault: "server";
|
|
87
67
|
Message?: string;
|
|
88
68
|
}
|
|
89
|
-
export declare namespace ServerInternalException {
|
|
90
|
-
|
|
91
|
-
const filterSensitiveLog: (obj: ServerInternalException) => any;
|
|
92
|
-
}
|
|
93
69
|
|
|
94
70
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
95
71
|
name: "ValidationException";
|
|
96
72
|
$fault: "client";
|
|
97
73
|
Message?: string;
|
|
98
74
|
}
|
|
99
|
-
export declare namespace ValidationException {
|
|
100
|
-
|
|
101
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
102
|
-
}
|
|
103
75
|
export declare enum AllowedOperation {
|
|
104
76
|
CHECKOUT_BORROW_LICENSE = "CheckoutBorrowLicense",
|
|
105
77
|
CHECKOUT_LICENSE = "CheckoutLicense",
|
|
@@ -140,20 +112,12 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
140
112
|
$fault: "client";
|
|
141
113
|
Message?: string;
|
|
142
114
|
}
|
|
143
|
-
export declare namespace ConflictException {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
146
|
-
}
|
|
147
115
|
|
|
148
116
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
149
117
|
name: "ResourceNotFoundException";
|
|
150
118
|
$fault: "client";
|
|
151
119
|
Message?: string;
|
|
152
120
|
}
|
|
153
|
-
export declare namespace ResourceNotFoundException {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
156
|
-
}
|
|
157
121
|
|
|
158
122
|
export interface Metadata {
|
|
159
123
|
|
|
@@ -256,20 +220,12 @@ export interface EntitlementNotAllowedException extends __SmithyException, $Meta
|
|
|
256
220
|
$fault: "client";
|
|
257
221
|
Message?: string;
|
|
258
222
|
}
|
|
259
|
-
export declare namespace EntitlementNotAllowedException {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: EntitlementNotAllowedException) => any;
|
|
262
|
-
}
|
|
263
223
|
|
|
264
224
|
export interface NoEntitlementsAllowedException extends __SmithyException, $MetadataBearer {
|
|
265
225
|
name: "NoEntitlementsAllowedException";
|
|
266
226
|
$fault: "client";
|
|
267
227
|
Message?: string;
|
|
268
228
|
}
|
|
269
|
-
export declare namespace NoEntitlementsAllowedException {
|
|
270
|
-
|
|
271
|
-
const filterSensitiveLog: (obj: NoEntitlementsAllowedException) => any;
|
|
272
|
-
}
|
|
273
229
|
|
|
274
230
|
export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
275
231
|
name: "RedirectException";
|
|
@@ -277,20 +233,12 @@ export interface RedirectException extends __SmithyException, $MetadataBearer {
|
|
|
277
233
|
Location?: string;
|
|
278
234
|
Message?: string;
|
|
279
235
|
}
|
|
280
|
-
export declare namespace RedirectException {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: RedirectException) => any;
|
|
283
|
-
}
|
|
284
236
|
|
|
285
237
|
export interface UnsupportedDigitalSignatureMethodException extends __SmithyException, $MetadataBearer {
|
|
286
238
|
name: "UnsupportedDigitalSignatureMethodException";
|
|
287
239
|
$fault: "client";
|
|
288
240
|
Message?: string;
|
|
289
241
|
}
|
|
290
|
-
export declare namespace UnsupportedDigitalSignatureMethodException {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: UnsupportedDigitalSignatureMethodException) => any;
|
|
293
|
-
}
|
|
294
242
|
export declare enum CheckoutType {
|
|
295
243
|
PERPETUAL = "PERPETUAL",
|
|
296
244
|
PROVISIONAL = "PROVISIONAL"
|
|
@@ -1278,10 +1226,6 @@ export interface FilterLimitExceededException extends __SmithyException, $Metada
|
|
|
1278
1226
|
$fault: "client";
|
|
1279
1227
|
Message?: string;
|
|
1280
1228
|
}
|
|
1281
|
-
export declare namespace FilterLimitExceededException {
|
|
1282
|
-
|
|
1283
|
-
const filterSensitiveLog: (obj: FilterLimitExceededException) => any;
|
|
1284
|
-
}
|
|
1285
1229
|
export interface ListAssociationsForLicenseConfigurationRequest {
|
|
1286
1230
|
|
|
1287
1231
|
LicenseConfigurationArn: string | undefined;
|
|
@@ -1727,10 +1671,6 @@ export interface FailedDependencyException extends __SmithyException, $MetadataB
|
|
|
1727
1671
|
Message?: string;
|
|
1728
1672
|
ErrorCode?: string;
|
|
1729
1673
|
}
|
|
1730
|
-
export declare namespace FailedDependencyException {
|
|
1731
|
-
|
|
1732
|
-
const filterSensitiveLog: (obj: FailedDependencyException) => any;
|
|
1733
|
-
}
|
|
1734
1674
|
export declare enum InventoryFilterCondition {
|
|
1735
1675
|
BEGINS_WITH = "BEGINS_WITH",
|
|
1736
1676
|
CONTAINS = "CONTAINS",
|
|
@@ -2013,20 +1953,12 @@ export interface InvalidResourceStateException extends __SmithyException, $Metad
|
|
|
2013
1953
|
$fault: "client";
|
|
2014
1954
|
Message?: string;
|
|
2015
1955
|
}
|
|
2016
|
-
export declare namespace InvalidResourceStateException {
|
|
2017
|
-
|
|
2018
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
2019
|
-
}
|
|
2020
1956
|
|
|
2021
1957
|
export interface LicenseUsageException extends __SmithyException, $MetadataBearer {
|
|
2022
1958
|
name: "LicenseUsageException";
|
|
2023
1959
|
$fault: "client";
|
|
2024
1960
|
Message?: string;
|
|
2025
1961
|
}
|
|
2026
|
-
export declare namespace LicenseUsageException {
|
|
2027
|
-
|
|
2028
|
-
const filterSensitiveLog: (obj: LicenseUsageException) => any;
|
|
2029
|
-
}
|
|
2030
1962
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
2031
1963
|
|
|
2032
1964
|
ResourceArn: string | undefined;
|
|
@@ -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 { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
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: LicenseManagerClientConfig) => {
|
|
|
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 { LicenseManagerClientConfig } from "./LicenseManagerClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LicenseManagerClientConfig) => {
|
|
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: LicenseManagerClientConfig) => {
|
|
|
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,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.48.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +18,40 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.48.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.48.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
55
|
"@types/node": "^12.7.5"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|