aws-partitions 1.529.0 → 1.533.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57de69ed4a2636a4d6e8106983b4207d9ccebcb656d4276d6d29d236879e3152
4
- data.tar.gz: a38abaa6df0e1e3e7c951f359ed43c3ab8a64c9c6393691b68d40128dba22991
3
+ metadata.gz: 449f3be91d0c0323cd7659372bafd1a35e5a45b85f3bacee96aa0f5926a080a4
4
+ data.tar.gz: dcefdec0d3947193d21f12ba188274b3fe64c73ff40411135930ceb91bbd5a99
5
5
  SHA512:
6
- metadata.gz: f3dbfd558fe2279aa41c3764f850f72049f222f043af88844239810f541bff5f398fdf956bb5e84b830f92dce7b44cacb22c1f61e08ac2189c6241bb468c7452
7
- data.tar.gz: 1944c511ebfc53009748714941baec1bb4d90235a368da800620604c6dc1d53cc8854c28f8cef485ac201247dcceedf4568cc3a0c1e9f037be13706934f519fb
6
+ metadata.gz: f46fdaf2afef6ae2a56f692c1f50cfdf3c7670463f09eae6586ae6140d5204bde1f16b455000808196b14334043ec6588a7223807363d783c46c50e478c51135
7
+ data.tar.gz: bd50ab9f60149fccaf6c8be3c42c048ef16e18813c937b5da109272db9b37ec2b5f63522e9d30f65eb5bec02a590ebb8b795e66e09eaf24a25f883ff01575082
data/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.533.0 (2021-11-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.532.0 (2021-11-17)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Drs`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::AppConfigData`.
15
+
16
+ 1.531.0 (2021-11-16)
17
+ ------------------
18
+
19
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
20
+
21
+ 1.530.0 (2021-11-15)
22
+ ------------------
23
+
24
+ * Feature - Added support for enumerating regions for `Aws::MigrationHubStrategyRecommendations`.
25
+
4
26
  1.529.0 (2021-11-12)
5
27
  ------------------
6
28
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.529.0
1
+ 1.533.0
@@ -235,6 +235,7 @@ module Aws
235
235
  'ApiGatewayManagementApi' => 'execute-api',
236
236
  'ApiGatewayV2' => 'apigateway',
237
237
  'AppConfig' => 'appconfig',
238
+ 'AppConfigData' => 'appconfigdata',
238
239
  'AppIntegrationsService' => 'app-integrations',
239
240
  'AppMesh' => 'appmesh',
240
241
  'AppRegistry' => 'servicecatalog-appregistry',
@@ -307,6 +308,7 @@ module Aws
307
308
  'DirectConnect' => 'directconnect',
308
309
  'DirectoryService' => 'ds',
309
310
  'DocDB' => 'rds',
311
+ 'Drs' => 'drs',
310
312
  'DynamoDB' => 'dynamodb',
311
313
  'DynamoDBStreams' => 'streams.dynamodb',
312
314
  'EBS' => 'ebs',
@@ -415,6 +417,7 @@ module Aws
415
417
  'Mgn' => 'mgn',
416
418
  'MigrationHub' => 'mgh',
417
419
  'MigrationHubConfig' => 'migrationhub-config',
420
+ 'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
418
421
  'Mobile' => 'mobile',
419
422
  'Neptune' => 'rds',
420
423
  'NetworkFirewall' => 'network-firewall',
data/partitions.json CHANGED
@@ -969,6 +969,31 @@
969
969
  "us-west-2" : { }
970
970
  }
971
971
  },
972
+ "appconfigdata" : {
973
+ "endpoints" : {
974
+ "af-south-1" : { },
975
+ "ap-east-1" : { },
976
+ "ap-northeast-1" : { },
977
+ "ap-northeast-2" : { },
978
+ "ap-northeast-3" : { },
979
+ "ap-south-1" : { },
980
+ "ap-southeast-1" : { },
981
+ "ap-southeast-2" : { },
982
+ "ca-central-1" : { },
983
+ "eu-central-1" : { },
984
+ "eu-north-1" : { },
985
+ "eu-south-1" : { },
986
+ "eu-west-1" : { },
987
+ "eu-west-2" : { },
988
+ "eu-west-3" : { },
989
+ "me-south-1" : { },
990
+ "sa-east-1" : { },
991
+ "us-east-1" : { },
992
+ "us-east-2" : { },
993
+ "us-west-1" : { },
994
+ "us-west-2" : { }
995
+ }
996
+ },
972
997
  "appflow" : {
973
998
  "endpoints" : {
974
999
  "af-south-1" : { },
@@ -3233,6 +3258,19 @@
3233
3258
  }
3234
3259
  }
3235
3260
  },
3261
+ "drs" : {
3262
+ "endpoints" : {
3263
+ "ap-northeast-1" : { },
3264
+ "ap-southeast-1" : { },
3265
+ "ap-southeast-2" : { },
3266
+ "eu-central-1" : { },
3267
+ "eu-west-1" : { },
3268
+ "eu-west-2" : { },
3269
+ "us-east-1" : { },
3270
+ "us-east-2" : { },
3271
+ "us-west-2" : { }
3272
+ }
3273
+ },
3236
3274
  "ds" : {
3237
3275
  "endpoints" : {
3238
3276
  "af-south-1" : { },
@@ -6489,6 +6527,13 @@
6489
6527
  "deprecated" : true,
6490
6528
  "hostname" : "kms-fips.ap-southeast-2.amazonaws.com"
6491
6529
  },
6530
+ "ap-southeast-3-fips" : {
6531
+ "credentialScope" : {
6532
+ "region" : "ap-southeast-3"
6533
+ },
6534
+ "deprecated" : true,
6535
+ "hostname" : "kms-fips.ap-southeast-3.amazonaws.com"
6536
+ },
6492
6537
  "ca-central-1" : {
6493
6538
  "variants" : [ {
6494
6539
  "hostname" : "kms-fips.ca-central-1.amazonaws.com",
@@ -7377,6 +7422,7 @@
7377
7422
  },
7378
7423
  "mgn" : {
7379
7424
  "endpoints" : {
7425
+ "af-south-1" : { },
7380
7426
  "ap-east-1" : { },
7381
7427
  "ap-northeast-1" : { },
7382
7428
  "ap-northeast-2" : { },
@@ -7387,8 +7433,11 @@
7387
7433
  "ca-central-1" : { },
7388
7434
  "eu-central-1" : { },
7389
7435
  "eu-north-1" : { },
7436
+ "eu-south-1" : { },
7390
7437
  "eu-west-1" : { },
7391
7438
  "eu-west-2" : { },
7439
+ "eu-west-3" : { },
7440
+ "me-south-1" : { },
7392
7441
  "sa-east-1" : { },
7393
7442
  "us-east-1" : { },
7394
7443
  "us-east-2" : { },
@@ -7396,6 +7445,17 @@
7396
7445
  "us-west-2" : { }
7397
7446
  }
7398
7447
  },
7448
+ "migrationhub-strategy" : {
7449
+ "endpoints" : {
7450
+ "ap-northeast-1" : { },
7451
+ "ap-southeast-2" : { },
7452
+ "eu-central-1" : { },
7453
+ "eu-west-1" : { },
7454
+ "eu-west-2" : { },
7455
+ "us-east-1" : { },
7456
+ "us-west-2" : { }
7457
+ }
7458
+ },
7399
7459
  "mobileanalytics" : {
7400
7460
  "endpoints" : {
7401
7461
  "us-east-1" : { }
@@ -11042,20 +11102,18 @@
11042
11102
  "protocols" : [ "http", "https" ]
11043
11103
  },
11044
11104
  "endpoints" : {
11105
+ "af-south-1" : { },
11106
+ "ap-east-1" : { },
11045
11107
  "ap-northeast-1" : { },
11046
11108
  "ap-northeast-2" : { },
11109
+ "ap-northeast-3" : { },
11047
11110
  "ap-south-1" : { },
11048
11111
  "ap-southeast-1" : { },
11049
11112
  "ap-southeast-2" : { },
11050
11113
  "ca-central-1" : { },
11051
- "ca-central-1-fips" : {
11052
- "credentialScope" : {
11053
- "region" : "ca-central-1"
11054
- },
11055
- "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
11056
- },
11057
11114
  "eu-central-1" : { },
11058
11115
  "eu-north-1" : { },
11116
+ "eu-south-1" : { },
11059
11117
  "eu-west-1" : { },
11060
11118
  "eu-west-2" : { },
11061
11119
  "eu-west-3" : { },
@@ -11069,33 +11127,9 @@
11069
11127
  "me-south-1" : { },
11070
11128
  "sa-east-1" : { },
11071
11129
  "us-east-1" : { },
11072
- "us-east-1-fips" : {
11073
- "credentialScope" : {
11074
- "region" : "us-east-1"
11075
- },
11076
- "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
11077
- },
11078
11130
  "us-east-2" : { },
11079
- "us-east-2-fips" : {
11080
- "credentialScope" : {
11081
- "region" : "us-east-2"
11082
- },
11083
- "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
11084
- },
11085
11131
  "us-west-1" : { },
11086
- "us-west-1-fips" : {
11087
- "credentialScope" : {
11088
- "region" : "us-west-1"
11089
- },
11090
- "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
11091
- },
11092
- "us-west-2" : { },
11093
- "us-west-2-fips" : {
11094
- "credentialScope" : {
11095
- "region" : "us-west-2"
11096
- },
11097
- "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
11098
- }
11132
+ "us-west-2" : { }
11099
11133
  }
11100
11134
  },
11101
11135
  "sts" : {
@@ -12344,6 +12378,12 @@
12344
12378
  "cn-northwest-1" : { }
12345
12379
  }
12346
12380
  },
12381
+ "appconfigdata" : {
12382
+ "endpoints" : {
12383
+ "cn-north-1" : { },
12384
+ "cn-northwest-1" : { }
12385
+ }
12386
+ },
12347
12387
  "application-autoscaling" : {
12348
12388
  "defaults" : {
12349
12389
  "protocols" : [ "http", "https" ]
@@ -13514,6 +13554,12 @@
13514
13554
  "us-gov-west-1" : { }
13515
13555
  }
13516
13556
  },
13557
+ "appconfigdata" : {
13558
+ "endpoints" : {
13559
+ "us-gov-east-1" : { },
13560
+ "us-gov-west-1" : { }
13561
+ }
13562
+ },
13517
13563
  "application-autoscaling" : {
13518
13564
  "defaults" : {
13519
13565
  "protocols" : [ "http", "https" ]
@@ -16229,22 +16275,38 @@
16229
16275
  "defaults" : {
16230
16276
  "credentialScope" : {
16231
16277
  "service" : "dynamodb"
16232
- }
16278
+ },
16279
+ "variants" : [ {
16280
+ "hostname" : "streams.dynamodb.{region}.{dnsSuffix}",
16281
+ "tags" : [ "fips" ]
16282
+ } ]
16233
16283
  },
16234
16284
  "endpoints" : {
16235
- "us-gov-east-1" : { },
16285
+ "us-gov-east-1" : {
16286
+ "variants" : [ {
16287
+ "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com",
16288
+ "tags" : [ "fips" ]
16289
+ } ]
16290
+ },
16236
16291
  "us-gov-east-1-fips" : {
16237
16292
  "credentialScope" : {
16238
16293
  "region" : "us-gov-east-1"
16239
16294
  },
16240
- "hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
16295
+ "deprecated" : true,
16296
+ "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com"
16297
+ },
16298
+ "us-gov-west-1" : {
16299
+ "variants" : [ {
16300
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com",
16301
+ "tags" : [ "fips" ]
16302
+ } ]
16241
16303
  },
16242
- "us-gov-west-1" : { },
16243
16304
  "us-gov-west-1-fips" : {
16244
16305
  "credentialScope" : {
16245
16306
  "region" : "us-gov-west-1"
16246
16307
  },
16247
- "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
16308
+ "deprecated" : true,
16309
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
16248
16310
  }
16249
16311
  }
16250
16312
  },
@@ -16970,13 +17032,10 @@
16970
17032
  "defaults" : {
16971
17033
  "credentialScope" : {
16972
17034
  "service" : "dynamodb"
16973
- },
16974
- "protocols" : [ "http", "https" ]
17035
+ }
16975
17036
  },
16976
17037
  "endpoints" : {
16977
- "us-iso-east-1" : {
16978
- "protocols" : [ "http", "https" ]
16979
- }
17038
+ "us-iso-east-1" : { }
16980
17039
  }
16981
17040
  },
16982
17041
  "sts" : {
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.529.0
4
+ version: 1.533.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: 2021-11-12 00:00:00.000000000 Z
11
+ date: 2021-11-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: