aws-partitions 1.869.0 → 1.882.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: a98ac3500c4b8ee1bb40bd5db9370e5b629440366c86a246e6ae72630ab9f05a
4
- data.tar.gz: 6d8325f25a55b94d3a0cc969a561a6fba8c5ab822064547ae32eca324f8e582c
3
+ metadata.gz: 43d04b7d09538df68910920cb319b98876241b9646e42819dfe78f6907ef8ffe
4
+ data.tar.gz: 0e79f41ad2cb458abe5b31ca8ed038f2b52970fd45335ac082577689613c5ab2
5
5
  SHA512:
6
- metadata.gz: c558c0db2f90812c0bc4e28b3dd817b1ba24cf9483f822897406687d9176c77f7e80c22362705fe3aaf57193a5726331a20974f369c1ea0bafbe0864f44c42dd
7
- data.tar.gz: aa44b993eafae72660eaf0f4b83eb2ec85a9cf7f0cb7eed7c0beb06e043b308f917e60f6136255fc371da897db1985d37cce37b766ec4fa84d78a41d6ce320b5
6
+ metadata.gz: 55da7b1c4ae5ea356f731ea8cf7cd0bb48d2fab630ff44c48fdfb0aaf9a3d78eef01885989d87b14b76f09243ffcd271bf404a2de94dfb6f8f9e6a575de1fa9f
7
+ data.tar.gz: de18e5652f5b044a1d589d8db32b14b7fe21a8d12a7cb443ae493fd37b826643a96e4efbae3334c0383de61c74ca56585b7cfe4997a767b121c01e346c1f7b8f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,71 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.882.0 (2024-01-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.881.0 (2024-01-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.880.0 (2024-01-12)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::SupplyChain`.
18
+
19
+ 1.879.0 (2024-01-11)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.878.0 (2024-01-10)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.877.0 (2024-01-03)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.876.0 (2023-12-28)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.875.0 (2023-12-27)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.874.0 (2023-12-26)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.873.0 (2023-12-22)
50
+ ------------------
51
+
52
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
53
+
54
+ 1.872.0 (2023-12-21)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.871.0 (2023-12-20)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.870.0 (2023-12-19)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
4
69
  1.869.0 (2023-12-18)
5
70
  ------------------
6
71
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.869.0
1
+ 1.882.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',
@@ -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"
@@ -1116,6 +1139,7 @@
1116
1139
  "ap-southeast-3" : { },
1117
1140
  "ap-southeast-4" : { },
1118
1141
  "ca-central-1" : { },
1142
+ "ca-west-1" : { },
1119
1143
  "eu-central-1" : { },
1120
1144
  "eu-central-2" : { },
1121
1145
  "eu-north-1" : { },
@@ -1290,6 +1314,12 @@
1290
1314
  "tags" : [ "fips" ]
1291
1315
  } ]
1292
1316
  },
1317
+ "ca-west-1" : {
1318
+ "variants" : [ {
1319
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com",
1320
+ "tags" : [ "fips" ]
1321
+ } ]
1322
+ },
1293
1323
  "eu-central-1" : { },
1294
1324
  "eu-central-2" : { },
1295
1325
  "eu-north-1" : { },
@@ -1305,6 +1335,13 @@
1305
1335
  "deprecated" : true,
1306
1336
  "hostname" : "apigateway-fips.ca-central-1.amazonaws.com"
1307
1337
  },
1338
+ "fips-ca-west-1" : {
1339
+ "credentialScope" : {
1340
+ "region" : "ca-west-1"
1341
+ },
1342
+ "deprecated" : true,
1343
+ "hostname" : "apigateway-fips.ca-west-1.amazonaws.com"
1344
+ },
1308
1345
  "fips-us-east-1" : {
1309
1346
  "credentialScope" : {
1310
1347
  "region" : "us-east-1"
@@ -1391,6 +1428,7 @@
1391
1428
  "ap-southeast-3" : { },
1392
1429
  "ap-southeast-4" : { },
1393
1430
  "ca-central-1" : { },
1431
+ "ca-west-1" : { },
1394
1432
  "eu-central-1" : { },
1395
1433
  "eu-central-2" : { },
1396
1434
  "eu-north-1" : { },
@@ -1423,6 +1461,7 @@
1423
1461
  "ap-southeast-3" : { },
1424
1462
  "ap-southeast-4" : { },
1425
1463
  "ca-central-1" : { },
1464
+ "ca-west-1" : { },
1426
1465
  "eu-central-1" : { },
1427
1466
  "eu-central-2" : { },
1428
1467
  "eu-north-1" : { },
@@ -1526,6 +1565,7 @@
1526
1565
  "ap-southeast-3" : { },
1527
1566
  "ap-southeast-4" : { },
1528
1567
  "ca-central-1" : { },
1568
+ "ca-west-1" : { },
1529
1569
  "eu-central-1" : { },
1530
1570
  "eu-central-2" : { },
1531
1571
  "eu-north-1" : { },
@@ -1951,6 +1991,7 @@
1951
1991
  "ap-southeast-3" : { },
1952
1992
  "ap-southeast-4" : { },
1953
1993
  "ca-central-1" : { },
1994
+ "ca-west-1" : { },
1954
1995
  "eu-central-1" : { },
1955
1996
  "eu-central-2" : { },
1956
1997
  "eu-north-1" : { },
@@ -2231,6 +2272,12 @@
2231
2272
  "tags" : [ "fips" ]
2232
2273
  } ]
2233
2274
  },
2275
+ "ca-west-1" : {
2276
+ "variants" : [ {
2277
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2278
+ "tags" : [ "fips" ]
2279
+ } ]
2280
+ },
2234
2281
  "eu-central-1" : { },
2235
2282
  "eu-central-2" : { },
2236
2283
  "eu-north-1" : { },
@@ -2246,6 +2293,13 @@
2246
2293
  "deprecated" : true,
2247
2294
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2248
2295
  },
2296
+ "fips-ca-west-1" : {
2297
+ "credentialScope" : {
2298
+ "region" : "ca-west-1"
2299
+ },
2300
+ "deprecated" : true,
2301
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2302
+ },
2249
2303
  "fips-us-east-1" : {
2250
2304
  "credentialScope" : {
2251
2305
  "region" : "us-east-1"
@@ -2441,6 +2495,7 @@
2441
2495
  "ap-southeast-3" : { },
2442
2496
  "ap-southeast-4" : { },
2443
2497
  "ca-central-1" : { },
2498
+ "ca-west-1" : { },
2444
2499
  "eu-central-1" : { },
2445
2500
  "eu-central-2" : { },
2446
2501
  "eu-north-1" : { },
@@ -2796,6 +2851,12 @@
2796
2851
  "tags" : [ "fips" ]
2797
2852
  } ]
2798
2853
  },
2854
+ "ca-west-1" : {
2855
+ "variants" : [ {
2856
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2857
+ "tags" : [ "fips" ]
2858
+ } ]
2859
+ },
2799
2860
  "eu-central-1" : { },
2800
2861
  "eu-central-2" : { },
2801
2862
  "eu-north-1" : { },
@@ -2811,6 +2872,13 @@
2811
2872
  "deprecated" : true,
2812
2873
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2813
2874
  },
2875
+ "fips-ca-west-1" : {
2876
+ "credentialScope" : {
2877
+ "region" : "ca-west-1"
2878
+ },
2879
+ "deprecated" : true,
2880
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2881
+ },
2814
2882
  "fips-us-east-1" : {
2815
2883
  "credentialScope" : {
2816
2884
  "region" : "us-east-1"
@@ -2896,6 +2964,7 @@
2896
2964
  "ap-southeast-3" : { },
2897
2965
  "ap-southeast-4" : { },
2898
2966
  "ca-central-1" : { },
2967
+ "ca-west-1" : { },
2899
2968
  "eu-central-1" : { },
2900
2969
  "eu-central-2" : { },
2901
2970
  "eu-north-1" : { },
@@ -3043,6 +3112,7 @@
3043
3112
  "ap-southeast-3" : { },
3044
3113
  "ap-southeast-4" : { },
3045
3114
  "ca-central-1" : { },
3115
+ "ca-west-1" : { },
3046
3116
  "eu-central-1" : { },
3047
3117
  "eu-central-2" : { },
3048
3118
  "eu-north-1" : { },
@@ -3351,6 +3421,7 @@
3351
3421
  "ap-southeast-3" : { },
3352
3422
  "ap-southeast-4" : { },
3353
3423
  "ca-central-1" : { },
3424
+ "ca-west-1" : { },
3354
3425
  "eu-central-1" : { },
3355
3426
  "eu-central-2" : { },
3356
3427
  "eu-north-1" : { },
@@ -4034,6 +4105,7 @@
4034
4105
  "ap-southeast-3" : { },
4035
4106
  "ap-southeast-4" : { },
4036
4107
  "ca-central-1" : { },
4108
+ "ca-west-1" : { },
4037
4109
  "eu-central-1" : { },
4038
4110
  "eu-central-2" : { },
4039
4111
  "eu-north-1" : { },
@@ -4679,6 +4751,12 @@
4679
4751
  "tags" : [ "fips" ]
4680
4752
  } ]
4681
4753
  },
4754
+ "ca-west-1" : {
4755
+ "variants" : [ {
4756
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4757
+ "tags" : [ "fips" ]
4758
+ } ]
4759
+ },
4682
4760
  "eu-central-1" : { },
4683
4761
  "eu-central-2" : { },
4684
4762
  "eu-north-1" : { },
@@ -4694,6 +4772,13 @@
4694
4772
  "deprecated" : true,
4695
4773
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4696
4774
  },
4775
+ "fips-ca-west-1" : {
4776
+ "credentialScope" : {
4777
+ "region" : "ca-west-1"
4778
+ },
4779
+ "deprecated" : true,
4780
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4781
+ },
4697
4782
  "fips-us-east-1" : {
4698
4783
  "credentialScope" : {
4699
4784
  "region" : "us-east-1"
@@ -4802,6 +4887,9 @@
4802
4887
  "tags" : [ "fips" ]
4803
4888
  } ]
4804
4889
  },
4890
+ "ca-west-1" : {
4891
+ "hostname" : "datazone.ca-west-1.api.aws"
4892
+ },
4805
4893
  "eu-central-1" : {
4806
4894
  "hostname" : "datazone.eu-central-1.api.aws"
4807
4895
  },
@@ -4983,6 +5071,7 @@
4983
5071
  "ap-southeast-3" : { },
4984
5072
  "ap-southeast-4" : { },
4985
5073
  "ca-central-1" : { },
5074
+ "ca-west-1" : { },
4986
5075
  "eu-central-1" : { },
4987
5076
  "eu-central-2" : { },
4988
5077
  "eu-north-1" : { },
@@ -5074,6 +5163,7 @@
5074
5163
  "ap-southeast-3" : { },
5075
5164
  "ap-southeast-4" : { },
5076
5165
  "ca-central-1" : { },
5166
+ "ca-west-1" : { },
5077
5167
  "eu-central-1" : { },
5078
5168
  "eu-central-2" : { },
5079
5169
  "eu-north-1" : { },
@@ -5106,6 +5196,7 @@
5106
5196
  "ap-southeast-3" : { },
5107
5197
  "ap-southeast-4" : { },
5108
5198
  "ca-central-1" : { },
5199
+ "ca-west-1" : { },
5109
5200
  "dms" : {
5110
5201
  "credentialScope" : {
5111
5202
  "region" : "us-west-1"
@@ -5299,14 +5390,62 @@
5299
5390
  "eu-west-1" : { },
5300
5391
  "eu-west-2" : { },
5301
5392
  "eu-west-3" : { },
5393
+ "fips-us-east-1" : {
5394
+ "credentialScope" : {
5395
+ "region" : "us-east-1"
5396
+ },
5397
+ "deprecated" : true,
5398
+ "hostname" : "drs-fips.us-east-1.amazonaws.com"
5399
+ },
5400
+ "fips-us-east-2" : {
5401
+ "credentialScope" : {
5402
+ "region" : "us-east-2"
5403
+ },
5404
+ "deprecated" : true,
5405
+ "hostname" : "drs-fips.us-east-2.amazonaws.com"
5406
+ },
5407
+ "fips-us-west-1" : {
5408
+ "credentialScope" : {
5409
+ "region" : "us-west-1"
5410
+ },
5411
+ "deprecated" : true,
5412
+ "hostname" : "drs-fips.us-west-1.amazonaws.com"
5413
+ },
5414
+ "fips-us-west-2" : {
5415
+ "credentialScope" : {
5416
+ "region" : "us-west-2"
5417
+ },
5418
+ "deprecated" : true,
5419
+ "hostname" : "drs-fips.us-west-2.amazonaws.com"
5420
+ },
5302
5421
  "il-central-1" : { },
5303
5422
  "me-central-1" : { },
5304
5423
  "me-south-1" : { },
5305
5424
  "sa-east-1" : { },
5306
- "us-east-1" : { },
5307
- "us-east-2" : { },
5308
- "us-west-1" : { },
5309
- "us-west-2" : { }
5425
+ "us-east-1" : {
5426
+ "variants" : [ {
5427
+ "hostname" : "drs-fips.us-east-1.amazonaws.com",
5428
+ "tags" : [ "fips" ]
5429
+ } ]
5430
+ },
5431
+ "us-east-2" : {
5432
+ "variants" : [ {
5433
+ "hostname" : "drs-fips.us-east-2.amazonaws.com",
5434
+ "tags" : [ "fips" ]
5435
+ } ]
5436
+ },
5437
+ "us-west-1" : {
5438
+ "variants" : [ {
5439
+ "hostname" : "drs-fips.us-west-1.amazonaws.com",
5440
+ "tags" : [ "fips" ]
5441
+ } ]
5442
+ },
5443
+ "us-west-2" : {
5444
+ "variants" : [ {
5445
+ "hostname" : "drs-fips.us-west-2.amazonaws.com",
5446
+ "tags" : [ "fips" ]
5447
+ } ]
5448
+ }
5310
5449
  }
5311
5450
  },
5312
5451
  "ds" : {
@@ -5328,6 +5467,12 @@
5328
5467
  "tags" : [ "fips" ]
5329
5468
  } ]
5330
5469
  },
5470
+ "ca-west-1" : {
5471
+ "variants" : [ {
5472
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com",
5473
+ "tags" : [ "fips" ]
5474
+ } ]
5475
+ },
5331
5476
  "eu-central-1" : { },
5332
5477
  "eu-central-2" : { },
5333
5478
  "eu-north-1" : { },
@@ -5343,6 +5488,13 @@
5343
5488
  "deprecated" : true,
5344
5489
  "hostname" : "ds-fips.ca-central-1.amazonaws.com"
5345
5490
  },
5491
+ "fips-ca-west-1" : {
5492
+ "credentialScope" : {
5493
+ "region" : "ca-west-1"
5494
+ },
5495
+ "deprecated" : true,
5496
+ "hostname" : "ds-fips.ca-west-1.amazonaws.com"
5497
+ },
5346
5498
  "fips-us-east-1" : {
5347
5499
  "credentialScope" : {
5348
5500
  "region" : "us-east-1"
@@ -5430,6 +5582,19 @@
5430
5582
  "deprecated" : true,
5431
5583
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5432
5584
  },
5585
+ "ca-west-1" : {
5586
+ "variants" : [ {
5587
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5588
+ "tags" : [ "fips" ]
5589
+ } ]
5590
+ },
5591
+ "ca-west-1-fips" : {
5592
+ "credentialScope" : {
5593
+ "region" : "ca-west-1"
5594
+ },
5595
+ "deprecated" : true,
5596
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5597
+ },
5433
5598
  "eu-central-1" : { },
5434
5599
  "eu-central-2" : { },
5435
5600
  "eu-north-1" : { },
@@ -5522,6 +5687,12 @@
5522
5687
  "tags" : [ "fips" ]
5523
5688
  } ]
5524
5689
  },
5690
+ "ca-west-1" : {
5691
+ "variants" : [ {
5692
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5693
+ "tags" : [ "fips" ]
5694
+ } ]
5695
+ },
5525
5696
  "eu-central-1" : { },
5526
5697
  "eu-central-2" : { },
5527
5698
  "eu-north-1" : { },
@@ -5537,6 +5708,13 @@
5537
5708
  "deprecated" : true,
5538
5709
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5539
5710
  },
5711
+ "fips-ca-west-1" : {
5712
+ "credentialScope" : {
5713
+ "region" : "ca-west-1"
5714
+ },
5715
+ "deprecated" : true,
5716
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5717
+ },
5540
5718
  "fips-us-east-1" : {
5541
5719
  "credentialScope" : {
5542
5720
  "region" : "us-east-1"
@@ -5728,6 +5906,7 @@
5728
5906
  "ap-southeast-3" : { },
5729
5907
  "ap-southeast-4" : { },
5730
5908
  "ca-central-1" : { },
5909
+ "ca-west-1" : { },
5731
5910
  "eu-central-1" : { },
5732
5911
  "eu-central-2" : { },
5733
5912
  "eu-north-1" : { },
@@ -5825,6 +6004,7 @@
5825
6004
  "ap-southeast-3" : { },
5826
6005
  "ap-southeast-4" : { },
5827
6006
  "ca-central-1" : { },
6007
+ "ca-west-1" : { },
5828
6008
  "eu-central-1" : { },
5829
6009
  "eu-central-2" : { },
5830
6010
  "eu-north-1" : { },
@@ -5937,6 +6117,9 @@
5937
6117
  "ca-central-1" : {
5938
6118
  "hostname" : "eks-auth.ca-central-1.api.aws"
5939
6119
  },
6120
+ "ca-west-1" : {
6121
+ "hostname" : "eks-auth.ca-west-1.api.aws"
6122
+ },
5940
6123
  "eu-central-1" : {
5941
6124
  "hostname" : "eks-auth.eu-central-1.api.aws"
5942
6125
  },
@@ -6001,6 +6184,7 @@
6001
6184
  "ap-southeast-3" : { },
6002
6185
  "ap-southeast-4" : { },
6003
6186
  "ca-central-1" : { },
6187
+ "ca-west-1" : { },
6004
6188
  "eu-central-1" : { },
6005
6189
  "eu-central-2" : { },
6006
6190
  "eu-north-1" : { },
@@ -6534,6 +6718,7 @@
6534
6718
  "ap-southeast-3" : { },
6535
6719
  "ap-southeast-4" : { },
6536
6720
  "ca-central-1" : { },
6721
+ "ca-west-1" : { },
6537
6722
  "eu-central-1" : { },
6538
6723
  "eu-central-2" : { },
6539
6724
  "eu-north-1" : { },
@@ -6623,6 +6808,12 @@
6623
6808
  "tags" : [ "fips" ]
6624
6809
  } ]
6625
6810
  },
6811
+ "ca-west-1" : {
6812
+ "variants" : [ {
6813
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6814
+ "tags" : [ "fips" ]
6815
+ } ]
6816
+ },
6626
6817
  "eu-central-1" : {
6627
6818
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6628
6819
  },
@@ -6640,6 +6831,13 @@
6640
6831
  "deprecated" : true,
6641
6832
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6642
6833
  },
6834
+ "fips-ca-west-1" : {
6835
+ "credentialScope" : {
6836
+ "region" : "ca-west-1"
6837
+ },
6838
+ "deprecated" : true,
6839
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6840
+ },
6643
6841
  "fips-us-east-1" : {
6644
6842
  "credentialScope" : {
6645
6843
  "region" : "us-east-1"
@@ -7058,6 +7256,12 @@
7058
7256
  "tags" : [ "dualstack" ]
7059
7257
  } ]
7060
7258
  },
7259
+ "ca-west-1" : {
7260
+ "variants" : [ {
7261
+ "hostname" : "aos.ca-west-1.api.aws",
7262
+ "tags" : [ "dualstack" ]
7263
+ } ]
7264
+ },
7061
7265
  "eu-central-1" : {
7062
7266
  "variants" : [ {
7063
7267
  "hostname" : "aos.eu-central-1.api.aws",
@@ -7217,6 +7421,7 @@
7217
7421
  "ap-southeast-3" : { },
7218
7422
  "ap-southeast-4" : { },
7219
7423
  "ca-central-1" : { },
7424
+ "ca-west-1" : { },
7220
7425
  "eu-central-1" : { },
7221
7426
  "eu-central-2" : { },
7222
7427
  "eu-north-1" : { },
@@ -7351,6 +7556,7 @@
7351
7556
  "ap-southeast-3" : { },
7352
7557
  "ap-southeast-4" : { },
7353
7558
  "ca-central-1" : { },
7559
+ "ca-west-1" : { },
7354
7560
  "eu-central-1" : { },
7355
7561
  "eu-central-2" : { },
7356
7562
  "eu-north-1" : { },
@@ -8564,6 +8770,7 @@
8564
8770
  "ap-southeast-1" : { },
8565
8771
  "ap-southeast-2" : { },
8566
8772
  "ap-southeast-3" : { },
8773
+ "ap-southeast-4" : { },
8567
8774
  "ca-central-1" : { },
8568
8775
  "eu-central-1" : { },
8569
8776
  "eu-central-2" : { },
@@ -8847,6 +9054,9 @@
8847
9054
  "tags" : [ "fips" ]
8848
9055
  } ]
8849
9056
  },
9057
+ "ca-west-1" : {
9058
+ "hostname" : "internetmonitor.ca-west-1.api.aws"
9059
+ },
8850
9060
  "eu-central-1" : {
8851
9061
  "hostname" : "internetmonitor.eu-central-1.api.aws"
8852
9062
  },
@@ -9803,6 +10013,9 @@
9803
10013
  "tags" : [ "fips" ]
9804
10014
  } ]
9805
10015
  },
10016
+ "ca-west-1" : {
10017
+ "hostname" : "kendra-ranking.ca-west-1.api.aws"
10018
+ },
9806
10019
  "eu-central-2" : {
9807
10020
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
9808
10021
  },
@@ -9873,6 +10086,7 @@
9873
10086
  "ap-southeast-3" : { },
9874
10087
  "ap-southeast-4" : { },
9875
10088
  "ca-central-1" : { },
10089
+ "ca-west-1" : { },
9876
10090
  "eu-central-1" : { },
9877
10091
  "eu-central-2" : { },
9878
10092
  "eu-north-1" : { },
@@ -10156,6 +10370,19 @@
10156
10370
  "deprecated" : true,
10157
10371
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10158
10372
  },
10373
+ "ca-west-1" : {
10374
+ "variants" : [ {
10375
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10376
+ "tags" : [ "fips" ]
10377
+ } ]
10378
+ },
10379
+ "ca-west-1-fips" : {
10380
+ "credentialScope" : {
10381
+ "region" : "ca-west-1"
10382
+ },
10383
+ "deprecated" : true,
10384
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10385
+ },
10159
10386
  "eu-central-1" : {
10160
10387
  "variants" : [ {
10161
10388
  "hostname" : "kms-fips.eu-central-1.amazonaws.com",
@@ -10520,6 +10747,12 @@
10520
10747
  "tags" : [ "dualstack" ]
10521
10748
  } ]
10522
10749
  },
10750
+ "ca-west-1" : {
10751
+ "variants" : [ {
10752
+ "hostname" : "lambda.ca-west-1.api.aws",
10753
+ "tags" : [ "dualstack" ]
10754
+ } ]
10755
+ },
10523
10756
  "eu-central-1" : {
10524
10757
  "variants" : [ {
10525
10758
  "hostname" : "lambda.eu-central-1.api.aws",
@@ -10752,6 +10985,7 @@
10752
10985
  "ap-southeast-3" : { },
10753
10986
  "ap-southeast-4" : { },
10754
10987
  "ca-central-1" : { },
10988
+ "ca-west-1" : { },
10755
10989
  "eu-central-1" : { },
10756
10990
  "eu-central-2" : { },
10757
10991
  "eu-north-1" : { },
@@ -10930,6 +11164,7 @@
10930
11164
  "ap-southeast-3" : { },
10931
11165
  "ap-southeast-4" : { },
10932
11166
  "ca-central-1" : { },
11167
+ "ca-west-1" : { },
10933
11168
  "eu-central-1" : { },
10934
11169
  "eu-central-2" : { },
10935
11170
  "eu-north-1" : { },
@@ -11029,8 +11264,10 @@
11029
11264
  },
11030
11265
  "m2" : {
11031
11266
  "endpoints" : {
11267
+ "af-south-1" : { },
11032
11268
  "ap-northeast-1" : { },
11033
11269
  "ap-northeast-2" : { },
11270
+ "ap-northeast-3" : { },
11034
11271
  "ap-south-1" : { },
11035
11272
  "ap-southeast-1" : { },
11036
11273
  "ap-southeast-2" : { },
@@ -11040,6 +11277,8 @@
11040
11277
  } ]
11041
11278
  },
11042
11279
  "eu-central-1" : { },
11280
+ "eu-north-1" : { },
11281
+ "eu-south-1" : { },
11043
11282
  "eu-west-1" : { },
11044
11283
  "eu-west-2" : { },
11045
11284
  "eu-west-3" : { },
@@ -11221,14 +11460,17 @@
11221
11460
  "ap-northeast-2" : { },
11222
11461
  "ap-northeast-3" : { },
11223
11462
  "ap-south-1" : { },
11463
+ "ap-south-2" : { },
11224
11464
  "ap-southeast-1" : { },
11225
11465
  "ap-southeast-2" : { },
11466
+ "ap-southeast-4" : { },
11226
11467
  "ca-central-1" : { },
11227
11468
  "eu-central-1" : { },
11228
11469
  "eu-north-1" : { },
11229
11470
  "eu-west-1" : { },
11230
11471
  "eu-west-2" : { },
11231
11472
  "eu-west-3" : { },
11473
+ "me-central-1" : { },
11232
11474
  "sa-east-1" : { },
11233
11475
  "us-east-1" : { },
11234
11476
  "us-east-2" : { },
@@ -11381,6 +11623,7 @@
11381
11623
  "ap-south-1" : { },
11382
11624
  "ap-southeast-1" : { },
11383
11625
  "ap-southeast-2" : { },
11626
+ "ap-southeast-4" : { },
11384
11627
  "ca-central-1" : { },
11385
11628
  "eu-central-1" : { },
11386
11629
  "eu-north-1" : { },
@@ -11402,6 +11645,7 @@
11402
11645
  "ap-south-1" : { },
11403
11646
  "ap-southeast-1" : { },
11404
11647
  "ap-southeast-2" : { },
11648
+ "ap-southeast-4" : { },
11405
11649
  "ca-central-1" : { },
11406
11650
  "eu-central-1" : { },
11407
11651
  "eu-north-1" : { },
@@ -11423,6 +11667,7 @@
11423
11667
  "ap-south-1" : { },
11424
11668
  "ap-southeast-1" : { },
11425
11669
  "ap-southeast-2" : { },
11670
+ "ap-southeast-4" : { },
11426
11671
  "ca-central-1" : { },
11427
11672
  "eu-central-1" : { },
11428
11673
  "eu-north-1" : { },
@@ -11585,6 +11830,7 @@
11585
11830
  "ap-southeast-3" : { },
11586
11831
  "ap-southeast-4" : { },
11587
11832
  "ca-central-1" : { },
11833
+ "ca-west-1" : { },
11588
11834
  "eu-central-1" : { },
11589
11835
  "eu-central-2" : { },
11590
11836
  "eu-north-1" : { },
@@ -11798,6 +12044,7 @@
11798
12044
  "ap-southeast-3" : { },
11799
12045
  "ap-southeast-4" : { },
11800
12046
  "ca-central-1" : { },
12047
+ "ca-west-1" : { },
11801
12048
  "eu-central-1" : { },
11802
12049
  "eu-central-2" : { },
11803
12050
  "eu-north-1" : { },
@@ -12209,6 +12456,7 @@
12209
12456
  "ap-southeast-3" : { },
12210
12457
  "ap-southeast-4" : { },
12211
12458
  "ca-central-1" : { },
12459
+ "ca-west-1" : { },
12212
12460
  "eu-central-1" : { },
12213
12461
  "eu-central-2" : { },
12214
12462
  "eu-north-1" : { },
@@ -12337,6 +12585,12 @@
12337
12585
  },
12338
12586
  "hostname" : "oidc.il-central-1.amazonaws.com"
12339
12587
  },
12588
+ "me-central-1" : {
12589
+ "credentialScope" : {
12590
+ "region" : "me-central-1"
12591
+ },
12592
+ "hostname" : "oidc.me-central-1.amazonaws.com"
12593
+ },
12340
12594
  "me-south-1" : {
12341
12595
  "credentialScope" : {
12342
12596
  "region" : "me-south-1"
@@ -12670,6 +12924,7 @@
12670
12924
  "ap-southeast-3" : { },
12671
12925
  "ap-southeast-4" : { },
12672
12926
  "ca-central-1" : { },
12927
+ "ca-west-1" : { },
12673
12928
  "eu-central-1" : { },
12674
12929
  "eu-central-2" : { },
12675
12930
  "eu-north-1" : { },
@@ -12985,6 +13240,12 @@
12985
13240
  },
12986
13241
  "hostname" : "portal.sso.il-central-1.amazonaws.com"
12987
13242
  },
13243
+ "me-central-1" : {
13244
+ "credentialScope" : {
13245
+ "region" : "me-central-1"
13246
+ },
13247
+ "hostname" : "portal.sso.me-central-1.amazonaws.com"
13248
+ },
12988
13249
  "me-south-1" : {
12989
13250
  "credentialScope" : {
12990
13251
  "region" : "me-south-1"
@@ -13145,6 +13406,9 @@
13145
13406
  "ca-central-1" : {
13146
13407
  "hostname" : "qbusiness.ca-central-1.api.aws"
13147
13408
  },
13409
+ "ca-west-1" : {
13410
+ "hostname" : "qbusiness.ca-west-1.api.aws"
13411
+ },
13148
13412
  "eu-central-1" : {
13149
13413
  "hostname" : "qbusiness.eu-central-1.api.aws"
13150
13414
  },
@@ -13296,6 +13560,12 @@
13296
13560
  "tags" : [ "fips" ]
13297
13561
  } ]
13298
13562
  },
13563
+ "ca-west-1" : {
13564
+ "variants" : [ {
13565
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13566
+ "tags" : [ "fips" ]
13567
+ } ]
13568
+ },
13299
13569
  "eu-central-1" : { },
13300
13570
  "eu-central-2" : { },
13301
13571
  "eu-north-1" : { },
@@ -13311,6 +13581,13 @@
13311
13581
  "deprecated" : true,
13312
13582
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13313
13583
  },
13584
+ "fips-ca-west-1" : {
13585
+ "credentialScope" : {
13586
+ "region" : "ca-west-1"
13587
+ },
13588
+ "deprecated" : true,
13589
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13590
+ },
13314
13591
  "fips-us-east-1" : {
13315
13592
  "credentialScope" : {
13316
13593
  "region" : "us-east-1"
@@ -13388,6 +13665,12 @@
13388
13665
  "tags" : [ "fips" ]
13389
13666
  } ]
13390
13667
  },
13668
+ "ca-west-1" : {
13669
+ "variants" : [ {
13670
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13671
+ "tags" : [ "fips" ]
13672
+ } ]
13673
+ },
13391
13674
  "eu-central-1" : { },
13392
13675
  "eu-central-2" : { },
13393
13676
  "eu-north-1" : { },
@@ -13403,6 +13686,13 @@
13403
13686
  "deprecated" : true,
13404
13687
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13405
13688
  },
13689
+ "fips-ca-west-1" : {
13690
+ "credentialScope" : {
13691
+ "region" : "ca-west-1"
13692
+ },
13693
+ "deprecated" : true,
13694
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13695
+ },
13406
13696
  "fips-us-east-1" : {
13407
13697
  "credentialScope" : {
13408
13698
  "region" : "us-east-1"
@@ -13487,6 +13777,19 @@
13487
13777
  "deprecated" : true,
13488
13778
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13489
13779
  },
13780
+ "ca-west-1" : {
13781
+ "variants" : [ {
13782
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13783
+ "tags" : [ "fips" ]
13784
+ } ]
13785
+ },
13786
+ "ca-west-1-fips" : {
13787
+ "credentialScope" : {
13788
+ "region" : "ca-west-1"
13789
+ },
13790
+ "deprecated" : true,
13791
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13792
+ },
13490
13793
  "eu-central-1" : { },
13491
13794
  "eu-central-2" : { },
13492
13795
  "eu-north-1" : { },
@@ -13505,6 +13808,13 @@
13505
13808
  "deprecated" : true,
13506
13809
  "hostname" : "rds-fips.ca-central-1.amazonaws.com"
13507
13810
  },
13811
+ "rds-fips.ca-west-1" : {
13812
+ "credentialScope" : {
13813
+ "region" : "ca-west-1"
13814
+ },
13815
+ "deprecated" : true,
13816
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com"
13817
+ },
13508
13818
  "rds-fips.us-east-1" : {
13509
13819
  "credentialScope" : {
13510
13820
  "region" : "us-east-1"
@@ -13543,6 +13853,16 @@
13543
13853
  "tags" : [ "fips" ]
13544
13854
  } ]
13545
13855
  },
13856
+ "rds.ca-west-1" : {
13857
+ "credentialScope" : {
13858
+ "region" : "ca-west-1"
13859
+ },
13860
+ "deprecated" : true,
13861
+ "variants" : [ {
13862
+ "hostname" : "rds-fips.ca-west-1.amazonaws.com",
13863
+ "tags" : [ "fips" ]
13864
+ } ]
13865
+ },
13546
13866
  "rds.us-east-1" : {
13547
13867
  "credentialScope" : {
13548
13868
  "region" : "us-east-1"
@@ -13724,6 +14044,12 @@
13724
14044
  "tags" : [ "fips" ]
13725
14045
  } ]
13726
14046
  },
14047
+ "ca-west-1" : {
14048
+ "variants" : [ {
14049
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
14050
+ "tags" : [ "fips" ]
14051
+ } ]
14052
+ },
13727
14053
  "eu-central-1" : { },
13728
14054
  "eu-central-2" : { },
13729
14055
  "eu-north-1" : { },
@@ -13739,6 +14065,13 @@
13739
14065
  "deprecated" : true,
13740
14066
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
13741
14067
  },
14068
+ "fips-ca-west-1" : {
14069
+ "credentialScope" : {
14070
+ "region" : "ca-west-1"
14071
+ },
14072
+ "deprecated" : true,
14073
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
14074
+ },
13742
14075
  "fips-us-east-1" : {
13743
14076
  "credentialScope" : {
13744
14077
  "region" : "us-east-1"
@@ -14110,6 +14443,7 @@
14110
14443
  "ap-southeast-3" : { },
14111
14444
  "ap-southeast-4" : { },
14112
14445
  "ca-central-1" : { },
14446
+ "ca-west-1" : { },
14113
14447
  "eu-central-1" : { },
14114
14448
  "eu-central-2" : { },
14115
14449
  "eu-north-1" : { },
@@ -14195,13 +14529,17 @@
14195
14529
  "ap-northeast-2" : { },
14196
14530
  "ap-northeast-3" : { },
14197
14531
  "ap-south-1" : { },
14532
+ "ap-south-2" : { },
14198
14533
  "ap-southeast-1" : { },
14199
14534
  "ap-southeast-2" : { },
14200
14535
  "ap-southeast-3" : { },
14536
+ "ap-southeast-4" : { },
14201
14537
  "ca-central-1" : { },
14202
14538
  "eu-central-1" : { },
14539
+ "eu-central-2" : { },
14203
14540
  "eu-north-1" : { },
14204
14541
  "eu-south-1" : { },
14542
+ "eu-south-2" : { },
14205
14543
  "eu-west-1" : { },
14206
14544
  "eu-west-2" : { },
14207
14545
  "eu-west-3" : { },
@@ -14233,6 +14571,8 @@
14233
14571
  "deprecated" : true,
14234
14572
  "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14235
14573
  },
14574
+ "il-central-1" : { },
14575
+ "me-central-1" : { },
14236
14576
  "me-south-1" : { },
14237
14577
  "sa-east-1" : { },
14238
14578
  "us-east-1" : {
@@ -14316,6 +14656,7 @@
14316
14656
  "ap-southeast-3" : { },
14317
14657
  "ap-southeast-4" : { },
14318
14658
  "ca-central-1" : { },
14659
+ "ca-west-1" : { },
14319
14660
  "eu-central-1" : { },
14320
14661
  "eu-central-2" : { },
14321
14662
  "eu-north-1" : { },
@@ -14428,6 +14769,7 @@
14428
14769
  "ap-southeast-3" : { },
14429
14770
  "ap-southeast-4" : { },
14430
14771
  "ca-central-1" : { },
14772
+ "ca-west-1" : { },
14431
14773
  "eu-central-1" : { },
14432
14774
  "eu-central-2" : { },
14433
14775
  "eu-north-1" : { },
@@ -14600,6 +14942,18 @@
14600
14942
  "tags" : [ "dualstack" ]
14601
14943
  } ]
14602
14944
  },
14945
+ "ca-west-1" : {
14946
+ "variants" : [ {
14947
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14948
+ "tags" : [ "fips" ]
14949
+ }, {
14950
+ "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14951
+ "tags" : [ "dualstack", "fips" ]
14952
+ }, {
14953
+ "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14954
+ "tags" : [ "dualstack" ]
14955
+ } ]
14956
+ },
14603
14957
  "eu-central-1" : {
14604
14958
  "variants" : [ {
14605
14959
  "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
@@ -14657,6 +15011,13 @@
14657
15011
  "deprecated" : true,
14658
15012
  "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14659
15013
  },
15014
+ "fips-ca-west-1" : {
15015
+ "credentialScope" : {
15016
+ "region" : "ca-west-1"
15017
+ },
15018
+ "deprecated" : true,
15019
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com"
15020
+ },
14660
15021
  "fips-us-east-1" : {
14661
15022
  "credentialScope" : {
14662
15023
  "region" : "us-east-1"
@@ -15368,6 +15729,18 @@
15368
15729
  "ca-central-1-fips" : {
15369
15730
  "deprecated" : true
15370
15731
  },
15732
+ "ca-west-1" : {
15733
+ "variants" : [ {
15734
+ "tags" : [ "dualstack" ]
15735
+ }, {
15736
+ "tags" : [ "dualstack", "fips" ]
15737
+ }, {
15738
+ "tags" : [ "fips" ]
15739
+ } ]
15740
+ },
15741
+ "ca-west-1-fips" : {
15742
+ "deprecated" : true
15743
+ },
15371
15744
  "eu-central-1" : {
15372
15745
  "variants" : [ {
15373
15746
  "tags" : [ "dualstack" ]
@@ -15492,6 +15865,7 @@
15492
15865
  "ap-southeast-3" : { },
15493
15866
  "ap-southeast-4" : { },
15494
15867
  "ca-central-1" : { },
15868
+ "ca-west-1" : { },
15495
15869
  "eu-central-1" : { },
15496
15870
  "eu-central-2" : { },
15497
15871
  "eu-north-1" : { },
@@ -15572,11 +15946,59 @@
15572
15946
  "eu-west-1" : { },
15573
15947
  "eu-west-2" : { },
15574
15948
  "eu-west-3" : { },
15949
+ "fips-us-east-1" : {
15950
+ "credentialScope" : {
15951
+ "region" : "us-east-1"
15952
+ },
15953
+ "deprecated" : true,
15954
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com"
15955
+ },
15956
+ "fips-us-east-2" : {
15957
+ "credentialScope" : {
15958
+ "region" : "us-east-2"
15959
+ },
15960
+ "deprecated" : true,
15961
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com"
15962
+ },
15963
+ "fips-us-west-1" : {
15964
+ "credentialScope" : {
15965
+ "region" : "us-west-1"
15966
+ },
15967
+ "deprecated" : true,
15968
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com"
15969
+ },
15970
+ "fips-us-west-2" : {
15971
+ "credentialScope" : {
15972
+ "region" : "us-west-2"
15973
+ },
15974
+ "deprecated" : true,
15975
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com"
15976
+ },
15575
15977
  "sa-east-1" : { },
15576
- "us-east-1" : { },
15577
- "us-east-2" : { },
15578
- "us-west-1" : { },
15579
- "us-west-2" : { }
15978
+ "us-east-1" : {
15979
+ "variants" : [ {
15980
+ "hostname" : "securitylake-fips.us-east-1.amazonaws.com",
15981
+ "tags" : [ "fips" ]
15982
+ } ]
15983
+ },
15984
+ "us-east-2" : {
15985
+ "variants" : [ {
15986
+ "hostname" : "securitylake-fips.us-east-2.amazonaws.com",
15987
+ "tags" : [ "fips" ]
15988
+ } ]
15989
+ },
15990
+ "us-west-1" : {
15991
+ "variants" : [ {
15992
+ "hostname" : "securitylake-fips.us-west-1.amazonaws.com",
15993
+ "tags" : [ "fips" ]
15994
+ } ]
15995
+ },
15996
+ "us-west-2" : {
15997
+ "variants" : [ {
15998
+ "hostname" : "securitylake-fips.us-west-2.amazonaws.com",
15999
+ "tags" : [ "fips" ]
16000
+ } ]
16001
+ }
15580
16002
  }
15581
16003
  },
15582
16004
  "serverlessrepo" : {
@@ -15739,6 +16161,7 @@
15739
16161
  "tags" : [ "fips" ]
15740
16162
  } ]
15741
16163
  },
16164
+ "ca-west-1" : { },
15742
16165
  "eu-central-1" : { },
15743
16166
  "eu-central-2" : { },
15744
16167
  "eu-north-1" : { },
@@ -16066,6 +16489,7 @@
16066
16489
  "ap-southeast-3" : { },
16067
16490
  "ap-southeast-4" : { },
16068
16491
  "ca-central-1" : { },
16492
+ "ca-west-1" : { },
16069
16493
  "eu-central-1" : { },
16070
16494
  "eu-central-2" : { },
16071
16495
  "eu-north-1" : { },
@@ -16692,6 +17116,12 @@
16692
17116
  "ap-southeast-3" : { },
16693
17117
  "ap-southeast-4" : { },
16694
17118
  "ca-central-1" : { },
17119
+ "ca-west-1" : {
17120
+ "variants" : [ {
17121
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com",
17122
+ "tags" : [ "fips" ]
17123
+ } ]
17124
+ },
16695
17125
  "eu-central-1" : { },
16696
17126
  "eu-central-2" : { },
16697
17127
  "eu-north-1" : { },
@@ -16700,6 +17130,13 @@
16700
17130
  "eu-west-1" : { },
16701
17131
  "eu-west-2" : { },
16702
17132
  "eu-west-3" : { },
17133
+ "fips-ca-west-1" : {
17134
+ "credentialScope" : {
17135
+ "region" : "ca-west-1"
17136
+ },
17137
+ "deprecated" : true,
17138
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com"
17139
+ },
16703
17140
  "fips-us-east-1" : {
16704
17141
  "credentialScope" : {
16705
17142
  "region" : "us-east-1"
@@ -16776,6 +17213,7 @@
16776
17213
  "ap-southeast-3" : { },
16777
17214
  "ap-southeast-4" : { },
16778
17215
  "ca-central-1" : { },
17216
+ "ca-west-1" : { },
16779
17217
  "eu-central-1" : { },
16780
17218
  "eu-central-2" : { },
16781
17219
  "eu-north-1" : { },
@@ -16862,6 +17300,12 @@
16862
17300
  "tags" : [ "fips" ]
16863
17301
  } ]
16864
17302
  },
17303
+ "ca-west-1" : {
17304
+ "variants" : [ {
17305
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17306
+ "tags" : [ "fips" ]
17307
+ } ]
17308
+ },
16865
17309
  "eu-central-1" : { },
16866
17310
  "eu-central-2" : { },
16867
17311
  "eu-north-1" : { },
@@ -16877,6 +17321,13 @@
16877
17321
  "deprecated" : true,
16878
17322
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
16879
17323
  },
17324
+ "fips-ca-west-1" : {
17325
+ "credentialScope" : {
17326
+ "region" : "ca-west-1"
17327
+ },
17328
+ "deprecated" : true,
17329
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17330
+ },
16880
17331
  "fips-us-east-1" : {
16881
17332
  "credentialScope" : {
16882
17333
  "region" : "us-east-1"
@@ -17211,6 +17662,7 @@
17211
17662
  "ap-southeast-3" : { },
17212
17663
  "ap-southeast-4" : { },
17213
17664
  "ca-central-1" : { },
17665
+ "ca-west-1" : { },
17214
17666
  "eu-central-1" : { },
17215
17667
  "eu-central-2" : { },
17216
17668
  "eu-north-1" : { },
@@ -17389,6 +17841,7 @@
17389
17841
  "ap-southeast-3" : { },
17390
17842
  "ap-southeast-4" : { },
17391
17843
  "ca-central-1" : { },
17844
+ "ca-west-1" : { },
17392
17845
  "eu-central-1" : { },
17393
17846
  "eu-central-2" : { },
17394
17847
  "eu-north-1" : { },
@@ -17434,6 +17887,7 @@
17434
17887
  "hostname" : "sts.amazonaws.com"
17435
17888
  },
17436
17889
  "ca-central-1" : { },
17890
+ "ca-west-1" : { },
17437
17891
  "eu-central-1" : { },
17438
17892
  "eu-central-2" : { },
17439
17893
  "eu-north-1" : { },
@@ -17533,6 +17987,7 @@
17533
17987
  "ap-southeast-3" : { },
17534
17988
  "ap-southeast-4" : { },
17535
17989
  "ca-central-1" : { },
17990
+ "ca-west-1" : { },
17536
17991
  "eu-central-1" : { },
17537
17992
  "eu-central-2" : { },
17538
17993
  "eu-north-1" : { },
@@ -17613,6 +18068,7 @@
17613
18068
  "ap-southeast-3" : { },
17614
18069
  "ap-southeast-4" : { },
17615
18070
  "ca-central-1" : { },
18071
+ "ca-west-1" : { },
17616
18072
  "eu-central-1" : { },
17617
18073
  "eu-central-2" : { },
17618
18074
  "eu-north-1" : { },
@@ -17693,6 +18149,7 @@
17693
18149
  "ap-southeast-3" : { },
17694
18150
  "ap-southeast-4" : { },
17695
18151
  "ca-central-1" : { },
18152
+ "ca-west-1" : { },
17696
18153
  "eu-central-1" : { },
17697
18154
  "eu-central-2" : { },
17698
18155
  "eu-north-1" : { },
@@ -19450,6 +19907,7 @@
19450
19907
  "ap-southeast-3" : { },
19451
19908
  "ap-southeast-4" : { },
19452
19909
  "ca-central-1" : { },
19910
+ "ca-west-1" : { },
19453
19911
  "eu-central-1" : { },
19454
19912
  "eu-central-2" : { },
19455
19913
  "eu-north-1" : { },
@@ -20271,6 +20729,23 @@
20271
20729
  "cn-north-1" : { }
20272
20730
  }
20273
20731
  },
20732
+ "iottwinmaker" : {
20733
+ "endpoints" : {
20734
+ "api-cn-north-1" : {
20735
+ "credentialScope" : {
20736
+ "region" : "cn-north-1"
20737
+ },
20738
+ "hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
20739
+ },
20740
+ "cn-north-1" : { },
20741
+ "data-cn-north-1" : {
20742
+ "credentialScope" : {
20743
+ "region" : "cn-north-1"
20744
+ },
20745
+ "hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
20746
+ }
20747
+ }
20748
+ },
20274
20749
  "kafka" : {
20275
20750
  "endpoints" : {
20276
20751
  "cn-north-1" : { },
@@ -21612,6 +22087,11 @@
21612
22087
  }
21613
22088
  }
21614
22089
  },
22090
+ "bedrock" : {
22091
+ "endpoints" : {
22092
+ "us-gov-west-1" : { }
22093
+ }
22094
+ },
21615
22095
  "cassandra" : {
21616
22096
  "endpoints" : {
21617
22097
  "us-gov-east-1" : {
@@ -26096,6 +26576,15 @@
26096
26576
  "us-iso-east-1" : { }
26097
26577
  }
26098
26578
  },
26579
+ "guardduty" : {
26580
+ "defaults" : {
26581
+ "protocols" : [ "https" ]
26582
+ },
26583
+ "endpoints" : {
26584
+ "us-iso-east-1" : { }
26585
+ },
26586
+ "isRegionalized" : true
26587
+ },
26099
26588
  "health" : {
26100
26589
  "endpoints" : {
26101
26590
  "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.869.0
4
+ version: 1.882.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-18 00:00:00.000000000 Z
11
+ date: 2024-01-18 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: []