aws-sdk-core 2.11.545 → 2.11.550

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  3. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  4. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  5. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  6. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  7. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  8. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  9. data/apis/connect/2017-08-08/api-2.json +145 -0
  10. data/apis/ec2/2016-11-15/api-2.json +25 -5
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/fms/2018-01-01/api-2.json +515 -1
  14. data/apis/frauddetector/2019-11-15/api-2.json +882 -175
  15. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  16. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  17. data/apis/ivs/2020-07-14/api-2.json +809 -0
  18. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  19. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  20. data/apis/macie2/2020-01-01/api-2.json +7 -1
  21. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  22. data/apis/medialive/2017-10-14/api-2.json +136 -51
  23. data/apis/quicksight/2018-04-01/api-2.json +625 -3
  24. data/apis/quicksight/2018-04-01/paginators-1.json +5 -0
  25. data/apis/rds/2014-10-31/api-2.json +5 -2
  26. data/endpoints.json +38 -13
  27. data/lib/aws-sdk-core.rb +1 -0
  28. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  29. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  30. data/lib/aws-sdk-core/ivs.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +5 -1
  33. metadata +12 -2
@@ -25,6 +25,11 @@
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
27
  },
28
+ "ListNamespaces": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
28
33
  "ListTemplateAliases": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
@@ -3593,7 +3593,9 @@
3593
3593
  "SupportsReadReplica":{"shape":"Boolean"},
3594
3594
  "SupportedEngineModes":{"shape":"EngineModeList"},
3595
3595
  "SupportedFeatureNames":{"shape":"FeatureNameList"},
3596
- "Status":{"shape":"String"}
3596
+ "Status":{"shape":"String"},
3597
+ "SupportsParallelQuery":{"shape":"Boolean"},
3598
+ "SupportsGlobalDatabases":{"shape":"Boolean"}
3597
3599
  }
3598
3600
  },
3599
3601
  "DBEngineVersionList":{
@@ -6413,7 +6415,8 @@
6413
6415
  "SupportedEngineModes":{"shape":"EngineModeList"},
6414
6416
  "SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
6415
6417
  "SupportsKerberosAuthentication":{"shape":"BooleanOptional"},
6416
- "OutpostCapable":{"shape":"Boolean"}
6418
+ "OutpostCapable":{"shape":"Boolean"},
6419
+ "SupportsGlobalDatabases":{"shape":"Boolean"}
6417
6420
  },
6418
6421
  "wrapper":true
6419
6422
  },
@@ -554,6 +554,7 @@
554
554
  "endpoints" : {
555
555
  "ap-northeast-1" : { },
556
556
  "ap-northeast-2" : { },
557
+ "ap-south-1" : { },
557
558
  "ap-southeast-1" : { },
558
559
  "ap-southeast-2" : { },
559
560
  "eu-central-1" : { },
@@ -2400,6 +2401,7 @@
2400
2401
  },
2401
2402
  "firehose" : {
2402
2403
  "endpoints" : {
2404
+ "af-south-1" : { },
2403
2405
  "ap-east-1" : { },
2404
2406
  "ap-northeast-1" : { },
2405
2407
  "ap-northeast-2" : { },
@@ -2409,6 +2411,7 @@
2409
2411
  "ca-central-1" : { },
2410
2412
  "eu-central-1" : { },
2411
2413
  "eu-north-1" : { },
2414
+ "eu-south-1" : { },
2412
2415
  "eu-west-1" : { },
2413
2416
  "eu-west-2" : { },
2414
2417
  "eu-west-3" : { },
@@ -2449,6 +2452,7 @@
2449
2452
  "protocols" : [ "https" ]
2450
2453
  },
2451
2454
  "endpoints" : {
2455
+ "ap-east-1" : { },
2452
2456
  "ap-northeast-1" : { },
2453
2457
  "ap-northeast-2" : { },
2454
2458
  "ap-south-1" : { },
@@ -2550,6 +2554,7 @@
2550
2554
  },
2551
2555
  "hostname" : "fms-fips.us-west-2.amazonaws.com"
2552
2556
  },
2557
+ "me-south-1" : { },
2553
2558
  "sa-east-1" : { },
2554
2559
  "us-east-1" : { },
2555
2560
  "us-east-2" : { },
@@ -2916,6 +2921,7 @@
2916
2921
  "iotanalytics" : {
2917
2922
  "endpoints" : {
2918
2923
  "ap-northeast-1" : { },
2924
+ "ap-southeast-2" : { },
2919
2925
  "eu-central-1" : { },
2920
2926
  "eu-west-1" : { },
2921
2927
  "us-east-1" : { },
@@ -3612,19 +3618,7 @@
3612
3618
  "eu-west-1" : { },
3613
3619
  "eu-west-2" : { },
3614
3620
  "us-east-1" : { },
3615
- "us-east-1-fips" : {
3616
- "credentialScope" : {
3617
- "region" : "us-east-1"
3618
- },
3619
- "hostname" : "models-fips.lex.us-east-1.amazonaws.com"
3620
- },
3621
- "us-west-2" : { },
3622
- "us-west-2-fips" : {
3623
- "credentialScope" : {
3624
- "region" : "us-west-2"
3625
- },
3626
- "hostname" : "models-fips.lex.us-west-2.amazonaws.com"
3627
- }
3621
+ "us-west-2" : { }
3628
3622
  }
3629
3623
  },
3630
3624
  "monitoring" : {
@@ -3819,6 +3813,12 @@
3819
3813
  },
3820
3814
  "hostname" : "rds.us-east-2.amazonaws.com"
3821
3815
  },
3816
+ "us-west-1" : {
3817
+ "credentialScope" : {
3818
+ "region" : "us-west-1"
3819
+ },
3820
+ "hostname" : "rds.us-west-1.amazonaws.com"
3821
+ },
3822
3822
  "us-west-2" : {
3823
3823
  "credentialScope" : {
3824
3824
  "region" : "us-west-2"
@@ -3947,6 +3947,7 @@
3947
3947
  "ca-central-1" : { },
3948
3948
  "eu-central-1" : { },
3949
3949
  "eu-north-1" : { },
3950
+ "eu-south-1" : { },
3950
3951
  "eu-west-1" : { },
3951
3952
  "eu-west-2" : { },
3952
3953
  "eu-west-3" : { },
@@ -4408,6 +4409,7 @@
4408
4409
  "protocols" : [ "https" ]
4409
4410
  },
4410
4411
  "endpoints" : {
4412
+ "af-south-1" : { },
4411
4413
  "ap-east-1" : { },
4412
4414
  "ap-northeast-1" : { },
4413
4415
  "ap-northeast-2" : { },
@@ -4417,6 +4419,7 @@
4417
4419
  "ca-central-1" : { },
4418
4420
  "eu-central-1" : { },
4419
4421
  "eu-north-1" : { },
4422
+ "eu-south-1" : { },
4420
4423
  "eu-west-1" : { },
4421
4424
  "eu-west-2" : { },
4422
4425
  "eu-west-3" : { },
@@ -6172,6 +6175,18 @@
6172
6175
  "isRegionalized" : false,
6173
6176
  "partitionEndpoint" : "aws-cn-global"
6174
6177
  },
6178
+ "ce" : {
6179
+ "endpoints" : {
6180
+ "aws-cn-global" : {
6181
+ "credentialScope" : {
6182
+ "region" : "cn-northwest-1"
6183
+ },
6184
+ "hostname" : "ce.cn-northwest-1.amazonaws.com.cn"
6185
+ }
6186
+ },
6187
+ "isRegionalized" : false,
6188
+ "partitionEndpoint" : "aws-cn-global"
6189
+ },
6175
6190
  "cloudformation" : {
6176
6191
  "endpoints" : {
6177
6192
  "cn-north-1" : { },
@@ -6226,6 +6241,11 @@
6226
6241
  "cn-northwest-1" : { }
6227
6242
  }
6228
6243
  },
6244
+ "cur" : {
6245
+ "endpoints" : {
6246
+ "cn-northwest-1" : { }
6247
+ }
6248
+ },
6229
6249
  "data.iot" : {
6230
6250
  "defaults" : {
6231
6251
  "credentialScope" : {
@@ -8494,6 +8514,11 @@
8494
8514
  "us-iso-east-1" : { }
8495
8515
  }
8496
8516
  },
8517
+ "transcribestreaming" : {
8518
+ "endpoints" : {
8519
+ "us-iso-east-1" : { }
8520
+ }
8521
+ },
8497
8522
  "workspaces" : {
8498
8523
  "endpoints" : {
8499
8524
  "us-iso-east-1" : { }
@@ -124,6 +124,7 @@ module Aws
124
124
  Health
125
125
  Honeycode
126
126
  IAM
127
+ IVS
127
128
  Imagebuilder
128
129
  ImportExport
129
130
  Inspector
@@ -1,9 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2019-03-26/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2019-03-26/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2019-03-26/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2019-03-26/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2019-03-26/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2020-05-31/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2020-05-31/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2020-05-31/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2020-05-31/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2020-05-31/waiters-2.json",
7
7
  })
8
8
 
9
9
  module Aws
@@ -3,4 +3,5 @@ Aws.add_service(:ElasticBeanstalk, {
3
3
  docs: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/waiters-2.json",
6
7
  })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:IVS, {
2
+ api: "#{Aws::API_DIR}/ivs/2020-07-14/api-2.json",
3
+ docs: "#{Aws::API_DIR}/ivs/2020-07-14/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ivs/2020-07-14/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/ivs/2020-07-14/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.545'
2
+ VERSION = '2.11.550'
3
3
  end
@@ -104,7 +104,7 @@
104
104
  "endpoint": "cloudformation"
105
105
  },
106
106
  "CloudFront": {
107
- "models": "cloudfront/2019-03-26",
107
+ "models": "cloudfront/2020-05-31",
108
108
  "endpoint": "cloudfront"
109
109
  },
110
110
  "CloudHSM": {
@@ -402,6 +402,10 @@
402
402
  "models": "iam/2010-05-08",
403
403
  "endpoint": "iam"
404
404
  },
405
+ "IVS": {
406
+ "models": "ivs/2020-07-14",
407
+ "endpoint": "ivs"
408
+ },
405
409
  "Imagebuilder": {
406
410
  "models": "imagebuilder/2019-12-02",
407
411
  "endpoint": "imagebuilder"
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.545
4
+ version: 2.11.550
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-07-09 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -192,6 +192,11 @@ files:
192
192
  - apis/cloudfront/2019-03-26/paginators-1.json
193
193
  - apis/cloudfront/2019-03-26/smoke.json
194
194
  - apis/cloudfront/2019-03-26/waiters-2.json
195
+ - apis/cloudfront/2020-05-31/api-2.json
196
+ - apis/cloudfront/2020-05-31/examples-1.json
197
+ - apis/cloudfront/2020-05-31/paginators-1.json
198
+ - apis/cloudfront/2020-05-31/smoke.json
199
+ - apis/cloudfront/2020-05-31/waiters-2.json
195
200
  - apis/cloudhsm/2014-05-30/api-2.json
196
201
  - apis/cloudhsm/2014-05-30/examples-1.json
197
202
  - apis/cloudhsm/2014-05-30/paginators-1.json
@@ -382,6 +387,7 @@ files:
382
387
  - apis/elasticbeanstalk/2010-12-01/examples-1.json
383
388
  - apis/elasticbeanstalk/2010-12-01/paginators-1.json
384
389
  - apis/elasticbeanstalk/2010-12-01/smoke.json
390
+ - apis/elasticbeanstalk/2010-12-01/waiters-2.json
385
391
  - apis/elasticfilesystem/2015-02-01/api-2.json
386
392
  - apis/elasticfilesystem/2015-02-01/examples-1.json
387
393
  - apis/elasticfilesystem/2015-02-01/paginators-1.json
@@ -525,6 +531,9 @@ files:
525
531
  - apis/iotthingsgraph/2018-09-06/api-2.json
526
532
  - apis/iotthingsgraph/2018-09-06/examples-1.json
527
533
  - apis/iotthingsgraph/2018-09-06/paginators-1.json
534
+ - apis/ivs/2020-07-14/api-2.json
535
+ - apis/ivs/2020-07-14/examples-1.json
536
+ - apis/ivs/2020-07-14/paginators-1.json
528
537
  - apis/kafka/2018-11-14/api-2.json
529
538
  - apis/kafka/2018-11-14/paginators-1.json
530
539
  - apis/kendra/2019-02-03/api-2.json
@@ -1069,6 +1078,7 @@ files:
1069
1078
  - lib/aws-sdk-core/iotsecuretunneling.rb
1070
1079
  - lib/aws-sdk-core/iotsitewise.rb
1071
1080
  - lib/aws-sdk-core/iotthingsgraph.rb
1081
+ - lib/aws-sdk-core/ivs.rb
1072
1082
  - lib/aws-sdk-core/json.rb
1073
1083
  - lib/aws-sdk-core/json/builder.rb
1074
1084
  - lib/aws-sdk-core/json/error_handler.rb