aws-partitions 1.472.0 → 1.488.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b80c22b49f97f8f88a7d887203ea4b0b52551e8103e64ff861eae98f43d2fe07
4
- data.tar.gz: 0d8dce767713e70452f6ddeb439098c4e3fd3ffbb2fb8bc08f93b3a814f7e619
3
+ metadata.gz: 90d306f740f28fff3fc032d01e714018c2cf58ec6efc363c3f2892d0bf989657
4
+ data.tar.gz: 6455e22b80d18678e74486fd06338cca8239be5a98a078c3b9e3f22c7045fd43
5
5
  SHA512:
6
- metadata.gz: 60de12b50080b3e03820359cfc2f4d415a1f37d1e0587338ac3d1ca5e7b28988b22497783fd08025bad4bff1c324632dd3252b5c102f69eceaeef3decb065eb0
7
- data.tar.gz: 6b62bed524e198d812ca06367a444f188de1e2e4ac638a3d3ef33b874bdb9129b40f63b383e7102a3f8c043f9f26c77b733fcb60e71e5423be16d02b4ef93083
6
+ metadata.gz: facc57e456e453661985357db4536b609d253e0e8c8a431550cbaf87cd45f5bdb90df8a7e298cc2c162dde8a990e8c4ed032993df1f429997b545fb17469b211
7
+ data.tar.gz: 817629236ada002e8973021cee3b071d990a849c424119e27c745781d67575e30e1ef7c3fd19dac3d028ec3c187a5ab0c99e28cfc01aad769b5ce22f42c160e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,92 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.488.0 (2021-08-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.487.0 (2021-08-12)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.486.0 (2021-08-11)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::SnowDeviceManagement`.
18
+
19
+ 1.485.0 (2021-08-10)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.484.0 (2021-08-06)
25
+ ------------------
26
+
27
+ * Feature - Added support for enumerating regions for `Aws::ChimeSDKMessaging`.
28
+
29
+ * Feature - Added support for enumerating regions for `Aws::ChimeSDKIdentity`.
30
+
31
+ 1.483.0 (2021-08-04)
32
+ ------------------
33
+
34
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
35
+
36
+ 1.482.0 (2021-07-30)
37
+ ------------------
38
+
39
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
40
+
41
+ 1.481.0 (2021-07-29)
42
+ ------------------
43
+
44
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
45
+
46
+ 1.480.0 (2021-07-27)
47
+ ------------------
48
+
49
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryReadiness`.
50
+
51
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryControlConfig`.
52
+
53
+ * Feature - Added support for enumerating regions for `Aws::Route53RecoveryCluster`.
54
+
55
+ 1.479.0 (2021-07-16)
56
+ ------------------
57
+
58
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
59
+
60
+ 1.478.0 (2021-07-13)
61
+ ------------------
62
+
63
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
64
+
65
+ 1.477.0 (2021-07-12)
66
+ ------------------
67
+
68
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
69
+
70
+ 1.476.0 (2021-07-09)
71
+ ------------------
72
+
73
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
74
+
75
+ 1.475.0 (2021-07-08)
76
+ ------------------
77
+
78
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
79
+
80
+ 1.474.0 (2021-07-06)
81
+ ------------------
82
+
83
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
84
+
85
+ 1.473.0 (2021-07-01)
86
+ ------------------
87
+
88
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
89
+
4
90
  1.472.0 (2021-06-25)
5
91
  ------------------
6
92
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.472.0
1
+ 1.488.0
@@ -255,6 +255,8 @@ module Aws
255
255
  'Braket' => 'braket',
256
256
  'Budgets' => 'budgets',
257
257
  'Chime' => 'chime',
258
+ 'ChimeSDKIdentity' => 'identity-chime',
259
+ 'ChimeSDKMessaging' => 'messaging-chime',
258
260
  'Cloud9' => 'cloud9',
259
261
  'CloudDirectory' => 'clouddirectory',
260
262
  'CloudFormation' => 'cloudformation',
@@ -440,6 +442,9 @@ module Aws
440
442
  'RoboMaker' => 'robomaker',
441
443
  'Route53' => 'route53',
442
444
  'Route53Domains' => 'route53domains',
445
+ 'Route53RecoveryCluster' => 'route53-recovery-cluster',
446
+ 'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
447
+ 'Route53RecoveryReadiness' => 'route53-recovery-readiness',
443
448
  'Route53Resolver' => 'route53resolver',
444
449
  'S3' => 's3',
445
450
  'S3Control' => 's3-control',
@@ -472,6 +477,7 @@ module Aws
472
477
  'Shield' => 'shield',
473
478
  'Signer' => 'signer',
474
479
  'SimpleDB' => 'sdb',
480
+ 'SnowDeviceManagement' => 'snow-device-management',
475
481
  'Snowball' => 'snowball',
476
482
  'States' => 'states',
477
483
  'StorageGateway' => 'storagegateway',
data/partitions.json CHANGED
@@ -261,6 +261,29 @@
261
261
  "us-west-2" : { }
262
262
  }
263
263
  },
264
+ "amplify" : {
265
+ "endpoints" : {
266
+ "ap-east-1" : { },
267
+ "ap-northeast-1" : { },
268
+ "ap-northeast-2" : { },
269
+ "ap-south-1" : { },
270
+ "ap-southeast-1" : { },
271
+ "ap-southeast-2" : { },
272
+ "ca-central-1" : { },
273
+ "eu-central-1" : { },
274
+ "eu-north-1" : { },
275
+ "eu-south-1" : { },
276
+ "eu-west-1" : { },
277
+ "eu-west-2" : { },
278
+ "eu-west-3" : { },
279
+ "me-south-1" : { },
280
+ "sa-east-1" : { },
281
+ "us-east-1" : { },
282
+ "us-east-2" : { },
283
+ "us-west-1" : { },
284
+ "us-west-2" : { }
285
+ }
286
+ },
264
287
  "amplifybackend" : {
265
288
  "endpoints" : {
266
289
  "ap-northeast-1" : { },
@@ -540,6 +563,30 @@
540
563
  "eu-north-1" : { },
541
564
  "eu-west-1" : { },
542
565
  "eu-west-2" : { },
566
+ "fips-ca-central-1" : {
567
+ "credentialScope" : {
568
+ "region" : "ca-central-1"
569
+ },
570
+ "hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
571
+ },
572
+ "fips-us-east-1" : {
573
+ "credentialScope" : {
574
+ "region" : "us-east-1"
575
+ },
576
+ "hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
577
+ },
578
+ "fips-us-east-2" : {
579
+ "credentialScope" : {
580
+ "region" : "us-east-2"
581
+ },
582
+ "hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
583
+ },
584
+ "fips-us-west-2" : {
585
+ "credentialScope" : {
586
+ "region" : "us-west-2"
587
+ },
588
+ "hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
589
+ },
543
590
  "us-east-1" : { },
544
591
  "us-east-2" : { },
545
592
  "us-west-2" : { }
@@ -654,6 +701,7 @@
654
701
  },
655
702
  "appflow" : {
656
703
  "endpoints" : {
704
+ "af-south-1" : { },
657
705
  "ap-northeast-1" : { },
658
706
  "ap-northeast-2" : { },
659
707
  "ap-south-1" : { },
@@ -747,6 +795,7 @@
747
795
  "ap-southeast-2" : { },
748
796
  "eu-central-1" : { },
749
797
  "eu-west-1" : { },
798
+ "eu-west-2" : { },
750
799
  "fips" : {
751
800
  "credentialScope" : {
752
801
  "region" : "us-west-2"
@@ -762,6 +811,7 @@
762
811
  "ap-east-1" : { },
763
812
  "ap-northeast-1" : { },
764
813
  "ap-northeast-2" : { },
814
+ "ap-northeast-3" : { },
765
815
  "ap-south-1" : { },
766
816
  "ap-southeast-1" : { },
767
817
  "ap-southeast-2" : { },
@@ -786,6 +836,7 @@
786
836
  "ap-east-1" : { },
787
837
  "ap-northeast-1" : { },
788
838
  "ap-northeast-2" : { },
839
+ "ap-northeast-3" : { },
789
840
  "ap-south-1" : { },
790
841
  "ap-southeast-1" : { },
791
842
  "ap-southeast-2" : { },
@@ -865,6 +916,7 @@
865
916
  "ap-east-1" : { },
866
917
  "ap-northeast-1" : { },
867
918
  "ap-northeast-2" : { },
919
+ "ap-northeast-3" : { },
868
920
  "ap-south-1" : { },
869
921
  "ap-southeast-1" : { },
870
922
  "ap-southeast-2" : { },
@@ -1223,6 +1275,7 @@
1223
1275
  "ap-east-1" : { },
1224
1276
  "ap-northeast-1" : { },
1225
1277
  "ap-northeast-2" : { },
1278
+ "ap-northeast-3" : { },
1226
1279
  "ap-south-1" : { },
1227
1280
  "ap-southeast-1" : { },
1228
1281
  "ap-southeast-2" : { },
@@ -1709,6 +1762,36 @@
1709
1762
  "eu-west-1" : { },
1710
1763
  "eu-west-2" : { },
1711
1764
  "eu-west-3" : { },
1765
+ "fips-ca-central-1" : {
1766
+ "credentialScope" : {
1767
+ "service" : "iotdata"
1768
+ },
1769
+ "hostname" : "data.iot-fips.ca-central-1.amazonaws.com"
1770
+ },
1771
+ "fips-us-east-1" : {
1772
+ "credentialScope" : {
1773
+ "service" : "iotdata"
1774
+ },
1775
+ "hostname" : "data.iot-fips.us-east-1.amazonaws.com"
1776
+ },
1777
+ "fips-us-east-2" : {
1778
+ "credentialScope" : {
1779
+ "service" : "iotdata"
1780
+ },
1781
+ "hostname" : "data.iot-fips.us-east-2.amazonaws.com"
1782
+ },
1783
+ "fips-us-west-1" : {
1784
+ "credentialScope" : {
1785
+ "service" : "iotdata"
1786
+ },
1787
+ "hostname" : "data.iot-fips.us-west-1.amazonaws.com"
1788
+ },
1789
+ "fips-us-west-2" : {
1790
+ "credentialScope" : {
1791
+ "service" : "iotdata"
1792
+ },
1793
+ "hostname" : "data.iot-fips.us-west-2.amazonaws.com"
1794
+ },
1712
1795
  "me-south-1" : { },
1713
1796
  "sa-east-1" : { },
1714
1797
  "us-east-1" : { },
@@ -1760,6 +1843,7 @@
1760
1843
  "ap-east-1" : { },
1761
1844
  "ap-northeast-1" : { },
1762
1845
  "ap-northeast-2" : { },
1846
+ "ap-northeast-3" : { },
1763
1847
  "ap-south-1" : { },
1764
1848
  "ap-southeast-1" : { },
1765
1849
  "ap-southeast-2" : { },
@@ -2015,6 +2099,7 @@
2015
2099
  "ap-east-1" : { },
2016
2100
  "ap-northeast-1" : { },
2017
2101
  "ap-northeast-2" : { },
2102
+ "ap-northeast-3" : { },
2018
2103
  "ap-south-1" : { },
2019
2104
  "ap-southeast-1" : { },
2020
2105
  "ap-southeast-2" : { },
@@ -2723,6 +2808,36 @@
2723
2808
  "eu-west-1" : { },
2724
2809
  "eu-west-2" : { },
2725
2810
  "eu-west-3" : { },
2811
+ "fips-ca-central-1" : {
2812
+ "credentialScope" : {
2813
+ "region" : "ca-central-1"
2814
+ },
2815
+ "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com"
2816
+ },
2817
+ "fips-us-east-1" : {
2818
+ "credentialScope" : {
2819
+ "region" : "us-east-1"
2820
+ },
2821
+ "hostname" : "emr-containers-fips.us-east-1.amazonaws.com"
2822
+ },
2823
+ "fips-us-east-2" : {
2824
+ "credentialScope" : {
2825
+ "region" : "us-east-2"
2826
+ },
2827
+ "hostname" : "emr-containers-fips.us-east-2.amazonaws.com"
2828
+ },
2829
+ "fips-us-west-1" : {
2830
+ "credentialScope" : {
2831
+ "region" : "us-west-1"
2832
+ },
2833
+ "hostname" : "emr-containers-fips.us-west-1.amazonaws.com"
2834
+ },
2835
+ "fips-us-west-2" : {
2836
+ "credentialScope" : {
2837
+ "region" : "us-west-2"
2838
+ },
2839
+ "hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
2840
+ },
2726
2841
  "sa-east-1" : { },
2727
2842
  "us-east-1" : { },
2728
2843
  "us-east-2" : { },
@@ -2896,6 +3011,7 @@
2896
3011
  "ap-east-1" : { },
2897
3012
  "ap-northeast-1" : { },
2898
3013
  "ap-northeast-2" : { },
3014
+ "ap-northeast-3" : { },
2899
3015
  "ap-south-1" : { },
2900
3016
  "ap-southeast-1" : { },
2901
3017
  "ap-southeast-2" : { },
@@ -3098,6 +3214,7 @@
3098
3214
  "ap-east-1" : { },
3099
3215
  "ap-northeast-1" : { },
3100
3216
  "ap-northeast-2" : { },
3217
+ "ap-northeast-3" : { },
3101
3218
  "ap-south-1" : { },
3102
3219
  "ap-southeast-1" : { },
3103
3220
  "ap-southeast-2" : { },
@@ -3396,7 +3513,9 @@
3396
3513
  "protocols" : [ "https" ]
3397
3514
  },
3398
3515
  "endpoints" : {
3399
- "us-east-1" : { }
3516
+ "us-east-1" : { },
3517
+ "us-east-2" : { },
3518
+ "us-west-2" : { }
3400
3519
  }
3401
3520
  },
3402
3521
  "honeycode" : {
@@ -3422,6 +3541,17 @@
3422
3541
  "isRegionalized" : false,
3423
3542
  "partitionEndpoint" : "aws-global"
3424
3543
  },
3544
+ "identity-chime" : {
3545
+ "endpoints" : {
3546
+ "us-east-1" : { },
3547
+ "us-east-1-fips" : {
3548
+ "credentialScope" : {
3549
+ "region" : "us-east-1"
3550
+ },
3551
+ "hostname" : "identity-chime-fips.us-east-1.amazonaws.com"
3552
+ }
3553
+ }
3554
+ },
3425
3555
  "identitystore" : {
3426
3556
  "endpoints" : {
3427
3557
  "ap-northeast-1" : { },
@@ -3512,6 +3642,36 @@
3512
3642
  "eu-west-1" : { },
3513
3643
  "eu-west-2" : { },
3514
3644
  "eu-west-3" : { },
3645
+ "fips-ca-central-1" : {
3646
+ "credentialScope" : {
3647
+ "service" : "execute-api"
3648
+ },
3649
+ "hostname" : "iot-fips.ca-central-1.amazonaws.com"
3650
+ },
3651
+ "fips-us-east-1" : {
3652
+ "credentialScope" : {
3653
+ "service" : "execute-api"
3654
+ },
3655
+ "hostname" : "iot-fips.us-east-1.amazonaws.com"
3656
+ },
3657
+ "fips-us-east-2" : {
3658
+ "credentialScope" : {
3659
+ "service" : "execute-api"
3660
+ },
3661
+ "hostname" : "iot-fips.us-east-2.amazonaws.com"
3662
+ },
3663
+ "fips-us-west-1" : {
3664
+ "credentialScope" : {
3665
+ "service" : "execute-api"
3666
+ },
3667
+ "hostname" : "iot-fips.us-west-1.amazonaws.com"
3668
+ },
3669
+ "fips-us-west-2" : {
3670
+ "credentialScope" : {
3671
+ "service" : "execute-api"
3672
+ },
3673
+ "hostname" : "iot-fips.us-west-2.amazonaws.com"
3674
+ },
3515
3675
  "me-south-1" : { },
3516
3676
  "sa-east-1" : { },
3517
3677
  "us-east-1" : { },
@@ -3648,6 +3808,18 @@
3648
3808
  },
3649
3809
  "iotwireless" : {
3650
3810
  "endpoints" : {
3811
+ "ap-northeast-1" : {
3812
+ "credentialScope" : {
3813
+ "region" : "ap-northeast-1"
3814
+ },
3815
+ "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
3816
+ },
3817
+ "ap-southeast-2" : {
3818
+ "credentialScope" : {
3819
+ "region" : "ap-southeast-2"
3820
+ },
3821
+ "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
3822
+ },
3651
3823
  "eu-west-1" : {
3652
3824
  "credentialScope" : {
3653
3825
  "region" : "eu-west-1"
@@ -3659,6 +3831,12 @@
3659
3831
  "region" : "us-east-1"
3660
3832
  },
3661
3833
  "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
3834
+ },
3835
+ "us-west-2" : {
3836
+ "credentialScope" : {
3837
+ "region" : "us-west-2"
3838
+ },
3839
+ "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
3662
3840
  }
3663
3841
  }
3664
3842
  },
@@ -4240,6 +4418,7 @@
4240
4418
  "eu-west-3" : { },
4241
4419
  "sa-east-1" : { },
4242
4420
  "us-east-1" : { },
4421
+ "us-east-2" : { },
4243
4422
  "us-west-1" : { },
4244
4423
  "us-west-2" : { }
4245
4424
  }
@@ -4257,6 +4436,17 @@
4257
4436
  "us-west-2" : { }
4258
4437
  }
4259
4438
  },
4439
+ "messaging-chime" : {
4440
+ "endpoints" : {
4441
+ "us-east-1" : { },
4442
+ "us-east-1-fips" : {
4443
+ "credentialScope" : {
4444
+ "region" : "us-east-1"
4445
+ },
4446
+ "hostname" : "messaging-chime-fips.us-east-1.amazonaws.com"
4447
+ }
4448
+ }
4449
+ },
4260
4450
  "metering.marketplace" : {
4261
4451
  "defaults" : {
4262
4452
  "credentialScope" : {
@@ -4615,6 +4805,12 @@
4615
4805
  },
4616
4806
  "hostname" : "oidc.eu-west-2.amazonaws.com"
4617
4807
  },
4808
+ "eu-west-3" : {
4809
+ "credentialScope" : {
4810
+ "region" : "eu-west-3"
4811
+ },
4812
+ "hostname" : "oidc.eu-west-3.amazonaws.com"
4813
+ },
4618
4814
  "us-east-1" : {
4619
4815
  "credentialScope" : {
4620
4816
  "region" : "us-east-1"
@@ -5248,6 +5444,16 @@
5248
5444
  "isRegionalized" : false,
5249
5445
  "partitionEndpoint" : "aws-global"
5250
5446
  },
5447
+ "route53-recovery-control-config" : {
5448
+ "endpoints" : {
5449
+ "aws-global" : {
5450
+ "credentialScope" : {
5451
+ "region" : "us-west-2"
5452
+ },
5453
+ "hostname" : "route53-recovery-control-config.us-west-2.amazonaws.com"
5454
+ }
5455
+ }
5456
+ },
5251
5457
  "route53domains" : {
5252
5458
  "endpoints" : {
5253
5459
  "us-east-1" : { }
@@ -6503,6 +6709,7 @@
6503
6709
  "ap-east-1" : { },
6504
6710
  "ap-northeast-1" : { },
6505
6711
  "ap-northeast-2" : { },
6712
+ "ap-northeast-3" : { },
6506
6713
  "ap-south-1" : { },
6507
6714
  "ap-southeast-1" : { },
6508
6715
  "ap-southeast-2" : { },
@@ -7481,6 +7688,7 @@
7481
7688
  },
7482
7689
  "dax" : {
7483
7690
  "endpoints" : {
7691
+ "cn-north-1" : { },
7484
7692
  "cn-northwest-1" : { }
7485
7693
  }
7486
7694
  },
@@ -7625,7 +7833,8 @@
7625
7833
  },
7626
7834
  "gamelift" : {
7627
7835
  "endpoints" : {
7628
- "cn-north-1" : { }
7836
+ "cn-north-1" : { },
7837
+ "cn-northwest-1" : { }
7629
7838
  }
7630
7839
  },
7631
7840
  "glacier" : {
@@ -7792,6 +8001,12 @@
7792
8001
  },
7793
8002
  "neptune" : {
7794
8003
  "endpoints" : {
8004
+ "cn-north-1" : {
8005
+ "credentialScope" : {
8006
+ "region" : "cn-north-1"
8007
+ },
8008
+ "hostname" : "rds.cn-north-1.amazonaws.com.cn"
8009
+ },
7795
8010
  "cn-northwest-1" : {
7796
8011
  "credentialScope" : {
7797
8012
  "region" : "cn-northwest-1"
@@ -8071,6 +8286,12 @@
8071
8286
  }
8072
8287
  }
8073
8288
  },
8289
+ "transcribestreaming" : {
8290
+ "endpoints" : {
8291
+ "cn-north-1" : { },
8292
+ "cn-northwest-1" : { }
8293
+ }
8294
+ },
8074
8295
  "transfer" : {
8075
8296
  "endpoints" : {
8076
8297
  "cn-north-1" : { },
@@ -8558,6 +8779,18 @@
8558
8779
  "protocols" : [ "https" ]
8559
8780
  },
8560
8781
  "endpoints" : {
8782
+ "fips-us-gov-east-1" : {
8783
+ "credentialScope" : {
8784
+ "service" : "iotdata"
8785
+ },
8786
+ "hostname" : "data.iot-fips.us-gov-east-1.amazonaws.com"
8787
+ },
8788
+ "fips-us-gov-west-1" : {
8789
+ "credentialScope" : {
8790
+ "service" : "iotdata"
8791
+ },
8792
+ "hostname" : "data.iot-fips.us-gov-west-1.amazonaws.com"
8793
+ },
8561
8794
  "us-gov-east-1" : { },
8562
8795
  "us-gov-west-1" : { }
8563
8796
  }
@@ -9045,6 +9278,18 @@
9045
9278
  }
9046
9279
  },
9047
9280
  "endpoints" : {
9281
+ "fips-us-gov-east-1" : {
9282
+ "credentialScope" : {
9283
+ "service" : "execute-api"
9284
+ },
9285
+ "hostname" : "iot-fips.us-gov-east-1.amazonaws.com"
9286
+ },
9287
+ "fips-us-gov-west-1" : {
9288
+ "credentialScope" : {
9289
+ "service" : "execute-api"
9290
+ },
9291
+ "hostname" : "iot-fips.us-gov-west-1.amazonaws.com"
9292
+ },
9048
9293
  "us-gov-east-1" : { },
9049
9294
  "us-gov-west-1" : { }
9050
9295
  }
@@ -10152,6 +10397,11 @@
10152
10397
  "us-iso-east-1" : { }
10153
10398
  }
10154
10399
  },
10400
+ "license-manager" : {
10401
+ "endpoints" : {
10402
+ "us-iso-east-1" : { }
10403
+ }
10404
+ },
10155
10405
  "logs" : {
10156
10406
  "endpoints" : {
10157
10407
  "us-iso-east-1" : { }
@@ -10393,6 +10643,11 @@
10393
10643
  "us-isob-east-1" : { }
10394
10644
  }
10395
10645
  },
10646
+ "ds" : {
10647
+ "endpoints" : {
10648
+ "us-isob-east-1" : { }
10649
+ }
10650
+ },
10396
10651
  "dynamodb" : {
10397
10652
  "defaults" : {
10398
10653
  "protocols" : [ "http", "https" ]
@@ -10593,6 +10848,11 @@
10593
10848
  "endpoints" : {
10594
10849
  "us-isob-east-1" : { }
10595
10850
  }
10851
+ },
10852
+ "tagging" : {
10853
+ "endpoints" : {
10854
+ "us-isob-east-1" : { }
10855
+ }
10596
10856
  }
10597
10857
  }
10598
10858
  } ],
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.472.0
4
+ version: 1.488.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: 2021-06-25 00:00:00.000000000 Z
11
+ date: 2021-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: