aws-partitions 1.851.0 → 1.853.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c4a1b25101edb73ce94dad042f470c9760c9dbe63ec9a4702bd90d52f4c2de6
4
- data.tar.gz: 28365841f9872f2da4b212768d42c9a3d5407480401addbb9d820b5f61976262
3
+ metadata.gz: 24ff65fa511f9393a9fadf671b6392222f888a64d3ff1754e11258cb37c43604
4
+ data.tar.gz: f9d45ef61272f702f2f3e803d1ceca55292f3f70397d058175ee66908cd1c849
5
5
  SHA512:
6
- metadata.gz: 58ae0ff28a2847083351308da43f9cb2076128ca781f730b58ffcd4961598c38643db55d3ee492b7d60bb82fb129f9abad824a968eadf23d35c4b8329473b982
7
- data.tar.gz: ce1404fe3149bda3accf7edfd86a84598272966d1f0520ebd337e2b74174005b60947d11c7bf8c560b6ab169dfc34324ac77f927ca39f8ebeab94985ebe0f178
6
+ metadata.gz: d3eb62f4b3c1e9e43871fa80fc320e9410eca55c311a93c7eb3343664f7d80e3874c1d48f611d55d4d68eb11708a8b4957c8d5daab885f74c462c9ed6b6b40ee
7
+ data.tar.gz: c27a2f61a36fa9490fccfd4ed28351770e1419f6c42c12e4245c31ff665c643928b9d8b56631a0f2fcb45ec1371cc7d5cbfef2d792c19a4193aa2f8104461da2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.853.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::TrustedAdvisor`.
8
+
9
+ 1.852.0 (2023-11-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.851.0 (2023-11-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.851.0
1
+ 1.853.0
@@ -453,7 +453,6 @@ module Aws
453
453
  'MTurk' => 'mturk-requester',
454
454
  'MWAA' => 'airflow',
455
455
  'MachineLearning' => 'machinelearning',
456
- 'Macie' => 'macie',
457
456
  'Macie2' => 'macie2',
458
457
  'MainframeModernization' => 'm2',
459
458
  'ManagedBlockchain' => 'managedblockchain',
@@ -588,6 +587,7 @@ module Aws
588
587
  'TranscribeStreamingService' => 'transcribestreaming',
589
588
  'Transfer' => 'transfer',
590
589
  'Translate' => 'translate',
590
+ 'TrustedAdvisor' => 'trustedadvisor',
591
591
  'VPCLattice' => 'vpc-lattice',
592
592
  'VerifiedPermissions' => 'verifiedpermissions',
593
593
  'VoiceID' => 'voiceid',
data/partitions.json CHANGED
@@ -2208,7 +2208,12 @@
2208
2208
  "ap-southeast-2" : { },
2209
2209
  "ap-southeast-3" : { },
2210
2210
  "ap-southeast-4" : { },
2211
- "ca-central-1" : { },
2211
+ "ca-central-1" : {
2212
+ "variants" : [ {
2213
+ "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
2214
+ "tags" : [ "fips" ]
2215
+ } ]
2216
+ },
2212
2217
  "eu-central-1" : { },
2213
2218
  "eu-central-2" : { },
2214
2219
  "eu-north-1" : { },
@@ -2217,14 +2222,69 @@
2217
2222
  "eu-west-1" : { },
2218
2223
  "eu-west-2" : { },
2219
2224
  "eu-west-3" : { },
2225
+ "fips-ca-central-1" : {
2226
+ "credentialScope" : {
2227
+ "region" : "ca-central-1"
2228
+ },
2229
+ "deprecated" : true,
2230
+ "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2231
+ },
2232
+ "fips-us-east-1" : {
2233
+ "credentialScope" : {
2234
+ "region" : "us-east-1"
2235
+ },
2236
+ "deprecated" : true,
2237
+ "hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
2238
+ },
2239
+ "fips-us-east-2" : {
2240
+ "credentialScope" : {
2241
+ "region" : "us-east-2"
2242
+ },
2243
+ "deprecated" : true,
2244
+ "hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
2245
+ },
2246
+ "fips-us-west-1" : {
2247
+ "credentialScope" : {
2248
+ "region" : "us-west-1"
2249
+ },
2250
+ "deprecated" : true,
2251
+ "hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
2252
+ },
2253
+ "fips-us-west-2" : {
2254
+ "credentialScope" : {
2255
+ "region" : "us-west-2"
2256
+ },
2257
+ "deprecated" : true,
2258
+ "hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
2259
+ },
2220
2260
  "il-central-1" : { },
2221
2261
  "me-central-1" : { },
2222
2262
  "me-south-1" : { },
2223
2263
  "sa-east-1" : { },
2224
- "us-east-1" : { },
2225
- "us-east-2" : { },
2226
- "us-west-1" : { },
2227
- "us-west-2" : { }
2264
+ "us-east-1" : {
2265
+ "variants" : [ {
2266
+ "hostname" : "autoscaling-fips.us-east-1.amazonaws.com",
2267
+ "tags" : [ "fips" ]
2268
+ } ]
2269
+ },
2270
+ "us-east-2" : {
2271
+ "variants" : [ {
2272
+ "hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
2273
+ "tags" : [ "fips" ]
2274
+ } ]
2275
+ },
2276
+ "us-west-1" : {
2277
+ "variants" : [ {
2278
+ "hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
2279
+ "tags" : [ "fips" ]
2280
+ } ]
2281
+ },
2282
+ "us-west-2" : {
2283
+ "variants" : [ {
2284
+ "hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
2285
+ "tags" : [ "fips" ]
2286
+ } ]
2287
+ }
2228
2288
  }
2229
2289
  },
2230
2290
  "autoscaling-plans" : {
@@ -6697,12 +6757,15 @@
6697
6757
  },
6698
6758
  "emr-serverless" : {
6699
6759
  "endpoints" : {
6760
+ "af-south-1" : { },
6700
6761
  "ap-east-1" : { },
6701
6762
  "ap-northeast-1" : { },
6702
6763
  "ap-northeast-2" : { },
6764
+ "ap-northeast-3" : { },
6703
6765
  "ap-south-1" : { },
6704
6766
  "ap-southeast-1" : { },
6705
6767
  "ap-southeast-2" : { },
6768
+ "ap-southeast-3" : { },
6706
6769
  "ca-central-1" : {
6707
6770
  "variants" : [ {
6708
6771
  "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
@@ -6711,6 +6774,7 @@
6711
6774
  },
6712
6775
  "eu-central-1" : { },
6713
6776
  "eu-north-1" : { },
6777
+ "eu-south-1" : { },
6714
6778
  "eu-west-1" : { },
6715
6779
  "eu-west-2" : { },
6716
6780
  "eu-west-3" : { },
@@ -15285,6 +15349,7 @@
15285
15349
  "deprecated" : true,
15286
15350
  "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
15287
15351
  },
15352
+ "il-central-1" : { },
15288
15353
  "me-central-1" : { },
15289
15354
  "me-south-1" : { },
15290
15355
  "sa-east-1" : { },
@@ -24176,17 +24241,31 @@
24176
24241
  },
24177
24242
  "simspaceweaver" : {
24178
24243
  "endpoints" : {
24179
- "us-gov-east-1" : {
24244
+ "fips-us-gov-east-1" : {
24180
24245
  "credentialScope" : {
24181
24246
  "region" : "us-gov-east-1"
24182
24247
  },
24248
+ "deprecated" : true,
24183
24249
  "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
24184
24250
  },
24185
- "us-gov-west-1" : {
24251
+ "fips-us-gov-west-1" : {
24186
24252
  "credentialScope" : {
24187
24253
  "region" : "us-gov-west-1"
24188
24254
  },
24255
+ "deprecated" : true,
24189
24256
  "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
24257
+ },
24258
+ "us-gov-east-1" : {
24259
+ "variants" : [ {
24260
+ "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com",
24261
+ "tags" : [ "fips" ]
24262
+ } ]
24263
+ },
24264
+ "us-gov-west-1" : {
24265
+ "variants" : [ {
24266
+ "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com",
24267
+ "tags" : [ "fips" ]
24268
+ } ]
24190
24269
  }
24191
24270
  }
24192
24271
  },
@@ -25101,7 +25180,8 @@
25101
25180
  },
25102
25181
  "ebs" : {
25103
25182
  "endpoints" : {
25104
- "us-iso-east-1" : { }
25183
+ "us-iso-east-1" : { },
25184
+ "us-iso-west-1" : { }
25105
25185
  }
25106
25186
  },
25107
25187
  "ec2" : {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.851.0
4
+ version: 1.853.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-15 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: