aws-partitions 1.952.0 → 1.959.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 511e749a00535efc0e80a953de17057b04e468541f0ab5ac72e0e130dc297624
4
- data.tar.gz: 98f3c1d5d201fa4e233c402c45d38babe9663fcec328ddc9ec3ccb1dd60cc80b
3
+ metadata.gz: ef20550bb5f8f06088eee0dc2b248e080df757a71ecd65cd2482e11326f39053
4
+ data.tar.gz: 0fec86287564aa20e9771fe521cb98bf9b5cd0746358333e4fbbabf78b901698
5
5
  SHA512:
6
- metadata.gz: 6cd0ffc0f27706cd333b683a3e37aa024585eff33cb76efd94c77a3175d174213de5241205731f35f72ea503ab75c6690a902fbdf7b6797dd7f55e751c3f8343
7
- data.tar.gz: c5fdc8fcf376f3fd46fa796f02f3fdbf3a751ed6e2eeec7a76b632d8b511a35fdf097ec00935d91529f21ffe70e5a8dd8605b9e138f7050bf5bfa0b3a95a6c88
6
+ metadata.gz: 0ef073b865b996ee4d0c1654176de0acc427ea79f0a256edf3f0969a4fd83819842a2ed305bf784bf0f9758250fc77607acd1e5d2d6efdfbc8a082e48747503e
7
+ data.tar.gz: 5f880a23d57005db0670fa2cdaa6a7cf686d9988684befa983e270962f258d0a6b1d65fd1e8612523aa9c9e9c1aaae89e8c93b71d6b3be0682efeafe2051b56c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.959.0 (2024-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.958.0 (2024-07-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.957.0 (2024-07-18)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.956.0 (2024-07-12)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.955.0 (2024-07-10)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.954.0 (2024-07-09)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.953.0 (2024-07-08)
35
+ ------------------
36
+
37
+ * Feature - Added support for enumerating regions for `Aws::QApps`.
38
+
4
39
  1.952.0 (2024-07-05)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.952.0
1
+ 1.959.0
@@ -495,7 +495,6 @@ module Aws
495
495
  'MigrationHubOrchestrator' => 'migrationhub-orchestrator',
496
496
  'MigrationHubRefactorSpaces' => 'refactor-spaces',
497
497
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
498
- 'Mobile' => 'mobile',
499
498
  'Neptune' => 'rds',
500
499
  'NeptuneGraph' => 'neptune-graph',
501
500
  'Neptunedata' => 'neptune-db',
@@ -531,6 +530,7 @@ module Aws
531
530
  'PrivateNetworks' => 'private-networks',
532
531
  'PrometheusService' => 'aps',
533
532
  'Proton' => 'proton',
533
+ 'QApps' => 'data.qapps',
534
534
  'QBusiness' => 'qbusiness',
535
535
  'QConnect' => 'wisdom',
536
536
  'QLDB' => 'qldb',
data/partitions.json CHANGED
@@ -453,16 +453,25 @@
453
453
  "ap-east-1" : { },
454
454
  "ap-northeast-1" : { },
455
455
  "ap-northeast-2" : { },
456
+ "ap-northeast-3" : { },
456
457
  "ap-south-1" : { },
458
+ "ap-south-2" : { },
457
459
  "ap-southeast-1" : { },
458
460
  "ap-southeast-2" : { },
461
+ "ap-southeast-3" : { },
462
+ "ap-southeast-4" : { },
459
463
  "ca-central-1" : { },
464
+ "ca-west-1" : { },
460
465
  "eu-central-1" : { },
466
+ "eu-central-2" : { },
461
467
  "eu-north-1" : { },
462
468
  "eu-south-1" : { },
469
+ "eu-south-2" : { },
463
470
  "eu-west-1" : { },
464
471
  "eu-west-2" : { },
465
472
  "eu-west-3" : { },
473
+ "il-central-1" : { },
474
+ "me-central-1" : { },
466
475
  "me-south-1" : { },
467
476
  "sa-east-1" : { },
468
477
  "us-east-1" : { },
@@ -3018,6 +3027,12 @@
3018
3027
  "ca-central-1" : {
3019
3028
  "variants" : [ {
3020
3029
  "tags" : [ "dualstack" ]
3030
+ }, {
3031
+ "hostname" : "cloud9-fips.ca-central-1.amazonaws.com",
3032
+ "tags" : [ "fips" ]
3033
+ }, {
3034
+ "hostname" : "cloud9-fips.ca-central-1.api.aws",
3035
+ "tags" : [ "dualstack", "fips" ]
3021
3036
  } ]
3022
3037
  },
3023
3038
  "eu-central-1" : {
@@ -3050,6 +3065,41 @@
3050
3065
  "tags" : [ "dualstack" ]
3051
3066
  } ]
3052
3067
  },
3068
+ "fips-ca-central-1" : {
3069
+ "credentialScope" : {
3070
+ "region" : "ca-central-1"
3071
+ },
3072
+ "deprecated" : true,
3073
+ "hostname" : "cloud9-fips.ca-central-1.amazonaws.com"
3074
+ },
3075
+ "fips-us-east-1" : {
3076
+ "credentialScope" : {
3077
+ "region" : "us-east-1"
3078
+ },
3079
+ "deprecated" : true,
3080
+ "hostname" : "cloud9-fips.us-east-1.amazonaws.com"
3081
+ },
3082
+ "fips-us-east-2" : {
3083
+ "credentialScope" : {
3084
+ "region" : "us-east-2"
3085
+ },
3086
+ "deprecated" : true,
3087
+ "hostname" : "cloud9-fips.us-east-2.amazonaws.com"
3088
+ },
3089
+ "fips-us-west-1" : {
3090
+ "credentialScope" : {
3091
+ "region" : "us-west-1"
3092
+ },
3093
+ "deprecated" : true,
3094
+ "hostname" : "cloud9-fips.us-west-1.amazonaws.com"
3095
+ },
3096
+ "fips-us-west-2" : {
3097
+ "credentialScope" : {
3098
+ "region" : "us-west-2"
3099
+ },
3100
+ "deprecated" : true,
3101
+ "hostname" : "cloud9-fips.us-west-2.amazonaws.com"
3102
+ },
3053
3103
  "il-central-1" : {
3054
3104
  "variants" : [ {
3055
3105
  "tags" : [ "dualstack" ]
@@ -3068,58 +3118,189 @@
3068
3118
  "us-east-1" : {
3069
3119
  "variants" : [ {
3070
3120
  "tags" : [ "dualstack" ]
3121
+ }, {
3122
+ "hostname" : "cloud9-fips.us-east-1.amazonaws.com",
3123
+ "tags" : [ "fips" ]
3124
+ }, {
3125
+ "hostname" : "cloud9-fips.us-east-1.api.aws",
3126
+ "tags" : [ "dualstack", "fips" ]
3071
3127
  } ]
3072
3128
  },
3073
3129
  "us-east-2" : {
3074
3130
  "variants" : [ {
3075
3131
  "tags" : [ "dualstack" ]
3132
+ }, {
3133
+ "hostname" : "cloud9-fips.us-east-2.amazonaws.com",
3134
+ "tags" : [ "fips" ]
3135
+ }, {
3136
+ "hostname" : "cloud9-fips.us-east-2.api.aws",
3137
+ "tags" : [ "dualstack", "fips" ]
3076
3138
  } ]
3077
3139
  },
3078
3140
  "us-west-1" : {
3079
3141
  "variants" : [ {
3080
3142
  "tags" : [ "dualstack" ]
3143
+ }, {
3144
+ "hostname" : "cloud9-fips.us-west-1.amazonaws.com",
3145
+ "tags" : [ "fips" ]
3146
+ }, {
3147
+ "hostname" : "cloud9-fips.us-west-1.api.aws",
3148
+ "tags" : [ "dualstack", "fips" ]
3081
3149
  } ]
3082
3150
  },
3083
3151
  "us-west-2" : {
3084
3152
  "variants" : [ {
3085
3153
  "tags" : [ "dualstack" ]
3154
+ }, {
3155
+ "hostname" : "cloud9-fips.us-west-2.amazonaws.com",
3156
+ "tags" : [ "fips" ]
3157
+ }, {
3158
+ "hostname" : "cloud9-fips.us-west-2.api.aws",
3159
+ "tags" : [ "dualstack", "fips" ]
3086
3160
  } ]
3087
3161
  }
3088
3162
  }
3089
3163
  },
3090
3164
  "cloudcontrolapi" : {
3091
3165
  "endpoints" : {
3092
- "af-south-1" : { },
3093
- "ap-east-1" : { },
3094
- "ap-northeast-1" : { },
3095
- "ap-northeast-2" : { },
3096
- "ap-northeast-3" : { },
3097
- "ap-south-1" : { },
3098
- "ap-south-2" : { },
3099
- "ap-southeast-1" : { },
3100
- "ap-southeast-2" : { },
3101
- "ap-southeast-3" : { },
3102
- "ap-southeast-4" : { },
3166
+ "af-south-1" : {
3167
+ "variants" : [ {
3168
+ "hostname" : "cloudcontrolapi.af-south-1.api.aws",
3169
+ "tags" : [ "dualstack" ]
3170
+ } ]
3171
+ },
3172
+ "ap-east-1" : {
3173
+ "variants" : [ {
3174
+ "hostname" : "cloudcontrolapi.ap-east-1.api.aws",
3175
+ "tags" : [ "dualstack" ]
3176
+ } ]
3177
+ },
3178
+ "ap-northeast-1" : {
3179
+ "variants" : [ {
3180
+ "hostname" : "cloudcontrolapi.ap-northeast-1.api.aws",
3181
+ "tags" : [ "dualstack" ]
3182
+ } ]
3183
+ },
3184
+ "ap-northeast-2" : {
3185
+ "variants" : [ {
3186
+ "hostname" : "cloudcontrolapi.ap-northeast-2.api.aws",
3187
+ "tags" : [ "dualstack" ]
3188
+ } ]
3189
+ },
3190
+ "ap-northeast-3" : {
3191
+ "variants" : [ {
3192
+ "hostname" : "cloudcontrolapi.ap-northeast-3.api.aws",
3193
+ "tags" : [ "dualstack" ]
3194
+ } ]
3195
+ },
3196
+ "ap-south-1" : {
3197
+ "variants" : [ {
3198
+ "hostname" : "cloudcontrolapi.ap-south-1.api.aws",
3199
+ "tags" : [ "dualstack" ]
3200
+ } ]
3201
+ },
3202
+ "ap-south-2" : {
3203
+ "variants" : [ {
3204
+ "hostname" : "cloudcontrolapi.ap-south-2.api.aws",
3205
+ "tags" : [ "dualstack" ]
3206
+ } ]
3207
+ },
3208
+ "ap-southeast-1" : {
3209
+ "variants" : [ {
3210
+ "hostname" : "cloudcontrolapi.ap-southeast-1.api.aws",
3211
+ "tags" : [ "dualstack" ]
3212
+ } ]
3213
+ },
3214
+ "ap-southeast-2" : {
3215
+ "variants" : [ {
3216
+ "hostname" : "cloudcontrolapi.ap-southeast-2.api.aws",
3217
+ "tags" : [ "dualstack" ]
3218
+ } ]
3219
+ },
3220
+ "ap-southeast-3" : {
3221
+ "variants" : [ {
3222
+ "hostname" : "cloudcontrolapi.ap-southeast-3.api.aws",
3223
+ "tags" : [ "dualstack" ]
3224
+ } ]
3225
+ },
3226
+ "ap-southeast-4" : {
3227
+ "variants" : [ {
3228
+ "hostname" : "cloudcontrolapi.ap-southeast-4.api.aws",
3229
+ "tags" : [ "dualstack" ]
3230
+ } ]
3231
+ },
3103
3232
  "ca-central-1" : {
3104
3233
  "variants" : [ {
3105
3234
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
3106
3235
  "tags" : [ "fips" ]
3236
+ }, {
3237
+ "hostname" : "cloudcontrolapi-fips.ca-central-1.api.aws",
3238
+ "tags" : [ "dualstack", "fips" ]
3239
+ }, {
3240
+ "hostname" : "cloudcontrolapi.ca-central-1.api.aws",
3241
+ "tags" : [ "dualstack" ]
3107
3242
  } ]
3108
3243
  },
3109
3244
  "ca-west-1" : {
3110
3245
  "variants" : [ {
3111
3246
  "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
3112
3247
  "tags" : [ "fips" ]
3248
+ }, {
3249
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.api.aws",
3250
+ "tags" : [ "dualstack", "fips" ]
3251
+ }, {
3252
+ "hostname" : "cloudcontrolapi.ca-west-1.api.aws",
3253
+ "tags" : [ "dualstack" ]
3254
+ } ]
3255
+ },
3256
+ "eu-central-1" : {
3257
+ "variants" : [ {
3258
+ "hostname" : "cloudcontrolapi.eu-central-1.api.aws",
3259
+ "tags" : [ "dualstack" ]
3260
+ } ]
3261
+ },
3262
+ "eu-central-2" : {
3263
+ "variants" : [ {
3264
+ "hostname" : "cloudcontrolapi.eu-central-2.api.aws",
3265
+ "tags" : [ "dualstack" ]
3266
+ } ]
3267
+ },
3268
+ "eu-north-1" : {
3269
+ "variants" : [ {
3270
+ "hostname" : "cloudcontrolapi.eu-north-1.api.aws",
3271
+ "tags" : [ "dualstack" ]
3272
+ } ]
3273
+ },
3274
+ "eu-south-1" : {
3275
+ "variants" : [ {
3276
+ "hostname" : "cloudcontrolapi.eu-south-1.api.aws",
3277
+ "tags" : [ "dualstack" ]
3278
+ } ]
3279
+ },
3280
+ "eu-south-2" : {
3281
+ "variants" : [ {
3282
+ "hostname" : "cloudcontrolapi.eu-south-2.api.aws",
3283
+ "tags" : [ "dualstack" ]
3284
+ } ]
3285
+ },
3286
+ "eu-west-1" : {
3287
+ "variants" : [ {
3288
+ "hostname" : "cloudcontrolapi.eu-west-1.api.aws",
3289
+ "tags" : [ "dualstack" ]
3290
+ } ]
3291
+ },
3292
+ "eu-west-2" : {
3293
+ "variants" : [ {
3294
+ "hostname" : "cloudcontrolapi.eu-west-2.api.aws",
3295
+ "tags" : [ "dualstack" ]
3296
+ } ]
3297
+ },
3298
+ "eu-west-3" : {
3299
+ "variants" : [ {
3300
+ "hostname" : "cloudcontrolapi.eu-west-3.api.aws",
3301
+ "tags" : [ "dualstack" ]
3113
3302
  } ]
3114
3303
  },
3115
- "eu-central-1" : { },
3116
- "eu-central-2" : { },
3117
- "eu-north-1" : { },
3118
- "eu-south-1" : { },
3119
- "eu-south-2" : { },
3120
- "eu-west-1" : { },
3121
- "eu-west-2" : { },
3122
- "eu-west-3" : { },
3123
3304
  "fips-ca-central-1" : {
3124
3305
  "credentialScope" : {
3125
3306
  "region" : "ca-central-1"
@@ -3162,32 +3343,76 @@
3162
3343
  "deprecated" : true,
3163
3344
  "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
3164
3345
  },
3165
- "il-central-1" : { },
3166
- "me-central-1" : { },
3167
- "me-south-1" : { },
3168
- "sa-east-1" : { },
3346
+ "il-central-1" : {
3347
+ "variants" : [ {
3348
+ "hostname" : "cloudcontrolapi.il-central-1.api.aws",
3349
+ "tags" : [ "dualstack" ]
3350
+ } ]
3351
+ },
3352
+ "me-central-1" : {
3353
+ "variants" : [ {
3354
+ "hostname" : "cloudcontrolapi.me-central-1.api.aws",
3355
+ "tags" : [ "dualstack" ]
3356
+ } ]
3357
+ },
3358
+ "me-south-1" : {
3359
+ "variants" : [ {
3360
+ "hostname" : "cloudcontrolapi.me-south-1.api.aws",
3361
+ "tags" : [ "dualstack" ]
3362
+ } ]
3363
+ },
3364
+ "sa-east-1" : {
3365
+ "variants" : [ {
3366
+ "hostname" : "cloudcontrolapi.sa-east-1.api.aws",
3367
+ "tags" : [ "dualstack" ]
3368
+ } ]
3369
+ },
3169
3370
  "us-east-1" : {
3170
3371
  "variants" : [ {
3171
3372
  "hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com",
3172
3373
  "tags" : [ "fips" ]
3374
+ }, {
3375
+ "hostname" : "cloudcontrolapi-fips.us-east-1.api.aws",
3376
+ "tags" : [ "dualstack", "fips" ]
3377
+ }, {
3378
+ "hostname" : "cloudcontrolapi.us-east-1.api.aws",
3379
+ "tags" : [ "dualstack" ]
3173
3380
  } ]
3174
3381
  },
3175
3382
  "us-east-2" : {
3176
3383
  "variants" : [ {
3177
3384
  "hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com",
3178
3385
  "tags" : [ "fips" ]
3386
+ }, {
3387
+ "hostname" : "cloudcontrolapi-fips.us-east-2.api.aws",
3388
+ "tags" : [ "dualstack", "fips" ]
3389
+ }, {
3390
+ "hostname" : "cloudcontrolapi.us-east-2.api.aws",
3391
+ "tags" : [ "dualstack" ]
3179
3392
  } ]
3180
3393
  },
3181
3394
  "us-west-1" : {
3182
3395
  "variants" : [ {
3183
3396
  "hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com",
3184
3397
  "tags" : [ "fips" ]
3398
+ }, {
3399
+ "hostname" : "cloudcontrolapi-fips.us-west-1.api.aws",
3400
+ "tags" : [ "dualstack", "fips" ]
3401
+ }, {
3402
+ "hostname" : "cloudcontrolapi.us-west-1.api.aws",
3403
+ "tags" : [ "dualstack" ]
3185
3404
  } ]
3186
3405
  },
3187
3406
  "us-west-2" : {
3188
3407
  "variants" : [ {
3189
3408
  "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com",
3190
3409
  "tags" : [ "fips" ]
3410
+ }, {
3411
+ "hostname" : "cloudcontrolapi-fips.us-west-2.api.aws",
3412
+ "tags" : [ "dualstack", "fips" ]
3413
+ }, {
3414
+ "hostname" : "cloudcontrolapi.us-west-2.api.aws",
3415
+ "tags" : [ "dualstack" ]
3191
3416
  } ]
3192
3417
  }
3193
3418
  }
@@ -3913,6 +4138,7 @@
3913
4138
  "cognito-identity" : {
3914
4139
  "endpoints" : {
3915
4140
  "af-south-1" : { },
4141
+ "ap-east-1" : { },
3916
4142
  "ap-northeast-1" : { },
3917
4143
  "ap-northeast-2" : { },
3918
4144
  "ap-northeast-3" : { },
@@ -7360,6 +7586,7 @@
7360
7586
  } ]
7361
7587
  },
7362
7588
  "eu-central-1" : { },
7589
+ "eu-central-2" : { },
7363
7590
  "eu-north-1" : { },
7364
7591
  "eu-south-1" : { },
7365
7592
  "eu-south-2" : { },
@@ -12938,6 +13165,7 @@
12938
13165
  "tags" : [ "fips" ]
12939
13166
  } ]
12940
13167
  },
13168
+ "ca-west-1" : { },
12941
13169
  "eu-central-1" : { },
12942
13170
  "eu-central-2" : { },
12943
13171
  "eu-north-1" : { },
@@ -13545,35 +13773,287 @@
13545
13773
  },
13546
13774
  "pi" : {
13547
13775
  "endpoints" : {
13548
- "af-south-1" : { },
13549
- "ap-east-1" : { },
13550
- "ap-northeast-1" : { },
13551
- "ap-northeast-2" : { },
13552
- "ap-northeast-3" : { },
13553
- "ap-south-1" : { },
13554
- "ap-south-2" : { },
13555
- "ap-southeast-1" : { },
13556
- "ap-southeast-2" : { },
13557
- "ap-southeast-3" : { },
13558
- "ap-southeast-4" : { },
13559
- "ca-central-1" : { },
13560
- "ca-west-1" : { },
13561
- "eu-central-1" : { },
13562
- "eu-central-2" : { },
13563
- "eu-north-1" : { },
13564
- "eu-south-1" : { },
13565
- "eu-south-2" : { },
13566
- "eu-west-1" : { },
13567
- "eu-west-2" : { },
13568
- "eu-west-3" : { },
13569
- "il-central-1" : { },
13570
- "me-central-1" : { },
13571
- "me-south-1" : { },
13572
- "sa-east-1" : { },
13573
- "us-east-1" : { },
13574
- "us-east-2" : { },
13575
- "us-west-1" : { },
13576
- "us-west-2" : { }
13776
+ "af-south-1" : {
13777
+ "protocols" : [ "https" ],
13778
+ "variants" : [ {
13779
+ "hostname" : "pi.af-south-1.api.aws",
13780
+ "tags" : [ "dualstack" ]
13781
+ } ]
13782
+ },
13783
+ "ap-east-1" : {
13784
+ "protocols" : [ "https" ],
13785
+ "variants" : [ {
13786
+ "hostname" : "pi.ap-east-1.api.aws",
13787
+ "tags" : [ "dualstack" ]
13788
+ } ]
13789
+ },
13790
+ "ap-northeast-1" : {
13791
+ "protocols" : [ "https" ],
13792
+ "variants" : [ {
13793
+ "hostname" : "pi.ap-northeast-1.api.aws",
13794
+ "tags" : [ "dualstack" ]
13795
+ } ]
13796
+ },
13797
+ "ap-northeast-2" : {
13798
+ "protocols" : [ "https" ],
13799
+ "variants" : [ {
13800
+ "hostname" : "pi.ap-northeast-2.api.aws",
13801
+ "tags" : [ "dualstack" ]
13802
+ } ]
13803
+ },
13804
+ "ap-northeast-3" : {
13805
+ "protocols" : [ "https" ],
13806
+ "variants" : [ {
13807
+ "hostname" : "pi.ap-northeast-3.api.aws",
13808
+ "tags" : [ "dualstack" ]
13809
+ } ]
13810
+ },
13811
+ "ap-south-1" : {
13812
+ "protocols" : [ "https" ],
13813
+ "variants" : [ {
13814
+ "hostname" : "pi.ap-south-1.api.aws",
13815
+ "tags" : [ "dualstack" ]
13816
+ } ]
13817
+ },
13818
+ "ap-south-2" : {
13819
+ "protocols" : [ "https" ],
13820
+ "variants" : [ {
13821
+ "hostname" : "pi.ap-south-2.api.aws",
13822
+ "tags" : [ "dualstack" ]
13823
+ } ]
13824
+ },
13825
+ "ap-southeast-1" : {
13826
+ "protocols" : [ "https" ],
13827
+ "variants" : [ {
13828
+ "hostname" : "pi.ap-southeast-1.api.aws",
13829
+ "tags" : [ "dualstack" ]
13830
+ } ]
13831
+ },
13832
+ "ap-southeast-2" : {
13833
+ "protocols" : [ "https" ],
13834
+ "variants" : [ {
13835
+ "hostname" : "pi.ap-southeast-2.api.aws",
13836
+ "tags" : [ "dualstack" ]
13837
+ } ]
13838
+ },
13839
+ "ap-southeast-3" : {
13840
+ "protocols" : [ "https" ],
13841
+ "variants" : [ {
13842
+ "hostname" : "pi.ap-southeast-3.api.aws",
13843
+ "tags" : [ "dualstack" ]
13844
+ } ]
13845
+ },
13846
+ "ap-southeast-4" : {
13847
+ "protocols" : [ "https" ],
13848
+ "variants" : [ {
13849
+ "hostname" : "pi.ap-southeast-4.api.aws",
13850
+ "tags" : [ "dualstack" ]
13851
+ } ]
13852
+ },
13853
+ "ca-central-1" : {
13854
+ "protocols" : [ "https" ],
13855
+ "variants" : [ {
13856
+ "hostname" : "pi-fips.ca-central-1.amazonaws.com",
13857
+ "tags" : [ "fips" ]
13858
+ }, {
13859
+ "hostname" : "pi-fips.ca-central-1.api.aws",
13860
+ "tags" : [ "dualstack", "fips" ]
13861
+ }, {
13862
+ "hostname" : "pi.ca-central-1.api.aws",
13863
+ "tags" : [ "dualstack" ]
13864
+ } ]
13865
+ },
13866
+ "ca-west-1" : {
13867
+ "protocols" : [ "https" ],
13868
+ "variants" : [ {
13869
+ "hostname" : "pi-fips.ca-west-1.amazonaws.com",
13870
+ "tags" : [ "fips" ]
13871
+ }, {
13872
+ "hostname" : "pi-fips.ca-west-1.api.aws",
13873
+ "tags" : [ "dualstack", "fips" ]
13874
+ }, {
13875
+ "hostname" : "pi.ca-west-1.api.aws",
13876
+ "tags" : [ "dualstack" ]
13877
+ } ]
13878
+ },
13879
+ "eu-central-1" : {
13880
+ "protocols" : [ "https" ],
13881
+ "variants" : [ {
13882
+ "hostname" : "pi.eu-central-1.api.aws",
13883
+ "tags" : [ "dualstack" ]
13884
+ } ]
13885
+ },
13886
+ "eu-central-2" : {
13887
+ "protocols" : [ "https" ],
13888
+ "variants" : [ {
13889
+ "hostname" : "pi.eu-central-2.api.aws",
13890
+ "tags" : [ "dualstack" ]
13891
+ } ]
13892
+ },
13893
+ "eu-north-1" : {
13894
+ "protocols" : [ "https" ],
13895
+ "variants" : [ {
13896
+ "hostname" : "pi.eu-north-1.api.aws",
13897
+ "tags" : [ "dualstack" ]
13898
+ } ]
13899
+ },
13900
+ "eu-south-1" : {
13901
+ "protocols" : [ "https" ],
13902
+ "variants" : [ {
13903
+ "hostname" : "pi.eu-south-1.api.aws",
13904
+ "tags" : [ "dualstack" ]
13905
+ } ]
13906
+ },
13907
+ "eu-south-2" : {
13908
+ "protocols" : [ "https" ],
13909
+ "variants" : [ {
13910
+ "hostname" : "pi.eu-south-2.api.aws",
13911
+ "tags" : [ "dualstack" ]
13912
+ } ]
13913
+ },
13914
+ "eu-west-1" : {
13915
+ "protocols" : [ "https" ],
13916
+ "variants" : [ {
13917
+ "hostname" : "pi.eu-west-1.api.aws",
13918
+ "tags" : [ "dualstack" ]
13919
+ } ]
13920
+ },
13921
+ "eu-west-2" : {
13922
+ "protocols" : [ "https" ],
13923
+ "variants" : [ {
13924
+ "hostname" : "pi.eu-west-2.api.aws",
13925
+ "tags" : [ "dualstack" ]
13926
+ } ]
13927
+ },
13928
+ "eu-west-3" : {
13929
+ "protocols" : [ "https" ],
13930
+ "variants" : [ {
13931
+ "hostname" : "pi.eu-west-3.api.aws",
13932
+ "tags" : [ "dualstack" ]
13933
+ } ]
13934
+ },
13935
+ "fips-ca-central-1" : {
13936
+ "credentialScope" : {
13937
+ "region" : "ca-central-1"
13938
+ },
13939
+ "deprecated" : true,
13940
+ "hostname" : "pi-fips.ca-central-1.amazonaws.com"
13941
+ },
13942
+ "fips-ca-west-1" : {
13943
+ "credentialScope" : {
13944
+ "region" : "ca-west-1"
13945
+ },
13946
+ "deprecated" : true,
13947
+ "hostname" : "pi-fips.ca-west-1.amazonaws.com"
13948
+ },
13949
+ "fips-us-east-1" : {
13950
+ "credentialScope" : {
13951
+ "region" : "us-east-1"
13952
+ },
13953
+ "deprecated" : true,
13954
+ "hostname" : "pi-fips.us-east-1.amazonaws.com"
13955
+ },
13956
+ "fips-us-east-2" : {
13957
+ "credentialScope" : {
13958
+ "region" : "us-east-2"
13959
+ },
13960
+ "deprecated" : true,
13961
+ "hostname" : "pi-fips.us-east-2.amazonaws.com"
13962
+ },
13963
+ "fips-us-west-1" : {
13964
+ "credentialScope" : {
13965
+ "region" : "us-west-1"
13966
+ },
13967
+ "deprecated" : true,
13968
+ "hostname" : "pi-fips.us-west-1.amazonaws.com"
13969
+ },
13970
+ "fips-us-west-2" : {
13971
+ "credentialScope" : {
13972
+ "region" : "us-west-2"
13973
+ },
13974
+ "deprecated" : true,
13975
+ "hostname" : "pi-fips.us-west-2.amazonaws.com"
13976
+ },
13977
+ "il-central-1" : {
13978
+ "protocols" : [ "https" ],
13979
+ "variants" : [ {
13980
+ "hostname" : "pi.il-central-1.api.aws",
13981
+ "tags" : [ "dualstack" ]
13982
+ } ]
13983
+ },
13984
+ "me-central-1" : {
13985
+ "protocols" : [ "https" ],
13986
+ "variants" : [ {
13987
+ "hostname" : "pi.me-central-1.api.aws",
13988
+ "tags" : [ "dualstack" ]
13989
+ } ]
13990
+ },
13991
+ "me-south-1" : {
13992
+ "protocols" : [ "https" ],
13993
+ "variants" : [ {
13994
+ "hostname" : "pi.me-south-1.api.aws",
13995
+ "tags" : [ "dualstack" ]
13996
+ } ]
13997
+ },
13998
+ "sa-east-1" : {
13999
+ "protocols" : [ "https" ],
14000
+ "variants" : [ {
14001
+ "hostname" : "pi.sa-east-1.api.aws",
14002
+ "tags" : [ "dualstack" ]
14003
+ } ]
14004
+ },
14005
+ "us-east-1" : {
14006
+ "protocols" : [ "https" ],
14007
+ "variants" : [ {
14008
+ "hostname" : "pi-fips.us-east-1.amazonaws.com",
14009
+ "tags" : [ "fips" ]
14010
+ }, {
14011
+ "hostname" : "pi-fips.us-east-1.api.aws",
14012
+ "tags" : [ "dualstack", "fips" ]
14013
+ }, {
14014
+ "hostname" : "pi.us-east-1.api.aws",
14015
+ "tags" : [ "dualstack" ]
14016
+ } ]
14017
+ },
14018
+ "us-east-2" : {
14019
+ "protocols" : [ "https" ],
14020
+ "variants" : [ {
14021
+ "hostname" : "pi-fips.us-east-2.amazonaws.com",
14022
+ "tags" : [ "fips" ]
14023
+ }, {
14024
+ "hostname" : "pi-fips.us-east-2.api.aws",
14025
+ "tags" : [ "dualstack", "fips" ]
14026
+ }, {
14027
+ "hostname" : "pi.us-east-2.api.aws",
14028
+ "tags" : [ "dualstack" ]
14029
+ } ]
14030
+ },
14031
+ "us-west-1" : {
14032
+ "protocols" : [ "https" ],
14033
+ "variants" : [ {
14034
+ "hostname" : "pi-fips.us-west-1.amazonaws.com",
14035
+ "tags" : [ "fips" ]
14036
+ }, {
14037
+ "hostname" : "pi-fips.us-west-1.api.aws",
14038
+ "tags" : [ "dualstack", "fips" ]
14039
+ }, {
14040
+ "hostname" : "pi.us-west-1.api.aws",
14041
+ "tags" : [ "dualstack" ]
14042
+ } ]
14043
+ },
14044
+ "us-west-2" : {
14045
+ "protocols" : [ "https" ],
14046
+ "variants" : [ {
14047
+ "hostname" : "pi-fips.us-west-2.amazonaws.com",
14048
+ "tags" : [ "fips" ]
14049
+ }, {
14050
+ "hostname" : "pi-fips.us-west-2.api.aws",
14051
+ "tags" : [ "dualstack", "fips" ]
14052
+ }, {
14053
+ "hostname" : "pi.us-west-2.api.aws",
14054
+ "tags" : [ "dualstack" ]
14055
+ } ]
14056
+ }
13577
14057
  }
13578
14058
  },
13579
14059
  "pinpoint" : {
@@ -13837,6 +14317,12 @@
13837
14317
  },
13838
14318
  "hostname" : "portal.sso.ca-central-1.amazonaws.com"
13839
14319
  },
14320
+ "ca-west-1" : {
14321
+ "credentialScope" : {
14322
+ "region" : "ca-west-1"
14323
+ },
14324
+ "hostname" : "portal.sso.ca-west-1.amazonaws.com"
14325
+ },
13840
14326
  "eu-central-1" : {
13841
14327
  "credentialScope" : {
13842
14328
  "region" : "eu-central-1"
@@ -18570,6 +19056,7 @@
18570
19056
  "ap-southeast-3" : { },
18571
19057
  "ap-southeast-4" : { },
18572
19058
  "ca-central-1" : { },
19059
+ "ca-west-1" : { },
18573
19060
  "eu-central-1" : { },
18574
19061
  "eu-central-2" : { },
18575
19062
  "eu-north-1" : { },
@@ -19121,22 +19608,80 @@
19121
19608
  "us-west-2" : { }
19122
19609
  }
19123
19610
  },
19611
+ "tax" : {
19612
+ "endpoints" : {
19613
+ "aws-global" : {
19614
+ "credentialScope" : {
19615
+ "region" : "us-east-1"
19616
+ },
19617
+ "hostname" : "tax.us-east-1.amazonaws.com"
19618
+ }
19619
+ },
19620
+ "isRegionalized" : false,
19621
+ "partitionEndpoint" : "aws-global"
19622
+ },
19124
19623
  "textract" : {
19125
19624
  "endpoints" : {
19126
- "ap-northeast-2" : { },
19127
- "ap-south-1" : { },
19128
- "ap-southeast-1" : { },
19129
- "ap-southeast-2" : { },
19625
+ "ap-northeast-2" : {
19626
+ "variants" : [ {
19627
+ "hostname" : "textract.ap-northeast-2.api.aws",
19628
+ "tags" : [ "dualstack" ]
19629
+ } ]
19630
+ },
19631
+ "ap-south-1" : {
19632
+ "variants" : [ {
19633
+ "hostname" : "textract.ap-south-1.api.aws",
19634
+ "tags" : [ "dualstack" ]
19635
+ } ]
19636
+ },
19637
+ "ap-southeast-1" : {
19638
+ "variants" : [ {
19639
+ "hostname" : "textract.ap-southeast-1.api.aws",
19640
+ "tags" : [ "dualstack" ]
19641
+ } ]
19642
+ },
19643
+ "ap-southeast-2" : {
19644
+ "variants" : [ {
19645
+ "hostname" : "textract.ap-southeast-2.api.aws",
19646
+ "tags" : [ "dualstack" ]
19647
+ } ]
19648
+ },
19130
19649
  "ca-central-1" : {
19131
19650
  "variants" : [ {
19132
19651
  "hostname" : "textract-fips.ca-central-1.amazonaws.com",
19133
19652
  "tags" : [ "fips" ]
19653
+ }, {
19654
+ "hostname" : "textract-fips.ca-central-1.api.aws",
19655
+ "tags" : [ "dualstack", "fips" ]
19656
+ }, {
19657
+ "hostname" : "textract.ca-central-1.api.aws",
19658
+ "tags" : [ "dualstack" ]
19659
+ } ]
19660
+ },
19661
+ "eu-central-1" : {
19662
+ "variants" : [ {
19663
+ "hostname" : "textract.eu-central-1.api.aws",
19664
+ "tags" : [ "dualstack" ]
19665
+ } ]
19666
+ },
19667
+ "eu-west-1" : {
19668
+ "variants" : [ {
19669
+ "hostname" : "textract.eu-west-1.api.aws",
19670
+ "tags" : [ "dualstack" ]
19671
+ } ]
19672
+ },
19673
+ "eu-west-2" : {
19674
+ "variants" : [ {
19675
+ "hostname" : "textract.eu-west-2.api.aws",
19676
+ "tags" : [ "dualstack" ]
19677
+ } ]
19678
+ },
19679
+ "eu-west-3" : {
19680
+ "variants" : [ {
19681
+ "hostname" : "textract.eu-west-3.api.aws",
19682
+ "tags" : [ "dualstack" ]
19134
19683
  } ]
19135
19684
  },
19136
- "eu-central-1" : { },
19137
- "eu-west-1" : { },
19138
- "eu-west-2" : { },
19139
- "eu-west-3" : { },
19140
19685
  "fips-ca-central-1" : {
19141
19686
  "credentialScope" : {
19142
19687
  "region" : "ca-central-1"
@@ -19176,24 +19721,48 @@
19176
19721
  "variants" : [ {
19177
19722
  "hostname" : "textract-fips.us-east-1.amazonaws.com",
19178
19723
  "tags" : [ "fips" ]
19724
+ }, {
19725
+ "hostname" : "textract-fips.us-east-1.api.aws",
19726
+ "tags" : [ "dualstack", "fips" ]
19727
+ }, {
19728
+ "hostname" : "textract.us-east-1.api.aws",
19729
+ "tags" : [ "dualstack" ]
19179
19730
  } ]
19180
19731
  },
19181
19732
  "us-east-2" : {
19182
19733
  "variants" : [ {
19183
19734
  "hostname" : "textract-fips.us-east-2.amazonaws.com",
19184
19735
  "tags" : [ "fips" ]
19736
+ }, {
19737
+ "hostname" : "textract-fips.us-east-2.api.aws",
19738
+ "tags" : [ "dualstack", "fips" ]
19739
+ }, {
19740
+ "hostname" : "textract.us-east-2.api.aws",
19741
+ "tags" : [ "dualstack" ]
19185
19742
  } ]
19186
19743
  },
19187
19744
  "us-west-1" : {
19188
19745
  "variants" : [ {
19189
19746
  "hostname" : "textract-fips.us-west-1.amazonaws.com",
19190
19747
  "tags" : [ "fips" ]
19748
+ }, {
19749
+ "hostname" : "textract-fips.us-west-1.api.aws",
19750
+ "tags" : [ "dualstack", "fips" ]
19751
+ }, {
19752
+ "hostname" : "textract.us-west-1.api.aws",
19753
+ "tags" : [ "dualstack" ]
19191
19754
  } ]
19192
19755
  },
19193
19756
  "us-west-2" : {
19194
19757
  "variants" : [ {
19195
19758
  "hostname" : "textract-fips.us-west-2.amazonaws.com",
19196
19759
  "tags" : [ "fips" ]
19760
+ }, {
19761
+ "hostname" : "textract-fips.us-west-2.api.aws",
19762
+ "tags" : [ "dualstack", "fips" ]
19763
+ }, {
19764
+ "hostname" : "textract.us-west-2.api.aws",
19765
+ "tags" : [ "dualstack" ]
19197
19766
  } ]
19198
19767
  }
19199
19768
  }
@@ -19547,7 +20116,19 @@
19547
20116
  "deprecated" : true,
19548
20117
  "hostname" : "translate-fips.us-east-2.amazonaws.com"
19549
20118
  },
19550
- "us-west-1" : { },
20119
+ "us-west-1" : {
20120
+ "variants" : [ {
20121
+ "hostname" : "translate-fips.us-west-1.amazonaws.com",
20122
+ "tags" : [ "fips" ]
20123
+ } ]
20124
+ },
20125
+ "us-west-1-fips" : {
20126
+ "credentialScope" : {
20127
+ "region" : "us-west-1"
20128
+ },
20129
+ "deprecated" : true,
20130
+ "hostname" : "translate-fips.us-west-1.amazonaws.com"
20131
+ },
19551
20132
  "us-west-2" : {
19552
20133
  "variants" : [ {
19553
20134
  "hostname" : "translate-fips.us-west-2.amazonaws.com",
@@ -21291,8 +21872,18 @@
21291
21872
  },
21292
21873
  "cloudcontrolapi" : {
21293
21874
  "endpoints" : {
21294
- "cn-north-1" : { },
21295
- "cn-northwest-1" : { }
21875
+ "cn-north-1" : {
21876
+ "variants" : [ {
21877
+ "hostname" : "cloudcontrolapi.cn-north-1.api.amazonwebservices.com.cn",
21878
+ "tags" : [ "dualstack" ]
21879
+ } ]
21880
+ },
21881
+ "cn-northwest-1" : {
21882
+ "variants" : [ {
21883
+ "hostname" : "cloudcontrolapi.cn-northwest-1.api.amazonwebservices.com.cn",
21884
+ "tags" : [ "dualstack" ]
21885
+ } ]
21886
+ }
21296
21887
  }
21297
21888
  },
21298
21889
  "cloudformation" : {
@@ -22021,8 +22612,20 @@
22021
22612
  },
22022
22613
  "pi" : {
22023
22614
  "endpoints" : {
22024
- "cn-north-1" : { },
22025
- "cn-northwest-1" : { }
22615
+ "cn-north-1" : {
22616
+ "protocols" : [ "https" ],
22617
+ "variants" : [ {
22618
+ "hostname" : "pi.cn-north-1.api.amazonwebservices.com.cn",
22619
+ "tags" : [ "dualstack" ]
22620
+ } ]
22621
+ },
22622
+ "cn-northwest-1" : {
22623
+ "protocols" : [ "https" ],
22624
+ "variants" : [ {
22625
+ "hostname" : "pi.cn-northwest-1.api.amazonwebservices.com.cn",
22626
+ "tags" : [ "dualstack" ]
22627
+ } ]
22628
+ }
22026
22629
  }
22027
22630
  },
22028
22631
  "pipes" : {
@@ -23108,8 +23711,6 @@
23108
23711
  },
23109
23712
  "endpoints" : {
23110
23713
  "us-gov-east-1" : {
23111
- "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23112
- "protocols" : [ "http", "https" ],
23113
23714
  "variants" : [ {
23114
23715
  "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23115
23716
  "tags" : [ "fips" ]
@@ -23121,8 +23722,6 @@
23121
23722
  "protocols" : [ "http", "https" ]
23122
23723
  },
23123
23724
  "us-gov-west-1" : {
23124
- "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23125
- "protocols" : [ "http", "https" ],
23126
23725
  "variants" : [ {
23127
23726
  "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23128
23727
  "tags" : [ "fips" ]
@@ -23270,12 +23869,24 @@
23270
23869
  "variants" : [ {
23271
23870
  "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com",
23272
23871
  "tags" : [ "fips" ]
23872
+ }, {
23873
+ "hostname" : "cloudcontrolapi-fips.us-gov-east-1.api.aws",
23874
+ "tags" : [ "dualstack", "fips" ]
23875
+ }, {
23876
+ "hostname" : "cloudcontrolapi.us-gov-east-1.api.aws",
23877
+ "tags" : [ "dualstack" ]
23273
23878
  } ]
23274
23879
  },
23275
23880
  "us-gov-west-1" : {
23276
23881
  "variants" : [ {
23277
23882
  "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com",
23278
23883
  "tags" : [ "fips" ]
23884
+ }, {
23885
+ "hostname" : "cloudcontrolapi-fips.us-gov-west-1.api.aws",
23886
+ "tags" : [ "dualstack", "fips" ]
23887
+ }, {
23888
+ "hostname" : "cloudcontrolapi.us-gov-west-1.api.aws",
23889
+ "tags" : [ "dualstack" ]
23279
23890
  } ]
23280
23891
  }
23281
23892
  }
@@ -23858,17 +24469,31 @@
23858
24469
  },
23859
24470
  "directconnect" : {
23860
24471
  "endpoints" : {
23861
- "us-gov-east-1" : {
24472
+ "fips-us-gov-east-1" : {
23862
24473
  "credentialScope" : {
23863
24474
  "region" : "us-gov-east-1"
23864
24475
  },
23865
- "hostname" : "directconnect.us-gov-east-1.amazonaws.com"
24476
+ "deprecated" : true,
24477
+ "hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com"
23866
24478
  },
23867
- "us-gov-west-1" : {
24479
+ "fips-us-gov-west-1" : {
23868
24480
  "credentialScope" : {
23869
24481
  "region" : "us-gov-west-1"
23870
24482
  },
23871
- "hostname" : "directconnect.us-gov-west-1.amazonaws.com"
24483
+ "deprecated" : true,
24484
+ "hostname" : "directconnect-fips.us-gov-west-1.amazonaws.com"
24485
+ },
24486
+ "us-gov-east-1" : {
24487
+ "variants" : [ {
24488
+ "hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com",
24489
+ "tags" : [ "fips" ]
24490
+ } ]
24491
+ },
24492
+ "us-gov-west-1" : {
24493
+ "variants" : [ {
24494
+ "hostname" : "directconnect-fips.us-gov-west-1.amazonaws.com",
24495
+ "tags" : [ "fips" ]
24496
+ } ]
23872
24497
  }
23873
24498
  }
23874
24499
  },
@@ -25898,8 +26523,46 @@
25898
26523
  },
25899
26524
  "pi" : {
25900
26525
  "endpoints" : {
25901
- "us-gov-east-1" : { },
25902
- "us-gov-west-1" : { }
26526
+ "fips-us-gov-east-1" : {
26527
+ "credentialScope" : {
26528
+ "region" : "us-gov-east-1"
26529
+ },
26530
+ "deprecated" : true,
26531
+ "hostname" : "pi-fips.us-gov-east-1.amazonaws.com"
26532
+ },
26533
+ "fips-us-gov-west-1" : {
26534
+ "credentialScope" : {
26535
+ "region" : "us-gov-west-1"
26536
+ },
26537
+ "deprecated" : true,
26538
+ "hostname" : "pi-fips.us-gov-west-1.amazonaws.com"
26539
+ },
26540
+ "us-gov-east-1" : {
26541
+ "protocols" : [ "https" ],
26542
+ "variants" : [ {
26543
+ "hostname" : "pi-fips.us-gov-east-1.amazonaws.com",
26544
+ "tags" : [ "fips" ]
26545
+ }, {
26546
+ "hostname" : "pi-fips.us-gov-east-1.api.aws",
26547
+ "tags" : [ "dualstack", "fips" ]
26548
+ }, {
26549
+ "hostname" : "pi.us-gov-east-1.api.aws",
26550
+ "tags" : [ "dualstack" ]
26551
+ } ]
26552
+ },
26553
+ "us-gov-west-1" : {
26554
+ "protocols" : [ "https" ],
26555
+ "variants" : [ {
26556
+ "hostname" : "pi-fips.us-gov-west-1.amazonaws.com",
26557
+ "tags" : [ "fips" ]
26558
+ }, {
26559
+ "hostname" : "pi-fips.us-gov-west-1.api.aws",
26560
+ "tags" : [ "dualstack", "fips" ]
26561
+ }, {
26562
+ "hostname" : "pi.us-gov-west-1.api.aws",
26563
+ "tags" : [ "dualstack" ]
26564
+ } ]
26565
+ }
25903
26566
  }
25904
26567
  },
25905
26568
  "pinpoint" : {
@@ -27318,12 +27981,24 @@
27318
27981
  "variants" : [ {
27319
27982
  "hostname" : "textract-fips.us-gov-east-1.amazonaws.com",
27320
27983
  "tags" : [ "fips" ]
27984
+ }, {
27985
+ "hostname" : "textract-fips.us-gov-east-1.api.aws",
27986
+ "tags" : [ "dualstack", "fips" ]
27987
+ }, {
27988
+ "hostname" : "textract.us-gov-east-1.api.aws",
27989
+ "tags" : [ "dualstack" ]
27321
27990
  } ]
27322
27991
  },
27323
27992
  "us-gov-west-1" : {
27324
27993
  "variants" : [ {
27325
27994
  "hostname" : "textract-fips.us-gov-west-1.amazonaws.com",
27326
27995
  "tags" : [ "fips" ]
27996
+ }, {
27997
+ "hostname" : "textract-fips.us-gov-west-1.api.aws",
27998
+ "tags" : [ "dualstack", "fips" ]
27999
+ }, {
28000
+ "hostname" : "textract.us-gov-west-1.api.aws",
28001
+ "tags" : [ "dualstack" ]
27327
28002
  } ]
27328
28003
  }
27329
28004
  }
@@ -27651,7 +28326,8 @@
27651
28326
  },
27652
28327
  "apigateway" : {
27653
28328
  "endpoints" : {
27654
- "us-iso-east-1" : { }
28329
+ "us-iso-east-1" : { },
28330
+ "us-iso-west-1" : { }
27655
28331
  }
27656
28332
  },
27657
28333
  "appconfig" : {
@@ -28208,31 +28884,17 @@
28208
28884
  },
28209
28885
  "redshift" : {
28210
28886
  "endpoints" : {
28211
- "fips-us-iso-east-1" : {
28887
+ "us-iso-east-1" : {
28212
28888
  "credentialScope" : {
28213
28889
  "region" : "us-iso-east-1"
28214
28890
  },
28215
- "deprecated" : true,
28216
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
28891
+ "hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
28217
28892
  },
28218
- "fips-us-iso-west-1" : {
28893
+ "us-iso-west-1" : {
28219
28894
  "credentialScope" : {
28220
28895
  "region" : "us-iso-west-1"
28221
28896
  },
28222
- "deprecated" : true,
28223
- "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
28224
- },
28225
- "us-iso-east-1" : {
28226
- "variants" : [ {
28227
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
28228
- "tags" : [ "fips" ]
28229
- } ]
28230
- },
28231
- "us-iso-west-1" : {
28232
- "variants" : [ {
28233
- "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
28234
- "tags" : [ "fips" ]
28235
- } ]
28897
+ "hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
28236
28898
  }
28237
28899
  }
28238
28900
  },
@@ -28541,6 +29203,11 @@
28541
29203
  "us-isob-east-1" : { }
28542
29204
  }
28543
29205
  },
29206
+ "apigateway" : {
29207
+ "endpoints" : {
29208
+ "us-isob-east-1" : { }
29209
+ }
29210
+ },
28544
29211
  "appconfig" : {
28545
29212
  "endpoints" : {
28546
29213
  "us-isob-east-1" : { }
@@ -28896,18 +29563,11 @@
28896
29563
  },
28897
29564
  "redshift" : {
28898
29565
  "endpoints" : {
28899
- "fips-us-isob-east-1" : {
29566
+ "us-isob-east-1" : {
28900
29567
  "credentialScope" : {
28901
29568
  "region" : "us-isob-east-1"
28902
29569
  },
28903
- "deprecated" : true,
28904
- "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
28905
- },
28906
- "us-isob-east-1" : {
28907
- "variants" : [ {
28908
- "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
28909
- "tags" : [ "fips" ]
28910
- } ]
29570
+ "hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
28911
29571
  }
28912
29572
  }
28913
29573
  },
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.952.0
4
+ version: 1.959.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: 2024-07-05 00:00:00.000000000 Z
11
+ date: 2024-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: