aws-partitions 1.952.0 → 1.955.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: d1f90c9c4914b9ade898d1ba5c64188f6527a29d56d5e1a599c32198e39b40e2
4
+ data.tar.gz: 9201b7a5d622637945312ac5245a5731a215d6ffb3ff39f64625346d08201698
5
5
  SHA512:
6
- metadata.gz: 6cd0ffc0f27706cd333b683a3e37aa024585eff33cb76efd94c77a3175d174213de5241205731f35f72ea503ab75c6690a902fbdf7b6797dd7f55e751c3f8343
7
- data.tar.gz: c5fdc8fcf376f3fd46fa796f02f3fdbf3a751ed6e2eeec7a76b632d8b511a35fdf097ec00935d91529f21ffe70e5a8dd8605b9e138f7050bf5bfa0b3a95a6c88
6
+ metadata.gz: 3b98b78cdcf7f1f6f3cbdbb2a03a115ffb9652fbec326a858395d2e6309c12825a57ac5c05ae1318a5f5ceedc0f5e24b54037ee2f47c98926cac4f18146d7e89
7
+ data.tar.gz: 7fd87539c4bc4263f3f64e0c7efbc68e6fc7765b480fb81faa415d5e78419d34f9e42d14ea9b973fe9e4cadce8a2774bd8d26fe8ca4fede869f7a36117385392
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.955.0 (2024-07-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.954.0 (2024-07-09)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.953.0 (2024-07-08)
15
+ ------------------
16
+
17
+ * Feature - Added support for enumerating regions for `Aws::QApps`.
18
+
4
19
  1.952.0 (2024-07-05)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.952.0
1
+ 1.955.0
@@ -531,6 +531,7 @@ module Aws
531
531
  'PrivateNetworks' => 'private-networks',
532
532
  'PrometheusService' => 'aps',
533
533
  'Proton' => 'proton',
534
+ 'QApps' => 'data.qapps',
534
535
  'QBusiness' => 'qbusiness',
535
536
  'QConnect' => 'wisdom',
536
537
  'QLDB' => 'qldb',
data/partitions.json CHANGED
@@ -3018,6 +3018,12 @@
3018
3018
  "ca-central-1" : {
3019
3019
  "variants" : [ {
3020
3020
  "tags" : [ "dualstack" ]
3021
+ }, {
3022
+ "hostname" : "cloud9-fips.ca-central-1.amazonaws.com",
3023
+ "tags" : [ "fips" ]
3024
+ }, {
3025
+ "hostname" : "cloud9-fips.ca-central-1.api.aws",
3026
+ "tags" : [ "dualstack", "fips" ]
3021
3027
  } ]
3022
3028
  },
3023
3029
  "eu-central-1" : {
@@ -3050,6 +3056,41 @@
3050
3056
  "tags" : [ "dualstack" ]
3051
3057
  } ]
3052
3058
  },
3059
+ "fips-ca-central-1" : {
3060
+ "credentialScope" : {
3061
+ "region" : "ca-central-1"
3062
+ },
3063
+ "deprecated" : true,
3064
+ "hostname" : "cloud9-fips.ca-central-1.amazonaws.com"
3065
+ },
3066
+ "fips-us-east-1" : {
3067
+ "credentialScope" : {
3068
+ "region" : "us-east-1"
3069
+ },
3070
+ "deprecated" : true,
3071
+ "hostname" : "cloud9-fips.us-east-1.amazonaws.com"
3072
+ },
3073
+ "fips-us-east-2" : {
3074
+ "credentialScope" : {
3075
+ "region" : "us-east-2"
3076
+ },
3077
+ "deprecated" : true,
3078
+ "hostname" : "cloud9-fips.us-east-2.amazonaws.com"
3079
+ },
3080
+ "fips-us-west-1" : {
3081
+ "credentialScope" : {
3082
+ "region" : "us-west-1"
3083
+ },
3084
+ "deprecated" : true,
3085
+ "hostname" : "cloud9-fips.us-west-1.amazonaws.com"
3086
+ },
3087
+ "fips-us-west-2" : {
3088
+ "credentialScope" : {
3089
+ "region" : "us-west-2"
3090
+ },
3091
+ "deprecated" : true,
3092
+ "hostname" : "cloud9-fips.us-west-2.amazonaws.com"
3093
+ },
3053
3094
  "il-central-1" : {
3054
3095
  "variants" : [ {
3055
3096
  "tags" : [ "dualstack" ]
@@ -3068,58 +3109,189 @@
3068
3109
  "us-east-1" : {
3069
3110
  "variants" : [ {
3070
3111
  "tags" : [ "dualstack" ]
3112
+ }, {
3113
+ "hostname" : "cloud9-fips.us-east-1.amazonaws.com",
3114
+ "tags" : [ "fips" ]
3115
+ }, {
3116
+ "hostname" : "cloud9-fips.us-east-1.api.aws",
3117
+ "tags" : [ "dualstack", "fips" ]
3071
3118
  } ]
3072
3119
  },
3073
3120
  "us-east-2" : {
3074
3121
  "variants" : [ {
3075
3122
  "tags" : [ "dualstack" ]
3123
+ }, {
3124
+ "hostname" : "cloud9-fips.us-east-2.amazonaws.com",
3125
+ "tags" : [ "fips" ]
3126
+ }, {
3127
+ "hostname" : "cloud9-fips.us-east-2.api.aws",
3128
+ "tags" : [ "dualstack", "fips" ]
3076
3129
  } ]
3077
3130
  },
3078
3131
  "us-west-1" : {
3079
3132
  "variants" : [ {
3080
3133
  "tags" : [ "dualstack" ]
3134
+ }, {
3135
+ "hostname" : "cloud9-fips.us-west-1.amazonaws.com",
3136
+ "tags" : [ "fips" ]
3137
+ }, {
3138
+ "hostname" : "cloud9-fips.us-west-1.api.aws",
3139
+ "tags" : [ "dualstack", "fips" ]
3081
3140
  } ]
3082
3141
  },
3083
3142
  "us-west-2" : {
3084
3143
  "variants" : [ {
3085
3144
  "tags" : [ "dualstack" ]
3145
+ }, {
3146
+ "hostname" : "cloud9-fips.us-west-2.amazonaws.com",
3147
+ "tags" : [ "fips" ]
3148
+ }, {
3149
+ "hostname" : "cloud9-fips.us-west-2.api.aws",
3150
+ "tags" : [ "dualstack", "fips" ]
3086
3151
  } ]
3087
3152
  }
3088
3153
  }
3089
3154
  },
3090
3155
  "cloudcontrolapi" : {
3091
3156
  "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" : { },
3157
+ "af-south-1" : {
3158
+ "variants" : [ {
3159
+ "hostname" : "cloudcontrolapi.af-south-1.api.aws",
3160
+ "tags" : [ "dualstack" ]
3161
+ } ]
3162
+ },
3163
+ "ap-east-1" : {
3164
+ "variants" : [ {
3165
+ "hostname" : "cloudcontrolapi.ap-east-1.api.aws",
3166
+ "tags" : [ "dualstack" ]
3167
+ } ]
3168
+ },
3169
+ "ap-northeast-1" : {
3170
+ "variants" : [ {
3171
+ "hostname" : "cloudcontrolapi.ap-northeast-1.api.aws",
3172
+ "tags" : [ "dualstack" ]
3173
+ } ]
3174
+ },
3175
+ "ap-northeast-2" : {
3176
+ "variants" : [ {
3177
+ "hostname" : "cloudcontrolapi.ap-northeast-2.api.aws",
3178
+ "tags" : [ "dualstack" ]
3179
+ } ]
3180
+ },
3181
+ "ap-northeast-3" : {
3182
+ "variants" : [ {
3183
+ "hostname" : "cloudcontrolapi.ap-northeast-3.api.aws",
3184
+ "tags" : [ "dualstack" ]
3185
+ } ]
3186
+ },
3187
+ "ap-south-1" : {
3188
+ "variants" : [ {
3189
+ "hostname" : "cloudcontrolapi.ap-south-1.api.aws",
3190
+ "tags" : [ "dualstack" ]
3191
+ } ]
3192
+ },
3193
+ "ap-south-2" : {
3194
+ "variants" : [ {
3195
+ "hostname" : "cloudcontrolapi.ap-south-2.api.aws",
3196
+ "tags" : [ "dualstack" ]
3197
+ } ]
3198
+ },
3199
+ "ap-southeast-1" : {
3200
+ "variants" : [ {
3201
+ "hostname" : "cloudcontrolapi.ap-southeast-1.api.aws",
3202
+ "tags" : [ "dualstack" ]
3203
+ } ]
3204
+ },
3205
+ "ap-southeast-2" : {
3206
+ "variants" : [ {
3207
+ "hostname" : "cloudcontrolapi.ap-southeast-2.api.aws",
3208
+ "tags" : [ "dualstack" ]
3209
+ } ]
3210
+ },
3211
+ "ap-southeast-3" : {
3212
+ "variants" : [ {
3213
+ "hostname" : "cloudcontrolapi.ap-southeast-3.api.aws",
3214
+ "tags" : [ "dualstack" ]
3215
+ } ]
3216
+ },
3217
+ "ap-southeast-4" : {
3218
+ "variants" : [ {
3219
+ "hostname" : "cloudcontrolapi.ap-southeast-4.api.aws",
3220
+ "tags" : [ "dualstack" ]
3221
+ } ]
3222
+ },
3103
3223
  "ca-central-1" : {
3104
3224
  "variants" : [ {
3105
3225
  "hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
3106
3226
  "tags" : [ "fips" ]
3227
+ }, {
3228
+ "hostname" : "cloudcontrolapi-fips.ca-central-1.api.aws",
3229
+ "tags" : [ "dualstack", "fips" ]
3230
+ }, {
3231
+ "hostname" : "cloudcontrolapi.ca-central-1.api.aws",
3232
+ "tags" : [ "dualstack" ]
3107
3233
  } ]
3108
3234
  },
3109
3235
  "ca-west-1" : {
3110
3236
  "variants" : [ {
3111
3237
  "hostname" : "cloudcontrolapi-fips.ca-west-1.amazonaws.com",
3112
3238
  "tags" : [ "fips" ]
3239
+ }, {
3240
+ "hostname" : "cloudcontrolapi-fips.ca-west-1.api.aws",
3241
+ "tags" : [ "dualstack", "fips" ]
3242
+ }, {
3243
+ "hostname" : "cloudcontrolapi.ca-west-1.api.aws",
3244
+ "tags" : [ "dualstack" ]
3245
+ } ]
3246
+ },
3247
+ "eu-central-1" : {
3248
+ "variants" : [ {
3249
+ "hostname" : "cloudcontrolapi.eu-central-1.api.aws",
3250
+ "tags" : [ "dualstack" ]
3251
+ } ]
3252
+ },
3253
+ "eu-central-2" : {
3254
+ "variants" : [ {
3255
+ "hostname" : "cloudcontrolapi.eu-central-2.api.aws",
3256
+ "tags" : [ "dualstack" ]
3257
+ } ]
3258
+ },
3259
+ "eu-north-1" : {
3260
+ "variants" : [ {
3261
+ "hostname" : "cloudcontrolapi.eu-north-1.api.aws",
3262
+ "tags" : [ "dualstack" ]
3263
+ } ]
3264
+ },
3265
+ "eu-south-1" : {
3266
+ "variants" : [ {
3267
+ "hostname" : "cloudcontrolapi.eu-south-1.api.aws",
3268
+ "tags" : [ "dualstack" ]
3269
+ } ]
3270
+ },
3271
+ "eu-south-2" : {
3272
+ "variants" : [ {
3273
+ "hostname" : "cloudcontrolapi.eu-south-2.api.aws",
3274
+ "tags" : [ "dualstack" ]
3275
+ } ]
3276
+ },
3277
+ "eu-west-1" : {
3278
+ "variants" : [ {
3279
+ "hostname" : "cloudcontrolapi.eu-west-1.api.aws",
3280
+ "tags" : [ "dualstack" ]
3281
+ } ]
3282
+ },
3283
+ "eu-west-2" : {
3284
+ "variants" : [ {
3285
+ "hostname" : "cloudcontrolapi.eu-west-2.api.aws",
3286
+ "tags" : [ "dualstack" ]
3287
+ } ]
3288
+ },
3289
+ "eu-west-3" : {
3290
+ "variants" : [ {
3291
+ "hostname" : "cloudcontrolapi.eu-west-3.api.aws",
3292
+ "tags" : [ "dualstack" ]
3113
3293
  } ]
3114
3294
  },
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
3295
  "fips-ca-central-1" : {
3124
3296
  "credentialScope" : {
3125
3297
  "region" : "ca-central-1"
@@ -3162,32 +3334,76 @@
3162
3334
  "deprecated" : true,
3163
3335
  "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
3164
3336
  },
3165
- "il-central-1" : { },
3166
- "me-central-1" : { },
3167
- "me-south-1" : { },
3168
- "sa-east-1" : { },
3337
+ "il-central-1" : {
3338
+ "variants" : [ {
3339
+ "hostname" : "cloudcontrolapi.il-central-1.api.aws",
3340
+ "tags" : [ "dualstack" ]
3341
+ } ]
3342
+ },
3343
+ "me-central-1" : {
3344
+ "variants" : [ {
3345
+ "hostname" : "cloudcontrolapi.me-central-1.api.aws",
3346
+ "tags" : [ "dualstack" ]
3347
+ } ]
3348
+ },
3349
+ "me-south-1" : {
3350
+ "variants" : [ {
3351
+ "hostname" : "cloudcontrolapi.me-south-1.api.aws",
3352
+ "tags" : [ "dualstack" ]
3353
+ } ]
3354
+ },
3355
+ "sa-east-1" : {
3356
+ "variants" : [ {
3357
+ "hostname" : "cloudcontrolapi.sa-east-1.api.aws",
3358
+ "tags" : [ "dualstack" ]
3359
+ } ]
3360
+ },
3169
3361
  "us-east-1" : {
3170
3362
  "variants" : [ {
3171
3363
  "hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com",
3172
3364
  "tags" : [ "fips" ]
3365
+ }, {
3366
+ "hostname" : "cloudcontrolapi-fips.us-east-1.api.aws",
3367
+ "tags" : [ "dualstack", "fips" ]
3368
+ }, {
3369
+ "hostname" : "cloudcontrolapi.us-east-1.api.aws",
3370
+ "tags" : [ "dualstack" ]
3173
3371
  } ]
3174
3372
  },
3175
3373
  "us-east-2" : {
3176
3374
  "variants" : [ {
3177
3375
  "hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com",
3178
3376
  "tags" : [ "fips" ]
3377
+ }, {
3378
+ "hostname" : "cloudcontrolapi-fips.us-east-2.api.aws",
3379
+ "tags" : [ "dualstack", "fips" ]
3380
+ }, {
3381
+ "hostname" : "cloudcontrolapi.us-east-2.api.aws",
3382
+ "tags" : [ "dualstack" ]
3179
3383
  } ]
3180
3384
  },
3181
3385
  "us-west-1" : {
3182
3386
  "variants" : [ {
3183
3387
  "hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com",
3184
3388
  "tags" : [ "fips" ]
3389
+ }, {
3390
+ "hostname" : "cloudcontrolapi-fips.us-west-1.api.aws",
3391
+ "tags" : [ "dualstack", "fips" ]
3392
+ }, {
3393
+ "hostname" : "cloudcontrolapi.us-west-1.api.aws",
3394
+ "tags" : [ "dualstack" ]
3185
3395
  } ]
3186
3396
  },
3187
3397
  "us-west-2" : {
3188
3398
  "variants" : [ {
3189
3399
  "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com",
3190
3400
  "tags" : [ "fips" ]
3401
+ }, {
3402
+ "hostname" : "cloudcontrolapi-fips.us-west-2.api.aws",
3403
+ "tags" : [ "dualstack", "fips" ]
3404
+ }, {
3405
+ "hostname" : "cloudcontrolapi.us-west-2.api.aws",
3406
+ "tags" : [ "dualstack" ]
3191
3407
  } ]
3192
3408
  }
3193
3409
  }
@@ -3913,6 +4129,7 @@
3913
4129
  "cognito-identity" : {
3914
4130
  "endpoints" : {
3915
4131
  "af-south-1" : { },
4132
+ "ap-east-1" : { },
3916
4133
  "ap-northeast-1" : { },
3917
4134
  "ap-northeast-2" : { },
3918
4135
  "ap-northeast-3" : { },
@@ -13514,68 +13731,320 @@
13514
13731
  "deprecated" : true,
13515
13732
  "hostname" : "participant.connect-fips.us-west-2.amazonaws.com"
13516
13733
  },
13517
- "us-east-1" : {
13734
+ "us-east-1" : {
13735
+ "variants" : [ {
13736
+ "hostname" : "participant.connect-fips.us-east-1.amazonaws.com",
13737
+ "tags" : [ "fips" ]
13738
+ } ]
13739
+ },
13740
+ "us-west-2" : {
13741
+ "variants" : [ {
13742
+ "hostname" : "participant.connect-fips.us-west-2.amazonaws.com",
13743
+ "tags" : [ "fips" ]
13744
+ } ]
13745
+ }
13746
+ }
13747
+ },
13748
+ "personalize" : {
13749
+ "endpoints" : {
13750
+ "ap-northeast-1" : { },
13751
+ "ap-northeast-2" : { },
13752
+ "ap-south-1" : { },
13753
+ "ap-southeast-1" : { },
13754
+ "ap-southeast-2" : { },
13755
+ "ca-central-1" : { },
13756
+ "eu-central-1" : { },
13757
+ "eu-west-1" : { },
13758
+ "us-east-1" : { },
13759
+ "us-east-2" : { },
13760
+ "us-west-2" : { }
13761
+ }
13762
+ },
13763
+ "pi" : {
13764
+ "endpoints" : {
13765
+ "af-south-1" : {
13766
+ "protocols" : [ "https" ],
13767
+ "variants" : [ {
13768
+ "hostname" : "pi.af-south-1.api.aws",
13769
+ "tags" : [ "dualstack" ]
13770
+ } ]
13771
+ },
13772
+ "ap-east-1" : {
13773
+ "protocols" : [ "https" ],
13774
+ "variants" : [ {
13775
+ "hostname" : "pi.ap-east-1.api.aws",
13776
+ "tags" : [ "dualstack" ]
13777
+ } ]
13778
+ },
13779
+ "ap-northeast-1" : {
13780
+ "protocols" : [ "https" ],
13781
+ "variants" : [ {
13782
+ "hostname" : "pi.ap-northeast-1.api.aws",
13783
+ "tags" : [ "dualstack" ]
13784
+ } ]
13785
+ },
13786
+ "ap-northeast-2" : {
13787
+ "protocols" : [ "https" ],
13788
+ "variants" : [ {
13789
+ "hostname" : "pi.ap-northeast-2.api.aws",
13790
+ "tags" : [ "dualstack" ]
13791
+ } ]
13792
+ },
13793
+ "ap-northeast-3" : {
13794
+ "protocols" : [ "https" ],
13795
+ "variants" : [ {
13796
+ "hostname" : "pi.ap-northeast-3.api.aws",
13797
+ "tags" : [ "dualstack" ]
13798
+ } ]
13799
+ },
13800
+ "ap-south-1" : {
13801
+ "protocols" : [ "https" ],
13802
+ "variants" : [ {
13803
+ "hostname" : "pi.ap-south-1.api.aws",
13804
+ "tags" : [ "dualstack" ]
13805
+ } ]
13806
+ },
13807
+ "ap-south-2" : {
13808
+ "protocols" : [ "https" ],
13809
+ "variants" : [ {
13810
+ "hostname" : "pi.ap-south-2.api.aws",
13811
+ "tags" : [ "dualstack" ]
13812
+ } ]
13813
+ },
13814
+ "ap-southeast-1" : {
13815
+ "protocols" : [ "https" ],
13816
+ "variants" : [ {
13817
+ "hostname" : "pi.ap-southeast-1.api.aws",
13818
+ "tags" : [ "dualstack" ]
13819
+ } ]
13820
+ },
13821
+ "ap-southeast-2" : {
13822
+ "protocols" : [ "https" ],
13823
+ "variants" : [ {
13824
+ "hostname" : "pi.ap-southeast-2.api.aws",
13825
+ "tags" : [ "dualstack" ]
13826
+ } ]
13827
+ },
13828
+ "ap-southeast-3" : {
13829
+ "protocols" : [ "https" ],
13830
+ "variants" : [ {
13831
+ "hostname" : "pi.ap-southeast-3.api.aws",
13832
+ "tags" : [ "dualstack" ]
13833
+ } ]
13834
+ },
13835
+ "ap-southeast-4" : {
13836
+ "protocols" : [ "https" ],
13837
+ "variants" : [ {
13838
+ "hostname" : "pi.ap-southeast-4.api.aws",
13839
+ "tags" : [ "dualstack" ]
13840
+ } ]
13841
+ },
13842
+ "ca-central-1" : {
13843
+ "protocols" : [ "https" ],
13844
+ "variants" : [ {
13845
+ "hostname" : "pi-fips.ca-central-1.amazonaws.com",
13846
+ "tags" : [ "fips" ]
13847
+ }, {
13848
+ "hostname" : "pi-fips.ca-central-1.api.aws",
13849
+ "tags" : [ "dualstack", "fips" ]
13850
+ }, {
13851
+ "hostname" : "pi.ca-central-1.api.aws",
13852
+ "tags" : [ "dualstack" ]
13853
+ } ]
13854
+ },
13855
+ "ca-west-1" : {
13856
+ "protocols" : [ "https" ],
13857
+ "variants" : [ {
13858
+ "hostname" : "pi-fips.ca-west-1.amazonaws.com",
13859
+ "tags" : [ "fips" ]
13860
+ }, {
13861
+ "hostname" : "pi-fips.ca-west-1.api.aws",
13862
+ "tags" : [ "dualstack", "fips" ]
13863
+ }, {
13864
+ "hostname" : "pi.ca-west-1.api.aws",
13865
+ "tags" : [ "dualstack" ]
13866
+ } ]
13867
+ },
13868
+ "eu-central-1" : {
13869
+ "protocols" : [ "https" ],
13870
+ "variants" : [ {
13871
+ "hostname" : "pi.eu-central-1.api.aws",
13872
+ "tags" : [ "dualstack" ]
13873
+ } ]
13874
+ },
13875
+ "eu-central-2" : {
13876
+ "protocols" : [ "https" ],
13877
+ "variants" : [ {
13878
+ "hostname" : "pi.eu-central-2.api.aws",
13879
+ "tags" : [ "dualstack" ]
13880
+ } ]
13881
+ },
13882
+ "eu-north-1" : {
13883
+ "protocols" : [ "https" ],
13884
+ "variants" : [ {
13885
+ "hostname" : "pi.eu-north-1.api.aws",
13886
+ "tags" : [ "dualstack" ]
13887
+ } ]
13888
+ },
13889
+ "eu-south-1" : {
13890
+ "protocols" : [ "https" ],
13891
+ "variants" : [ {
13892
+ "hostname" : "pi.eu-south-1.api.aws",
13893
+ "tags" : [ "dualstack" ]
13894
+ } ]
13895
+ },
13896
+ "eu-south-2" : {
13897
+ "protocols" : [ "https" ],
13898
+ "variants" : [ {
13899
+ "hostname" : "pi.eu-south-2.api.aws",
13900
+ "tags" : [ "dualstack" ]
13901
+ } ]
13902
+ },
13903
+ "eu-west-1" : {
13904
+ "protocols" : [ "https" ],
13905
+ "variants" : [ {
13906
+ "hostname" : "pi.eu-west-1.api.aws",
13907
+ "tags" : [ "dualstack" ]
13908
+ } ]
13909
+ },
13910
+ "eu-west-2" : {
13911
+ "protocols" : [ "https" ],
13912
+ "variants" : [ {
13913
+ "hostname" : "pi.eu-west-2.api.aws",
13914
+ "tags" : [ "dualstack" ]
13915
+ } ]
13916
+ },
13917
+ "eu-west-3" : {
13918
+ "protocols" : [ "https" ],
13919
+ "variants" : [ {
13920
+ "hostname" : "pi.eu-west-3.api.aws",
13921
+ "tags" : [ "dualstack" ]
13922
+ } ]
13923
+ },
13924
+ "fips-ca-central-1" : {
13925
+ "credentialScope" : {
13926
+ "region" : "ca-central-1"
13927
+ },
13928
+ "deprecated" : true,
13929
+ "hostname" : "pi-fips.ca-central-1.amazonaws.com"
13930
+ },
13931
+ "fips-ca-west-1" : {
13932
+ "credentialScope" : {
13933
+ "region" : "ca-west-1"
13934
+ },
13935
+ "deprecated" : true,
13936
+ "hostname" : "pi-fips.ca-west-1.amazonaws.com"
13937
+ },
13938
+ "fips-us-east-1" : {
13939
+ "credentialScope" : {
13940
+ "region" : "us-east-1"
13941
+ },
13942
+ "deprecated" : true,
13943
+ "hostname" : "pi-fips.us-east-1.amazonaws.com"
13944
+ },
13945
+ "fips-us-east-2" : {
13946
+ "credentialScope" : {
13947
+ "region" : "us-east-2"
13948
+ },
13949
+ "deprecated" : true,
13950
+ "hostname" : "pi-fips.us-east-2.amazonaws.com"
13951
+ },
13952
+ "fips-us-west-1" : {
13953
+ "credentialScope" : {
13954
+ "region" : "us-west-1"
13955
+ },
13956
+ "deprecated" : true,
13957
+ "hostname" : "pi-fips.us-west-1.amazonaws.com"
13958
+ },
13959
+ "fips-us-west-2" : {
13960
+ "credentialScope" : {
13961
+ "region" : "us-west-2"
13962
+ },
13963
+ "deprecated" : true,
13964
+ "hostname" : "pi-fips.us-west-2.amazonaws.com"
13965
+ },
13966
+ "il-central-1" : {
13967
+ "protocols" : [ "https" ],
13968
+ "variants" : [ {
13969
+ "hostname" : "pi.il-central-1.api.aws",
13970
+ "tags" : [ "dualstack" ]
13971
+ } ]
13972
+ },
13973
+ "me-central-1" : {
13974
+ "protocols" : [ "https" ],
13975
+ "variants" : [ {
13976
+ "hostname" : "pi.me-central-1.api.aws",
13977
+ "tags" : [ "dualstack" ]
13978
+ } ]
13979
+ },
13980
+ "me-south-1" : {
13981
+ "protocols" : [ "https" ],
13982
+ "variants" : [ {
13983
+ "hostname" : "pi.me-south-1.api.aws",
13984
+ "tags" : [ "dualstack" ]
13985
+ } ]
13986
+ },
13987
+ "sa-east-1" : {
13988
+ "protocols" : [ "https" ],
13989
+ "variants" : [ {
13990
+ "hostname" : "pi.sa-east-1.api.aws",
13991
+ "tags" : [ "dualstack" ]
13992
+ } ]
13993
+ },
13994
+ "us-east-1" : {
13995
+ "protocols" : [ "https" ],
13996
+ "variants" : [ {
13997
+ "hostname" : "pi-fips.us-east-1.amazonaws.com",
13998
+ "tags" : [ "fips" ]
13999
+ }, {
14000
+ "hostname" : "pi-fips.us-east-1.api.aws",
14001
+ "tags" : [ "dualstack", "fips" ]
14002
+ }, {
14003
+ "hostname" : "pi.us-east-1.api.aws",
14004
+ "tags" : [ "dualstack" ]
14005
+ } ]
14006
+ },
14007
+ "us-east-2" : {
14008
+ "protocols" : [ "https" ],
13518
14009
  "variants" : [ {
13519
- "hostname" : "participant.connect-fips.us-east-1.amazonaws.com",
14010
+ "hostname" : "pi-fips.us-east-2.amazonaws.com",
14011
+ "tags" : [ "fips" ]
14012
+ }, {
14013
+ "hostname" : "pi-fips.us-east-2.api.aws",
14014
+ "tags" : [ "dualstack", "fips" ]
14015
+ }, {
14016
+ "hostname" : "pi.us-east-2.api.aws",
14017
+ "tags" : [ "dualstack" ]
14018
+ } ]
14019
+ },
14020
+ "us-west-1" : {
14021
+ "protocols" : [ "https" ],
14022
+ "variants" : [ {
14023
+ "hostname" : "pi-fips.us-west-1.amazonaws.com",
13520
14024
  "tags" : [ "fips" ]
14025
+ }, {
14026
+ "hostname" : "pi-fips.us-west-1.api.aws",
14027
+ "tags" : [ "dualstack", "fips" ]
14028
+ }, {
14029
+ "hostname" : "pi.us-west-1.api.aws",
14030
+ "tags" : [ "dualstack" ]
13521
14031
  } ]
13522
14032
  },
13523
14033
  "us-west-2" : {
14034
+ "protocols" : [ "https" ],
13524
14035
  "variants" : [ {
13525
- "hostname" : "participant.connect-fips.us-west-2.amazonaws.com",
14036
+ "hostname" : "pi-fips.us-west-2.amazonaws.com",
13526
14037
  "tags" : [ "fips" ]
14038
+ }, {
14039
+ "hostname" : "pi-fips.us-west-2.api.aws",
14040
+ "tags" : [ "dualstack", "fips" ]
14041
+ }, {
14042
+ "hostname" : "pi.us-west-2.api.aws",
14043
+ "tags" : [ "dualstack" ]
13527
14044
  } ]
13528
14045
  }
13529
14046
  }
13530
14047
  },
13531
- "personalize" : {
13532
- "endpoints" : {
13533
- "ap-northeast-1" : { },
13534
- "ap-northeast-2" : { },
13535
- "ap-south-1" : { },
13536
- "ap-southeast-1" : { },
13537
- "ap-southeast-2" : { },
13538
- "ca-central-1" : { },
13539
- "eu-central-1" : { },
13540
- "eu-west-1" : { },
13541
- "us-east-1" : { },
13542
- "us-east-2" : { },
13543
- "us-west-2" : { }
13544
- }
13545
- },
13546
- "pi" : {
13547
- "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" : { }
13577
- }
13578
- },
13579
14048
  "pinpoint" : {
13580
14049
  "defaults" : {
13581
14050
  "credentialScope" : {
@@ -19123,20 +19592,66 @@
19123
19592
  },
19124
19593
  "textract" : {
19125
19594
  "endpoints" : {
19126
- "ap-northeast-2" : { },
19127
- "ap-south-1" : { },
19128
- "ap-southeast-1" : { },
19129
- "ap-southeast-2" : { },
19595
+ "ap-northeast-2" : {
19596
+ "variants" : [ {
19597
+ "hostname" : "textract.ap-northeast-2.api.aws",
19598
+ "tags" : [ "dualstack" ]
19599
+ } ]
19600
+ },
19601
+ "ap-south-1" : {
19602
+ "variants" : [ {
19603
+ "hostname" : "textract.ap-south-1.api.aws",
19604
+ "tags" : [ "dualstack" ]
19605
+ } ]
19606
+ },
19607
+ "ap-southeast-1" : {
19608
+ "variants" : [ {
19609
+ "hostname" : "textract.ap-southeast-1.api.aws",
19610
+ "tags" : [ "dualstack" ]
19611
+ } ]
19612
+ },
19613
+ "ap-southeast-2" : {
19614
+ "variants" : [ {
19615
+ "hostname" : "textract.ap-southeast-2.api.aws",
19616
+ "tags" : [ "dualstack" ]
19617
+ } ]
19618
+ },
19130
19619
  "ca-central-1" : {
19131
19620
  "variants" : [ {
19132
19621
  "hostname" : "textract-fips.ca-central-1.amazonaws.com",
19133
19622
  "tags" : [ "fips" ]
19623
+ }, {
19624
+ "hostname" : "textract-fips.ca-central-1.api.aws",
19625
+ "tags" : [ "dualstack", "fips" ]
19626
+ }, {
19627
+ "hostname" : "textract.ca-central-1.api.aws",
19628
+ "tags" : [ "dualstack" ]
19629
+ } ]
19630
+ },
19631
+ "eu-central-1" : {
19632
+ "variants" : [ {
19633
+ "hostname" : "textract.eu-central-1.api.aws",
19634
+ "tags" : [ "dualstack" ]
19635
+ } ]
19636
+ },
19637
+ "eu-west-1" : {
19638
+ "variants" : [ {
19639
+ "hostname" : "textract.eu-west-1.api.aws",
19640
+ "tags" : [ "dualstack" ]
19641
+ } ]
19642
+ },
19643
+ "eu-west-2" : {
19644
+ "variants" : [ {
19645
+ "hostname" : "textract.eu-west-2.api.aws",
19646
+ "tags" : [ "dualstack" ]
19647
+ } ]
19648
+ },
19649
+ "eu-west-3" : {
19650
+ "variants" : [ {
19651
+ "hostname" : "textract.eu-west-3.api.aws",
19652
+ "tags" : [ "dualstack" ]
19134
19653
  } ]
19135
19654
  },
19136
- "eu-central-1" : { },
19137
- "eu-west-1" : { },
19138
- "eu-west-2" : { },
19139
- "eu-west-3" : { },
19140
19655
  "fips-ca-central-1" : {
19141
19656
  "credentialScope" : {
19142
19657
  "region" : "ca-central-1"
@@ -19176,24 +19691,48 @@
19176
19691
  "variants" : [ {
19177
19692
  "hostname" : "textract-fips.us-east-1.amazonaws.com",
19178
19693
  "tags" : [ "fips" ]
19694
+ }, {
19695
+ "hostname" : "textract-fips.us-east-1.api.aws",
19696
+ "tags" : [ "dualstack", "fips" ]
19697
+ }, {
19698
+ "hostname" : "textract.us-east-1.api.aws",
19699
+ "tags" : [ "dualstack" ]
19179
19700
  } ]
19180
19701
  },
19181
19702
  "us-east-2" : {
19182
19703
  "variants" : [ {
19183
19704
  "hostname" : "textract-fips.us-east-2.amazonaws.com",
19184
19705
  "tags" : [ "fips" ]
19706
+ }, {
19707
+ "hostname" : "textract-fips.us-east-2.api.aws",
19708
+ "tags" : [ "dualstack", "fips" ]
19709
+ }, {
19710
+ "hostname" : "textract.us-east-2.api.aws",
19711
+ "tags" : [ "dualstack" ]
19185
19712
  } ]
19186
19713
  },
19187
19714
  "us-west-1" : {
19188
19715
  "variants" : [ {
19189
19716
  "hostname" : "textract-fips.us-west-1.amazonaws.com",
19190
19717
  "tags" : [ "fips" ]
19718
+ }, {
19719
+ "hostname" : "textract-fips.us-west-1.api.aws",
19720
+ "tags" : [ "dualstack", "fips" ]
19721
+ }, {
19722
+ "hostname" : "textract.us-west-1.api.aws",
19723
+ "tags" : [ "dualstack" ]
19191
19724
  } ]
19192
19725
  },
19193
19726
  "us-west-2" : {
19194
19727
  "variants" : [ {
19195
19728
  "hostname" : "textract-fips.us-west-2.amazonaws.com",
19196
19729
  "tags" : [ "fips" ]
19730
+ }, {
19731
+ "hostname" : "textract-fips.us-west-2.api.aws",
19732
+ "tags" : [ "dualstack", "fips" ]
19733
+ }, {
19734
+ "hostname" : "textract.us-west-2.api.aws",
19735
+ "tags" : [ "dualstack" ]
19197
19736
  } ]
19198
19737
  }
19199
19738
  }
@@ -19547,7 +20086,19 @@
19547
20086
  "deprecated" : true,
19548
20087
  "hostname" : "translate-fips.us-east-2.amazonaws.com"
19549
20088
  },
19550
- "us-west-1" : { },
20089
+ "us-west-1" : {
20090
+ "variants" : [ {
20091
+ "hostname" : "translate-fips.us-west-1.amazonaws.com",
20092
+ "tags" : [ "fips" ]
20093
+ } ]
20094
+ },
20095
+ "us-west-1-fips" : {
20096
+ "credentialScope" : {
20097
+ "region" : "us-west-1"
20098
+ },
20099
+ "deprecated" : true,
20100
+ "hostname" : "translate-fips.us-west-1.amazonaws.com"
20101
+ },
19551
20102
  "us-west-2" : {
19552
20103
  "variants" : [ {
19553
20104
  "hostname" : "translate-fips.us-west-2.amazonaws.com",
@@ -21291,8 +21842,18 @@
21291
21842
  },
21292
21843
  "cloudcontrolapi" : {
21293
21844
  "endpoints" : {
21294
- "cn-north-1" : { },
21295
- "cn-northwest-1" : { }
21845
+ "cn-north-1" : {
21846
+ "variants" : [ {
21847
+ "hostname" : "cloudcontrolapi.cn-north-1.api.amazonwebservices.com.cn",
21848
+ "tags" : [ "dualstack" ]
21849
+ } ]
21850
+ },
21851
+ "cn-northwest-1" : {
21852
+ "variants" : [ {
21853
+ "hostname" : "cloudcontrolapi.cn-northwest-1.api.amazonwebservices.com.cn",
21854
+ "tags" : [ "dualstack" ]
21855
+ } ]
21856
+ }
21296
21857
  }
21297
21858
  },
21298
21859
  "cloudformation" : {
@@ -22021,8 +22582,20 @@
22021
22582
  },
22022
22583
  "pi" : {
22023
22584
  "endpoints" : {
22024
- "cn-north-1" : { },
22025
- "cn-northwest-1" : { }
22585
+ "cn-north-1" : {
22586
+ "protocols" : [ "https" ],
22587
+ "variants" : [ {
22588
+ "hostname" : "pi.cn-north-1.api.amazonwebservices.com.cn",
22589
+ "tags" : [ "dualstack" ]
22590
+ } ]
22591
+ },
22592
+ "cn-northwest-1" : {
22593
+ "protocols" : [ "https" ],
22594
+ "variants" : [ {
22595
+ "hostname" : "pi.cn-northwest-1.api.amazonwebservices.com.cn",
22596
+ "tags" : [ "dualstack" ]
22597
+ } ]
22598
+ }
22026
22599
  }
22027
22600
  },
22028
22601
  "pipes" : {
@@ -23270,12 +23843,24 @@
23270
23843
  "variants" : [ {
23271
23844
  "hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com",
23272
23845
  "tags" : [ "fips" ]
23846
+ }, {
23847
+ "hostname" : "cloudcontrolapi-fips.us-gov-east-1.api.aws",
23848
+ "tags" : [ "dualstack", "fips" ]
23849
+ }, {
23850
+ "hostname" : "cloudcontrolapi.us-gov-east-1.api.aws",
23851
+ "tags" : [ "dualstack" ]
23273
23852
  } ]
23274
23853
  },
23275
23854
  "us-gov-west-1" : {
23276
23855
  "variants" : [ {
23277
23856
  "hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com",
23278
23857
  "tags" : [ "fips" ]
23858
+ }, {
23859
+ "hostname" : "cloudcontrolapi-fips.us-gov-west-1.api.aws",
23860
+ "tags" : [ "dualstack", "fips" ]
23861
+ }, {
23862
+ "hostname" : "cloudcontrolapi.us-gov-west-1.api.aws",
23863
+ "tags" : [ "dualstack" ]
23279
23864
  } ]
23280
23865
  }
23281
23866
  }
@@ -25898,8 +26483,46 @@
25898
26483
  },
25899
26484
  "pi" : {
25900
26485
  "endpoints" : {
25901
- "us-gov-east-1" : { },
25902
- "us-gov-west-1" : { }
26486
+ "fips-us-gov-east-1" : {
26487
+ "credentialScope" : {
26488
+ "region" : "us-gov-east-1"
26489
+ },
26490
+ "deprecated" : true,
26491
+ "hostname" : "pi-fips.us-gov-east-1.amazonaws.com"
26492
+ },
26493
+ "fips-us-gov-west-1" : {
26494
+ "credentialScope" : {
26495
+ "region" : "us-gov-west-1"
26496
+ },
26497
+ "deprecated" : true,
26498
+ "hostname" : "pi-fips.us-gov-west-1.amazonaws.com"
26499
+ },
26500
+ "us-gov-east-1" : {
26501
+ "protocols" : [ "https" ],
26502
+ "variants" : [ {
26503
+ "hostname" : "pi-fips.us-gov-east-1.amazonaws.com",
26504
+ "tags" : [ "fips" ]
26505
+ }, {
26506
+ "hostname" : "pi-fips.us-gov-east-1.api.aws",
26507
+ "tags" : [ "dualstack", "fips" ]
26508
+ }, {
26509
+ "hostname" : "pi.us-gov-east-1.api.aws",
26510
+ "tags" : [ "dualstack" ]
26511
+ } ]
26512
+ },
26513
+ "us-gov-west-1" : {
26514
+ "protocols" : [ "https" ],
26515
+ "variants" : [ {
26516
+ "hostname" : "pi-fips.us-gov-west-1.amazonaws.com",
26517
+ "tags" : [ "fips" ]
26518
+ }, {
26519
+ "hostname" : "pi-fips.us-gov-west-1.api.aws",
26520
+ "tags" : [ "dualstack", "fips" ]
26521
+ }, {
26522
+ "hostname" : "pi.us-gov-west-1.api.aws",
26523
+ "tags" : [ "dualstack" ]
26524
+ } ]
26525
+ }
25903
26526
  }
25904
26527
  },
25905
26528
  "pinpoint" : {
@@ -27318,12 +27941,24 @@
27318
27941
  "variants" : [ {
27319
27942
  "hostname" : "textract-fips.us-gov-east-1.amazonaws.com",
27320
27943
  "tags" : [ "fips" ]
27944
+ }, {
27945
+ "hostname" : "textract-fips.us-gov-east-1.api.aws",
27946
+ "tags" : [ "dualstack", "fips" ]
27947
+ }, {
27948
+ "hostname" : "textract.us-gov-east-1.api.aws",
27949
+ "tags" : [ "dualstack" ]
27321
27950
  } ]
27322
27951
  },
27323
27952
  "us-gov-west-1" : {
27324
27953
  "variants" : [ {
27325
27954
  "hostname" : "textract-fips.us-gov-west-1.amazonaws.com",
27326
27955
  "tags" : [ "fips" ]
27956
+ }, {
27957
+ "hostname" : "textract-fips.us-gov-west-1.api.aws",
27958
+ "tags" : [ "dualstack", "fips" ]
27959
+ }, {
27960
+ "hostname" : "textract.us-gov-west-1.api.aws",
27961
+ "tags" : [ "dualstack" ]
27327
27962
  } ]
27328
27963
  }
27329
27964
  }
@@ -28208,31 +28843,17 @@
28208
28843
  },
28209
28844
  "redshift" : {
28210
28845
  "endpoints" : {
28211
- "fips-us-iso-east-1" : {
28846
+ "us-iso-east-1" : {
28212
28847
  "credentialScope" : {
28213
28848
  "region" : "us-iso-east-1"
28214
28849
  },
28215
- "deprecated" : true,
28216
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
28850
+ "hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
28217
28851
  },
28218
- "fips-us-iso-west-1" : {
28852
+ "us-iso-west-1" : {
28219
28853
  "credentialScope" : {
28220
28854
  "region" : "us-iso-west-1"
28221
28855
  },
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
- } ]
28856
+ "hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
28236
28857
  }
28237
28858
  }
28238
28859
  },
@@ -28896,18 +29517,11 @@
28896
29517
  },
28897
29518
  "redshift" : {
28898
29519
  "endpoints" : {
28899
- "fips-us-isob-east-1" : {
29520
+ "us-isob-east-1" : {
28900
29521
  "credentialScope" : {
28901
29522
  "region" : "us-isob-east-1"
28902
29523
  },
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
- } ]
29524
+ "hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
28911
29525
  }
28912
29526
  }
28913
29527
  },
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.955.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-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: