@aws-sdk/client-license-manager 3.193.0 → 3.195.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 +19 -0
- package/dist-cjs/LicenseManagerClient.js +11 -8
- package/dist-cjs/commands/AcceptGrantCommand.js +10 -0
- package/dist-cjs/commands/CheckInLicenseCommand.js +10 -0
- package/dist-cjs/commands/CheckoutBorrowLicenseCommand.js +10 -0
- package/dist-cjs/commands/CheckoutLicenseCommand.js +10 -0
- package/dist-cjs/commands/CreateGrantCommand.js +10 -0
- package/dist-cjs/commands/CreateGrantVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateLicenseCommand.js +10 -0
- package/dist-cjs/commands/CreateLicenseConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateLicenseConversionTaskForResourceCommand.js +10 -0
- package/dist-cjs/commands/CreateLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-cjs/commands/CreateLicenseVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateTokenCommand.js +10 -0
- package/dist-cjs/commands/DeleteGrantCommand.js +10 -0
- package/dist-cjs/commands/DeleteLicenseCommand.js +10 -0
- package/dist-cjs/commands/DeleteLicenseConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-cjs/commands/DeleteTokenCommand.js +10 -0
- package/dist-cjs/commands/ExtendLicenseConsumptionCommand.js +10 -0
- package/dist-cjs/commands/GetAccessTokenCommand.js +10 -0
- package/dist-cjs/commands/GetGrantCommand.js +10 -0
- package/dist-cjs/commands/GetLicenseCommand.js +10 -0
- package/dist-cjs/commands/GetLicenseConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetLicenseConversionTaskCommand.js +10 -0
- package/dist-cjs/commands/GetLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-cjs/commands/GetLicenseUsageCommand.js +10 -0
- package/dist-cjs/commands/GetServiceSettingsCommand.js +10 -0
- package/dist-cjs/commands/ListAssociationsForLicenseConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ListDistributedGrantsCommand.js +10 -0
- package/dist-cjs/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +10 -0
- package/dist-cjs/commands/ListLicenseConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListLicenseConversionTasksCommand.js +10 -0
- package/dist-cjs/commands/ListLicenseManagerReportGeneratorsCommand.js +10 -0
- package/dist-cjs/commands/ListLicenseSpecificationsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListLicenseVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListLicensesCommand.js +10 -0
- package/dist-cjs/commands/ListReceivedGrantsCommand.js +10 -0
- package/dist-cjs/commands/ListReceivedLicensesCommand.js +10 -0
- package/dist-cjs/commands/ListResourceInventoryCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTokensCommand.js +10 -0
- package/dist-cjs/commands/ListUsageForLicenseConfigurationCommand.js +10 -0
- package/dist-cjs/commands/RejectGrantCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateLicenseConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-cjs/commands/UpdateLicenseSpecificationsForResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceSettingsCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/LicenseManagerClient.js +12 -9
- package/dist-es/commands/AcceptGrantCommand.js +10 -0
- package/dist-es/commands/CheckInLicenseCommand.js +10 -0
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +10 -0
- package/dist-es/commands/CheckoutLicenseCommand.js +10 -0
- package/dist-es/commands/CreateGrantCommand.js +10 -0
- package/dist-es/commands/CreateGrantVersionCommand.js +10 -0
- package/dist-es/commands/CreateLicenseCommand.js +10 -0
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +10 -0
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-es/commands/CreateLicenseVersionCommand.js +10 -0
- package/dist-es/commands/CreateTokenCommand.js +10 -0
- package/dist-es/commands/DeleteGrantCommand.js +10 -0
- package/dist-es/commands/DeleteLicenseCommand.js +10 -0
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-es/commands/DeleteTokenCommand.js +10 -0
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +10 -0
- package/dist-es/commands/GetAccessTokenCommand.js +10 -0
- package/dist-es/commands/GetGrantCommand.js +10 -0
- package/dist-es/commands/GetLicenseCommand.js +10 -0
- package/dist-es/commands/GetLicenseConfigurationCommand.js +10 -0
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +10 -0
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-es/commands/GetLicenseUsageCommand.js +10 -0
- package/dist-es/commands/GetServiceSettingsCommand.js +10 -0
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +10 -0
- package/dist-es/commands/ListDistributedGrantsCommand.js +10 -0
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +10 -0
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +10 -0
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +10 -0
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +10 -0
- package/dist-es/commands/ListLicenseVersionsCommand.js +10 -0
- package/dist-es/commands/ListLicensesCommand.js +10 -0
- package/dist-es/commands/ListReceivedGrantsCommand.js +10 -0
- package/dist-es/commands/ListReceivedLicensesCommand.js +10 -0
- package/dist-es/commands/ListResourceInventoryCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTokensCommand.js +10 -0
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +10 -0
- package/dist-es/commands/RejectGrantCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +10 -0
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +10 -0
- package/dist-es/commands/UpdateServiceSettingsCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/LicenseManagerClient.d.ts +6 -9
- package/dist-types/commands/AcceptGrantCommand.d.ts +2 -0
- package/dist-types/commands/CheckInLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CheckoutLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CreateGrantCommand.d.ts +2 -0
- package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateTokenCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGrantCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLicenseCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTokenCommand.d.ts +2 -0
- package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -0
- package/dist-types/commands/GetGrantCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ListDistributedGrantsCommand.d.ts +2 -0
- package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicensesCommand.d.ts +2 -0
- package/dist-types/commands/ListReceivedGrantsCommand.d.ts +2 -0
- package/dist-types/commands/ListReceivedLicensesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTokensCommand.d.ts +2 -0
- package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RejectGrantCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"us-east-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "license-manager-fips.us-east-1.amazonaws.com",
|
|
10
|
-
tags: ["fips"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"us-east-2": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "license-manager-fips.us-east-2.amazonaws.com",
|
|
18
|
-
tags: ["fips"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"us-gov-east-1": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "license-manager-fips.us-gov-east-1.amazonaws.com",
|
|
26
|
-
tags: ["fips"],
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
"us-gov-west-1": {
|
|
31
|
-
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "license-manager-fips.us-gov-west-1.amazonaws.com",
|
|
34
|
-
tags: ["fips"],
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
},
|
|
38
|
-
"us-west-1": {
|
|
39
|
-
variants: [
|
|
40
|
-
{
|
|
41
|
-
hostname: "license-manager-fips.us-west-1.amazonaws.com",
|
|
42
|
-
tags: ["fips"],
|
|
43
|
-
},
|
|
44
|
-
],
|
|
45
|
-
},
|
|
46
|
-
"us-west-2": {
|
|
47
|
-
variants: [
|
|
48
|
-
{
|
|
49
|
-
hostname: "license-manager-fips.us-west-2.amazonaws.com",
|
|
50
|
-
tags: ["fips"],
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
|
-
};
|
|
55
|
-
const partitionHash = {
|
|
56
|
-
aws: {
|
|
57
|
-
regions: [
|
|
58
|
-
"af-south-1",
|
|
59
|
-
"ap-east-1",
|
|
60
|
-
"ap-northeast-1",
|
|
61
|
-
"ap-northeast-2",
|
|
62
|
-
"ap-northeast-3",
|
|
63
|
-
"ap-south-1",
|
|
64
|
-
"ap-southeast-1",
|
|
65
|
-
"ap-southeast-2",
|
|
66
|
-
"ap-southeast-3",
|
|
67
|
-
"ca-central-1",
|
|
68
|
-
"eu-central-1",
|
|
69
|
-
"eu-north-1",
|
|
70
|
-
"eu-south-1",
|
|
71
|
-
"eu-west-1",
|
|
72
|
-
"eu-west-2",
|
|
73
|
-
"eu-west-3",
|
|
74
|
-
"fips-us-east-1",
|
|
75
|
-
"fips-us-east-2",
|
|
76
|
-
"fips-us-west-1",
|
|
77
|
-
"fips-us-west-2",
|
|
78
|
-
"me-central-1",
|
|
79
|
-
"me-south-1",
|
|
80
|
-
"sa-east-1",
|
|
81
|
-
"us-east-1",
|
|
82
|
-
"us-east-2",
|
|
83
|
-
"us-west-1",
|
|
84
|
-
"us-west-2",
|
|
85
|
-
],
|
|
86
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
87
|
-
variants: [
|
|
88
|
-
{
|
|
89
|
-
hostname: "license-manager.{region}.amazonaws.com",
|
|
90
|
-
tags: [],
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
hostname: "license-manager-fips.{region}.amazonaws.com",
|
|
94
|
-
tags: ["fips"],
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
hostname: "license-manager-fips.{region}.api.aws",
|
|
98
|
-
tags: ["dualstack", "fips"],
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
hostname: "license-manager.{region}.api.aws",
|
|
102
|
-
tags: ["dualstack"],
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
},
|
|
106
|
-
"aws-cn": {
|
|
107
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
108
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
109
|
-
variants: [
|
|
110
|
-
{
|
|
111
|
-
hostname: "license-manager.{region}.amazonaws.com.cn",
|
|
112
|
-
tags: [],
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
hostname: "license-manager-fips.{region}.amazonaws.com.cn",
|
|
116
|
-
tags: ["fips"],
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
hostname: "license-manager-fips.{region}.api.amazonwebservices.com.cn",
|
|
120
|
-
tags: ["dualstack", "fips"],
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
hostname: "license-manager.{region}.api.amazonwebservices.com.cn",
|
|
124
|
-
tags: ["dualstack"],
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
"aws-iso": {
|
|
129
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
130
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
131
|
-
variants: [
|
|
132
|
-
{
|
|
133
|
-
hostname: "license-manager.{region}.c2s.ic.gov",
|
|
134
|
-
tags: [],
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
hostname: "license-manager-fips.{region}.c2s.ic.gov",
|
|
138
|
-
tags: ["fips"],
|
|
139
|
-
},
|
|
140
|
-
],
|
|
141
|
-
},
|
|
142
|
-
"aws-iso-b": {
|
|
143
|
-
regions: ["us-isob-east-1"],
|
|
144
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
145
|
-
variants: [
|
|
146
|
-
{
|
|
147
|
-
hostname: "license-manager.{region}.sc2s.sgov.gov",
|
|
148
|
-
tags: [],
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
hostname: "license-manager-fips.{region}.sc2s.sgov.gov",
|
|
152
|
-
tags: ["fips"],
|
|
153
|
-
},
|
|
154
|
-
],
|
|
155
|
-
},
|
|
156
|
-
"aws-us-gov": {
|
|
157
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
158
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
159
|
-
variants: [
|
|
160
|
-
{
|
|
161
|
-
hostname: "license-manager.{region}.amazonaws.com",
|
|
162
|
-
tags: [],
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
hostname: "license-manager-fips.{region}.amazonaws.com",
|
|
166
|
-
tags: ["fips"],
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
hostname: "license-manager-fips.{region}.api.aws",
|
|
170
|
-
tags: ["dualstack", "fips"],
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
hostname: "license-manager.{region}.api.aws",
|
|
174
|
-
tags: ["dualstack"],
|
|
175
|
-
},
|
|
176
|
-
],
|
|
177
|
-
},
|
|
178
|
-
};
|
|
179
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
180
|
-
...options,
|
|
181
|
-
signingService: "license-manager",
|
|
182
|
-
regionHash,
|
|
183
|
-
partitionHash,
|
|
184
|
-
});
|
|
185
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {
|
|
3
|
-
"us-east-1": {
|
|
4
|
-
variants: [
|
|
5
|
-
{
|
|
6
|
-
hostname: "license-manager-fips.us-east-1.amazonaws.com",
|
|
7
|
-
tags: ["fips"],
|
|
8
|
-
},
|
|
9
|
-
],
|
|
10
|
-
},
|
|
11
|
-
"us-east-2": {
|
|
12
|
-
variants: [
|
|
13
|
-
{
|
|
14
|
-
hostname: "license-manager-fips.us-east-2.amazonaws.com",
|
|
15
|
-
tags: ["fips"],
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
},
|
|
19
|
-
"us-gov-east-1": {
|
|
20
|
-
variants: [
|
|
21
|
-
{
|
|
22
|
-
hostname: "license-manager-fips.us-gov-east-1.amazonaws.com",
|
|
23
|
-
tags: ["fips"],
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
},
|
|
27
|
-
"us-gov-west-1": {
|
|
28
|
-
variants: [
|
|
29
|
-
{
|
|
30
|
-
hostname: "license-manager-fips.us-gov-west-1.amazonaws.com",
|
|
31
|
-
tags: ["fips"],
|
|
32
|
-
},
|
|
33
|
-
],
|
|
34
|
-
},
|
|
35
|
-
"us-west-1": {
|
|
36
|
-
variants: [
|
|
37
|
-
{
|
|
38
|
-
hostname: "license-manager-fips.us-west-1.amazonaws.com",
|
|
39
|
-
tags: ["fips"],
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
},
|
|
43
|
-
"us-west-2": {
|
|
44
|
-
variants: [
|
|
45
|
-
{
|
|
46
|
-
hostname: "license-manager-fips.us-west-2.amazonaws.com",
|
|
47
|
-
tags: ["fips"],
|
|
48
|
-
},
|
|
49
|
-
],
|
|
50
|
-
},
|
|
51
|
-
};
|
|
52
|
-
const partitionHash = {
|
|
53
|
-
aws: {
|
|
54
|
-
regions: [
|
|
55
|
-
"af-south-1",
|
|
56
|
-
"ap-east-1",
|
|
57
|
-
"ap-northeast-1",
|
|
58
|
-
"ap-northeast-2",
|
|
59
|
-
"ap-northeast-3",
|
|
60
|
-
"ap-south-1",
|
|
61
|
-
"ap-southeast-1",
|
|
62
|
-
"ap-southeast-2",
|
|
63
|
-
"ap-southeast-3",
|
|
64
|
-
"ca-central-1",
|
|
65
|
-
"eu-central-1",
|
|
66
|
-
"eu-north-1",
|
|
67
|
-
"eu-south-1",
|
|
68
|
-
"eu-west-1",
|
|
69
|
-
"eu-west-2",
|
|
70
|
-
"eu-west-3",
|
|
71
|
-
"fips-us-east-1",
|
|
72
|
-
"fips-us-east-2",
|
|
73
|
-
"fips-us-west-1",
|
|
74
|
-
"fips-us-west-2",
|
|
75
|
-
"me-central-1",
|
|
76
|
-
"me-south-1",
|
|
77
|
-
"sa-east-1",
|
|
78
|
-
"us-east-1",
|
|
79
|
-
"us-east-2",
|
|
80
|
-
"us-west-1",
|
|
81
|
-
"us-west-2",
|
|
82
|
-
],
|
|
83
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
84
|
-
variants: [
|
|
85
|
-
{
|
|
86
|
-
hostname: "license-manager.{region}.amazonaws.com",
|
|
87
|
-
tags: [],
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
hostname: "license-manager-fips.{region}.amazonaws.com",
|
|
91
|
-
tags: ["fips"],
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
hostname: "license-manager-fips.{region}.api.aws",
|
|
95
|
-
tags: ["dualstack", "fips"],
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
hostname: "license-manager.{region}.api.aws",
|
|
99
|
-
tags: ["dualstack"],
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
},
|
|
103
|
-
"aws-cn": {
|
|
104
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
105
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
106
|
-
variants: [
|
|
107
|
-
{
|
|
108
|
-
hostname: "license-manager.{region}.amazonaws.com.cn",
|
|
109
|
-
tags: [],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
hostname: "license-manager-fips.{region}.amazonaws.com.cn",
|
|
113
|
-
tags: ["fips"],
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
hostname: "license-manager-fips.{region}.api.amazonwebservices.com.cn",
|
|
117
|
-
tags: ["dualstack", "fips"],
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
hostname: "license-manager.{region}.api.amazonwebservices.com.cn",
|
|
121
|
-
tags: ["dualstack"],
|
|
122
|
-
},
|
|
123
|
-
],
|
|
124
|
-
},
|
|
125
|
-
"aws-iso": {
|
|
126
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
127
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
128
|
-
variants: [
|
|
129
|
-
{
|
|
130
|
-
hostname: "license-manager.{region}.c2s.ic.gov",
|
|
131
|
-
tags: [],
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
hostname: "license-manager-fips.{region}.c2s.ic.gov",
|
|
135
|
-
tags: ["fips"],
|
|
136
|
-
},
|
|
137
|
-
],
|
|
138
|
-
},
|
|
139
|
-
"aws-iso-b": {
|
|
140
|
-
regions: ["us-isob-east-1"],
|
|
141
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
142
|
-
variants: [
|
|
143
|
-
{
|
|
144
|
-
hostname: "license-manager.{region}.sc2s.sgov.gov",
|
|
145
|
-
tags: [],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
hostname: "license-manager-fips.{region}.sc2s.sgov.gov",
|
|
149
|
-
tags: ["fips"],
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
},
|
|
153
|
-
"aws-us-gov": {
|
|
154
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
155
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
156
|
-
variants: [
|
|
157
|
-
{
|
|
158
|
-
hostname: "license-manager.{region}.amazonaws.com",
|
|
159
|
-
tags: [],
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
hostname: "license-manager-fips.{region}.amazonaws.com",
|
|
163
|
-
tags: ["fips"],
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
hostname: "license-manager-fips.{region}.api.aws",
|
|
167
|
-
tags: ["dualstack", "fips"],
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
hostname: "license-manager.{region}.api.aws",
|
|
171
|
-
tags: ["dualstack"],
|
|
172
|
-
},
|
|
173
|
-
],
|
|
174
|
-
},
|
|
175
|
-
};
|
|
176
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
177
|
-
...options,
|
|
178
|
-
signingService: "license-manager",
|
|
179
|
-
regionHash,
|
|
180
|
-
partitionHash,
|
|
181
|
-
});
|