aws-sdk-core 2.11.444 → 2.11.445
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +36 -3
- data/apis/mediatailor/2018-04-23/api-2.json +16 -3
- data/apis/securityhub/2018-10-26/api-2.json +50 -1
- data/apis/securityhub/2018-10-26/paginators-1.json +25 -0
- data/apis/shield/2016-06-02/api-2.json +76 -1
- data/lib/aws-sdk-core/client.rb +10 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fbfcbaf156deee45618c13ef62fb7bb7ee208ff
|
4
|
+
data.tar.gz: 9b03e8af8eaf6f7c11505e865e3fa5ba286d8e39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b97085fd33b5c7fe4ba4e40aa02207d0a670e6d6f4d8af5114132ba8eddf943033a2156d3312e2089d4056ec942cd1ebf3a800500fc939a28c53a20805308c32
|
7
|
+
data.tar.gz: 46b14a61228d6b0876be63f3f0880a63bde4461a98ae89ddb971d17bbaf276dda8d5e0945bd82980e7f496b7a53ad920a8dce15bae4272f287703dbf0fcc750a
|
@@ -7632,7 +7632,8 @@
|
|
7632
7632
|
"TagSpecifications":{
|
7633
7633
|
"shape":"TagSpecificationList",
|
7634
7634
|
"locationName":"TagSpecification"
|
7635
|
-
}
|
7635
|
+
},
|
7636
|
+
"MultiAttachEnabled":{"shape":"Boolean"}
|
7636
7637
|
}
|
7637
7638
|
},
|
7638
7639
|
"CreateVpcEndpointConnectionNotificationRequest":{
|
@@ -12074,7 +12075,7 @@
|
|
12074
12075
|
],
|
12075
12076
|
"members":{
|
12076
12077
|
"Attribute":{"shape":"VolumeAttributeName"},
|
12077
|
-
"VolumeId":{"shape":"
|
12078
|
+
"VolumeId":{"shape":"VolumeId"},
|
12078
12079
|
"DryRun":{
|
12079
12080
|
"shape":"Boolean",
|
12080
12081
|
"locationName":"dryRun"
|
@@ -28101,6 +28102,10 @@
|
|
28101
28102
|
"FastRestored":{
|
28102
28103
|
"shape":"Boolean",
|
28103
28104
|
"locationName":"fastRestored"
|
28105
|
+
},
|
28106
|
+
"MultiAttachEnabled":{
|
28107
|
+
"shape":"Boolean",
|
28108
|
+
"locationName":"multiAttachEnabled"
|
28104
28109
|
}
|
28105
28110
|
}
|
28106
28111
|
},
|
@@ -28171,7 +28176,7 @@
|
|
28171
28176
|
"VolumeIdStringList":{
|
28172
28177
|
"type":"list",
|
28173
28178
|
"member":{
|
28174
|
-
"shape":"
|
28179
|
+
"shape":"VolumeId",
|
28175
28180
|
"locationName":"VolumeId"
|
28176
28181
|
}
|
28177
28182
|
},
|
@@ -28290,6 +28295,26 @@
|
|
28290
28295
|
"locationName":"item"
|
28291
28296
|
}
|
28292
28297
|
},
|
28298
|
+
"VolumeStatusAttachmentStatus":{
|
28299
|
+
"type":"structure",
|
28300
|
+
"members":{
|
28301
|
+
"IoPerformance":{
|
28302
|
+
"shape":"String",
|
28303
|
+
"locationName":"ioPerformance"
|
28304
|
+
},
|
28305
|
+
"InstanceId":{
|
28306
|
+
"shape":"String",
|
28307
|
+
"locationName":"instanceId"
|
28308
|
+
}
|
28309
|
+
}
|
28310
|
+
},
|
28311
|
+
"VolumeStatusAttachmentStatusList":{
|
28312
|
+
"type":"list",
|
28313
|
+
"member":{
|
28314
|
+
"shape":"VolumeStatusAttachmentStatus",
|
28315
|
+
"locationName":"item"
|
28316
|
+
}
|
28317
|
+
},
|
28293
28318
|
"VolumeStatusDetails":{
|
28294
28319
|
"type":"structure",
|
28295
28320
|
"members":{
|
@@ -28332,6 +28357,10 @@
|
|
28332
28357
|
"NotBefore":{
|
28333
28358
|
"shape":"MillisecondDateTime",
|
28334
28359
|
"locationName":"notBefore"
|
28360
|
+
},
|
28361
|
+
"InstanceId":{
|
28362
|
+
"shape":"String",
|
28363
|
+
"locationName":"instanceId"
|
28335
28364
|
}
|
28336
28365
|
}
|
28337
28366
|
},
|
@@ -28389,6 +28418,10 @@
|
|
28389
28418
|
"VolumeStatus":{
|
28390
28419
|
"shape":"VolumeStatusInfo",
|
28391
28420
|
"locationName":"volumeStatus"
|
28421
|
+
},
|
28422
|
+
"AttachmentStatuses":{
|
28423
|
+
"shape":"VolumeStatusAttachmentStatusList",
|
28424
|
+
"locationName":"attachmentStatuses"
|
28392
28425
|
}
|
28393
28426
|
}
|
28394
28427
|
},
|
@@ -210,7 +210,10 @@
|
|
210
210
|
},
|
211
211
|
"CdnConfiguration": {
|
212
212
|
"shape": "CdnConfiguration"
|
213
|
-
},
|
213
|
+
},
|
214
|
+
"PersonalizationThresholdSeconds" : {
|
215
|
+
"shape" : "__integerMin1"
|
216
|
+
},
|
214
217
|
"DashConfiguration": {
|
215
218
|
"shape": "DashConfiguration"
|
216
219
|
},
|
@@ -318,7 +321,10 @@
|
|
318
321
|
},
|
319
322
|
"CdnConfiguration": {
|
320
323
|
"shape": "CdnConfiguration"
|
321
|
-
},
|
324
|
+
},
|
325
|
+
"PersonalizationThresholdSeconds" : {
|
326
|
+
"shape" : "__integerMin1"
|
327
|
+
},
|
322
328
|
"DashConfiguration": {
|
323
329
|
"shape": "DashConfiguration"
|
324
330
|
},
|
@@ -371,7 +377,10 @@
|
|
371
377
|
},
|
372
378
|
"CdnConfiguration": {
|
373
379
|
"shape": "CdnConfiguration"
|
374
|
-
},
|
380
|
+
},
|
381
|
+
"PersonalizationThresholdSeconds" : {
|
382
|
+
"shape" : "__integerMin1"
|
383
|
+
},
|
375
384
|
"DashConfiguration": {
|
376
385
|
"shape": "DashConfigurationForPut"
|
377
386
|
},
|
@@ -499,6 +508,10 @@
|
|
499
508
|
},
|
500
509
|
"__integer": {
|
501
510
|
"type": "integer"
|
511
|
+
},
|
512
|
+
"__integerMin1": {
|
513
|
+
"type": "integer",
|
514
|
+
"min": 1
|
502
515
|
},
|
503
516
|
"__integerMin1Max100": {
|
504
517
|
"max": 100,
|
@@ -245,6 +245,20 @@
|
|
245
245
|
{"shape":"InvalidInputException"}
|
246
246
|
]
|
247
247
|
},
|
248
|
+
"DescribeStandards":{
|
249
|
+
"name":"DescribeStandards",
|
250
|
+
"http":{
|
251
|
+
"method":"GET",
|
252
|
+
"requestUri":"/standards"
|
253
|
+
},
|
254
|
+
"input":{"shape":"DescribeStandardsRequest"},
|
255
|
+
"output":{"shape":"DescribeStandardsResponse"},
|
256
|
+
"errors":[
|
257
|
+
{"shape":"InternalException"},
|
258
|
+
{"shape":"InvalidInputException"},
|
259
|
+
{"shape":"InvalidAccessException"}
|
260
|
+
]
|
261
|
+
},
|
248
262
|
"DescribeStandardsControls":{
|
249
263
|
"name":"DescribeStandardsControls",
|
250
264
|
"http":{
|
@@ -1671,6 +1685,28 @@
|
|
1671
1685
|
"NextToken":{"shape":"NextToken"}
|
1672
1686
|
}
|
1673
1687
|
},
|
1688
|
+
"DescribeStandardsRequest":{
|
1689
|
+
"type":"structure",
|
1690
|
+
"members":{
|
1691
|
+
"NextToken":{
|
1692
|
+
"shape":"NextToken",
|
1693
|
+
"location":"querystring",
|
1694
|
+
"locationName":"NextToken"
|
1695
|
+
},
|
1696
|
+
"MaxResults":{
|
1697
|
+
"shape":"MaxResults",
|
1698
|
+
"location":"querystring",
|
1699
|
+
"locationName":"MaxResults"
|
1700
|
+
}
|
1701
|
+
}
|
1702
|
+
},
|
1703
|
+
"DescribeStandardsResponse":{
|
1704
|
+
"type":"structure",
|
1705
|
+
"members":{
|
1706
|
+
"Standards":{"shape":"Standards"},
|
1707
|
+
"NextToken":{"shape":"NextToken"}
|
1708
|
+
}
|
1709
|
+
},
|
1674
1710
|
"DisableImportFindingsForProductRequest":{
|
1675
1711
|
"type":"structure",
|
1676
1712
|
"required":["ProductSubscriptionArn"],
|
@@ -2432,6 +2468,18 @@
|
|
2432
2468
|
"desc"
|
2433
2469
|
]
|
2434
2470
|
},
|
2471
|
+
"Standard":{
|
2472
|
+
"type":"structure",
|
2473
|
+
"members":{
|
2474
|
+
"StandardsArn":{"shape":"NonEmptyString"},
|
2475
|
+
"Name":{"shape":"NonEmptyString"},
|
2476
|
+
"Description":{"shape":"NonEmptyString"}
|
2477
|
+
}
|
2478
|
+
},
|
2479
|
+
"Standards":{
|
2480
|
+
"type":"list",
|
2481
|
+
"member":{"shape":"Standard"}
|
2482
|
+
},
|
2435
2483
|
"StandardsControl":{
|
2436
2484
|
"type":"structure",
|
2437
2485
|
"members":{
|
@@ -2443,7 +2491,8 @@
|
|
2443
2491
|
"Title":{"shape":"NonEmptyString"},
|
2444
2492
|
"Description":{"shape":"NonEmptyString"},
|
2445
2493
|
"RemediationUrl":{"shape":"NonEmptyString"},
|
2446
|
-
"SeverityRating":{"shape":"SeverityRating"}
|
2494
|
+
"SeverityRating":{"shape":"SeverityRating"},
|
2495
|
+
"RelatedRequirements":{"shape":"RelatedRequirementsList"}
|
2447
2496
|
}
|
2448
2497
|
},
|
2449
2498
|
"StandardsControls":{
|
@@ -10,6 +10,21 @@
|
|
10
10
|
"output_token": "NextToken",
|
11
11
|
"limit_key": "MaxResults"
|
12
12
|
},
|
13
|
+
"DescribeStandards": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
18
|
+
"DescribeStandardsControls": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
23
|
+
"GetEnabledStandards": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"output_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults"
|
27
|
+
},
|
13
28
|
"GetFindings": {
|
14
29
|
"input_token": "NextToken",
|
15
30
|
"output_token": "NextToken",
|
@@ -24,6 +39,16 @@
|
|
24
39
|
"input_token": "NextToken",
|
25
40
|
"output_token": "NextToken",
|
26
41
|
"limit_key": "MaxResults"
|
42
|
+
},
|
43
|
+
"ListInvitations": {
|
44
|
+
"input_token": "NextToken",
|
45
|
+
"output_token": "NextToken",
|
46
|
+
"limit_key": "MaxResults"
|
47
|
+
},
|
48
|
+
"ListMembers": {
|
49
|
+
"input_token": "NextToken",
|
50
|
+
"output_token": "NextToken",
|
51
|
+
"limit_key": "MaxResults"
|
27
52
|
}
|
28
53
|
}
|
29
54
|
}
|
@@ -49,6 +49,22 @@
|
|
49
49
|
{"shape":"ResourceNotFoundException"}
|
50
50
|
]
|
51
51
|
},
|
52
|
+
"AssociateHealthCheck":{
|
53
|
+
"name":"AssociateHealthCheck",
|
54
|
+
"http":{
|
55
|
+
"method":"POST",
|
56
|
+
"requestUri":"/"
|
57
|
+
},
|
58
|
+
"input":{"shape":"AssociateHealthCheckRequest"},
|
59
|
+
"output":{"shape":"AssociateHealthCheckResponse"},
|
60
|
+
"errors":[
|
61
|
+
{"shape":"InternalErrorException"},
|
62
|
+
{"shape":"LimitsExceededException"},
|
63
|
+
{"shape":"ResourceNotFoundException"},
|
64
|
+
{"shape":"InvalidParameterException"},
|
65
|
+
{"shape":"OptimisticLockException"}
|
66
|
+
]
|
67
|
+
},
|
52
68
|
"CreateProtection":{
|
53
69
|
"name":"CreateProtection",
|
54
70
|
"http":{
|
@@ -207,6 +223,21 @@
|
|
207
223
|
{"shape":"ResourceNotFoundException"}
|
208
224
|
]
|
209
225
|
},
|
226
|
+
"DisassociateHealthCheck":{
|
227
|
+
"name":"DisassociateHealthCheck",
|
228
|
+
"http":{
|
229
|
+
"method":"POST",
|
230
|
+
"requestUri":"/"
|
231
|
+
},
|
232
|
+
"input":{"shape":"DisassociateHealthCheckRequest"},
|
233
|
+
"output":{"shape":"DisassociateHealthCheckResponse"},
|
234
|
+
"errors":[
|
235
|
+
{"shape":"InternalErrorException"},
|
236
|
+
{"shape":"InvalidParameterException"},
|
237
|
+
{"shape":"ResourceNotFoundException"},
|
238
|
+
{"shape":"OptimisticLockException"}
|
239
|
+
]
|
240
|
+
},
|
210
241
|
"GetSubscriptionState":{
|
211
242
|
"name":"GetSubscriptionState",
|
212
243
|
"http":{
|
@@ -318,6 +349,22 @@
|
|
318
349
|
"members":{
|
319
350
|
}
|
320
351
|
},
|
352
|
+
"AssociateHealthCheckRequest":{
|
353
|
+
"type":"structure",
|
354
|
+
"required":[
|
355
|
+
"ProtectionId",
|
356
|
+
"HealthCheckArn"
|
357
|
+
],
|
358
|
+
"members":{
|
359
|
+
"ProtectionId":{"shape":"ProtectionId"},
|
360
|
+
"HealthCheckArn":{"shape":"HealthCheckArn"}
|
361
|
+
}
|
362
|
+
},
|
363
|
+
"AssociateHealthCheckResponse":{
|
364
|
+
"type":"structure",
|
365
|
+
"members":{
|
366
|
+
}
|
367
|
+
},
|
321
368
|
"AttackDetail":{
|
322
369
|
"type":"structure",
|
323
370
|
"members":{
|
@@ -544,6 +591,22 @@
|
|
544
591
|
"members":{
|
545
592
|
}
|
546
593
|
},
|
594
|
+
"DisassociateHealthCheckRequest":{
|
595
|
+
"type":"structure",
|
596
|
+
"required":[
|
597
|
+
"ProtectionId",
|
598
|
+
"HealthCheckArn"
|
599
|
+
],
|
600
|
+
"members":{
|
601
|
+
"ProtectionId":{"shape":"ProtectionId"},
|
602
|
+
"HealthCheckArn":{"shape":"HealthCheckArn"}
|
603
|
+
}
|
604
|
+
},
|
605
|
+
"DisassociateHealthCheckResponse":{
|
606
|
+
"type":"structure",
|
607
|
+
"members":{
|
608
|
+
}
|
609
|
+
},
|
547
610
|
"Double":{"type":"double"},
|
548
611
|
"DurationInSeconds":{
|
549
612
|
"type":"long",
|
@@ -580,6 +643,17 @@
|
|
580
643
|
"SubscriptionState":{"shape":"SubscriptionState"}
|
581
644
|
}
|
582
645
|
},
|
646
|
+
"HealthCheckArn":{
|
647
|
+
"type":"string",
|
648
|
+
"max":2048,
|
649
|
+
"min":1,
|
650
|
+
"pattern":"^arn:aws:route53:::healthcheck/\\S{36}$"
|
651
|
+
},
|
652
|
+
"HealthCheckId":{"type":"string"},
|
653
|
+
"HealthCheckIds":{
|
654
|
+
"type":"list",
|
655
|
+
"member":{"shape":"HealthCheckId"}
|
656
|
+
},
|
583
657
|
"Integer":{"type":"integer"},
|
584
658
|
"InternalErrorException":{
|
585
659
|
"type":"structure",
|
@@ -725,7 +799,8 @@
|
|
725
799
|
"members":{
|
726
800
|
"Id":{"shape":"ProtectionId"},
|
727
801
|
"Name":{"shape":"ProtectionName"},
|
728
|
-
"ResourceArn":{"shape":"ResourceArn"}
|
802
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
803
|
+
"HealthCheckIds":{"shape":"HealthCheckIds"}
|
729
804
|
}
|
730
805
|
},
|
731
806
|
"ProtectionId":{
|
data/lib/aws-sdk-core/client.rb
CHANGED
@@ -54,9 +54,19 @@ module Aws
|
|
54
54
|
|
55
55
|
Api::Customizations.apply_plugins(client_class)
|
56
56
|
|
57
|
+
soft_deprecation
|
57
58
|
client_class
|
58
59
|
end
|
59
60
|
|
61
|
+
private
|
62
|
+
|
63
|
+
def soft_deprecation
|
64
|
+
unless @warned
|
65
|
+
@warned = true
|
66
|
+
warn("NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby V3")
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
60
70
|
end
|
61
71
|
end
|
62
72
|
end
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.445
|
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-02-
|
11
|
+
date: 2020-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -1338,7 +1338,8 @@ homepage: http://github.com/aws/aws-sdk-ruby
|
|
1338
1338
|
licenses:
|
1339
1339
|
- Apache 2.0
|
1340
1340
|
metadata: {}
|
1341
|
-
post_install_message:
|
1341
|
+
post_install_message: 'NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby
|
1342
|
+
V3'
|
1342
1343
|
rdoc_options: []
|
1343
1344
|
require_paths:
|
1344
1345
|
- lib
|