aws-partitions 1.862.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: bf74f77f80890bfa242aeb3a820bc3cb87ca9d7ffb1013df13e36c46bb65995f
4
- data.tar.gz: e193ffa3aacc450a228ec0c2c0088bc013559e12ebeef82dff9a4dfc5457a5fe
3
+ metadata.gz: bb2f91926bb69729bbb7ac0a111339d347b90bb55a37eba7582b3ea782baa7da
4
+ data.tar.gz: 6c9a65dcc81a1af7e2c393d8162bbc50ac997bfe9bf9dd7f2081ca572ba6b992
5
5
  SHA512:
6
- metadata.gz: d765381379a6a54d3e39700590287cb352b0f56fc0eccab6f2353f5628ed1d7650175e8fc5058dfc12dcd3118cd72e0d39d7985c547306d12150ea04a9c4abff
7
- data.tar.gz: f359417a20ff54b5d71f7cb0e3314efc57e3d38ef0b48a01976ec523dbe39b50e0de2a6e928b3c80637c665c10e827f92f2753b1faeeed8c3c9701b59de62025
6
+ metadata.gz: fb07156caf93253fb08deea7813e63db1fda5fe7ef6d0a3897d52ee27429427513799812fa1ce1baeb183a5894b0a401d2a0ddfe645244c31b24283d55ac69f5
7
+ data.tar.gz: 0b80901a3bbc8bbeee1bb927c77fced57e4fc2129fc7d3418e1e8d68375adfa13e1d5748ebb872b18044114db33a0c0dfa2dd16193e0ea93174170351b6de982
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
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
+
14
+ 1.866.0 (2023-12-13)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.865.0 (2023-12-12)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.864.0 (2023-12-07)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.863.0 (2023-12-04)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
4
34
  1.862.0 (2023-11-30)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.862.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
@@ -2768,6 +2768,7 @@
2768
2768
  "eu-west-1" : { },
2769
2769
  "eu-west-2" : { },
2770
2770
  "eu-west-3" : { },
2771
+ "il-central-1" : { },
2771
2772
  "me-south-1" : { },
2772
2773
  "sa-east-1" : { },
2773
2774
  "us-east-1" : { },
@@ -3583,12 +3584,14 @@
3583
3584
  },
3584
3585
  "cognito-identity" : {
3585
3586
  "endpoints" : {
3587
+ "af-south-1" : { },
3586
3588
  "ap-northeast-1" : { },
3587
3589
  "ap-northeast-2" : { },
3588
3590
  "ap-northeast-3" : { },
3589
3591
  "ap-south-1" : { },
3590
3592
  "ap-southeast-1" : { },
3591
3593
  "ap-southeast-2" : { },
3594
+ "ap-southeast-3" : { },
3592
3595
  "ca-central-1" : { },
3593
3596
  "eu-central-1" : { },
3594
3597
  "eu-north-1" : { },
@@ -3655,12 +3658,14 @@
3655
3658
  },
3656
3659
  "cognito-idp" : {
3657
3660
  "endpoints" : {
3661
+ "af-south-1" : { },
3658
3662
  "ap-northeast-1" : { },
3659
3663
  "ap-northeast-2" : { },
3660
3664
  "ap-northeast-3" : { },
3661
3665
  "ap-south-1" : { },
3662
3666
  "ap-southeast-1" : { },
3663
3667
  "ap-southeast-2" : { },
3668
+ "ap-southeast-3" : { },
3664
3669
  "ca-central-1" : { },
3665
3670
  "eu-central-1" : { },
3666
3671
  "eu-north-1" : { },
@@ -5884,6 +5889,102 @@
5884
5889
  }
5885
5890
  }
5886
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
+ },
5887
5988
  "elasticache" : {
5888
5989
  "endpoints" : {
5889
5990
  "af-south-1" : { },
@@ -6842,6 +6943,7 @@
6842
6943
  "deprecated" : true,
6843
6944
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
6844
6945
  },
6946
+ "me-central-1" : { },
6845
6947
  "me-south-1" : { },
6846
6948
  "sa-east-1" : { },
6847
6949
  "us-east-1" : {
@@ -11809,6 +11911,7 @@
11809
11911
  "deprecated" : true,
11810
11912
  "hostname" : "mq-fips.us-west-2.amazonaws.com"
11811
11913
  },
11914
+ "il-central-1" : { },
11812
11915
  "me-central-1" : { },
11813
11916
  "me-south-1" : { },
11814
11917
  "sa-east-1" : { },
@@ -14099,12 +14202,60 @@
14099
14202
  "eu-west-1" : { },
14100
14203
  "eu-west-2" : { },
14101
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
+ },
14102
14233
  "me-south-1" : { },
14103
14234
  "sa-east-1" : { },
14104
- "us-east-1" : { },
14105
- "us-east-2" : { },
14106
- "us-west-1" : { },
14107
- "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
+ }
14108
14259
  }
14109
14260
  },
14110
14261
  "route53" : {
@@ -14898,26 +15049,90 @@
14898
15049
  },
14899
15050
  "s3-outposts" : {
14900
15051
  "endpoints" : {
14901
- "af-south-1" : { },
14902
- "ap-east-1" : { },
14903
- "ap-northeast-1" : { },
14904
- "ap-northeast-2" : { },
14905
- "ap-northeast-3" : { },
14906
- "ap-south-1" : { },
14907
- "ap-southeast-1" : { },
14908
- "ap-southeast-2" : { },
14909
- "ap-southeast-3" : { },
15052
+ "af-south-1" : {
15053
+ "variants" : [ {
15054
+ "tags" : [ "dualstack" ]
15055
+ } ]
15056
+ },
15057
+ "ap-east-1" : {
15058
+ "variants" : [ {
15059
+ "tags" : [ "dualstack" ]
15060
+ } ]
15061
+ },
15062
+ "ap-northeast-1" : {
15063
+ "variants" : [ {
15064
+ "tags" : [ "dualstack" ]
15065
+ } ]
15066
+ },
15067
+ "ap-northeast-2" : {
15068
+ "variants" : [ {
15069
+ "tags" : [ "dualstack" ]
15070
+ } ]
15071
+ },
15072
+ "ap-northeast-3" : {
15073
+ "variants" : [ {
15074
+ "tags" : [ "dualstack" ]
15075
+ } ]
15076
+ },
15077
+ "ap-south-1" : {
15078
+ "variants" : [ {
15079
+ "tags" : [ "dualstack" ]
15080
+ } ]
15081
+ },
15082
+ "ap-southeast-1" : {
15083
+ "variants" : [ {
15084
+ "tags" : [ "dualstack" ]
15085
+ } ]
15086
+ },
15087
+ "ap-southeast-2" : {
15088
+ "variants" : [ {
15089
+ "tags" : [ "dualstack" ]
15090
+ } ]
15091
+ },
15092
+ "ap-southeast-3" : {
15093
+ "variants" : [ {
15094
+ "tags" : [ "dualstack" ]
15095
+ } ]
15096
+ },
14910
15097
  "ca-central-1" : {
14911
15098
  "variants" : [ {
15099
+ "tags" : [ "dualstack" ]
15100
+ }, {
15101
+ "tags" : [ "dualstack", "fips" ]
15102
+ }, {
14912
15103
  "tags" : [ "fips" ]
14913
15104
  } ]
14914
15105
  },
14915
- "eu-central-1" : { },
14916
- "eu-north-1" : { },
14917
- "eu-south-1" : { },
14918
- "eu-west-1" : { },
14919
- "eu-west-2" : { },
14920
- "eu-west-3" : { },
15106
+ "eu-central-1" : {
15107
+ "variants" : [ {
15108
+ "tags" : [ "dualstack" ]
15109
+ } ]
15110
+ },
15111
+ "eu-north-1" : {
15112
+ "variants" : [ {
15113
+ "tags" : [ "dualstack" ]
15114
+ } ]
15115
+ },
15116
+ "eu-south-1" : {
15117
+ "variants" : [ {
15118
+ "tags" : [ "dualstack" ]
15119
+ } ]
15120
+ },
15121
+ "eu-west-1" : {
15122
+ "variants" : [ {
15123
+ "tags" : [ "dualstack" ]
15124
+ } ]
15125
+ },
15126
+ "eu-west-2" : {
15127
+ "variants" : [ {
15128
+ "tags" : [ "dualstack" ]
15129
+ } ]
15130
+ },
15131
+ "eu-west-3" : {
15132
+ "variants" : [ {
15133
+ "tags" : [ "dualstack" ]
15134
+ } ]
15135
+ },
14921
15136
  "fips-ca-central-1" : {
14922
15137
  "deprecated" : true
14923
15138
  },
@@ -14933,26 +15148,54 @@
14933
15148
  "fips-us-west-2" : {
14934
15149
  "deprecated" : true
14935
15150
  },
14936
- "il-central-1" : { },
14937
- "me-south-1" : { },
14938
- "sa-east-1" : { },
15151
+ "il-central-1" : {
15152
+ "variants" : [ {
15153
+ "tags" : [ "dualstack" ]
15154
+ } ]
15155
+ },
15156
+ "me-south-1" : {
15157
+ "variants" : [ {
15158
+ "tags" : [ "dualstack" ]
15159
+ } ]
15160
+ },
15161
+ "sa-east-1" : {
15162
+ "variants" : [ {
15163
+ "tags" : [ "dualstack" ]
15164
+ } ]
15165
+ },
14939
15166
  "us-east-1" : {
14940
15167
  "variants" : [ {
15168
+ "tags" : [ "dualstack" ]
15169
+ }, {
15170
+ "tags" : [ "dualstack", "fips" ]
15171
+ }, {
14941
15172
  "tags" : [ "fips" ]
14942
15173
  } ]
14943
15174
  },
14944
15175
  "us-east-2" : {
14945
15176
  "variants" : [ {
15177
+ "tags" : [ "dualstack" ]
15178
+ }, {
15179
+ "tags" : [ "dualstack", "fips" ]
15180
+ }, {
14946
15181
  "tags" : [ "fips" ]
14947
15182
  } ]
14948
15183
  },
14949
15184
  "us-west-1" : {
14950
15185
  "variants" : [ {
15186
+ "tags" : [ "dualstack" ]
15187
+ }, {
15188
+ "tags" : [ "dualstack", "fips" ]
15189
+ }, {
14951
15190
  "tags" : [ "fips" ]
14952
15191
  } ]
14953
15192
  },
14954
15193
  "us-west-2" : {
14955
15194
  "variants" : [ {
15195
+ "tags" : [ "dualstack" ]
15196
+ }, {
15197
+ "tags" : [ "dualstack", "fips" ]
15198
+ }, {
14956
15199
  "tags" : [ "fips" ]
14957
15200
  } ]
14958
15201
  }
@@ -15055,93 +15298,180 @@
15055
15298
  },
15056
15299
  "secretsmanager" : {
15057
15300
  "endpoints" : {
15058
- "af-south-1" : { },
15059
- "ap-east-1" : { },
15060
- "ap-northeast-1" : { },
15061
- "ap-northeast-2" : { },
15062
- "ap-northeast-3" : { },
15063
- "ap-south-1" : { },
15064
- "ap-south-2" : { },
15065
- "ap-southeast-1" : { },
15066
- "ap-southeast-2" : { },
15067
- "ap-southeast-3" : { },
15068
- "ap-southeast-4" : { },
15301
+ "af-south-1" : {
15302
+ "variants" : [ {
15303
+ "tags" : [ "dualstack" ]
15304
+ } ]
15305
+ },
15306
+ "ap-east-1" : {
15307
+ "variants" : [ {
15308
+ "tags" : [ "dualstack" ]
15309
+ } ]
15310
+ },
15311
+ "ap-northeast-1" : {
15312
+ "variants" : [ {
15313
+ "tags" : [ "dualstack" ]
15314
+ } ]
15315
+ },
15316
+ "ap-northeast-2" : {
15317
+ "variants" : [ {
15318
+ "tags" : [ "dualstack" ]
15319
+ } ]
15320
+ },
15321
+ "ap-northeast-3" : {
15322
+ "variants" : [ {
15323
+ "tags" : [ "dualstack" ]
15324
+ } ]
15325
+ },
15326
+ "ap-south-1" : {
15327
+ "variants" : [ {
15328
+ "tags" : [ "dualstack" ]
15329
+ } ]
15330
+ },
15331
+ "ap-south-2" : {
15332
+ "variants" : [ {
15333
+ "tags" : [ "dualstack" ]
15334
+ } ]
15335
+ },
15336
+ "ap-southeast-1" : {
15337
+ "variants" : [ {
15338
+ "tags" : [ "dualstack" ]
15339
+ } ]
15340
+ },
15341
+ "ap-southeast-2" : {
15342
+ "variants" : [ {
15343
+ "tags" : [ "dualstack" ]
15344
+ } ]
15345
+ },
15346
+ "ap-southeast-3" : {
15347
+ "variants" : [ {
15348
+ "tags" : [ "dualstack" ]
15349
+ } ]
15350
+ },
15351
+ "ap-southeast-4" : {
15352
+ "variants" : [ {
15353
+ "tags" : [ "dualstack" ]
15354
+ } ]
15355
+ },
15069
15356
  "ca-central-1" : {
15070
15357
  "variants" : [ {
15071
- "hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com",
15358
+ "tags" : [ "dualstack" ]
15359
+ }, {
15360
+ "tags" : [ "dualstack", "fips" ]
15361
+ }, {
15072
15362
  "tags" : [ "fips" ]
15073
15363
  } ]
15074
15364
  },
15075
15365
  "ca-central-1-fips" : {
15076
- "credentialScope" : {
15077
- "region" : "ca-central-1"
15078
- },
15079
- "deprecated" : true,
15080
- "hostname" : "secretsmanager-fips.ca-central-1.amazonaws.com"
15366
+ "deprecated" : true
15367
+ },
15368
+ "eu-central-1" : {
15369
+ "variants" : [ {
15370
+ "tags" : [ "dualstack" ]
15371
+ } ]
15372
+ },
15373
+ "eu-central-2" : {
15374
+ "variants" : [ {
15375
+ "tags" : [ "dualstack" ]
15376
+ } ]
15377
+ },
15378
+ "eu-north-1" : {
15379
+ "variants" : [ {
15380
+ "tags" : [ "dualstack" ]
15381
+ } ]
15382
+ },
15383
+ "eu-south-1" : {
15384
+ "variants" : [ {
15385
+ "tags" : [ "dualstack" ]
15386
+ } ]
15387
+ },
15388
+ "eu-south-2" : {
15389
+ "variants" : [ {
15390
+ "tags" : [ "dualstack" ]
15391
+ } ]
15392
+ },
15393
+ "eu-west-1" : {
15394
+ "variants" : [ {
15395
+ "tags" : [ "dualstack" ]
15396
+ } ]
15397
+ },
15398
+ "eu-west-2" : {
15399
+ "variants" : [ {
15400
+ "tags" : [ "dualstack" ]
15401
+ } ]
15402
+ },
15403
+ "eu-west-3" : {
15404
+ "variants" : [ {
15405
+ "tags" : [ "dualstack" ]
15406
+ } ]
15407
+ },
15408
+ "il-central-1" : {
15409
+ "variants" : [ {
15410
+ "tags" : [ "dualstack" ]
15411
+ } ]
15412
+ },
15413
+ "me-central-1" : {
15414
+ "variants" : [ {
15415
+ "tags" : [ "dualstack" ]
15416
+ } ]
15417
+ },
15418
+ "me-south-1" : {
15419
+ "variants" : [ {
15420
+ "tags" : [ "dualstack" ]
15421
+ } ]
15422
+ },
15423
+ "sa-east-1" : {
15424
+ "variants" : [ {
15425
+ "tags" : [ "dualstack" ]
15426
+ } ]
15081
15427
  },
15082
- "eu-central-1" : { },
15083
- "eu-central-2" : { },
15084
- "eu-north-1" : { },
15085
- "eu-south-1" : { },
15086
- "eu-south-2" : { },
15087
- "eu-west-1" : { },
15088
- "eu-west-2" : { },
15089
- "eu-west-3" : { },
15090
- "il-central-1" : { },
15091
- "me-central-1" : { },
15092
- "me-south-1" : { },
15093
- "sa-east-1" : { },
15094
15428
  "us-east-1" : {
15095
15429
  "variants" : [ {
15096
- "hostname" : "secretsmanager-fips.us-east-1.amazonaws.com",
15430
+ "tags" : [ "dualstack" ]
15431
+ }, {
15432
+ "tags" : [ "dualstack", "fips" ]
15433
+ }, {
15097
15434
  "tags" : [ "fips" ]
15098
15435
  } ]
15099
15436
  },
15100
15437
  "us-east-1-fips" : {
15101
- "credentialScope" : {
15102
- "region" : "us-east-1"
15103
- },
15104
- "deprecated" : true,
15105
- "hostname" : "secretsmanager-fips.us-east-1.amazonaws.com"
15438
+ "deprecated" : true
15106
15439
  },
15107
15440
  "us-east-2" : {
15108
15441
  "variants" : [ {
15109
- "hostname" : "secretsmanager-fips.us-east-2.amazonaws.com",
15442
+ "tags" : [ "dualstack" ]
15443
+ }, {
15444
+ "tags" : [ "dualstack", "fips" ]
15445
+ }, {
15110
15446
  "tags" : [ "fips" ]
15111
15447
  } ]
15112
15448
  },
15113
15449
  "us-east-2-fips" : {
15114
- "credentialScope" : {
15115
- "region" : "us-east-2"
15116
- },
15117
- "deprecated" : true,
15118
- "hostname" : "secretsmanager-fips.us-east-2.amazonaws.com"
15450
+ "deprecated" : true
15119
15451
  },
15120
15452
  "us-west-1" : {
15121
15453
  "variants" : [ {
15122
- "hostname" : "secretsmanager-fips.us-west-1.amazonaws.com",
15454
+ "tags" : [ "dualstack" ]
15455
+ }, {
15456
+ "tags" : [ "dualstack", "fips" ]
15457
+ }, {
15123
15458
  "tags" : [ "fips" ]
15124
15459
  } ]
15125
15460
  },
15126
15461
  "us-west-1-fips" : {
15127
- "credentialScope" : {
15128
- "region" : "us-west-1"
15129
- },
15130
- "deprecated" : true,
15131
- "hostname" : "secretsmanager-fips.us-west-1.amazonaws.com"
15462
+ "deprecated" : true
15132
15463
  },
15133
15464
  "us-west-2" : {
15134
15465
  "variants" : [ {
15135
- "hostname" : "secretsmanager-fips.us-west-2.amazonaws.com",
15466
+ "tags" : [ "dualstack" ]
15467
+ }, {
15468
+ "tags" : [ "dualstack", "fips" ]
15469
+ }, {
15136
15470
  "tags" : [ "fips" ]
15137
15471
  } ]
15138
15472
  },
15139
15473
  "us-west-2-fips" : {
15140
- "credentialScope" : {
15141
- "region" : "us-west-2"
15142
- },
15143
- "deprecated" : true,
15144
- "hostname" : "secretsmanager-fips.us-west-2.amazonaws.com"
15474
+ "deprecated" : true
15145
15475
  }
15146
15476
  }
15147
15477
  },
@@ -15873,6 +16203,30 @@
15873
16203
  "deprecated" : true,
15874
16204
  "hostname" : "signer-fips.us-west-2.amazonaws.com"
15875
16205
  },
16206
+ "fips-verification-us-east-1" : {
16207
+ "credentialScope" : {
16208
+ "region" : "us-east-1"
16209
+ },
16210
+ "hostname" : "verification.signer-fips.us-east-1.amazonaws.com"
16211
+ },
16212
+ "fips-verification-us-east-2" : {
16213
+ "credentialScope" : {
16214
+ "region" : "us-east-2"
16215
+ },
16216
+ "hostname" : "verification.signer-fips.us-east-2.amazonaws.com"
16217
+ },
16218
+ "fips-verification-us-west-1" : {
16219
+ "credentialScope" : {
16220
+ "region" : "us-west-1"
16221
+ },
16222
+ "hostname" : "verification.signer-fips.us-west-1.amazonaws.com"
16223
+ },
16224
+ "fips-verification-us-west-2" : {
16225
+ "credentialScope" : {
16226
+ "region" : "us-west-2"
16227
+ },
16228
+ "hostname" : "verification.signer-fips.us-west-2.amazonaws.com"
16229
+ },
15876
16230
  "me-south-1" : { },
15877
16231
  "sa-east-1" : { },
15878
16232
  "us-east-1" : {
@@ -15898,6 +16252,126 @@
15898
16252
  "hostname" : "signer-fips.us-west-2.amazonaws.com",
15899
16253
  "tags" : [ "fips" ]
15900
16254
  } ]
16255
+ },
16256
+ "verification-af-south-1" : {
16257
+ "credentialScope" : {
16258
+ "region" : "af-south-1"
16259
+ },
16260
+ "hostname" : "verification.signer.af-south-1.amazonaws.com"
16261
+ },
16262
+ "verification-ap-east-1" : {
16263
+ "credentialScope" : {
16264
+ "region" : "ap-east-1"
16265
+ },
16266
+ "hostname" : "verification.signer.ap-east-1.amazonaws.com"
16267
+ },
16268
+ "verification-ap-northeast-1" : {
16269
+ "credentialScope" : {
16270
+ "region" : "ap-northeast-1"
16271
+ },
16272
+ "hostname" : "verification.signer.ap-northeast-1.amazonaws.com"
16273
+ },
16274
+ "verification-ap-northeast-2" : {
16275
+ "credentialScope" : {
16276
+ "region" : "ap-northeast-2"
16277
+ },
16278
+ "hostname" : "verification.signer.ap-northeast-2.amazonaws.com"
16279
+ },
16280
+ "verification-ap-south-1" : {
16281
+ "credentialScope" : {
16282
+ "region" : "ap-south-1"
16283
+ },
16284
+ "hostname" : "verification.signer.ap-south-1.amazonaws.com"
16285
+ },
16286
+ "verification-ap-southeast-1" : {
16287
+ "credentialScope" : {
16288
+ "region" : "ap-southeast-1"
16289
+ },
16290
+ "hostname" : "verification.signer.ap-southeast-1.amazonaws.com"
16291
+ },
16292
+ "verification-ap-southeast-2" : {
16293
+ "credentialScope" : {
16294
+ "region" : "ap-southeast-2"
16295
+ },
16296
+ "hostname" : "verification.signer.ap-southeast-2.amazonaws.com"
16297
+ },
16298
+ "verification-ca-central-1" : {
16299
+ "credentialScope" : {
16300
+ "region" : "ca-central-1"
16301
+ },
16302
+ "hostname" : "verification.signer.ca-central-1.amazonaws.com"
16303
+ },
16304
+ "verification-eu-central-1" : {
16305
+ "credentialScope" : {
16306
+ "region" : "eu-central-1"
16307
+ },
16308
+ "hostname" : "verification.signer.eu-central-1.amazonaws.com"
16309
+ },
16310
+ "verification-eu-north-1" : {
16311
+ "credentialScope" : {
16312
+ "region" : "eu-north-1"
16313
+ },
16314
+ "hostname" : "verification.signer.eu-north-1.amazonaws.com"
16315
+ },
16316
+ "verification-eu-south-1" : {
16317
+ "credentialScope" : {
16318
+ "region" : "eu-south-1"
16319
+ },
16320
+ "hostname" : "verification.signer.eu-south-1.amazonaws.com"
16321
+ },
16322
+ "verification-eu-west-1" : {
16323
+ "credentialScope" : {
16324
+ "region" : "eu-west-1"
16325
+ },
16326
+ "hostname" : "verification.signer.eu-west-1.amazonaws.com"
16327
+ },
16328
+ "verification-eu-west-2" : {
16329
+ "credentialScope" : {
16330
+ "region" : "eu-west-2"
16331
+ },
16332
+ "hostname" : "verification.signer.eu-west-2.amazonaws.com"
16333
+ },
16334
+ "verification-eu-west-3" : {
16335
+ "credentialScope" : {
16336
+ "region" : "eu-west-3"
16337
+ },
16338
+ "hostname" : "verification.signer.eu-west-3.amazonaws.com"
16339
+ },
16340
+ "verification-me-south-1" : {
16341
+ "credentialScope" : {
16342
+ "region" : "me-south-1"
16343
+ },
16344
+ "hostname" : "verification.signer.me-south-1.amazonaws.com"
16345
+ },
16346
+ "verification-sa-east-1" : {
16347
+ "credentialScope" : {
16348
+ "region" : "sa-east-1"
16349
+ },
16350
+ "hostname" : "verification.signer.sa-east-1.amazonaws.com"
16351
+ },
16352
+ "verification-us-east-1" : {
16353
+ "credentialScope" : {
16354
+ "region" : "us-east-1"
16355
+ },
16356
+ "hostname" : "verification.signer.us-east-1.amazonaws.com"
16357
+ },
16358
+ "verification-us-east-2" : {
16359
+ "credentialScope" : {
16360
+ "region" : "us-east-2"
16361
+ },
16362
+ "hostname" : "verification.signer.us-east-2.amazonaws.com"
16363
+ },
16364
+ "verification-us-west-1" : {
16365
+ "credentialScope" : {
16366
+ "region" : "us-west-1"
16367
+ },
16368
+ "hostname" : "verification.signer.us-west-1.amazonaws.com"
16369
+ },
16370
+ "verification-us-west-2" : {
16371
+ "credentialScope" : {
16372
+ "region" : "us-west-2"
16373
+ },
16374
+ "hostname" : "verification.signer.us-west-2.amazonaws.com"
15901
16375
  }
15902
16376
  }
15903
16377
  },
@@ -19512,6 +19986,24 @@
19512
19986
  "cn-northwest-1" : { }
19513
19987
  }
19514
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
+ },
19515
20007
  "elasticache" : {
19516
20008
  "endpoints" : {
19517
20009
  "cn-north-1" : { },
@@ -19961,6 +20453,12 @@
19961
20453
  "cn-northwest-1" : { }
19962
20454
  }
19963
20455
  },
20456
+ "pipes" : {
20457
+ "endpoints" : {
20458
+ "cn-north-1" : { },
20459
+ "cn-northwest-1" : { }
20460
+ }
20461
+ },
19964
20462
  "polly" : {
19965
20463
  "endpoints" : {
19966
20464
  "cn-northwest-1" : { }
@@ -20171,8 +20669,16 @@
20171
20669
  },
20172
20670
  "secretsmanager" : {
20173
20671
  "endpoints" : {
20174
- "cn-north-1" : { },
20175
- "cn-northwest-1" : { }
20672
+ "cn-north-1" : {
20673
+ "variants" : [ {
20674
+ "tags" : [ "dualstack" ]
20675
+ } ]
20676
+ },
20677
+ "cn-northwest-1" : {
20678
+ "variants" : [ {
20679
+ "tags" : [ "dualstack" ]
20680
+ } ]
20681
+ }
20176
20682
  }
20177
20683
  },
20178
20684
  "securityhub" : {
@@ -20228,7 +20734,19 @@
20228
20734
  "signer" : {
20229
20735
  "endpoints" : {
20230
20736
  "cn-north-1" : { },
20231
- "cn-northwest-1" : { }
20737
+ "cn-northwest-1" : { },
20738
+ "verification-cn-north-1" : {
20739
+ "credentialScope" : {
20740
+ "region" : "cn-north-1"
20741
+ },
20742
+ "hostname" : "verification.signer.cn-north-1.amazonaws.com.cn"
20743
+ },
20744
+ "verification-cn-northwest-1" : {
20745
+ "credentialScope" : {
20746
+ "region" : "cn-northwest-1"
20747
+ },
20748
+ "hostname" : "verification.signer.cn-northwest-1.amazonaws.com.cn"
20749
+ }
20232
20750
  }
20233
20751
  },
20234
20752
  "sms" : {
@@ -22019,6 +22537,24 @@
22019
22537
  }
22020
22538
  }
22021
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
+ },
22022
22558
  "elasticache" : {
22023
22559
  "defaults" : {
22024
22560
  "variants" : [ {
@@ -22596,7 +23132,17 @@
22596
23132
  "isRegionalized" : true
22597
23133
  },
22598
23134
  "health" : {
23135
+ "defaults" : {
23136
+ "protocols" : [ "https" ],
23137
+ "sslCommonName" : "health.us-gov-west-1.amazonaws.com"
23138
+ },
22599
23139
  "endpoints" : {
23140
+ "aws-us-gov-global" : {
23141
+ "credentialScope" : {
23142
+ "region" : "us-gov-west-1"
23143
+ },
23144
+ "hostname" : "global.health.us-gov.amazonaws.com"
23145
+ },
22600
23146
  "fips-us-gov-west-1" : {
22601
23147
  "credentialScope" : {
22602
23148
  "region" : "us-gov-west-1"
@@ -23955,8 +24501,32 @@
23955
24501
  },
23956
24502
  "rolesanywhere" : {
23957
24503
  "endpoints" : {
23958
- "us-gov-east-1" : { },
23959
- "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
+ }
23960
24530
  }
23961
24531
  },
23962
24532
  "route53" : {
@@ -24185,11 +24755,19 @@
24185
24755
  },
24186
24756
  "us-gov-east-1" : {
24187
24757
  "variants" : [ {
24758
+ "tags" : [ "dualstack" ]
24759
+ }, {
24760
+ "tags" : [ "dualstack", "fips" ]
24761
+ }, {
24188
24762
  "tags" : [ "fips" ]
24189
24763
  } ]
24190
24764
  },
24191
24765
  "us-gov-west-1" : {
24192
24766
  "variants" : [ {
24767
+ "tags" : [ "dualstack" ]
24768
+ }, {
24769
+ "tags" : [ "dualstack", "fips" ]
24770
+ }, {
24193
24771
  "tags" : [ "fips" ]
24194
24772
  } ]
24195
24773
  }
@@ -24199,29 +24777,27 @@
24199
24777
  "endpoints" : {
24200
24778
  "us-gov-east-1" : {
24201
24779
  "variants" : [ {
24202
- "hostname" : "secretsmanager-fips.us-gov-east-1.amazonaws.com",
24780
+ "tags" : [ "dualstack" ]
24781
+ }, {
24782
+ "tags" : [ "dualstack", "fips" ]
24783
+ }, {
24203
24784
  "tags" : [ "fips" ]
24204
24785
  } ]
24205
24786
  },
24206
24787
  "us-gov-east-1-fips" : {
24207
- "credentialScope" : {
24208
- "region" : "us-gov-east-1"
24209
- },
24210
- "deprecated" : true,
24211
- "hostname" : "secretsmanager-fips.us-gov-east-1.amazonaws.com"
24788
+ "deprecated" : true
24212
24789
  },
24213
24790
  "us-gov-west-1" : {
24214
24791
  "variants" : [ {
24215
- "hostname" : "secretsmanager-fips.us-gov-west-1.amazonaws.com",
24792
+ "tags" : [ "dualstack" ]
24793
+ }, {
24794
+ "tags" : [ "dualstack", "fips" ]
24795
+ }, {
24216
24796
  "tags" : [ "fips" ]
24217
24797
  } ]
24218
24798
  },
24219
24799
  "us-gov-west-1-fips" : {
24220
- "credentialScope" : {
24221
- "region" : "us-gov-west-1"
24222
- },
24223
- "deprecated" : true,
24224
- "hostname" : "secretsmanager-fips.us-gov-west-1.amazonaws.com"
24800
+ "deprecated" : true
24225
24801
  }
24226
24802
  }
24227
24803
  },
@@ -25623,8 +26199,32 @@
25623
26199
  },
25624
26200
  "ram" : {
25625
26201
  "endpoints" : {
25626
- "us-iso-east-1" : { },
25627
- "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
+ }
25628
26228
  }
25629
26229
  },
25630
26230
  "rbin" : {
@@ -25723,8 +26323,32 @@
25723
26323
  },
25724
26324
  "redshift" : {
25725
26325
  "endpoints" : {
25726
- "us-iso-east-1" : { },
25727
- "us-iso-west-1" : { }
26326
+ "fips-us-iso-east-1" : {
26327
+ "credentialScope" : {
26328
+ "region" : "us-iso-east-1"
26329
+ },
26330
+ "deprecated" : true,
26331
+ "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
26332
+ },
26333
+ "fips-us-iso-west-1" : {
26334
+ "credentialScope" : {
26335
+ "region" : "us-iso-west-1"
26336
+ },
26337
+ "deprecated" : true,
26338
+ "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
26339
+ },
26340
+ "us-iso-east-1" : {
26341
+ "variants" : [ {
26342
+ "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
26343
+ "tags" : [ "fips" ]
26344
+ } ]
26345
+ },
26346
+ "us-iso-west-1" : {
26347
+ "variants" : [ {
26348
+ "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
26349
+ "tags" : [ "fips" ]
26350
+ } ]
26351
+ }
25728
26352
  }
25729
26353
  },
25730
26354
  "resource-groups" : {
@@ -26206,7 +26830,19 @@
26206
26830
  },
26207
26831
  "ram" : {
26208
26832
  "endpoints" : {
26209
- "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
+ }
26210
26846
  }
26211
26847
  },
26212
26848
  "rbin" : {
@@ -26262,7 +26898,19 @@
26262
26898
  },
26263
26899
  "redshift" : {
26264
26900
  "endpoints" : {
26265
- "us-isob-east-1" : { }
26901
+ "fips-us-isob-east-1" : {
26902
+ "credentialScope" : {
26903
+ "region" : "us-isob-east-1"
26904
+ },
26905
+ "deprecated" : true,
26906
+ "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
26907
+ },
26908
+ "us-isob-east-1" : {
26909
+ "variants" : [ {
26910
+ "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
26911
+ "tags" : [ "fips" ]
26912
+ } ]
26913
+ }
26266
26914
  }
26267
26915
  },
26268
26916
  "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.862.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-11-30 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: