aws-sdk-core 2.11.178 → 2.11.179
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codedeploy/2014-10-06/api-2.json +399 -19
- data/apis/codedeploy/2014-10-06/smoke.json +18 -0
- data/apis/comprehendmedical/2018-10-30/api-2.json +248 -0
- data/apis/comprehendmedical/2018-10-30/examples-1.json +5 -0
- data/apis/comprehendmedical/2018-10-30/paginators-1.json +4 -0
- data/apis/ec2/2016-11-15/api-2.json +33 -0
- data/apis/ecs/2014-11-13/api-2.json +62 -0
- data/apis/kinesisanalytics/2015-08-14/api-2.json +37 -16
- data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +1984 -0
- data/apis/kinesisanalyticsv2/2018-05-23/examples-1.json +5 -0
- data/apis/kinesisanalyticsv2/2018-05-23/paginators-1.json +4 -0
- data/apis/logs/2014-03-28/api-2.json +291 -0
- data/apis/mediaconnect/2018-11-14/api-2.json +1469 -0
- data/apis/mediaconnect/2018-11-14/paginators-1.json +10 -0
- data/apis/meteringmarketplace/2016-01-14/api-2.json +88 -4
- data/apis/meteringmarketplace/2016-01-14/paginators-1.json +4 -0
- data/apis/translate/2017-07-01/api-2.json +284 -4
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/comprehendmedical.rb +6 -0
- data/lib/aws-sdk-core/kinesisanalyticsv2.rb +6 -0
- data/lib/aws-sdk-core/marketplacemetering.rb +1 -0
- data/lib/aws-sdk-core/mediaconnect.rb +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +15 -2
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListApplications",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "GetDeployment",
|
12
|
+
"input": {
|
13
|
+
"deploymentId": "d-USUAELQEX"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -0,0 +1,248 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-10-30",
|
5
|
+
"endpointPrefix":"comprehendmedical",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"ComprehendMedical",
|
9
|
+
"serviceFullName":"AWS Comprehend Medical",
|
10
|
+
"serviceId":"ComprehendMedical",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"comprehendmedical",
|
13
|
+
"targetPrefix":"ComprehendMedical_20181030",
|
14
|
+
"uid":"comprehendmedical-2018-10-30"
|
15
|
+
},
|
16
|
+
"operations":{
|
17
|
+
"DetectEntities":{
|
18
|
+
"name":"DetectEntities",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"DetectEntitiesRequest"},
|
24
|
+
"output":{"shape":"DetectEntitiesResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"InternalServerException"},
|
27
|
+
{"shape":"ServiceUnavailableException"},
|
28
|
+
{"shape":"TooManyRequestsException"},
|
29
|
+
{"shape":"InvalidRequestException"},
|
30
|
+
{"shape":"InvalidEncodingException"},
|
31
|
+
{"shape":"TextSizeLimitExceededException"}
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"DetectPHI":{
|
35
|
+
"name":"DetectPHI",
|
36
|
+
"http":{
|
37
|
+
"method":"POST",
|
38
|
+
"requestUri":"/"
|
39
|
+
},
|
40
|
+
"input":{"shape":"DetectPHIRequest"},
|
41
|
+
"output":{"shape":"DetectPHIResponse"},
|
42
|
+
"errors":[
|
43
|
+
{"shape":"InternalServerException"},
|
44
|
+
{"shape":"ServiceUnavailableException"},
|
45
|
+
{"shape":"TooManyRequestsException"},
|
46
|
+
{"shape":"InvalidRequestException"},
|
47
|
+
{"shape":"InvalidEncodingException"},
|
48
|
+
{"shape":"TextSizeLimitExceededException"}
|
49
|
+
]
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"shapes":{
|
53
|
+
"Attribute":{
|
54
|
+
"type":"structure",
|
55
|
+
"members":{
|
56
|
+
"Type":{"shape":"EntitySubType"},
|
57
|
+
"Score":{"shape":"Float"},
|
58
|
+
"RelationshipScore":{"shape":"Float"},
|
59
|
+
"Id":{"shape":"Integer"},
|
60
|
+
"BeginOffset":{"shape":"Integer"},
|
61
|
+
"EndOffset":{"shape":"Integer"},
|
62
|
+
"Text":{"shape":"String"},
|
63
|
+
"Traits":{"shape":"TraitList"}
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"AttributeList":{
|
67
|
+
"type":"list",
|
68
|
+
"member":{"shape":"Attribute"}
|
69
|
+
},
|
70
|
+
"AttributeName":{
|
71
|
+
"type":"string",
|
72
|
+
"enum":[
|
73
|
+
"SIGN",
|
74
|
+
"SYMPTOM",
|
75
|
+
"DIAGNOSIS",
|
76
|
+
"NEGATION"
|
77
|
+
]
|
78
|
+
},
|
79
|
+
"BoundedLengthString":{
|
80
|
+
"type":"string",
|
81
|
+
"max":20000,
|
82
|
+
"min":1
|
83
|
+
},
|
84
|
+
"DetectEntitiesRequest":{
|
85
|
+
"type":"structure",
|
86
|
+
"required":["Text"],
|
87
|
+
"members":{
|
88
|
+
"Text":{"shape":"BoundedLengthString"}
|
89
|
+
}
|
90
|
+
},
|
91
|
+
"DetectEntitiesResponse":{
|
92
|
+
"type":"structure",
|
93
|
+
"required":["Entities"],
|
94
|
+
"members":{
|
95
|
+
"Entities":{"shape":"EntityList"},
|
96
|
+
"UnmappedAttributes":{"shape":"UnmappedAttributeList"},
|
97
|
+
"PaginationToken":{"shape":"String"}
|
98
|
+
}
|
99
|
+
},
|
100
|
+
"DetectPHIRequest":{
|
101
|
+
"type":"structure",
|
102
|
+
"required":["Text"],
|
103
|
+
"members":{
|
104
|
+
"Text":{"shape":"BoundedLengthString"}
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"DetectPHIResponse":{
|
108
|
+
"type":"structure",
|
109
|
+
"required":["Entities"],
|
110
|
+
"members":{
|
111
|
+
"Entities":{"shape":"EntityList"},
|
112
|
+
"PaginationToken":{"shape":"String"}
|
113
|
+
}
|
114
|
+
},
|
115
|
+
"Entity":{
|
116
|
+
"type":"structure",
|
117
|
+
"members":{
|
118
|
+
"Id":{"shape":"Integer"},
|
119
|
+
"BeginOffset":{"shape":"Integer"},
|
120
|
+
"EndOffset":{"shape":"Integer"},
|
121
|
+
"Score":{"shape":"Float"},
|
122
|
+
"Text":{"shape":"String"},
|
123
|
+
"Category":{"shape":"EntityType"},
|
124
|
+
"Type":{"shape":"EntitySubType"},
|
125
|
+
"Traits":{"shape":"TraitList"},
|
126
|
+
"Attributes":{"shape":"AttributeList"}
|
127
|
+
}
|
128
|
+
},
|
129
|
+
"EntityList":{
|
130
|
+
"type":"list",
|
131
|
+
"member":{"shape":"Entity"}
|
132
|
+
},
|
133
|
+
"EntitySubType":{
|
134
|
+
"type":"string",
|
135
|
+
"enum":[
|
136
|
+
"NAME",
|
137
|
+
"DOSAGE",
|
138
|
+
"ROUTE_OR_MODE",
|
139
|
+
"FORM",
|
140
|
+
"FREQUENCY",
|
141
|
+
"DURATION",
|
142
|
+
"GENERIC_NAME",
|
143
|
+
"BRAND_NAME",
|
144
|
+
"STRENGTH",
|
145
|
+
"RATE",
|
146
|
+
"ACUITY",
|
147
|
+
"TEST_NAME",
|
148
|
+
"TEST_VALUE",
|
149
|
+
"TEST_UNITS",
|
150
|
+
"PROCEDURE_NAME",
|
151
|
+
"TREATMENT_NAME",
|
152
|
+
"DATE",
|
153
|
+
"AGE",
|
154
|
+
"CONTACT_POINT",
|
155
|
+
"EMAIL",
|
156
|
+
"IDENTIFIER",
|
157
|
+
"URL",
|
158
|
+
"ADDRESS",
|
159
|
+
"PROFESSION",
|
160
|
+
"SYSTEM_ORGAN_SITE",
|
161
|
+
"DIRECTION",
|
162
|
+
"QUALITY",
|
163
|
+
"QUANTITY"
|
164
|
+
]
|
165
|
+
},
|
166
|
+
"EntityType":{
|
167
|
+
"type":"string",
|
168
|
+
"enum":[
|
169
|
+
"MEDICATION",
|
170
|
+
"MEDICAL_CONDITION",
|
171
|
+
"PROTECTED_HEALTH_INFORMATION",
|
172
|
+
"TEST_TREATMENT_PROCEDURE",
|
173
|
+
"ANATOMY"
|
174
|
+
]
|
175
|
+
},
|
176
|
+
"Float":{"type":"float"},
|
177
|
+
"Integer":{"type":"integer"},
|
178
|
+
"InternalServerException":{
|
179
|
+
"type":"structure",
|
180
|
+
"members":{
|
181
|
+
"Message":{"shape":"String"}
|
182
|
+
},
|
183
|
+
"exception":true,
|
184
|
+
"fault":true
|
185
|
+
},
|
186
|
+
"InvalidEncodingException":{
|
187
|
+
"type":"structure",
|
188
|
+
"members":{
|
189
|
+
"Message":{"shape":"String"}
|
190
|
+
},
|
191
|
+
"exception":true
|
192
|
+
},
|
193
|
+
"InvalidRequestException":{
|
194
|
+
"type":"structure",
|
195
|
+
"members":{
|
196
|
+
"Message":{"shape":"String"}
|
197
|
+
},
|
198
|
+
"exception":true
|
199
|
+
},
|
200
|
+
"ServiceUnavailableException":{
|
201
|
+
"type":"structure",
|
202
|
+
"members":{
|
203
|
+
"Message":{"shape":"String"}
|
204
|
+
},
|
205
|
+
"exception":true
|
206
|
+
},
|
207
|
+
"String":{
|
208
|
+
"type":"string",
|
209
|
+
"min":1
|
210
|
+
},
|
211
|
+
"TextSizeLimitExceededException":{
|
212
|
+
"type":"structure",
|
213
|
+
"members":{
|
214
|
+
"Message":{"shape":"String"}
|
215
|
+
},
|
216
|
+
"exception":true
|
217
|
+
},
|
218
|
+
"TooManyRequestsException":{
|
219
|
+
"type":"structure",
|
220
|
+
"members":{
|
221
|
+
"Message":{"shape":"String"}
|
222
|
+
},
|
223
|
+
"exception":true
|
224
|
+
},
|
225
|
+
"Trait":{
|
226
|
+
"type":"structure",
|
227
|
+
"members":{
|
228
|
+
"Name":{"shape":"AttributeName"},
|
229
|
+
"Score":{"shape":"Float"}
|
230
|
+
}
|
231
|
+
},
|
232
|
+
"TraitList":{
|
233
|
+
"type":"list",
|
234
|
+
"member":{"shape":"Trait"}
|
235
|
+
},
|
236
|
+
"UnmappedAttribute":{
|
237
|
+
"type":"structure",
|
238
|
+
"members":{
|
239
|
+
"Type":{"shape":"EntityType"},
|
240
|
+
"Attribute":{"shape":"Attribute"}
|
241
|
+
}
|
242
|
+
},
|
243
|
+
"UnmappedAttributeList":{
|
244
|
+
"type":"list",
|
245
|
+
"member":{"shape":"UnmappedAttribute"}
|
246
|
+
}
|
247
|
+
}
|
248
|
+
}
|
@@ -5510,6 +5510,7 @@
|
|
5510
5510
|
],
|
5511
5511
|
"members":{
|
5512
5512
|
"AvailabilityZone":{"shape":"String"},
|
5513
|
+
"AvailabilityZoneId":{"shape":"String"},
|
5513
5514
|
"CidrBlock":{"shape":"String"},
|
5514
5515
|
"Ipv6CidrBlock":{"shape":"String"},
|
5515
5516
|
"VpcId":{"shape":"String"},
|
@@ -9573,6 +9574,10 @@
|
|
9573
9574
|
"shape":"String",
|
9574
9575
|
"locationName":"dhcpOptionsId"
|
9575
9576
|
},
|
9577
|
+
"OwnerId":{
|
9578
|
+
"shape":"String",
|
9579
|
+
"locationName":"ownerId"
|
9580
|
+
},
|
9576
9581
|
"Tags":{
|
9577
9582
|
"shape":"TagList",
|
9578
9583
|
"locationName":"tagSet"
|
@@ -13269,6 +13274,10 @@
|
|
13269
13274
|
"shape":"String",
|
13270
13275
|
"locationName":"internetGatewayId"
|
13271
13276
|
},
|
13277
|
+
"OwnerId":{
|
13278
|
+
"shape":"String",
|
13279
|
+
"locationName":"ownerId"
|
13280
|
+
},
|
13272
13281
|
"Tags":{
|
13273
13282
|
"shape":"TagList",
|
13274
13283
|
"locationName":"tagSet"
|
@@ -15113,6 +15122,10 @@
|
|
15113
15122
|
"VpcId":{
|
15114
15123
|
"shape":"String",
|
15115
15124
|
"locationName":"vpcId"
|
15125
|
+
},
|
15126
|
+
"OwnerId":{
|
15127
|
+
"shape":"String",
|
15128
|
+
"locationName":"ownerId"
|
15116
15129
|
}
|
15117
15130
|
}
|
15118
15131
|
},
|
@@ -17875,6 +17888,10 @@
|
|
17875
17888
|
"VpcId":{
|
17876
17889
|
"shape":"String",
|
17877
17890
|
"locationName":"vpcId"
|
17891
|
+
},
|
17892
|
+
"OwnerId":{
|
17893
|
+
"shape":"String",
|
17894
|
+
"locationName":"ownerId"
|
17878
17895
|
}
|
17879
17896
|
}
|
17880
17897
|
},
|
@@ -19555,6 +19572,10 @@
|
|
19555
19572
|
"shape":"String",
|
19556
19573
|
"locationName":"availabilityZone"
|
19557
19574
|
},
|
19575
|
+
"AvailabilityZoneId":{
|
19576
|
+
"shape":"String",
|
19577
|
+
"locationName":"availabilityZoneId"
|
19578
|
+
},
|
19558
19579
|
"AvailableIpAddressCount":{
|
19559
19580
|
"shape":"Integer",
|
19560
19581
|
"locationName":"availableIpAddressCount"
|
@@ -19583,6 +19604,10 @@
|
|
19583
19604
|
"shape":"String",
|
19584
19605
|
"locationName":"vpcId"
|
19585
19606
|
},
|
19607
|
+
"OwnerId":{
|
19608
|
+
"shape":"String",
|
19609
|
+
"locationName":"ownerId"
|
19610
|
+
},
|
19586
19611
|
"AssignIpv6AddressOnCreation":{
|
19587
19612
|
"shape":"Boolean",
|
19588
19613
|
"locationName":"assignIpv6AddressOnCreation"
|
@@ -19594,6 +19619,10 @@
|
|
19594
19619
|
"Tags":{
|
19595
19620
|
"shape":"TagList",
|
19596
19621
|
"locationName":"tagSet"
|
19622
|
+
},
|
19623
|
+
"SubnetArn":{
|
19624
|
+
"shape":"String",
|
19625
|
+
"locationName":"subnetArn"
|
19597
19626
|
}
|
19598
19627
|
}
|
19599
19628
|
},
|
@@ -21178,6 +21207,10 @@
|
|
21178
21207
|
"shape":"String",
|
21179
21208
|
"locationName":"vpcId"
|
21180
21209
|
},
|
21210
|
+
"OwnerId":{
|
21211
|
+
"shape":"String",
|
21212
|
+
"locationName":"ownerId"
|
21213
|
+
},
|
21181
21214
|
"InstanceTenancy":{
|
21182
21215
|
"shape":"Tenancy",
|
21183
21216
|
"locationName":"instanceTenancy"
|
@@ -917,6 +917,7 @@
|
|
917
917
|
"networkConfiguration":{"shape":"NetworkConfiguration"},
|
918
918
|
"healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
|
919
919
|
"schedulingStrategy":{"shape":"SchedulingStrategy"},
|
920
|
+
"deploymentController":{"shape":"DeploymentController"},
|
920
921
|
"tags":{"shape":"Tags"},
|
921
922
|
"enableECSManagedTags":{"shape":"Boolean"},
|
922
923
|
"propagateTags":{"shape":"PropagateTags"}
|
@@ -1007,6 +1008,20 @@
|
|
1007
1008
|
"minimumHealthyPercent":{"shape":"BoxedInteger"}
|
1008
1009
|
}
|
1009
1010
|
},
|
1011
|
+
"DeploymentController":{
|
1012
|
+
"type":"structure",
|
1013
|
+
"required":["type"],
|
1014
|
+
"members":{
|
1015
|
+
"type":{"shape":"DeploymentControllerType"}
|
1016
|
+
}
|
1017
|
+
},
|
1018
|
+
"DeploymentControllerType":{
|
1019
|
+
"type":"string",
|
1020
|
+
"enum":[
|
1021
|
+
"ECS",
|
1022
|
+
"CODE_DEPLOY"
|
1023
|
+
]
|
1024
|
+
},
|
1010
1025
|
"Deployments":{
|
1011
1026
|
"type":"list",
|
1012
1027
|
"member":{"shape":"Deployment"}
|
@@ -1749,6 +1764,17 @@
|
|
1749
1764
|
"failures":{"shape":"Failures"}
|
1750
1765
|
}
|
1751
1766
|
},
|
1767
|
+
"Scale":{
|
1768
|
+
"type":"structure",
|
1769
|
+
"members":{
|
1770
|
+
"value":{"shape":"Double"},
|
1771
|
+
"unit":{"shape":"ScaleUnit"}
|
1772
|
+
}
|
1773
|
+
},
|
1774
|
+
"ScaleUnit":{
|
1775
|
+
"type":"string",
|
1776
|
+
"enum":["PERCENT"]
|
1777
|
+
},
|
1752
1778
|
"SchedulingStrategy":{
|
1753
1779
|
"type":"string",
|
1754
1780
|
"enum":[
|
@@ -1802,6 +1828,7 @@
|
|
1802
1828
|
"platformVersion":{"shape":"String"},
|
1803
1829
|
"taskDefinition":{"shape":"String"},
|
1804
1830
|
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
|
1831
|
+
"taskSets":{"shape":"TaskSets"},
|
1805
1832
|
"deployments":{"shape":"Deployments"},
|
1806
1833
|
"roleArn":{"shape":"String"},
|
1807
1834
|
"events":{"shape":"ServiceEvents"},
|
@@ -1811,6 +1838,7 @@
|
|
1811
1838
|
"networkConfiguration":{"shape":"NetworkConfiguration"},
|
1812
1839
|
"healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
|
1813
1840
|
"schedulingStrategy":{"shape":"SchedulingStrategy"},
|
1841
|
+
"deploymentController":{"shape":"DeploymentController"},
|
1814
1842
|
"tags":{"shape":"Tags"},
|
1815
1843
|
"createdBy":{"shape":"String"},
|
1816
1844
|
"enableECSManagedTags":{"shape":"Boolean"},
|
@@ -1893,6 +1921,13 @@
|
|
1893
1921
|
"DESC"
|
1894
1922
|
]
|
1895
1923
|
},
|
1924
|
+
"StabilityStatus":{
|
1925
|
+
"type":"string",
|
1926
|
+
"enum":[
|
1927
|
+
"STEADY_STATE",
|
1928
|
+
"STABILIZING"
|
1929
|
+
]
|
1930
|
+
},
|
1896
1931
|
"StartTaskRequest":{
|
1897
1932
|
"type":"structure",
|
1898
1933
|
"required":[
|
@@ -2162,6 +2197,33 @@
|
|
2162
2197
|
"executionRoleArn":{"shape":"String"}
|
2163
2198
|
}
|
2164
2199
|
},
|
2200
|
+
"TaskSet":{
|
2201
|
+
"type":"structure",
|
2202
|
+
"members":{
|
2203
|
+
"id":{"shape":"String"},
|
2204
|
+
"taskSetArn":{"shape":"String"},
|
2205
|
+
"startedBy":{"shape":"String"},
|
2206
|
+
"externalId":{"shape":"String"},
|
2207
|
+
"status":{"shape":"String"},
|
2208
|
+
"taskDefinition":{"shape":"String"},
|
2209
|
+
"computedDesiredCount":{"shape":"Integer"},
|
2210
|
+
"pendingCount":{"shape":"Integer"},
|
2211
|
+
"runningCount":{"shape":"Integer"},
|
2212
|
+
"createdAt":{"shape":"Timestamp"},
|
2213
|
+
"updatedAt":{"shape":"Timestamp"},
|
2214
|
+
"launchType":{"shape":"LaunchType"},
|
2215
|
+
"platformVersion":{"shape":"String"},
|
2216
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"},
|
2217
|
+
"loadBalancers":{"shape":"LoadBalancers"},
|
2218
|
+
"scale":{"shape":"Scale"},
|
2219
|
+
"stabilityStatus":{"shape":"StabilityStatus"},
|
2220
|
+
"stabilityStatusAt":{"shape":"Timestamp"}
|
2221
|
+
}
|
2222
|
+
},
|
2223
|
+
"TaskSets":{
|
2224
|
+
"type":"list",
|
2225
|
+
"member":{"shape":"TaskSet"}
|
2226
|
+
},
|
2165
2227
|
"TaskStopCode":{
|
2166
2228
|
"type":"string",
|
2167
2229
|
"enum":[
|