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
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "pagination": {
3
+ "ListChannels": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "channels"
8
+ },
9
+ "ListStreamKeys": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "streamKeys"
14
+ },
15
+ "ListStreams": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "streams"
20
+ },
21
+ "ListTagsForResource": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults"
25
+ }
26
+ }
27
+ }
@@ -3313,6 +3313,10 @@
3313
3313
  "FindingsFilterListItem": {
3314
3314
  "type": "structure",
3315
3315
  "members": {
3316
+ "action": {
3317
+ "shape": "FindingsFilterAction",
3318
+ "locationName": "action"
3319
+ },
3316
3320
  "arn": {
3317
3321
  "shape": "__string",
3318
3322
  "locationName": "arn"
@@ -4414,7 +4418,9 @@
4414
4418
  "Removed",
4415
4419
  "Resigned",
4416
4420
  "EmailVerificationInProgress",
4417
- "EmailVerificationFailed"
4421
+ "EmailVerificationFailed",
4422
+ "RegionDisabled",
4423
+ "AccountSuspended"
4418
4424
  ]
4419
4425
  },
4420
4426
  "ReplicationDetails": {
@@ -1,3 +1,58 @@
1
1
  {
2
- "pagination" : { }
3
- }
2
+ "pagination": {
3
+ "DescribeBuckets": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "buckets"
8
+ },
9
+ "GetUsageStatistics": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "records"
14
+ },
15
+ "ListClassificationJobs": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "items"
20
+ },
21
+ "ListCustomDataIdentifiers": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "items"
26
+ },
27
+ "ListFindings": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "findingIds"
32
+ },
33
+ "ListFindingsFilters": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "findingsFilterListItems"
38
+ },
39
+ "ListInvitations": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "invitations"
44
+ },
45
+ "ListMembers": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "members"
50
+ },
51
+ "ListOrganizationAdminAccounts": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "adminAccounts"
56
+ }
57
+ }
58
+ }
@@ -675,6 +675,43 @@
675
675
  }
676
676
  ]
677
677
  },
678
+ "DescribeInputDeviceThumbnail": {
679
+ "name": "DescribeInputDeviceThumbnail",
680
+ "http": {
681
+ "method": "GET",
682
+ "requestUri": "/prod/inputDevices/{inputDeviceId}/thumbnailData",
683
+ "responseCode": 200
684
+ },
685
+ "input": {
686
+ "shape": "DescribeInputDeviceThumbnailRequest"
687
+ },
688
+ "output": {
689
+ "shape": "DescribeInputDeviceThumbnailResponse"
690
+ },
691
+ "errors": [
692
+ {
693
+ "shape": "BadRequestException"
694
+ },
695
+ {
696
+ "shape": "InternalServerErrorException"
697
+ },
698
+ {
699
+ "shape": "ForbiddenException"
700
+ },
701
+ {
702
+ "shape": "BadGatewayException"
703
+ },
704
+ {
705
+ "shape": "NotFoundException"
706
+ },
707
+ {
708
+ "shape": "GatewayTimeoutException"
709
+ },
710
+ {
711
+ "shape": "TooManyRequestsException"
712
+ }
713
+ ]
714
+ },
678
715
  "DescribeInputSecurityGroup": {
679
716
  "name": "DescribeInputSecurityGroup",
680
717
  "http": {
@@ -1952,13 +1989,11 @@
1952
1989
  },
1953
1990
  "AribDestinationSettings": {
1954
1991
  "type": "structure",
1955
- "members": {
1956
- }
1992
+ "members": {}
1957
1993
  },
1958
1994
  "AribSourceSettings": {
1959
1995
  "type": "structure",
1960
- "members": {
1961
- }
1996
+ "members": {}
1962
1997
  },
1963
1998
  "AudioChannelMapping": {
1964
1999
  "type": "structure",
@@ -2026,7 +2061,7 @@
2026
2061
  "locationName": "codecSettings"
2027
2062
  },
2028
2063
  "LanguageCode": {
2029
- "shape": "__stringMin3Max3",
2064
+ "shape": "__stringMin1Max35",
2030
2065
  "locationName": "languageCode"
2031
2066
  },
2032
2067
  "LanguageCodeControl": {
@@ -2906,8 +2941,7 @@
2906
2941
  },
2907
2942
  "ColorSpacePassthroughSettings": {
2908
2943
  "type": "structure",
2909
- "members": {
2910
- }
2944
+ "members": {}
2911
2945
  },
2912
2946
  "ConflictException": {
2913
2947
  "type": "structure",
@@ -3453,8 +3487,7 @@
3453
3487
  },
3454
3488
  "DeleteInputResponse": {
3455
3489
  "type": "structure",
3456
- "members": {
3457
- }
3490
+ "members": {}
3458
3491
  },
3459
3492
  "DeleteInputSecurityGroupRequest": {
3460
3493
  "type": "structure",
@@ -3471,8 +3504,7 @@
3471
3504
  },
3472
3505
  "DeleteInputSecurityGroupResponse": {
3473
3506
  "type": "structure",
3474
- "members": {
3475
- }
3507
+ "members": {}
3476
3508
  },
3477
3509
  "DeleteMultiplexProgramRequest": {
3478
3510
  "type": "structure",
@@ -3677,8 +3709,7 @@
3677
3709
  },
3678
3710
  "DeleteScheduleResponse": {
3679
3711
  "type": "structure",
3680
- "members": {
3681
- }
3712
+ "members": {}
3682
3713
  },
3683
3714
  "DeleteTagsRequest": {
3684
3715
  "type": "structure",
@@ -3835,6 +3866,55 @@
3835
3866
  }
3836
3867
  }
3837
3868
  },
3869
+ "DescribeInputDeviceThumbnailRequest": {
3870
+ "type": "structure",
3871
+ "members": {
3872
+ "InputDeviceId": {
3873
+ "shape": "__string",
3874
+ "location": "uri",
3875
+ "locationName": "inputDeviceId"
3876
+ },
3877
+ "Accept": {
3878
+ "shape": "AcceptHeader",
3879
+ "location": "header",
3880
+ "locationName": "accept"
3881
+ }
3882
+ },
3883
+ "required": [
3884
+ "InputDeviceId",
3885
+ "Accept"
3886
+ ]
3887
+ },
3888
+ "DescribeInputDeviceThumbnailResponse": {
3889
+ "type": "structure",
3890
+ "members": {
3891
+ "Body": {
3892
+ "shape": "InputDeviceThumbnail",
3893
+ "locationName": "body"
3894
+ },
3895
+ "ContentType": {
3896
+ "shape": "ContentType",
3897
+ "location": "header",
3898
+ "locationName": "Content-Type"
3899
+ },
3900
+ "ContentLength": {
3901
+ "shape": "__long",
3902
+ "location": "header",
3903
+ "locationName": "Content-Length"
3904
+ },
3905
+ "ETag": {
3906
+ "shape": "__string",
3907
+ "location": "header",
3908
+ "locationName": "ETag"
3909
+ },
3910
+ "LastModified": {
3911
+ "shape": "__timestamp",
3912
+ "location": "header",
3913
+ "locationName": "Last-Modified"
3914
+ }
3915
+ },
3916
+ "payload": "Body"
3917
+ },
3838
3918
  "DescribeInputRequest": {
3839
3919
  "type": "structure",
3840
3920
  "members": {
@@ -4651,13 +4731,11 @@
4651
4731
  },
4652
4732
  "EmbeddedDestinationSettings": {
4653
4733
  "type": "structure",
4654
- "members": {
4655
- }
4734
+ "members": {}
4656
4735
  },
4657
4736
  "EmbeddedPlusScte20DestinationSettings": {
4658
4737
  "type": "structure",
4659
- "members": {
4660
- }
4738
+ "members": {}
4661
4739
  },
4662
4740
  "EmbeddedScte20Detection": {
4663
4741
  "type": "string",
@@ -4689,8 +4767,7 @@
4689
4767
  },
4690
4768
  "Empty": {
4691
4769
  "type": "structure",
4692
- "members": {
4693
- }
4770
+ "members": {}
4694
4771
  },
4695
4772
  "EncoderSettings": {
4696
4773
  "type": "structure",
@@ -5273,7 +5350,7 @@
5273
5350
  "locationName": "parDenominator"
5274
5351
  },
5275
5352
  "ParNumerator": {
5276
- "shape": "__integer",
5353
+ "shape": "__integerMin1",
5277
5354
  "locationName": "parNumerator"
5278
5355
  },
5279
5356
  "Profile": {
@@ -6179,8 +6256,7 @@
6179
6256
  },
6180
6257
  "ImmediateModeScheduleActionStartSettings": {
6181
6258
  "type": "structure",
6182
- "members": {
6183
- }
6259
+ "members": {}
6184
6260
  },
6185
6261
  "Input": {
6186
6262
  "type": "structure",
@@ -6741,10 +6817,7 @@
6741
6817
  "shape": "__listOf__string",
6742
6818
  "locationName": "urlPath"
6743
6819
  }
6744
- },
6745
- "required": [
6746
- "InputAttachmentNameReference"
6747
- ]
6820
+ }
6748
6821
  },
6749
6822
  "InputResolution": {
6750
6823
  "type": "string",
@@ -7990,8 +8063,7 @@
7990
8063
  },
7991
8064
  "MediaPackageOutputSettings": {
7992
8065
  "type": "structure",
7993
- "members": {
7994
- }
8066
+ "members": {}
7995
8067
  },
7996
8068
  "Mp2CodingMode": {
7997
8069
  "type": "string",
@@ -8181,8 +8253,7 @@
8181
8253
  },
8182
8254
  "MultiplexGroupSettings": {
8183
8255
  "type": "structure",
8184
- "members": {
8185
- }
8256
+ "members": {}
8186
8257
  },
8187
8258
  "MultiplexMediaConnectOutputDestinationSettings": {
8188
8259
  "type": "structure",
@@ -8764,8 +8835,7 @@
8764
8835
  },
8765
8836
  "PassThroughSettings": {
8766
8837
  "type": "structure",
8767
- "members": {
8768
- }
8838
+ "members": {}
8769
8839
  },
8770
8840
  "PauseStateScheduleActionSettings": {
8771
8841
  "type": "structure",
@@ -8904,13 +8974,11 @@
8904
8974
  },
8905
8975
  "Rec601Settings": {
8906
8976
  "type": "structure",
8907
- "members": {
8908
- }
8977
+ "members": {}
8909
8978
  },
8910
8979
  "Rec709Settings": {
8911
8980
  "type": "structure",
8912
- "members": {
8913
- }
8981
+ "members": {}
8914
8982
  },
8915
8983
  "RemixSettings": {
8916
8984
  "type": "structure",
@@ -9147,8 +9215,7 @@
9147
9215
  },
9148
9216
  "RtmpCaptionInfoDestinationSettings": {
9149
9217
  "type": "structure",
9150
- "members": {
9151
- }
9218
+ "members": {}
9152
9219
  },
9153
9220
  "RtmpGroupSettings": {
9154
9221
  "type": "structure",
@@ -9296,8 +9363,7 @@
9296
9363
  },
9297
9364
  "ScheduleDeleteResultModel": {
9298
9365
  "type": "structure",
9299
- "members": {
9300
- }
9366
+ "members": {}
9301
9367
  },
9302
9368
  "ScheduleDescribeResultModel": {
9303
9369
  "type": "structure",
@@ -9324,8 +9390,7 @@
9324
9390
  },
9325
9391
  "Scte20PlusEmbeddedDestinationSettings": {
9326
9392
  "type": "structure",
9327
- "members": {
9328
- }
9393
+ "members": {}
9329
9394
  },
9330
9395
  "Scte20SourceSettings": {
9331
9396
  "type": "structure",
@@ -9342,8 +9407,7 @@
9342
9407
  },
9343
9408
  "Scte27DestinationSettings": {
9344
9409
  "type": "structure",
9345
- "members": {
9346
- }
9410
+ "members": {}
9347
9411
  },
9348
9412
  "Scte27SourceSettings": {
9349
9413
  "type": "structure",
@@ -9664,8 +9728,7 @@
9664
9728
  },
9665
9729
  "SmpteTtDestinationSettings": {
9666
9730
  "type": "structure",
9667
- "members": {
9668
- }
9731
+ "members": {}
9669
9732
  },
9670
9733
  "StandardHlsSettings": {
9671
9734
  "type": "structure",
@@ -10074,8 +10137,7 @@
10074
10137
  },
10075
10138
  "TeletextDestinationSettings": {
10076
10139
  "type": "structure",
10077
- "members": {
10078
- }
10140
+ "members": {}
10079
10141
  },
10080
10142
  "TeletextSourceSettings": {
10081
10143
  "type": "structure",
@@ -10899,8 +10961,23 @@
10899
10961
  },
10900
10962
  "WebvttDestinationSettings": {
10901
10963
  "type": "structure",
10902
- "members": {
10903
- }
10964
+ "members": {}
10965
+ },
10966
+ "AcceptHeader": {
10967
+ "type": "string",
10968
+ "enum": [
10969
+ "image/jpeg"
10970
+ ]
10971
+ },
10972
+ "ContentType": {
10973
+ "type": "string",
10974
+ "enum": [
10975
+ "image/jpeg"
10976
+ ]
10977
+ },
10978
+ "InputDeviceThumbnail": {
10979
+ "type": "blob",
10980
+ "streaming": true
10904
10981
  },
10905
10982
  "__boolean": {
10906
10983
  "type": "boolean"
@@ -11456,6 +11533,11 @@
11456
11533
  "min": 1,
11457
11534
  "max": 256
11458
11535
  },
11536
+ "__stringMin1Max35": {
11537
+ "type": "string",
11538
+ "min": 1,
11539
+ "max": 35
11540
+ },
11459
11541
  "__stringMin32Max32": {
11460
11542
  "type": "string",
11461
11543
  "min": 32,
@@ -11483,6 +11565,9 @@
11483
11565
  "__timestampUnix": {
11484
11566
  "type": "timestamp",
11485
11567
  "timestampFormat": "unixTimestamp"
11568
+ },
11569
+ "__timestamp": {
11570
+ "type": "timestamp"
11486
11571
  }
11487
11572
  }
11488
- }
11573
+ }