Skip to content

Commit 5433b81

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent b9f445a commit 5433b81

File tree

11 files changed

+482
-72
lines changed

11 files changed

+482
-72
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AppStream - Updated the API, and documentation for Amazon AppStream.
5+
6+
* Feature - Aws::ApplicationDiscoveryService - Updated the API, and documentation for AWS Application Discovery Service.
7+
8+
* Feature - Aws::DatabaseMigrationService - Updated the waiters for AWS Database Migration Service.
9+
10+
* Feature - Aws::FMS - Updated the API, and documentation for Firewall Management Service.
11+
12+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
13+
414
2.11.208 (2019-01-18)
515
------------------
616

aws-sdk-core/apis/appstream/2016-12-01/api-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,8 @@
835835
"Description":{"shape":"Description"},
836836
"DisplayName":{"shape":"DisplayName"},
837837
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
838-
"DomainJoinInfo":{"shape":"DomainJoinInfo"}
838+
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
839+
"Tags":{"shape":"Tags"}
839840
}
840841
},
841842
"CreateFleetResult":{
@@ -860,7 +861,8 @@
860861
"VpcConfig":{"shape":"VpcConfig"},
861862
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
862863
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
863-
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
864+
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
865+
"Tags":{"shape":"Tags"}
864866
}
865867
},
866868
"CreateImageBuilderResult":{
@@ -895,7 +897,8 @@
895897
"RedirectURL":{"shape":"RedirectURL"},
896898
"FeedbackURL":{"shape":"FeedbackURL"},
897899
"UserSettings":{"shape":"UserSettingList"},
898-
"ApplicationSettings":{"shape":"ApplicationSettings"}
900+
"ApplicationSettings":{"shape":"ApplicationSettings"},
901+
"Tags":{"shape":"Tags"}
899902
}
900903
},
901904
"CreateStackResult":{

aws-sdk-core/apis/appstream/2016-12-01/docs-2.json

Lines changed: 52 additions & 49 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/discovery/2015-11-01/api-2.json

Lines changed: 207 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@
2727
{"shape":"ServerInternalErrorException"}
2828
]
2929
},
30+
"BatchDeleteImportData":{
31+
"name":"BatchDeleteImportData",
32+
"http":{
33+
"method":"POST",
34+
"requestUri":"/"
35+
},
36+
"input":{"shape":"BatchDeleteImportDataRequest"},
37+
"output":{"shape":"BatchDeleteImportDataResponse"},
38+
"errors":[
39+
{"shape":"AuthorizationErrorException"},
40+
{"shape":"InvalidParameterValueException"},
41+
{"shape":"ServerInternalErrorException"}
42+
]
43+
},
3044
"CreateApplication":{
3145
"name":"CreateApplication",
3246
"http":{
@@ -168,6 +182,20 @@
168182
{"shape":"ServerInternalErrorException"}
169183
]
170184
},
185+
"DescribeImportTasks":{
186+
"name":"DescribeImportTasks",
187+
"http":{
188+
"method":"POST",
189+
"requestUri":"/"
190+
},
191+
"input":{"shape":"DescribeImportTasksRequest"},
192+
"output":{"shape":"DescribeImportTasksResponse"},
193+
"errors":[
194+
{"shape":"AuthorizationErrorException"},
195+
{"shape":"InvalidParameterValueException"},
196+
{"shape":"ServerInternalErrorException"}
197+
]
198+
},
171199
"DescribeTags":{
172200
"name":"DescribeTags",
173201
"http":{
@@ -310,6 +338,21 @@
310338
{"shape":"OperationNotPermittedException"}
311339
]
312340
},
341+
"StartImportTask":{
342+
"name":"StartImportTask",
343+
"http":{
344+
"method":"POST",
345+
"requestUri":"/"
346+
},
347+
"input":{"shape":"StartImportTaskRequest"},
348+
"output":{"shape":"StartImportTaskResponse"},
349+
"errors":[
350+
{"shape":"ResourceInUseException"},
351+
{"shape":"AuthorizationErrorException"},
352+
{"shape":"InvalidParameterValueException"},
353+
{"shape":"ServerInternalErrorException"}
354+
]
355+
},
313356
"StopContinuousExport":{
314357
"name":"StopContinuousExport",
315358
"http":{
@@ -446,11 +489,49 @@
446489
},
447490
"exception":true
448491
},
492+
"BatchDeleteImportDataError":{
493+
"type":"structure",
494+
"members":{
495+
"importTaskId":{"shape":"ImportTaskIdentifier"},
496+
"errorCode":{"shape":"BatchDeleteImportDataErrorCode"},
497+
"errorDescription":{"shape":"BatchDeleteImportDataErrorDescription"}
498+
}
499+
},
500+
"BatchDeleteImportDataErrorCode":{
501+
"type":"string",
502+
"enum":[
503+
"NOT_FOUND",
504+
"INTERNAL_SERVER_ERROR"
505+
]
506+
},
507+
"BatchDeleteImportDataErrorDescription":{"type":"string"},
508+
"BatchDeleteImportDataErrorList":{
509+
"type":"list",
510+
"member":{"shape":"BatchDeleteImportDataError"}
511+
},
512+
"BatchDeleteImportDataRequest":{
513+
"type":"structure",
514+
"required":["importTaskIds"],
515+
"members":{
516+
"importTaskIds":{"shape":"ToDeleteIdentifierList"}
517+
}
518+
},
519+
"BatchDeleteImportDataResponse":{
520+
"type":"structure",
521+
"members":{
522+
"errors":{"shape":"BatchDeleteImportDataErrorList"}
523+
}
524+
},
449525
"Boolean":{"type":"boolean"},
450526
"BoxedInteger":{
451527
"type":"integer",
452528
"box":true
453529
},
530+
"ClientRequestToken":{
531+
"type":"string",
532+
"max":100,
533+
"min":1
534+
},
454535
"Condition":{"type":"string"},
455536
"Configuration":{
456537
"type":"map",
@@ -727,6 +808,31 @@
727808
"nextToken":{"shape":"NextToken"}
728809
}
729810
},
811+
"DescribeImportTasksFilterList":{
812+
"type":"list",
813+
"member":{"shape":"ImportTaskFilter"}
814+
},
815+
"DescribeImportTasksMaxResults":{
816+
"type":"integer",
817+
"box":true,
818+
"max":100,
819+
"min":1
820+
},
821+
"DescribeImportTasksRequest":{
822+
"type":"structure",
823+
"members":{
824+
"filters":{"shape":"DescribeImportTasksFilterList"},
825+
"maxResults":{"shape":"DescribeImportTasksMaxResults"},
826+
"nextToken":{"shape":"NextToken"}
827+
}
828+
},
829+
"DescribeImportTasksResponse":{
830+
"type":"structure",
831+
"members":{
832+
"nextToken":{"shape":"NextToken"},
833+
"tasks":{"shape":"ImportTaskList"}
834+
}
835+
},
730836
"DescribeTagsRequest":{
731837
"type":"structure",
732838
"members":{
@@ -868,6 +974,79 @@
868974
"connectorSummary":{"shape":"CustomerConnectorInfo"}
869975
}
870976
},
977+
"ImportStatus":{
978+
"type":"string",
979+
"enum":[
980+
"IMPORT_IN_PROGRESS",
981+
"IMPORT_COMPLETE",
982+
"IMPORT_FAILED",
983+
"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
984+
"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
985+
"DELETE_IN_PROGRESS",
986+
"DELETE_COMPLETE",
987+
"DELETE_FAILED",
988+
"DELETE_FAILED_LIMIT_EXCEEDED"
989+
]
990+
},
991+
"ImportTask":{
992+
"type":"structure",
993+
"members":{
994+
"importTaskId":{"shape":"ImportTaskIdentifier"},
995+
"clientRequestToken":{"shape":"ClientRequestToken"},
996+
"name":{"shape":"ImportTaskName"},
997+
"importUrl":{"shape":"ImportURL"},
998+
"status":{"shape":"ImportStatus"},
999+
"importRequestTime":{"shape":"TimeStamp"},
1000+
"importCompletionTime":{"shape":"TimeStamp"},
1001+
"importDeletedTime":{"shape":"TimeStamp"},
1002+
"serverImportSuccess":{"shape":"Integer"},
1003+
"serverImportFailure":{"shape":"Integer"},
1004+
"applicationImportSuccess":{"shape":"Integer"},
1005+
"applicationImportFailure":{"shape":"Integer"},
1006+
"errorsAndFailedEntriesZip":{"shape":"S3PresignedUrl"}
1007+
}
1008+
},
1009+
"ImportTaskFilter":{
1010+
"type":"structure",
1011+
"members":{
1012+
"name":{"shape":"ImportTaskFilterName"},
1013+
"values":{"shape":"ImportTaskFilterValueList"}
1014+
}
1015+
},
1016+
"ImportTaskFilterName":{
1017+
"type":"string",
1018+
"enum":[
1019+
"IMPORT_TASK_ID",
1020+
"STATUS",
1021+
"NAME"
1022+
]
1023+
},
1024+
"ImportTaskFilterValue":{
1025+
"type":"string",
1026+
"max":100,
1027+
"min":1
1028+
},
1029+
"ImportTaskFilterValueList":{
1030+
"type":"list",
1031+
"member":{"shape":"ImportTaskFilterValue"},
1032+
"max":100,
1033+
"min":1
1034+
},
1035+
"ImportTaskIdentifier":{"type":"string"},
1036+
"ImportTaskList":{
1037+
"type":"list",
1038+
"member":{"shape":"ImportTask"}
1039+
},
1040+
"ImportTaskName":{
1041+
"type":"string",
1042+
"max":100,
1043+
"min":1
1044+
},
1045+
"ImportURL":{
1046+
"type":"string",
1047+
"max":4000,
1048+
"min":1
1049+
},
8711050
"Integer":{"type":"integer"},
8721051
"InvalidParameterException":{
8731052
"type":"structure",
@@ -977,6 +1156,7 @@
9771156
"exception":true
9781157
},
9791158
"S3Bucket":{"type":"string"},
1159+
"S3PresignedUrl":{"type":"string"},
9801160
"SchemaStorageConfig":{
9811161
"type":"map",
9821162
"key":{"shape":"DatabaseName"},
@@ -1033,6 +1213,27 @@
10331213
"exportId":{"shape":"ConfigurationsExportId"}
10341214
}
10351215
},
1216+
"StartImportTaskRequest":{
1217+
"type":"structure",
1218+
"required":[
1219+
"name",
1220+
"importUrl"
1221+
],
1222+
"members":{
1223+
"clientRequestToken":{
1224+
"shape":"ClientRequestToken",
1225+
"idempotencyToken":true
1226+
},
1227+
"name":{"shape":"ImportTaskName"},
1228+
"importUrl":{"shape":"ImportURL"}
1229+
}
1230+
},
1231+
"StartImportTaskResponse":{
1232+
"type":"structure",
1233+
"members":{
1234+
"task":{"shape":"ImportTask"}
1235+
}
1236+
},
10361237
"StopContinuousExportRequest":{
10371238
"type":"structure",
10381239
"required":["exportId"],
@@ -1099,6 +1300,12 @@
10991300
},
11001301
"TagValue":{"type":"string"},
11011302
"TimeStamp":{"type":"timestamp"},
1303+
"ToDeleteIdentifierList":{
1304+
"type":"list",
1305+
"member":{"shape":"ImportTaskIdentifier"},
1306+
"max":10,
1307+
"min":1
1308+
},
11021309
"UpdateApplicationRequest":{
11031310
"type":"structure",
11041311
"required":["configurationId"],

0 commit comments

Comments
 (0)