aws-sdk-core 2.11.469 → 2.11.470
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/mediaconnect/2018-11-14/api-2.json +258 -1
- data/apis/personalize/2018-05-22/api-2.json +9 -1
- data/apis/rds/2014-10-31/api-2.json +1 -1
- data/endpoints.json +3 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86b2ba14cffbc02db3d382242bd10f792bcaf58a
|
4
|
+
data.tar.gz: fd64c79895e3be10bd443a7ae23a7db7cb14d30c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e03d4e1b3324e2685b3ea5bbf46bba96163a0582374ad307e7eef5caaf724fa96aaa24fe21958eaeb158487c266d6070b9985607ca7672f279339a4ad7124b1b
|
7
|
+
data.tar.gz: 53e7945120558ebc09646a6aef46351dad6fb1f510b1e291456fc33ae1ff66e0ca34b5588cac02660b62030b1cd0d9e0bebb29a5549bdb163a8df3b7a1c33839
|
@@ -48,6 +48,40 @@
|
|
48
48
|
}
|
49
49
|
]
|
50
50
|
},
|
51
|
+
"AddFlowSources": {
|
52
|
+
"name": "AddFlowSources",
|
53
|
+
"http": {
|
54
|
+
"method": "POST",
|
55
|
+
"requestUri": "/v1/flows/{flowArn}/source",
|
56
|
+
"responseCode": 201
|
57
|
+
},
|
58
|
+
"input": {
|
59
|
+
"shape": "AddFlowSourcesRequest"
|
60
|
+
},
|
61
|
+
"output": {
|
62
|
+
"shape": "AddFlowSourcesResponse"
|
63
|
+
},
|
64
|
+
"errors": [
|
65
|
+
{
|
66
|
+
"shape": "BadRequestException"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"shape": "InternalServerErrorException"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"shape": "ForbiddenException"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"shape": "NotFoundException"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"shape": "ServiceUnavailableException"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"shape": "TooManyRequestsException"
|
82
|
+
}
|
83
|
+
]
|
84
|
+
},
|
51
85
|
"CreateFlow": {
|
52
86
|
"name": "CreateFlow",
|
53
87
|
"http": {
|
@@ -302,6 +336,40 @@
|
|
302
336
|
}
|
303
337
|
]
|
304
338
|
},
|
339
|
+
"RemoveFlowSource": {
|
340
|
+
"name": "RemoveFlowSource",
|
341
|
+
"http": {
|
342
|
+
"method": "DELETE",
|
343
|
+
"requestUri": "/v1/flows/{flowArn}/source/{sourceArn}",
|
344
|
+
"responseCode": 202
|
345
|
+
},
|
346
|
+
"input": {
|
347
|
+
"shape": "RemoveFlowSourceRequest"
|
348
|
+
},
|
349
|
+
"output": {
|
350
|
+
"shape": "RemoveFlowSourceResponse"
|
351
|
+
},
|
352
|
+
"errors": [
|
353
|
+
{
|
354
|
+
"shape": "BadRequestException"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"shape": "InternalServerErrorException"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"shape": "ForbiddenException"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"shape": "NotFoundException"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"shape": "ServiceUnavailableException"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"shape": "TooManyRequestsException"
|
370
|
+
}
|
371
|
+
]
|
372
|
+
},
|
305
373
|
"RevokeFlowEntitlement": {
|
306
374
|
"name": "RevokeFlowEntitlement",
|
307
375
|
"http": {
|
@@ -448,6 +516,40 @@
|
|
448
516
|
}
|
449
517
|
]
|
450
518
|
},
|
519
|
+
"UpdateFlow": {
|
520
|
+
"name": "UpdateFlow",
|
521
|
+
"http": {
|
522
|
+
"method": "PUT",
|
523
|
+
"requestUri": "/v1/flows/{flowArn}",
|
524
|
+
"responseCode": 202
|
525
|
+
},
|
526
|
+
"input": {
|
527
|
+
"shape": "UpdateFlowRequest"
|
528
|
+
},
|
529
|
+
"output": {
|
530
|
+
"shape": "UpdateFlowResponse"
|
531
|
+
},
|
532
|
+
"errors": [
|
533
|
+
{
|
534
|
+
"shape": "BadRequestException"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"shape": "InternalServerErrorException"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"shape": "ForbiddenException"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"shape": "NotFoundException"
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"shape": "ServiceUnavailableException"
|
547
|
+
},
|
548
|
+
{
|
549
|
+
"shape": "TooManyRequestsException"
|
550
|
+
}
|
551
|
+
]
|
552
|
+
},
|
451
553
|
"UpdateFlowEntitlement": {
|
452
554
|
"name": "UpdateFlowEntitlement",
|
453
555
|
"http": {
|
@@ -599,6 +701,37 @@
|
|
599
701
|
}
|
600
702
|
}
|
601
703
|
},
|
704
|
+
"AddFlowSourcesRequest": {
|
705
|
+
"type": "structure",
|
706
|
+
"members": {
|
707
|
+
"FlowArn": {
|
708
|
+
"shape": "__string",
|
709
|
+
"location": "uri",
|
710
|
+
"locationName": "flowArn"
|
711
|
+
},
|
712
|
+
"Sources": {
|
713
|
+
"shape": "__listOfSetSourceRequest",
|
714
|
+
"locationName": "sources"
|
715
|
+
}
|
716
|
+
},
|
717
|
+
"required": [
|
718
|
+
"FlowArn",
|
719
|
+
"Sources"
|
720
|
+
]
|
721
|
+
},
|
722
|
+
"AddFlowSourcesResponse": {
|
723
|
+
"type": "structure",
|
724
|
+
"members": {
|
725
|
+
"FlowArn": {
|
726
|
+
"shape": "__string",
|
727
|
+
"locationName": "flowArn"
|
728
|
+
},
|
729
|
+
"Sources": {
|
730
|
+
"shape": "__listOfSource",
|
731
|
+
"locationName": "sources"
|
732
|
+
}
|
733
|
+
}
|
734
|
+
},
|
602
735
|
"AddOutputRequest": {
|
603
736
|
"type": "structure",
|
604
737
|
"members": {
|
@@ -713,10 +846,17 @@
|
|
713
846
|
"Source": {
|
714
847
|
"shape": "SetSourceRequest",
|
715
848
|
"locationName": "source"
|
849
|
+
},
|
850
|
+
"SourceFailoverConfig": {
|
851
|
+
"shape": "FailoverConfig",
|
852
|
+
"locationName": "sourceFailoverConfig"
|
853
|
+
},
|
854
|
+
"Sources": {
|
855
|
+
"shape": "__listOfSetSourceRequest",
|
856
|
+
"locationName": "sources"
|
716
857
|
}
|
717
858
|
},
|
718
859
|
"required": [
|
719
|
-
"Source",
|
720
860
|
"Name"
|
721
861
|
]
|
722
862
|
},
|
@@ -860,6 +1000,19 @@
|
|
860
1000
|
"Name"
|
861
1001
|
]
|
862
1002
|
},
|
1003
|
+
"FailoverConfig": {
|
1004
|
+
"type": "structure",
|
1005
|
+
"members": {
|
1006
|
+
"RecoveryWindow": {
|
1007
|
+
"shape": "__integer",
|
1008
|
+
"locationName": "recoveryWindow"
|
1009
|
+
},
|
1010
|
+
"State": {
|
1011
|
+
"shape": "State",
|
1012
|
+
"locationName": "state"
|
1013
|
+
}
|
1014
|
+
}
|
1015
|
+
},
|
863
1016
|
"Flow": {
|
864
1017
|
"type": "structure",
|
865
1018
|
"members": {
|
@@ -895,6 +1048,14 @@
|
|
895
1048
|
"shape": "Source",
|
896
1049
|
"locationName": "source"
|
897
1050
|
},
|
1051
|
+
"SourceFailoverConfig": {
|
1052
|
+
"shape": "FailoverConfig",
|
1053
|
+
"locationName": "sourceFailoverConfig"
|
1054
|
+
},
|
1055
|
+
"Sources": {
|
1056
|
+
"shape": "__listOfSource",
|
1057
|
+
"locationName": "sources"
|
1058
|
+
},
|
898
1059
|
"Status": {
|
899
1060
|
"shape": "Status",
|
900
1061
|
"locationName": "status"
|
@@ -1284,6 +1445,38 @@
|
|
1284
1445
|
}
|
1285
1446
|
}
|
1286
1447
|
},
|
1448
|
+
"RemoveFlowSourceRequest": {
|
1449
|
+
"type": "structure",
|
1450
|
+
"members": {
|
1451
|
+
"FlowArn": {
|
1452
|
+
"shape": "__string",
|
1453
|
+
"location": "uri",
|
1454
|
+
"locationName": "flowArn"
|
1455
|
+
},
|
1456
|
+
"SourceArn": {
|
1457
|
+
"shape": "__string",
|
1458
|
+
"location": "uri",
|
1459
|
+
"locationName": "sourceArn"
|
1460
|
+
}
|
1461
|
+
},
|
1462
|
+
"required": [
|
1463
|
+
"FlowArn",
|
1464
|
+
"SourceArn"
|
1465
|
+
]
|
1466
|
+
},
|
1467
|
+
"RemoveFlowSourceResponse": {
|
1468
|
+
"type": "structure",
|
1469
|
+
"members": {
|
1470
|
+
"FlowArn": {
|
1471
|
+
"shape": "__string",
|
1472
|
+
"locationName": "flowArn"
|
1473
|
+
},
|
1474
|
+
"SourceArn": {
|
1475
|
+
"shape": "__string",
|
1476
|
+
"locationName": "sourceArn"
|
1477
|
+
}
|
1478
|
+
}
|
1479
|
+
},
|
1287
1480
|
"ResponseError": {
|
1288
1481
|
"type": "structure",
|
1289
1482
|
"members": {
|
@@ -1471,6 +1664,13 @@
|
|
1471
1664
|
}
|
1472
1665
|
}
|
1473
1666
|
},
|
1667
|
+
"State": {
|
1668
|
+
"type": "string",
|
1669
|
+
"enum": [
|
1670
|
+
"ENABLED",
|
1671
|
+
"DISABLED"
|
1672
|
+
]
|
1673
|
+
},
|
1474
1674
|
"Status": {
|
1475
1675
|
"type": "string",
|
1476
1676
|
"enum": [
|
@@ -1639,6 +1839,19 @@
|
|
1639
1839
|
}
|
1640
1840
|
}
|
1641
1841
|
},
|
1842
|
+
"UpdateFailoverConfig": {
|
1843
|
+
"type": "structure",
|
1844
|
+
"members": {
|
1845
|
+
"RecoveryWindow": {
|
1846
|
+
"shape": "__integer",
|
1847
|
+
"locationName": "recoveryWindow"
|
1848
|
+
},
|
1849
|
+
"State": {
|
1850
|
+
"shape": "State",
|
1851
|
+
"locationName": "state"
|
1852
|
+
}
|
1853
|
+
}
|
1854
|
+
},
|
1642
1855
|
"UpdateFlowEntitlementRequest": {
|
1643
1856
|
"type": "structure",
|
1644
1857
|
"members": {
|
@@ -1755,6 +1968,32 @@
|
|
1755
1968
|
}
|
1756
1969
|
}
|
1757
1970
|
},
|
1971
|
+
"UpdateFlowRequest": {
|
1972
|
+
"type": "structure",
|
1973
|
+
"members": {
|
1974
|
+
"FlowArn": {
|
1975
|
+
"shape": "__string",
|
1976
|
+
"location": "uri",
|
1977
|
+
"locationName": "flowArn"
|
1978
|
+
},
|
1979
|
+
"SourceFailoverConfig": {
|
1980
|
+
"shape": "UpdateFailoverConfig",
|
1981
|
+
"locationName": "sourceFailoverConfig"
|
1982
|
+
}
|
1983
|
+
},
|
1984
|
+
"required": [
|
1985
|
+
"FlowArn"
|
1986
|
+
]
|
1987
|
+
},
|
1988
|
+
"UpdateFlowResponse": {
|
1989
|
+
"type": "structure",
|
1990
|
+
"members": {
|
1991
|
+
"Flow": {
|
1992
|
+
"shape": "Flow",
|
1993
|
+
"locationName": "flow"
|
1994
|
+
}
|
1995
|
+
}
|
1996
|
+
},
|
1758
1997
|
"UpdateFlowSourceRequest": {
|
1759
1998
|
"type": "structure",
|
1760
1999
|
"members": {
|
@@ -1868,6 +2107,24 @@
|
|
1868
2107
|
"shape": "Output"
|
1869
2108
|
}
|
1870
2109
|
},
|
2110
|
+
"__listOfSetSourceRequest": {
|
2111
|
+
"type": "list",
|
2112
|
+
"member": {
|
2113
|
+
"shape": "SetSourceRequest"
|
2114
|
+
}
|
2115
|
+
},
|
2116
|
+
"__listOfSource": {
|
2117
|
+
"type": "list",
|
2118
|
+
"member": {
|
2119
|
+
"shape": "Source"
|
2120
|
+
}
|
2121
|
+
},
|
2122
|
+
"__listOf__integer": {
|
2123
|
+
"type": "list",
|
2124
|
+
"member": {
|
2125
|
+
"shape": "__integer"
|
2126
|
+
}
|
2127
|
+
},
|
1871
2128
|
"__listOf__string": {
|
1872
2129
|
"type": "list",
|
1873
2130
|
"member": {
|
@@ -668,7 +668,8 @@
|
|
668
668
|
"status":{"shape":"Status"},
|
669
669
|
"creationDateTime":{"shape":"Date"},
|
670
670
|
"lastUpdatedDateTime":{"shape":"Date"},
|
671
|
-
"failureReason":{"shape":"FailureReason"}
|
671
|
+
"failureReason":{"shape":"FailureReason"},
|
672
|
+
"solutionVersionArn":{"shape":"Arn"}
|
672
673
|
}
|
673
674
|
},
|
674
675
|
"BatchInferenceJobs":{
|
@@ -1790,6 +1791,7 @@
|
|
1790
1791
|
"solutionConfig":{"shape":"SolutionConfig"},
|
1791
1792
|
"trainingHours":{"shape":"TrainingHours"},
|
1792
1793
|
"trainingMode":{"shape":"TrainingMode"},
|
1794
|
+
"tunedHPOParams":{"shape":"TunedHPOParams"},
|
1793
1795
|
"status":{"shape":"Status"},
|
1794
1796
|
"failureReason":{"shape":"FailureReason"},
|
1795
1797
|
"creationDateTime":{"shape":"Date"},
|
@@ -1844,6 +1846,12 @@
|
|
1844
1846
|
"min":1
|
1845
1847
|
},
|
1846
1848
|
"Tunable":{"type":"boolean"},
|
1849
|
+
"TunedHPOParams":{
|
1850
|
+
"type":"structure",
|
1851
|
+
"members":{
|
1852
|
+
"algorithmHyperParameters":{"shape":"HyperParameters"}
|
1853
|
+
}
|
1854
|
+
},
|
1847
1855
|
"UpdateCampaignRequest":{
|
1848
1856
|
"type":"structure",
|
1849
1857
|
"required":["campaignArn"],
|
data/endpoints.json
CHANGED
@@ -1858,7 +1858,10 @@
|
|
1858
1858
|
"endpoints" : {
|
1859
1859
|
"ap-northeast-1" : { },
|
1860
1860
|
"ap-northeast-2" : { },
|
1861
|
+
"ap-south-1" : { },
|
1861
1862
|
"ap-southeast-1" : { },
|
1863
|
+
"ap-southeast-2" : { },
|
1864
|
+
"eu-central-1" : { },
|
1862
1865
|
"eu-west-1" : { },
|
1863
1866
|
"us-east-1" : { },
|
1864
1867
|
"us-east-2" : { },
|
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.470
|
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-03-
|
11
|
+
date: 2020-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|