aws-partitions 1.869.0 → 1.871.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: 3f530ec84ea5f9467c9adf65531eb611dafad0938cdf29f8719d8d96644f0d2c
4
+ data.tar.gz: 05d2954f92b9ade93368d53df7f3ede7978aa74555417fc0f1f08603f8b6447b
5
5
  SHA512:
6
- metadata.gz: c558c0db2f90812c0bc4e28b3dd817b1ba24cf9483f822897406687d9176c77f7e80c22362705fe3aaf57193a5726331a20974f369c1ea0bafbe0864f44c42dd
7
- data.tar.gz: aa44b993eafae72660eaf0f4b83eb2ec85a9cf7f0cb7eed7c0beb06e043b308f917e60f6136255fc371da897db1985d37cce37b766ec4fa84d78a41d6ce320b5
6
+ metadata.gz: ec208e23ad9e30bf238f5cbf9b73a5b37378b39c8465a68afaab6e7654023763003396554244f858ee3e6f030c819138d0a865ac7d775084442dd86c6bb1fc60
7
+ data.tar.gz: 29430ffca70dbf64cf8e8b9c039cdf29f07ba1f184f88b922afb44f17537909be55e020c95ee36f99ec8376b73db86790a622066917e4de20c05080c4f33ec36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.871.0 (2023-12-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.870.0 (2023-12-19)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.869.0 (2023-12-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.869.0
1
+ 1.871.0
@@ -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" : { },
@@ -2231,6 +2270,12 @@
2231
2270
  "tags" : [ "fips" ]
2232
2271
  } ]
2233
2272
  },
2273
+ "ca-west-1" : {
2274
+ "variants" : [ {
2275
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com",
2276
+ "tags" : [ "fips" ]
2277
+ } ]
2278
+ },
2234
2279
  "eu-central-1" : { },
2235
2280
  "eu-central-2" : { },
2236
2281
  "eu-north-1" : { },
@@ -2246,6 +2291,13 @@
2246
2291
  "deprecated" : true,
2247
2292
  "hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2248
2293
  },
2294
+ "fips-ca-west-1" : {
2295
+ "credentialScope" : {
2296
+ "region" : "ca-west-1"
2297
+ },
2298
+ "deprecated" : true,
2299
+ "hostname" : "autoscaling-fips.ca-west-1.amazonaws.com"
2300
+ },
2249
2301
  "fips-us-east-1" : {
2250
2302
  "credentialScope" : {
2251
2303
  "region" : "us-east-1"
@@ -2441,6 +2493,7 @@
2441
2493
  "ap-southeast-3" : { },
2442
2494
  "ap-southeast-4" : { },
2443
2495
  "ca-central-1" : { },
2496
+ "ca-west-1" : { },
2444
2497
  "eu-central-1" : { },
2445
2498
  "eu-central-2" : { },
2446
2499
  "eu-north-1" : { },
@@ -2796,6 +2849,12 @@
2796
2849
  "tags" : [ "fips" ]
2797
2850
  } ]
2798
2851
  },
2852
+ "ca-west-1" : {
2853
+ "variants" : [ {
2854
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
2855
+ "tags" : [ "fips" ]
2856
+ } ]
2857
+ },
2799
2858
  "eu-central-1" : { },
2800
2859
  "eu-central-2" : { },
2801
2860
  "eu-north-1" : { },
@@ -2811,6 +2870,13 @@
2811
2870
  "deprecated" : true,
2812
2871
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
2813
2872
  },
2873
+ "fips-ca-west-1" : {
2874
+ "credentialScope" : {
2875
+ "region" : "ca-west-1"
2876
+ },
2877
+ "deprecated" : true,
2878
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com"
2879
+ },
2814
2880
  "fips-us-east-1" : {
2815
2881
  "credentialScope" : {
2816
2882
  "region" : "us-east-1"
@@ -2896,6 +2962,7 @@
2896
2962
  "ap-southeast-3" : { },
2897
2963
  "ap-southeast-4" : { },
2898
2964
  "ca-central-1" : { },
2965
+ "ca-west-1" : { },
2899
2966
  "eu-central-1" : { },
2900
2967
  "eu-central-2" : { },
2901
2968
  "eu-north-1" : { },
@@ -3043,6 +3110,7 @@
3043
3110
  "ap-southeast-3" : { },
3044
3111
  "ap-southeast-4" : { },
3045
3112
  "ca-central-1" : { },
3113
+ "ca-west-1" : { },
3046
3114
  "eu-central-1" : { },
3047
3115
  "eu-central-2" : { },
3048
3116
  "eu-north-1" : { },
@@ -3351,6 +3419,7 @@
3351
3419
  "ap-southeast-3" : { },
3352
3420
  "ap-southeast-4" : { },
3353
3421
  "ca-central-1" : { },
3422
+ "ca-west-1" : { },
3354
3423
  "eu-central-1" : { },
3355
3424
  "eu-central-2" : { },
3356
3425
  "eu-north-1" : { },
@@ -4034,6 +4103,7 @@
4034
4103
  "ap-southeast-3" : { },
4035
4104
  "ap-southeast-4" : { },
4036
4105
  "ca-central-1" : { },
4106
+ "ca-west-1" : { },
4037
4107
  "eu-central-1" : { },
4038
4108
  "eu-central-2" : { },
4039
4109
  "eu-north-1" : { },
@@ -4679,6 +4749,12 @@
4679
4749
  "tags" : [ "fips" ]
4680
4750
  } ]
4681
4751
  },
4752
+ "ca-west-1" : {
4753
+ "variants" : [ {
4754
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com",
4755
+ "tags" : [ "fips" ]
4756
+ } ]
4757
+ },
4682
4758
  "eu-central-1" : { },
4683
4759
  "eu-central-2" : { },
4684
4760
  "eu-north-1" : { },
@@ -4694,6 +4770,13 @@
4694
4770
  "deprecated" : true,
4695
4771
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com"
4696
4772
  },
4773
+ "fips-ca-west-1" : {
4774
+ "credentialScope" : {
4775
+ "region" : "ca-west-1"
4776
+ },
4777
+ "deprecated" : true,
4778
+ "hostname" : "datasync-fips.ca-west-1.amazonaws.com"
4779
+ },
4697
4780
  "fips-us-east-1" : {
4698
4781
  "credentialScope" : {
4699
4782
  "region" : "us-east-1"
@@ -4802,6 +4885,9 @@
4802
4885
  "tags" : [ "fips" ]
4803
4886
  } ]
4804
4887
  },
4888
+ "ca-west-1" : {
4889
+ "hostname" : "datazone.ca-west-1.api.aws"
4890
+ },
4805
4891
  "eu-central-1" : {
4806
4892
  "hostname" : "datazone.eu-central-1.api.aws"
4807
4893
  },
@@ -4983,6 +5069,7 @@
4983
5069
  "ap-southeast-3" : { },
4984
5070
  "ap-southeast-4" : { },
4985
5071
  "ca-central-1" : { },
5072
+ "ca-west-1" : { },
4986
5073
  "eu-central-1" : { },
4987
5074
  "eu-central-2" : { },
4988
5075
  "eu-north-1" : { },
@@ -5074,6 +5161,7 @@
5074
5161
  "ap-southeast-3" : { },
5075
5162
  "ap-southeast-4" : { },
5076
5163
  "ca-central-1" : { },
5164
+ "ca-west-1" : { },
5077
5165
  "eu-central-1" : { },
5078
5166
  "eu-central-2" : { },
5079
5167
  "eu-north-1" : { },
@@ -5106,6 +5194,7 @@
5106
5194
  "ap-southeast-3" : { },
5107
5195
  "ap-southeast-4" : { },
5108
5196
  "ca-central-1" : { },
5197
+ "ca-west-1" : { },
5109
5198
  "dms" : {
5110
5199
  "credentialScope" : {
5111
5200
  "region" : "us-west-1"
@@ -5328,6 +5417,7 @@
5328
5417
  "tags" : [ "fips" ]
5329
5418
  } ]
5330
5419
  },
5420
+ "ca-west-1" : { },
5331
5421
  "eu-central-1" : { },
5332
5422
  "eu-central-2" : { },
5333
5423
  "eu-north-1" : { },
@@ -5430,6 +5520,19 @@
5430
5520
  "deprecated" : true,
5431
5521
  "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
5432
5522
  },
5523
+ "ca-west-1" : {
5524
+ "variants" : [ {
5525
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com",
5526
+ "tags" : [ "fips" ]
5527
+ } ]
5528
+ },
5529
+ "ca-west-1-fips" : {
5530
+ "credentialScope" : {
5531
+ "region" : "ca-west-1"
5532
+ },
5533
+ "deprecated" : true,
5534
+ "hostname" : "dynamodb-fips.ca-west-1.amazonaws.com"
5535
+ },
5433
5536
  "eu-central-1" : { },
5434
5537
  "eu-central-2" : { },
5435
5538
  "eu-north-1" : { },
@@ -5522,6 +5625,12 @@
5522
5625
  "tags" : [ "fips" ]
5523
5626
  } ]
5524
5627
  },
5628
+ "ca-west-1" : {
5629
+ "variants" : [ {
5630
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com",
5631
+ "tags" : [ "fips" ]
5632
+ } ]
5633
+ },
5525
5634
  "eu-central-1" : { },
5526
5635
  "eu-central-2" : { },
5527
5636
  "eu-north-1" : { },
@@ -5537,6 +5646,13 @@
5537
5646
  "deprecated" : true,
5538
5647
  "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
5539
5648
  },
5649
+ "fips-ca-west-1" : {
5650
+ "credentialScope" : {
5651
+ "region" : "ca-west-1"
5652
+ },
5653
+ "deprecated" : true,
5654
+ "hostname" : "ebs-fips.ca-west-1.amazonaws.com"
5655
+ },
5540
5656
  "fips-us-east-1" : {
5541
5657
  "credentialScope" : {
5542
5658
  "region" : "us-east-1"
@@ -5728,6 +5844,7 @@
5728
5844
  "ap-southeast-3" : { },
5729
5845
  "ap-southeast-4" : { },
5730
5846
  "ca-central-1" : { },
5847
+ "ca-west-1" : { },
5731
5848
  "eu-central-1" : { },
5732
5849
  "eu-central-2" : { },
5733
5850
  "eu-north-1" : { },
@@ -5825,6 +5942,7 @@
5825
5942
  "ap-southeast-3" : { },
5826
5943
  "ap-southeast-4" : { },
5827
5944
  "ca-central-1" : { },
5945
+ "ca-west-1" : { },
5828
5946
  "eu-central-1" : { },
5829
5947
  "eu-central-2" : { },
5830
5948
  "eu-north-1" : { },
@@ -5937,6 +6055,9 @@
5937
6055
  "ca-central-1" : {
5938
6056
  "hostname" : "eks-auth.ca-central-1.api.aws"
5939
6057
  },
6058
+ "ca-west-1" : {
6059
+ "hostname" : "eks-auth.ca-west-1.api.aws"
6060
+ },
5940
6061
  "eu-central-1" : {
5941
6062
  "hostname" : "eks-auth.eu-central-1.api.aws"
5942
6063
  },
@@ -6001,6 +6122,7 @@
6001
6122
  "ap-southeast-3" : { },
6002
6123
  "ap-southeast-4" : { },
6003
6124
  "ca-central-1" : { },
6125
+ "ca-west-1" : { },
6004
6126
  "eu-central-1" : { },
6005
6127
  "eu-central-2" : { },
6006
6128
  "eu-north-1" : { },
@@ -6534,6 +6656,7 @@
6534
6656
  "ap-southeast-3" : { },
6535
6657
  "ap-southeast-4" : { },
6536
6658
  "ca-central-1" : { },
6659
+ "ca-west-1" : { },
6537
6660
  "eu-central-1" : { },
6538
6661
  "eu-central-2" : { },
6539
6662
  "eu-north-1" : { },
@@ -6623,6 +6746,12 @@
6623
6746
  "tags" : [ "fips" ]
6624
6747
  } ]
6625
6748
  },
6749
+ "ca-west-1" : {
6750
+ "variants" : [ {
6751
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com",
6752
+ "tags" : [ "fips" ]
6753
+ } ]
6754
+ },
6626
6755
  "eu-central-1" : {
6627
6756
  "sslCommonName" : "{service}.{region}.{dnsSuffix}"
6628
6757
  },
@@ -6640,6 +6769,13 @@
6640
6769
  "deprecated" : true,
6641
6770
  "hostname" : "elasticmapreduce-fips.ca-central-1.amazonaws.com"
6642
6771
  },
6772
+ "fips-ca-west-1" : {
6773
+ "credentialScope" : {
6774
+ "region" : "ca-west-1"
6775
+ },
6776
+ "deprecated" : true,
6777
+ "hostname" : "elasticmapreduce-fips.ca-west-1.amazonaws.com"
6778
+ },
6643
6779
  "fips-us-east-1" : {
6644
6780
  "credentialScope" : {
6645
6781
  "region" : "us-east-1"
@@ -7058,6 +7194,12 @@
7058
7194
  "tags" : [ "dualstack" ]
7059
7195
  } ]
7060
7196
  },
7197
+ "ca-west-1" : {
7198
+ "variants" : [ {
7199
+ "hostname" : "aos.ca-west-1.api.aws",
7200
+ "tags" : [ "dualstack" ]
7201
+ } ]
7202
+ },
7061
7203
  "eu-central-1" : {
7062
7204
  "variants" : [ {
7063
7205
  "hostname" : "aos.eu-central-1.api.aws",
@@ -7217,6 +7359,7 @@
7217
7359
  "ap-southeast-3" : { },
7218
7360
  "ap-southeast-4" : { },
7219
7361
  "ca-central-1" : { },
7362
+ "ca-west-1" : { },
7220
7363
  "eu-central-1" : { },
7221
7364
  "eu-central-2" : { },
7222
7365
  "eu-north-1" : { },
@@ -7351,6 +7494,7 @@
7351
7494
  "ap-southeast-3" : { },
7352
7495
  "ap-southeast-4" : { },
7353
7496
  "ca-central-1" : { },
7497
+ "ca-west-1" : { },
7354
7498
  "eu-central-1" : { },
7355
7499
  "eu-central-2" : { },
7356
7500
  "eu-north-1" : { },
@@ -8564,6 +8708,7 @@
8564
8708
  "ap-southeast-1" : { },
8565
8709
  "ap-southeast-2" : { },
8566
8710
  "ap-southeast-3" : { },
8711
+ "ap-southeast-4" : { },
8567
8712
  "ca-central-1" : { },
8568
8713
  "eu-central-1" : { },
8569
8714
  "eu-central-2" : { },
@@ -8847,6 +8992,9 @@
8847
8992
  "tags" : [ "fips" ]
8848
8993
  } ]
8849
8994
  },
8995
+ "ca-west-1" : {
8996
+ "hostname" : "internetmonitor.ca-west-1.api.aws"
8997
+ },
8850
8998
  "eu-central-1" : {
8851
8999
  "hostname" : "internetmonitor.eu-central-1.api.aws"
8852
9000
  },
@@ -9803,6 +9951,9 @@
9803
9951
  "tags" : [ "fips" ]
9804
9952
  } ]
9805
9953
  },
9954
+ "ca-west-1" : {
9955
+ "hostname" : "kendra-ranking.ca-west-1.api.aws"
9956
+ },
9806
9957
  "eu-central-2" : {
9807
9958
  "hostname" : "kendra-ranking.eu-central-2.api.aws"
9808
9959
  },
@@ -9873,6 +10024,7 @@
9873
10024
  "ap-southeast-3" : { },
9874
10025
  "ap-southeast-4" : { },
9875
10026
  "ca-central-1" : { },
10027
+ "ca-west-1" : { },
9876
10028
  "eu-central-1" : { },
9877
10029
  "eu-central-2" : { },
9878
10030
  "eu-north-1" : { },
@@ -10156,6 +10308,19 @@
10156
10308
  "deprecated" : true,
10157
10309
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
10158
10310
  },
10311
+ "ca-west-1" : {
10312
+ "variants" : [ {
10313
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com",
10314
+ "tags" : [ "fips" ]
10315
+ } ]
10316
+ },
10317
+ "ca-west-1-fips" : {
10318
+ "credentialScope" : {
10319
+ "region" : "ca-west-1"
10320
+ },
10321
+ "deprecated" : true,
10322
+ "hostname" : "kms-fips.ca-west-1.amazonaws.com"
10323
+ },
10159
10324
  "eu-central-1" : {
10160
10325
  "variants" : [ {
10161
10326
  "hostname" : "kms-fips.eu-central-1.amazonaws.com",
@@ -10520,6 +10685,12 @@
10520
10685
  "tags" : [ "dualstack" ]
10521
10686
  } ]
10522
10687
  },
10688
+ "ca-west-1" : {
10689
+ "variants" : [ {
10690
+ "hostname" : "lambda.ca-west-1.api.aws",
10691
+ "tags" : [ "dualstack" ]
10692
+ } ]
10693
+ },
10523
10694
  "eu-central-1" : {
10524
10695
  "variants" : [ {
10525
10696
  "hostname" : "lambda.eu-central-1.api.aws",
@@ -10752,6 +10923,7 @@
10752
10923
  "ap-southeast-3" : { },
10753
10924
  "ap-southeast-4" : { },
10754
10925
  "ca-central-1" : { },
10926
+ "ca-west-1" : { },
10755
10927
  "eu-central-1" : { },
10756
10928
  "eu-central-2" : { },
10757
10929
  "eu-north-1" : { },
@@ -10930,6 +11102,7 @@
10930
11102
  "ap-southeast-3" : { },
10931
11103
  "ap-southeast-4" : { },
10932
11104
  "ca-central-1" : { },
11105
+ "ca-west-1" : { },
10933
11106
  "eu-central-1" : { },
10934
11107
  "eu-central-2" : { },
10935
11108
  "eu-north-1" : { },
@@ -11221,14 +11394,17 @@
11221
11394
  "ap-northeast-2" : { },
11222
11395
  "ap-northeast-3" : { },
11223
11396
  "ap-south-1" : { },
11397
+ "ap-south-2" : { },
11224
11398
  "ap-southeast-1" : { },
11225
11399
  "ap-southeast-2" : { },
11400
+ "ap-southeast-4" : { },
11226
11401
  "ca-central-1" : { },
11227
11402
  "eu-central-1" : { },
11228
11403
  "eu-north-1" : { },
11229
11404
  "eu-west-1" : { },
11230
11405
  "eu-west-2" : { },
11231
11406
  "eu-west-3" : { },
11407
+ "me-central-1" : { },
11232
11408
  "sa-east-1" : { },
11233
11409
  "us-east-1" : { },
11234
11410
  "us-east-2" : { },
@@ -11798,6 +11974,7 @@
11798
11974
  "ap-southeast-3" : { },
11799
11975
  "ap-southeast-4" : { },
11800
11976
  "ca-central-1" : { },
11977
+ "ca-west-1" : { },
11801
11978
  "eu-central-1" : { },
11802
11979
  "eu-central-2" : { },
11803
11980
  "eu-north-1" : { },
@@ -12209,6 +12386,7 @@
12209
12386
  "ap-southeast-3" : { },
12210
12387
  "ap-southeast-4" : { },
12211
12388
  "ca-central-1" : { },
12389
+ "ca-west-1" : { },
12212
12390
  "eu-central-1" : { },
12213
12391
  "eu-central-2" : { },
12214
12392
  "eu-north-1" : { },
@@ -12670,6 +12848,7 @@
12670
12848
  "ap-southeast-3" : { },
12671
12849
  "ap-southeast-4" : { },
12672
12850
  "ca-central-1" : { },
12851
+ "ca-west-1" : { },
12673
12852
  "eu-central-1" : { },
12674
12853
  "eu-central-2" : { },
12675
12854
  "eu-north-1" : { },
@@ -13145,6 +13324,9 @@
13145
13324
  "ca-central-1" : {
13146
13325
  "hostname" : "qbusiness.ca-central-1.api.aws"
13147
13326
  },
13327
+ "ca-west-1" : {
13328
+ "hostname" : "qbusiness.ca-west-1.api.aws"
13329
+ },
13148
13330
  "eu-central-1" : {
13149
13331
  "hostname" : "qbusiness.eu-central-1.api.aws"
13150
13332
  },
@@ -13296,6 +13478,12 @@
13296
13478
  "tags" : [ "fips" ]
13297
13479
  } ]
13298
13480
  },
13481
+ "ca-west-1" : {
13482
+ "variants" : [ {
13483
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com",
13484
+ "tags" : [ "fips" ]
13485
+ } ]
13486
+ },
13299
13487
  "eu-central-1" : { },
13300
13488
  "eu-central-2" : { },
13301
13489
  "eu-north-1" : { },
@@ -13311,6 +13499,13 @@
13311
13499
  "deprecated" : true,
13312
13500
  "hostname" : "ram-fips.ca-central-1.amazonaws.com"
13313
13501
  },
13502
+ "fips-ca-west-1" : {
13503
+ "credentialScope" : {
13504
+ "region" : "ca-west-1"
13505
+ },
13506
+ "deprecated" : true,
13507
+ "hostname" : "ram-fips.ca-west-1.amazonaws.com"
13508
+ },
13314
13509
  "fips-us-east-1" : {
13315
13510
  "credentialScope" : {
13316
13511
  "region" : "us-east-1"
@@ -13388,6 +13583,12 @@
13388
13583
  "tags" : [ "fips" ]
13389
13584
  } ]
13390
13585
  },
13586
+ "ca-west-1" : {
13587
+ "variants" : [ {
13588
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com",
13589
+ "tags" : [ "fips" ]
13590
+ } ]
13591
+ },
13391
13592
  "eu-central-1" : { },
13392
13593
  "eu-central-2" : { },
13393
13594
  "eu-north-1" : { },
@@ -13403,6 +13604,13 @@
13403
13604
  "deprecated" : true,
13404
13605
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com"
13405
13606
  },
13607
+ "fips-ca-west-1" : {
13608
+ "credentialScope" : {
13609
+ "region" : "ca-west-1"
13610
+ },
13611
+ "deprecated" : true,
13612
+ "hostname" : "rbin-fips.ca-west-1.amazonaws.com"
13613
+ },
13406
13614
  "fips-us-east-1" : {
13407
13615
  "credentialScope" : {
13408
13616
  "region" : "us-east-1"
@@ -13724,6 +13932,12 @@
13724
13932
  "tags" : [ "fips" ]
13725
13933
  } ]
13726
13934
  },
13935
+ "ca-west-1" : {
13936
+ "variants" : [ {
13937
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com",
13938
+ "tags" : [ "fips" ]
13939
+ } ]
13940
+ },
13727
13941
  "eu-central-1" : { },
13728
13942
  "eu-central-2" : { },
13729
13943
  "eu-north-1" : { },
@@ -13739,6 +13953,13 @@
13739
13953
  "deprecated" : true,
13740
13954
  "hostname" : "redshift-fips.ca-central-1.amazonaws.com"
13741
13955
  },
13956
+ "fips-ca-west-1" : {
13957
+ "credentialScope" : {
13958
+ "region" : "ca-west-1"
13959
+ },
13960
+ "deprecated" : true,
13961
+ "hostname" : "redshift-fips.ca-west-1.amazonaws.com"
13962
+ },
13742
13963
  "fips-us-east-1" : {
13743
13964
  "credentialScope" : {
13744
13965
  "region" : "us-east-1"
@@ -14110,6 +14331,7 @@
14110
14331
  "ap-southeast-3" : { },
14111
14332
  "ap-southeast-4" : { },
14112
14333
  "ca-central-1" : { },
14334
+ "ca-west-1" : { },
14113
14335
  "eu-central-1" : { },
14114
14336
  "eu-central-2" : { },
14115
14337
  "eu-north-1" : { },
@@ -14316,6 +14538,7 @@
14316
14538
  "ap-southeast-3" : { },
14317
14539
  "ap-southeast-4" : { },
14318
14540
  "ca-central-1" : { },
14541
+ "ca-west-1" : { },
14319
14542
  "eu-central-1" : { },
14320
14543
  "eu-central-2" : { },
14321
14544
  "eu-north-1" : { },
@@ -14600,6 +14823,18 @@
14600
14823
  "tags" : [ "dualstack" ]
14601
14824
  } ]
14602
14825
  },
14826
+ "ca-west-1" : {
14827
+ "variants" : [ {
14828
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com",
14829
+ "tags" : [ "fips" ]
14830
+ }, {
14831
+ "hostname" : "s3-fips.dualstack.ca-west-1.amazonaws.com",
14832
+ "tags" : [ "dualstack", "fips" ]
14833
+ }, {
14834
+ "hostname" : "s3.dualstack.ca-west-1.amazonaws.com",
14835
+ "tags" : [ "dualstack" ]
14836
+ } ]
14837
+ },
14603
14838
  "eu-central-1" : {
14604
14839
  "variants" : [ {
14605
14840
  "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
@@ -14657,6 +14892,13 @@
14657
14892
  "deprecated" : true,
14658
14893
  "hostname" : "s3-fips.ca-central-1.amazonaws.com"
14659
14894
  },
14895
+ "fips-ca-west-1" : {
14896
+ "credentialScope" : {
14897
+ "region" : "ca-west-1"
14898
+ },
14899
+ "deprecated" : true,
14900
+ "hostname" : "s3-fips.ca-west-1.amazonaws.com"
14901
+ },
14660
14902
  "fips-us-east-1" : {
14661
14903
  "credentialScope" : {
14662
14904
  "region" : "us-east-1"
@@ -15368,6 +15610,18 @@
15368
15610
  "ca-central-1-fips" : {
15369
15611
  "deprecated" : true
15370
15612
  },
15613
+ "ca-west-1" : {
15614
+ "variants" : [ {
15615
+ "tags" : [ "dualstack" ]
15616
+ }, {
15617
+ "tags" : [ "dualstack", "fips" ]
15618
+ }, {
15619
+ "tags" : [ "fips" ]
15620
+ } ]
15621
+ },
15622
+ "ca-west-1-fips" : {
15623
+ "deprecated" : true
15624
+ },
15371
15625
  "eu-central-1" : {
15372
15626
  "variants" : [ {
15373
15627
  "tags" : [ "dualstack" ]
@@ -15492,6 +15746,7 @@
15492
15746
  "ap-southeast-3" : { },
15493
15747
  "ap-southeast-4" : { },
15494
15748
  "ca-central-1" : { },
15749
+ "ca-west-1" : { },
15495
15750
  "eu-central-1" : { },
15496
15751
  "eu-central-2" : { },
15497
15752
  "eu-north-1" : { },
@@ -15739,6 +15994,7 @@
15739
15994
  "tags" : [ "fips" ]
15740
15995
  } ]
15741
15996
  },
15997
+ "ca-west-1" : { },
15742
15998
  "eu-central-1" : { },
15743
15999
  "eu-central-2" : { },
15744
16000
  "eu-north-1" : { },
@@ -16066,6 +16322,7 @@
16066
16322
  "ap-southeast-3" : { },
16067
16323
  "ap-southeast-4" : { },
16068
16324
  "ca-central-1" : { },
16325
+ "ca-west-1" : { },
16069
16326
  "eu-central-1" : { },
16070
16327
  "eu-central-2" : { },
16071
16328
  "eu-north-1" : { },
@@ -16692,6 +16949,12 @@
16692
16949
  "ap-southeast-3" : { },
16693
16950
  "ap-southeast-4" : { },
16694
16951
  "ca-central-1" : { },
16952
+ "ca-west-1" : {
16953
+ "variants" : [ {
16954
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com",
16955
+ "tags" : [ "fips" ]
16956
+ } ]
16957
+ },
16695
16958
  "eu-central-1" : { },
16696
16959
  "eu-central-2" : { },
16697
16960
  "eu-north-1" : { },
@@ -16700,6 +16963,13 @@
16700
16963
  "eu-west-1" : { },
16701
16964
  "eu-west-2" : { },
16702
16965
  "eu-west-3" : { },
16966
+ "fips-ca-west-1" : {
16967
+ "credentialScope" : {
16968
+ "region" : "ca-west-1"
16969
+ },
16970
+ "deprecated" : true,
16971
+ "hostname" : "sns-fips.ca-west-1.amazonaws.com"
16972
+ },
16703
16973
  "fips-us-east-1" : {
16704
16974
  "credentialScope" : {
16705
16975
  "region" : "us-east-1"
@@ -16776,6 +17046,7 @@
16776
17046
  "ap-southeast-3" : { },
16777
17047
  "ap-southeast-4" : { },
16778
17048
  "ca-central-1" : { },
17049
+ "ca-west-1" : { },
16779
17050
  "eu-central-1" : { },
16780
17051
  "eu-central-2" : { },
16781
17052
  "eu-north-1" : { },
@@ -16862,6 +17133,12 @@
16862
17133
  "tags" : [ "fips" ]
16863
17134
  } ]
16864
17135
  },
17136
+ "ca-west-1" : {
17137
+ "variants" : [ {
17138
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com",
17139
+ "tags" : [ "fips" ]
17140
+ } ]
17141
+ },
16865
17142
  "eu-central-1" : { },
16866
17143
  "eu-central-2" : { },
16867
17144
  "eu-north-1" : { },
@@ -16877,6 +17154,13 @@
16877
17154
  "deprecated" : true,
16878
17155
  "hostname" : "ssm-fips.ca-central-1.amazonaws.com"
16879
17156
  },
17157
+ "fips-ca-west-1" : {
17158
+ "credentialScope" : {
17159
+ "region" : "ca-west-1"
17160
+ },
17161
+ "deprecated" : true,
17162
+ "hostname" : "ssm-fips.ca-west-1.amazonaws.com"
17163
+ },
16880
17164
  "fips-us-east-1" : {
16881
17165
  "credentialScope" : {
16882
17166
  "region" : "us-east-1"
@@ -17211,6 +17495,7 @@
17211
17495
  "ap-southeast-3" : { },
17212
17496
  "ap-southeast-4" : { },
17213
17497
  "ca-central-1" : { },
17498
+ "ca-west-1" : { },
17214
17499
  "eu-central-1" : { },
17215
17500
  "eu-central-2" : { },
17216
17501
  "eu-north-1" : { },
@@ -17389,6 +17674,7 @@
17389
17674
  "ap-southeast-3" : { },
17390
17675
  "ap-southeast-4" : { },
17391
17676
  "ca-central-1" : { },
17677
+ "ca-west-1" : { },
17392
17678
  "eu-central-1" : { },
17393
17679
  "eu-central-2" : { },
17394
17680
  "eu-north-1" : { },
@@ -17434,6 +17720,7 @@
17434
17720
  "hostname" : "sts.amazonaws.com"
17435
17721
  },
17436
17722
  "ca-central-1" : { },
17723
+ "ca-west-1" : { },
17437
17724
  "eu-central-1" : { },
17438
17725
  "eu-central-2" : { },
17439
17726
  "eu-north-1" : { },
@@ -17533,6 +17820,7 @@
17533
17820
  "ap-southeast-3" : { },
17534
17821
  "ap-southeast-4" : { },
17535
17822
  "ca-central-1" : { },
17823
+ "ca-west-1" : { },
17536
17824
  "eu-central-1" : { },
17537
17825
  "eu-central-2" : { },
17538
17826
  "eu-north-1" : { },
@@ -17613,6 +17901,7 @@
17613
17901
  "ap-southeast-3" : { },
17614
17902
  "ap-southeast-4" : { },
17615
17903
  "ca-central-1" : { },
17904
+ "ca-west-1" : { },
17616
17905
  "eu-central-1" : { },
17617
17906
  "eu-central-2" : { },
17618
17907
  "eu-north-1" : { },
@@ -17693,6 +17982,7 @@
17693
17982
  "ap-southeast-3" : { },
17694
17983
  "ap-southeast-4" : { },
17695
17984
  "ca-central-1" : { },
17985
+ "ca-west-1" : { },
17696
17986
  "eu-central-1" : { },
17697
17987
  "eu-central-2" : { },
17698
17988
  "eu-north-1" : { },
@@ -19450,6 +19740,7 @@
19450
19740
  "ap-southeast-3" : { },
19451
19741
  "ap-southeast-4" : { },
19452
19742
  "ca-central-1" : { },
19743
+ "ca-west-1" : { },
19453
19744
  "eu-central-1" : { },
19454
19745
  "eu-central-2" : { },
19455
19746
  "eu-north-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.869.0
4
+ version: 1.871.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-18 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: