aws-partitions 1.785.0 → 1.792.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: d31dab9984f2f9b9198ad6c11301a0488e9081476c6b49d8b9275a1a7857e5e8
4
- data.tar.gz: a085137479c793f70d18e0a5d395ea6b2ec9a94cfd65e575507c61b4ea9a3bb2
3
+ metadata.gz: '0993a3917ca69bf0c9b0ba1f4f9e369a18e203bb5fb77d8dfd272953bed48ebc'
4
+ data.tar.gz: 168711a9ebb2045d2a2bba1797e07b056476cadc989d3724145634b756aeb97c
5
5
  SHA512:
6
- metadata.gz: e002ae42b78c9db5cd61dda7727745a82f74fd015030f108e5d792cab1558e41fb9837325335fe36b72e593ce1e16cf77ed193ec975f540e8f66ff672812de69
7
- data.tar.gz: 8eebf1db6c7bc835ff1980996522ebb341e3bb5111aaf010d6ee206b9978123c3dcf06590623a70488937868943154bd614d6722ceded5707353f8b88871d899
6
+ metadata.gz: fbd6e3c5949a785a4445ad02432f6aabda827d4794e11f622a37681f4873bd129c1ec9e7873e685647df3cc8362a07a65b6e928d945e061b98f10d2e7f1f3329
7
+ data.tar.gz: '091ee744b98c09713b9a5d56953f9fbc1c25c4623281b49de1d6c386136d32c76da7ae77282c4fd561b45dced3e08322ec26a1813b8210f710bce3d77b97cbf1'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.792.0 (2023-07-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.791.0 (2023-07-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.790.0 (2023-07-20)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.789.0 (2023-07-19)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::MedicalImaging`.
23
+
24
+ 1.788.0 (2023-07-18)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.787.0 (2023-07-17)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.786.0 (2023-07-13)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
4
39
  1.785.0 (2023-07-07)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.785.0
1
+ 1.792.0
@@ -467,6 +467,7 @@ module Aws
467
467
  'MediaStore' => 'mediastore',
468
468
  'MediaStoreData' => 'data.mediastore',
469
469
  'MediaTailor' => 'api.mediatailor',
470
+ 'MedicalImaging' => 'medical-imaging',
470
471
  'MemoryDB' => 'memory-db',
471
472
  'Mgn' => 'mgn',
472
473
  'MigrationHub' => 'mgh',
data/partitions.json CHANGED
@@ -1461,16 +1461,20 @@
1461
1461
  "ap-northeast-2" : { },
1462
1462
  "ap-northeast-3" : { },
1463
1463
  "ap-south-1" : { },
1464
+ "ap-south-2" : { },
1464
1465
  "ap-southeast-1" : { },
1465
1466
  "ap-southeast-2" : { },
1466
1467
  "ap-southeast-3" : { },
1467
1468
  "ca-central-1" : { },
1468
1469
  "eu-central-1" : { },
1470
+ "eu-central-2" : { },
1469
1471
  "eu-north-1" : { },
1470
1472
  "eu-south-1" : { },
1473
+ "eu-south-2" : { },
1471
1474
  "eu-west-1" : { },
1472
1475
  "eu-west-2" : { },
1473
1476
  "eu-west-3" : { },
1477
+ "me-central-1" : { },
1474
1478
  "me-south-1" : { },
1475
1479
  "sa-east-1" : { },
1476
1480
  "us-east-1" : { },
@@ -7952,27 +7956,45 @@
7952
7956
  "ap-northeast-2" : {
7953
7957
  "hostname" : "internetmonitor.ap-northeast-2.api.aws"
7954
7958
  },
7959
+ "ap-northeast-3" : {
7960
+ "hostname" : "internetmonitor.ap-northeast-3.api.aws"
7961
+ },
7955
7962
  "ap-south-1" : {
7956
7963
  "hostname" : "internetmonitor.ap-south-1.api.aws"
7957
7964
  },
7965
+ "ap-south-2" : {
7966
+ "hostname" : "internetmonitor.ap-south-2.api.aws"
7967
+ },
7958
7968
  "ap-southeast-1" : {
7959
7969
  "hostname" : "internetmonitor.ap-southeast-1.api.aws"
7960
7970
  },
7961
7971
  "ap-southeast-2" : {
7962
7972
  "hostname" : "internetmonitor.ap-southeast-2.api.aws"
7963
7973
  },
7974
+ "ap-southeast-3" : {
7975
+ "hostname" : "internetmonitor.ap-southeast-3.api.aws"
7976
+ },
7977
+ "ap-southeast-4" : {
7978
+ "hostname" : "internetmonitor.ap-southeast-4.api.aws"
7979
+ },
7964
7980
  "ca-central-1" : {
7965
7981
  "hostname" : "internetmonitor.ca-central-1.api.aws"
7966
7982
  },
7967
7983
  "eu-central-1" : {
7968
7984
  "hostname" : "internetmonitor.eu-central-1.api.aws"
7969
7985
  },
7986
+ "eu-central-2" : {
7987
+ "hostname" : "internetmonitor.eu-central-2.api.aws"
7988
+ },
7970
7989
  "eu-north-1" : {
7971
7990
  "hostname" : "internetmonitor.eu-north-1.api.aws"
7972
7991
  },
7973
7992
  "eu-south-1" : {
7974
7993
  "hostname" : "internetmonitor.eu-south-1.api.aws"
7975
7994
  },
7995
+ "eu-south-2" : {
7996
+ "hostname" : "internetmonitor.eu-south-2.api.aws"
7997
+ },
7976
7998
  "eu-west-1" : {
7977
7999
  "hostname" : "internetmonitor.eu-west-1.api.aws"
7978
8000
  },
@@ -7982,6 +8004,9 @@
7982
8004
  "eu-west-3" : {
7983
8005
  "hostname" : "internetmonitor.eu-west-3.api.aws"
7984
8006
  },
8007
+ "me-central-1" : {
8008
+ "hostname" : "internetmonitor.me-central-1.api.aws"
8009
+ },
7985
8010
  "me-south-1" : {
7986
8011
  "hostname" : "internetmonitor.me-south-1.api.aws"
7987
8012
  },
@@ -8448,8 +8473,104 @@
8448
8473
  "endpoints" : {
8449
8474
  "ap-southeast-1" : { },
8450
8475
  "ap-southeast-2" : { },
8476
+ "api-ap-southeast-1" : {
8477
+ "credentialScope" : {
8478
+ "region" : "ap-southeast-1"
8479
+ },
8480
+ "hostname" : "api.iottwinmaker.ap-southeast-1.amazonaws.com"
8481
+ },
8482
+ "api-ap-southeast-2" : {
8483
+ "credentialScope" : {
8484
+ "region" : "ap-southeast-2"
8485
+ },
8486
+ "hostname" : "api.iottwinmaker.ap-southeast-2.amazonaws.com"
8487
+ },
8488
+ "api-eu-central-1" : {
8489
+ "credentialScope" : {
8490
+ "region" : "eu-central-1"
8491
+ },
8492
+ "hostname" : "api.iottwinmaker.eu-central-1.amazonaws.com"
8493
+ },
8494
+ "api-eu-west-1" : {
8495
+ "credentialScope" : {
8496
+ "region" : "eu-west-1"
8497
+ },
8498
+ "hostname" : "api.iottwinmaker.eu-west-1.amazonaws.com"
8499
+ },
8500
+ "api-us-east-1" : {
8501
+ "credentialScope" : {
8502
+ "region" : "us-east-1"
8503
+ },
8504
+ "hostname" : "api.iottwinmaker.us-east-1.amazonaws.com"
8505
+ },
8506
+ "api-us-west-2" : {
8507
+ "credentialScope" : {
8508
+ "region" : "us-west-2"
8509
+ },
8510
+ "hostname" : "api.iottwinmaker.us-west-2.amazonaws.com"
8511
+ },
8512
+ "data-ap-southeast-1" : {
8513
+ "credentialScope" : {
8514
+ "region" : "ap-southeast-1"
8515
+ },
8516
+ "hostname" : "data.iottwinmaker.ap-southeast-1.amazonaws.com"
8517
+ },
8518
+ "data-ap-southeast-2" : {
8519
+ "credentialScope" : {
8520
+ "region" : "ap-southeast-2"
8521
+ },
8522
+ "hostname" : "data.iottwinmaker.ap-southeast-2.amazonaws.com"
8523
+ },
8524
+ "data-eu-central-1" : {
8525
+ "credentialScope" : {
8526
+ "region" : "eu-central-1"
8527
+ },
8528
+ "hostname" : "data.iottwinmaker.eu-central-1.amazonaws.com"
8529
+ },
8530
+ "data-eu-west-1" : {
8531
+ "credentialScope" : {
8532
+ "region" : "eu-west-1"
8533
+ },
8534
+ "hostname" : "data.iottwinmaker.eu-west-1.amazonaws.com"
8535
+ },
8536
+ "data-us-east-1" : {
8537
+ "credentialScope" : {
8538
+ "region" : "us-east-1"
8539
+ },
8540
+ "hostname" : "data.iottwinmaker.us-east-1.amazonaws.com"
8541
+ },
8542
+ "data-us-west-2" : {
8543
+ "credentialScope" : {
8544
+ "region" : "us-west-2"
8545
+ },
8546
+ "hostname" : "data.iottwinmaker.us-west-2.amazonaws.com"
8547
+ },
8451
8548
  "eu-central-1" : { },
8452
8549
  "eu-west-1" : { },
8550
+ "fips-api-us-east-1" : {
8551
+ "credentialScope" : {
8552
+ "region" : "us-east-1"
8553
+ },
8554
+ "hostname" : "api.iottwinmaker-fips.us-east-1.amazonaws.com"
8555
+ },
8556
+ "fips-api-us-west-2" : {
8557
+ "credentialScope" : {
8558
+ "region" : "us-west-2"
8559
+ },
8560
+ "hostname" : "api.iottwinmaker-fips.us-west-2.amazonaws.com"
8561
+ },
8562
+ "fips-data-us-east-1" : {
8563
+ "credentialScope" : {
8564
+ "region" : "us-east-1"
8565
+ },
8566
+ "hostname" : "data.iottwinmaker-fips.us-east-1.amazonaws.com"
8567
+ },
8568
+ "fips-data-us-west-2" : {
8569
+ "credentialScope" : {
8570
+ "region" : "us-west-2"
8571
+ },
8572
+ "hostname" : "data.iottwinmaker-fips.us-west-2.amazonaws.com"
8573
+ },
8453
8574
  "fips-us-east-1" : {
8454
8575
  "credentialScope" : {
8455
8576
  "region" : "us-east-1"
@@ -10160,6 +10281,7 @@
10160
10281
  "ap-east-1" : { },
10161
10282
  "ap-northeast-1" : { },
10162
10283
  "ap-northeast-2" : { },
10284
+ "ap-northeast-3" : { },
10163
10285
  "ap-south-1" : { },
10164
10286
  "ap-southeast-1" : { },
10165
10287
  "ap-southeast-2" : { },
@@ -10318,6 +10440,7 @@
10318
10440
  "ap-south-1" : { },
10319
10441
  "ap-southeast-1" : { },
10320
10442
  "ap-southeast-2" : { },
10443
+ "ca-central-1" : { },
10321
10444
  "eu-central-1" : { },
10322
10445
  "eu-north-1" : { },
10323
10446
  "eu-west-1" : { },
@@ -10337,6 +10460,7 @@
10337
10460
  "ap-south-1" : { },
10338
10461
  "ap-southeast-1" : { },
10339
10462
  "ap-southeast-2" : { },
10463
+ "ca-central-1" : { },
10340
10464
  "eu-central-1" : { },
10341
10465
  "eu-north-1" : { },
10342
10466
  "eu-west-1" : { },
@@ -10356,6 +10480,7 @@
10356
10480
  "ap-south-1" : { },
10357
10481
  "ap-southeast-1" : { },
10358
10482
  "ap-southeast-2" : { },
10483
+ "ca-central-1" : { },
10359
10484
  "eu-central-1" : { },
10360
10485
  "eu-north-1" : { },
10361
10486
  "eu-west-1" : { },
@@ -15385,17 +15510,77 @@
15385
15510
  "ap-south-1" : { },
15386
15511
  "ap-southeast-1" : { },
15387
15512
  "ap-southeast-2" : { },
15388
- "ca-central-1" : { },
15513
+ "ca-central-1" : {
15514
+ "variants" : [ {
15515
+ "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com",
15516
+ "tags" : [ "fips" ]
15517
+ } ]
15518
+ },
15389
15519
  "eu-central-1" : { },
15390
15520
  "eu-north-1" : { },
15391
15521
  "eu-west-1" : { },
15392
15522
  "eu-west-2" : { },
15393
15523
  "eu-west-3" : { },
15524
+ "fips-ca-central-1" : {
15525
+ "credentialScope" : {
15526
+ "region" : "ca-central-1"
15527
+ },
15528
+ "deprecated" : true,
15529
+ "hostname" : "ssm-incidents-fips.ca-central-1.amazonaws.com"
15530
+ },
15531
+ "fips-us-east-1" : {
15532
+ "credentialScope" : {
15533
+ "region" : "us-east-1"
15534
+ },
15535
+ "deprecated" : true,
15536
+ "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com"
15537
+ },
15538
+ "fips-us-east-2" : {
15539
+ "credentialScope" : {
15540
+ "region" : "us-east-2"
15541
+ },
15542
+ "deprecated" : true,
15543
+ "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com"
15544
+ },
15545
+ "fips-us-west-1" : {
15546
+ "credentialScope" : {
15547
+ "region" : "us-west-1"
15548
+ },
15549
+ "deprecated" : true,
15550
+ "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com"
15551
+ },
15552
+ "fips-us-west-2" : {
15553
+ "credentialScope" : {
15554
+ "region" : "us-west-2"
15555
+ },
15556
+ "deprecated" : true,
15557
+ "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com"
15558
+ },
15394
15559
  "sa-east-1" : { },
15395
- "us-east-1" : { },
15396
- "us-east-2" : { },
15397
- "us-west-1" : { },
15398
- "us-west-2" : { }
15560
+ "us-east-1" : {
15561
+ "variants" : [ {
15562
+ "hostname" : "ssm-incidents-fips.us-east-1.amazonaws.com",
15563
+ "tags" : [ "fips" ]
15564
+ } ]
15565
+ },
15566
+ "us-east-2" : {
15567
+ "variants" : [ {
15568
+ "hostname" : "ssm-incidents-fips.us-east-2.amazonaws.com",
15569
+ "tags" : [ "fips" ]
15570
+ } ]
15571
+ },
15572
+ "us-west-1" : {
15573
+ "variants" : [ {
15574
+ "hostname" : "ssm-incidents-fips.us-west-1.amazonaws.com",
15575
+ "tags" : [ "fips" ]
15576
+ } ]
15577
+ },
15578
+ "us-west-2" : {
15579
+ "variants" : [ {
15580
+ "hostname" : "ssm-incidents-fips.us-west-2.amazonaws.com",
15581
+ "tags" : [ "fips" ]
15582
+ } ]
15583
+ }
15399
15584
  }
15400
15585
  },
15401
15586
  "ssm-sap" : {
@@ -16282,6 +16467,7 @@
16282
16467
  "ap-southeast-1" : { },
16283
16468
  "ap-southeast-2" : { },
16284
16469
  "ap-southeast-3" : { },
16470
+ "ap-southeast-4" : { },
16285
16471
  "ca-central-1" : {
16286
16472
  "variants" : [ {
16287
16473
  "hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -18758,6 +18944,23 @@
18758
18944
  }
18759
18945
  }
18760
18946
  },
18947
+ "savingsplans" : {
18948
+ "endpoints" : {
18949
+ "cn-north-1" : {
18950
+ "credentialScope" : {
18951
+ "region" : "cn-north-1"
18952
+ },
18953
+ "hostname" : "savingsplans.cn-north-1.amazonaws.com.cn"
18954
+ },
18955
+ "cn-northwest-1" : {
18956
+ "credentialScope" : {
18957
+ "region" : "cn-northwest-1"
18958
+ },
18959
+ "hostname" : "savingsplans.cn-northwest-1.amazonaws.com.cn"
18960
+ }
18961
+ },
18962
+ "isRegionalized" : true
18963
+ },
18761
18964
  "secretsmanager" : {
18762
18965
  "endpoints" : {
18763
18966
  "cn-north-1" : { },
@@ -19909,6 +20112,13 @@
19909
20112
  },
19910
20113
  "codepipeline" : {
19911
20114
  "endpoints" : {
20115
+ "fips-us-gov-east-1" : {
20116
+ "credentialScope" : {
20117
+ "region" : "us-gov-east-1"
20118
+ },
20119
+ "deprecated" : true,
20120
+ "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
20121
+ },
19912
20122
  "fips-us-gov-west-1" : {
19913
20123
  "credentialScope" : {
19914
20124
  "region" : "us-gov-west-1"
@@ -19916,7 +20126,12 @@
19916
20126
  "deprecated" : true,
19917
20127
  "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
19918
20128
  },
19919
- "us-gov-east-1" : { },
20129
+ "us-gov-east-1" : {
20130
+ "variants" : [ {
20131
+ "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
20132
+ "tags" : [ "fips" ]
20133
+ } ]
20134
+ },
19920
20135
  "us-gov-west-1" : {
19921
20136
  "variants" : [ {
19922
20137
  "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
@@ -21318,6 +21533,30 @@
21318
21533
  },
21319
21534
  "iottwinmaker" : {
21320
21535
  "endpoints" : {
21536
+ "api-us-gov-west-1" : {
21537
+ "credentialScope" : {
21538
+ "region" : "us-gov-west-1"
21539
+ },
21540
+ "hostname" : "api.iottwinmaker.us-gov-west-1.amazonaws.com"
21541
+ },
21542
+ "data-us-gov-west-1" : {
21543
+ "credentialScope" : {
21544
+ "region" : "us-gov-west-1"
21545
+ },
21546
+ "hostname" : "data.iottwinmaker.us-gov-west-1.amazonaws.com"
21547
+ },
21548
+ "fips-api-us-gov-west-1" : {
21549
+ "credentialScope" : {
21550
+ "region" : "us-gov-west-1"
21551
+ },
21552
+ "hostname" : "api.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
21553
+ },
21554
+ "fips-data-us-gov-west-1" : {
21555
+ "credentialScope" : {
21556
+ "region" : "us-gov-west-1"
21557
+ },
21558
+ "hostname" : "data.iottwinmaker-fips.us-gov-west-1.amazonaws.com"
21559
+ },
21321
21560
  "fips-us-gov-west-1" : {
21322
21561
  "credentialScope" : {
21323
21562
  "region" : "us-gov-west-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.785.0
4
+ version: 1.792.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-07-07 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: