aws-sdk-core 2.11.537 → 2.11.538

Sign up to get free protection for your applications and to get access to all the features.
@@ -249,6 +249,12 @@
249
249
  "output_token": "NextToken",
250
250
  "result_key": "LocalGateways"
251
251
  },
252
+ "DescribeManagedPrefixLists": {
253
+ "input_token": "NextToken",
254
+ "limit_key": "MaxResults",
255
+ "output_token": "NextToken",
256
+ "result_key": "PrefixLists"
257
+ },
252
258
  "DescribeMovingAddresses": {
253
259
  "input_token": "NextToken",
254
260
  "limit_key": "MaxResults",
@@ -518,6 +524,18 @@
518
524
  "output_token": "NextToken",
519
525
  "result_key": "Ipv6CidrAssociations"
520
526
  },
527
+ "GetManagedPrefixListAssociations": {
528
+ "input_token": "NextToken",
529
+ "limit_key": "MaxResults",
530
+ "output_token": "NextToken",
531
+ "result_key": "PrefixListAssociations"
532
+ },
533
+ "GetManagedPrefixListEntries": {
534
+ "input_token": "NextToken",
535
+ "limit_key": "MaxResults",
536
+ "output_token": "NextToken",
537
+ "result_key": "Entries"
538
+ },
521
539
  "GetTransitGatewayAttachmentPropagations": {
522
540
  "input_token": "NextToken",
523
541
  "limit_key": "MaxResults",
@@ -3555,6 +3555,7 @@
3555
3555
  }
3556
3556
  },
3557
3557
  "endpoints" : {
3558
+ "ap-northeast-1" : { },
3558
3559
  "ap-southeast-1" : { },
3559
3560
  "ap-southeast-2" : { },
3560
3561
  "eu-central-1" : { },
@@ -3874,9 +3875,11 @@
3874
3875
  },
3875
3876
  "outposts" : {
3876
3877
  "endpoints" : {
3878
+ "af-south-1" : { },
3877
3879
  "ap-east-1" : { },
3878
3880
  "ap-northeast-1" : { },
3879
3881
  "ap-northeast-2" : { },
3882
+ "ap-south-1" : { },
3880
3883
  "ap-southeast-1" : { },
3881
3884
  "ap-southeast-2" : { },
3882
3885
  "ca-central-1" : { },
@@ -3916,6 +3919,7 @@
3916
3919
  "hostname" : "outposts-fips.us-west-2.amazonaws.com"
3917
3920
  },
3918
3921
  "me-south-1" : { },
3922
+ "sa-east-1" : { },
3919
3923
  "us-east-1" : { },
3920
3924
  "us-east-2" : { },
3921
3925
  "us-west-1" : { },
@@ -4343,6 +4347,7 @@
4343
4347
  }
4344
4348
  },
4345
4349
  "endpoints" : {
4350
+ "ap-northeast-1" : { },
4346
4351
  "ap-southeast-1" : { },
4347
4352
  "ap-southeast-2" : { },
4348
4353
  "eu-central-1" : { },
@@ -7032,6 +7037,16 @@
7032
7037
  "us-gov-west-1" : { }
7033
7038
  }
7034
7039
  },
7040
+ "docdb" : {
7041
+ "endpoints" : {
7042
+ "us-gov-west-1" : {
7043
+ "credentialScope" : {
7044
+ "region" : "us-gov-west-1"
7045
+ },
7046
+ "hostname" : "rds.us-gov-west-1.amazonaws.com"
7047
+ }
7048
+ }
7049
+ },
7035
7050
  "ds" : {
7036
7051
  "endpoints" : {
7037
7052
  "fips-us-gov-east-1" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.537'
2
+ VERSION = '2.11.538'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.537
4
+ version: 2.11.538
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-06-26 00:00:00.000000000 Z
11
+ date: 2020-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath