aws-partitions 1.871.0 → 1.883.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: 3f530ec84ea5f9467c9adf65531eb611dafad0938cdf29f8719d8d96644f0d2c
4
- data.tar.gz: 05d2954f92b9ade93368d53df7f3ede7978aa74555417fc0f1f08603f8b6447b
3
+ metadata.gz: 94f234bc1bac7e38f36c31462f93c79eb4264606855505a6368ecc649d484ea7
4
+ data.tar.gz: bd1988aa7f40196fb431a8505125c1af056ed0a3eb932d0c380241b40998fc87
5
5
  SHA512:
6
- metadata.gz: ec208e23ad9e30bf238f5cbf9b73a5b37378b39c8465a68afaab6e7654023763003396554244f858ee3e6f030c819138d0a865ac7d775084442dd86c6bb1fc60
7
- data.tar.gz: 29430ffca70dbf64cf8e8b9c039cdf29f07ba1f184f88b922afb44f17537909be55e020c95ee36f99ec8376b73db86790a622066917e4de20c05080c4f33ec36
6
+ metadata.gz: c150e42be1fe5854e03c1418c0eda1dfb8803db8bed46ccacc3f67e441762951b10267273a1f9fe53e07bccac1c91e522c630faeb3ff409f02cc001ce300a9a9
7
+ data.tar.gz: f189314d19ca41c8b0323eff8e8b92ca458e7a9c6d421d8417d2300ec0a0118f235585787f0244a3bbf84777add3d09eb208f6e34f463163cc92c403f67525a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,66 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.883.0 (2024-01-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.882.0 (2024-01-18)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.881.0 (2024-01-16)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.880.0 (2024-01-12)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::SupplyChain`.
23
+
24
+ 1.879.0 (2024-01-11)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.878.0 (2024-01-10)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.877.0 (2024-01-03)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.876.0 (2023-12-28)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.875.0 (2023-12-27)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.874.0 (2023-12-26)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.873.0 (2023-12-22)
55
+ ------------------
56
+
57
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
58
+
59
+ 1.872.0 (2023-12-21)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
4
64
  1.871.0 (2023-12-20)
5
65
  ------------------
6
66
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.871.0
1
+ 1.883.0
@@ -497,6 +497,7 @@ module Aws
497
497
  'Neptunedata' => 'neptune-db',
498
498
  'NetworkFirewall' => 'network-firewall',
499
499
  'NetworkManager' => 'networkmanager',
500
+ 'NetworkMonitor' => 'networkmonitor',
500
501
  'NimbleStudio' => 'nimble',
501
502
  'OAM' => 'oam',
502
503
  'OSIS' => 'osis',
@@ -592,6 +593,7 @@ module Aws
592
593
  'SsmSap' => 'ssm-sap',
593
594
  'States' => 'states',
594
595
  'StorageGateway' => 'storagegateway',
596
+ 'SupplyChain' => 'scn',
595
597
  'Support' => 'support',
596
598
  'SupportApp' => 'supportapp',
597
599
  'Synthetics' => 'synthetics',
data/partitions.json CHANGED
@@ -1139,6 +1139,7 @@
1139
1139
  "ap-southeast-3" : { },
1140
1140
  "ap-southeast-4" : { },
1141
1141
  "ca-central-1" : { },
1142
+ "ca-west-1" : { },
1142
1143
  "eu-central-1" : { },
1143
1144
  "eu-central-2" : { },
1144
1145
  "eu-north-1" : { },
@@ -1937,6 +1938,7 @@
1937
1938
  "ap-southeast-1" : { },
1938
1939
  "ap-southeast-2" : { },
1939
1940
  "ap-southeast-3" : { },
1941
+ "ap-southeast-4" : { },
1940
1942
  "ca-central-1" : { },
1941
1943
  "eu-central-1" : { },
1942
1944
  "eu-central-2" : { },
@@ -1946,6 +1948,7 @@
1946
1948
  "eu-west-1" : { },
1947
1949
  "eu-west-2" : { },
1948
1950
  "eu-west-3" : { },
1951
+ "il-central-1" : { },
1949
1952
  "me-central-1" : { },
1950
1953
  "me-south-1" : { },
1951
1954
  "sa-east-1" : { },
@@ -1990,6 +1993,7 @@
1990
1993
  "ap-southeast-3" : { },
1991
1994
  "ap-southeast-4" : { },
1992
1995
  "ca-central-1" : { },
1996
+ "ca-west-1" : { },
1993
1997
  "eu-central-1" : { },
1994
1998
  "eu-central-2" : { },
1995
1999
  "eu-north-1" : { },
@@ -5388,14 +5392,62 @@
5388
5392
  "eu-west-1" : { },
5389
5393
  "eu-west-2" : { },
5390
5394
  "eu-west-3" : { },
5395
+ "fips-us-east-1" : {
5396
+ "credentialScope" : {
5397
+ "region" : "us-east-1"
5398
+ },
5399
+ "deprecated" : true,
5400
+ "hostname" : "drs-fips.us-east-1.amazonaws.com"
5401
+ },
5402
+ "fips-us-east-2" : {
5403
+ "credentialScope" : {
5404
+ "region" : "us-east-2"
5405
+ },
5406
+ "deprecated" : true,
5407
+ "hostname" : "drs-fips.us-east-2.amazonaws.com"
5408
+ },
5409
+ "fips-us-west-1" : {
5410
+ "credentialScope" : {
5411
+ "region" : "us-west-1"
5412
+ },
5413
+ "deprecated" : true,
5414
+ "hostname" : "drs-fips.us-west-1.amazonaws.com"
5415
+ },
5416
+ "fips-us-west-2" : {
5417
+ "credentialScope" : {
5418
+ "region" : "us-west-2"
5419
+ },
5420
+ "deprecated" : true,
5421
+ "hostname" : "drs-fips.us-west-2.amazonaws.com"
5422
+ },
5391
5423
  "il-central-1" : { },
5392
5424
  "me-central-1" : { },
5393
5425
  "me-south-1" : { },
5394
5426
  "sa-east-1" : { },
5395
- "us-east-1" : { },
5396
- "us-east-2" : { },
5397
- "us-west-1" : { },
5398
- "us-west-2" : { }
5427
+ "us-east-1" : {
5428
+ "variants" : [ {
5429
+ "hostname" : "drs-fips.us-east-1.amazonaws.com",
5430
+ "tags" : [ "fips" ]
5431
+ } ]
5432
+ },
5433
+ "us-east-2" : {
5434
+ "variants" : [ {
5435
+ "hostname" : "drs-fips.us-east-2.amazonaws.com",
5436
+ "tags" : [ "fips" ]
5437
+ } ]
5438
+ },
5439
+ "us-west-1" : {
5440
+ "variants" : [ {
5441
+ "hostname" : "drs-fips.us-west-1.amazonaws.com",
5442
+ "tags" : [ "fips" ]
5443
+ } ]
5444
+ },
5445
+ "us-west-2" : {
5446
+ "variants" : [ {
5447
+ "hostname" : "drs-fips.us-west-2.amazonaws.com",
5448
+ "tags" : [ "fips" ]
5449
+ } ]
5450
+ }
5399
5451
  }
5400
5452
  },
5401
5453
  "ds" : {
@@ -5417,7 +5469,12 @@
5417
5469
  "tags" : [ "fips" ]
5418
5470
  } ]
5419
5471
  },
5420
- "ca-west-1" : { },
5472
+ "ca-west-1" : {
5473
+ "variants" : [ {
5474
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com",
5475
+ "tags" : [ "fips" ]
5476
+ } ]
5477
+ },
5421
5478
  "eu-central-1" : { },
5422
5479
  "eu-central-2" : { },
5423
5480
  "eu-north-1" : { },
@@ -5433,6 +5490,13 @@
5433
5490
  "deprecated" : true,
5434
5491
  "hostname" : "ds-fips.ca-central-1.amazonaws.com"
5435
5492
  },
5493
+ "fips-ca-west-1" : {
5494
+ "credentialScope" : {
5495
+ "region" : "ca-west-1"
5496
+ },
5497
+ "deprecated" : true,
5498
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com"
5499
+ },
5436
5500
  "fips-us-east-1" : {
5437
5501
  "credentialScope" : {
5438
5502
  "region" : "us-east-1"
@@ -11202,8 +11266,10 @@
11202
11266
  },
11203
11267
  "m2" : {
11204
11268
  "endpoints" : {
11269
+ "af-south-1" : { },
11205
11270
  "ap-northeast-1" : { },
11206
11271
  "ap-northeast-2" : { },
11272
+ "ap-northeast-3" : { },
11207
11273
  "ap-south-1" : { },
11208
11274
  "ap-southeast-1" : { },
11209
11275
  "ap-southeast-2" : { },
@@ -11213,6 +11279,8 @@
11213
11279
  } ]
11214
11280
  },
11215
11281
  "eu-central-1" : { },
11282
+ "eu-north-1" : { },
11283
+ "eu-south-1" : { },
11216
11284
  "eu-west-1" : { },
11217
11285
  "eu-west-2" : { },
11218
11286
  "eu-west-3" : { },
@@ -11557,6 +11625,7 @@
11557
11625
  "ap-south-1" : { },
11558
11626
  "ap-southeast-1" : { },
11559
11627
  "ap-southeast-2" : { },
11628
+ "ap-southeast-4" : { },
11560
11629
  "ca-central-1" : { },
11561
11630
  "eu-central-1" : { },
11562
11631
  "eu-north-1" : { },
@@ -11578,6 +11647,7 @@
11578
11647
  "ap-south-1" : { },
11579
11648
  "ap-southeast-1" : { },
11580
11649
  "ap-southeast-2" : { },
11650
+ "ap-southeast-4" : { },
11581
11651
  "ca-central-1" : { },
11582
11652
  "eu-central-1" : { },
11583
11653
  "eu-north-1" : { },
@@ -11599,6 +11669,7 @@
11599
11669
  "ap-south-1" : { },
11600
11670
  "ap-southeast-1" : { },
11601
11671
  "ap-southeast-2" : { },
11672
+ "ap-southeast-4" : { },
11602
11673
  "ca-central-1" : { },
11603
11674
  "eu-central-1" : { },
11604
11675
  "eu-north-1" : { },
@@ -11761,6 +11832,7 @@
11761
11832
  "ap-southeast-3" : { },
11762
11833
  "ap-southeast-4" : { },
11763
11834
  "ca-central-1" : { },
11835
+ "ca-west-1" : { },
11764
11836
  "eu-central-1" : { },
11765
11837
  "eu-central-2" : { },
11766
11838
  "eu-north-1" : { },
@@ -12515,6 +12587,12 @@
12515
12587
  },
12516
12588
  "hostname" : "oidc.il-central-1.amazonaws.com"
12517
12589
  },
12590
+ "me-central-1" : {
12591
+ "credentialScope" : {
12592
+ "region" : "me-central-1"
12593
+ },
12594
+ "hostname" : "oidc.me-central-1.amazonaws.com"
12595
+ },
12518
12596
  "me-south-1" : {
12519
12597
  "credentialScope" : {
12520
12598
  "region" : "me-south-1"
@@ -13164,6 +13242,12 @@
13164
13242
  },
13165
13243
  "hostname" : "portal.sso.il-central-1.amazonaws.com"
13166
13244
  },
13245
+ "me-central-1" : {
13246
+ "credentialScope" : {
13247
+ "region" : "me-central-1"
13248
+ },
13249
+ "hostname" : "portal.sso.me-central-1.amazonaws.com"
13250
+ },
13167
13251
  "me-south-1" : {
13168
13252
  "credentialScope" : {
13169
13253
  "region" : "me-south-1"
@@ -13695,6 +13779,19 @@
13695
13779
  "deprecated" : true,
13696
13780
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13697
13781
  },
13782
+ "ca-west-1" : {
13783
+ "variants" : [ {
13784
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13785
+ "tags" : [ "fips" ]
13786
+ } ]
13787
+ },
13788
+ "ca-west-1-fips" : {
13789
+ "credentialScope" : {
13790
+ "region" : "ca-west-1"
13791
+ },
13792
+ "deprecated" : true,
13793
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13794
+ },
13698
13795
  "eu-central-1" : { },
13699
13796
  "eu-central-2" : { },
13700
13797
  "eu-north-1" : { },
@@ -13713,6 +13810,13 @@
13713
13810
  "deprecated" : true,
13714
13811
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13715
13812
  },
13813
+ "rds-fips.ca-west-1" : {
13814
+ "credentialScope" : {
13815
+ "region" : "ca-west-1"
13816
+ },
13817
+ "deprecated" : true,
13818
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13819
+ },
13716
13820
  "rds-fips.us-east-1" : {
13717
13821
  "credentialScope" : {
13718
13822
  "region" : "us-east-1"
@@ -13751,6 +13855,16 @@
13751
13855
  "tags" : [ "fips" ]
13752
13856
  } ]
13753
13857
  },
13858
+ "rds.ca-west-1" : {
13859
+ "credentialScope" : {
13860
+ "region" : "ca-west-1"
13861
+ },
13862
+ "deprecated" : true,
13863
+ "variants" : [ {
13864
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13865
+ "tags" : [ "fips" ]
13866
+ } ]
13867
+ },
13754
13868
  "rds.us-east-1" : {
13755
13869
  "credentialScope" : {
13756
13870
  "region" : "us-east-1"
@@ -14417,13 +14531,17 @@
14417
14531
  "ap-northeast-2" : { },
14418
14532
  "ap-northeast-3" : { },
14419
14533
  "ap-south-1" : { },
14534
+ "ap-south-2" : { },
14420
14535
  "ap-southeast-1" : { },
14421
14536
  "ap-southeast-2" : { },
14422
14537
  "ap-southeast-3" : { },
14538
+ "ap-southeast-4" : { },
14423
14539
  "ca-central-1" : { },
14424
14540
  "eu-central-1" : { },
14541
+ "eu-central-2" : { },
14425
14542
  "eu-north-1" : { },
14426
14543
  "eu-south-1" : { },
14544
+ "eu-south-2" : { },
14427
14545
  "eu-west-1" : { },
14428
14546
  "eu-west-2" : { },
14429
14547
  "eu-west-3" : { },
@@ -14455,6 +14573,8 @@
14455
14573
  "deprecated" : true,
14456
14574
  "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14457
14575
  },
14576
+ "il-central-1" : { },
14577
+ "me-central-1" : { },
14458
14578
  "me-south-1" : { },
14459
14579
  "sa-east-1" : { },
14460
14580
  "us-east-1" : {
@@ -14651,6 +14771,7 @@
14651
14771
  "ap-southeast-3" : { },
14652
14772
  "ap-southeast-4" : { },
14653
14773
  "ca-central-1" : { },
14774
+ "ca-west-1" : { },
14654
14775
  "eu-central-1" : { },
14655
14776
  "eu-central-2" : { },
14656
14777
  "eu-north-1" : { },
@@ -15827,11 +15948,59 @@
15827
15948
  "eu-west-1" : { },
15828
15949
  "eu-west-2" : { },
15829
15950
  "eu-west-3" : { },
15951
+ "fips-us-east-1" : {
15952
+ "credentialScope" : {
15953
+ "region" : "us-east-1"
15954
+ },
15955
+ "deprecated" : true,
15956
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com"
15957
+ },
15958
+ "fips-us-east-2" : {
15959
+ "credentialScope" : {
15960
+ "region" : "us-east-2"
15961
+ },
15962
+ "deprecated" : true,
15963
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com"
15964
+ },
15965
+ "fips-us-west-1" : {
15966
+ "credentialScope" : {
15967
+ "region" : "us-west-1"
15968
+ },
15969
+ "deprecated" : true,
15970
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com"
15971
+ },
15972
+ "fips-us-west-2" : {
15973
+ "credentialScope" : {
15974
+ "region" : "us-west-2"
15975
+ },
15976
+ "deprecated" : true,
15977
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com"
15978
+ },
15830
15979
  "sa-east-1" : { },
15831
- "us-east-1" : { },
15832
- "us-east-2" : { },
15833
- "us-west-1" : { },
15834
- "us-west-2" : { }
15980
+ "us-east-1" : {
15981
+ "variants" : [ {
15982
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
15983
+ "tags" : [ "fips" ]
15984
+ } ]
15985
+ },
15986
+ "us-east-2" : {
15987
+ "variants" : [ {
15988
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
15989
+ "tags" : [ "fips" ]
15990
+ } ]
15991
+ },
15992
+ "us-west-1" : {
15993
+ "variants" : [ {
15994
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
15995
+ "tags" : [ "fips" ]
15996
+ } ]
15997
+ },
15998
+ "us-west-2" : {
15999
+ "variants" : [ {
16000
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
16001
+ "tags" : [ "fips" ]
16002
+ } ]
16003
+ }
15835
16004
  }
15836
16005
  },
15837
16006
  "serverlessrepo" : {
@@ -17473,6 +17642,7 @@
17473
17642
  "eu-west-2" : { },
17474
17643
  "eu-west-3" : { },
17475
17644
  "il-central-1" : { },
17645
+ "me-central-1" : { },
17476
17646
  "me-south-1" : { },
17477
17647
  "sa-east-1" : { },
17478
17648
  "us-east-1" : { },
@@ -20562,6 +20732,23 @@
20562
20732
  "cn-north-1" : { }
20563
20733
  }
20564
20734
  },
20735
+ "iottwinmaker" : {
20736
+ "endpoints" : {
20737
+ "api-cn-north-1" : {
20738
+ "credentialScope" : {
20739
+ "region" : "cn-north-1"
20740
+ },
20741
+ "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
20742
+ },
20743
+ "cn-north-1" : { },
20744
+ "data-cn-north-1" : {
20745
+ "credentialScope" : {
20746
+ "region" : "cn-north-1"
20747
+ },
20748
+ "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
20749
+ }
20750
+ }
20751
+ },
20565
20752
  "kafka" : {
20566
20753
  "endpoints" : {
20567
20754
  "cn-north-1" : { },
@@ -21903,6 +22090,11 @@
21903
22090
  }
21904
22091
  }
21905
22092
  },
22093
+ "bedrock" : {
22094
+ "endpoints" : {
22095
+ "us-gov-west-1" : { }
22096
+ }
22097
+ },
21906
22098
  "cassandra" : {
21907
22099
  "endpoints" : {
21908
22100
  "us-gov-east-1" : {
@@ -26387,6 +26579,15 @@
26387
26579
  "us-iso-east-1" : { }
26388
26580
  }
26389
26581
  },
26582
+ "guardduty" : {
26583
+ "defaults" : {
26584
+ "protocols" : [ "https" ]
26585
+ },
26586
+ "endpoints" : {
26587
+ "us-iso-east-1" : { }
26588
+ },
26589
+ "isRegionalized" : true
26590
+ },
26390
26591
  "health" : {
26391
26592
  "endpoints" : {
26392
26593
  "us-iso-east-1" : { }
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.871.0
4
+ version: 1.883.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-20 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
- email:
14
+ email:
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
@@ -33,7 +33,7 @@ licenses:
33
33
  metadata:
34
34
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
35
35
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
36
- post_install_message:
36
+ post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
39
  - lib
@@ -48,8 +48,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubygems_version: 3.1.6
52
- signing_key:
51
+ rubygems_version: 3.4.10
52
+ signing_key:
53
53
  specification_version: 4
54
54
  summary: Provides information about AWS partitions, regions, and services.
55
55
  test_files: []