aws-partitions 1.953.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: b69e8fa26e5bbc2bfc8f3f41c5e3c025140215749b7697ca5e0165fc6963305c
4
- data.tar.gz: f87f7efae72bd2b16641a53aa582ec2580a3c874183b020dd296f19b9fcf007a
3
+ metadata.gz: ef20550bb5f8f06088eee0dc2b248e080df757a71ecd65cd2482e11326f39053
4
+ data.tar.gz: 0fec86287564aa20e9771fe521cb98bf9b5cd0746358333e4fbbabf78b901698
5
5
  SHA512:
6
- metadata.gz: f7b82290538cd2bf144c1ddce72dbfdb024263d4f702fa847c5ebe39d8f21bb84dbcc19a75ef014f1ba3b20b82bf7d439e6a58df14dd9b71fcf50b567653bf46
7
- data.tar.gz: 43384ba93784375ac4c3b1dc7181eaf5fb19e4079f6aa794f04f81b447075b0895d5026570d79b4442f05eb822ee2cbf332d48b2576e10bd017b7d2507d7ccc0
6
+ metadata.gz: 0ef073b865b996ee4d0c1654176de0acc427ea79f0a256edf3f0969a4fd83819842a2ed305bf784bf0f9758250fc77607acd1e5d2d6efdfbc8a082e48747503e
7
+ data.tar.gz: 5f880a23d57005db0670fa2cdaa6a7cf686d9988684befa983e270962f258d0a6b1d65fd1e8612523aa9c9e9c1aaae89e8c93b71d6b3be0682efeafe2051b56c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
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
+
4
34
  1.953.0 (2024-07-08)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.953.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',
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
  }
@@ -7361,6 +7586,7 @@
7361
7586
  } ]
7362
7587
  },
7363
7588
  "eu-central-1" : { },
7589
+ "eu-central-2" : { },
7364
7590
  "eu-north-1" : { },
7365
7591
  "eu-south-1" : { },
7366
7592
  "eu-south-2" : { },
@@ -12939,6 +13165,7 @@
12939
13165
  "tags" : [ "fips" ]
12940
13166
  } ]
12941
13167
  },
13168
+ "ca-west-1" : { },
12942
13169
  "eu-central-1" : { },
12943
13170
  "eu-central-2" : { },
12944
13171
  "eu-north-1" : { },
@@ -14090,6 +14317,12 @@
14090
14317
  },
14091
14318
  "hostname" : "portal.sso.ca-central-1.amazonaws.com"
14092
14319
  },
14320
+ "ca-west-1" : {
14321
+ "credentialScope" : {
14322
+ "region" : "ca-west-1"
14323
+ },
14324
+ "hostname" : "portal.sso.ca-west-1.amazonaws.com"
14325
+ },
14093
14326
  "eu-central-1" : {
14094
14327
  "credentialScope" : {
14095
14328
  "region" : "eu-central-1"
@@ -18823,6 +19056,7 @@
18823
19056
  "ap-southeast-3" : { },
18824
19057
  "ap-southeast-4" : { },
18825
19058
  "ca-central-1" : { },
19059
+ "ca-west-1" : { },
18826
19060
  "eu-central-1" : { },
18827
19061
  "eu-central-2" : { },
18828
19062
  "eu-north-1" : { },
@@ -19374,22 +19608,80 @@
19374
19608
  "us-west-2" : { }
19375
19609
  }
19376
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
+ },
19377
19623
  "textract" : {
19378
19624
  "endpoints" : {
19379
- "ap-northeast-2" : { },
19380
- "ap-south-1" : { },
19381
- "ap-southeast-1" : { },
19382
- "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
+ },
19383
19649
  "ca-central-1" : {
19384
19650
  "variants" : [ {
19385
19651
  "hostname" : "textract-fips.ca-central-1.amazonaws.com",
19386
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" ]
19387
19683
  } ]
19388
19684
  },
19389
- "eu-central-1" : { },
19390
- "eu-west-1" : { },
19391
- "eu-west-2" : { },
19392
- "eu-west-3" : { },
19393
19685
  "fips-ca-central-1" : {
19394
19686
  "credentialScope" : {
19395
19687
  "region" : "ca-central-1"
@@ -19429,24 +19721,48 @@
19429
19721
  "variants" : [ {
19430
19722
  "hostname" : "textract-fips.us-east-1.amazonaws.com",
19431
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" ]
19432
19730
  } ]
19433
19731
  },
19434
19732
  "us-east-2" : {
19435
19733
  "variants" : [ {
19436
19734
  "hostname" : "textract-fips.us-east-2.amazonaws.com",
19437
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" ]
19438
19742
  } ]
19439
19743
  },
19440
19744
  "us-west-1" : {
19441
19745
  "variants" : [ {
19442
19746
  "hostname" : "textract-fips.us-west-1.amazonaws.com",
19443
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" ]
19444
19754
  } ]
19445
19755
  },
19446
19756
  "us-west-2" : {
19447
19757
  "variants" : [ {
19448
19758
  "hostname" : "textract-fips.us-west-2.amazonaws.com",
19449
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" ]
19450
19766
  } ]
19451
19767
  }
19452
19768
  }
@@ -21556,8 +21872,18 @@
21556
21872
  },
21557
21873
  "cloudcontrolapi" : {
21558
21874
  "endpoints" : {
21559
- "cn-north-1" : { },
21560
- "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
+ }
21561
21887
  }
21562
21888
  },
21563
21889
  "cloudformation" : {
@@ -23385,8 +23711,6 @@
23385
23711
  },
23386
23712
  "endpoints" : {
23387
23713
  "us-gov-east-1" : {
23388
- "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23389
- "protocols" : [ "http", "https" ],
23390
23714
  "variants" : [ {
23391
23715
  "hostname" : "autoscaling-plans.us-gov-east-1.amazonaws.com",
23392
23716
  "tags" : [ "fips" ]
@@ -23398,8 +23722,6 @@
23398
23722
  "protocols" : [ "http", "https" ]
23399
23723
  },
23400
23724
  "us-gov-west-1" : {
23401
- "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23402
- "protocols" : [ "http", "https" ],
23403
23725
  "variants" : [ {
23404
23726
  "hostname" : "autoscaling-plans.us-gov-west-1.amazonaws.com",
23405
23727
  "tags" : [ "fips" ]
@@ -23547,12 +23869,24 @@
23547
23869
  "variants" : [ {
23548
23870
  "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com",
23549
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" ]
23550
23878
  } ]
23551
23879
  },
23552
23880
  "us-gov-west-1" : {
23553
23881
  "variants" : [ {
23554
23882
  "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com",
23555
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" ]
23556
23890
  } ]
23557
23891
  }
23558
23892
  }
@@ -24135,17 +24469,31 @@
24135
24469
  },
24136
24470
  "directconnect" : {
24137
24471
  "endpoints" : {
24138
- "us-gov-east-1" : {
24472
+ "fips-us-gov-east-1" : {
24139
24473
  "credentialScope" : {
24140
24474
  "region" : "us-gov-east-1"
24141
24475
  },
24142
- "hostname" : "directconnect.us-gov-east-1.amazonaws.com"
24476
+ "deprecated" : true,
24477
+ "hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com"
24143
24478
  },
24144
- "us-gov-west-1" : {
24479
+ "fips-us-gov-west-1" : {
24145
24480
  "credentialScope" : {
24146
24481
  "region" : "us-gov-west-1"
24147
24482
  },
24148
- "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
+ } ]
24149
24497
  }
24150
24498
  }
24151
24499
  },
@@ -27633,12 +27981,24 @@
27633
27981
  "variants" : [ {
27634
27982
  "hostname" : "textract-fips.us-gov-east-1.amazonaws.com",
27635
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" ]
27636
27990
  } ]
27637
27991
  },
27638
27992
  "us-gov-west-1" : {
27639
27993
  "variants" : [ {
27640
27994
  "hostname" : "textract-fips.us-gov-west-1.amazonaws.com",
27641
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" ]
27642
28002
  } ]
27643
28003
  }
27644
28004
  }
@@ -27966,7 +28326,8 @@
27966
28326
  },
27967
28327
  "apigateway" : {
27968
28328
  "endpoints" : {
27969
- "us-iso-east-1" : { }
28329
+ "us-iso-east-1" : { },
28330
+ "us-iso-west-1" : { }
27970
28331
  }
27971
28332
  },
27972
28333
  "appconfig" : {
@@ -28523,31 +28884,17 @@
28523
28884
  },
28524
28885
  "redshift" : {
28525
28886
  "endpoints" : {
28526
- "fips-us-iso-east-1" : {
28887
+ "us-iso-east-1" : {
28527
28888
  "credentialScope" : {
28528
28889
  "region" : "us-iso-east-1"
28529
28890
  },
28530
- "deprecated" : true,
28531
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
28891
+ "hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
28532
28892
  },
28533
- "fips-us-iso-west-1" : {
28893
+ "us-iso-west-1" : {
28534
28894
  "credentialScope" : {
28535
28895
  "region" : "us-iso-west-1"
28536
28896
  },
28537
- "deprecated" : true,
28538
- "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
28539
- },
28540
- "us-iso-east-1" : {
28541
- "variants" : [ {
28542
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
28543
- "tags" : [ "fips" ]
28544
- } ]
28545
- },
28546
- "us-iso-west-1" : {
28547
- "variants" : [ {
28548
- "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
28549
- "tags" : [ "fips" ]
28550
- } ]
28897
+ "hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
28551
28898
  }
28552
28899
  }
28553
28900
  },
@@ -28856,6 +29203,11 @@
28856
29203
  "us-isob-east-1" : { }
28857
29204
  }
28858
29205
  },
29206
+ "apigateway" : {
29207
+ "endpoints" : {
29208
+ "us-isob-east-1" : { }
29209
+ }
29210
+ },
28859
29211
  "appconfig" : {
28860
29212
  "endpoints" : {
28861
29213
  "us-isob-east-1" : { }
@@ -29211,18 +29563,11 @@
29211
29563
  },
29212
29564
  "redshift" : {
29213
29565
  "endpoints" : {
29214
- "fips-us-isob-east-1" : {
29566
+ "us-isob-east-1" : {
29215
29567
  "credentialScope" : {
29216
29568
  "region" : "us-isob-east-1"
29217
29569
  },
29218
- "deprecated" : true,
29219
- "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
29220
- },
29221
- "us-isob-east-1" : {
29222
- "variants" : [ {
29223
- "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
29224
- "tags" : [ "fips" ]
29225
- } ]
29570
+ "hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
29226
29571
  }
29227
29572
  }
29228
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.953.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-08 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: