aws-partitions 1.830.0 → 1.839.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: 8e94fe25b9091daa529fd6f3b02a949218992e39438bd09c31e758480e13917b
4
- data.tar.gz: 6fe5e293292627c8113a61c195f5dc9284cc442ceb4fe0459250b4e4007b0129
3
+ metadata.gz: f31258548c86fdc8e7706f26c480369a1fae308f7271eeea437dfc2e506fa2c7
4
+ data.tar.gz: 0b1028ef71ad506ea09337a3069930c07543c1d75effcd29bb8c416a48242a98
5
5
  SHA512:
6
- metadata.gz: 5ba502a41796ccf447837519276f4a0d437050a27bcbf8e2e940a5e348d611b98fb9901ee53b1a851c0066bc22465f21355cf4c4d717e8f3f3be3be635653cab
7
- data.tar.gz: b982615ab60f119bb03b4525c58203ca499b6a0eb2d3751bad14347459cdf16979438995aa78e33fde87e4e439f23551582ce87ed9d915a525b12be13b046f46
6
+ metadata.gz: 3a5894d63ceebe9dc68946d39d3ad1b85d2a391c041ad5b0c43eeabe5d78ecad4718fe40bdfc8e799863ba34e1e25b9d66dd5a6cebdcf135e79eccd9e6051a74
7
+ data.tar.gz: 7c6aa4108810aa8c3bb4eafaf3090e9ac7e2bb50859879df50b4e7757ffdb901e608d5f071f3c9cf5c5325c3e5d3e56a040298b2ba38f8104c0f46341a1c46f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.839.0 (2023-10-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.838.0 (2023-10-18)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.837.0 (2023-10-17)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.836.0 (2023-10-16)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.835.0 (2023-10-12)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.834.0 (2023-10-05)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.833.0 (2023-10-04)
35
+ ------------------
36
+
37
+ * Feature - Added support for enumerating regions for `Aws::DataZone`.
38
+
39
+ 1.832.0 (2023-10-03)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.831.0 (2023-10-02)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.830.0 (2023-09-28)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.830.0
1
+ 1.839.0
@@ -340,6 +340,7 @@ module Aws
340
340
  'DataExchange' => 'dataexchange',
341
341
  'DataPipeline' => 'datapipeline',
342
342
  'DataSync' => 'datasync',
343
+ 'DataZone' => 'datazone',
343
344
  'DatabaseMigrationService' => 'dms',
344
345
  'Detective' => 'api.detective',
345
346
  'DevOpsGuru' => 'devops-guru',
@@ -381,7 +382,6 @@ module Aws
381
382
  'ForecastService' => 'forecast',
382
383
  'FraudDetector' => 'frauddetector',
383
384
  'GameLift' => 'gamelift',
384
- 'GameSparks' => 'gamesparks',
385
385
  'Glacier' => 'glacier',
386
386
  'GlobalAccelerator' => 'globalaccelerator',
387
387
  'Glue' => 'glue',
data/partitions.json CHANGED
@@ -2420,6 +2420,86 @@
2420
2420
  }
2421
2421
  }
2422
2422
  },
2423
+ "bedrock" : {
2424
+ "endpoints" : {
2425
+ "ap-northeast-1" : { },
2426
+ "ap-southeast-1" : { },
2427
+ "bedrock-ap-northeast-1" : {
2428
+ "credentialScope" : {
2429
+ "region" : "ap-northeast-1"
2430
+ },
2431
+ "hostname" : "bedrock.ap-northeast-1.amazonaws.com"
2432
+ },
2433
+ "bedrock-ap-southeast-1" : {
2434
+ "credentialScope" : {
2435
+ "region" : "ap-southeast-1"
2436
+ },
2437
+ "hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2438
+ },
2439
+ "bedrock-fips-us-east-1" : {
2440
+ "credentialScope" : {
2441
+ "region" : "us-east-1"
2442
+ },
2443
+ "hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2444
+ },
2445
+ "bedrock-fips-us-west-2" : {
2446
+ "credentialScope" : {
2447
+ "region" : "us-west-2"
2448
+ },
2449
+ "hostname" : "bedrock-fips.us-west-2.amazonaws.com"
2450
+ },
2451
+ "bedrock-runtime-ap-northeast-1" : {
2452
+ "credentialScope" : {
2453
+ "region" : "ap-northeast-1"
2454
+ },
2455
+ "hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
2456
+ },
2457
+ "bedrock-runtime-ap-southeast-1" : {
2458
+ "credentialScope" : {
2459
+ "region" : "ap-southeast-1"
2460
+ },
2461
+ "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2462
+ },
2463
+ "bedrock-runtime-fips-us-east-1" : {
2464
+ "credentialScope" : {
2465
+ "region" : "us-east-1"
2466
+ },
2467
+ "hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2468
+ },
2469
+ "bedrock-runtime-fips-us-west-2" : {
2470
+ "credentialScope" : {
2471
+ "region" : "us-west-2"
2472
+ },
2473
+ "hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
2474
+ },
2475
+ "bedrock-runtime-us-east-1" : {
2476
+ "credentialScope" : {
2477
+ "region" : "us-east-1"
2478
+ },
2479
+ "hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2480
+ },
2481
+ "bedrock-runtime-us-west-2" : {
2482
+ "credentialScope" : {
2483
+ "region" : "us-west-2"
2484
+ },
2485
+ "hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
2486
+ },
2487
+ "bedrock-us-east-1" : {
2488
+ "credentialScope" : {
2489
+ "region" : "us-east-1"
2490
+ },
2491
+ "hostname" : "bedrock.us-east-1.amazonaws.com"
2492
+ },
2493
+ "bedrock-us-west-2" : {
2494
+ "credentialScope" : {
2495
+ "region" : "us-west-2"
2496
+ },
2497
+ "hostname" : "bedrock.us-west-2.amazonaws.com"
2498
+ },
2499
+ "us-east-1" : { },
2500
+ "us-west-2" : { }
2501
+ }
2502
+ },
2423
2503
  "billingconductor" : {
2424
2504
  "endpoints" : {
2425
2505
  "aws-global" : {
@@ -4506,6 +4586,118 @@
4506
4586
  }
4507
4587
  }
4508
4588
  },
4589
+ "datazone" : {
4590
+ "defaults" : {
4591
+ "dnsSuffix" : "api.aws",
4592
+ "variants" : [ {
4593
+ "dnsSuffix" : "api.aws",
4594
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
4595
+ "tags" : [ "fips" ]
4596
+ } ]
4597
+ },
4598
+ "endpoints" : {
4599
+ "af-south-1" : {
4600
+ "hostname" : "datazone.af-south-1.api.aws"
4601
+ },
4602
+ "ap-east-1" : {
4603
+ "hostname" : "datazone.ap-east-1.api.aws"
4604
+ },
4605
+ "ap-northeast-1" : {
4606
+ "hostname" : "datazone.ap-northeast-1.api.aws"
4607
+ },
4608
+ "ap-northeast-2" : {
4609
+ "hostname" : "datazone.ap-northeast-2.api.aws"
4610
+ },
4611
+ "ap-northeast-3" : {
4612
+ "hostname" : "datazone.ap-northeast-3.api.aws"
4613
+ },
4614
+ "ap-south-1" : {
4615
+ "hostname" : "datazone.ap-south-1.api.aws"
4616
+ },
4617
+ "ap-south-2" : {
4618
+ "hostname" : "datazone.ap-south-2.api.aws"
4619
+ },
4620
+ "ap-southeast-1" : {
4621
+ "hostname" : "datazone.ap-southeast-1.api.aws"
4622
+ },
4623
+ "ap-southeast-2" : {
4624
+ "hostname" : "datazone.ap-southeast-2.api.aws"
4625
+ },
4626
+ "ap-southeast-3" : {
4627
+ "hostname" : "datazone.ap-southeast-3.api.aws"
4628
+ },
4629
+ "ap-southeast-4" : {
4630
+ "hostname" : "datazone.ap-southeast-4.api.aws"
4631
+ },
4632
+ "ca-central-1" : {
4633
+ "hostname" : "datazone.ca-central-1.api.aws",
4634
+ "variants" : [ {
4635
+ "hostname" : "datazone-fips.ca-central-1.amazonaws.com",
4636
+ "tags" : [ "fips" ]
4637
+ } ]
4638
+ },
4639
+ "eu-central-1" : {
4640
+ "hostname" : "datazone.eu-central-1.api.aws"
4641
+ },
4642
+ "eu-central-2" : {
4643
+ "hostname" : "datazone.eu-central-2.api.aws"
4644
+ },
4645
+ "eu-north-1" : {
4646
+ "hostname" : "datazone.eu-north-1.api.aws"
4647
+ },
4648
+ "eu-south-1" : {
4649
+ "hostname" : "datazone.eu-south-1.api.aws"
4650
+ },
4651
+ "eu-south-2" : {
4652
+ "hostname" : "datazone.eu-south-2.api.aws"
4653
+ },
4654
+ "eu-west-1" : {
4655
+ "hostname" : "datazone.eu-west-1.api.aws"
4656
+ },
4657
+ "eu-west-2" : {
4658
+ "hostname" : "datazone.eu-west-2.api.aws"
4659
+ },
4660
+ "eu-west-3" : {
4661
+ "hostname" : "datazone.eu-west-3.api.aws"
4662
+ },
4663
+ "il-central-1" : {
4664
+ "hostname" : "datazone.il-central-1.api.aws"
4665
+ },
4666
+ "me-central-1" : {
4667
+ "hostname" : "datazone.me-central-1.api.aws"
4668
+ },
4669
+ "me-south-1" : {
4670
+ "hostname" : "datazone.me-south-1.api.aws"
4671
+ },
4672
+ "sa-east-1" : {
4673
+ "hostname" : "datazone.sa-east-1.api.aws"
4674
+ },
4675
+ "us-east-1" : {
4676
+ "hostname" : "datazone.us-east-1.api.aws",
4677
+ "variants" : [ {
4678
+ "hostname" : "datazone-fips.us-east-1.amazonaws.com",
4679
+ "tags" : [ "fips" ]
4680
+ } ]
4681
+ },
4682
+ "us-east-2" : {
4683
+ "hostname" : "datazone.us-east-2.api.aws",
4684
+ "variants" : [ {
4685
+ "hostname" : "datazone-fips.us-east-2.amazonaws.com",
4686
+ "tags" : [ "fips" ]
4687
+ } ]
4688
+ },
4689
+ "us-west-1" : {
4690
+ "hostname" : "datazone.us-west-1.api.aws"
4691
+ },
4692
+ "us-west-2" : {
4693
+ "hostname" : "datazone.us-west-2.api.aws",
4694
+ "variants" : [ {
4695
+ "hostname" : "datazone-fips.us-west-2.amazonaws.com",
4696
+ "tags" : [ "fips" ]
4697
+ } ]
4698
+ }
4699
+ }
4700
+ },
4509
4701
  "dax" : {
4510
4702
  "endpoints" : {
4511
4703
  "ap-northeast-1" : { },
@@ -6228,6 +6420,9 @@
6228
6420
  "variants" : [ {
6229
6421
  "hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com",
6230
6422
  "tags" : [ "fips" ]
6423
+ }, {
6424
+ "hostname" : "elasticmapreduce.us-east-2.api.aws",
6425
+ "tags" : [ "dualstack" ]
6231
6426
  } ]
6232
6427
  },
6233
6428
  "us-west-1" : {
@@ -6348,6 +6543,7 @@
6348
6543
  "ap-east-1" : { },
6349
6544
  "ap-northeast-1" : { },
6350
6545
  "ap-northeast-2" : { },
6546
+ "ap-northeast-3" : { },
6351
6547
  "ap-south-1" : { },
6352
6548
  "ap-southeast-1" : { },
6353
6549
  "ap-southeast-2" : { },
@@ -6850,8 +7046,13 @@
6850
7046
  },
6851
7047
  "finspace" : {
6852
7048
  "endpoints" : {
7049
+ "ap-northeast-1" : { },
7050
+ "ap-southeast-1" : { },
7051
+ "ap-southeast-2" : { },
6853
7052
  "ca-central-1" : { },
7053
+ "eu-central-1" : { },
6854
7054
  "eu-west-1" : { },
7055
+ "eu-west-2" : { },
6855
7056
  "us-east-1" : { },
6856
7057
  "us-east-2" : { },
6857
7058
  "us-west-2" : { }
@@ -7521,12 +7722,6 @@
7521
7722
  "us-west-2" : { }
7522
7723
  }
7523
7724
  },
7524
- "gamesparks" : {
7525
- "endpoints" : {
7526
- "ap-northeast-1" : { },
7527
- "us-east-1" : { }
7528
- }
7529
- },
7530
7725
  "geo" : {
7531
7726
  "endpoints" : {
7532
7727
  "ap-northeast-1" : { },
@@ -10161,11 +10356,14 @@
10161
10356
  "ap-northeast-2" : { },
10162
10357
  "ap-northeast-3" : { },
10163
10358
  "ap-south-1" : { },
10359
+ "ap-south-2" : { },
10164
10360
  "ap-southeast-1" : { },
10165
10361
  "ap-southeast-2" : { },
10166
10362
  "ap-southeast-3" : { },
10363
+ "ap-southeast-4" : { },
10167
10364
  "ca-central-1" : { },
10168
10365
  "eu-central-1" : { },
10366
+ "eu-central-2" : { },
10169
10367
  "eu-north-1" : { },
10170
10368
  "eu-south-1" : { },
10171
10369
  "eu-west-1" : { },
@@ -10200,6 +10398,7 @@
10200
10398
  "hostname" : "license-manager-fips.us-west-2.amazonaws.com"
10201
10399
  },
10202
10400
  "il-central-1" : { },
10401
+ "me-central-1" : { },
10203
10402
  "me-south-1" : { },
10204
10403
  "sa-east-1" : { },
10205
10404
  "us-east-1" : {
@@ -10316,11 +10515,14 @@
10316
10515
  "ap-northeast-2" : { },
10317
10516
  "ap-northeast-3" : { },
10318
10517
  "ap-south-1" : { },
10518
+ "ap-south-2" : { },
10319
10519
  "ap-southeast-1" : { },
10320
10520
  "ap-southeast-2" : { },
10321
10521
  "ap-southeast-3" : { },
10522
+ "ap-southeast-4" : { },
10322
10523
  "ca-central-1" : { },
10323
10524
  "eu-central-1" : { },
10525
+ "eu-central-2" : { },
10324
10526
  "eu-north-1" : { },
10325
10527
  "eu-south-1" : { },
10326
10528
  "eu-west-1" : { },
@@ -13446,6 +13648,9 @@
13446
13648
  "ap-southeast-2" : {
13447
13649
  "hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
13448
13650
  },
13651
+ "ap-southeast-3" : {
13652
+ "hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
13653
+ },
13449
13654
  "ap-southeast-4" : {
13450
13655
  "hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
13451
13656
  },
@@ -13473,6 +13678,9 @@
13473
13678
  "il-central-1" : {
13474
13679
  "hostname" : "resource-explorer-2.il-central-1.api.aws"
13475
13680
  },
13681
+ "me-south-1" : {
13682
+ "hostname" : "resource-explorer-2.me-south-1.api.aws"
13683
+ },
13476
13684
  "sa-east-1" : {
13477
13685
  "hostname" : "resource-explorer-2.sa-east-1.api.aws"
13478
13686
  },
@@ -18897,6 +19105,24 @@
18897
19105
  "cn-northwest-1" : { }
18898
19106
  }
18899
19107
  },
19108
+ "datazone" : {
19109
+ "defaults" : {
19110
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
19111
+ "variants" : [ {
19112
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
19113
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
19114
+ "tags" : [ "fips" ]
19115
+ } ]
19116
+ },
19117
+ "endpoints" : {
19118
+ "cn-north-1" : {
19119
+ "hostname" : "datazone.cn-north-1.api.amazonwebservices.com.cn"
19120
+ },
19121
+ "cn-northwest-1" : {
19122
+ "hostname" : "datazone.cn-northwest-1.api.amazonwebservices.com.cn"
19123
+ }
19124
+ }
19125
+ },
18900
19126
  "dax" : {
18901
19127
  "endpoints" : {
18902
19128
  "cn-north-1" : { },
@@ -19032,8 +19258,18 @@
19032
19258
  "protocols" : [ "https" ]
19033
19259
  },
19034
19260
  "endpoints" : {
19035
- "cn-north-1" : { },
19036
- "cn-northwest-1" : { }
19261
+ "cn-north-1" : {
19262
+ "variants" : [ {
19263
+ "hostname" : "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
19264
+ "tags" : [ "dualstack" ]
19265
+ } ]
19266
+ },
19267
+ "cn-northwest-1" : {
19268
+ "variants" : [ {
19269
+ "hostname" : "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
19270
+ "tags" : [ "dualstack" ]
19271
+ } ]
19272
+ }
19037
19273
  }
19038
19274
  },
19039
19275
  "emr-containers" : {
@@ -20784,6 +21020,11 @@
20784
21020
  }
20785
21021
  }
20786
21022
  },
21023
+ "codestar-connections" : {
21024
+ "endpoints" : {
21025
+ "us-gov-east-1" : { }
21026
+ }
21027
+ },
20787
21028
  "cognito-identity" : {
20788
21029
  "endpoints" : {
20789
21030
  "fips-us-gov-west-1" : {
@@ -21079,6 +21320,24 @@
21079
21320
  }
21080
21321
  }
21081
21322
  },
21323
+ "datazone" : {
21324
+ "defaults" : {
21325
+ "dnsSuffix" : "api.aws",
21326
+ "variants" : [ {
21327
+ "dnsSuffix" : "api.aws",
21328
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
21329
+ "tags" : [ "fips" ]
21330
+ } ]
21331
+ },
21332
+ "endpoints" : {
21333
+ "us-gov-east-1" : {
21334
+ "hostname" : "datazone.us-gov-east-1.api.aws"
21335
+ },
21336
+ "us-gov-west-1" : {
21337
+ "hostname" : "datazone.us-gov-west-1.api.aws"
21338
+ }
21339
+ }
21340
+ },
21082
21341
  "directconnect" : {
21083
21342
  "endpoints" : {
21084
21343
  "us-gov-east-1" : {
@@ -21519,6 +21778,9 @@
21519
21778
  "variants" : [ {
21520
21779
  "hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com",
21521
21780
  "tags" : [ "fips" ]
21781
+ }, {
21782
+ "hostname" : "elasticmapreduce.us-gov-east-1.api.aws",
21783
+ "tags" : [ "dualstack" ]
21522
21784
  } ]
21523
21785
  },
21524
21786
  "us-gov-west-1" : {
@@ -21526,6 +21788,9 @@
21526
21788
  "variants" : [ {
21527
21789
  "hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com",
21528
21790
  "tags" : [ "fips" ]
21791
+ }, {
21792
+ "hostname" : "elasticmapreduce.us-gov-west-1.api.aws",
21793
+ "tags" : [ "dualstack" ]
21529
21794
  } ]
21530
21795
  }
21531
21796
  }
@@ -22437,12 +22702,24 @@
22437
22702
  "variants" : [ {
22438
22703
  "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
22439
22704
  "tags" : [ "fips" ]
22705
+ }, {
22706
+ "hostname" : "lakeformation-fips.us-gov-east-1.api.aws",
22707
+ "tags" : [ "dualstack", "fips" ]
22708
+ }, {
22709
+ "hostname" : "lakeformation.us-gov-east-1.api.aws",
22710
+ "tags" : [ "dualstack" ]
22440
22711
  } ]
22441
22712
  },
22442
22713
  "us-gov-west-1" : {
22443
22714
  "variants" : [ {
22444
22715
  "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
22445
22716
  "tags" : [ "fips" ]
22717
+ }, {
22718
+ "hostname" : "lakeformation-fips.us-gov-west-1.api.aws",
22719
+ "tags" : [ "dualstack", "fips" ]
22720
+ }, {
22721
+ "hostname" : "lakeformation.us-gov-west-1.api.aws",
22722
+ "tags" : [ "dualstack" ]
22446
22723
  } ]
22447
22724
  }
22448
22725
  }
@@ -22549,6 +22826,26 @@
22549
22826
  }
22550
22827
  }
22551
22828
  },
22829
+ "m2" : {
22830
+ "endpoints" : {
22831
+ "fips-us-gov-east-1" : {
22832
+ "deprecated" : true
22833
+ },
22834
+ "fips-us-gov-west-1" : {
22835
+ "deprecated" : true
22836
+ },
22837
+ "us-gov-east-1" : {
22838
+ "variants" : [ {
22839
+ "tags" : [ "fips" ]
22840
+ } ]
22841
+ },
22842
+ "us-gov-west-1" : {
22843
+ "variants" : [ {
22844
+ "tags" : [ "fips" ]
22845
+ } ]
22846
+ }
22847
+ }
22848
+ },
22552
22849
  "managedblockchain" : {
22553
22850
  "endpoints" : {
22554
22851
  "us-gov-west-1" : { }
@@ -23134,6 +23431,36 @@
23134
23431
  }
23135
23432
  }
23136
23433
  },
23434
+ "resiliencehub" : {
23435
+ "endpoints" : {
23436
+ "fips-us-gov-east-1" : {
23437
+ "credentialScope" : {
23438
+ "region" : "us-gov-east-1"
23439
+ },
23440
+ "deprecated" : true,
23441
+ "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com"
23442
+ },
23443
+ "fips-us-gov-west-1" : {
23444
+ "credentialScope" : {
23445
+ "region" : "us-gov-west-1"
23446
+ },
23447
+ "deprecated" : true,
23448
+ "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com"
23449
+ },
23450
+ "us-gov-east-1" : {
23451
+ "variants" : [ {
23452
+ "hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
23453
+ "tags" : [ "fips" ]
23454
+ } ]
23455
+ },
23456
+ "us-gov-west-1" : {
23457
+ "variants" : [ {
23458
+ "hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
23459
+ "tags" : [ "fips" ]
23460
+ } ]
23461
+ }
23462
+ }
23463
+ },
23137
23464
  "resource-explorer-2" : {
23138
23465
  "defaults" : {
23139
23466
  "dnsSuffix" : "api.aws",
@@ -23670,8 +23997,18 @@
23670
23997
  },
23671
23998
  "simspaceweaver" : {
23672
23999
  "endpoints" : {
23673
- "us-gov-east-1" : { },
23674
- "us-gov-west-1" : { }
24000
+ "us-gov-east-1" : {
24001
+ "credentialScope" : {
24002
+ "region" : "us-gov-east-1"
24003
+ },
24004
+ "hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
24005
+ },
24006
+ "us-gov-west-1" : {
24007
+ "credentialScope" : {
24008
+ "region" : "us-gov-west-1"
24009
+ },
24010
+ "hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
24011
+ }
23675
24012
  }
23676
24013
  },
23677
24014
  "sms" : {
@@ -25030,6 +25367,11 @@
25030
25367
  }
25031
25368
  }
25032
25369
  },
25370
+ "api.sagemaker" : {
25371
+ "endpoints" : {
25372
+ "us-isob-east-1" : { }
25373
+ }
25374
+ },
25033
25375
  "appconfig" : {
25034
25376
  "endpoints" : {
25035
25377
  "us-isob-east-1" : { }
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.830.0
4
+ version: 1.839.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-09-28 00:00:00.000000000 Z
11
+ date: 2023-10-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: