aws-partitions 1.511.0 → 1.520.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 +4 -4
- data/CHANGELOG.md +45 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +322 -27
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dba16a49323ffa3098c15f24074fda7a3872f3caa80fbc31e5dc84a2fe0602df
|
|
4
|
+
data.tar.gz: 20f1dfc375ba18cdd3745508f3ab7faf534b9163343e1e7f1be81e4bab9c74ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9025b1fcafd6796bf0e1a3f0a14e7dcb58aa6ab6d0fb70ad753cf20165b56a1409084db88b5492a0041a2955f837dd258003d584150c45e1a0e0284a5d59e210
|
|
7
|
+
data.tar.gz: 6156523be330e441dffec311ef44c3839ebe557b8444bded6b182de2d7edc754495b3306516acc1dfe23e4d3850f6f1769064d96761dc50bf7afd47fce60f442
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,51 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.520.0 (2021-10-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.519.0 (2021-10-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.518.0 (2021-10-21)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.517.0 (2021-10-20)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::Panorama`.
|
|
23
|
+
|
|
24
|
+
1.516.0 (2021-10-14)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.515.0 (2021-10-13)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.514.0 (2021-10-12)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
39
|
+
1.513.0 (2021-10-08)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.512.0 (2021-10-07)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Added support for enumerating regions for `Aws::ManagedGrafana`.
|
|
48
|
+
|
|
4
49
|
1.511.0 (2021-10-06)
|
|
5
50
|
------------------
|
|
6
51
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.520.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -397,6 +397,7 @@ module Aws
|
|
|
397
397
|
'Macie' => 'macie',
|
|
398
398
|
'Macie2' => 'macie2',
|
|
399
399
|
'ManagedBlockchain' => 'managedblockchain',
|
|
400
|
+
'ManagedGrafana' => 'grafana',
|
|
400
401
|
'MarketplaceCatalog' => 'catalog.marketplace',
|
|
401
402
|
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
|
|
402
403
|
'MarketplaceEntitlementService' => 'entitlement.marketplace',
|
|
@@ -424,6 +425,7 @@ module Aws
|
|
|
424
425
|
'Organizations' => 'organizations',
|
|
425
426
|
'Outposts' => 'outposts',
|
|
426
427
|
'PI' => 'pi',
|
|
428
|
+
'Panorama' => 'panorama',
|
|
427
429
|
'Personalize' => 'personalize',
|
|
428
430
|
'PersonalizeEvents' => 'personalize-events',
|
|
429
431
|
'PersonalizeRuntime' => 'personalize-runtime',
|
data/partitions.json
CHANGED
|
@@ -766,6 +766,30 @@
|
|
|
766
766
|
"us-west-2" : { }
|
|
767
767
|
}
|
|
768
768
|
},
|
|
769
|
+
"applicationinsights" : {
|
|
770
|
+
"endpoints" : {
|
|
771
|
+
"af-south-1" : { },
|
|
772
|
+
"ap-east-1" : { },
|
|
773
|
+
"ap-northeast-1" : { },
|
|
774
|
+
"ap-northeast-2" : { },
|
|
775
|
+
"ap-south-1" : { },
|
|
776
|
+
"ap-southeast-1" : { },
|
|
777
|
+
"ap-southeast-2" : { },
|
|
778
|
+
"ca-central-1" : { },
|
|
779
|
+
"eu-central-1" : { },
|
|
780
|
+
"eu-north-1" : { },
|
|
781
|
+
"eu-south-1" : { },
|
|
782
|
+
"eu-west-1" : { },
|
|
783
|
+
"eu-west-2" : { },
|
|
784
|
+
"eu-west-3" : { },
|
|
785
|
+
"me-south-1" : { },
|
|
786
|
+
"sa-east-1" : { },
|
|
787
|
+
"us-east-1" : { },
|
|
788
|
+
"us-east-2" : { },
|
|
789
|
+
"us-west-1" : { },
|
|
790
|
+
"us-west-2" : { }
|
|
791
|
+
}
|
|
792
|
+
},
|
|
769
793
|
"appmesh" : {
|
|
770
794
|
"endpoints" : {
|
|
771
795
|
"af-south-1" : { },
|
|
@@ -3596,6 +3620,70 @@
|
|
|
3596
3620
|
"us-west-2" : { }
|
|
3597
3621
|
}
|
|
3598
3622
|
},
|
|
3623
|
+
"grafana" : {
|
|
3624
|
+
"endpoints" : {
|
|
3625
|
+
"ap-northeast-1" : {
|
|
3626
|
+
"credentialScope" : {
|
|
3627
|
+
"region" : "ap-northeast-1"
|
|
3628
|
+
},
|
|
3629
|
+
"hostname" : "grafana.ap-northeast-1.amazonaws.com"
|
|
3630
|
+
},
|
|
3631
|
+
"ap-northeast-2" : {
|
|
3632
|
+
"credentialScope" : {
|
|
3633
|
+
"region" : "ap-northeast-2"
|
|
3634
|
+
},
|
|
3635
|
+
"hostname" : "grafana.ap-northeast-2.amazonaws.com"
|
|
3636
|
+
},
|
|
3637
|
+
"ap-southeast-1" : {
|
|
3638
|
+
"credentialScope" : {
|
|
3639
|
+
"region" : "ap-southeast-1"
|
|
3640
|
+
},
|
|
3641
|
+
"hostname" : "grafana.ap-southeast-1.amazonaws.com"
|
|
3642
|
+
},
|
|
3643
|
+
"ap-southeast-2" : {
|
|
3644
|
+
"credentialScope" : {
|
|
3645
|
+
"region" : "ap-southeast-2"
|
|
3646
|
+
},
|
|
3647
|
+
"hostname" : "grafana.ap-southeast-2.amazonaws.com"
|
|
3648
|
+
},
|
|
3649
|
+
"eu-central-1" : {
|
|
3650
|
+
"credentialScope" : {
|
|
3651
|
+
"region" : "eu-central-1"
|
|
3652
|
+
},
|
|
3653
|
+
"hostname" : "grafana.eu-central-1.amazonaws.com"
|
|
3654
|
+
},
|
|
3655
|
+
"eu-west-1" : {
|
|
3656
|
+
"credentialScope" : {
|
|
3657
|
+
"region" : "eu-west-1"
|
|
3658
|
+
},
|
|
3659
|
+
"hostname" : "grafana.eu-west-1.amazonaws.com"
|
|
3660
|
+
},
|
|
3661
|
+
"eu-west-2" : {
|
|
3662
|
+
"credentialScope" : {
|
|
3663
|
+
"region" : "eu-west-2"
|
|
3664
|
+
},
|
|
3665
|
+
"hostname" : "grafana.eu-west-2.amazonaws.com"
|
|
3666
|
+
},
|
|
3667
|
+
"us-east-1" : {
|
|
3668
|
+
"credentialScope" : {
|
|
3669
|
+
"region" : "us-east-1"
|
|
3670
|
+
},
|
|
3671
|
+
"hostname" : "grafana.us-east-1.amazonaws.com"
|
|
3672
|
+
},
|
|
3673
|
+
"us-east-2" : {
|
|
3674
|
+
"credentialScope" : {
|
|
3675
|
+
"region" : "us-east-2"
|
|
3676
|
+
},
|
|
3677
|
+
"hostname" : "grafana.us-east-2.amazonaws.com"
|
|
3678
|
+
},
|
|
3679
|
+
"us-west-2" : {
|
|
3680
|
+
"credentialScope" : {
|
|
3681
|
+
"region" : "us-west-2"
|
|
3682
|
+
},
|
|
3683
|
+
"hostname" : "grafana.us-west-2.amazonaws.com"
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3599
3687
|
"greengrass" : {
|
|
3600
3688
|
"defaults" : {
|
|
3601
3689
|
"protocols" : [ "https" ]
|
|
@@ -4031,6 +4119,19 @@
|
|
|
4031
4119
|
"us-west-2" : { }
|
|
4032
4120
|
}
|
|
4033
4121
|
},
|
|
4122
|
+
"iotsitewise" : {
|
|
4123
|
+
"endpoints" : {
|
|
4124
|
+
"ap-northeast-1" : { },
|
|
4125
|
+
"ap-northeast-2" : { },
|
|
4126
|
+
"ap-south-1" : { },
|
|
4127
|
+
"ap-southeast-1" : { },
|
|
4128
|
+
"ap-southeast-2" : { },
|
|
4129
|
+
"eu-central-1" : { },
|
|
4130
|
+
"eu-west-1" : { },
|
|
4131
|
+
"us-east-1" : { },
|
|
4132
|
+
"us-west-2" : { }
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4034
4135
|
"iotthingsgraph" : {
|
|
4035
4136
|
"defaults" : {
|
|
4036
4137
|
"credentialScope" : {
|
|
@@ -4804,6 +4905,27 @@
|
|
|
4804
4905
|
"us-west-2" : { }
|
|
4805
4906
|
}
|
|
4806
4907
|
},
|
|
4908
|
+
"mgn" : {
|
|
4909
|
+
"endpoints" : {
|
|
4910
|
+
"ap-east-1" : { },
|
|
4911
|
+
"ap-northeast-1" : { },
|
|
4912
|
+
"ap-northeast-2" : { },
|
|
4913
|
+
"ap-northeast-3" : { },
|
|
4914
|
+
"ap-south-1" : { },
|
|
4915
|
+
"ap-southeast-1" : { },
|
|
4916
|
+
"ap-southeast-2" : { },
|
|
4917
|
+
"ca-central-1" : { },
|
|
4918
|
+
"eu-central-1" : { },
|
|
4919
|
+
"eu-north-1" : { },
|
|
4920
|
+
"eu-west-1" : { },
|
|
4921
|
+
"eu-west-2" : { },
|
|
4922
|
+
"sa-east-1" : { },
|
|
4923
|
+
"us-east-1" : { },
|
|
4924
|
+
"us-east-2" : { },
|
|
4925
|
+
"us-west-1" : { },
|
|
4926
|
+
"us-west-2" : { }
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4807
4929
|
"mobileanalytics" : {
|
|
4808
4930
|
"endpoints" : {
|
|
4809
4931
|
"us-east-1" : { }
|
|
@@ -5129,6 +5251,15 @@
|
|
|
5129
5251
|
"us-west-2" : { }
|
|
5130
5252
|
}
|
|
5131
5253
|
},
|
|
5254
|
+
"nimble" : {
|
|
5255
|
+
"endpoints" : {
|
|
5256
|
+
"ap-southeast-2" : { },
|
|
5257
|
+
"ca-central-1" : { },
|
|
5258
|
+
"eu-west-2" : { },
|
|
5259
|
+
"us-east-1" : { },
|
|
5260
|
+
"us-west-2" : { }
|
|
5261
|
+
}
|
|
5262
|
+
},
|
|
5132
5263
|
"oidc" : {
|
|
5133
5264
|
"endpoints" : {
|
|
5134
5265
|
"ap-northeast-1" : {
|
|
@@ -7379,6 +7510,53 @@
|
|
|
7379
7510
|
"us-west-2" : { }
|
|
7380
7511
|
}
|
|
7381
7512
|
},
|
|
7513
|
+
"textract" : {
|
|
7514
|
+
"endpoints" : {
|
|
7515
|
+
"ap-northeast-2" : { },
|
|
7516
|
+
"ap-south-1" : { },
|
|
7517
|
+
"ap-southeast-1" : { },
|
|
7518
|
+
"ap-southeast-2" : { },
|
|
7519
|
+
"ca-central-1" : { },
|
|
7520
|
+
"eu-central-1" : { },
|
|
7521
|
+
"eu-west-1" : { },
|
|
7522
|
+
"eu-west-2" : { },
|
|
7523
|
+
"eu-west-3" : { },
|
|
7524
|
+
"fips-ca-central-1" : {
|
|
7525
|
+
"credentialScope" : {
|
|
7526
|
+
"region" : "ca-central-1"
|
|
7527
|
+
},
|
|
7528
|
+
"hostname" : "textract-fips.ca-central-1.amazonaws.com"
|
|
7529
|
+
},
|
|
7530
|
+
"fips-us-east-1" : {
|
|
7531
|
+
"credentialScope" : {
|
|
7532
|
+
"region" : "us-east-1"
|
|
7533
|
+
},
|
|
7534
|
+
"hostname" : "textract-fips.us-east-1.amazonaws.com"
|
|
7535
|
+
},
|
|
7536
|
+
"fips-us-east-2" : {
|
|
7537
|
+
"credentialScope" : {
|
|
7538
|
+
"region" : "us-east-2"
|
|
7539
|
+
},
|
|
7540
|
+
"hostname" : "textract-fips.us-east-2.amazonaws.com"
|
|
7541
|
+
},
|
|
7542
|
+
"fips-us-west-1" : {
|
|
7543
|
+
"credentialScope" : {
|
|
7544
|
+
"region" : "us-west-1"
|
|
7545
|
+
},
|
|
7546
|
+
"hostname" : "textract-fips.us-west-1.amazonaws.com"
|
|
7547
|
+
},
|
|
7548
|
+
"fips-us-west-2" : {
|
|
7549
|
+
"credentialScope" : {
|
|
7550
|
+
"region" : "us-west-2"
|
|
7551
|
+
},
|
|
7552
|
+
"hostname" : "textract-fips.us-west-2.amazonaws.com"
|
|
7553
|
+
},
|
|
7554
|
+
"us-east-1" : { },
|
|
7555
|
+
"us-east-2" : { },
|
|
7556
|
+
"us-west-1" : { },
|
|
7557
|
+
"us-west-2" : { }
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7382
7560
|
"transcribe" : {
|
|
7383
7561
|
"defaults" : {
|
|
7384
7562
|
"protocols" : [ "https" ]
|
|
@@ -7846,6 +8024,16 @@
|
|
|
7846
8024
|
}
|
|
7847
8025
|
}
|
|
7848
8026
|
},
|
|
8027
|
+
"wisdom" : {
|
|
8028
|
+
"endpoints" : {
|
|
8029
|
+
"ap-northeast-1" : { },
|
|
8030
|
+
"ap-southeast-2" : { },
|
|
8031
|
+
"eu-central-1" : { },
|
|
8032
|
+
"eu-west-2" : { },
|
|
8033
|
+
"us-east-1" : { },
|
|
8034
|
+
"us-west-2" : { }
|
|
8035
|
+
}
|
|
8036
|
+
},
|
|
7849
8037
|
"workdocs" : {
|
|
7850
8038
|
"endpoints" : {
|
|
7851
8039
|
"ap-northeast-1" : { },
|
|
@@ -8036,6 +8224,12 @@
|
|
|
8036
8224
|
"cn-northwest-1" : { }
|
|
8037
8225
|
}
|
|
8038
8226
|
},
|
|
8227
|
+
"applicationinsights" : {
|
|
8228
|
+
"endpoints" : {
|
|
8229
|
+
"cn-north-1" : { },
|
|
8230
|
+
"cn-northwest-1" : { }
|
|
8231
|
+
}
|
|
8232
|
+
},
|
|
8039
8233
|
"appmesh" : {
|
|
8040
8234
|
"endpoints" : {
|
|
8041
8235
|
"cn-north-1" : { },
|
|
@@ -8446,6 +8640,11 @@
|
|
|
8446
8640
|
"cn-northwest-1" : { }
|
|
8447
8641
|
}
|
|
8448
8642
|
},
|
|
8643
|
+
"iotsitewise" : {
|
|
8644
|
+
"endpoints" : {
|
|
8645
|
+
"cn-north-1" : { }
|
|
8646
|
+
}
|
|
8647
|
+
},
|
|
8449
8648
|
"kafka" : {
|
|
8450
8649
|
"endpoints" : {
|
|
8451
8650
|
"cn-north-1" : { },
|
|
@@ -9027,6 +9226,22 @@
|
|
|
9027
9226
|
}
|
|
9028
9227
|
}
|
|
9029
9228
|
},
|
|
9229
|
+
"applicationinsights" : {
|
|
9230
|
+
"endpoints" : {
|
|
9231
|
+
"us-gov-east-1" : {
|
|
9232
|
+
"credentialScope" : {
|
|
9233
|
+
"region" : "us-gov-east-1"
|
|
9234
|
+
},
|
|
9235
|
+
"hostname" : "applicationinsights.us-gov-east-1.amazonaws.com"
|
|
9236
|
+
},
|
|
9237
|
+
"us-gov-west-1" : {
|
|
9238
|
+
"credentialScope" : {
|
|
9239
|
+
"region" : "us-gov-west-1"
|
|
9240
|
+
},
|
|
9241
|
+
"hostname" : "applicationinsights.us-gov-west-1.amazonaws.com"
|
|
9242
|
+
}
|
|
9243
|
+
}
|
|
9244
|
+
},
|
|
9030
9245
|
"appstream2" : {
|
|
9031
9246
|
"defaults" : {
|
|
9032
9247
|
"credentialScope" : {
|
|
@@ -9899,12 +10114,28 @@
|
|
|
9899
10114
|
"us-gov-west-1" : { }
|
|
9900
10115
|
}
|
|
9901
10116
|
},
|
|
10117
|
+
"iotsitewise" : {
|
|
10118
|
+
"endpoints" : {
|
|
10119
|
+
"us-gov-west-1" : { }
|
|
10120
|
+
}
|
|
10121
|
+
},
|
|
9902
10122
|
"kafka" : {
|
|
9903
10123
|
"endpoints" : {
|
|
9904
10124
|
"us-gov-east-1" : { },
|
|
9905
10125
|
"us-gov-west-1" : { }
|
|
9906
10126
|
}
|
|
9907
10127
|
},
|
|
10128
|
+
"kendra" : {
|
|
10129
|
+
"endpoints" : {
|
|
10130
|
+
"fips-us-gov-west-1" : {
|
|
10131
|
+
"credentialScope" : {
|
|
10132
|
+
"region" : "us-gov-west-1"
|
|
10133
|
+
},
|
|
10134
|
+
"hostname" : "kendra-fips.us-gov-west-1.amazonaws.com"
|
|
10135
|
+
},
|
|
10136
|
+
"us-gov-west-1" : { }
|
|
10137
|
+
}
|
|
10138
|
+
},
|
|
9908
10139
|
"kinesis" : {
|
|
9909
10140
|
"endpoints" : {
|
|
9910
10141
|
"us-gov-east-1" : {
|
|
@@ -10719,6 +10950,24 @@
|
|
|
10719
10950
|
"us-gov-west-1" : { }
|
|
10720
10951
|
}
|
|
10721
10952
|
},
|
|
10953
|
+
"textract" : {
|
|
10954
|
+
"endpoints" : {
|
|
10955
|
+
"fips-us-gov-east-1" : {
|
|
10956
|
+
"credentialScope" : {
|
|
10957
|
+
"region" : "us-gov-east-1"
|
|
10958
|
+
},
|
|
10959
|
+
"hostname" : "textract-fips.us-gov-east-1.amazonaws.com"
|
|
10960
|
+
},
|
|
10961
|
+
"fips-us-gov-west-1" : {
|
|
10962
|
+
"credentialScope" : {
|
|
10963
|
+
"region" : "us-gov-west-1"
|
|
10964
|
+
},
|
|
10965
|
+
"hostname" : "textract-fips.us-gov-west-1.amazonaws.com"
|
|
10966
|
+
},
|
|
10967
|
+
"us-gov-east-1" : { },
|
|
10968
|
+
"us-gov-west-1" : { }
|
|
10969
|
+
}
|
|
10970
|
+
},
|
|
10722
10971
|
"transcribe" : {
|
|
10723
10972
|
"defaults" : {
|
|
10724
10973
|
"protocols" : [ "https" ]
|
|
@@ -10843,6 +11092,9 @@
|
|
|
10843
11092
|
"regions" : {
|
|
10844
11093
|
"us-iso-east-1" : {
|
|
10845
11094
|
"description" : "US ISO East"
|
|
11095
|
+
},
|
|
11096
|
+
"us-iso-west-1" : {
|
|
11097
|
+
"description" : "US ISO WEST"
|
|
10846
11098
|
}
|
|
10847
11099
|
},
|
|
10848
11100
|
"services" : {
|
|
@@ -10853,6 +11105,12 @@
|
|
|
10853
11105
|
"region" : "us-iso-east-1"
|
|
10854
11106
|
},
|
|
10855
11107
|
"hostname" : "api.ecr.us-iso-east-1.c2s.ic.gov"
|
|
11108
|
+
},
|
|
11109
|
+
"us-iso-west-1" : {
|
|
11110
|
+
"credentialScope" : {
|
|
11111
|
+
"region" : "us-iso-west-1"
|
|
11112
|
+
},
|
|
11113
|
+
"hostname" : "api.ecr.us-iso-west-1.c2s.ic.gov"
|
|
10856
11114
|
}
|
|
10857
11115
|
}
|
|
10858
11116
|
},
|
|
@@ -10871,29 +11129,34 @@
|
|
|
10871
11129
|
"protocols" : [ "http", "https" ]
|
|
10872
11130
|
},
|
|
10873
11131
|
"endpoints" : {
|
|
10874
|
-
"us-iso-east-1" : { }
|
|
11132
|
+
"us-iso-east-1" : { },
|
|
11133
|
+
"us-iso-west-1" : { }
|
|
10875
11134
|
}
|
|
10876
11135
|
},
|
|
10877
11136
|
"autoscaling" : {
|
|
10878
11137
|
"endpoints" : {
|
|
10879
11138
|
"us-iso-east-1" : {
|
|
10880
11139
|
"protocols" : [ "http", "https" ]
|
|
10881
|
-
}
|
|
11140
|
+
},
|
|
11141
|
+
"us-iso-west-1" : { }
|
|
10882
11142
|
}
|
|
10883
11143
|
},
|
|
10884
11144
|
"cloudformation" : {
|
|
10885
11145
|
"endpoints" : {
|
|
10886
|
-
"us-iso-east-1" : { }
|
|
11146
|
+
"us-iso-east-1" : { },
|
|
11147
|
+
"us-iso-west-1" : { }
|
|
10887
11148
|
}
|
|
10888
11149
|
},
|
|
10889
11150
|
"cloudtrail" : {
|
|
10890
11151
|
"endpoints" : {
|
|
10891
|
-
"us-iso-east-1" : { }
|
|
11152
|
+
"us-iso-east-1" : { },
|
|
11153
|
+
"us-iso-west-1" : { }
|
|
10892
11154
|
}
|
|
10893
11155
|
},
|
|
10894
11156
|
"codedeploy" : {
|
|
10895
11157
|
"endpoints" : {
|
|
10896
|
-
"us-iso-east-1" : { }
|
|
11158
|
+
"us-iso-east-1" : { },
|
|
11159
|
+
"us-iso-west-1" : { }
|
|
10897
11160
|
}
|
|
10898
11161
|
},
|
|
10899
11162
|
"comprehend" : {
|
|
@@ -10906,7 +11169,8 @@
|
|
|
10906
11169
|
},
|
|
10907
11170
|
"config" : {
|
|
10908
11171
|
"endpoints" : {
|
|
10909
|
-
"us-iso-east-1" : { }
|
|
11172
|
+
"us-iso-east-1" : { },
|
|
11173
|
+
"us-iso-west-1" : { }
|
|
10910
11174
|
}
|
|
10911
11175
|
},
|
|
10912
11176
|
"datapipeline" : {
|
|
@@ -10916,7 +11180,8 @@
|
|
|
10916
11180
|
},
|
|
10917
11181
|
"directconnect" : {
|
|
10918
11182
|
"endpoints" : {
|
|
10919
|
-
"us-iso-east-1" : { }
|
|
11183
|
+
"us-iso-east-1" : { },
|
|
11184
|
+
"us-iso-west-1" : { }
|
|
10920
11185
|
}
|
|
10921
11186
|
},
|
|
10922
11187
|
"dms" : {
|
|
@@ -10939,22 +11204,31 @@
|
|
|
10939
11204
|
"endpoints" : {
|
|
10940
11205
|
"us-iso-east-1" : {
|
|
10941
11206
|
"protocols" : [ "http", "https" ]
|
|
10942
|
-
}
|
|
11207
|
+
},
|
|
11208
|
+
"us-iso-west-1" : { }
|
|
10943
11209
|
}
|
|
10944
11210
|
},
|
|
10945
|
-
"
|
|
11211
|
+
"ebs" : {
|
|
10946
11212
|
"endpoints" : {
|
|
10947
11213
|
"us-iso-east-1" : { }
|
|
10948
11214
|
}
|
|
10949
11215
|
},
|
|
11216
|
+
"ec2" : {
|
|
11217
|
+
"endpoints" : {
|
|
11218
|
+
"us-iso-east-1" : { },
|
|
11219
|
+
"us-iso-west-1" : { }
|
|
11220
|
+
}
|
|
11221
|
+
},
|
|
10950
11222
|
"ecs" : {
|
|
10951
11223
|
"endpoints" : {
|
|
10952
|
-
"us-iso-east-1" : { }
|
|
11224
|
+
"us-iso-east-1" : { },
|
|
11225
|
+
"us-iso-west-1" : { }
|
|
10953
11226
|
}
|
|
10954
11227
|
},
|
|
10955
11228
|
"elasticache" : {
|
|
10956
11229
|
"endpoints" : {
|
|
10957
|
-
"us-iso-east-1" : { }
|
|
11230
|
+
"us-iso-east-1" : { },
|
|
11231
|
+
"us-iso-west-1" : { }
|
|
10958
11232
|
}
|
|
10959
11233
|
},
|
|
10960
11234
|
"elasticfilesystem" : {
|
|
@@ -10972,14 +11246,16 @@
|
|
|
10972
11246
|
"endpoints" : {
|
|
10973
11247
|
"us-iso-east-1" : {
|
|
10974
11248
|
"protocols" : [ "http", "https" ]
|
|
10975
|
-
}
|
|
11249
|
+
},
|
|
11250
|
+
"us-iso-west-1" : { }
|
|
10976
11251
|
}
|
|
10977
11252
|
},
|
|
10978
11253
|
"elasticmapreduce" : {
|
|
10979
11254
|
"endpoints" : {
|
|
10980
11255
|
"us-iso-east-1" : {
|
|
10981
11256
|
"protocols" : [ "https" ]
|
|
10982
|
-
}
|
|
11257
|
+
},
|
|
11258
|
+
"us-iso-west-1" : { }
|
|
10983
11259
|
}
|
|
10984
11260
|
},
|
|
10985
11261
|
"es" : {
|
|
@@ -10989,7 +11265,8 @@
|
|
|
10989
11265
|
},
|
|
10990
11266
|
"events" : {
|
|
10991
11267
|
"endpoints" : {
|
|
10992
|
-
"us-iso-east-1" : { }
|
|
11268
|
+
"us-iso-east-1" : { },
|
|
11269
|
+
"us-iso-west-1" : { }
|
|
10993
11270
|
}
|
|
10994
11271
|
},
|
|
10995
11272
|
"firehose" : {
|
|
@@ -11001,7 +11278,8 @@
|
|
|
11001
11278
|
"endpoints" : {
|
|
11002
11279
|
"us-iso-east-1" : {
|
|
11003
11280
|
"protocols" : [ "http", "https" ]
|
|
11004
|
-
}
|
|
11281
|
+
},
|
|
11282
|
+
"us-iso-west-1" : { }
|
|
11005
11283
|
}
|
|
11006
11284
|
},
|
|
11007
11285
|
"health" : {
|
|
@@ -11023,7 +11301,8 @@
|
|
|
11023
11301
|
},
|
|
11024
11302
|
"kinesis" : {
|
|
11025
11303
|
"endpoints" : {
|
|
11026
|
-
"us-iso-east-1" : { }
|
|
11304
|
+
"us-iso-east-1" : { },
|
|
11305
|
+
"us-iso-west-1" : { }
|
|
11027
11306
|
}
|
|
11028
11307
|
},
|
|
11029
11308
|
"kms" : {
|
|
@@ -11034,12 +11313,14 @@
|
|
|
11034
11313
|
},
|
|
11035
11314
|
"hostname" : "kms-fips.us-iso-east-1.c2s.ic.gov"
|
|
11036
11315
|
},
|
|
11037
|
-
"us-iso-east-1" : { }
|
|
11316
|
+
"us-iso-east-1" : { },
|
|
11317
|
+
"us-iso-west-1" : { }
|
|
11038
11318
|
}
|
|
11039
11319
|
},
|
|
11040
11320
|
"lambda" : {
|
|
11041
11321
|
"endpoints" : {
|
|
11042
|
-
"us-iso-east-1" : { }
|
|
11322
|
+
"us-iso-east-1" : { },
|
|
11323
|
+
"us-iso-west-1" : { }
|
|
11043
11324
|
}
|
|
11044
11325
|
},
|
|
11045
11326
|
"license-manager" : {
|
|
@@ -11049,7 +11330,8 @@
|
|
|
11049
11330
|
},
|
|
11050
11331
|
"logs" : {
|
|
11051
11332
|
"endpoints" : {
|
|
11052
|
-
"us-iso-east-1" : { }
|
|
11333
|
+
"us-iso-east-1" : { },
|
|
11334
|
+
"us-iso-west-1" : { }
|
|
11053
11335
|
}
|
|
11054
11336
|
},
|
|
11055
11337
|
"medialive" : {
|
|
@@ -11064,7 +11346,8 @@
|
|
|
11064
11346
|
},
|
|
11065
11347
|
"monitoring" : {
|
|
11066
11348
|
"endpoints" : {
|
|
11067
|
-
"us-iso-east-1" : { }
|
|
11349
|
+
"us-iso-east-1" : { },
|
|
11350
|
+
"us-iso-west-1" : { }
|
|
11068
11351
|
}
|
|
11069
11352
|
},
|
|
11070
11353
|
"outposts" : {
|
|
@@ -11079,12 +11362,14 @@
|
|
|
11079
11362
|
},
|
|
11080
11363
|
"rds" : {
|
|
11081
11364
|
"endpoints" : {
|
|
11082
|
-
"us-iso-east-1" : { }
|
|
11365
|
+
"us-iso-east-1" : { },
|
|
11366
|
+
"us-iso-west-1" : { }
|
|
11083
11367
|
}
|
|
11084
11368
|
},
|
|
11085
11369
|
"redshift" : {
|
|
11086
11370
|
"endpoints" : {
|
|
11087
|
-
"us-iso-east-1" : { }
|
|
11371
|
+
"us-iso-east-1" : { },
|
|
11372
|
+
"us-iso-west-1" : { }
|
|
11088
11373
|
}
|
|
11089
11374
|
},
|
|
11090
11375
|
"route53" : {
|
|
@@ -11134,14 +11419,16 @@
|
|
|
11134
11419
|
"endpoints" : {
|
|
11135
11420
|
"us-iso-east-1" : {
|
|
11136
11421
|
"protocols" : [ "http", "https" ]
|
|
11137
|
-
}
|
|
11422
|
+
},
|
|
11423
|
+
"us-iso-west-1" : { }
|
|
11138
11424
|
}
|
|
11139
11425
|
},
|
|
11140
11426
|
"sqs" : {
|
|
11141
11427
|
"endpoints" : {
|
|
11142
11428
|
"us-iso-east-1" : {
|
|
11143
11429
|
"protocols" : [ "http", "https" ]
|
|
11144
|
-
}
|
|
11430
|
+
},
|
|
11431
|
+
"us-iso-west-1" : { }
|
|
11145
11432
|
}
|
|
11146
11433
|
},
|
|
11147
11434
|
"ssm" : {
|
|
@@ -11151,7 +11438,8 @@
|
|
|
11151
11438
|
},
|
|
11152
11439
|
"states" : {
|
|
11153
11440
|
"endpoints" : {
|
|
11154
|
-
"us-iso-east-1" : { }
|
|
11441
|
+
"us-iso-east-1" : { },
|
|
11442
|
+
"us-iso-west-1" : { }
|
|
11155
11443
|
}
|
|
11156
11444
|
},
|
|
11157
11445
|
"streams.dynamodb" : {
|
|
@@ -11169,7 +11457,8 @@
|
|
|
11169
11457
|
},
|
|
11170
11458
|
"sts" : {
|
|
11171
11459
|
"endpoints" : {
|
|
11172
|
-
"us-iso-east-1" : { }
|
|
11460
|
+
"us-iso-east-1" : { },
|
|
11461
|
+
"us-iso-west-1" : { }
|
|
11173
11462
|
}
|
|
11174
11463
|
},
|
|
11175
11464
|
"support" : {
|
|
@@ -11185,7 +11474,8 @@
|
|
|
11185
11474
|
},
|
|
11186
11475
|
"swf" : {
|
|
11187
11476
|
"endpoints" : {
|
|
11188
|
-
"us-iso-east-1" : { }
|
|
11477
|
+
"us-iso-east-1" : { },
|
|
11478
|
+
"us-iso-west-1" : { }
|
|
11189
11479
|
}
|
|
11190
11480
|
},
|
|
11191
11481
|
"transcribe" : {
|
|
@@ -11306,6 +11596,11 @@
|
|
|
11306
11596
|
"us-isob-east-1" : { }
|
|
11307
11597
|
}
|
|
11308
11598
|
},
|
|
11599
|
+
"ebs" : {
|
|
11600
|
+
"endpoints" : {
|
|
11601
|
+
"us-isob-east-1" : { }
|
|
11602
|
+
}
|
|
11603
|
+
},
|
|
11309
11604
|
"ec2" : {
|
|
11310
11605
|
"defaults" : {
|
|
11311
11606
|
"protocols" : [ "http", "https" ]
|
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.
|
|
4
|
+
version: 1.520.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-10-
|
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|