aws-partitions 1.396.0 → 1.401.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: 6b820cc9dd2d131715cd38620339d74ef634c85b4dd83cc65dcb985653c975fa
4
- data.tar.gz: 15aae093a09e48639edffeff3216565cedfc9d2a24f90fdb82ee862779491e73
3
+ metadata.gz: a0b04d0dd35f84c8b4e366e35ec7aa3e965e62a102f903f53b97844c36061baa
4
+ data.tar.gz: b2b689f8211698f1cae8496269dab77063ad12a48b5a0b3008dfab50118ecccd
5
5
  SHA512:
6
- metadata.gz: dfff41e9058109dc2a47796fe6ed1164d459d51de352bb6cef6b4a4c7aaa675700a465588680041e1e57bc4001c3d83a2c26b04576bc621154f2ccf6111d96e3
7
- data.tar.gz: f40e7f231998a77f072afaecc11baf6186720babd561fffa940cbc156055b1e82b08a3603ed3dec361e180d649309a4bdb1e2630f9a8bc3ae5bd5aecd4116607
6
+ metadata.gz: 463b25cf370e62fa2427cd8338e504e5cab7f27017fea9e04581d3af55cca9da3e03141e2a69110bc24e89cf913b88c7be0fbc7fd0afe4328ac45e94479eab0b
7
+ data.tar.gz: 782b79e8fc4c7d3fc780fed6e428e6a89d24b9ace69d2f16baa8abff4f14715fa68413ec12acc96ea7dbfdc48198c16c4d0012ec59df4ea59090f3d781e57abf
@@ -229,9 +229,11 @@ module Aws
229
229
  'AccessAnalyzer' => 'access-analyzer',
230
230
  'AlexaForBusiness' => 'a4b',
231
231
  'Amplify' => 'amplify',
232
+ 'AmplifyBackend' => 'amplifybackend',
232
233
  'ApiGatewayManagementApi' => 'execute-api',
233
234
  'ApiGatewayV2' => 'apigateway',
234
235
  'AppConfig' => 'appconfig',
236
+ 'AppIntegrationsService' => 'app-integrations',
235
237
  'AppMesh' => 'appmesh',
236
238
  'AppRegistry' => 'servicecatalog-appregistry',
237
239
  'AppStream' => 'appstream2',
@@ -278,6 +280,7 @@ module Aws
278
280
  'ComputeOptimizer' => 'compute-optimizer',
279
281
  'ConfigService' => 'config',
280
282
  'Connect' => 'connect',
283
+ 'ConnectContactLens' => 'contact-lens',
281
284
  'ConnectParticipant' => 'participant.connect',
282
285
  'CostExplorer' => 'ce',
283
286
  'CostandUsageReportService' => 'cur',
@@ -288,6 +291,7 @@ module Aws
288
291
  'DataSync' => 'datasync',
289
292
  'DatabaseMigrationService' => 'dms',
290
293
  'Detective' => 'api.detective',
294
+ 'DevOpsGuru' => 'devops-guru',
291
295
  'DeviceFarm' => 'devicefarm',
292
296
  'DirectConnect' => 'directconnect',
293
297
  'DirectoryService' => 'ds',
@@ -298,6 +302,7 @@ module Aws
298
302
  'EC2' => 'ec2',
299
303
  'EC2InstanceConnect' => 'ec2-instance-connect',
300
304
  'ECR' => 'api.ecr',
305
+ 'ECRPublic' => 'api.ecr-public',
301
306
  'ECS' => 'ecs',
302
307
  'EFS' => 'elasticfilesystem',
303
308
  'EKS' => 'eks',
@@ -359,8 +364,10 @@ module Aws
359
364
  'LexModelBuildingService' => 'models.lex',
360
365
  'LicenseManager' => 'license-manager',
361
366
  'Lightsail' => 'lightsail',
367
+ 'LookoutforVision' => 'lookoutvision',
362
368
  'MQ' => 'mq',
363
369
  'MTurk' => 'mturk-requester',
370
+ 'MWAA' => 'airflow',
364
371
  'MachineLearning' => 'machinelearning',
365
372
  'Macie' => 'macie',
366
373
  'Macie2' => 'macie2',
@@ -396,6 +403,7 @@ module Aws
396
403
  'PinpointSMSVoice' => 'sms-voice.pinpoint',
397
404
  'Polly' => 'polly',
398
405
  'Pricing' => 'api.pricing',
406
+ 'Profile' => 'profile',
399
407
  'QLDB' => 'qldb',
400
408
  'QLDBSession' => 'session.qldb',
401
409
  'QuickSight' => 'quicksight',
@@ -426,6 +434,7 @@ module Aws
426
434
  'STS' => 'sts',
427
435
  'SWF' => 'swf',
428
436
  'SageMaker' => 'api.sagemaker',
437
+ 'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
429
438
  'SageMakerRuntime' => 'runtime.sagemaker',
430
439
  'SavingsPlans' => 'savingsplans',
431
440
  'Schemas' => 'schemas',
@@ -242,6 +242,19 @@
242
242
  "us-west-2" : { }
243
243
  }
244
244
  },
245
+ "airflow" : {
246
+ "endpoints" : {
247
+ "ap-northeast-1" : { },
248
+ "ap-southeast-1" : { },
249
+ "ap-southeast-2" : { },
250
+ "eu-central-1" : { },
251
+ "eu-north-1" : { },
252
+ "eu-west-1" : { },
253
+ "us-east-1" : { },
254
+ "us-east-2" : { },
255
+ "us-west-2" : { }
256
+ }
257
+ },
245
258
  "api.detective" : {
246
259
  "defaults" : {
247
260
  "protocols" : [ "https" ]
@@ -849,8 +862,7 @@
849
862
  },
850
863
  "chime" : {
851
864
  "defaults" : {
852
- "protocols" : [ "https" ],
853
- "sslCommonName" : "service.chime.aws.amazon.com"
865
+ "protocols" : [ "https" ]
854
866
  },
855
867
  "endpoints" : {
856
868
  "aws-global" : {
@@ -1322,8 +1334,10 @@
1322
1334
  },
1323
1335
  "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
1324
1336
  },
1337
+ "sa-east-1" : { },
1325
1338
  "us-east-1" : { },
1326
1339
  "us-east-2" : { },
1340
+ "us-west-1" : { },
1327
1341
  "us-west-2" : { }
1328
1342
  }
1329
1343
  },
@@ -1358,8 +1372,10 @@
1358
1372
  },
1359
1373
  "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
1360
1374
  },
1375
+ "sa-east-1" : { },
1361
1376
  "us-east-1" : { },
1362
1377
  "us-east-2" : { },
1378
+ "us-west-1" : { },
1363
1379
  "us-west-2" : { }
1364
1380
  }
1365
1381
  },
@@ -1503,6 +1519,13 @@
1503
1519
  "us-west-2" : { }
1504
1520
  }
1505
1521
  },
1522
+ "contact-lens" : {
1523
+ "endpoints" : {
1524
+ "ap-southeast-2" : { },
1525
+ "us-east-1" : { },
1526
+ "us-west-2" : { }
1527
+ }
1528
+ },
1506
1529
  "cur" : {
1507
1530
  "endpoints" : {
1508
1531
  "us-east-1" : { }
@@ -1800,6 +1823,12 @@
1800
1823
  },
1801
1824
  "hostname" : "rds.eu-west-3.amazonaws.com"
1802
1825
  },
1826
+ "sa-east-1" : {
1827
+ "credentialScope" : {
1828
+ "region" : "sa-east-1"
1829
+ },
1830
+ "hostname" : "rds.sa-east-1.amazonaws.com"
1831
+ },
1803
1832
  "us-east-1" : {
1804
1833
  "credentialScope" : {
1805
1834
  "region" : "us-east-1"
@@ -3624,6 +3653,17 @@
3624
3653
  "us-west-2" : { }
3625
3654
  }
3626
3655
  },
3656
+ "lookoutvision" : {
3657
+ "endpoints" : {
3658
+ "ap-northeast-1" : { },
3659
+ "ap-northeast-2" : { },
3660
+ "eu-central-1" : { },
3661
+ "eu-west-1" : { },
3662
+ "us-east-1" : { },
3663
+ "us-east-2" : { },
3664
+ "us-west-2" : { }
3665
+ }
3666
+ },
3627
3667
  "machinelearning" : {
3628
3668
  "endpoints" : {
3629
3669
  "eu-west-1" : { },
@@ -5456,6 +5496,7 @@
5456
5496
  },
5457
5497
  "snowball" : {
5458
5498
  "endpoints" : {
5499
+ "af-south-1" : { },
5459
5500
  "ap-east-1" : { },
5460
5501
  "ap-northeast-1" : { },
5461
5502
  "ap-northeast-2" : { },
@@ -6061,11 +6102,14 @@
6061
6102
  },
6062
6103
  "transcribestreaming" : {
6063
6104
  "endpoints" : {
6105
+ "ap-northeast-1" : { },
6106
+ "ap-northeast-2" : { },
6064
6107
  "ap-southeast-2" : { },
6065
6108
  "ca-central-1" : { },
6066
6109
  "eu-central-1" : { },
6067
6110
  "eu-west-1" : { },
6068
6111
  "eu-west-2" : { },
6112
+ "sa-east-1" : { },
6069
6113
  "us-east-1" : { },
6070
6114
  "us-east-2" : { },
6071
6115
  "us-west-2" : { }
@@ -6730,6 +6774,16 @@
6730
6774
  "cn-northwest-1" : { }
6731
6775
  }
6732
6776
  },
6777
+ "docdb" : {
6778
+ "endpoints" : {
6779
+ "cn-northwest-1" : {
6780
+ "credentialScope" : {
6781
+ "region" : "cn-northwest-1"
6782
+ },
6783
+ "hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
6784
+ }
6785
+ }
6786
+ },
6733
6787
  "ds" : {
6734
6788
  "endpoints" : {
6735
6789
  "cn-north-1" : { },
@@ -7014,12 +7068,6 @@
7014
7068
  "region" : "cn-northwest-1"
7015
7069
  },
7016
7070
  "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
7017
- },
7018
- "fips-aws-cn-global" : {
7019
- "credentialScope" : {
7020
- "region" : "cn-northwest-1"
7021
- },
7022
- "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
7023
7071
  }
7024
7072
  },
7025
7073
  "isRegionalized" : false,
@@ -7030,6 +7078,12 @@
7030
7078
  "cn-northwest-1" : { }
7031
7079
  }
7032
7080
  },
7081
+ "ram" : {
7082
+ "endpoints" : {
7083
+ "cn-north-1" : { },
7084
+ "cn-northwest-1" : { }
7085
+ }
7086
+ },
7033
7087
  "rds" : {
7034
7088
  "endpoints" : {
7035
7089
  "cn-north-1" : { },
@@ -8017,12 +8071,24 @@
8017
8071
  "protocols" : [ "https" ]
8018
8072
  },
8019
8073
  "endpoints" : {
8074
+ "dataplane-us-gov-east-1" : {
8075
+ "credentialScope" : {
8076
+ "region" : "us-gov-east-1"
8077
+ },
8078
+ "hostname" : "greengrass-ats.iot.us-gov-east-1.amazonaws.com"
8079
+ },
8020
8080
  "dataplane-us-gov-west-1" : {
8021
8081
  "credentialScope" : {
8022
8082
  "region" : "us-gov-west-1"
8023
8083
  },
8024
8084
  "hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com"
8025
8085
  },
8086
+ "fips-us-gov-east-1" : {
8087
+ "credentialScope" : {
8088
+ "region" : "us-gov-east-1"
8089
+ },
8090
+ "hostname" : "greengrass-fips.us-gov-east-1.amazonaws.com"
8091
+ },
8026
8092
  "us-gov-east-1" : { },
8027
8093
  "us-gov-west-1" : {
8028
8094
  "credentialScope" : {
@@ -9239,6 +9305,11 @@
9239
9305
  "us-isob-east-1" : { }
9240
9306
  }
9241
9307
  },
9308
+ "codedeploy" : {
9309
+ "endpoints" : {
9310
+ "us-isob-east-1" : { }
9311
+ }
9312
+ },
9242
9313
  "config" : {
9243
9314
  "endpoints" : {
9244
9315
  "us-isob-east-1" : { }
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.396.0
4
+ version: 1.401.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: 2020-11-19 00:00:00.000000000 Z
11
+ date: 2020-12-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: