aws-partitions 1.701.0 → 1.714.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: accc699655ec0ca0799501bc862abfcf7387f59066fed18244db3cf15550b369
4
- data.tar.gz: 172654d54599f2e8b3d80c5378a0f172826047349e505e91708d76f9dedaaf3a
3
+ metadata.gz: 940f763c40eebb30635f1b939dbd5fc92e45737cef8fb24527a6e6d481c8a6c7
4
+ data.tar.gz: 47bb30f69adba570157fe3790cbad1937bb1c3abdd1ae01d6de5831fde943c71
5
5
  SHA512:
6
- metadata.gz: d6c758b842739d416babd0d52ff782accc3b57da8815481b90ce5c70bbf01dabe7e53998d862caa96829bda0a7f7cadebe5ade52c7c9d163bf9513e1eeaf4c75
7
- data.tar.gz: 52fb1c9dce301a52adb2512f0cfa106c9482ed32743b3ef248e26919170e445fed9736c9c6078a0d7c6fdb64da8ccdfe540a810c8b2e54bf9ec11434bd728baa
6
+ metadata.gz: 77991e695ead23c912fce31b5634bbf12e73a1959e271bd07ed038e8d2405ac163f9b0417d1f7940f04f68b1e99d84a78890cbdb7289fc6116b3c8ff99108567
7
+ data.tar.gz: 3f2704c29a85765be6a6b34143471756045f107b9c38a4a4aaa2ac49354ba72893f477c2571149db45ce2750446195d95cff495dad57b396b2ab7939a457539e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,71 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.714.0 (2023-02-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.713.0 (2023-02-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.712.0 (2023-02-15)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.711.0 (2023-02-13)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.710.0 (2023-02-10)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.709.0 (2023-02-09)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.708.0 (2023-02-08)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.707.0 (2023-02-07)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.706.0 (2023-02-06)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.705.0 (2023-02-03)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.704.0 (2023-02-02)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.703.0 (2023-02-01)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.702.0 (2023-01-31)
65
+ ------------------
66
+
67
+ * Feature - Added support for enumerating regions for `Aws::CloudTrailData`.
68
+
4
69
  1.701.0 (2023-01-26)
5
70
  ------------------
6
71
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.701.0
1
+ 1.714.0
@@ -297,6 +297,7 @@ module Aws
297
297
  'CloudHSMV2' => 'cloudhsmv2',
298
298
  'CloudSearch' => 'cloudsearch',
299
299
  'CloudTrail' => 'cloudtrail',
300
+ 'CloudTrailData' => 'cloudtrail-data',
300
301
  'CloudWatch' => 'monitoring',
301
302
  'CloudWatchEvents' => 'events',
302
303
  'CloudWatchEvidently' => 'evidently',
data/partitions.json CHANGED
@@ -1446,6 +1446,7 @@
1446
1446
  "ap-south-1" : { },
1447
1447
  "ap-southeast-1" : { },
1448
1448
  "ap-southeast-2" : { },
1449
+ "ap-southeast-3" : { },
1449
1450
  "ca-central-1" : { },
1450
1451
  "eu-central-1" : { },
1451
1452
  "eu-north-1" : { },
@@ -1807,6 +1808,7 @@
1807
1808
  "arc-zonal-shift" : {
1808
1809
  "endpoints" : {
1809
1810
  "ap-northeast-1" : { },
1811
+ "ap-southeast-1" : { },
1810
1812
  "ap-southeast-2" : { },
1811
1813
  "ap-southeast-3" : { },
1812
1814
  "eu-central-1" : { },
@@ -2247,6 +2249,11 @@
2247
2249
  },
2248
2250
  "cases" : {
2249
2251
  "endpoints" : {
2252
+ "ap-southeast-1" : { },
2253
+ "ap-southeast-2" : { },
2254
+ "ca-central-1" : { },
2255
+ "eu-central-1" : { },
2256
+ "eu-west-2" : { },
2250
2257
  "fips-us-east-1" : {
2251
2258
  "deprecated" : true
2252
2259
  },
@@ -2711,6 +2718,32 @@
2711
2718
  }
2712
2719
  }
2713
2720
  },
2721
+ "cloudtrail-data" : {
2722
+ "endpoints" : {
2723
+ "af-south-1" : { },
2724
+ "ap-east-1" : { },
2725
+ "ap-northeast-1" : { },
2726
+ "ap-northeast-2" : { },
2727
+ "ap-northeast-3" : { },
2728
+ "ap-south-1" : { },
2729
+ "ap-southeast-1" : { },
2730
+ "ap-southeast-2" : { },
2731
+ "ap-southeast-3" : { },
2732
+ "ca-central-1" : { },
2733
+ "eu-central-1" : { },
2734
+ "eu-north-1" : { },
2735
+ "eu-south-1" : { },
2736
+ "eu-west-1" : { },
2737
+ "eu-west-2" : { },
2738
+ "eu-west-3" : { },
2739
+ "me-south-1" : { },
2740
+ "sa-east-1" : { },
2741
+ "us-east-1" : { },
2742
+ "us-east-2" : { },
2743
+ "us-west-1" : { },
2744
+ "us-west-2" : { }
2745
+ }
2746
+ },
2714
2747
  "codeartifact" : {
2715
2748
  "endpoints" : {
2716
2749
  "ap-northeast-1" : { },
@@ -3609,6 +3642,7 @@
3609
3642
  "connect-campaigns" : {
3610
3643
  "endpoints" : {
3611
3644
  "ap-southeast-2" : { },
3645
+ "ca-central-1" : { },
3612
3646
  "eu-west-2" : { },
3613
3647
  "fips-us-east-1" : {
3614
3648
  "credentialScope" : {
@@ -4097,6 +4131,7 @@
4097
4131
  "ap-northeast-2" : { },
4098
4132
  "ap-northeast-3" : { },
4099
4133
  "ap-south-1" : { },
4134
+ "ap-south-2" : { },
4100
4135
  "ap-southeast-1" : { },
4101
4136
  "ap-southeast-2" : { },
4102
4137
  "ap-southeast-3" : { },
@@ -4107,8 +4142,10 @@
4107
4142
  } ]
4108
4143
  },
4109
4144
  "eu-central-1" : { },
4145
+ "eu-central-2" : { },
4110
4146
  "eu-north-1" : { },
4111
4147
  "eu-south-1" : { },
4148
+ "eu-south-2" : { },
4112
4149
  "eu-west-1" : { },
4113
4150
  "eu-west-2" : { },
4114
4151
  "eu-west-3" : { },
@@ -4593,6 +4630,7 @@
4593
4630
  "ap-northeast-2" : { },
4594
4631
  "ap-northeast-3" : { },
4595
4632
  "ap-south-1" : { },
4633
+ "ap-south-2" : { },
4596
4634
  "ap-southeast-1" : { },
4597
4635
  "ap-southeast-2" : { },
4598
4636
  "ap-southeast-3" : { },
@@ -4603,8 +4641,10 @@
4603
4641
  } ]
4604
4642
  },
4605
4643
  "eu-central-1" : { },
4644
+ "eu-central-2" : { },
4606
4645
  "eu-north-1" : { },
4607
4646
  "eu-south-1" : { },
4647
+ "eu-south-2" : { },
4608
4648
  "eu-west-1" : { },
4609
4649
  "eu-west-2" : { },
4610
4650
  "eu-west-3" : { },
@@ -5086,13 +5126,16 @@
5086
5126
  "ap-northeast-2" : { },
5087
5127
  "ap-northeast-3" : { },
5088
5128
  "ap-south-1" : { },
5129
+ "ap-south-2" : { },
5089
5130
  "ap-southeast-1" : { },
5090
5131
  "ap-southeast-2" : { },
5091
5132
  "ap-southeast-3" : { },
5092
5133
  "ca-central-1" : { },
5093
5134
  "eu-central-1" : { },
5135
+ "eu-central-2" : { },
5094
5136
  "eu-north-1" : { },
5095
5137
  "eu-south-1" : { },
5138
+ "eu-south-2" : { },
5096
5139
  "eu-west-1" : { },
5097
5140
  "eu-west-2" : { },
5098
5141
  "eu-west-3" : { },
@@ -5351,6 +5394,12 @@
5351
5394
  "tags" : [ "fips" ]
5352
5395
  } ]
5353
5396
  },
5397
+ "ap-south-2" : {
5398
+ "variants" : [ {
5399
+ "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
5400
+ "tags" : [ "fips" ]
5401
+ } ]
5402
+ },
5354
5403
  "ap-southeast-1" : {
5355
5404
  "variants" : [ {
5356
5405
  "hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
@@ -5465,6 +5514,13 @@
5465
5514
  "deprecated" : true,
5466
5515
  "hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
5467
5516
  },
5517
+ "fips-ap-south-2" : {
5518
+ "credentialScope" : {
5519
+ "region" : "ap-south-2"
5520
+ },
5521
+ "deprecated" : true,
5522
+ "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
5523
+ },
5468
5524
  "fips-ap-southeast-1" : {
5469
5525
  "credentialScope" : {
5470
5526
  "region" : "ap-southeast-1"
@@ -6275,13 +6331,16 @@
6275
6331
  "ap-northeast-2" : { },
6276
6332
  "ap-northeast-3" : { },
6277
6333
  "ap-south-1" : { },
6334
+ "ap-south-2" : { },
6278
6335
  "ap-southeast-1" : { },
6279
6336
  "ap-southeast-2" : { },
6280
6337
  "ap-southeast-3" : { },
6281
6338
  "ca-central-1" : { },
6282
6339
  "eu-central-1" : { },
6340
+ "eu-central-2" : { },
6283
6341
  "eu-north-1" : { },
6284
6342
  "eu-south-1" : { },
6343
+ "eu-south-2" : { },
6285
6344
  "eu-west-1" : { },
6286
6345
  "eu-west-2" : { },
6287
6346
  "eu-west-3" : { },
@@ -6390,6 +6449,7 @@
6390
6449
  "tags" : [ "fips" ]
6391
6450
  } ]
6392
6451
  },
6452
+ "ap-southeast-3" : { },
6393
6453
  "ca-central-1" : {
6394
6454
  "variants" : [ {
6395
6455
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -6560,6 +6620,7 @@
6560
6620
  "deprecated" : true,
6561
6621
  "hostname" : "fms-fips.us-west-2.amazonaws.com"
6562
6622
  },
6623
+ "me-central-1" : { },
6563
6624
  "me-south-1" : {
6564
6625
  "variants" : [ {
6565
6626
  "hostname" : "fms-fips.me-south-1.amazonaws.com",
@@ -7063,6 +7124,7 @@
7063
7124
  "deprecated" : true,
7064
7125
  "hostname" : "glue-fips.us-west-2.amazonaws.com"
7065
7126
  },
7127
+ "me-central-1" : { },
7066
7128
  "me-south-1" : { },
7067
7129
  "sa-east-1" : { },
7068
7130
  "us-east-1" : {
@@ -7238,6 +7300,7 @@
7238
7300
  "ap-northeast-2" : { },
7239
7301
  "ap-northeast-3" : { },
7240
7302
  "ap-south-1" : { },
7303
+ "ap-south-2" : { },
7241
7304
  "ap-southeast-1" : { },
7242
7305
  "ap-southeast-2" : { },
7243
7306
  "ap-southeast-3" : { },
@@ -7246,6 +7309,7 @@
7246
7309
  "eu-central-2" : { },
7247
7310
  "eu-north-1" : { },
7248
7311
  "eu-south-1" : { },
7312
+ "eu-south-2" : { },
7249
7313
  "eu-west-1" : { },
7250
7314
  "eu-west-2" : { },
7251
7315
  "eu-west-3" : { },
@@ -8175,6 +8239,7 @@
8175
8239
  },
8176
8240
  "kendra" : {
8177
8241
  "endpoints" : {
8242
+ "ap-northeast-1" : { },
8178
8243
  "ap-south-1" : { },
8179
8244
  "ap-southeast-1" : { },
8180
8245
  "ap-southeast-2" : { },
@@ -8237,12 +8302,18 @@
8237
8302
  "ap-east-1" : {
8238
8303
  "hostname" : "kendra-ranking.ap-east-1.api.aws"
8239
8304
  },
8305
+ "ap-northeast-1" : {
8306
+ "hostname" : "kendra-ranking.ap-northeast-1.api.aws"
8307
+ },
8240
8308
  "ap-northeast-2" : {
8241
8309
  "hostname" : "kendra-ranking.ap-northeast-2.api.aws"
8242
8310
  },
8243
8311
  "ap-northeast-3" : {
8244
8312
  "hostname" : "kendra-ranking.ap-northeast-3.api.aws"
8245
8313
  },
8314
+ "ap-south-1" : {
8315
+ "hostname" : "kendra-ranking.ap-south-1.api.aws"
8316
+ },
8246
8317
  "ap-south-2" : {
8247
8318
  "hostname" : "kendra-ranking.ap-south-2.api.aws"
8248
8319
  },
@@ -8255,12 +8326,12 @@
8255
8326
  "ap-southeast-3" : {
8256
8327
  "hostname" : "kendra-ranking.ap-southeast-3.api.aws"
8257
8328
  },
8329
+ "ap-southeast-4" : {
8330
+ "hostname" : "kendra-ranking.ap-southeast-4.api.aws"
8331
+ },
8258
8332
  "ca-central-1" : {
8259
8333
  "hostname" : "kendra-ranking.ca-central-1.api.aws"
8260
8334
  },
8261
- "eu-central-1" : {
8262
- "hostname" : "kendra-ranking.eu-central-1.api.aws"
8263
- },
8264
8335
  "eu-central-2" : {
8265
8336
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
8266
8337
  },
@@ -8276,9 +8347,6 @@
8276
8347
  "eu-west-1" : {
8277
8348
  "hostname" : "kendra-ranking.eu-west-1.api.aws"
8278
8349
  },
8279
- "eu-west-2" : {
8280
- "hostname" : "kendra-ranking.eu-west-2.api.aws"
8281
- },
8282
8350
  "eu-west-3" : {
8283
8351
  "hostname" : "kendra-ranking.eu-west-3.api.aws"
8284
8352
  },
@@ -11375,6 +11443,7 @@
11375
11443
  "ap-southeast-1" : { },
11376
11444
  "ap-southeast-2" : { },
11377
11445
  "ap-southeast-3" : { },
11446
+ "ap-southeast-4" : { },
11378
11447
  "ca-central-1" : {
11379
11448
  "variants" : [ {
11380
11449
  "hostname" : "ram-fips.ca-central-1.amazonaws.com",
@@ -17641,6 +17710,15 @@
17641
17710
  }
17642
17711
  }
17643
17712
  },
17713
+ "servicequotas" : {
17714
+ "defaults" : {
17715
+ "protocols" : [ "https" ]
17716
+ },
17717
+ "endpoints" : {
17718
+ "cn-north-1" : { },
17719
+ "cn-northwest-1" : { }
17720
+ }
17721
+ },
17644
17722
  "sms" : {
17645
17723
  "endpoints" : {
17646
17724
  "cn-north-1" : { },
@@ -18446,12 +18524,34 @@
18446
18524
  "credentialScope" : {
18447
18525
  "region" : "us-gov-east-1"
18448
18526
  },
18527
+ "hostname" : "cloudformation.us-gov-east-1.amazonaws.com",
18528
+ "variants" : [ {
18529
+ "hostname" : "cloudformation.us-gov-east-1.amazonaws.com",
18530
+ "tags" : [ "fips" ]
18531
+ } ]
18532
+ },
18533
+ "us-gov-east-1-fips" : {
18534
+ "credentialScope" : {
18535
+ "region" : "us-gov-east-1"
18536
+ },
18537
+ "deprecated" : true,
18449
18538
  "hostname" : "cloudformation.us-gov-east-1.amazonaws.com"
18450
18539
  },
18451
18540
  "us-gov-west-1" : {
18452
18541
  "credentialScope" : {
18453
18542
  "region" : "us-gov-west-1"
18454
18543
  },
18544
+ "hostname" : "cloudformation.us-gov-west-1.amazonaws.com",
18545
+ "variants" : [ {
18546
+ "hostname" : "cloudformation.us-gov-west-1.amazonaws.com",
18547
+ "tags" : [ "fips" ]
18548
+ } ]
18549
+ },
18550
+ "us-gov-west-1-fips" : {
18551
+ "credentialScope" : {
18552
+ "region" : "us-gov-west-1"
18553
+ },
18554
+ "deprecated" : true,
18455
18555
  "hostname" : "cloudformation.us-gov-west-1.amazonaws.com"
18456
18556
  }
18457
18557
  }
@@ -18693,6 +18793,22 @@
18693
18793
  }
18694
18794
  }
18695
18795
  },
18796
+ "compute-optimizer" : {
18797
+ "endpoints" : {
18798
+ "us-gov-east-1" : {
18799
+ "credentialScope" : {
18800
+ "region" : "us-gov-east-1"
18801
+ },
18802
+ "hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com"
18803
+ },
18804
+ "us-gov-west-1" : {
18805
+ "credentialScope" : {
18806
+ "region" : "us-gov-west-1"
18807
+ },
18808
+ "hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com"
18809
+ }
18810
+ }
18811
+ },
18696
18812
  "config" : {
18697
18813
  "defaults" : {
18698
18814
  "variants" : [ {
@@ -19180,12 +19296,34 @@
19180
19296
  "credentialScope" : {
19181
19297
  "region" : "us-gov-east-1"
19182
19298
  },
19299
+ "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19300
+ "variants" : [ {
19301
+ "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19302
+ "tags" : [ "fips" ]
19303
+ } ]
19304
+ },
19305
+ "us-gov-east-1-fips" : {
19306
+ "credentialScope" : {
19307
+ "region" : "us-gov-east-1"
19308
+ },
19309
+ "deprecated" : true,
19183
19310
  "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
19184
19311
  },
19185
19312
  "us-gov-west-1" : {
19186
19313
  "credentialScope" : {
19187
19314
  "region" : "us-gov-west-1"
19188
19315
  },
19316
+ "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19317
+ "variants" : [ {
19318
+ "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19319
+ "tags" : [ "fips" ]
19320
+ } ]
19321
+ },
19322
+ "us-gov-west-1-fips" : {
19323
+ "credentialScope" : {
19324
+ "region" : "us-gov-west-1"
19325
+ },
19326
+ "deprecated" : true,
19189
19327
  "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
19190
19328
  }
19191
19329
  }
@@ -19507,18 +19645,32 @@
19507
19645
  },
19508
19646
  "glacier" : {
19509
19647
  "endpoints" : {
19510
- "us-gov-east-1" : {
19648
+ "fips-us-gov-east-1" : {
19511
19649
  "credentialScope" : {
19512
19650
  "region" : "us-gov-east-1"
19513
19651
  },
19652
+ "deprecated" : true,
19514
19653
  "hostname" : "glacier.us-gov-east-1.amazonaws.com"
19515
19654
  },
19516
- "us-gov-west-1" : {
19655
+ "fips-us-gov-west-1" : {
19517
19656
  "credentialScope" : {
19518
19657
  "region" : "us-gov-west-1"
19519
19658
  },
19520
- "hostname" : "glacier.us-gov-west-1.amazonaws.com",
19521
- "protocols" : [ "http", "https" ]
19659
+ "deprecated" : true,
19660
+ "hostname" : "glacier.us-gov-west-1.amazonaws.com"
19661
+ },
19662
+ "us-gov-east-1" : {
19663
+ "variants" : [ {
19664
+ "hostname" : "glacier.us-gov-east-1.amazonaws.com",
19665
+ "tags" : [ "fips" ]
19666
+ } ]
19667
+ },
19668
+ "us-gov-west-1" : {
19669
+ "protocols" : [ "http", "https" ],
19670
+ "variants" : [ {
19671
+ "hostname" : "glacier.us-gov-west-1.amazonaws.com",
19672
+ "tags" : [ "fips" ]
19673
+ } ]
19522
19674
  }
19523
19675
  }
19524
19676
  },
@@ -19574,23 +19726,26 @@
19574
19726
  "region" : "us-gov-east-1"
19575
19727
  },
19576
19728
  "deprecated" : true,
19577
- "hostname" : "greengrass-fips.us-gov-east-1.amazonaws.com"
19729
+ "hostname" : "greengrass.us-gov-east-1.amazonaws.com"
19578
19730
  },
19579
- "us-gov-east-1" : {
19731
+ "fips-us-gov-west-1" : {
19580
19732
  "credentialScope" : {
19581
- "region" : "us-gov-east-1"
19733
+ "region" : "us-gov-west-1"
19582
19734
  },
19583
- "hostname" : "greengrass.us-gov-east-1.amazonaws.com",
19735
+ "deprecated" : true,
19736
+ "hostname" : "greengrass.us-gov-west-1.amazonaws.com"
19737
+ },
19738
+ "us-gov-east-1" : {
19584
19739
  "variants" : [ {
19585
- "hostname" : "greengrass-fips.us-gov-east-1.amazonaws.com",
19740
+ "hostname" : "greengrass.us-gov-east-1.amazonaws.com",
19586
19741
  "tags" : [ "fips" ]
19587
19742
  } ]
19588
19743
  },
19589
19744
  "us-gov-west-1" : {
19590
- "credentialScope" : {
19591
- "region" : "us-gov-west-1"
19592
- },
19593
- "hostname" : "greengrass.us-gov-west-1.amazonaws.com"
19745
+ "variants" : [ {
19746
+ "hostname" : "greengrass.us-gov-west-1.amazonaws.com",
19747
+ "tags" : [ "fips" ]
19748
+ } ]
19594
19749
  }
19595
19750
  },
19596
19751
  "isRegionalized" : true
@@ -19732,7 +19887,19 @@
19732
19887
  },
19733
19888
  "ingest.timestream" : {
19734
19889
  "endpoints" : {
19735
- "us-gov-west-1" : { }
19890
+ "us-gov-west-1" : {
19891
+ "variants" : [ {
19892
+ "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com",
19893
+ "tags" : [ "fips" ]
19894
+ } ]
19895
+ },
19896
+ "us-gov-west-1-fips" : {
19897
+ "credentialScope" : {
19898
+ "region" : "us-gov-west-1"
19899
+ },
19900
+ "deprecated" : true,
19901
+ "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com"
19902
+ }
19736
19903
  }
19737
19904
  },
19738
19905
  "inspector" : {
@@ -19765,6 +19932,12 @@
19765
19932
  }
19766
19933
  }
19767
19934
  },
19935
+ "inspector2" : {
19936
+ "endpoints" : {
19937
+ "us-gov-east-1" : { },
19938
+ "us-gov-west-1" : { }
19939
+ }
19940
+ },
19768
19941
  "iot" : {
19769
19942
  "defaults" : {
19770
19943
  "credentialScope" : {
@@ -19934,17 +20107,39 @@
19934
20107
  },
19935
20108
  "kinesis" : {
19936
20109
  "endpoints" : {
19937
- "us-gov-east-1" : {
20110
+ "fips-us-gov-east-1" : {
19938
20111
  "credentialScope" : {
19939
20112
  "region" : "us-gov-east-1"
19940
20113
  },
20114
+ "deprecated" : true,
19941
20115
  "hostname" : "kinesis.us-gov-east-1.amazonaws.com"
19942
20116
  },
19943
- "us-gov-west-1" : {
20117
+ "fips-us-gov-west-1" : {
19944
20118
  "credentialScope" : {
19945
20119
  "region" : "us-gov-west-1"
19946
20120
  },
20121
+ "deprecated" : true,
19947
20122
  "hostname" : "kinesis.us-gov-west-1.amazonaws.com"
20123
+ },
20124
+ "us-gov-east-1" : {
20125
+ "credentialScope" : {
20126
+ "region" : "us-gov-east-1"
20127
+ },
20128
+ "hostname" : "kinesis.us-gov-east-1.amazonaws.com",
20129
+ "variants" : [ {
20130
+ "hostname" : "kinesis.us-gov-east-1.amazonaws.com",
20131
+ "tags" : [ "fips" ]
20132
+ } ]
20133
+ },
20134
+ "us-gov-west-1" : {
20135
+ "credentialScope" : {
20136
+ "region" : "us-gov-west-1"
20137
+ },
20138
+ "hostname" : "kinesis.us-gov-west-1.amazonaws.com",
20139
+ "variants" : [ {
20140
+ "hostname" : "kinesis.us-gov-west-1.amazonaws.com",
20141
+ "tags" : [ "fips" ]
20142
+ } ]
19948
20143
  }
19949
20144
  }
19950
20145
  },
@@ -20370,17 +20565,31 @@
20370
20565
  },
20371
20566
  "outposts" : {
20372
20567
  "endpoints" : {
20373
- "us-gov-east-1" : {
20568
+ "fips-us-gov-east-1" : {
20374
20569
  "credentialScope" : {
20375
20570
  "region" : "us-gov-east-1"
20376
20571
  },
20572
+ "deprecated" : true,
20377
20573
  "hostname" : "outposts.us-gov-east-1.amazonaws.com"
20378
20574
  },
20379
- "us-gov-west-1" : {
20575
+ "fips-us-gov-west-1" : {
20380
20576
  "credentialScope" : {
20381
20577
  "region" : "us-gov-west-1"
20382
20578
  },
20579
+ "deprecated" : true,
20383
20580
  "hostname" : "outposts.us-gov-west-1.amazonaws.com"
20581
+ },
20582
+ "us-gov-east-1" : {
20583
+ "variants" : [ {
20584
+ "hostname" : "outposts.us-gov-east-1.amazonaws.com",
20585
+ "tags" : [ "fips" ]
20586
+ } ]
20587
+ },
20588
+ "us-gov-west-1" : {
20589
+ "variants" : [ {
20590
+ "hostname" : "outposts.us-gov-west-1.amazonaws.com",
20591
+ "tags" : [ "fips" ]
20592
+ } ]
20384
20593
  }
20385
20594
  }
20386
20595
  },
@@ -20471,12 +20680,34 @@
20471
20680
  "credentialScope" : {
20472
20681
  "region" : "us-gov-east-1"
20473
20682
  },
20683
+ "hostname" : "ram.us-gov-east-1.amazonaws.com",
20684
+ "variants" : [ {
20685
+ "hostname" : "ram.us-gov-east-1.amazonaws.com",
20686
+ "tags" : [ "fips" ]
20687
+ } ]
20688
+ },
20689
+ "us-gov-east-1-fips" : {
20690
+ "credentialScope" : {
20691
+ "region" : "us-gov-east-1"
20692
+ },
20693
+ "deprecated" : true,
20474
20694
  "hostname" : "ram.us-gov-east-1.amazonaws.com"
20475
20695
  },
20476
20696
  "us-gov-west-1" : {
20477
20697
  "credentialScope" : {
20478
20698
  "region" : "us-gov-west-1"
20479
20699
  },
20700
+ "hostname" : "ram.us-gov-west-1.amazonaws.com",
20701
+ "variants" : [ {
20702
+ "hostname" : "ram.us-gov-west-1.amazonaws.com",
20703
+ "tags" : [ "fips" ]
20704
+ } ]
20705
+ },
20706
+ "us-gov-west-1-fips" : {
20707
+ "credentialScope" : {
20708
+ "region" : "us-gov-west-1"
20709
+ },
20710
+ "deprecated" : true,
20480
20711
  "hostname" : "ram.us-gov-west-1.amazonaws.com"
20481
20712
  }
20482
20713
  }
@@ -20733,6 +20964,7 @@
20733
20964
  } ]
20734
20965
  },
20735
20966
  "endpoints" : {
20967
+ "us-gov-east-1" : { },
20736
20968
  "us-gov-west-1" : {
20737
20969
  "variants" : [ {
20738
20970
  "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com",
@@ -21460,12 +21692,34 @@
21460
21692
  "credentialScope" : {
21461
21693
  "region" : "us-gov-east-1"
21462
21694
  },
21695
+ "hostname" : "swf.us-gov-east-1.amazonaws.com",
21696
+ "variants" : [ {
21697
+ "hostname" : "swf.us-gov-east-1.amazonaws.com",
21698
+ "tags" : [ "fips" ]
21699
+ } ]
21700
+ },
21701
+ "us-gov-east-1-fips" : {
21702
+ "credentialScope" : {
21703
+ "region" : "us-gov-east-1"
21704
+ },
21705
+ "deprecated" : true,
21463
21706
  "hostname" : "swf.us-gov-east-1.amazonaws.com"
21464
21707
  },
21465
21708
  "us-gov-west-1" : {
21466
21709
  "credentialScope" : {
21467
21710
  "region" : "us-gov-west-1"
21468
21711
  },
21712
+ "hostname" : "swf.us-gov-west-1.amazonaws.com",
21713
+ "variants" : [ {
21714
+ "hostname" : "swf.us-gov-west-1.amazonaws.com",
21715
+ "tags" : [ "fips" ]
21716
+ } ]
21717
+ },
21718
+ "us-gov-west-1-fips" : {
21719
+ "credentialScope" : {
21720
+ "region" : "us-gov-west-1"
21721
+ },
21722
+ "deprecated" : true,
21469
21723
  "hostname" : "swf.us-gov-west-1.amazonaws.com"
21470
21724
  }
21471
21725
  }
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.701.0
4
+ version: 1.714.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-01-26 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: