aws-partitions 1.530.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: 72361153dc51b832d630910f6d7811889d645bafec4f3590aa56b308733194bb
4
- data.tar.gz: e880677fda34f514c3181e91c9973405521c8ed4e5b4f14514153ea2b07a4164
3
+ metadata.gz: 449f3be91d0c0323cd7659372bafd1a35e5a45b85f3bacee96aa0f5926a080a4
4
+ data.tar.gz: dcefdec0d3947193d21f12ba188274b3fe64c73ff40411135930ceb91bbd5a99
5
5
  SHA512:
6
- metadata.gz: da4a4c7c81f0267f63baf2e0ceafb7943f21dd492f9ad1f96ca34ce308154d719406eb8255a2daba4be0ed4a720a00dafc3d5affea79203a673d93e232f39b68
7
- data.tar.gz: 827898c7876b21567ff08c2c0844c818a9c9df3c3ab51a941b51e583cd990761d867c68d218167bd401def391308f0085e3963e56555e9822d61a0e6e5a107b2
6
+ metadata.gz: f46fdaf2afef6ae2a56f692c1f50cfdf3c7670463f09eae6586ae6140d5204bde1f16b455000808196b14334043ec6588a7223807363d783c46c50e478c51135
7
+ data.tar.gz: bd50ab9f60149fccaf6c8be3c42c048ef16e18813c937b5da109272db9b37ec2b5f63522e9d30f65eb5bec02a590ebb8b795e66e09eaf24a25f883ff01575082
data/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
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
+
4
21
  1.530.0 (2021-11-15)
5
22
  ------------------
6
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.530.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',
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" : { },
@@ -11053,20 +11102,18 @@
11053
11102
  "protocols" : [ "http", "https" ]
11054
11103
  },
11055
11104
  "endpoints" : {
11105
+ "af-south-1" : { },
11106
+ "ap-east-1" : { },
11056
11107
  "ap-northeast-1" : { },
11057
11108
  "ap-northeast-2" : { },
11109
+ "ap-northeast-3" : { },
11058
11110
  "ap-south-1" : { },
11059
11111
  "ap-southeast-1" : { },
11060
11112
  "ap-southeast-2" : { },
11061
11113
  "ca-central-1" : { },
11062
- "ca-central-1-fips" : {
11063
- "credentialScope" : {
11064
- "region" : "ca-central-1"
11065
- },
11066
- "hostname" : "dynamodb-fips.ca-central-1.amazonaws.com"
11067
- },
11068
11114
  "eu-central-1" : { },
11069
11115
  "eu-north-1" : { },
11116
+ "eu-south-1" : { },
11070
11117
  "eu-west-1" : { },
11071
11118
  "eu-west-2" : { },
11072
11119
  "eu-west-3" : { },
@@ -11080,33 +11127,9 @@
11080
11127
  "me-south-1" : { },
11081
11128
  "sa-east-1" : { },
11082
11129
  "us-east-1" : { },
11083
- "us-east-1-fips" : {
11084
- "credentialScope" : {
11085
- "region" : "us-east-1"
11086
- },
11087
- "hostname" : "dynamodb-fips.us-east-1.amazonaws.com"
11088
- },
11089
11130
  "us-east-2" : { },
11090
- "us-east-2-fips" : {
11091
- "credentialScope" : {
11092
- "region" : "us-east-2"
11093
- },
11094
- "hostname" : "dynamodb-fips.us-east-2.amazonaws.com"
11095
- },
11096
11131
  "us-west-1" : { },
11097
- "us-west-1-fips" : {
11098
- "credentialScope" : {
11099
- "region" : "us-west-1"
11100
- },
11101
- "hostname" : "dynamodb-fips.us-west-1.amazonaws.com"
11102
- },
11103
- "us-west-2" : { },
11104
- "us-west-2-fips" : {
11105
- "credentialScope" : {
11106
- "region" : "us-west-2"
11107
- },
11108
- "hostname" : "dynamodb-fips.us-west-2.amazonaws.com"
11109
- }
11132
+ "us-west-2" : { }
11110
11133
  }
11111
11134
  },
11112
11135
  "sts" : {
@@ -12355,6 +12378,12 @@
12355
12378
  "cn-northwest-1" : { }
12356
12379
  }
12357
12380
  },
12381
+ "appconfigdata" : {
12382
+ "endpoints" : {
12383
+ "cn-north-1" : { },
12384
+ "cn-northwest-1" : { }
12385
+ }
12386
+ },
12358
12387
  "application-autoscaling" : {
12359
12388
  "defaults" : {
12360
12389
  "protocols" : [ "http", "https" ]
@@ -13525,6 +13554,12 @@
13525
13554
  "us-gov-west-1" : { }
13526
13555
  }
13527
13556
  },
13557
+ "appconfigdata" : {
13558
+ "endpoints" : {
13559
+ "us-gov-east-1" : { },
13560
+ "us-gov-west-1" : { }
13561
+ }
13562
+ },
13528
13563
  "application-autoscaling" : {
13529
13564
  "defaults" : {
13530
13565
  "protocols" : [ "http", "https" ]
@@ -16240,22 +16275,38 @@
16240
16275
  "defaults" : {
16241
16276
  "credentialScope" : {
16242
16277
  "service" : "dynamodb"
16243
- }
16278
+ },
16279
+ "variants" : [ {
16280
+ "hostname" : "streams.dynamodb.{region}.{dnsSuffix}",
16281
+ "tags" : [ "fips" ]
16282
+ } ]
16244
16283
  },
16245
16284
  "endpoints" : {
16246
- "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
+ },
16247
16291
  "us-gov-east-1-fips" : {
16248
16292
  "credentialScope" : {
16249
16293
  "region" : "us-gov-east-1"
16250
16294
  },
16251
- "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
+ } ]
16252
16303
  },
16253
- "us-gov-west-1" : { },
16254
16304
  "us-gov-west-1-fips" : {
16255
16305
  "credentialScope" : {
16256
16306
  "region" : "us-gov-west-1"
16257
16307
  },
16258
- "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
16308
+ "deprecated" : true,
16309
+ "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
16259
16310
  }
16260
16311
  }
16261
16312
  },
@@ -16981,13 +17032,10 @@
16981
17032
  "defaults" : {
16982
17033
  "credentialScope" : {
16983
17034
  "service" : "dynamodb"
16984
- },
16985
- "protocols" : [ "http", "https" ]
17035
+ }
16986
17036
  },
16987
17037
  "endpoints" : {
16988
- "us-iso-east-1" : {
16989
- "protocols" : [ "http", "https" ]
16990
- }
17038
+ "us-iso-east-1" : { }
16991
17039
  }
16992
17040
  },
16993
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.530.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-15 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: