@aws-sdk/util-endpoints 3.210.0 → 3.212.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/dist-cjs/lib/aws/partitions.json +148 -74
- package/dist-es/lib/aws/partitions.json +148 -74
- package/package.json +2 -2
|
@@ -1,101 +1,175 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"partitions": [
|
|
4
|
-
{
|
|
2
|
+
"partitions": [{
|
|
5
3
|
"id": "aws",
|
|
6
|
-
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
|
|
7
|
-
"regions": {
|
|
8
|
-
"af-south-1": {},
|
|
9
|
-
"af-east-1": {},
|
|
10
|
-
"ap-northeast-1": {},
|
|
11
|
-
"ap-northeast-2": {},
|
|
12
|
-
"ap-northeast-3": {},
|
|
13
|
-
"ap-south-1": {},
|
|
14
|
-
"ap-southeast-1": {},
|
|
15
|
-
"ap-southeast-2": {},
|
|
16
|
-
"ap-southeast-3": {},
|
|
17
|
-
"ca-central-1": {},
|
|
18
|
-
"eu-central-1": {},
|
|
19
|
-
"eu-north-1": {},
|
|
20
|
-
"eu-south-1": {},
|
|
21
|
-
"eu-west-1": {},
|
|
22
|
-
"eu-west-2": {},
|
|
23
|
-
"eu-west-3": {},
|
|
24
|
-
"me-south-1": {},
|
|
25
|
-
"sa-east-1": {},
|
|
26
|
-
"us-east-1": {},
|
|
27
|
-
"us-east-2": {},
|
|
28
|
-
"us-west-1": {},
|
|
29
|
-
"us-west-2": {},
|
|
30
|
-
"aws-global": {}
|
|
31
|
-
},
|
|
32
4
|
"outputs": {
|
|
33
|
-
"name": "aws",
|
|
34
5
|
"dnsSuffix": "amazonaws.com",
|
|
35
6
|
"dualStackDnsSuffix": "api.aws",
|
|
36
|
-
"
|
|
37
|
-
"supportsDualStack": true
|
|
38
|
-
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"id": "aws-us-gov",
|
|
42
|
-
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
43
|
-
"regions": {
|
|
44
|
-
"us-gov-west-1": {},
|
|
45
|
-
"us-gov-east-1": {},
|
|
46
|
-
"aws-us-gov-global": {}
|
|
7
|
+
"name": "aws",
|
|
8
|
+
"supportsDualStack": true,
|
|
9
|
+
"supportsFIPS": true
|
|
47
10
|
},
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
11
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
12
|
+
"regions": {
|
|
13
|
+
"af-south-1": {
|
|
14
|
+
"description": "Africa (Cape Town)"
|
|
15
|
+
},
|
|
16
|
+
"ap-east-1": {
|
|
17
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
18
|
+
},
|
|
19
|
+
"ap-northeast-1": {
|
|
20
|
+
"description": "Asia Pacific (Tokyo)"
|
|
21
|
+
},
|
|
22
|
+
"ap-northeast-2": {
|
|
23
|
+
"description": "Asia Pacific (Seoul)"
|
|
24
|
+
},
|
|
25
|
+
"ap-northeast-3": {
|
|
26
|
+
"description": "Asia Pacific (Osaka)"
|
|
27
|
+
},
|
|
28
|
+
"ap-south-1": {
|
|
29
|
+
"description": "Asia Pacific (Mumbai)"
|
|
30
|
+
},
|
|
31
|
+
"ap-southeast-1": {
|
|
32
|
+
"description": "Asia Pacific (Singapore)"
|
|
33
|
+
},
|
|
34
|
+
"ap-southeast-2": {
|
|
35
|
+
"description": "Asia Pacific (Sydney)"
|
|
36
|
+
},
|
|
37
|
+
"ap-southeast-3": {
|
|
38
|
+
"description": "Asia Pacific (Jakarta)"
|
|
39
|
+
},
|
|
40
|
+
"aws-global": {
|
|
41
|
+
"description": "AWS Standard global region"
|
|
42
|
+
},
|
|
43
|
+
"ca-central-1": {
|
|
44
|
+
"description": "Canada (Central)"
|
|
45
|
+
},
|
|
46
|
+
"eu-central-1": {
|
|
47
|
+
"description": "Europe (Frankfurt)"
|
|
48
|
+
},
|
|
49
|
+
"eu-central-2": {
|
|
50
|
+
"description": "Europe (Zurich)"
|
|
51
|
+
},
|
|
52
|
+
"eu-north-1": {
|
|
53
|
+
"description": "Europe (Stockholm)"
|
|
54
|
+
},
|
|
55
|
+
"eu-south-1": {
|
|
56
|
+
"description": "Europe (Milan)"
|
|
57
|
+
},
|
|
58
|
+
"eu-south-2": {
|
|
59
|
+
"description": "Europe (Spain)"
|
|
60
|
+
},
|
|
61
|
+
"eu-west-1": {
|
|
62
|
+
"description": "Europe (Ireland)"
|
|
63
|
+
},
|
|
64
|
+
"eu-west-2": {
|
|
65
|
+
"description": "Europe (London)"
|
|
66
|
+
},
|
|
67
|
+
"eu-west-3": {
|
|
68
|
+
"description": "Europe (Paris)"
|
|
69
|
+
},
|
|
70
|
+
"me-central-1": {
|
|
71
|
+
"description": "Middle East (UAE)"
|
|
72
|
+
},
|
|
73
|
+
"me-south-1": {
|
|
74
|
+
"description": "Middle East (Bahrain)"
|
|
75
|
+
},
|
|
76
|
+
"sa-east-1": {
|
|
77
|
+
"description": "South America (Sao Paulo)"
|
|
78
|
+
},
|
|
79
|
+
"us-east-1": {
|
|
80
|
+
"description": "US East (N. Virginia)"
|
|
81
|
+
},
|
|
82
|
+
"us-east-2": {
|
|
83
|
+
"description": "US East (Ohio)"
|
|
84
|
+
},
|
|
85
|
+
"us-west-1": {
|
|
86
|
+
"description": "US West (N. California)"
|
|
87
|
+
},
|
|
88
|
+
"us-west-2": {
|
|
89
|
+
"description": "US West (Oregon)"
|
|
90
|
+
}
|
|
54
91
|
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
92
|
+
}, {
|
|
57
93
|
"id": "aws-cn",
|
|
58
|
-
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
59
|
-
"regions": {
|
|
60
|
-
"cn-north-1": {},
|
|
61
|
-
"cn-northwest-1": {},
|
|
62
|
-
"aws-cn-global": {}
|
|
63
|
-
},
|
|
64
94
|
"outputs": {
|
|
65
|
-
"name": "aws-cn",
|
|
66
95
|
"dnsSuffix": "amazonaws.com.cn",
|
|
67
96
|
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
68
|
-
"
|
|
69
|
-
"supportsDualStack": true
|
|
97
|
+
"name": "aws-cn",
|
|
98
|
+
"supportsDualStack": true,
|
|
99
|
+
"supportsFIPS": true
|
|
100
|
+
},
|
|
101
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
102
|
+
"regions": {
|
|
103
|
+
"aws-cn-global": {
|
|
104
|
+
"description": "AWS China global region"
|
|
105
|
+
},
|
|
106
|
+
"cn-north-1": {
|
|
107
|
+
"description": "China (Beijing)"
|
|
108
|
+
},
|
|
109
|
+
"cn-northwest-1": {
|
|
110
|
+
"description": "China (Ningxia)"
|
|
111
|
+
}
|
|
70
112
|
}
|
|
71
|
-
},
|
|
72
|
-
|
|
113
|
+
}, {
|
|
114
|
+
"id": "aws-us-gov",
|
|
115
|
+
"outputs": {
|
|
116
|
+
"dnsSuffix": "amazonaws.com",
|
|
117
|
+
"dualStackDnsSuffix": "api.aws",
|
|
118
|
+
"name": "aws-us-gov",
|
|
119
|
+
"supportsDualStack": true,
|
|
120
|
+
"supportsFIPS": true
|
|
121
|
+
},
|
|
122
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
123
|
+
"regions": {
|
|
124
|
+
"aws-us-gov-global": {
|
|
125
|
+
"description": "AWS GovCloud (US) global region"
|
|
126
|
+
},
|
|
127
|
+
"us-gov-east-1": {
|
|
128
|
+
"description": "AWS GovCloud (US-East)"
|
|
129
|
+
},
|
|
130
|
+
"us-gov-west-1": {
|
|
131
|
+
"description": "AWS GovCloud (US-West)"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}, {
|
|
73
135
|
"id": "aws-iso",
|
|
74
|
-
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
75
136
|
"outputs": {
|
|
76
|
-
"name": "aws-iso",
|
|
77
137
|
"dnsSuffix": "c2s.ic.gov",
|
|
78
|
-
"
|
|
138
|
+
"dualStackDnsSuffix": "c2s.ic.gov",
|
|
139
|
+
"name": "aws-iso",
|
|
79
140
|
"supportsDualStack": false,
|
|
80
|
-
"
|
|
141
|
+
"supportsFIPS": true
|
|
81
142
|
},
|
|
143
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
82
144
|
"regions": {
|
|
83
|
-
"aws-iso-global": {
|
|
145
|
+
"aws-iso-global": {
|
|
146
|
+
"description": "AWS ISO (US) global region"
|
|
147
|
+
},
|
|
148
|
+
"us-iso-east-1": {
|
|
149
|
+
"description": "US ISO East"
|
|
150
|
+
},
|
|
151
|
+
"us-iso-west-1": {
|
|
152
|
+
"description": "US ISO WEST"
|
|
153
|
+
}
|
|
84
154
|
}
|
|
85
|
-
},
|
|
86
|
-
{
|
|
155
|
+
}, {
|
|
87
156
|
"id": "aws-iso-b",
|
|
88
|
-
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
89
157
|
"outputs": {
|
|
90
|
-
"name": "aws-iso-b",
|
|
91
158
|
"dnsSuffix": "sc2s.sgov.gov",
|
|
92
|
-
"
|
|
159
|
+
"dualStackDnsSuffix": "sc2s.sgov.gov",
|
|
160
|
+
"name": "aws-iso-b",
|
|
93
161
|
"supportsDualStack": false,
|
|
94
|
-
"
|
|
162
|
+
"supportsFIPS": true
|
|
95
163
|
},
|
|
164
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
96
165
|
"regions": {
|
|
97
|
-
"aws-iso-b-global": {
|
|
166
|
+
"aws-iso-b-global": {
|
|
167
|
+
"description": "AWS ISOB (US) global region"
|
|
168
|
+
},
|
|
169
|
+
"us-isob-east-1": {
|
|
170
|
+
"description": "US ISOB East (Ohio)"
|
|
171
|
+
}
|
|
98
172
|
}
|
|
99
|
-
}
|
|
100
|
-
|
|
173
|
+
}],
|
|
174
|
+
"version": "1.1"
|
|
101
175
|
}
|
|
@@ -1,101 +1,175 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"partitions": [
|
|
4
|
-
{
|
|
2
|
+
"partitions": [{
|
|
5
3
|
"id": "aws",
|
|
6
|
-
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
|
|
7
|
-
"regions": {
|
|
8
|
-
"af-south-1": {},
|
|
9
|
-
"af-east-1": {},
|
|
10
|
-
"ap-northeast-1": {},
|
|
11
|
-
"ap-northeast-2": {},
|
|
12
|
-
"ap-northeast-3": {},
|
|
13
|
-
"ap-south-1": {},
|
|
14
|
-
"ap-southeast-1": {},
|
|
15
|
-
"ap-southeast-2": {},
|
|
16
|
-
"ap-southeast-3": {},
|
|
17
|
-
"ca-central-1": {},
|
|
18
|
-
"eu-central-1": {},
|
|
19
|
-
"eu-north-1": {},
|
|
20
|
-
"eu-south-1": {},
|
|
21
|
-
"eu-west-1": {},
|
|
22
|
-
"eu-west-2": {},
|
|
23
|
-
"eu-west-3": {},
|
|
24
|
-
"me-south-1": {},
|
|
25
|
-
"sa-east-1": {},
|
|
26
|
-
"us-east-1": {},
|
|
27
|
-
"us-east-2": {},
|
|
28
|
-
"us-west-1": {},
|
|
29
|
-
"us-west-2": {},
|
|
30
|
-
"aws-global": {}
|
|
31
|
-
},
|
|
32
4
|
"outputs": {
|
|
33
|
-
"name": "aws",
|
|
34
5
|
"dnsSuffix": "amazonaws.com",
|
|
35
6
|
"dualStackDnsSuffix": "api.aws",
|
|
36
|
-
"
|
|
37
|
-
"supportsDualStack": true
|
|
38
|
-
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"id": "aws-us-gov",
|
|
42
|
-
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
43
|
-
"regions": {
|
|
44
|
-
"us-gov-west-1": {},
|
|
45
|
-
"us-gov-east-1": {},
|
|
46
|
-
"aws-us-gov-global": {}
|
|
7
|
+
"name": "aws",
|
|
8
|
+
"supportsDualStack": true,
|
|
9
|
+
"supportsFIPS": true
|
|
47
10
|
},
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
11
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
12
|
+
"regions": {
|
|
13
|
+
"af-south-1": {
|
|
14
|
+
"description": "Africa (Cape Town)"
|
|
15
|
+
},
|
|
16
|
+
"ap-east-1": {
|
|
17
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
18
|
+
},
|
|
19
|
+
"ap-northeast-1": {
|
|
20
|
+
"description": "Asia Pacific (Tokyo)"
|
|
21
|
+
},
|
|
22
|
+
"ap-northeast-2": {
|
|
23
|
+
"description": "Asia Pacific (Seoul)"
|
|
24
|
+
},
|
|
25
|
+
"ap-northeast-3": {
|
|
26
|
+
"description": "Asia Pacific (Osaka)"
|
|
27
|
+
},
|
|
28
|
+
"ap-south-1": {
|
|
29
|
+
"description": "Asia Pacific (Mumbai)"
|
|
30
|
+
},
|
|
31
|
+
"ap-southeast-1": {
|
|
32
|
+
"description": "Asia Pacific (Singapore)"
|
|
33
|
+
},
|
|
34
|
+
"ap-southeast-2": {
|
|
35
|
+
"description": "Asia Pacific (Sydney)"
|
|
36
|
+
},
|
|
37
|
+
"ap-southeast-3": {
|
|
38
|
+
"description": "Asia Pacific (Jakarta)"
|
|
39
|
+
},
|
|
40
|
+
"aws-global": {
|
|
41
|
+
"description": "AWS Standard global region"
|
|
42
|
+
},
|
|
43
|
+
"ca-central-1": {
|
|
44
|
+
"description": "Canada (Central)"
|
|
45
|
+
},
|
|
46
|
+
"eu-central-1": {
|
|
47
|
+
"description": "Europe (Frankfurt)"
|
|
48
|
+
},
|
|
49
|
+
"eu-central-2": {
|
|
50
|
+
"description": "Europe (Zurich)"
|
|
51
|
+
},
|
|
52
|
+
"eu-north-1": {
|
|
53
|
+
"description": "Europe (Stockholm)"
|
|
54
|
+
},
|
|
55
|
+
"eu-south-1": {
|
|
56
|
+
"description": "Europe (Milan)"
|
|
57
|
+
},
|
|
58
|
+
"eu-south-2": {
|
|
59
|
+
"description": "Europe (Spain)"
|
|
60
|
+
},
|
|
61
|
+
"eu-west-1": {
|
|
62
|
+
"description": "Europe (Ireland)"
|
|
63
|
+
},
|
|
64
|
+
"eu-west-2": {
|
|
65
|
+
"description": "Europe (London)"
|
|
66
|
+
},
|
|
67
|
+
"eu-west-3": {
|
|
68
|
+
"description": "Europe (Paris)"
|
|
69
|
+
},
|
|
70
|
+
"me-central-1": {
|
|
71
|
+
"description": "Middle East (UAE)"
|
|
72
|
+
},
|
|
73
|
+
"me-south-1": {
|
|
74
|
+
"description": "Middle East (Bahrain)"
|
|
75
|
+
},
|
|
76
|
+
"sa-east-1": {
|
|
77
|
+
"description": "South America (Sao Paulo)"
|
|
78
|
+
},
|
|
79
|
+
"us-east-1": {
|
|
80
|
+
"description": "US East (N. Virginia)"
|
|
81
|
+
},
|
|
82
|
+
"us-east-2": {
|
|
83
|
+
"description": "US East (Ohio)"
|
|
84
|
+
},
|
|
85
|
+
"us-west-1": {
|
|
86
|
+
"description": "US West (N. California)"
|
|
87
|
+
},
|
|
88
|
+
"us-west-2": {
|
|
89
|
+
"description": "US West (Oregon)"
|
|
90
|
+
}
|
|
54
91
|
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
92
|
+
}, {
|
|
57
93
|
"id": "aws-cn",
|
|
58
|
-
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
59
|
-
"regions": {
|
|
60
|
-
"cn-north-1": {},
|
|
61
|
-
"cn-northwest-1": {},
|
|
62
|
-
"aws-cn-global": {}
|
|
63
|
-
},
|
|
64
94
|
"outputs": {
|
|
65
|
-
"name": "aws-cn",
|
|
66
95
|
"dnsSuffix": "amazonaws.com.cn",
|
|
67
96
|
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
68
|
-
"
|
|
69
|
-
"supportsDualStack": true
|
|
97
|
+
"name": "aws-cn",
|
|
98
|
+
"supportsDualStack": true,
|
|
99
|
+
"supportsFIPS": true
|
|
100
|
+
},
|
|
101
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
102
|
+
"regions": {
|
|
103
|
+
"aws-cn-global": {
|
|
104
|
+
"description": "AWS China global region"
|
|
105
|
+
},
|
|
106
|
+
"cn-north-1": {
|
|
107
|
+
"description": "China (Beijing)"
|
|
108
|
+
},
|
|
109
|
+
"cn-northwest-1": {
|
|
110
|
+
"description": "China (Ningxia)"
|
|
111
|
+
}
|
|
70
112
|
}
|
|
71
|
-
},
|
|
72
|
-
|
|
113
|
+
}, {
|
|
114
|
+
"id": "aws-us-gov",
|
|
115
|
+
"outputs": {
|
|
116
|
+
"dnsSuffix": "amazonaws.com",
|
|
117
|
+
"dualStackDnsSuffix": "api.aws",
|
|
118
|
+
"name": "aws-us-gov",
|
|
119
|
+
"supportsDualStack": true,
|
|
120
|
+
"supportsFIPS": true
|
|
121
|
+
},
|
|
122
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
123
|
+
"regions": {
|
|
124
|
+
"aws-us-gov-global": {
|
|
125
|
+
"description": "AWS GovCloud (US) global region"
|
|
126
|
+
},
|
|
127
|
+
"us-gov-east-1": {
|
|
128
|
+
"description": "AWS GovCloud (US-East)"
|
|
129
|
+
},
|
|
130
|
+
"us-gov-west-1": {
|
|
131
|
+
"description": "AWS GovCloud (US-West)"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}, {
|
|
73
135
|
"id": "aws-iso",
|
|
74
|
-
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
75
136
|
"outputs": {
|
|
76
|
-
"name": "aws-iso",
|
|
77
137
|
"dnsSuffix": "c2s.ic.gov",
|
|
78
|
-
"
|
|
138
|
+
"dualStackDnsSuffix": "c2s.ic.gov",
|
|
139
|
+
"name": "aws-iso",
|
|
79
140
|
"supportsDualStack": false,
|
|
80
|
-
"
|
|
141
|
+
"supportsFIPS": true
|
|
81
142
|
},
|
|
143
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
82
144
|
"regions": {
|
|
83
|
-
"aws-iso-global": {
|
|
145
|
+
"aws-iso-global": {
|
|
146
|
+
"description": "AWS ISO (US) global region"
|
|
147
|
+
},
|
|
148
|
+
"us-iso-east-1": {
|
|
149
|
+
"description": "US ISO East"
|
|
150
|
+
},
|
|
151
|
+
"us-iso-west-1": {
|
|
152
|
+
"description": "US ISO WEST"
|
|
153
|
+
}
|
|
84
154
|
}
|
|
85
|
-
},
|
|
86
|
-
{
|
|
155
|
+
}, {
|
|
87
156
|
"id": "aws-iso-b",
|
|
88
|
-
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
89
157
|
"outputs": {
|
|
90
|
-
"name": "aws-iso-b",
|
|
91
158
|
"dnsSuffix": "sc2s.sgov.gov",
|
|
92
|
-
"
|
|
159
|
+
"dualStackDnsSuffix": "sc2s.sgov.gov",
|
|
160
|
+
"name": "aws-iso-b",
|
|
93
161
|
"supportsDualStack": false,
|
|
94
|
-
"
|
|
162
|
+
"supportsFIPS": true
|
|
95
163
|
},
|
|
164
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
96
165
|
"regions": {
|
|
97
|
-
"aws-iso-b-global": {
|
|
166
|
+
"aws-iso-b-global": {
|
|
167
|
+
"description": "AWS ISOB (US) global region"
|
|
168
|
+
},
|
|
169
|
+
"us-isob-east-1": {
|
|
170
|
+
"description": "US ISOB East (Ohio)"
|
|
171
|
+
}
|
|
98
172
|
}
|
|
99
|
-
}
|
|
100
|
-
|
|
173
|
+
}],
|
|
174
|
+
"version": "1.1"
|
|
101
175
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.212.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/types": "3.212.0",
|
|
25
25
|
"tslib": "^2.3.1"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|