aws-partitions 1.859.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e237086f6266897cf779a50addd53caae9ce68a95ad66480c68a0d3d5840a1ef
4
- data.tar.gz: eafc543d0a639241b9348c872e72724681a994293a390052556740cca53fb172
3
+ metadata.gz: ae91762b164ad948523b80357ae40eef5352a6d62bc890bec1e421ab057c516a
4
+ data.tar.gz: ec938e1f197a0b16beaec174756c4419ba8bb443ec32533b31919758d3b99644
5
5
  SHA512:
6
- metadata.gz: 446fc5e08b8711cc2ad3e6efead3841d0a31fdee33b857083f9eaf07e906b687912c0407f4e4d31ea7712317c278e67c917f5a2f54435bdfbe27e2a3bfc24a49
7
- data.tar.gz: 1d94973564e87ecfecefc4996d8fc3a89cb4c24e55b94eec087ed8b5593062b6a94db5873df570ccdb8e84a57881b36565e9ec3c03685edb945ed3eb7f06ddef
6
+ metadata.gz: 50b6c2574868870dc505f136b3ac56f6ae6405889723ecccc789332014418880bb68cbe4abfba5201b7429eb9080656a9a839d36718e0c76e54d13ca815b032b
7
+ data.tar.gz: 886507bc2b6588dda42c5e76d4574d5b2a7fe5c839571689f48452d6d81f7c37e4ea87f113b40088c08a6dcb95a34849058c4c581627a4cc0846885758ec43d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
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
+
4
15
  1.859.0 (2023-11-28)
5
16
  ------------------
6
17
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.859.0
1
+ 1.860.0
@@ -282,6 +282,8 @@ module Aws
282
282
  'BackupStorage' => 'backupstorage',
283
283
  'Batch' => 'batch',
284
284
  'Bedrock' => 'bedrock',
285
+ 'BedrockAgent' => 'bedrock-agent',
286
+ 'BedrockAgentRuntime' => 'bedrock-agent-runtime',
285
287
  'BedrockRuntime' => 'bedrock-runtime',
286
288
  'BillingConductor' => 'billingconductor',
287
289
  'Braket' => 'braket',
@@ -519,6 +521,8 @@ module Aws
519
521
  'PrivateNetworks' => 'private-networks',
520
522
  'PrometheusService' => 'aps',
521
523
  'Proton' => 'proton',
524
+ 'QBusiness' => 'qbusiness',
525
+ 'QConnect' => 'wisdom',
522
526
  'QLDB' => 'qldb',
523
527
  'QLDBSession' => 'session.qldb',
524
528
  'QuickSight' => 'quicksight',
data/partitions.json CHANGED
@@ -12988,6 +12988,102 @@
12988
12988
  "us-west-2" : { }
12989
12989
  }
12990
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
+ },
12991
13087
  "qldb" : {
12992
13088
  "endpoints" : {
12993
13089
  "ap-northeast-1" : { },
@@ -19881,6 +19977,24 @@
19881
19977
  }
19882
19978
  }
19883
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
+ },
19884
19998
  "ram" : {
19885
19999
  "endpoints" : {
19886
20000
  "cn-north-1" : { },
@@ -21696,6 +21810,36 @@
21696
21810
  }
21697
21811
  }
21698
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
+ },
21699
21843
  "ds" : {
21700
21844
  "endpoints" : {
21701
21845
  "fips-us-gov-east-1" : {
@@ -23518,6 +23662,24 @@
23518
23662
  }
23519
23663
  }
23520
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
+ },
23521
23683
  "quicksight" : {
23522
23684
  "endpoints" : {
23523
23685
  "api" : { },
@@ -25116,6 +25278,23 @@
25116
25278
  "us-iso-east-1" : { }
25117
25279
  }
25118
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
+ },
25119
25298
  "directconnect" : {
25120
25299
  "endpoints" : {
25121
25300
  "us-iso-east-1" : { },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.859.0
4
+ version: 1.860.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services