aws-partitions 1.866.0 → 1.868.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: 7740ddee5b64307e91c2987902e16e4c84bd48f266dd69616bae2d1af0ea4a5b
4
- data.tar.gz: 02c857abc660c4107c5160e0c2c0baeb53885cc2d92af6d84512b79ff74c07ab
3
+ metadata.gz: bb2f91926bb69729bbb7ac0a111339d347b90bb55a37eba7582b3ea782baa7da
4
+ data.tar.gz: 6c9a65dcc81a1af7e2c393d8162bbc50ac997bfe9bf9dd7f2081ca572ba6b992
5
5
  SHA512:
6
- metadata.gz: 7d9ef7c09f4fa3f88903b61298ca3de0f4b99330ea5076dd551efcf715a4f0963309603e97f12a73d96f7bac4e5f4b72e261c7b09cb9dacc184a107f932e4e49
7
- data.tar.gz: '001158a3153e7738896fdda69194000446a2fb3ebc91b808db595568b74bcfcb34974879b8d3fa8613b8c635e53b582fba578c78c10899d5aa17333dab8ab903'
6
+ metadata.gz: fb07156caf93253fb08deea7813e63db1fda5fe7ef6d0a3897d52ee27429427513799812fa1ce1baeb183a5894b0a401d2a0ddfe645244c31b24283d55ac69f5
7
+ data.tar.gz: 0b80901a3bbc8bbeee1bb927c77fced57e4fc2129fc7d3418e1e8d68375adfa13e1d5748ebb872b18044114db33a0c0dfa2dd16193e0ea93174170351b6de982
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.868.0 (2023-12-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.867.0 (2023-12-14)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::NeptuneGraph`.
13
+
4
14
  1.866.0 (2023-12-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.866.0
1
+ 1.868.0
@@ -493,6 +493,7 @@ module Aws
493
493
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
494
494
  'Mobile' => 'mobile',
495
495
  'Neptune' => 'rds',
496
+ 'NeptuneGraph' => 'neptune-graph',
496
497
  'Neptunedata' => 'neptune-db',
497
498
  'NetworkFirewall' => 'network-firewall',
498
499
  'NetworkManager' => 'networkmanager',
data/partitions.json CHANGED
@@ -3584,12 +3584,14 @@
3584
3584
  },
3585
3585
  "cognito-identity" : {
3586
3586
  "endpoints" : {
3587
+ "af-south-1" : { },
3587
3588
  "ap-northeast-1" : { },
3588
3589
  "ap-northeast-2" : { },
3589
3590
  "ap-northeast-3" : { },
3590
3591
  "ap-south-1" : { },
3591
3592
  "ap-southeast-1" : { },
3592
3593
  "ap-southeast-2" : { },
3594
+ "ap-southeast-3" : { },
3593
3595
  "ca-central-1" : { },
3594
3596
  "eu-central-1" : { },
3595
3597
  "eu-north-1" : { },
@@ -3656,12 +3658,14 @@
3656
3658
  },
3657
3659
  "cognito-idp" : {
3658
3660
  "endpoints" : {
3661
+ "af-south-1" : { },
3659
3662
  "ap-northeast-1" : { },
3660
3663
  "ap-northeast-2" : { },
3661
3664
  "ap-northeast-3" : { },
3662
3665
  "ap-south-1" : { },
3663
3666
  "ap-southeast-1" : { },
3664
3667
  "ap-southeast-2" : { },
3668
+ "ap-southeast-3" : { },
3665
3669
  "ca-central-1" : { },
3666
3670
  "eu-central-1" : { },
3667
3671
  "eu-north-1" : { },
@@ -5885,6 +5889,102 @@
5885
5889
  }
5886
5890
  }
5887
5891
  },
5892
+ "eks-auth" : {
5893
+ "defaults" : {
5894
+ "dnsSuffix" : "api.aws",
5895
+ "variants" : [ {
5896
+ "dnsSuffix" : "api.aws",
5897
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
5898
+ "tags" : [ "fips" ]
5899
+ } ]
5900
+ },
5901
+ "endpoints" : {
5902
+ "af-south-1" : {
5903
+ "hostname" : "eks-auth.af-south-1.api.aws"
5904
+ },
5905
+ "ap-east-1" : {
5906
+ "hostname" : "eks-auth.ap-east-1.api.aws"
5907
+ },
5908
+ "ap-northeast-1" : {
5909
+ "hostname" : "eks-auth.ap-northeast-1.api.aws"
5910
+ },
5911
+ "ap-northeast-2" : {
5912
+ "hostname" : "eks-auth.ap-northeast-2.api.aws"
5913
+ },
5914
+ "ap-northeast-3" : {
5915
+ "hostname" : "eks-auth.ap-northeast-3.api.aws"
5916
+ },
5917
+ "ap-south-1" : {
5918
+ "hostname" : "eks-auth.ap-south-1.api.aws"
5919
+ },
5920
+ "ap-south-2" : {
5921
+ "hostname" : "eks-auth.ap-south-2.api.aws"
5922
+ },
5923
+ "ap-southeast-1" : {
5924
+ "hostname" : "eks-auth.ap-southeast-1.api.aws"
5925
+ },
5926
+ "ap-southeast-2" : {
5927
+ "hostname" : "eks-auth.ap-southeast-2.api.aws"
5928
+ },
5929
+ "ap-southeast-3" : {
5930
+ "hostname" : "eks-auth.ap-southeast-3.api.aws"
5931
+ },
5932
+ "ap-southeast-4" : {
5933
+ "hostname" : "eks-auth.ap-southeast-4.api.aws"
5934
+ },
5935
+ "ca-central-1" : {
5936
+ "hostname" : "eks-auth.ca-central-1.api.aws"
5937
+ },
5938
+ "eu-central-1" : {
5939
+ "hostname" : "eks-auth.eu-central-1.api.aws"
5940
+ },
5941
+ "eu-central-2" : {
5942
+ "hostname" : "eks-auth.eu-central-2.api.aws"
5943
+ },
5944
+ "eu-north-1" : {
5945
+ "hostname" : "eks-auth.eu-north-1.api.aws"
5946
+ },
5947
+ "eu-south-1" : {
5948
+ "hostname" : "eks-auth.eu-south-1.api.aws"
5949
+ },
5950
+ "eu-south-2" : {
5951
+ "hostname" : "eks-auth.eu-south-2.api.aws"
5952
+ },
5953
+ "eu-west-1" : {
5954
+ "hostname" : "eks-auth.eu-west-1.api.aws"
5955
+ },
5956
+ "eu-west-2" : {
5957
+ "hostname" : "eks-auth.eu-west-2.api.aws"
5958
+ },
5959
+ "eu-west-3" : {
5960
+ "hostname" : "eks-auth.eu-west-3.api.aws"
5961
+ },
5962
+ "il-central-1" : {
5963
+ "hostname" : "eks-auth.il-central-1.api.aws"
5964
+ },
5965
+ "me-central-1" : {
5966
+ "hostname" : "eks-auth.me-central-1.api.aws"
5967
+ },
5968
+ "me-south-1" : {
5969
+ "hostname" : "eks-auth.me-south-1.api.aws"
5970
+ },
5971
+ "sa-east-1" : {
5972
+ "hostname" : "eks-auth.sa-east-1.api.aws"
5973
+ },
5974
+ "us-east-1" : {
5975
+ "hostname" : "eks-auth.us-east-1.api.aws"
5976
+ },
5977
+ "us-east-2" : {
5978
+ "hostname" : "eks-auth.us-east-2.api.aws"
5979
+ },
5980
+ "us-west-1" : {
5981
+ "hostname" : "eks-auth.us-west-1.api.aws"
5982
+ },
5983
+ "us-west-2" : {
5984
+ "hostname" : "eks-auth.us-west-2.api.aws"
5985
+ }
5986
+ }
5987
+ },
5888
5988
  "elasticache" : {
5889
5989
  "endpoints" : {
5890
5990
  "af-south-1" : { },
@@ -11811,6 +11911,7 @@
11811
11911
  "deprecated" : true,
11812
11912
  "hostname" : "mq-fips.us-west-2.amazonaws.com"
11813
11913
  },
11914
+ "il-central-1" : { },
11814
11915
  "me-central-1" : { },
11815
11916
  "me-south-1" : { },
11816
11917
  "sa-east-1" : { },
@@ -14101,12 +14202,60 @@
14101
14202
  "eu-west-1" : { },
14102
14203
  "eu-west-2" : { },
14103
14204
  "eu-west-3" : { },
14205
+ "fips-us-east-1" : {
14206
+ "credentialScope" : {
14207
+ "region" : "us-east-1"
14208
+ },
14209
+ "deprecated" : true,
14210
+ "hostname" : "rolesanywhere-fips.us-east-1.amazonaws.com"
14211
+ },
14212
+ "fips-us-east-2" : {
14213
+ "credentialScope" : {
14214
+ "region" : "us-east-2"
14215
+ },
14216
+ "deprecated" : true,
14217
+ "hostname" : "rolesanywhere-fips.us-east-2.amazonaws.com"
14218
+ },
14219
+ "fips-us-west-1" : {
14220
+ "credentialScope" : {
14221
+ "region" : "us-west-1"
14222
+ },
14223
+ "deprecated" : true,
14224
+ "hostname" : "rolesanywhere-fips.us-west-1.amazonaws.com"
14225
+ },
14226
+ "fips-us-west-2" : {
14227
+ "credentialScope" : {
14228
+ "region" : "us-west-2"
14229
+ },
14230
+ "deprecated" : true,
14231
+ "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14232
+ },
14104
14233
  "me-south-1" : { },
14105
14234
  "sa-east-1" : { },
14106
- "us-east-1" : { },
14107
- "us-east-2" : { },
14108
- "us-west-1" : { },
14109
- "us-west-2" : { }
14235
+ "us-east-1" : {
14236
+ "variants" : [ {
14237
+ "hostname" : "rolesanywhere-fips.us-east-1.amazonaws.com",
14238
+ "tags" : [ "fips" ]
14239
+ } ]
14240
+ },
14241
+ "us-east-2" : {
14242
+ "variants" : [ {
14243
+ "hostname" : "rolesanywhere-fips.us-east-2.amazonaws.com",
14244
+ "tags" : [ "fips" ]
14245
+ } ]
14246
+ },
14247
+ "us-west-1" : {
14248
+ "variants" : [ {
14249
+ "hostname" : "rolesanywhere-fips.us-west-1.amazonaws.com",
14250
+ "tags" : [ "fips" ]
14251
+ } ]
14252
+ },
14253
+ "us-west-2" : {
14254
+ "variants" : [ {
14255
+ "hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com",
14256
+ "tags" : [ "fips" ]
14257
+ } ]
14258
+ }
14110
14259
  }
14111
14260
  },
14112
14261
  "route53" : {
@@ -19837,6 +19986,24 @@
19837
19986
  "cn-northwest-1" : { }
19838
19987
  }
19839
19988
  },
19989
+ "eks-auth" : {
19990
+ "defaults" : {
19991
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
19992
+ "variants" : [ {
19993
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
19994
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
19995
+ "tags" : [ "fips" ]
19996
+ } ]
19997
+ },
19998
+ "endpoints" : {
19999
+ "cn-north-1" : {
20000
+ "hostname" : "eks-auth.cn-north-1.api.amazonwebservices.com.cn"
20001
+ },
20002
+ "cn-northwest-1" : {
20003
+ "hostname" : "eks-auth.cn-northwest-1.api.amazonwebservices.com.cn"
20004
+ }
20005
+ }
20006
+ },
19840
20007
  "elasticache" : {
19841
20008
  "endpoints" : {
19842
20009
  "cn-north-1" : { },
@@ -22370,6 +22537,24 @@
22370
22537
  }
22371
22538
  }
22372
22539
  },
22540
+ "eks-auth" : {
22541
+ "defaults" : {
22542
+ "dnsSuffix" : "api.aws",
22543
+ "variants" : [ {
22544
+ "dnsSuffix" : "api.aws",
22545
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
22546
+ "tags" : [ "fips" ]
22547
+ } ]
22548
+ },
22549
+ "endpoints" : {
22550
+ "us-gov-east-1" : {
22551
+ "hostname" : "eks-auth.us-gov-east-1.api.aws"
22552
+ },
22553
+ "us-gov-west-1" : {
22554
+ "hostname" : "eks-auth.us-gov-west-1.api.aws"
22555
+ }
22556
+ }
22557
+ },
22373
22558
  "elasticache" : {
22374
22559
  "defaults" : {
22375
22560
  "variants" : [ {
@@ -24316,8 +24501,32 @@
24316
24501
  },
24317
24502
  "rolesanywhere" : {
24318
24503
  "endpoints" : {
24319
- "us-gov-east-1" : { },
24320
- "us-gov-west-1" : { }
24504
+ "fips-us-gov-east-1" : {
24505
+ "credentialScope" : {
24506
+ "region" : "us-gov-east-1"
24507
+ },
24508
+ "deprecated" : true,
24509
+ "hostname" : "rolesanywhere-fips.us-gov-east-1.amazonaws.com"
24510
+ },
24511
+ "fips-us-gov-west-1" : {
24512
+ "credentialScope" : {
24513
+ "region" : "us-gov-west-1"
24514
+ },
24515
+ "deprecated" : true,
24516
+ "hostname" : "rolesanywhere-fips.us-gov-west-1.amazonaws.com"
24517
+ },
24518
+ "us-gov-east-1" : {
24519
+ "variants" : [ {
24520
+ "hostname" : "rolesanywhere-fips.us-gov-east-1.amazonaws.com",
24521
+ "tags" : [ "fips" ]
24522
+ } ]
24523
+ },
24524
+ "us-gov-west-1" : {
24525
+ "variants" : [ {
24526
+ "hostname" : "rolesanywhere-fips.us-gov-west-1.amazonaws.com",
24527
+ "tags" : [ "fips" ]
24528
+ } ]
24529
+ }
24321
24530
  }
24322
24531
  },
24323
24532
  "route53" : {
@@ -25990,8 +26199,32 @@
25990
26199
  },
25991
26200
  "ram" : {
25992
26201
  "endpoints" : {
25993
- "us-iso-east-1" : { },
25994
- "us-iso-west-1" : { }
26202
+ "fips-us-iso-east-1" : {
26203
+ "credentialScope" : {
26204
+ "region" : "us-iso-east-1"
26205
+ },
26206
+ "deprecated" : true,
26207
+ "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
26208
+ },
26209
+ "fips-us-iso-west-1" : {
26210
+ "credentialScope" : {
26211
+ "region" : "us-iso-west-1"
26212
+ },
26213
+ "deprecated" : true,
26214
+ "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
26215
+ },
26216
+ "us-iso-east-1" : {
26217
+ "variants" : [ {
26218
+ "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
26219
+ "tags" : [ "fips" ]
26220
+ } ]
26221
+ },
26222
+ "us-iso-west-1" : {
26223
+ "variants" : [ {
26224
+ "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
26225
+ "tags" : [ "fips" ]
26226
+ } ]
26227
+ }
25995
26228
  }
25996
26229
  },
25997
26230
  "rbin" : {
@@ -26597,7 +26830,19 @@
26597
26830
  },
26598
26831
  "ram" : {
26599
26832
  "endpoints" : {
26600
- "us-isob-east-1" : { }
26833
+ "fips-us-isob-east-1" : {
26834
+ "credentialScope" : {
26835
+ "region" : "us-isob-east-1"
26836
+ },
26837
+ "deprecated" : true,
26838
+ "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
26839
+ },
26840
+ "us-isob-east-1" : {
26841
+ "variants" : [ {
26842
+ "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
26843
+ "tags" : [ "fips" ]
26844
+ } ]
26845
+ }
26601
26846
  }
26602
26847
  },
26603
26848
  "rbin" : {
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.866.0
4
+ version: 1.868.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-12-13 00:00:00.000000000 Z
11
+ date: 2023-12-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: