aws-partitions 1.856.0 → 1.857.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: f8559bb74a49896180e0b568040fb677db020f910b1ced7f82a804bc378c0ef1
4
- data.tar.gz: dffc3ac52b5085ff11d1baec80aaae132ca1e91694909f5268ff471b8b1b6f10
3
+ metadata.gz: 5447ebb434a388cfd04526132f466d3ba4dad8ba5036b179c6cc2094c31e3e11
4
+ data.tar.gz: 8e00d1c2da0b5669bb83a3619a100ade18e222180e088a778bb0f8944af70dec
5
5
  SHA512:
6
- metadata.gz: 1997e7242033bb38635e94df5101c7f638ef5c48653c99f1142a54bb09c5718941ef6062d3d6cd47e14014d1ef0753ac8c35ed13be3629f3b5d7820ab8b642e8
7
- data.tar.gz: ed79391721b7e87b9d60f0088d8d7c4fb140c7c15c233b5171af16cdac7d601d903da97c556b78e54b74b64d746cd486972d4e050969fb1440645c4646859a62
6
+ metadata.gz: ce3d2659fac296c2ddbf667e80118a493b3d0602f5bf0d4f719e6fcc3c2d056e5514d0ddbbc0bdbd002c100294785288d98543e049a3a98d03491f556a227423
7
+ data.tar.gz: 512ec0499cfa00b9832a5f1fc064ef2f81ffefe0f5875a01316699f6974df8c0709508ee22158b13f4255167a2e7b66138985d3cdc596a95ff4d425b4c004601
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.857.0 (2023-11-27)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::WorkSpacesThinClient`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::Repostspace`.
10
+
11
+ * Feature - Added support for enumerating regions for `Aws::FreeTier`.
12
+
13
+ * Feature - Added support for enumerating regions for `Aws::EKSAuth`.
14
+
15
+ * Feature - Added support for enumerating regions for `Aws::CostOptimizationHub`.
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::BCMDataExports`.
18
+
4
19
  1.856.0 (2023-11-22)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.856.0
1
+ 1.857.0
@@ -275,6 +275,7 @@ module Aws
275
275
  'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
276
276
  'AutoScaling' => 'autoscaling',
277
277
  'AutoScalingPlans' => 'autoscaling-plans',
278
+ 'BCMDataExports' => 'bcm-data-exports',
278
279
  'Backup' => 'backup',
279
280
  'BackupGateway' => 'backup-gateway',
280
281
  'BackupStorage' => 'backupstorage',
@@ -334,6 +335,7 @@ module Aws
334
335
  'ConnectWisdomService' => 'wisdom',
335
336
  'ControlTower' => 'controltower',
336
337
  'CostExplorer' => 'ce',
338
+ 'CostOptimizationHub' => 'cost-optimization-hub',
337
339
  'CostandUsageReportService' => 'cur',
338
340
  'CustomerProfiles' => 'profile',
339
341
  'DAX' => 'dax',
@@ -361,6 +363,7 @@ module Aws
361
363
  'ECS' => 'ecs',
362
364
  'EFS' => 'elasticfilesystem',
363
365
  'EKS' => 'eks',
366
+ 'EKSAuth' => 'eks-auth',
364
367
  'EMR' => 'elasticmapreduce',
365
368
  'EMRContainers' => 'emr-containers',
366
369
  'EMRServerless' => 'emr-serverless',
@@ -382,6 +385,7 @@ module Aws
382
385
  'ForecastQueryService' => 'forecastquery',
383
386
  'ForecastService' => 'forecast',
384
387
  'FraudDetector' => 'frauddetector',
388
+ 'FreeTier' => 'freetier',
385
389
  'GameLift' => 'gamelift',
386
390
  'Glacier' => 'glacier',
387
391
  'GlobalAccelerator' => 'globalaccelerator',
@@ -525,6 +529,7 @@ module Aws
525
529
  'RedshiftDataAPIService' => 'redshift-data',
526
530
  'RedshiftServerless' => 'redshift-serverless',
527
531
  'Rekognition' => 'rekognition',
532
+ 'Repostspace' => 'repostspace',
528
533
  'ResilienceHub' => 'resiliencehub',
529
534
  'ResourceExplorer2' => 'resource-explorer-2',
530
535
  'ResourceGroups' => 'resource-groups',
@@ -602,6 +607,7 @@ module Aws
602
607
  'WorkMail' => 'workmail',
603
608
  'WorkMailMessageFlow' => 'workmailmessageflow',
604
609
  'WorkSpaces' => 'workspaces',
610
+ 'WorkSpacesThinClient' => 'thinclient',
605
611
  'WorkSpacesWeb' => 'workspaces-web',
606
612
  'XRay' => 'xray',
607
613
  }
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" : { }
@@ -20815,6 +20825,12 @@
20815
20825
  }
20816
20826
  }
20817
20827
  },
20828
+ "arc-zonal-shift" : {
20829
+ "endpoints" : {
20830
+ "us-gov-east-1" : { },
20831
+ "us-gov-west-1" : { }
20832
+ }
20833
+ },
20818
20834
  "athena" : {
20819
20835
  "endpoints" : {
20820
20836
  "fips-us-gov-east-1" : {
@@ -25443,8 +25459,66 @@
25443
25459
  },
25444
25460
  "rds" : {
25445
25461
  "endpoints" : {
25446
- "us-iso-east-1" : { },
25447
- "us-iso-west-1" : { }
25462
+ "rds-fips.us-iso-east-1" : {
25463
+ "credentialScope" : {
25464
+ "region" : "us-iso-east-1"
25465
+ },
25466
+ "deprecated" : true,
25467
+ "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
25468
+ },
25469
+ "rds-fips.us-iso-west-1" : {
25470
+ "credentialScope" : {
25471
+ "region" : "us-iso-west-1"
25472
+ },
25473
+ "deprecated" : true,
25474
+ "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
25475
+ },
25476
+ "rds.us-iso-east-1" : {
25477
+ "credentialScope" : {
25478
+ "region" : "us-iso-east-1"
25479
+ },
25480
+ "deprecated" : true,
25481
+ "variants" : [ {
25482
+ "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
25483
+ "tags" : [ "fips" ]
25484
+ } ]
25485
+ },
25486
+ "rds.us-iso-west-1" : {
25487
+ "credentialScope" : {
25488
+ "region" : "us-iso-west-1"
25489
+ },
25490
+ "deprecated" : true,
25491
+ "variants" : [ {
25492
+ "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
25493
+ "tags" : [ "fips" ]
25494
+ } ]
25495
+ },
25496
+ "us-iso-east-1" : {
25497
+ "variants" : [ {
25498
+ "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov",
25499
+ "tags" : [ "fips" ]
25500
+ } ]
25501
+ },
25502
+ "us-iso-east-1-fips" : {
25503
+ "credentialScope" : {
25504
+ "region" : "us-iso-east-1"
25505
+ },
25506
+ "deprecated" : true,
25507
+ "hostname" : "rds-fips.us-iso-east-1.c2s.ic.gov"
25508
+ },
25509
+ "us-iso-west-1" : {
25510
+ "variants" : [ {
25511
+ "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov",
25512
+ "tags" : [ "fips" ]
25513
+ } ]
25514
+ },
25515
+ "us-iso-west-1-fips" : {
25516
+ "credentialScope" : {
25517
+ "region" : "us-iso-west-1"
25518
+ },
25519
+ "deprecated" : true,
25520
+ "hostname" : "rds-fips.us-iso-west-1.c2s.ic.gov"
25521
+ }
25448
25522
  }
25449
25523
  },
25450
25524
  "redshift" : {
@@ -25954,7 +26028,36 @@
25954
26028
  },
25955
26029
  "rds" : {
25956
26030
  "endpoints" : {
25957
- "us-isob-east-1" : { }
26031
+ "rds-fips.us-isob-east-1" : {
26032
+ "credentialScope" : {
26033
+ "region" : "us-isob-east-1"
26034
+ },
26035
+ "deprecated" : true,
26036
+ "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
26037
+ },
26038
+ "rds.us-isob-east-1" : {
26039
+ "credentialScope" : {
26040
+ "region" : "us-isob-east-1"
26041
+ },
26042
+ "deprecated" : true,
26043
+ "variants" : [ {
26044
+ "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
26045
+ "tags" : [ "fips" ]
26046
+ } ]
26047
+ },
26048
+ "us-isob-east-1" : {
26049
+ "variants" : [ {
26050
+ "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov",
26051
+ "tags" : [ "fips" ]
26052
+ } ]
26053
+ },
26054
+ "us-isob-east-1-fips" : {
26055
+ "credentialScope" : {
26056
+ "region" : "us-isob-east-1"
26057
+ },
26058
+ "deprecated" : true,
26059
+ "hostname" : "rds-fips.us-isob-east-1.sc2s.sgov.gov"
26060
+ }
25958
26061
  }
25959
26062
  },
25960
26063
  "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.856.0
4
+ version: 1.857.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-22 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: