aws-partitions 1.849.0 → 1.853.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4263d12e772aee03e7022038cbe067ae6dce5eec51ba22cb0877ddc6db29698
4
- data.tar.gz: 320c1a555d62cfc48303d8921cb418d1d7df09f5cede7dfd7950952fda69ae2f
3
+ metadata.gz: 24ff65fa511f9393a9fadf671b6392222f888a64d3ff1754e11258cb37c43604
4
+ data.tar.gz: f9d45ef61272f702f2f3e803d1ceca55292f3f70397d058175ee66908cd1c849
5
5
  SHA512:
6
- metadata.gz: d222ccf610eb19d703c475710aa1f4b8b3f321d4ab9be890c963db27ca79333c5f98fba8843099076ce9dfb8797b8c895f8343a2be5f43819678dce473fbc7c0
7
- data.tar.gz: f93557ca399874f5daf53b3ac304ef266aa8bd79aaffc35ef2dce43d1a5905758cc504bfa372e0d7d318203c0c31de8c34b7a323861e204ffcf07ff92dc7f977
6
+ metadata.gz: d3eb62f4b3c1e9e43871fa80fc320e9410eca55c311a93c7eb3343664f7d80e3874c1d48f611d55d4d68eb11708a8b4957c8d5daab885f74c462c9ed6b6b40ee
7
+ data.tar.gz: c27a2f61a36fa9490fccfd4ed28351770e1419f6c42c12e4245c31ff665c643928b9d8b56631a0f2fcb45ec1371cc7d5cbfef2d792c19a4193aa2f8104461da2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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
+
14
+ 1.851.0 (2023-11-15)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.850.0 (2023-11-14)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.849.0 (2023-11-13)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.849.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" : {
@@ -3363,6 +3423,8 @@
3363
3423
  "ap-south-2" : { },
3364
3424
  "ap-southeast-1" : { },
3365
3425
  "ap-southeast-2" : { },
3426
+ "ap-southeast-3" : { },
3427
+ "ap-southeast-4" : { },
3366
3428
  "ca-central-1" : {
3367
3429
  "variants" : [ {
3368
3430
  "hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -3373,6 +3435,7 @@
3373
3435
  "eu-central-2" : { },
3374
3436
  "eu-north-1" : { },
3375
3437
  "eu-south-1" : { },
3438
+ "eu-south-2" : { },
3376
3439
  "eu-west-1" : { },
3377
3440
  "eu-west-2" : { },
3378
3441
  "eu-west-3" : { },
@@ -3411,6 +3474,7 @@
3411
3474
  "deprecated" : true,
3412
3475
  "hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
3413
3476
  },
3477
+ "il-central-1" : { },
3414
3478
  "me-central-1" : { },
3415
3479
  "me-south-1" : { },
3416
3480
  "sa-east-1" : { },
@@ -3799,6 +3863,12 @@
3799
3863
  },
3800
3864
  "hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
3801
3865
  },
3866
+ "ap-south-2" : {
3867
+ "credentialScope" : {
3868
+ "region" : "ap-south-2"
3869
+ },
3870
+ "hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
3871
+ },
3802
3872
  "ap-southeast-1" : {
3803
3873
  "credentialScope" : {
3804
3874
  "region" : "ap-southeast-1"
@@ -3811,6 +3881,18 @@
3811
3881
  },
3812
3882
  "hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
3813
3883
  },
3884
+ "ap-southeast-3" : {
3885
+ "credentialScope" : {
3886
+ "region" : "ap-southeast-3"
3887
+ },
3888
+ "hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
3889
+ },
3890
+ "ap-southeast-4" : {
3891
+ "credentialScope" : {
3892
+ "region" : "ap-southeast-4"
3893
+ },
3894
+ "hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
3895
+ },
3814
3896
  "ca-central-1" : {
3815
3897
  "credentialScope" : {
3816
3898
  "region" : "ca-central-1"
@@ -3823,6 +3905,12 @@
3823
3905
  },
3824
3906
  "hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
3825
3907
  },
3908
+ "eu-central-2" : {
3909
+ "credentialScope" : {
3910
+ "region" : "eu-central-2"
3911
+ },
3912
+ "hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
3913
+ },
3826
3914
  "eu-north-1" : {
3827
3915
  "credentialScope" : {
3828
3916
  "region" : "eu-north-1"
@@ -3835,6 +3923,12 @@
3835
3923
  },
3836
3924
  "hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
3837
3925
  },
3926
+ "eu-south-2" : {
3927
+ "credentialScope" : {
3928
+ "region" : "eu-south-2"
3929
+ },
3930
+ "hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
3931
+ },
3838
3932
  "eu-west-1" : {
3839
3933
  "credentialScope" : {
3840
3934
  "region" : "eu-west-1"
@@ -3853,6 +3947,18 @@
3853
3947
  },
3854
3948
  "hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
3855
3949
  },
3950
+ "il-central-1" : {
3951
+ "credentialScope" : {
3952
+ "region" : "il-central-1"
3953
+ },
3954
+ "hostname" : "compute-optimizer.il-central-1.amazonaws.com"
3955
+ },
3956
+ "me-central-1" : {
3957
+ "credentialScope" : {
3958
+ "region" : "me-central-1"
3959
+ },
3960
+ "hostname" : "compute-optimizer.me-central-1.amazonaws.com"
3961
+ },
3856
3962
  "me-south-1" : {
3857
3963
  "credentialScope" : {
3858
3964
  "region" : "me-south-1"
@@ -6651,12 +6757,15 @@
6651
6757
  },
6652
6758
  "emr-serverless" : {
6653
6759
  "endpoints" : {
6760
+ "af-south-1" : { },
6654
6761
  "ap-east-1" : { },
6655
6762
  "ap-northeast-1" : { },
6656
6763
  "ap-northeast-2" : { },
6764
+ "ap-northeast-3" : { },
6657
6765
  "ap-south-1" : { },
6658
6766
  "ap-southeast-1" : { },
6659
6767
  "ap-southeast-2" : { },
6768
+ "ap-southeast-3" : { },
6660
6769
  "ca-central-1" : {
6661
6770
  "variants" : [ {
6662
6771
  "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
@@ -6665,6 +6774,7 @@
6665
6774
  },
6666
6775
  "eu-central-1" : { },
6667
6776
  "eu-north-1" : { },
6777
+ "eu-south-1" : { },
6668
6778
  "eu-west-1" : { },
6669
6779
  "eu-west-2" : { },
6670
6780
  "eu-west-3" : { },
@@ -15239,6 +15349,7 @@
15239
15349
  "deprecated" : true,
15240
15350
  "hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
15241
15351
  },
15352
+ "il-central-1" : { },
15242
15353
  "me-central-1" : { },
15243
15354
  "me-south-1" : { },
15244
15355
  "sa-east-1" : { },
@@ -20594,8 +20705,32 @@
20594
20705
  },
20595
20706
  "appconfigdata" : {
20596
20707
  "endpoints" : {
20597
- "us-gov-east-1" : { },
20598
- "us-gov-west-1" : { }
20708
+ "fips-us-gov-east-1" : {
20709
+ "credentialScope" : {
20710
+ "region" : "us-gov-east-1"
20711
+ },
20712
+ "deprecated" : true,
20713
+ "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
20714
+ },
20715
+ "fips-us-gov-west-1" : {
20716
+ "credentialScope" : {
20717
+ "region" : "us-gov-west-1"
20718
+ },
20719
+ "deprecated" : true,
20720
+ "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
20721
+ },
20722
+ "us-gov-east-1" : {
20723
+ "variants" : [ {
20724
+ "hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
20725
+ "tags" : [ "fips" ]
20726
+ } ]
20727
+ },
20728
+ "us-gov-west-1" : {
20729
+ "variants" : [ {
20730
+ "hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
20731
+ "tags" : [ "fips" ]
20732
+ } ]
20733
+ }
20599
20734
  }
20600
20735
  },
20601
20736
  "application-autoscaling" : {
@@ -24106,17 +24241,31 @@
24106
24241
  },
24107
24242
  "simspaceweaver" : {
24108
24243
  "endpoints" : {
24109
- "us-gov-east-1" : {
24244
+ "fips-us-gov-east-1" : {
24110
24245
  "credentialScope" : {
24111
24246
  "region" : "us-gov-east-1"
24112
24247
  },
24248
+ "deprecated" : true,
24113
24249
  "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
24114
24250
  },
24115
- "us-gov-west-1" : {
24251
+ "fips-us-gov-west-1" : {
24116
24252
  "credentialScope" : {
24117
24253
  "region" : "us-gov-west-1"
24118
24254
  },
24255
+ "deprecated" : true,
24119
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
+ } ]
24120
24269
  }
24121
24270
  }
24122
24271
  },
@@ -24281,12 +24430,34 @@
24281
24430
  "credentialScope" : {
24282
24431
  "region" : "us-gov-east-1"
24283
24432
  },
24433
+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24434
+ "variants" : [ {
24435
+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24436
+ "tags" : [ "fips" ]
24437
+ } ]
24438
+ },
24439
+ "us-gov-east-1-fips" : {
24440
+ "credentialScope" : {
24441
+ "region" : "us-gov-east-1"
24442
+ },
24443
+ "deprecated" : true,
24284
24444
  "hostname" : "sso.us-gov-east-1.amazonaws.com"
24285
24445
  },
24286
24446
  "us-gov-west-1" : {
24287
24447
  "credentialScope" : {
24288
24448
  "region" : "us-gov-west-1"
24289
24449
  },
24450
+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24451
+ "variants" : [ {
24452
+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24453
+ "tags" : [ "fips" ]
24454
+ } ]
24455
+ },
24456
+ "us-gov-west-1-fips" : {
24457
+ "credentialScope" : {
24458
+ "region" : "us-gov-west-1"
24459
+ },
24460
+ "deprecated" : true,
24290
24461
  "hostname" : "sso.us-gov-west-1.amazonaws.com"
24291
24462
  }
24292
24463
  }
@@ -25009,7 +25180,8 @@
25009
25180
  },
25010
25181
  "ebs" : {
25011
25182
  "endpoints" : {
25012
- "us-iso-east-1" : { }
25183
+ "us-iso-east-1" : { },
25184
+ "us-iso-west-1" : { }
25013
25185
  }
25014
25186
  },
25015
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.849.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-13 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: