aws-partitions 1.907.0 → 1.913.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: 98af1f17a8162ec9cf3201a998567a479020ec3e0ac0e751f9e5da6a2c8e51b5
4
- data.tar.gz: a04b41c6dd9e8093b27c914bf2106c8576b04f25a2ec23ffc6382e28f854319d
3
+ metadata.gz: ea9a2292332ed4e82e7744a1fb38e786ab9fff4ea094e5f44ea3cc17c2ec330c
4
+ data.tar.gz: 04dbb4efca4dfbca332b996e1b347f5a662a6bd40fedccd5cf83547228d62a68
5
5
  SHA512:
6
- metadata.gz: d0f10bef0d4bd7035f2bde0f7fcc2579dfa605fe572d0d8568fd46733860cb77fecb862623fd3635c679210c6426bbed8e13cad821453128762e3babbf62956b
7
- data.tar.gz: e15ca4c79cf455f08553a2abfa29c3a34c15cce08120a850e5f64ec0d457f1e53f8c33613cfbd4c23383f5c3f19834d726117c9a1e2918ce22fabadbc7303f10
6
+ metadata.gz: 3e24c29f1d31547dbf3fce8cc4e73f5050890fb5939e5a7802f3e497ebb666ed459e7309afad8fb6cf6b40c3082bb6505a4339f5e8de1d31a76c02cd8d58671d
7
+ data.tar.gz: 1c7df239c1c8de15e201ce71539645a029b5034c971221e893cf15830c9a534e9575782109ddc977659bb57e7bdbcb88c6860156c97538818c1b7abb0629ccc0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.913.0 (2024-04-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.912.0 (2024-04-10)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.911.0 (2024-04-09)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.910.0 (2024-04-08)
20
+ ------------------
21
+
22
+ * Feature - Added support for enumerating regions for `Aws::ControlCatalog`.
23
+
24
+ 1.909.0 (2024-04-05)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.908.0 (2024-04-04)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.907.0 (2024-04-03)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.907.0
1
+ 1.913.0
@@ -340,6 +340,7 @@ module Aws
340
340
  'ConnectContactLens' => 'contact-lens',
341
341
  'ConnectParticipant' => 'participant.connect',
342
342
  'ConnectWisdomService' => 'wisdom',
343
+ 'ControlCatalog' => 'controlcatalog',
343
344
  'ControlTower' => 'controltower',
344
345
  'CostExplorer' => 'ce',
345
346
  'CostOptimizationHub' => 'cost-optimization-hub',
data/partitions.json CHANGED
@@ -1109,6 +1109,7 @@
1109
1109
  "ap-northeast-2" : { },
1110
1110
  "ap-northeast-3" : { },
1111
1111
  "ap-south-1" : { },
1112
+ "ap-south-2" : { },
1112
1113
  "ap-southeast-1" : { },
1113
1114
  "ap-southeast-2" : { },
1114
1115
  "ap-southeast-4" : { },
@@ -1117,6 +1118,7 @@
1117
1118
  "eu-north-1" : { },
1118
1119
  "eu-west-1" : { },
1119
1120
  "eu-west-3" : { },
1121
+ "me-central-1" : { },
1120
1122
  "sa-east-1" : { },
1121
1123
  "us-east-1" : { },
1122
1124
  "us-east-2" : { },
@@ -2639,6 +2641,7 @@
2639
2641
  "endpoints" : {
2640
2642
  "ap-northeast-1" : { },
2641
2643
  "ap-southeast-1" : { },
2644
+ "ap-southeast-2" : { },
2642
2645
  "bedrock-ap-northeast-1" : {
2643
2646
  "credentialScope" : {
2644
2647
  "region" : "ap-northeast-1"
@@ -2651,12 +2654,24 @@
2651
2654
  },
2652
2655
  "hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2653
2656
  },
2657
+ "bedrock-ap-southeast-2" : {
2658
+ "credentialScope" : {
2659
+ "region" : "ap-southeast-2"
2660
+ },
2661
+ "hostname" : "bedrock.ap-southeast-2.amazonaws.com"
2662
+ },
2654
2663
  "bedrock-eu-central-1" : {
2655
2664
  "credentialScope" : {
2656
2665
  "region" : "eu-central-1"
2657
2666
  },
2658
2667
  "hostname" : "bedrock.eu-central-1.amazonaws.com"
2659
2668
  },
2669
+ "bedrock-eu-west-3" : {
2670
+ "credentialScope" : {
2671
+ "region" : "eu-west-3"
2672
+ },
2673
+ "hostname" : "bedrock.eu-west-3.amazonaws.com"
2674
+ },
2660
2675
  "bedrock-fips-us-east-1" : {
2661
2676
  "credentialScope" : {
2662
2677
  "region" : "us-east-1"
@@ -2681,12 +2696,24 @@
2681
2696
  },
2682
2697
  "hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2683
2698
  },
2699
+ "bedrock-runtime-ap-southeast-2" : {
2700
+ "credentialScope" : {
2701
+ "region" : "ap-southeast-2"
2702
+ },
2703
+ "hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
2704
+ },
2684
2705
  "bedrock-runtime-eu-central-1" : {
2685
2706
  "credentialScope" : {
2686
2707
  "region" : "eu-central-1"
2687
2708
  },
2688
2709
  "hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
2689
2710
  },
2711
+ "bedrock-runtime-eu-west-3" : {
2712
+ "credentialScope" : {
2713
+ "region" : "eu-west-3"
2714
+ },
2715
+ "hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
2716
+ },
2690
2717
  "bedrock-runtime-fips-us-east-1" : {
2691
2718
  "credentialScope" : {
2692
2719
  "region" : "us-east-1"
@@ -2724,6 +2751,7 @@
2724
2751
  "hostname" : "bedrock.us-west-2.amazonaws.com"
2725
2752
  },
2726
2753
  "eu-central-1" : { },
2754
+ "eu-west-3" : { },
2727
2755
  "us-east-1" : { },
2728
2756
  "us-west-2" : { }
2729
2757
  }
@@ -3812,6 +3840,7 @@
3812
3840
  "ap-northeast-2" : { },
3813
3841
  "ap-northeast-3" : { },
3814
3842
  "ap-south-1" : { },
3843
+ "ap-south-2" : { },
3815
3844
  "ap-southeast-1" : { },
3816
3845
  "ap-southeast-2" : { },
3817
3846
  "ap-southeast-3" : { },
@@ -11025,6 +11054,7 @@
11025
11054
  "ap-southeast-3" : { },
11026
11055
  "ap-southeast-4" : { },
11027
11056
  "ca-central-1" : { },
11057
+ "ca-west-1" : { },
11028
11058
  "eu-central-1" : { },
11029
11059
  "eu-central-2" : { },
11030
11060
  "eu-north-1" : { },
@@ -13479,6 +13509,12 @@
13479
13509
  },
13480
13510
  "hostname" : "portal.sso.ap-south-1.amazonaws.com"
13481
13511
  },
13512
+ "ap-south-2" : {
13513
+ "credentialScope" : {
13514
+ "region" : "ap-south-2"
13515
+ },
13516
+ "hostname" : "portal.sso.ap-south-2.amazonaws.com"
13517
+ },
13482
13518
  "ap-southeast-1" : {
13483
13519
  "credentialScope" : {
13484
13520
  "region" : "ap-southeast-1"
@@ -13533,6 +13569,12 @@
13533
13569
  },
13534
13570
  "hostname" : "portal.sso.eu-south-1.amazonaws.com"
13535
13571
  },
13572
+ "eu-south-2" : {
13573
+ "credentialScope" : {
13574
+ "region" : "eu-south-2"
13575
+ },
13576
+ "hostname" : "portal.sso.eu-south-2.amazonaws.com"
13577
+ },
13536
13578
  "eu-west-1" : {
13537
13579
  "credentialScope" : {
13538
13580
  "region" : "eu-west-1"
@@ -14722,19 +14764,29 @@
14722
14764
  },
14723
14765
  "resource-explorer-2" : {
14724
14766
  "endpoints" : {
14767
+ "af-south-1" : { },
14768
+ "ap-east-1" : { },
14725
14769
  "ap-northeast-1" : { },
14726
14770
  "ap-northeast-2" : { },
14727
14771
  "ap-northeast-3" : { },
14728
14772
  "ap-south-1" : { },
14773
+ "ap-south-2" : { },
14729
14774
  "ap-southeast-1" : { },
14730
14775
  "ap-southeast-2" : { },
14731
14776
  "ap-southeast-3" : { },
14777
+ "ap-southeast-4" : { },
14732
14778
  "ca-central-1" : { },
14779
+ "ca-west-1" : { },
14733
14780
  "eu-central-1" : { },
14781
+ "eu-central-2" : { },
14734
14782
  "eu-north-1" : { },
14783
+ "eu-south-1" : { },
14784
+ "eu-south-2" : { },
14735
14785
  "eu-west-1" : { },
14736
14786
  "eu-west-2" : { },
14737
14787
  "eu-west-3" : { },
14788
+ "il-central-1" : { },
14789
+ "me-central-1" : { },
14738
14790
  "me-south-1" : { },
14739
14791
  "sa-east-1" : { },
14740
14792
  "us-east-1" : { },
@@ -14992,15 +15044,26 @@
14992
15044
  },
14993
15045
  "rum" : {
14994
15046
  "endpoints" : {
15047
+ "af-south-1" : { },
14995
15048
  "ap-northeast-1" : { },
15049
+ "ap-northeast-2" : { },
15050
+ "ap-northeast-3" : { },
15051
+ "ap-south-1" : { },
14996
15052
  "ap-southeast-1" : { },
14997
15053
  "ap-southeast-2" : { },
15054
+ "ap-southeast-3" : { },
15055
+ "ca-central-1" : { },
14998
15056
  "eu-central-1" : { },
14999
15057
  "eu-north-1" : { },
15058
+ "eu-south-1" : { },
15000
15059
  "eu-west-1" : { },
15001
15060
  "eu-west-2" : { },
15061
+ "eu-west-3" : { },
15062
+ "me-south-1" : { },
15063
+ "sa-east-1" : { },
15002
15064
  "us-east-1" : { },
15003
15065
  "us-east-2" : { },
15066
+ "us-west-1" : { },
15004
15067
  "us-west-2" : { }
15005
15068
  }
15006
15069
  },
@@ -16364,16 +16427,60 @@
16364
16427
  "protocols" : [ "https" ]
16365
16428
  },
16366
16429
  "us-east-1" : {
16367
- "protocols" : [ "https" ]
16430
+ "protocols" : [ "https" ],
16431
+ "variants" : [ {
16432
+ "hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com",
16433
+ "tags" : [ "fips" ]
16434
+ } ]
16435
+ },
16436
+ "us-east-1-fips" : {
16437
+ "credentialScope" : {
16438
+ "region" : "us-east-1"
16439
+ },
16440
+ "deprecated" : true,
16441
+ "hostname" : "serverlessrepo-fips.us-east-1.amazonaws.com"
16368
16442
  },
16369
16443
  "us-east-2" : {
16370
- "protocols" : [ "https" ]
16444
+ "protocols" : [ "https" ],
16445
+ "variants" : [ {
16446
+ "hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com",
16447
+ "tags" : [ "fips" ]
16448
+ } ]
16449
+ },
16450
+ "us-east-2-fips" : {
16451
+ "credentialScope" : {
16452
+ "region" : "us-east-2"
16453
+ },
16454
+ "deprecated" : true,
16455
+ "hostname" : "serverlessrepo-fips.us-east-2.amazonaws.com"
16371
16456
  },
16372
16457
  "us-west-1" : {
16373
- "protocols" : [ "https" ]
16458
+ "protocols" : [ "https" ],
16459
+ "variants" : [ {
16460
+ "hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com",
16461
+ "tags" : [ "fips" ]
16462
+ } ]
16463
+ },
16464
+ "us-west-1-fips" : {
16465
+ "credentialScope" : {
16466
+ "region" : "us-west-1"
16467
+ },
16468
+ "deprecated" : true,
16469
+ "hostname" : "serverlessrepo-fips.us-west-1.amazonaws.com"
16374
16470
  },
16375
16471
  "us-west-2" : {
16376
- "protocols" : [ "https" ]
16472
+ "protocols" : [ "https" ],
16473
+ "variants" : [ {
16474
+ "hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com",
16475
+ "tags" : [ "fips" ]
16476
+ } ]
16477
+ },
16478
+ "us-west-2-fips" : {
16479
+ "credentialScope" : {
16480
+ "region" : "us-west-2"
16481
+ },
16482
+ "deprecated" : true,
16483
+ "hostname" : "serverlessrepo-fips.us-west-2.amazonaws.com"
16377
16484
  }
16378
16485
  }
16379
16486
  },
@@ -18003,6 +18110,7 @@
18003
18110
  "ap-northeast-2" : { },
18004
18111
  "ap-northeast-3" : { },
18005
18112
  "ap-south-1" : { },
18113
+ "ap-south-2" : { },
18006
18114
  "ap-southeast-1" : { },
18007
18115
  "ap-southeast-2" : { },
18008
18116
  "ap-southeast-3" : { },
@@ -18012,6 +18120,7 @@
18012
18120
  "eu-central-2" : { },
18013
18121
  "eu-north-1" : { },
18014
18122
  "eu-south-1" : { },
18123
+ "eu-south-2" : { },
18015
18124
  "eu-west-1" : { },
18016
18125
  "eu-west-2" : { },
18017
18126
  "eu-west-3" : { },
@@ -18993,6 +19102,12 @@
18993
19102
  "tags" : [ "fips" ]
18994
19103
  } ]
18995
19104
  },
19105
+ "ca-west-1" : {
19106
+ "variants" : [ {
19107
+ "hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com",
19108
+ "tags" : [ "fips" ]
19109
+ } ]
19110
+ },
18996
19111
  "eu-central-1" : { },
18997
19112
  "eu-central-2" : { },
18998
19113
  "eu-north-1" : { },
@@ -19008,6 +19123,13 @@
19008
19123
  "deprecated" : true,
19009
19124
  "hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
19010
19125
  },
19126
+ "fips-ca-west-1" : {
19127
+ "credentialScope" : {
19128
+ "region" : "ca-west-1"
19129
+ },
19130
+ "deprecated" : true,
19131
+ "hostname" : "verifiedpermissions-fips.ca-west-1.amazonaws.com"
19132
+ },
19011
19133
  "fips-us-east-1" : {
19012
19134
  "credentialScope" : {
19013
19135
  "region" : "us-east-1"
@@ -19036,6 +19158,7 @@
19036
19158
  "deprecated" : true,
19037
19159
  "hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
19038
19160
  },
19161
+ "il-central-1" : { },
19039
19162
  "me-central-1" : { },
19040
19163
  "me-south-1" : { },
19041
19164
  "sa-east-1" : { },
@@ -19173,6 +19296,7 @@
19173
19296
  "eu-north-1" : { },
19174
19297
  "eu-west-1" : { },
19175
19298
  "eu-west-2" : { },
19299
+ "sa-east-1" : { },
19176
19300
  "us-east-1" : { },
19177
19301
  "us-east-2" : { },
19178
19302
  "us-west-2" : { }
@@ -25941,8 +26065,56 @@
25941
26065
  },
25942
26066
  "signer" : {
25943
26067
  "endpoints" : {
25944
- "us-gov-east-1" : { },
25945
- "us-gov-west-1" : { }
26068
+ "fips-us-gov-east-1" : {
26069
+ "credentialScope" : {
26070
+ "region" : "us-gov-east-1"
26071
+ },
26072
+ "deprecated" : true,
26073
+ "hostname" : "signer-fips.us-gov-east-1.amazonaws.com"
26074
+ },
26075
+ "fips-us-gov-west-1" : {
26076
+ "credentialScope" : {
26077
+ "region" : "us-gov-west-1"
26078
+ },
26079
+ "deprecated" : true,
26080
+ "hostname" : "signer-fips.us-gov-west-1.amazonaws.com"
26081
+ },
26082
+ "fips-verification-us-gov-east-1" : {
26083
+ "credentialScope" : {
26084
+ "region" : "us-gov-east-1"
26085
+ },
26086
+ "hostname" : "verification.signer-fips.us-gov-east-1.amazonaws.com"
26087
+ },
26088
+ "fips-verification-us-gov-west-1" : {
26089
+ "credentialScope" : {
26090
+ "region" : "us-gov-west-1"
26091
+ },
26092
+ "hostname" : "verification.signer-fips.us-gov-west-1.amazonaws.com"
26093
+ },
26094
+ "us-gov-east-1" : {
26095
+ "variants" : [ {
26096
+ "hostname" : "signer-fips.us-gov-east-1.amazonaws.com",
26097
+ "tags" : [ "fips" ]
26098
+ } ]
26099
+ },
26100
+ "us-gov-west-1" : {
26101
+ "variants" : [ {
26102
+ "hostname" : "signer-fips.us-gov-west-1.amazonaws.com",
26103
+ "tags" : [ "fips" ]
26104
+ } ]
26105
+ },
26106
+ "verification-us-gov-east-1" : {
26107
+ "credentialScope" : {
26108
+ "region" : "us-gov-east-1"
26109
+ },
26110
+ "hostname" : "verification.signer.us-gov-east-1.amazonaws.com"
26111
+ },
26112
+ "verification-us-gov-west-1" : {
26113
+ "credentialScope" : {
26114
+ "region" : "us-gov-west-1"
26115
+ },
26116
+ "hostname" : "verification.signer.us-gov-west-1.amazonaws.com"
26117
+ }
25946
26118
  }
25947
26119
  },
25948
26120
  "simspaceweaver" : {
@@ -26548,6 +26720,36 @@
26548
26720
  }
26549
26721
  }
26550
26722
  },
26723
+ "verifiedpermissions" : {
26724
+ "endpoints" : {
26725
+ "fips-us-gov-east-1" : {
26726
+ "credentialScope" : {
26727
+ "region" : "us-gov-east-1"
26728
+ },
26729
+ "deprecated" : true,
26730
+ "hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com"
26731
+ },
26732
+ "fips-us-gov-west-1" : {
26733
+ "credentialScope" : {
26734
+ "region" : "us-gov-west-1"
26735
+ },
26736
+ "deprecated" : true,
26737
+ "hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com"
26738
+ },
26739
+ "us-gov-east-1" : {
26740
+ "variants" : [ {
26741
+ "hostname" : "verifiedpermissions-fips.us-gov-east-1.amazonaws.com",
26742
+ "tags" : [ "fips" ]
26743
+ } ]
26744
+ },
26745
+ "us-gov-west-1" : {
26746
+ "variants" : [ {
26747
+ "hostname" : "verifiedpermissions-fips.us-gov-west-1.amazonaws.com",
26748
+ "tags" : [ "fips" ]
26749
+ } ]
26750
+ }
26751
+ }
26752
+ },
26551
26753
  "waf-regional" : {
26552
26754
  "endpoints" : {
26553
26755
  "fips-us-gov-east-1" : {
@@ -27063,6 +27265,40 @@
27063
27265
  "us-iso-west-1" : { }
27064
27266
  }
27065
27267
  },
27268
+ "fsx" : {
27269
+ "endpoints" : {
27270
+ "fips-prod-us-iso-east-1" : {
27271
+ "credentialScope" : {
27272
+ "region" : "us-iso-east-1"
27273
+ },
27274
+ "deprecated" : true,
27275
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
27276
+ },
27277
+ "fips-us-iso-east-1" : {
27278
+ "credentialScope" : {
27279
+ "region" : "us-iso-east-1"
27280
+ },
27281
+ "deprecated" : true,
27282
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
27283
+ },
27284
+ "prod-us-iso-east-1" : {
27285
+ "credentialScope" : {
27286
+ "region" : "us-iso-east-1"
27287
+ },
27288
+ "deprecated" : true,
27289
+ "variants" : [ {
27290
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
27291
+ "tags" : [ "fips" ]
27292
+ } ]
27293
+ },
27294
+ "us-iso-east-1" : {
27295
+ "variants" : [ {
27296
+ "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
27297
+ "tags" : [ "fips" ]
27298
+ } ]
27299
+ }
27300
+ }
27301
+ },
27066
27302
  "glacier" : {
27067
27303
  "endpoints" : {
27068
27304
  "us-iso-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.907.0
4
+ version: 1.913.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: 2024-04-03 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: