aws-partitions 1.868.0 → 1.873.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: bb2f91926bb69729bbb7ac0a111339d347b90bb55a37eba7582b3ea782baa7da
4
- data.tar.gz: 6c9a65dcc81a1af7e2c393d8162bbc50ac997bfe9bf9dd7f2081ca572ba6b992
3
+ metadata.gz: 3143aeead3d6c350558f5e105ca112d0d95555bd920728967a57db5271b92c91
4
+ data.tar.gz: 81b1ccfc9ac6d8083856a14343cd9592f192829b007d460c491d83cf8a88cfc0
5
5
  SHA512:
6
- metadata.gz: fb07156caf93253fb08deea7813e63db1fda5fe7ef6d0a3897d52ee27429427513799812fa1ce1baeb183a5894b0a401d2a0ddfe645244c31b24283d55ac69f5
7
- data.tar.gz: 0b80901a3bbc8bbeee1bb927c77fced57e4fc2129fc7d3418e1e8d68375adfa13e1d5748ebb872b18044114db33a0c0dfa2dd16193e0ea93174170351b6de982
6
+ metadata.gz: c7feff22af92b557b46a3b04cfeb93dab6d6e6391d90227c02d4a314791fc40d583e79702d0047cc0d893babb06b933d0fe810e8213a150d59571e31938992ea
7
+ data.tar.gz: e7b3521da763701645982244a4aff06c7ba482d666cbe1bcbaf041a7f567dd4c0f00a0c593d5b31bae9cc43182c7336130b07785f1a727d50704ed0c260e30f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.873.0 (2023-12-22)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
8
+
9
+ 1.872.0 (2023-12-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.871.0 (2023-12-20)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.870.0 (2023-12-19)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.869.0 (2023-12-18)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.868.0 (2023-12-15)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.868.0
1
+ 1.873.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',
@@ -50,6 +50,9 @@
50
50
  "ca-central-1" : {
51
51
  "description" : "Canada (Central)"
52
52
  },
53
+ "ca-west-1" : {
54
+ "description" : "Canada West (Calgary)"
55
+ },
53
56
  "eu-central-1" : {
54
57
  "description" : "Europe (Frankfurt)"
55
58
  },
data/partitions.json CHANGED
@@ -59,6 +59,9 @@
59
59
  "ca-central-1" : {
60
60
  "description" : "Canada (Central)"
61
61
  },
62
+ "ca-west-1" : {
63
+ "description" : "Canada West (Calgary)"
64
+ },
62
65
  "eu-central-1" : {
63
66
  "description" : "Europe (Frankfurt)"
64
67
  },
@@ -133,6 +136,7 @@
133
136
  "tags" : [ "fips" ]
134
137
  } ]
135
138
  },
139
+ "ca-west-1" : { },
136
140
  "eu-central-1" : { },
137
141
  "eu-central-2" : { },
138
142
  "eu-north-1" : { },
@@ -244,6 +248,19 @@
244
248
  "deprecated" : true,
245
249
  "hostname" : "acm-fips.ca-central-1.amazonaws.com"
246
250
  },
251
+ "ca-west-1" : {
252
+ "variants" : [ {
253
+ "hostname" : "acm-fips.ca-west-1.amazonaws.com",
254
+ "tags" : [ "fips" ]
255
+ } ]
256
+ },
257
+ "ca-west-1-fips" : {
258
+ "credentialScope" : {
259
+ "region" : "ca-west-1"
260
+ },
261
+ "deprecated" : true,
262
+ "hostname" : "acm-fips.ca-west-1.amazonaws.com"
263
+ },
247
264
  "eu-central-1" : { },
248
265
  "eu-central-2" : { },
249
266
  "eu-north-1" : { },
@@ -676,6 +693,12 @@
676
693
  },
677
694
  "hostname" : "api.ecr.ca-central-1.amazonaws.com"
678
695
  },
696
+ "ca-west-1" : {
697
+ "credentialScope" : {
698
+ "region" : "ca-west-1"
699
+ },
700
+ "hostname" : "api.ecr.ca-west-1.amazonaws.com"
701
+ },
679
702
  "dkr-us-east-1" : {
680
703
  "credentialScope" : {
681
704
  "region" : "us-east-1"
@@ -1290,6 +1313,12 @@
1290
1313
  "tags" : [ "fips" ]
1291
1314
  } ]
1292
1315
  },
1316
+ "ca-west-1" : {
1317
+ "variants" : [ {
1318
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com",
1319
+ "tags" : [ "fips" ]
1320
+ } ]
1321
+ },
1293
1322
  "eu-central-1" : { },
1294
1323
  "eu-central-2" : { },
1295
1324
  "eu-north-1" : { },
@@ -1305,6 +1334,13 @@
1305
1334
  "deprecated" : true,
1306
1335
  "hostname" : "apigateway-fips.ca-central-1.amazonaws.com"
1307
1336
  },
1337
+ "fips-ca-west-1" : {
1338
+ "credentialScope" : {
1339
+ "region" : "ca-west-1"
1340
+ },
1341
+ "deprecated" : true,
1342
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com"
1343
+ },
1308
1344
  "fips-us-east-1" : {
1309
1345
  "credentialScope" : {
1310
1346
  "region" : "us-east-1"
@@ -1391,6 +1427,7 @@
1391
1427
  "ap-southeast-3" : { },
1392
1428
  "ap-southeast-4" : { },
1393
1429
  "ca-central-1" : { },
1430
+ "ca-west-1" : { },
1394
1431
  "eu-central-1" : { },
1395
1432
  "eu-central-2" : { },
1396
1433
  "eu-north-1" : { },
@@ -1423,6 +1460,7 @@
1423
1460
  "ap-southeast-3" : { },
1424
1461
  "ap-southeast-4" : { },
1425
1462
  "ca-central-1" : { },
1463
+ "ca-west-1" : { },
1426
1464
  "eu-central-1" : { },
1427
1465
  "eu-central-2" : { },
1428
1466
  "eu-north-1" : { },
@@ -1526,6 +1564,7 @@
1526
1564
  "ap-southeast-3" : { },
1527
1565
  "ap-southeast-4" : { },
1528
1566
  "ca-central-1" : { },
1567
+ "ca-west-1" : { },
1529
1568
  "eu-central-1" : { },
1530
1569
  "eu-central-2" : { },
1531
1570
  "eu-north-1" : { },
@@ -1951,6 +1990,7 @@
1951
1990
  "ap-southeast-3" : { },
1952
1991
  "ap-southeast-4" : { },
1953
1992
  "ca-central-1" : { },
1993
+ "ca-west-1" : { },
1954
1994
  "eu-central-1" : { },
1955
1995
  "eu-central-2" : { },
1956
1996
  "eu-north-1" : { },
@@ -2231,6 +2271,12 @@
2231
2271
  "tags" : [ "fips" ]
2232
2272
  } ]
2233
2273
  },
2274
+ "ca-west-1" : {
2275
+ "variants" : [ {
2276
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2277
+ "tags" : [ "fips" ]
2278
+ } ]
2279
+ },
2234
2280
  "eu-central-1" : { },
2235
2281
  "eu-central-2" : { },
2236
2282
  "eu-north-1" : { },
@@ -2246,6 +2292,13 @@
2246
2292
  "deprecated" : true,
2247
2293
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2248
2294
  },
2295
+ "fips-ca-west-1" : {
2296
+ "credentialScope" : {
2297
+ "region" : "ca-west-1"
2298
+ },
2299
+ "deprecated" : true,
2300
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2301
+ },
2249
2302
  "fips-us-east-1" : {
2250
2303
  "credentialScope" : {
2251
2304
  "region" : "us-east-1"
@@ -2441,6 +2494,7 @@
2441
2494
  "ap-southeast-3" : { },
2442
2495
  "ap-southeast-4" : { },
2443
2496
  "ca-central-1" : { },
2497
+ "ca-west-1" : { },
2444
2498
  "eu-central-1" : { },
2445
2499
  "eu-central-2" : { },
2446
2500
  "eu-north-1" : { },
@@ -2796,6 +2850,12 @@
2796
2850
  "tags" : [ "fips" ]
2797
2851
  } ]
2798
2852
  },
2853
+ "ca-west-1" : {
2854
+ "variants" : [ {
2855
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2856
+ "tags" : [ "fips" ]
2857
+ } ]
2858
+ },
2799
2859
  "eu-central-1" : { },
2800
2860
  "eu-central-2" : { },
2801
2861
  "eu-north-1" : { },
@@ -2811,6 +2871,13 @@
2811
2871
  "deprecated" : true,
2812
2872
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2813
2873
  },
2874
+ "fips-ca-west-1" : {
2875
+ "credentialScope" : {
2876
+ "region" : "ca-west-1"
2877
+ },
2878
+ "deprecated" : true,
2879
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2880
+ },
2814
2881
  "fips-us-east-1" : {
2815
2882
  "credentialScope" : {
2816
2883
  "region" : "us-east-1"
@@ -2896,6 +2963,7 @@
2896
2963
  "ap-southeast-3" : { },
2897
2964
  "ap-southeast-4" : { },
2898
2965
  "ca-central-1" : { },
2966
+ "ca-west-1" : { },
2899
2967
  "eu-central-1" : { },
2900
2968
  "eu-central-2" : { },
2901
2969
  "eu-north-1" : { },
@@ -2993,6 +3061,7 @@
2993
3061
  "ap-northeast-2" : { },
2994
3062
  "ap-northeast-3" : { },
2995
3063
  "ap-south-1" : { },
3064
+ "ap-south-2" : { },
2996
3065
  "ap-southeast-1" : { },
2997
3066
  "ap-southeast-2" : { },
2998
3067
  "ap-southeast-3" : { },
@@ -3042,6 +3111,7 @@
3042
3111
  "ap-southeast-3" : { },
3043
3112
  "ap-southeast-4" : { },
3044
3113
  "ca-central-1" : { },
3114
+ "ca-west-1" : { },
3045
3115
  "eu-central-1" : { },
3046
3116
  "eu-central-2" : { },
3047
3117
  "eu-north-1" : { },
@@ -3350,6 +3420,7 @@
3350
3420
  "ap-southeast-3" : { },
3351
3421
  "ap-southeast-4" : { },
3352
3422
  "ca-central-1" : { },
3423
+ "ca-west-1" : { },
3353
3424
  "eu-central-1" : { },
3354
3425
  "eu-central-2" : { },
3355
3426
  "eu-north-1" : { },
@@ -4033,6 +4104,7 @@
4033
4104
  "ap-southeast-3" : { },
4034
4105
  "ap-southeast-4" : { },
4035
4106
  "ca-central-1" : { },
4107
+ "ca-west-1" : { },
4036
4108
  "eu-central-1" : { },
4037
4109
  "eu-central-2" : { },
4038
4110
  "eu-north-1" : { },
@@ -4678,6 +4750,12 @@
4678
4750
  "tags" : [ "fips" ]
4679
4751
  } ]
4680
4752
  },
4753
+ "ca-west-1" : {
4754
+ "variants" : [ {
4755
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4756
+ "tags" : [ "fips" ]
4757
+ } ]
4758
+ },
4681
4759
  "eu-central-1" : { },
4682
4760
  "eu-central-2" : { },
4683
4761
  "eu-north-1" : { },
@@ -4693,6 +4771,13 @@
4693
4771
  "deprecated" : true,
4694
4772
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4695
4773
  },
4774
+ "fips-ca-west-1" : {
4775
+ "credentialScope" : {
4776
+ "region" : "ca-west-1"
4777
+ },
4778
+ "deprecated" : true,
4779
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4780
+ },
4696
4781
  "fips-us-east-1" : {
4697
4782
  "credentialScope" : {
4698
4783
  "region" : "us-east-1"
@@ -4801,6 +4886,9 @@
4801
4886
  "tags" : [ "fips" ]
4802
4887
  } ]
4803
4888
  },
4889
+ "ca-west-1" : {
4890
+ "hostname" : "datazone.ca-west-1.api.aws"
4891
+ },
4804
4892
  "eu-central-1" : {
4805
4893
  "hostname" : "datazone.eu-central-1.api.aws"
4806
4894
  },
@@ -4982,6 +5070,7 @@
4982
5070
  "ap-southeast-3" : { },
4983
5071
  "ap-southeast-4" : { },
4984
5072
  "ca-central-1" : { },
5073
+ "ca-west-1" : { },
4985
5074
  "eu-central-1" : { },
4986
5075
  "eu-central-2" : { },
4987
5076
  "eu-north-1" : { },
@@ -5073,6 +5162,7 @@
5073
5162
  "ap-southeast-3" : { },
5074
5163
  "ap-southeast-4" : { },
5075
5164
  "ca-central-1" : { },
5165
+ "ca-west-1" : { },
5076
5166
  "eu-central-1" : { },
5077
5167
  "eu-central-2" : { },
5078
5168
  "eu-north-1" : { },
@@ -5081,6 +5171,7 @@
5081
5171
  "eu-west-1" : { },
5082
5172
  "eu-west-2" : { },
5083
5173
  "eu-west-3" : { },
5174
+ "il-central-1" : { },
5084
5175
  "me-central-1" : { },
5085
5176
  "me-south-1" : { },
5086
5177
  "sa-east-1" : { },
@@ -5104,6 +5195,7 @@
5104
5195
  "ap-southeast-3" : { },
5105
5196
  "ap-southeast-4" : { },
5106
5197
  "ca-central-1" : { },
5198
+ "ca-west-1" : { },
5107
5199
  "dms" : {
5108
5200
  "credentialScope" : {
5109
5201
  "region" : "us-west-1"
@@ -5326,6 +5418,7 @@
5326
5418
  "tags" : [ "fips" ]
5327
5419
  } ]
5328
5420
  },
5421
+ "ca-west-1" : { },
5329
5422
  "eu-central-1" : { },
5330
5423
  "eu-central-2" : { },
5331
5424
  "eu-north-1" : { },
@@ -5428,6 +5521,19 @@
5428
5521
  "deprecated" : true,
5429
5522
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5430
5523
  },
5524
+ "ca-west-1" : {
5525
+ "variants" : [ {
5526
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5527
+ "tags" : [ "fips" ]
5528
+ } ]
5529
+ },
5530
+ "ca-west-1-fips" : {
5531
+ "credentialScope" : {
5532
+ "region" : "ca-west-1"
5533
+ },
5534
+ "deprecated" : true,
5535
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5536
+ },
5431
5537
  "eu-central-1" : { },
5432
5538
  "eu-central-2" : { },
5433
5539
  "eu-north-1" : { },
@@ -5520,6 +5626,12 @@
5520
5626
  "tags" : [ "fips" ]
5521
5627
  } ]
5522
5628
  },
5629
+ "ca-west-1" : {
5630
+ "variants" : [ {
5631
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5632
+ "tags" : [ "fips" ]
5633
+ } ]
5634
+ },
5523
5635
  "eu-central-1" : { },
5524
5636
  "eu-central-2" : { },
5525
5637
  "eu-north-1" : { },
@@ -5535,6 +5647,13 @@
5535
5647
  "deprecated" : true,
5536
5648
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5537
5649
  },
5650
+ "fips-ca-west-1" : {
5651
+ "credentialScope" : {
5652
+ "region" : "ca-west-1"
5653
+ },
5654
+ "deprecated" : true,
5655
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5656
+ },
5538
5657
  "fips-us-east-1" : {
5539
5658
  "credentialScope" : {
5540
5659
  "region" : "us-east-1"
@@ -5726,6 +5845,7 @@
5726
5845
  "ap-southeast-3" : { },
5727
5846
  "ap-southeast-4" : { },
5728
5847
  "ca-central-1" : { },
5848
+ "ca-west-1" : { },
5729
5849
  "eu-central-1" : { },
5730
5850
  "eu-central-2" : { },
5731
5851
  "eu-north-1" : { },
@@ -5823,6 +5943,7 @@
5823
5943
  "ap-southeast-3" : { },
5824
5944
  "ap-southeast-4" : { },
5825
5945
  "ca-central-1" : { },
5946
+ "ca-west-1" : { },
5826
5947
  "eu-central-1" : { },
5827
5948
  "eu-central-2" : { },
5828
5949
  "eu-north-1" : { },
@@ -5935,6 +6056,9 @@
5935
6056
  "ca-central-1" : {
5936
6057
  "hostname" : "eks-auth.ca-central-1.api.aws"
5937
6058
  },
6059
+ "ca-west-1" : {
6060
+ "hostname" : "eks-auth.ca-west-1.api.aws"
6061
+ },
5938
6062
  "eu-central-1" : {
5939
6063
  "hostname" : "eks-auth.eu-central-1.api.aws"
5940
6064
  },
@@ -5999,6 +6123,7 @@
5999
6123
  "ap-southeast-3" : { },
6000
6124
  "ap-southeast-4" : { },
6001
6125
  "ca-central-1" : { },
6126
+ "ca-west-1" : { },
6002
6127
  "eu-central-1" : { },
6003
6128
  "eu-central-2" : { },
6004
6129
  "eu-north-1" : { },
@@ -6532,6 +6657,7 @@
6532
6657
  "ap-southeast-3" : { },
6533
6658
  "ap-southeast-4" : { },
6534
6659
  "ca-central-1" : { },
6660
+ "ca-west-1" : { },
6535
6661
  "eu-central-1" : { },
6536
6662
  "eu-central-2" : { },
6537
6663
  "eu-north-1" : { },
@@ -6621,6 +6747,12 @@
6621
6747
  "tags" : [ "fips" ]
6622
6748
  } ]
6623
6749
  },
6750
+ "ca-west-1" : {
6751
+ "variants" : [ {
6752
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6753
+ "tags" : [ "fips" ]
6754
+ } ]
6755
+ },
6624
6756
  "eu-central-1" : {
6625
6757
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6626
6758
  },
@@ -6638,6 +6770,13 @@
6638
6770
  "deprecated" : true,
6639
6771
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6640
6772
  },
6773
+ "fips-ca-west-1" : {
6774
+ "credentialScope" : {
6775
+ "region" : "ca-west-1"
6776
+ },
6777
+ "deprecated" : true,
6778
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6779
+ },
6641
6780
  "fips-us-east-1" : {
6642
6781
  "credentialScope" : {
6643
6782
  "region" : "us-east-1"
@@ -7056,6 +7195,12 @@
7056
7195
  "tags" : [ "dualstack" ]
7057
7196
  } ]
7058
7197
  },
7198
+ "ca-west-1" : {
7199
+ "variants" : [ {
7200
+ "hostname" : "aos.ca-west-1.api.aws",
7201
+ "tags" : [ "dualstack" ]
7202
+ } ]
7203
+ },
7059
7204
  "eu-central-1" : {
7060
7205
  "variants" : [ {
7061
7206
  "hostname" : "aos.eu-central-1.api.aws",
@@ -7215,6 +7360,7 @@
7215
7360
  "ap-southeast-3" : { },
7216
7361
  "ap-southeast-4" : { },
7217
7362
  "ca-central-1" : { },
7363
+ "ca-west-1" : { },
7218
7364
  "eu-central-1" : { },
7219
7365
  "eu-central-2" : { },
7220
7366
  "eu-north-1" : { },
@@ -7349,6 +7495,7 @@
7349
7495
  "ap-southeast-3" : { },
7350
7496
  "ap-southeast-4" : { },
7351
7497
  "ca-central-1" : { },
7498
+ "ca-west-1" : { },
7352
7499
  "eu-central-1" : { },
7353
7500
  "eu-central-2" : { },
7354
7501
  "eu-north-1" : { },
@@ -8562,6 +8709,7 @@
8562
8709
  "ap-southeast-1" : { },
8563
8710
  "ap-southeast-2" : { },
8564
8711
  "ap-southeast-3" : { },
8712
+ "ap-southeast-4" : { },
8565
8713
  "ca-central-1" : { },
8566
8714
  "eu-central-1" : { },
8567
8715
  "eu-central-2" : { },
@@ -8571,6 +8719,7 @@
8571
8719
  "eu-west-2" : { },
8572
8720
  "eu-west-3" : { },
8573
8721
  "il-central-1" : { },
8722
+ "me-central-1" : { },
8574
8723
  "me-south-1" : { },
8575
8724
  "sa-east-1" : { },
8576
8725
  "us-east-1" : { },
@@ -8844,6 +8993,9 @@
8844
8993
  "tags" : [ "fips" ]
8845
8994
  } ]
8846
8995
  },
8996
+ "ca-west-1" : {
8997
+ "hostname" : "internetmonitor.ca-west-1.api.aws"
8998
+ },
8847
8999
  "eu-central-1" : {
8848
9000
  "hostname" : "internetmonitor.eu-central-1.api.aws"
8849
9001
  },
@@ -9800,6 +9952,9 @@
9800
9952
  "tags" : [ "fips" ]
9801
9953
  } ]
9802
9954
  },
9955
+ "ca-west-1" : {
9956
+ "hostname" : "kendra-ranking.ca-west-1.api.aws"
9957
+ },
9803
9958
  "eu-central-2" : {
9804
9959
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
9805
9960
  },
@@ -9870,6 +10025,7 @@
9870
10025
  "ap-southeast-3" : { },
9871
10026
  "ap-southeast-4" : { },
9872
10027
  "ca-central-1" : { },
10028
+ "ca-west-1" : { },
9873
10029
  "eu-central-1" : { },
9874
10030
  "eu-central-2" : { },
9875
10031
  "eu-north-1" : { },
@@ -10153,6 +10309,19 @@
10153
10309
  "deprecated" : true,
10154
10310
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10155
10311
  },
10312
+ "ca-west-1" : {
10313
+ "variants" : [ {
10314
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10315
+ "tags" : [ "fips" ]
10316
+ } ]
10317
+ },
10318
+ "ca-west-1-fips" : {
10319
+ "credentialScope" : {
10320
+ "region" : "ca-west-1"
10321
+ },
10322
+ "deprecated" : true,
10323
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10324
+ },
10156
10325
  "eu-central-1" : {
10157
10326
  "variants" : [ {
10158
10327
  "hostname" : "kms-fips.eu-central-1.amazonaws.com",
@@ -10517,6 +10686,12 @@
10517
10686
  "tags" : [ "dualstack" ]
10518
10687
  } ]
10519
10688
  },
10689
+ "ca-west-1" : {
10690
+ "variants" : [ {
10691
+ "hostname" : "lambda.ca-west-1.api.aws",
10692
+ "tags" : [ "dualstack" ]
10693
+ } ]
10694
+ },
10520
10695
  "eu-central-1" : {
10521
10696
  "variants" : [ {
10522
10697
  "hostname" : "lambda.eu-central-1.api.aws",
@@ -10749,6 +10924,7 @@
10749
10924
  "ap-southeast-3" : { },
10750
10925
  "ap-southeast-4" : { },
10751
10926
  "ca-central-1" : { },
10927
+ "ca-west-1" : { },
10752
10928
  "eu-central-1" : { },
10753
10929
  "eu-central-2" : { },
10754
10930
  "eu-north-1" : { },
@@ -10927,6 +11103,7 @@
10927
11103
  "ap-southeast-3" : { },
10928
11104
  "ap-southeast-4" : { },
10929
11105
  "ca-central-1" : { },
11106
+ "ca-west-1" : { },
10930
11107
  "eu-central-1" : { },
10931
11108
  "eu-central-2" : { },
10932
11109
  "eu-north-1" : { },
@@ -11218,14 +11395,17 @@
11218
11395
  "ap-northeast-2" : { },
11219
11396
  "ap-northeast-3" : { },
11220
11397
  "ap-south-1" : { },
11398
+ "ap-south-2" : { },
11221
11399
  "ap-southeast-1" : { },
11222
11400
  "ap-southeast-2" : { },
11401
+ "ap-southeast-4" : { },
11223
11402
  "ca-central-1" : { },
11224
11403
  "eu-central-1" : { },
11225
11404
  "eu-north-1" : { },
11226
11405
  "eu-west-1" : { },
11227
11406
  "eu-west-2" : { },
11228
11407
  "eu-west-3" : { },
11408
+ "me-central-1" : { },
11229
11409
  "sa-east-1" : { },
11230
11410
  "us-east-1" : { },
11231
11411
  "us-east-2" : { },
@@ -11582,6 +11762,7 @@
11582
11762
  "ap-southeast-3" : { },
11583
11763
  "ap-southeast-4" : { },
11584
11764
  "ca-central-1" : { },
11765
+ "ca-west-1" : { },
11585
11766
  "eu-central-1" : { },
11586
11767
  "eu-central-2" : { },
11587
11768
  "eu-north-1" : { },
@@ -11795,6 +11976,7 @@
11795
11976
  "ap-southeast-3" : { },
11796
11977
  "ap-southeast-4" : { },
11797
11978
  "ca-central-1" : { },
11979
+ "ca-west-1" : { },
11798
11980
  "eu-central-1" : { },
11799
11981
  "eu-central-2" : { },
11800
11982
  "eu-north-1" : { },
@@ -12206,6 +12388,7 @@
12206
12388
  "ap-southeast-3" : { },
12207
12389
  "ap-southeast-4" : { },
12208
12390
  "ca-central-1" : { },
12391
+ "ca-west-1" : { },
12209
12392
  "eu-central-1" : { },
12210
12393
  "eu-central-2" : { },
12211
12394
  "eu-north-1" : { },
@@ -12667,6 +12850,7 @@
12667
12850
  "ap-southeast-3" : { },
12668
12851
  "ap-southeast-4" : { },
12669
12852
  "ca-central-1" : { },
12853
+ "ca-west-1" : { },
12670
12854
  "eu-central-1" : { },
12671
12855
  "eu-central-2" : { },
12672
12856
  "eu-north-1" : { },
@@ -13142,6 +13326,9 @@
13142
13326
  "ca-central-1" : {
13143
13327
  "hostname" : "qbusiness.ca-central-1.api.aws"
13144
13328
  },
13329
+ "ca-west-1" : {
13330
+ "hostname" : "qbusiness.ca-west-1.api.aws"
13331
+ },
13145
13332
  "eu-central-1" : {
13146
13333
  "hostname" : "qbusiness.eu-central-1.api.aws"
13147
13334
  },
@@ -13293,6 +13480,12 @@
13293
13480
  "tags" : [ "fips" ]
13294
13481
  } ]
13295
13482
  },
13483
+ "ca-west-1" : {
13484
+ "variants" : [ {
13485
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13486
+ "tags" : [ "fips" ]
13487
+ } ]
13488
+ },
13296
13489
  "eu-central-1" : { },
13297
13490
  "eu-central-2" : { },
13298
13491
  "eu-north-1" : { },
@@ -13308,6 +13501,13 @@
13308
13501
  "deprecated" : true,
13309
13502
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13310
13503
  },
13504
+ "fips-ca-west-1" : {
13505
+ "credentialScope" : {
13506
+ "region" : "ca-west-1"
13507
+ },
13508
+ "deprecated" : true,
13509
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13510
+ },
13311
13511
  "fips-us-east-1" : {
13312
13512
  "credentialScope" : {
13313
13513
  "region" : "us-east-1"
@@ -13385,6 +13585,12 @@
13385
13585
  "tags" : [ "fips" ]
13386
13586
  } ]
13387
13587
  },
13588
+ "ca-west-1" : {
13589
+ "variants" : [ {
13590
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13591
+ "tags" : [ "fips" ]
13592
+ } ]
13593
+ },
13388
13594
  "eu-central-1" : { },
13389
13595
  "eu-central-2" : { },
13390
13596
  "eu-north-1" : { },
@@ -13400,6 +13606,13 @@
13400
13606
  "deprecated" : true,
13401
13607
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13402
13608
  },
13609
+ "fips-ca-west-1" : {
13610
+ "credentialScope" : {
13611
+ "region" : "ca-west-1"
13612
+ },
13613
+ "deprecated" : true,
13614
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13615
+ },
13403
13616
  "fips-us-east-1" : {
13404
13617
  "credentialScope" : {
13405
13618
  "region" : "us-east-1"
@@ -13721,6 +13934,12 @@
13721
13934
  "tags" : [ "fips" ]
13722
13935
  } ]
13723
13936
  },
13937
+ "ca-west-1" : {
13938
+ "variants" : [ {
13939
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
13940
+ "tags" : [ "fips" ]
13941
+ } ]
13942
+ },
13724
13943
  "eu-central-1" : { },
13725
13944
  "eu-central-2" : { },
13726
13945
  "eu-north-1" : { },
@@ -13736,6 +13955,13 @@
13736
13955
  "deprecated" : true,
13737
13956
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
13738
13957
  },
13958
+ "fips-ca-west-1" : {
13959
+ "credentialScope" : {
13960
+ "region" : "ca-west-1"
13961
+ },
13962
+ "deprecated" : true,
13963
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
13964
+ },
13739
13965
  "fips-us-east-1" : {
13740
13966
  "credentialScope" : {
13741
13967
  "region" : "us-east-1"
@@ -14107,6 +14333,7 @@
14107
14333
  "ap-southeast-3" : { },
14108
14334
  "ap-southeast-4" : { },
14109
14335
  "ca-central-1" : { },
14336
+ "ca-west-1" : { },
14110
14337
  "eu-central-1" : { },
14111
14338
  "eu-central-2" : { },
14112
14339
  "eu-north-1" : { },
@@ -14313,6 +14540,7 @@
14313
14540
  "ap-southeast-3" : { },
14314
14541
  "ap-southeast-4" : { },
14315
14542
  "ca-central-1" : { },
14543
+ "ca-west-1" : { },
14316
14544
  "eu-central-1" : { },
14317
14545
  "eu-central-2" : { },
14318
14546
  "eu-north-1" : { },
@@ -14425,6 +14653,7 @@
14425
14653
  "ap-southeast-3" : { },
14426
14654
  "ap-southeast-4" : { },
14427
14655
  "ca-central-1" : { },
14656
+ "ca-west-1" : { },
14428
14657
  "eu-central-1" : { },
14429
14658
  "eu-central-2" : { },
14430
14659
  "eu-north-1" : { },
@@ -14597,6 +14826,18 @@
14597
14826
  "tags" : [ "dualstack" ]
14598
14827
  } ]
14599
14828
  },
14829
+ "ca-west-1" : {
14830
+ "variants" : [ {
14831
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14832
+ "tags" : [ "fips" ]
14833
+ }, {
14834
+ "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14835
+ "tags" : [ "dualstack", "fips" ]
14836
+ }, {
14837
+ "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14838
+ "tags" : [ "dualstack" ]
14839
+ } ]
14840
+ },
14600
14841
  "eu-central-1" : {
14601
14842
  "variants" : [ {
14602
14843
  "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
@@ -14654,6 +14895,13 @@
14654
14895
  "deprecated" : true,
14655
14896
  "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14656
14897
  },
14898
+ "fips-ca-west-1" : {
14899
+ "credentialScope" : {
14900
+ "region" : "ca-west-1"
14901
+ },
14902
+ "deprecated" : true,
14903
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com"
14904
+ },
14657
14905
  "fips-us-east-1" : {
14658
14906
  "credentialScope" : {
14659
14907
  "region" : "us-east-1"
@@ -15365,6 +15613,18 @@
15365
15613
  "ca-central-1-fips" : {
15366
15614
  "deprecated" : true
15367
15615
  },
15616
+ "ca-west-1" : {
15617
+ "variants" : [ {
15618
+ "tags" : [ "dualstack" ]
15619
+ }, {
15620
+ "tags" : [ "dualstack", "fips" ]
15621
+ }, {
15622
+ "tags" : [ "fips" ]
15623
+ } ]
15624
+ },
15625
+ "ca-west-1-fips" : {
15626
+ "deprecated" : true
15627
+ },
15368
15628
  "eu-central-1" : {
15369
15629
  "variants" : [ {
15370
15630
  "tags" : [ "dualstack" ]
@@ -15489,6 +15749,7 @@
15489
15749
  "ap-southeast-3" : { },
15490
15750
  "ap-southeast-4" : { },
15491
15751
  "ca-central-1" : { },
15752
+ "ca-west-1" : { },
15492
15753
  "eu-central-1" : { },
15493
15754
  "eu-central-2" : { },
15494
15755
  "eu-north-1" : { },
@@ -15736,6 +15997,7 @@
15736
15997
  "tags" : [ "fips" ]
15737
15998
  } ]
15738
15999
  },
16000
+ "ca-west-1" : { },
15739
16001
  "eu-central-1" : { },
15740
16002
  "eu-central-2" : { },
15741
16003
  "eu-north-1" : { },
@@ -16063,6 +16325,7 @@
16063
16325
  "ap-southeast-3" : { },
16064
16326
  "ap-southeast-4" : { },
16065
16327
  "ca-central-1" : { },
16328
+ "ca-west-1" : { },
16066
16329
  "eu-central-1" : { },
16067
16330
  "eu-central-2" : { },
16068
16331
  "eu-north-1" : { },
@@ -16689,6 +16952,12 @@
16689
16952
  "ap-southeast-3" : { },
16690
16953
  "ap-southeast-4" : { },
16691
16954
  "ca-central-1" : { },
16955
+ "ca-west-1" : {
16956
+ "variants" : [ {
16957
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com",
16958
+ "tags" : [ "fips" ]
16959
+ } ]
16960
+ },
16692
16961
  "eu-central-1" : { },
16693
16962
  "eu-central-2" : { },
16694
16963
  "eu-north-1" : { },
@@ -16697,6 +16966,13 @@
16697
16966
  "eu-west-1" : { },
16698
16967
  "eu-west-2" : { },
16699
16968
  "eu-west-3" : { },
16969
+ "fips-ca-west-1" : {
16970
+ "credentialScope" : {
16971
+ "region" : "ca-west-1"
16972
+ },
16973
+ "deprecated" : true,
16974
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com"
16975
+ },
16700
16976
  "fips-us-east-1" : {
16701
16977
  "credentialScope" : {
16702
16978
  "region" : "us-east-1"
@@ -16773,6 +17049,7 @@
16773
17049
  "ap-southeast-3" : { },
16774
17050
  "ap-southeast-4" : { },
16775
17051
  "ca-central-1" : { },
17052
+ "ca-west-1" : { },
16776
17053
  "eu-central-1" : { },
16777
17054
  "eu-central-2" : { },
16778
17055
  "eu-north-1" : { },
@@ -16859,6 +17136,12 @@
16859
17136
  "tags" : [ "fips" ]
16860
17137
  } ]
16861
17138
  },
17139
+ "ca-west-1" : {
17140
+ "variants" : [ {
17141
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17142
+ "tags" : [ "fips" ]
17143
+ } ]
17144
+ },
16862
17145
  "eu-central-1" : { },
16863
17146
  "eu-central-2" : { },
16864
17147
  "eu-north-1" : { },
@@ -16874,6 +17157,13 @@
16874
17157
  "deprecated" : true,
16875
17158
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
16876
17159
  },
17160
+ "fips-ca-west-1" : {
17161
+ "credentialScope" : {
17162
+ "region" : "ca-west-1"
17163
+ },
17164
+ "deprecated" : true,
17165
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17166
+ },
16877
17167
  "fips-us-east-1" : {
16878
17168
  "credentialScope" : {
16879
17169
  "region" : "us-east-1"
@@ -17208,6 +17498,7 @@
17208
17498
  "ap-southeast-3" : { },
17209
17499
  "ap-southeast-4" : { },
17210
17500
  "ca-central-1" : { },
17501
+ "ca-west-1" : { },
17211
17502
  "eu-central-1" : { },
17212
17503
  "eu-central-2" : { },
17213
17504
  "eu-north-1" : { },
@@ -17386,6 +17677,7 @@
17386
17677
  "ap-southeast-3" : { },
17387
17678
  "ap-southeast-4" : { },
17388
17679
  "ca-central-1" : { },
17680
+ "ca-west-1" : { },
17389
17681
  "eu-central-1" : { },
17390
17682
  "eu-central-2" : { },
17391
17683
  "eu-north-1" : { },
@@ -17431,6 +17723,7 @@
17431
17723
  "hostname" : "sts.amazonaws.com"
17432
17724
  },
17433
17725
  "ca-central-1" : { },
17726
+ "ca-west-1" : { },
17434
17727
  "eu-central-1" : { },
17435
17728
  "eu-central-2" : { },
17436
17729
  "eu-north-1" : { },
@@ -17530,6 +17823,7 @@
17530
17823
  "ap-southeast-3" : { },
17531
17824
  "ap-southeast-4" : { },
17532
17825
  "ca-central-1" : { },
17826
+ "ca-west-1" : { },
17533
17827
  "eu-central-1" : { },
17534
17828
  "eu-central-2" : { },
17535
17829
  "eu-north-1" : { },
@@ -17610,6 +17904,7 @@
17610
17904
  "ap-southeast-3" : { },
17611
17905
  "ap-southeast-4" : { },
17612
17906
  "ca-central-1" : { },
17907
+ "ca-west-1" : { },
17613
17908
  "eu-central-1" : { },
17614
17909
  "eu-central-2" : { },
17615
17910
  "eu-north-1" : { },
@@ -17690,6 +17985,7 @@
17690
17985
  "ap-southeast-3" : { },
17691
17986
  "ap-southeast-4" : { },
17692
17987
  "ca-central-1" : { },
17988
+ "ca-west-1" : { },
17693
17989
  "eu-central-1" : { },
17694
17990
  "eu-central-2" : { },
17695
17991
  "eu-north-1" : { },
@@ -19447,6 +19743,7 @@
19447
19743
  "ap-southeast-3" : { },
19448
19744
  "ap-southeast-4" : { },
19449
19745
  "ca-central-1" : { },
19746
+ "ca-west-1" : { },
19450
19747
  "eu-central-1" : { },
19451
19748
  "eu-central-2" : { },
19452
19749
  "eu-north-1" : { },
@@ -21609,6 +21906,11 @@
21609
21906
  }
21610
21907
  }
21611
21908
  },
21909
+ "bedrock" : {
21910
+ "endpoints" : {
21911
+ "us-gov-west-1" : { }
21912
+ }
21913
+ },
21612
21914
  "cassandra" : {
21613
21915
  "endpoints" : {
21614
21916
  "us-gov-east-1" : {
@@ -26385,11 +26687,40 @@
26385
26687
  "signatureVersions" : [ "s3v4" ]
26386
26688
  },
26387
26689
  "endpoints" : {
26690
+ "fips-us-iso-east-1" : {
26691
+ "credentialScope" : {
26692
+ "region" : "us-iso-east-1"
26693
+ },
26694
+ "deprecated" : true,
26695
+ "hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov"
26696
+ },
26697
+ "fips-us-iso-west-1" : {
26698
+ "credentialScope" : {
26699
+ "region" : "us-iso-west-1"
26700
+ },
26701
+ "deprecated" : true,
26702
+ "hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov"
26703
+ },
26388
26704
  "us-iso-east-1" : {
26389
26705
  "protocols" : [ "http", "https" ],
26390
- "signatureVersions" : [ "s3v4" ]
26706
+ "signatureVersions" : [ "s3v4" ],
26707
+ "variants" : [ {
26708
+ "hostname" : "s3-fips.dualstack.us-iso-east-1.c2s.ic.gov",
26709
+ "tags" : [ "dualstack", "fips" ]
26710
+ }, {
26711
+ "hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov",
26712
+ "tags" : [ "fips" ]
26713
+ } ]
26391
26714
  },
26392
- "us-iso-west-1" : { }
26715
+ "us-iso-west-1" : {
26716
+ "variants" : [ {
26717
+ "hostname" : "s3-fips.dualstack.us-iso-west-1.c2s.ic.gov",
26718
+ "tags" : [ "dualstack", "fips" ]
26719
+ }, {
26720
+ "hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov",
26721
+ "tags" : [ "fips" ]
26722
+ } ]
26723
+ }
26393
26724
  }
26394
26725
  },
26395
26726
  "secretsmanager" : {
@@ -26946,7 +27277,22 @@
26946
27277
  "signatureVersions" : [ "s3v4" ]
26947
27278
  },
26948
27279
  "endpoints" : {
26949
- "us-isob-east-1" : { }
27280
+ "fips-us-isob-east-1" : {
27281
+ "credentialScope" : {
27282
+ "region" : "us-isob-east-1"
27283
+ },
27284
+ "deprecated" : true,
27285
+ "hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov"
27286
+ },
27287
+ "us-isob-east-1" : {
27288
+ "variants" : [ {
27289
+ "hostname" : "s3-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
27290
+ "tags" : [ "dualstack", "fips" ]
27291
+ }, {
27292
+ "hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov",
27293
+ "tags" : [ "fips" ]
27294
+ } ]
27295
+ }
26950
27296
  }
26951
27297
  },
26952
27298
  "secretsmanager" : {
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.868.0
4
+ version: 1.873.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-12-15 00:00:00.000000000 Z
11
+ date: 2023-12-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: