aws-partitions 1.360.0 → 1.381.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-partitions.rb +5 -0
  3. data/partitions.json +225 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d71b4281939444bc8d2793e25f6dc7c220077f33d3bdf1f9c03127df31d534a
4
- data.tar.gz: 0ac0f9733db3f817b99d058d5f3c524793ab707a0085453af4df7b1f875a476e
3
+ metadata.gz: 5e8a2814dbebe12359f37909ae0949f6a48994d7406d20612382febd9776d13e
4
+ data.tar.gz: d477c1bd294905cd07dc6357c59be744e317e4a37f6a3774f43f34652b6bf143
5
5
  SHA512:
6
- metadata.gz: 52258a5446f6a3775ef153cba0649b70a690b1ca3b0b310dda85c642f4b5b5acc1b9ae232efa82148c06259f9064e4f532627eb6af5503e3d2286d544d882407
7
- data.tar.gz: 67d5084556620e8bddd8b0370d821d3e4a543160f70226a2786ee1e83a6ccdec219b7d1789f1728aa9f5698d251234196564de0a43fdb8cb302fd6998fee6c82
6
+ metadata.gz: 76c12c75e5c2b4f32343f1a5ff69e6b32249740860948f747ab22f59ac34917cca3425f7be8b7ea37b28dedc617b8033fdb49e23fe7c74e0fa5a64af6cf88ad7
7
+ data.tar.gz: 1a04aa945c016f81b53fe215561514fc76d11c8ff3ffe71380c558fbc32eb6bf448d7bf475d473821e23e5ee88e33f0178dd2263309c6175b6cc62b5a45236a9
@@ -400,6 +400,7 @@ module Aws
400
400
  'RDS' => 'rds',
401
401
  'RDSDataService' => 'rds-data',
402
402
  'Redshift' => 'redshift',
403
+ 'RedshiftDataAPIService' => 'redshift-data',
403
404
  'Rekognition' => 'rekognition',
404
405
  'ResourceGroups' => 'resource-groups',
405
406
  'ResourceGroupsTaggingAPI' => 'tagging',
@@ -409,6 +410,7 @@ module Aws
409
410
  'Route53Resolver' => 'route53resolver',
410
411
  'S3' => 's3',
411
412
  'S3Control' => 's3-control',
413
+ 'S3Outposts' => 's3-outposts',
412
414
  'SES' => 'email',
413
415
  'SESV2' => 'email',
414
416
  'SMS' => 'sms',
@@ -416,6 +418,7 @@ module Aws
416
418
  'SQS' => 'sqs',
417
419
  'SSM' => 'ssm',
418
420
  'SSO' => 'portal.sso',
421
+ 'SSOAdmin' => 'sso',
419
422
  'SSOOIDC' => 'oidc',
420
423
  'STS' => 'sts',
421
424
  'SWF' => 'swf',
@@ -438,6 +441,8 @@ module Aws
438
441
  'Support' => 'support',
439
442
  'Synthetics' => 'synthetics',
440
443
  'Textract' => 'textract',
444
+ 'TimestreamQuery' => 'query.timestream',
445
+ 'TimestreamWrite' => 'ingest.timestream',
441
446
  'TranscribeService' => 'transcribe',
442
447
  'TranscribeStreamingService' => 'transcribestreaming',
443
448
  'Transfer' => 'transfer',
@@ -190,6 +190,7 @@
190
190
  "protocols" : [ "https" ]
191
191
  },
192
192
  "endpoints" : {
193
+ "af-south-1" : { },
193
194
  "ap-east-1" : { },
194
195
  "ap-northeast-1" : { },
195
196
  "ap-northeast-2" : { },
@@ -199,6 +200,7 @@
199
200
  "ca-central-1" : { },
200
201
  "eu-central-1" : { },
201
202
  "eu-north-1" : { },
203
+ "eu-south-1" : { },
202
204
  "eu-west-1" : { },
203
205
  "eu-west-2" : { },
204
206
  "eu-west-3" : { },
@@ -245,6 +247,8 @@
245
247
  "protocols" : [ "https" ]
246
248
  },
247
249
  "endpoints" : {
250
+ "af-south-1" : { },
251
+ "ap-east-1" : { },
248
252
  "ap-northeast-1" : { },
249
253
  "ap-northeast-2" : { },
250
254
  "ap-south-1" : { },
@@ -253,9 +257,11 @@
253
257
  "ca-central-1" : { },
254
258
  "eu-central-1" : { },
255
259
  "eu-north-1" : { },
260
+ "eu-south-1" : { },
256
261
  "eu-west-1" : { },
257
262
  "eu-west-2" : { },
258
263
  "eu-west-3" : { },
264
+ "me-south-1" : { },
259
265
  "sa-east-1" : { },
260
266
  "us-east-1" : { },
261
267
  "us-east-2" : { },
@@ -481,6 +487,7 @@
481
487
  },
482
488
  "api.sagemaker" : {
483
489
  "endpoints" : {
490
+ "af-south-1" : { },
484
491
  "ap-east-1" : { },
485
492
  "ap-northeast-1" : { },
486
493
  "ap-northeast-2" : { },
@@ -490,6 +497,7 @@
490
497
  "ca-central-1" : { },
491
498
  "eu-central-1" : { },
492
499
  "eu-north-1" : { },
500
+ "eu-south-1" : { },
493
501
  "eu-west-1" : { },
494
502
  "eu-west-2" : { },
495
503
  "eu-west-3" : { },
@@ -549,6 +557,25 @@
549
557
  "us-west-2" : { }
550
558
  }
551
559
  },
560
+ "appflow" : {
561
+ "endpoints" : {
562
+ "ap-northeast-1" : { },
563
+ "ap-northeast-2" : { },
564
+ "ap-south-1" : { },
565
+ "ap-southeast-1" : { },
566
+ "ap-southeast-2" : { },
567
+ "ca-central-1" : { },
568
+ "eu-central-1" : { },
569
+ "eu-west-1" : { },
570
+ "eu-west-2" : { },
571
+ "eu-west-3" : { },
572
+ "sa-east-1" : { },
573
+ "us-east-1" : { },
574
+ "us-east-2" : { },
575
+ "us-west-1" : { },
576
+ "us-west-2" : { }
577
+ }
578
+ },
552
579
  "application-autoscaling" : {
553
580
  "defaults" : {
554
581
  "protocols" : [ "http", "https" ]
@@ -655,6 +682,7 @@
655
682
  "ca-central-1" : { },
656
683
  "eu-central-1" : { },
657
684
  "eu-north-1" : { },
685
+ "eu-south-1" : { },
658
686
  "eu-west-1" : { },
659
687
  "eu-west-2" : { },
660
688
  "eu-west-3" : { },
@@ -1055,6 +1083,7 @@
1055
1083
  "ca-central-1" : { },
1056
1084
  "eu-central-1" : { },
1057
1085
  "eu-north-1" : { },
1086
+ "eu-south-1" : { },
1058
1087
  "eu-west-1" : { },
1059
1088
  "eu-west-2" : { },
1060
1089
  "eu-west-3" : { },
@@ -1101,6 +1130,7 @@
1101
1130
  "ca-central-1" : { },
1102
1131
  "eu-central-1" : { },
1103
1132
  "eu-north-1" : { },
1133
+ "eu-south-1" : { },
1104
1134
  "eu-west-1" : { },
1105
1135
  "eu-west-2" : { },
1106
1136
  "eu-west-3" : { },
@@ -1870,6 +1900,30 @@
1870
1900
  }
1871
1901
  }
1872
1902
  },
1903
+ "ebs" : {
1904
+ "endpoints" : {
1905
+ "af-south-1" : { },
1906
+ "ap-east-1" : { },
1907
+ "ap-northeast-1" : { },
1908
+ "ap-northeast-2" : { },
1909
+ "ap-south-1" : { },
1910
+ "ap-southeast-1" : { },
1911
+ "ap-southeast-2" : { },
1912
+ "ca-central-1" : { },
1913
+ "eu-central-1" : { },
1914
+ "eu-north-1" : { },
1915
+ "eu-south-1" : { },
1916
+ "eu-west-1" : { },
1917
+ "eu-west-2" : { },
1918
+ "eu-west-3" : { },
1919
+ "me-south-1" : { },
1920
+ "sa-east-1" : { },
1921
+ "us-east-1" : { },
1922
+ "us-east-2" : { },
1923
+ "us-west-1" : { },
1924
+ "us-west-2" : { }
1925
+ }
1926
+ },
1873
1927
  "ec2" : {
1874
1928
  "defaults" : {
1875
1929
  "protocols" : [ "http", "https" ]
@@ -2016,6 +2070,7 @@
2016
2070
  "sa-east-1" : { },
2017
2071
  "us-east-1" : { },
2018
2072
  "us-east-2" : { },
2073
+ "us-west-1" : { },
2019
2074
  "us-west-2" : { }
2020
2075
  }
2021
2076
  },
@@ -2517,6 +2572,7 @@
2517
2572
  "protocols" : [ "https" ]
2518
2573
  },
2519
2574
  "endpoints" : {
2575
+ "af-south-1" : { },
2520
2576
  "ap-east-1" : { },
2521
2577
  "ap-northeast-1" : { },
2522
2578
  "ap-northeast-2" : { },
@@ -2526,6 +2582,7 @@
2526
2582
  "ca-central-1" : { },
2527
2583
  "eu-central-1" : { },
2528
2584
  "eu-north-1" : { },
2585
+ "eu-south-1" : { },
2529
2586
  "eu-west-1" : { },
2530
2587
  "eu-west-2" : { },
2531
2588
  "eu-west-3" : { },
@@ -2762,6 +2819,7 @@
2762
2819
  "ca-central-1" : { },
2763
2820
  "eu-central-1" : { },
2764
2821
  "eu-north-1" : { },
2822
+ "eu-south-1" : { },
2765
2823
  "eu-west-1" : { },
2766
2824
  "eu-west-2" : { },
2767
2825
  "eu-west-3" : { },
@@ -2818,6 +2876,7 @@
2818
2876
  },
2819
2877
  "groundstation" : {
2820
2878
  "endpoints" : {
2879
+ "af-south-1" : { },
2821
2880
  "ap-southeast-2" : { },
2822
2881
  "eu-north-1" : { },
2823
2882
  "eu-west-1" : { },
@@ -2920,6 +2979,9 @@
2920
2979
  },
2921
2980
  "identitystore" : {
2922
2981
  "endpoints" : {
2982
+ "ap-northeast-1" : { },
2983
+ "ap-northeast-2" : { },
2984
+ "ap-south-1" : { },
2923
2985
  "ap-southeast-1" : { },
2924
2986
  "ap-southeast-2" : { },
2925
2987
  "ca-central-1" : { },
@@ -3221,6 +3283,7 @@
3221
3283
  "ca-central-1" : { },
3222
3284
  "eu-central-1" : { },
3223
3285
  "eu-north-1" : { },
3286
+ "eu-south-1" : { },
3224
3287
  "eu-west-1" : { },
3225
3288
  "eu-west-2" : { },
3226
3289
  "eu-west-3" : { },
@@ -3284,6 +3347,7 @@
3284
3347
  "ca-central-1" : { },
3285
3348
  "eu-central-1" : { },
3286
3349
  "eu-north-1" : { },
3350
+ "eu-south-1" : { },
3287
3351
  "eu-west-1" : { },
3288
3352
  "eu-west-2" : { },
3289
3353
  "eu-west-3" : { },
@@ -3530,6 +3594,7 @@
3530
3594
  "ap-northeast-2" : { },
3531
3595
  "ap-southeast-1" : { },
3532
3596
  "eu-west-1" : { },
3597
+ "eu-west-2" : { },
3533
3598
  "us-east-1" : { }
3534
3599
  }
3535
3600
  },
@@ -3799,6 +3864,7 @@
3799
3864
  "ca-central-1" : { },
3800
3865
  "eu-central-1" : { },
3801
3866
  "eu-north-1" : { },
3867
+ "eu-south-1" : { },
3802
3868
  "eu-west-1" : { },
3803
3869
  "eu-west-2" : { },
3804
3870
  "eu-west-3" : { },
@@ -3957,6 +4023,24 @@
3957
4023
  },
3958
4024
  "oidc" : {
3959
4025
  "endpoints" : {
4026
+ "ap-northeast-1" : {
4027
+ "credentialScope" : {
4028
+ "region" : "ap-northeast-1"
4029
+ },
4030
+ "hostname" : "oidc.ap-northeast-1.amazonaws.com"
4031
+ },
4032
+ "ap-northeast-2" : {
4033
+ "credentialScope" : {
4034
+ "region" : "ap-northeast-2"
4035
+ },
4036
+ "hostname" : "oidc.ap-northeast-2.amazonaws.com"
4037
+ },
4038
+ "ap-south-1" : {
4039
+ "credentialScope" : {
4040
+ "region" : "ap-south-1"
4041
+ },
4042
+ "hostname" : "oidc.ap-south-1.amazonaws.com"
4043
+ },
3960
4044
  "ap-southeast-1" : {
3961
4045
  "credentialScope" : {
3962
4046
  "region" : "ap-southeast-1"
@@ -4130,11 +4214,14 @@
4130
4214
  }
4131
4215
  },
4132
4216
  "endpoints" : {
4217
+ "ap-northeast-1" : { },
4133
4218
  "ap-northeast-2" : { },
4134
4219
  "ap-south-1" : { },
4135
4220
  "ap-southeast-2" : { },
4221
+ "ca-central-1" : { },
4136
4222
  "eu-central-1" : { },
4137
4223
  "eu-west-1" : { },
4224
+ "eu-west-2" : { },
4138
4225
  "fips-us-east-1" : {
4139
4226
  "credentialScope" : {
4140
4227
  "region" : "us-east-1"
@@ -4430,9 +4517,16 @@
4430
4517
  "ap-south-1" : { },
4431
4518
  "ap-southeast-1" : { },
4432
4519
  "ap-southeast-2" : { },
4520
+ "ca-central-1" : { },
4433
4521
  "eu-central-1" : { },
4434
4522
  "eu-west-1" : { },
4435
4523
  "eu-west-2" : { },
4524
+ "rekognition-fips.ca-central-1" : {
4525
+ "credentialScope" : {
4526
+ "region" : "ca-central-1"
4527
+ },
4528
+ "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
4529
+ },
4436
4530
  "rekognition-fips.us-east-1" : {
4437
4531
  "credentialScope" : {
4438
4532
  "region" : "us-east-1"
@@ -4585,6 +4679,7 @@
4585
4679
  },
4586
4680
  "runtime.sagemaker" : {
4587
4681
  "endpoints" : {
4682
+ "af-south-1" : { },
4588
4683
  "ap-east-1" : { },
4589
4684
  "ap-northeast-1" : { },
4590
4685
  "ap-northeast-2" : { },
@@ -4594,6 +4689,7 @@
4594
4689
  "ca-central-1" : { },
4595
4690
  "eu-central-1" : { },
4596
4691
  "eu-north-1" : { },
4692
+ "eu-south-1" : { },
4597
4693
  "eu-west-1" : { },
4598
4694
  "eu-west-2" : { },
4599
4695
  "eu-west-3" : { },
@@ -4745,6 +4841,13 @@
4745
4841
  "hostname" : "s3-control.ca-central-1.amazonaws.com",
4746
4842
  "signatureVersions" : [ "s3v4" ]
4747
4843
  },
4844
+ "ca-central-1-fips" : {
4845
+ "credentialScope" : {
4846
+ "region" : "ca-central-1"
4847
+ },
4848
+ "hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
4849
+ "signatureVersions" : [ "s3v4" ]
4850
+ },
4748
4851
  "eu-central-1" : {
4749
4852
  "credentialScope" : {
4750
4853
  "region" : "eu-central-1"
@@ -5235,6 +5338,7 @@
5235
5338
  },
5236
5339
  "snowball" : {
5237
5340
  "endpoints" : {
5341
+ "ap-east-1" : { },
5238
5342
  "ap-northeast-1" : { },
5239
5343
  "ap-northeast-2" : { },
5240
5344
  "ap-south-1" : { },
@@ -5242,6 +5346,8 @@
5242
5346
  "ap-southeast-2" : { },
5243
5347
  "ca-central-1" : { },
5244
5348
  "eu-central-1" : { },
5349
+ "eu-north-1" : { },
5350
+ "eu-south-1" : { },
5245
5351
  "eu-west-1" : { },
5246
5352
  "eu-west-2" : { },
5247
5353
  "eu-west-3" : { },
@@ -5257,6 +5363,12 @@
5257
5363
  },
5258
5364
  "hostname" : "snowball-fips.ap-northeast-2.amazonaws.com"
5259
5365
  },
5366
+ "fips-ap-northeast-3" : {
5367
+ "credentialScope" : {
5368
+ "region" : "ap-northeast-3"
5369
+ },
5370
+ "hostname" : "snowball-fips.ap-northeast-3.amazonaws.com"
5371
+ },
5260
5372
  "fips-ap-south-1" : {
5261
5373
  "credentialScope" : {
5262
5374
  "region" : "ap-south-1"
@@ -5968,6 +6080,12 @@
5968
6080
  },
5969
6081
  "waf-regional" : {
5970
6082
  "endpoints" : {
6083
+ "af-south-1" : {
6084
+ "credentialScope" : {
6085
+ "region" : "af-south-1"
6086
+ },
6087
+ "hostname" : "waf-regional.af-south-1.amazonaws.com"
6088
+ },
5971
6089
  "ap-east-1" : {
5972
6090
  "credentialScope" : {
5973
6091
  "region" : "ap-east-1"
@@ -6022,6 +6140,12 @@
6022
6140
  },
6023
6141
  "hostname" : "waf-regional.eu-north-1.amazonaws.com"
6024
6142
  },
6143
+ "eu-south-1" : {
6144
+ "credentialScope" : {
6145
+ "region" : "eu-south-1"
6146
+ },
6147
+ "hostname" : "waf-regional.eu-south-1.amazonaws.com"
6148
+ },
6025
6149
  "eu-west-1" : {
6026
6150
  "credentialScope" : {
6027
6151
  "region" : "eu-west-1"
@@ -6040,6 +6164,12 @@
6040
6164
  },
6041
6165
  "hostname" : "waf-regional.eu-west-3.amazonaws.com"
6042
6166
  },
6167
+ "fips-af-south-1" : {
6168
+ "credentialScope" : {
6169
+ "region" : "af-south-1"
6170
+ },
6171
+ "hostname" : "waf-regional-fips.af-south-1.amazonaws.com"
6172
+ },
6043
6173
  "fips-ap-east-1" : {
6044
6174
  "credentialScope" : {
6045
6175
  "region" : "ap-east-1"
@@ -6094,6 +6224,12 @@
6094
6224
  },
6095
6225
  "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com"
6096
6226
  },
6227
+ "fips-eu-south-1" : {
6228
+ "credentialScope" : {
6229
+ "region" : "eu-south-1"
6230
+ },
6231
+ "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
6232
+ },
6097
6233
  "fips-eu-west-1" : {
6098
6234
  "credentialScope" : {
6099
6235
  "region" : "eu-west-1"
@@ -6228,6 +6364,18 @@
6228
6364
  "eu-central-1" : { },
6229
6365
  "eu-west-1" : { },
6230
6366
  "eu-west-2" : { },
6367
+ "fips-us-east-1" : {
6368
+ "credentialScope" : {
6369
+ "region" : "us-east-1"
6370
+ },
6371
+ "hostname" : "workspaces-fips.us-east-1.amazonaws.com"
6372
+ },
6373
+ "fips-us-west-2" : {
6374
+ "credentialScope" : {
6375
+ "region" : "us-west-2"
6376
+ },
6377
+ "hostname" : "workspaces-fips.us-west-2.amazonaws.com"
6378
+ },
6231
6379
  "sa-east-1" : { },
6232
6380
  "us-east-1" : { },
6233
6381
  "us-west-2" : { }
@@ -6494,6 +6642,12 @@
6494
6642
  "cn-northwest-1" : { }
6495
6643
  }
6496
6644
  },
6645
+ "ebs" : {
6646
+ "endpoints" : {
6647
+ "cn-north-1" : { },
6648
+ "cn-northwest-1" : { }
6649
+ }
6650
+ },
6497
6651
  "ec2" : {
6498
6652
  "defaults" : {
6499
6653
  "protocols" : [ "http", "https" ]
@@ -6642,6 +6796,21 @@
6642
6796
  "cn-northwest-1" : { }
6643
6797
  }
6644
6798
  },
6799
+ "iotevents" : {
6800
+ "endpoints" : {
6801
+ "cn-north-1" : { }
6802
+ }
6803
+ },
6804
+ "ioteventsdata" : {
6805
+ "endpoints" : {
6806
+ "cn-north-1" : {
6807
+ "credentialScope" : {
6808
+ "region" : "cn-north-1"
6809
+ },
6810
+ "hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn"
6811
+ }
6812
+ }
6813
+ },
6645
6814
  "iotsecuredtunneling" : {
6646
6815
  "endpoints" : {
6647
6816
  "cn-north-1" : { },
@@ -6754,6 +6923,12 @@
6754
6923
  "cn-northwest-1" : { }
6755
6924
  }
6756
6925
  },
6926
+ "resource-groups" : {
6927
+ "endpoints" : {
6928
+ "cn-north-1" : { },
6929
+ "cn-northwest-1" : { }
6930
+ }
6931
+ },
6757
6932
  "route53" : {
6758
6933
  "endpoints" : {
6759
6934
  "aws-cn-global" : {
@@ -7431,6 +7606,12 @@
7431
7606
  }
7432
7607
  }
7433
7608
  },
7609
+ "ebs" : {
7610
+ "endpoints" : {
7611
+ "us-gov-east-1" : { },
7612
+ "us-gov-west-1" : { }
7613
+ }
7614
+ },
7434
7615
  "ec2" : {
7435
7616
  "endpoints" : {
7436
7617
  "us-gov-east-1" : {
@@ -7526,13 +7707,13 @@
7526
7707
  "credentialScope" : {
7527
7708
  "region" : "us-gov-east-1"
7528
7709
  },
7529
- "hostname" : "elasticloadbalancing-fips.us-gov-east-1.amazonaws.com"
7710
+ "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
7530
7711
  },
7531
7712
  "fips-us-gov-west-1" : {
7532
7713
  "credentialScope" : {
7533
7714
  "region" : "us-gov-west-1"
7534
7715
  },
7535
- "hostname" : "elasticloadbalancing-fips.us-gov-west-1.amazonaws.com"
7716
+ "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
7536
7717
  },
7537
7718
  "us-gov-east-1" : { },
7538
7719
  "us-gov-west-1" : {
@@ -7683,7 +7864,12 @@
7683
7864
  },
7684
7865
  "health" : {
7685
7866
  "endpoints" : {
7686
- "us-gov-west-1" : { }
7867
+ "fips-us-gov-west-1" : {
7868
+ "credentialScope" : {
7869
+ "region" : "us-gov-west-1"
7870
+ },
7871
+ "hostname" : "health-fips.us-gov-west-1.amazonaws.com"
7872
+ }
7687
7873
  }
7688
7874
  },
7689
7875
  "iam" : {
@@ -7747,20 +7933,18 @@
7747
7933
  },
7748
7934
  "kinesis" : {
7749
7935
  "endpoints" : {
7750
- "fips-us-gov-east-1" : {
7936
+ "us-gov-east-1" : {
7751
7937
  "credentialScope" : {
7752
7938
  "region" : "us-gov-east-1"
7753
7939
  },
7754
- "hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
7940
+ "hostname" : "kinesis.us-gov-east-1.amazonaws.com"
7755
7941
  },
7756
- "fips-us-gov-west-1" : {
7942
+ "us-gov-west-1" : {
7757
7943
  "credentialScope" : {
7758
7944
  "region" : "us-gov-west-1"
7759
7945
  },
7760
- "hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
7761
- },
7762
- "us-gov-east-1" : { },
7763
- "us-gov-west-1" : { }
7946
+ "hostname" : "kinesis.us-gov-west-1.amazonaws.com"
7947
+ }
7764
7948
  }
7765
7949
  },
7766
7950
  "kinesisanalytics" : {
@@ -7929,6 +8113,12 @@
7929
8113
  }
7930
8114
  },
7931
8115
  "endpoints" : {
8116
+ "fips-us-gov-west-1" : {
8117
+ "credentialScope" : {
8118
+ "region" : "us-gov-west-1"
8119
+ },
8120
+ "hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8121
+ },
7932
8122
  "us-gov-west-1" : { }
7933
8123
  }
7934
8124
  },
@@ -8044,7 +8234,7 @@
8044
8234
  "credentialScope" : {
8045
8235
  "region" : "us-gov-west-1"
8046
8236
  },
8047
- "hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
8237
+ "hostname" : "s3-fips.us-gov-west-1.amazonaws.com"
8048
8238
  },
8049
8239
  "us-gov-east-1" : {
8050
8240
  "hostname" : "s3.us-gov-east-1.amazonaws.com",
@@ -8399,6 +8589,24 @@
8399
8589
  "us-gov-west-1" : { }
8400
8590
  }
8401
8591
  },
8592
+ "transfer" : {
8593
+ "endpoints" : {
8594
+ "fips-us-gov-east-1" : {
8595
+ "credentialScope" : {
8596
+ "region" : "us-gov-east-1"
8597
+ },
8598
+ "hostname" : "transfer-fips.us-gov-east-1.amazonaws.com"
8599
+ },
8600
+ "fips-us-gov-west-1" : {
8601
+ "credentialScope" : {
8602
+ "region" : "us-gov-west-1"
8603
+ },
8604
+ "hostname" : "transfer-fips.us-gov-west-1.amazonaws.com"
8605
+ },
8606
+ "us-gov-east-1" : { },
8607
+ "us-gov-west-1" : { }
8608
+ }
8609
+ },
8402
8610
  "translate" : {
8403
8611
  "defaults" : {
8404
8612
  "protocols" : [ "https" ]
@@ -8431,6 +8639,12 @@
8431
8639
  },
8432
8640
  "workspaces" : {
8433
8641
  "endpoints" : {
8642
+ "fips-us-gov-west-1" : {
8643
+ "credentialScope" : {
8644
+ "region" : "us-gov-west-1"
8645
+ },
8646
+ "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
8647
+ },
8434
8648
  "us-gov-west-1" : { }
8435
8649
  }
8436
8650
  },
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.360.0
4
+ version: 1.381.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: 2020-08-26 00:00:00.000000000 Z
11
+ date: 2020-10-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: