aws-partitions 1.856.0 → 1.860.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 +36 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +11 -0
- data/partitions.json +296 -3
- 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: ae91762b164ad948523b80357ae40eef5352a6d62bc890bec1e421ab057c516a
|
4
|
+
data.tar.gz: ec938e1f197a0b16beaec174756c4419ba8bb443ec32533b31919758d3b99644
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50b6c2574868870dc505f136b3ac56f6ae6405889723ecccc789332014418880bb68cbe4abfba5201b7429eb9080656a9a839d36718e0c76e54d13ca815b032b
|
7
|
+
data.tar.gz: 886507bc2b6588dda42c5e76d4574d5b2a7fe5c839571689f48452d6d81f7c37e4ea87f113b40088c08a6dcb95a34849058c4c581627a4cc0846885758ec43d1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,42 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.860.0 (2023-11-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::QConnect`.
|
8
|
+
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::QBusiness`.
|
10
|
+
|
11
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgentRuntime`.
|
12
|
+
|
13
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockAgent`.
|
14
|
+
|
15
|
+
1.859.0 (2023-11-28)
|
16
|
+
------------------
|
17
|
+
|
18
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
19
|
+
|
20
|
+
1.858.0 (2023-11-27)
|
21
|
+
------------------
|
22
|
+
|
23
|
+
* Feature - Added support for enumerating regions for `Aws::B2bi`.
|
24
|
+
|
25
|
+
1.857.0 (2023-11-27)
|
26
|
+
------------------
|
27
|
+
|
28
|
+
* Feature - Added support for enumerating regions for `Aws::WorkSpacesThinClient`.
|
29
|
+
|
30
|
+
* Feature - Added support for enumerating regions for `Aws::Repostspace`.
|
31
|
+
|
32
|
+
* Feature - Added support for enumerating regions for `Aws::FreeTier`.
|
33
|
+
|
34
|
+
* Feature - Added support for enumerating regions for `Aws::EKSAuth`.
|
35
|
+
|
36
|
+
* Feature - Added support for enumerating regions for `Aws::CostOptimizationHub`.
|
37
|
+
|
38
|
+
* Feature - Added support for enumerating regions for `Aws::BCMDataExports`.
|
39
|
+
|
4
40
|
1.856.0 (2023-11-22)
|
5
41
|
------------------
|
6
42
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.860.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -275,11 +275,15 @@ module Aws
|
|
275
275
|
'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
|
276
276
|
'AutoScaling' => 'autoscaling',
|
277
277
|
'AutoScalingPlans' => 'autoscaling-plans',
|
278
|
+
'B2bi' => 'b2bi',
|
279
|
+
'BCMDataExports' => 'bcm-data-exports',
|
278
280
|
'Backup' => 'backup',
|
279
281
|
'BackupGateway' => 'backup-gateway',
|
280
282
|
'BackupStorage' => 'backupstorage',
|
281
283
|
'Batch' => 'batch',
|
282
284
|
'Bedrock' => 'bedrock',
|
285
|
+
'BedrockAgent' => 'bedrock-agent',
|
286
|
+
'BedrockAgentRuntime' => 'bedrock-agent-runtime',
|
283
287
|
'BedrockRuntime' => 'bedrock-runtime',
|
284
288
|
'BillingConductor' => 'billingconductor',
|
285
289
|
'Braket' => 'braket',
|
@@ -334,6 +338,7 @@ module Aws
|
|
334
338
|
'ConnectWisdomService' => 'wisdom',
|
335
339
|
'ControlTower' => 'controltower',
|
336
340
|
'CostExplorer' => 'ce',
|
341
|
+
'CostOptimizationHub' => 'cost-optimization-hub',
|
337
342
|
'CostandUsageReportService' => 'cur',
|
338
343
|
'CustomerProfiles' => 'profile',
|
339
344
|
'DAX' => 'dax',
|
@@ -361,6 +366,7 @@ module Aws
|
|
361
366
|
'ECS' => 'ecs',
|
362
367
|
'EFS' => 'elasticfilesystem',
|
363
368
|
'EKS' => 'eks',
|
369
|
+
'EKSAuth' => 'eks-auth',
|
364
370
|
'EMR' => 'elasticmapreduce',
|
365
371
|
'EMRContainers' => 'emr-containers',
|
366
372
|
'EMRServerless' => 'emr-serverless',
|
@@ -382,6 +388,7 @@ module Aws
|
|
382
388
|
'ForecastQueryService' => 'forecastquery',
|
383
389
|
'ForecastService' => 'forecast',
|
384
390
|
'FraudDetector' => 'frauddetector',
|
391
|
+
'FreeTier' => 'freetier',
|
385
392
|
'GameLift' => 'gamelift',
|
386
393
|
'Glacier' => 'glacier',
|
387
394
|
'GlobalAccelerator' => 'globalaccelerator',
|
@@ -514,6 +521,8 @@ module Aws
|
|
514
521
|
'PrivateNetworks' => 'private-networks',
|
515
522
|
'PrometheusService' => 'aps',
|
516
523
|
'Proton' => 'proton',
|
524
|
+
'QBusiness' => 'qbusiness',
|
525
|
+
'QConnect' => 'wisdom',
|
517
526
|
'QLDB' => 'qldb',
|
518
527
|
'QLDBSession' => 'session.qldb',
|
519
528
|
'QuickSight' => 'quicksight',
|
@@ -525,6 +534,7 @@ module Aws
|
|
525
534
|
'RedshiftDataAPIService' => 'redshift-data',
|
526
535
|
'RedshiftServerless' => 'redshift-serverless',
|
527
536
|
'Rekognition' => 'rekognition',
|
537
|
+
'Repostspace' => 'repostspace',
|
528
538
|
'ResilienceHub' => 'resiliencehub',
|
529
539
|
'ResourceExplorer2' => 'resource-explorer-2',
|
530
540
|
'ResourceGroups' => 'resource-groups',
|
@@ -602,6 +612,7 @@ module Aws
|
|
602
612
|
'WorkMail' => 'workmail',
|
603
613
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
604
614
|
'WorkSpaces' => 'workspaces',
|
615
|
+
'WorkSpacesThinClient' => 'thinclient',
|
605
616
|
'WorkSpacesWeb' => 'workspaces-web',
|
606
617
|
'XRay' => 'xray',
|
607
618
|
}
|
data/partitions.json
CHANGED
@@ -4267,6 +4267,16 @@
|
|
4267
4267
|
}
|
4268
4268
|
}
|
4269
4269
|
},
|
4270
|
+
"cost-optimization-hub" : {
|
4271
|
+
"endpoints" : {
|
4272
|
+
"us-east-1" : {
|
4273
|
+
"credentialScope" : {
|
4274
|
+
"region" : "us-east-1"
|
4275
|
+
},
|
4276
|
+
"hostname" : "cost-optimization-hub.us-east-1.amazonaws.com"
|
4277
|
+
}
|
4278
|
+
}
|
4279
|
+
},
|
4270
4280
|
"cur" : {
|
4271
4281
|
"endpoints" : {
|
4272
4282
|
"us-east-1" : { }
|
@@ -12978,6 +12988,102 @@
|
|
12978
12988
|
"us-west-2" : { }
|
12979
12989
|
}
|
12980
12990
|
},
|
12991
|
+
"qbusiness" : {
|
12992
|
+
"defaults" : {
|
12993
|
+
"dnsSuffix" : "api.aws",
|
12994
|
+
"variants" : [ {
|
12995
|
+
"dnsSuffix" : "api.aws",
|
12996
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
12997
|
+
"tags" : [ "fips" ]
|
12998
|
+
} ]
|
12999
|
+
},
|
13000
|
+
"endpoints" : {
|
13001
|
+
"af-south-1" : {
|
13002
|
+
"hostname" : "qbusiness.af-south-1.api.aws"
|
13003
|
+
},
|
13004
|
+
"ap-east-1" : {
|
13005
|
+
"hostname" : "qbusiness.ap-east-1.api.aws"
|
13006
|
+
},
|
13007
|
+
"ap-northeast-1" : {
|
13008
|
+
"hostname" : "qbusiness.ap-northeast-1.api.aws"
|
13009
|
+
},
|
13010
|
+
"ap-northeast-2" : {
|
13011
|
+
"hostname" : "qbusiness.ap-northeast-2.api.aws"
|
13012
|
+
},
|
13013
|
+
"ap-northeast-3" : {
|
13014
|
+
"hostname" : "qbusiness.ap-northeast-3.api.aws"
|
13015
|
+
},
|
13016
|
+
"ap-south-1" : {
|
13017
|
+
"hostname" : "qbusiness.ap-south-1.api.aws"
|
13018
|
+
},
|
13019
|
+
"ap-south-2" : {
|
13020
|
+
"hostname" : "qbusiness.ap-south-2.api.aws"
|
13021
|
+
},
|
13022
|
+
"ap-southeast-1" : {
|
13023
|
+
"hostname" : "qbusiness.ap-southeast-1.api.aws"
|
13024
|
+
},
|
13025
|
+
"ap-southeast-2" : {
|
13026
|
+
"hostname" : "qbusiness.ap-southeast-2.api.aws"
|
13027
|
+
},
|
13028
|
+
"ap-southeast-3" : {
|
13029
|
+
"hostname" : "qbusiness.ap-southeast-3.api.aws"
|
13030
|
+
},
|
13031
|
+
"ap-southeast-4" : {
|
13032
|
+
"hostname" : "qbusiness.ap-southeast-4.api.aws"
|
13033
|
+
},
|
13034
|
+
"ca-central-1" : {
|
13035
|
+
"hostname" : "qbusiness.ca-central-1.api.aws"
|
13036
|
+
},
|
13037
|
+
"eu-central-1" : {
|
13038
|
+
"hostname" : "qbusiness.eu-central-1.api.aws"
|
13039
|
+
},
|
13040
|
+
"eu-central-2" : {
|
13041
|
+
"hostname" : "qbusiness.eu-central-2.api.aws"
|
13042
|
+
},
|
13043
|
+
"eu-north-1" : {
|
13044
|
+
"hostname" : "qbusiness.eu-north-1.api.aws"
|
13045
|
+
},
|
13046
|
+
"eu-south-1" : {
|
13047
|
+
"hostname" : "qbusiness.eu-south-1.api.aws"
|
13048
|
+
},
|
13049
|
+
"eu-south-2" : {
|
13050
|
+
"hostname" : "qbusiness.eu-south-2.api.aws"
|
13051
|
+
},
|
13052
|
+
"eu-west-1" : {
|
13053
|
+
"hostname" : "qbusiness.eu-west-1.api.aws"
|
13054
|
+
},
|
13055
|
+
"eu-west-2" : {
|
13056
|
+
"hostname" : "qbusiness.eu-west-2.api.aws"
|
13057
|
+
},
|
13058
|
+
"eu-west-3" : {
|
13059
|
+
"hostname" : "qbusiness.eu-west-3.api.aws"
|
13060
|
+
},
|
13061
|
+
"il-central-1" : {
|
13062
|
+
"hostname" : "qbusiness.il-central-1.api.aws"
|
13063
|
+
},
|
13064
|
+
"me-central-1" : {
|
13065
|
+
"hostname" : "qbusiness.me-central-1.api.aws"
|
13066
|
+
},
|
13067
|
+
"me-south-1" : {
|
13068
|
+
"hostname" : "qbusiness.me-south-1.api.aws"
|
13069
|
+
},
|
13070
|
+
"sa-east-1" : {
|
13071
|
+
"hostname" : "qbusiness.sa-east-1.api.aws"
|
13072
|
+
},
|
13073
|
+
"us-east-1" : {
|
13074
|
+
"hostname" : "qbusiness.us-east-1.api.aws"
|
13075
|
+
},
|
13076
|
+
"us-east-2" : {
|
13077
|
+
"hostname" : "qbusiness.us-east-2.api.aws"
|
13078
|
+
},
|
13079
|
+
"us-west-1" : {
|
13080
|
+
"hostname" : "qbusiness.us-west-1.api.aws"
|
13081
|
+
},
|
13082
|
+
"us-west-2" : {
|
13083
|
+
"hostname" : "qbusiness.us-west-2.api.aws"
|
13084
|
+
}
|
13085
|
+
}
|
13086
|
+
},
|
12981
13087
|
"qldb" : {
|
12982
13088
|
"endpoints" : {
|
12983
13089
|
"ap-northeast-1" : { },
|
@@ -17200,6 +17306,17 @@
|
|
17200
17306
|
}
|
17201
17307
|
}
|
17202
17308
|
},
|
17309
|
+
"thinclient" : {
|
17310
|
+
"endpoints" : {
|
17311
|
+
"ap-south-1" : { },
|
17312
|
+
"ca-central-1" : { },
|
17313
|
+
"eu-central-1" : { },
|
17314
|
+
"eu-west-1" : { },
|
17315
|
+
"eu-west-2" : { },
|
17316
|
+
"us-east-1" : { },
|
17317
|
+
"us-west-2" : { }
|
17318
|
+
}
|
17319
|
+
},
|
17203
17320
|
"tnb" : {
|
17204
17321
|
"endpoints" : {
|
17205
17322
|
"ap-northeast-2" : { },
|
@@ -19860,6 +19977,24 @@
|
|
19860
19977
|
}
|
19861
19978
|
}
|
19862
19979
|
},
|
19980
|
+
"qbusiness" : {
|
19981
|
+
"defaults" : {
|
19982
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
19983
|
+
"variants" : [ {
|
19984
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
19985
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
19986
|
+
"tags" : [ "fips" ]
|
19987
|
+
} ]
|
19988
|
+
},
|
19989
|
+
"endpoints" : {
|
19990
|
+
"cn-north-1" : {
|
19991
|
+
"hostname" : "qbusiness.cn-north-1.api.amazonwebservices.com.cn"
|
19992
|
+
},
|
19993
|
+
"cn-northwest-1" : {
|
19994
|
+
"hostname" : "qbusiness.cn-northwest-1.api.amazonwebservices.com.cn"
|
19995
|
+
}
|
19996
|
+
}
|
19997
|
+
},
|
19863
19998
|
"ram" : {
|
19864
19999
|
"endpoints" : {
|
19865
20000
|
"cn-north-1" : { },
|
@@ -20815,6 +20950,12 @@
|
|
20815
20950
|
}
|
20816
20951
|
}
|
20817
20952
|
},
|
20953
|
+
"arc-zonal-shift" : {
|
20954
|
+
"endpoints" : {
|
20955
|
+
"us-gov-east-1" : { },
|
20956
|
+
"us-gov-west-1" : { }
|
20957
|
+
}
|
20958
|
+
},
|
20818
20959
|
"athena" : {
|
20819
20960
|
"endpoints" : {
|
20820
20961
|
"fips-us-gov-east-1" : {
|
@@ -21669,6 +21810,36 @@
|
|
21669
21810
|
}
|
21670
21811
|
}
|
21671
21812
|
},
|
21813
|
+
"drs" : {
|
21814
|
+
"endpoints" : {
|
21815
|
+
"fips-us-gov-east-1" : {
|
21816
|
+
"credentialScope" : {
|
21817
|
+
"region" : "us-gov-east-1"
|
21818
|
+
},
|
21819
|
+
"deprecated" : true,
|
21820
|
+
"hostname" : "drs-fips.us-gov-east-1.amazonaws.com"
|
21821
|
+
},
|
21822
|
+
"fips-us-gov-west-1" : {
|
21823
|
+
"credentialScope" : {
|
21824
|
+
"region" : "us-gov-west-1"
|
21825
|
+
},
|
21826
|
+
"deprecated" : true,
|
21827
|
+
"hostname" : "drs-fips.us-gov-west-1.amazonaws.com"
|
21828
|
+
},
|
21829
|
+
"us-gov-east-1" : {
|
21830
|
+
"variants" : [ {
|
21831
|
+
"hostname" : "drs-fips.us-gov-east-1.amazonaws.com",
|
21832
|
+
"tags" : [ "fips" ]
|
21833
|
+
} ]
|
21834
|
+
},
|
21835
|
+
"us-gov-west-1" : {
|
21836
|
+
"variants" : [ {
|
21837
|
+
"hostname" : "drs-fips.us-gov-west-1.amazonaws.com",
|
21838
|
+
"tags" : [ "fips" ]
|
21839
|
+
} ]
|
21840
|
+
}
|
21841
|
+
}
|
21842
|
+
},
|
21672
21843
|
"ds" : {
|
21673
21844
|
"endpoints" : {
|
21674
21845
|
"fips-us-gov-east-1" : {
|
@@ -23491,6 +23662,24 @@
|
|
23491
23662
|
}
|
23492
23663
|
}
|
23493
23664
|
},
|
23665
|
+
"qbusiness" : {
|
23666
|
+
"defaults" : {
|
23667
|
+
"dnsSuffix" : "api.aws",
|
23668
|
+
"variants" : [ {
|
23669
|
+
"dnsSuffix" : "api.aws",
|
23670
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
23671
|
+
"tags" : [ "fips" ]
|
23672
|
+
} ]
|
23673
|
+
},
|
23674
|
+
"endpoints" : {
|
23675
|
+
"us-gov-east-1" : {
|
23676
|
+
"hostname" : "qbusiness.us-gov-east-1.api.aws"
|
23677
|
+
},
|
23678
|
+
"us-gov-west-1" : {
|
23679
|
+
"hostname" : "qbusiness.us-gov-west-1.api.aws"
|
23680
|
+
}
|
23681
|
+
}
|
23682
|
+
},
|
23494
23683
|
"quicksight" : {
|
23495
23684
|
"endpoints" : {
|
23496
23685
|
"api" : { },
|
@@ -25089,6 +25278,23 @@
|
|
25089
25278
|
"us-iso-east-1" : { }
|
25090
25279
|
}
|
25091
25280
|
},
|
25281
|
+
"datasync" : {
|
25282
|
+
"endpoints" : {
|
25283
|
+
"fips-us-iso-west-1" : {
|
25284
|
+
"credentialScope" : {
|
25285
|
+
"region" : "us-iso-west-1"
|
25286
|
+
},
|
25287
|
+
"deprecated" : true,
|
25288
|
+
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
|
25289
|
+
},
|
25290
|
+
"us-iso-west-1" : {
|
25291
|
+
"variants" : [ {
|
25292
|
+
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
|
25293
|
+
"tags" : [ "fips" ]
|
25294
|
+
} ]
|
25295
|
+
}
|
25296
|
+
}
|
25297
|
+
},
|
25092
25298
|
"directconnect" : {
|
25093
25299
|
"endpoints" : {
|
25094
25300
|
"us-iso-east-1" : { },
|
@@ -25443,8 +25649,66 @@
|
|
25443
25649
|
},
|
25444
25650
|
"rds" : {
|
25445
25651
|
"endpoints" : {
|
25446
|
-
"us-iso-east-1" : {
|
25447
|
-
|
25652
|
+
"rds-fips.us-iso-east-1" : {
|
25653
|
+
"credentialScope" : {
|
25654
|
+
"region" : "us-iso-east-1"
|
25655
|
+
},
|
25656
|
+
"deprecated" : true,
|
25657
|
+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
|
25658
|
+
},
|
25659
|
+
"rds-fips.us-iso-west-1" : {
|
25660
|
+
"credentialScope" : {
|
25661
|
+
"region" : "us-iso-west-1"
|
25662
|
+
},
|
25663
|
+
"deprecated" : true,
|
25664
|
+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
|
25665
|
+
},
|
25666
|
+
"rds.us-iso-east-1" : {
|
25667
|
+
"credentialScope" : {
|
25668
|
+
"region" : "us-iso-east-1"
|
25669
|
+
},
|
25670
|
+
"deprecated" : true,
|
25671
|
+
"variants" : [ {
|
25672
|
+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
|
25673
|
+
"tags" : [ "fips" ]
|
25674
|
+
} ]
|
25675
|
+
},
|
25676
|
+
"rds.us-iso-west-1" : {
|
25677
|
+
"credentialScope" : {
|
25678
|
+
"region" : "us-iso-west-1"
|
25679
|
+
},
|
25680
|
+
"deprecated" : true,
|
25681
|
+
"variants" : [ {
|
25682
|
+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
|
25683
|
+
"tags" : [ "fips" ]
|
25684
|
+
} ]
|
25685
|
+
},
|
25686
|
+
"us-iso-east-1" : {
|
25687
|
+
"variants" : [ {
|
25688
|
+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
|
25689
|
+
"tags" : [ "fips" ]
|
25690
|
+
} ]
|
25691
|
+
},
|
25692
|
+
"us-iso-east-1-fips" : {
|
25693
|
+
"credentialScope" : {
|
25694
|
+
"region" : "us-iso-east-1"
|
25695
|
+
},
|
25696
|
+
"deprecated" : true,
|
25697
|
+
"hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
|
25698
|
+
},
|
25699
|
+
"us-iso-west-1" : {
|
25700
|
+
"variants" : [ {
|
25701
|
+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
|
25702
|
+
"tags" : [ "fips" ]
|
25703
|
+
} ]
|
25704
|
+
},
|
25705
|
+
"us-iso-west-1-fips" : {
|
25706
|
+
"credentialScope" : {
|
25707
|
+
"region" : "us-iso-west-1"
|
25708
|
+
},
|
25709
|
+
"deprecated" : true,
|
25710
|
+
"hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
|
25711
|
+
}
|
25448
25712
|
}
|
25449
25713
|
},
|
25450
25714
|
"redshift" : {
|
@@ -25954,7 +26218,36 @@
|
|
25954
26218
|
},
|
25955
26219
|
"rds" : {
|
25956
26220
|
"endpoints" : {
|
25957
|
-
"us-isob-east-1" : {
|
26221
|
+
"rds-fips.us-isob-east-1" : {
|
26222
|
+
"credentialScope" : {
|
26223
|
+
"region" : "us-isob-east-1"
|
26224
|
+
},
|
26225
|
+
"deprecated" : true,
|
26226
|
+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
|
26227
|
+
},
|
26228
|
+
"rds.us-isob-east-1" : {
|
26229
|
+
"credentialScope" : {
|
26230
|
+
"region" : "us-isob-east-1"
|
26231
|
+
},
|
26232
|
+
"deprecated" : true,
|
26233
|
+
"variants" : [ {
|
26234
|
+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
|
26235
|
+
"tags" : [ "fips" ]
|
26236
|
+
} ]
|
26237
|
+
},
|
26238
|
+
"us-isob-east-1" : {
|
26239
|
+
"variants" : [ {
|
26240
|
+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
|
26241
|
+
"tags" : [ "fips" ]
|
26242
|
+
} ]
|
26243
|
+
},
|
26244
|
+
"us-isob-east-1-fips" : {
|
26245
|
+
"credentialScope" : {
|
26246
|
+
"region" : "us-isob-east-1"
|
26247
|
+
},
|
26248
|
+
"deprecated" : true,
|
26249
|
+
"hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
|
26250
|
+
}
|
25958
26251
|
}
|
25959
26252
|
},
|
25960
26253
|
"redshift" : {
|
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.860.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-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|