aws-partitions 1.861.0 → 1.863.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: 6c970109e618f05359abf9f6d521417d00e7ffd8a7208dbfbd3d8c0c3d70ee7b
4
- data.tar.gz: b033f732491d8a5269fafc29d2bc8565e14374100d9005ead49339d3c04b89c2
3
+ metadata.gz: 1f3f73c1f85ae2bf9eae5977c485b6b5f44cb09a218b3916330cc367fa8de43c
4
+ data.tar.gz: 93d08f754fb09d619be6f78c23d1c4df754768248969f7c1c5b7de35891d6ea2
5
5
  SHA512:
6
- metadata.gz: 9431acddc85e1b660a196480f1c27ef1ffd366548c3ad6b9a41e07e9fa8674bf668ff5589951af28c6a906d9e7fb1bf2928b5abb06a991aacb77931d4b77f839
7
- data.tar.gz: 8c87904bc60436ba9ce3ce16d24c89bfcd0c3afb3232e79f9a420794ae04c716a0b69e16faa3493368c16b0298a107d87365eb1d4d47dcddd09e3ce7d00f7baa
6
+ metadata.gz: c28292c1d84be792bf661763c6a31714bc82a1199224d04a3acb9391d55eb0ef92c1cb6c95cbbd54fcfab0d92f0c2664871e90d10dafe2f6a9bc4c232c7f8cc0
7
+ data.tar.gz: c873228a74601802fea979e4aadbfefefaf8e93fb1a38f8e5bdb5968f68660b4d0faa0aaaa74676ca20bb4c770e5e073efeba97be1784f8b7fb026655e99cc2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.863.0 (2023-12-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.862.0 (2023-11-30)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::MarketplaceDeployment`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::MarketplaceAgreement`.
15
+
4
16
  1.861.0 (2023-11-29)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.861.0
1
+ 1.863.0
@@ -468,8 +468,10 @@ module Aws
468
468
  'ManagedBlockchain' => 'managedblockchain',
469
469
  'ManagedBlockchainQuery' => 'managedblockchain-query',
470
470
  'ManagedGrafana' => 'grafana',
471
+ 'MarketplaceAgreement' => 'agreement-marketplace',
471
472
  'MarketplaceCatalog' => 'catalog.marketplace',
472
473
  'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
474
+ 'MarketplaceDeployment' => 'deployment-marketplace',
473
475
  'MarketplaceEntitlementService' => 'entitlement.marketplace',
474
476
  'MarketplaceMetering' => 'metering.marketplace',
475
477
  'MediaConnect' => 'mediaconnect',
data/partitions.json CHANGED
@@ -405,6 +405,11 @@
405
405
  }
406
406
  }
407
407
  },
408
+ "agreement-marketplace" : {
409
+ "endpoints" : {
410
+ "us-east-1" : { }
411
+ }
412
+ },
408
413
  "airflow" : {
409
414
  "endpoints" : {
410
415
  "ap-northeast-1" : { },
@@ -15868,6 +15873,30 @@
15868
15873
  "deprecated" : true,
15869
15874
  "hostname" : "signer-fips.us-west-2.amazonaws.com"
15870
15875
  },
15876
+ "fips-verification-us-east-1" : {
15877
+ "credentialScope" : {
15878
+ "region" : "us-east-1"
15879
+ },
15880
+ "hostname" : "verification.signer-fips.us-east-1.amazonaws.com"
15881
+ },
15882
+ "fips-verification-us-east-2" : {
15883
+ "credentialScope" : {
15884
+ "region" : "us-east-2"
15885
+ },
15886
+ "hostname" : "verification.signer-fips.us-east-2.amazonaws.com"
15887
+ },
15888
+ "fips-verification-us-west-1" : {
15889
+ "credentialScope" : {
15890
+ "region" : "us-west-1"
15891
+ },
15892
+ "hostname" : "verification.signer-fips.us-west-1.amazonaws.com"
15893
+ },
15894
+ "fips-verification-us-west-2" : {
15895
+ "credentialScope" : {
15896
+ "region" : "us-west-2"
15897
+ },
15898
+ "hostname" : "verification.signer-fips.us-west-2.amazonaws.com"
15899
+ },
15871
15900
  "me-south-1" : { },
15872
15901
  "sa-east-1" : { },
15873
15902
  "us-east-1" : {
@@ -15893,6 +15922,126 @@
15893
15922
  "hostname" : "signer-fips.us-west-2.amazonaws.com",
15894
15923
  "tags" : [ "fips" ]
15895
15924
  } ]
15925
+ },
15926
+ "verification-af-south-1" : {
15927
+ "credentialScope" : {
15928
+ "region" : "af-south-1"
15929
+ },
15930
+ "hostname" : "verification.signer.af-south-1.amazonaws.com"
15931
+ },
15932
+ "verification-ap-east-1" : {
15933
+ "credentialScope" : {
15934
+ "region" : "ap-east-1"
15935
+ },
15936
+ "hostname" : "verification.signer.ap-east-1.amazonaws.com"
15937
+ },
15938
+ "verification-ap-northeast-1" : {
15939
+ "credentialScope" : {
15940
+ "region" : "ap-northeast-1"
15941
+ },
15942
+ "hostname" : "verification.signer.ap-northeast-1.amazonaws.com"
15943
+ },
15944
+ "verification-ap-northeast-2" : {
15945
+ "credentialScope" : {
15946
+ "region" : "ap-northeast-2"
15947
+ },
15948
+ "hostname" : "verification.signer.ap-northeast-2.amazonaws.com"
15949
+ },
15950
+ "verification-ap-south-1" : {
15951
+ "credentialScope" : {
15952
+ "region" : "ap-south-1"
15953
+ },
15954
+ "hostname" : "verification.signer.ap-south-1.amazonaws.com"
15955
+ },
15956
+ "verification-ap-southeast-1" : {
15957
+ "credentialScope" : {
15958
+ "region" : "ap-southeast-1"
15959
+ },
15960
+ "hostname" : "verification.signer.ap-southeast-1.amazonaws.com"
15961
+ },
15962
+ "verification-ap-southeast-2" : {
15963
+ "credentialScope" : {
15964
+ "region" : "ap-southeast-2"
15965
+ },
15966
+ "hostname" : "verification.signer.ap-southeast-2.amazonaws.com"
15967
+ },
15968
+ "verification-ca-central-1" : {
15969
+ "credentialScope" : {
15970
+ "region" : "ca-central-1"
15971
+ },
15972
+ "hostname" : "verification.signer.ca-central-1.amazonaws.com"
15973
+ },
15974
+ "verification-eu-central-1" : {
15975
+ "credentialScope" : {
15976
+ "region" : "eu-central-1"
15977
+ },
15978
+ "hostname" : "verification.signer.eu-central-1.amazonaws.com"
15979
+ },
15980
+ "verification-eu-north-1" : {
15981
+ "credentialScope" : {
15982
+ "region" : "eu-north-1"
15983
+ },
15984
+ "hostname" : "verification.signer.eu-north-1.amazonaws.com"
15985
+ },
15986
+ "verification-eu-south-1" : {
15987
+ "credentialScope" : {
15988
+ "region" : "eu-south-1"
15989
+ },
15990
+ "hostname" : "verification.signer.eu-south-1.amazonaws.com"
15991
+ },
15992
+ "verification-eu-west-1" : {
15993
+ "credentialScope" : {
15994
+ "region" : "eu-west-1"
15995
+ },
15996
+ "hostname" : "verification.signer.eu-west-1.amazonaws.com"
15997
+ },
15998
+ "verification-eu-west-2" : {
15999
+ "credentialScope" : {
16000
+ "region" : "eu-west-2"
16001
+ },
16002
+ "hostname" : "verification.signer.eu-west-2.amazonaws.com"
16003
+ },
16004
+ "verification-eu-west-3" : {
16005
+ "credentialScope" : {
16006
+ "region" : "eu-west-3"
16007
+ },
16008
+ "hostname" : "verification.signer.eu-west-3.amazonaws.com"
16009
+ },
16010
+ "verification-me-south-1" : {
16011
+ "credentialScope" : {
16012
+ "region" : "me-south-1"
16013
+ },
16014
+ "hostname" : "verification.signer.me-south-1.amazonaws.com"
16015
+ },
16016
+ "verification-sa-east-1" : {
16017
+ "credentialScope" : {
16018
+ "region" : "sa-east-1"
16019
+ },
16020
+ "hostname" : "verification.signer.sa-east-1.amazonaws.com"
16021
+ },
16022
+ "verification-us-east-1" : {
16023
+ "credentialScope" : {
16024
+ "region" : "us-east-1"
16025
+ },
16026
+ "hostname" : "verification.signer.us-east-1.amazonaws.com"
16027
+ },
16028
+ "verification-us-east-2" : {
16029
+ "credentialScope" : {
16030
+ "region" : "us-east-2"
16031
+ },
16032
+ "hostname" : "verification.signer.us-east-2.amazonaws.com"
16033
+ },
16034
+ "verification-us-west-1" : {
16035
+ "credentialScope" : {
16036
+ "region" : "us-west-1"
16037
+ },
16038
+ "hostname" : "verification.signer.us-west-1.amazonaws.com"
16039
+ },
16040
+ "verification-us-west-2" : {
16041
+ "credentialScope" : {
16042
+ "region" : "us-west-2"
16043
+ },
16044
+ "hostname" : "verification.signer.us-west-2.amazonaws.com"
15896
16045
  }
15897
16046
  }
15898
16047
  },
@@ -20019,6 +20168,11 @@
20019
20168
  "cn-northwest-1" : { }
20020
20169
  }
20021
20170
  },
20171
+ "redshift-serverless" : {
20172
+ "endpoints" : {
20173
+ "cn-north-1" : { }
20174
+ }
20175
+ },
20022
20176
  "resource-explorer-2" : {
20023
20177
  "defaults" : {
20024
20178
  "dnsSuffix" : "api.amazonwebservices.com.cn",
@@ -20218,7 +20372,19 @@
20218
20372
  "signer" : {
20219
20373
  "endpoints" : {
20220
20374
  "cn-north-1" : { },
20221
- "cn-northwest-1" : { }
20375
+ "cn-northwest-1" : { },
20376
+ "verification-cn-north-1" : {
20377
+ "credentialScope" : {
20378
+ "region" : "cn-north-1"
20379
+ },
20380
+ "hostname" : "verification.signer.cn-north-1.amazonaws.com.cn"
20381
+ },
20382
+ "verification-cn-northwest-1" : {
20383
+ "credentialScope" : {
20384
+ "region" : "cn-northwest-1"
20385
+ },
20386
+ "hostname" : "verification.signer.cn-northwest-1.amazonaws.com.cn"
20387
+ }
20222
20388
  }
20223
20389
  },
20224
20390
  "sms" : {
@@ -25713,8 +25879,32 @@
25713
25879
  },
25714
25880
  "redshift" : {
25715
25881
  "endpoints" : {
25716
- "us-iso-east-1" : { },
25717
- "us-iso-west-1" : { }
25882
+ "fips-us-iso-east-1" : {
25883
+ "credentialScope" : {
25884
+ "region" : "us-iso-east-1"
25885
+ },
25886
+ "deprecated" : true,
25887
+ "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
25888
+ },
25889
+ "fips-us-iso-west-1" : {
25890
+ "credentialScope" : {
25891
+ "region" : "us-iso-west-1"
25892
+ },
25893
+ "deprecated" : true,
25894
+ "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
25895
+ },
25896
+ "us-iso-east-1" : {
25897
+ "variants" : [ {
25898
+ "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
25899
+ "tags" : [ "fips" ]
25900
+ } ]
25901
+ },
25902
+ "us-iso-west-1" : {
25903
+ "variants" : [ {
25904
+ "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
25905
+ "tags" : [ "fips" ]
25906
+ } ]
25907
+ }
25718
25908
  }
25719
25909
  },
25720
25910
  "resource-groups" : {
@@ -26252,7 +26442,19 @@
26252
26442
  },
26253
26443
  "redshift" : {
26254
26444
  "endpoints" : {
26255
- "us-isob-east-1" : { }
26445
+ "fips-us-isob-east-1" : {
26446
+ "credentialScope" : {
26447
+ "region" : "us-isob-east-1"
26448
+ },
26449
+ "deprecated" : true,
26450
+ "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
26451
+ },
26452
+ "us-isob-east-1" : {
26453
+ "variants" : [ {
26454
+ "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
26455
+ "tags" : [ "fips" ]
26456
+ } ]
26457
+ }
26256
26458
  }
26257
26459
  },
26258
26460
  "resource-groups" : {
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.861.0
4
+ version: 1.863.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-29 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: