aws-sdk-core 2.11.172 → 2.11.173
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ce/2017-10-25/api-2.json +65 -0
- data/apis/comprehend/2017-11-27/api-2.json +243 -0
- data/apis/ecs/2014-11-13/api-2.json +21 -2
- data/apis/ssm/2014-11-06/api-2.json +85 -5
- data/apis/workspaces/2015-04-08/api-2.json +327 -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: 398d5de6ac0304bb9796f9855f4d6417af66cf24
|
4
|
+
data.tar.gz: 8f10a47431675f37437ccd981dbd66ad892bf256
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8901d4162650904db5f9a28b7603e838f54cb60a784515d17195ba57967c3279da2c95dffdc3114ff384bfce5542a8251efcdca32c5f841bc49ce11296422d78
|
7
|
+
data.tar.gz: 76588b03d278668912ce9fb3888864fd20400c373a95db2295e3057e35db23e2cec48edb03517e5608f4de3b30506afb67e60e799b34442a9f7a020ff030bf29
|
@@ -30,6 +30,19 @@
|
|
30
30
|
{"shape":"RequestChangedException"}
|
31
31
|
]
|
32
32
|
},
|
33
|
+
"GetCostForecast":{
|
34
|
+
"name":"GetCostForecast",
|
35
|
+
"http":{
|
36
|
+
"method":"POST",
|
37
|
+
"requestUri":"/"
|
38
|
+
},
|
39
|
+
"input":{"shape":"GetCostForecastRequest"},
|
40
|
+
"output":{"shape":"GetCostForecastResponse"},
|
41
|
+
"errors":[
|
42
|
+
{"shape":"LimitExceededException"},
|
43
|
+
{"shape":"DataUnavailableException"}
|
44
|
+
]
|
45
|
+
},
|
33
46
|
"GetDimensionValues":{
|
34
47
|
"name":"GetDimensionValues",
|
35
48
|
"http":{
|
@@ -284,6 +297,19 @@
|
|
284
297
|
"type":"list",
|
285
298
|
"member":{"shape":"Expression"}
|
286
299
|
},
|
300
|
+
"ForecastResult":{
|
301
|
+
"type":"structure",
|
302
|
+
"members":{
|
303
|
+
"TimePeriod":{"shape":"DateInterval"},
|
304
|
+
"MeanValue":{"shape":"GenericString"},
|
305
|
+
"PredictionIntervalLowerBound":{"shape":"GenericString"},
|
306
|
+
"PredictionIntervalUpperBound":{"shape":"GenericString"}
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"ForecastResultsByTime":{
|
310
|
+
"type":"list",
|
311
|
+
"member":{"shape":"ForecastResult"}
|
312
|
+
},
|
287
313
|
"GenericBoolean":{"type":"boolean"},
|
288
314
|
"GenericString":{"type":"string"},
|
289
315
|
"GetCostAndUsageRequest":{
|
@@ -305,6 +331,28 @@
|
|
305
331
|
"ResultsByTime":{"shape":"ResultsByTime"}
|
306
332
|
}
|
307
333
|
},
|
334
|
+
"GetCostForecastRequest":{
|
335
|
+
"type":"structure",
|
336
|
+
"required":[
|
337
|
+
"TimePeriod",
|
338
|
+
"Metric",
|
339
|
+
"Granularity"
|
340
|
+
],
|
341
|
+
"members":{
|
342
|
+
"TimePeriod":{"shape":"DateInterval"},
|
343
|
+
"Metric":{"shape":"Metric"},
|
344
|
+
"Granularity":{"shape":"Granularity"},
|
345
|
+
"Filter":{"shape":"Expression"},
|
346
|
+
"PredictionIntervalLevel":{"shape":"PredictionIntervalLevel"}
|
347
|
+
}
|
348
|
+
},
|
349
|
+
"GetCostForecastResponse":{
|
350
|
+
"type":"structure",
|
351
|
+
"members":{
|
352
|
+
"Total":{"shape":"MetricValue"},
|
353
|
+
"ForecastResultsByTime":{"shape":"ForecastResultsByTime"}
|
354
|
+
}
|
355
|
+
},
|
308
356
|
"GetDimensionValuesRequest":{
|
309
357
|
"type":"structure",
|
310
358
|
"required":[
|
@@ -495,6 +543,18 @@
|
|
495
543
|
"SIXTY_DAYS"
|
496
544
|
]
|
497
545
|
},
|
546
|
+
"Metric":{
|
547
|
+
"type":"string",
|
548
|
+
"enum":[
|
549
|
+
"BLENDED_COST",
|
550
|
+
"UNBLENDED_COST",
|
551
|
+
"AMORTIZED_COST",
|
552
|
+
"NET_UNBLENDED_COST",
|
553
|
+
"NET_AMORTIZED_COST",
|
554
|
+
"USAGE_QUANTITY",
|
555
|
+
"NORMALIZED_USAGE_AMOUNT"
|
556
|
+
]
|
557
|
+
},
|
498
558
|
"MetricAmount":{"type":"string"},
|
499
559
|
"MetricName":{"type":"string"},
|
500
560
|
"MetricNames":{
|
@@ -541,6 +601,11 @@
|
|
541
601
|
"HEAVY_UTILIZATION"
|
542
602
|
]
|
543
603
|
},
|
604
|
+
"PredictionIntervalLevel":{
|
605
|
+
"type":"integer",
|
606
|
+
"max":99,
|
607
|
+
"min":51
|
608
|
+
},
|
544
609
|
"PurchasedHours":{"type":"string"},
|
545
610
|
"RDSInstanceDetails":{
|
546
611
|
"type":"structure",
|
@@ -109,6 +109,23 @@
|
|
109
109
|
{"shape":"InternalServerException"}
|
110
110
|
]
|
111
111
|
},
|
112
|
+
"CreateEntityRecognizer":{
|
113
|
+
"name":"CreateEntityRecognizer",
|
114
|
+
"http":{
|
115
|
+
"method":"POST",
|
116
|
+
"requestUri":"/"
|
117
|
+
},
|
118
|
+
"input":{"shape":"CreateEntityRecognizerRequest"},
|
119
|
+
"output":{"shape":"CreateEntityRecognizerResponse"},
|
120
|
+
"errors":[
|
121
|
+
{"shape":"InvalidRequestException"},
|
122
|
+
{"shape":"ResourceInUseException"},
|
123
|
+
{"shape":"TooManyRequestsException"},
|
124
|
+
{"shape":"ResourceLimitExceededException"},
|
125
|
+
{"shape":"UnsupportedLanguageException"},
|
126
|
+
{"shape":"InternalServerException"}
|
127
|
+
]
|
128
|
+
},
|
112
129
|
"DeleteDocumentClassifier":{
|
113
130
|
"name":"DeleteDocumentClassifier",
|
114
131
|
"http":{
|
@@ -126,6 +143,23 @@
|
|
126
143
|
{"shape":"InternalServerException"}
|
127
144
|
]
|
128
145
|
},
|
146
|
+
"DeleteEntityRecognizer":{
|
147
|
+
"name":"DeleteEntityRecognizer",
|
148
|
+
"http":{
|
149
|
+
"method":"POST",
|
150
|
+
"requestUri":"/"
|
151
|
+
},
|
152
|
+
"input":{"shape":"DeleteEntityRecognizerRequest"},
|
153
|
+
"output":{"shape":"DeleteEntityRecognizerResponse"},
|
154
|
+
"errors":[
|
155
|
+
{"shape":"InvalidRequestException"},
|
156
|
+
{"shape":"TooManyRequestsException"},
|
157
|
+
{"shape":"ResourceNotFoundException"},
|
158
|
+
{"shape":"ResourceUnavailableException"},
|
159
|
+
{"shape":"ResourceInUseException"},
|
160
|
+
{"shape":"InternalServerException"}
|
161
|
+
]
|
162
|
+
},
|
129
163
|
"DescribeDocumentClassificationJob":{
|
130
164
|
"name":"DescribeDocumentClassificationJob",
|
131
165
|
"http":{
|
@@ -186,6 +220,21 @@
|
|
186
220
|
{"shape":"InternalServerException"}
|
187
221
|
]
|
188
222
|
},
|
223
|
+
"DescribeEntityRecognizer":{
|
224
|
+
"name":"DescribeEntityRecognizer",
|
225
|
+
"http":{
|
226
|
+
"method":"POST",
|
227
|
+
"requestUri":"/"
|
228
|
+
},
|
229
|
+
"input":{"shape":"DescribeEntityRecognizerRequest"},
|
230
|
+
"output":{"shape":"DescribeEntityRecognizerResponse"},
|
231
|
+
"errors":[
|
232
|
+
{"shape":"InvalidRequestException"},
|
233
|
+
{"shape":"TooManyRequestsException"},
|
234
|
+
{"shape":"ResourceNotFoundException"},
|
235
|
+
{"shape":"InternalServerException"}
|
236
|
+
]
|
237
|
+
},
|
189
238
|
"DescribeKeyPhrasesDetectionJob":{
|
190
239
|
"name":"DescribeKeyPhrasesDetectionJob",
|
191
240
|
"http":{
|
@@ -365,6 +414,21 @@
|
|
365
414
|
{"shape":"InternalServerException"}
|
366
415
|
]
|
367
416
|
},
|
417
|
+
"ListEntityRecognizers":{
|
418
|
+
"name":"ListEntityRecognizers",
|
419
|
+
"http":{
|
420
|
+
"method":"POST",
|
421
|
+
"requestUri":"/"
|
422
|
+
},
|
423
|
+
"input":{"shape":"ListEntityRecognizersRequest"},
|
424
|
+
"output":{"shape":"ListEntityRecognizersResponse"},
|
425
|
+
"errors":[
|
426
|
+
{"shape":"InvalidRequestException"},
|
427
|
+
{"shape":"TooManyRequestsException"},
|
428
|
+
{"shape":"InvalidFilterException"},
|
429
|
+
{"shape":"InternalServerException"}
|
430
|
+
]
|
431
|
+
},
|
368
432
|
"ListKeyPhrasesDetectionJobs":{
|
369
433
|
"name":"ListKeyPhrasesDetectionJobs",
|
370
434
|
"http":{
|
@@ -451,6 +515,8 @@
|
|
451
515
|
"errors":[
|
452
516
|
{"shape":"InvalidRequestException"},
|
453
517
|
{"shape":"TooManyRequestsException"},
|
518
|
+
{"shape":"ResourceNotFoundException"},
|
519
|
+
{"shape":"ResourceUnavailableException"},
|
454
520
|
{"shape":"InternalServerException"}
|
455
521
|
]
|
456
522
|
},
|
@@ -770,6 +836,31 @@
|
|
770
836
|
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"}
|
771
837
|
}
|
772
838
|
},
|
839
|
+
"CreateEntityRecognizerRequest":{
|
840
|
+
"type":"structure",
|
841
|
+
"required":[
|
842
|
+
"RecognizerName",
|
843
|
+
"DataAccessRoleArn",
|
844
|
+
"InputDataConfig",
|
845
|
+
"LanguageCode"
|
846
|
+
],
|
847
|
+
"members":{
|
848
|
+
"RecognizerName":{"shape":"ComprehendArnName"},
|
849
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
850
|
+
"InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
|
851
|
+
"ClientRequestToken":{
|
852
|
+
"shape":"ClientRequestTokenString",
|
853
|
+
"idempotencyToken":true
|
854
|
+
},
|
855
|
+
"LanguageCode":{"shape":"LanguageCode"}
|
856
|
+
}
|
857
|
+
},
|
858
|
+
"CreateEntityRecognizerResponse":{
|
859
|
+
"type":"structure",
|
860
|
+
"members":{
|
861
|
+
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"}
|
862
|
+
}
|
863
|
+
},
|
773
864
|
"DeleteDocumentClassifierRequest":{
|
774
865
|
"type":"structure",
|
775
866
|
"required":["DocumentClassifierArn"],
|
@@ -782,6 +873,18 @@
|
|
782
873
|
"members":{
|
783
874
|
}
|
784
875
|
},
|
876
|
+
"DeleteEntityRecognizerRequest":{
|
877
|
+
"type":"structure",
|
878
|
+
"required":["EntityRecognizerArn"],
|
879
|
+
"members":{
|
880
|
+
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"}
|
881
|
+
}
|
882
|
+
},
|
883
|
+
"DeleteEntityRecognizerResponse":{
|
884
|
+
"type":"structure",
|
885
|
+
"members":{
|
886
|
+
}
|
887
|
+
},
|
785
888
|
"DescribeDocumentClassificationJobRequest":{
|
786
889
|
"type":"structure",
|
787
890
|
"required":["JobId"],
|
@@ -834,6 +937,19 @@
|
|
834
937
|
"EntitiesDetectionJobProperties":{"shape":"EntitiesDetectionJobProperties"}
|
835
938
|
}
|
836
939
|
},
|
940
|
+
"DescribeEntityRecognizerRequest":{
|
941
|
+
"type":"structure",
|
942
|
+
"required":["EntityRecognizerArn"],
|
943
|
+
"members":{
|
944
|
+
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"}
|
945
|
+
}
|
946
|
+
},
|
947
|
+
"DescribeEntityRecognizerResponse":{
|
948
|
+
"type":"structure",
|
949
|
+
"members":{
|
950
|
+
"EntityRecognizerProperties":{"shape":"EntityRecognizerProperties"}
|
951
|
+
}
|
952
|
+
},
|
837
953
|
"DescribeKeyPhrasesDetectionJobRequest":{
|
838
954
|
"type":"structure",
|
839
955
|
"required":["JobId"],
|
@@ -1076,6 +1192,7 @@
|
|
1076
1192
|
"Message":{"shape":"AnyLengthString"},
|
1077
1193
|
"SubmitTime":{"shape":"Timestamp"},
|
1078
1194
|
"EndTime":{"shape":"Timestamp"},
|
1195
|
+
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"},
|
1079
1196
|
"InputDataConfig":{"shape":"InputDataConfig"},
|
1080
1197
|
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
1081
1198
|
"LanguageCode":{"shape":"LanguageCode"},
|
@@ -1096,6 +1213,100 @@
|
|
1096
1213
|
"EndOffset":{"shape":"Integer"}
|
1097
1214
|
}
|
1098
1215
|
},
|
1216
|
+
"EntityRecognizerAnnotations":{
|
1217
|
+
"type":"structure",
|
1218
|
+
"required":["S3Uri"],
|
1219
|
+
"members":{
|
1220
|
+
"S3Uri":{"shape":"S3Uri"}
|
1221
|
+
}
|
1222
|
+
},
|
1223
|
+
"EntityRecognizerArn":{
|
1224
|
+
"type":"string",
|
1225
|
+
"max":256,
|
1226
|
+
"pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
1227
|
+
},
|
1228
|
+
"EntityRecognizerDocuments":{
|
1229
|
+
"type":"structure",
|
1230
|
+
"required":["S3Uri"],
|
1231
|
+
"members":{
|
1232
|
+
"S3Uri":{"shape":"S3Uri"}
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"EntityRecognizerEntityList":{
|
1236
|
+
"type":"structure",
|
1237
|
+
"required":["S3Uri"],
|
1238
|
+
"members":{
|
1239
|
+
"S3Uri":{"shape":"S3Uri"}
|
1240
|
+
}
|
1241
|
+
},
|
1242
|
+
"EntityRecognizerEvaluationMetrics":{
|
1243
|
+
"type":"structure",
|
1244
|
+
"members":{
|
1245
|
+
"Precision":{"shape":"Double"},
|
1246
|
+
"Recall":{"shape":"Double"},
|
1247
|
+
"F1Score":{"shape":"Double"}
|
1248
|
+
}
|
1249
|
+
},
|
1250
|
+
"EntityRecognizerFilter":{
|
1251
|
+
"type":"structure",
|
1252
|
+
"members":{
|
1253
|
+
"Status":{"shape":"ModelStatus"},
|
1254
|
+
"SubmitTimeBefore":{"shape":"Timestamp"},
|
1255
|
+
"SubmitTimeAfter":{"shape":"Timestamp"}
|
1256
|
+
}
|
1257
|
+
},
|
1258
|
+
"EntityRecognizerInputDataConfig":{
|
1259
|
+
"type":"structure",
|
1260
|
+
"required":[
|
1261
|
+
"EntityTypes",
|
1262
|
+
"Documents"
|
1263
|
+
],
|
1264
|
+
"members":{
|
1265
|
+
"EntityTypes":{"shape":"EntityTypesList"},
|
1266
|
+
"Documents":{"shape":"EntityRecognizerDocuments"},
|
1267
|
+
"Annotations":{"shape":"EntityRecognizerAnnotations"},
|
1268
|
+
"EntityList":{"shape":"EntityRecognizerEntityList"}
|
1269
|
+
}
|
1270
|
+
},
|
1271
|
+
"EntityRecognizerMetadata":{
|
1272
|
+
"type":"structure",
|
1273
|
+
"members":{
|
1274
|
+
"NumberOfTrainedDocuments":{"shape":"Integer"},
|
1275
|
+
"NumberOfTestDocuments":{"shape":"Integer"},
|
1276
|
+
"EvaluationMetrics":{"shape":"EntityRecognizerEvaluationMetrics"},
|
1277
|
+
"EntityTypes":{"shape":"EntityRecognizerMetadataEntityTypesList"}
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
"EntityRecognizerMetadataEntityTypesList":{
|
1281
|
+
"type":"list",
|
1282
|
+
"member":{"shape":"EntityRecognizerMetadataEntityTypesListItem"}
|
1283
|
+
},
|
1284
|
+
"EntityRecognizerMetadataEntityTypesListItem":{
|
1285
|
+
"type":"structure",
|
1286
|
+
"members":{
|
1287
|
+
"Type":{"shape":"AnyLengthString"}
|
1288
|
+
}
|
1289
|
+
},
|
1290
|
+
"EntityRecognizerProperties":{
|
1291
|
+
"type":"structure",
|
1292
|
+
"members":{
|
1293
|
+
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"},
|
1294
|
+
"LanguageCode":{"shape":"LanguageCode"},
|
1295
|
+
"Status":{"shape":"ModelStatus"},
|
1296
|
+
"Message":{"shape":"AnyLengthString"},
|
1297
|
+
"SubmitTime":{"shape":"Timestamp"},
|
1298
|
+
"EndTime":{"shape":"Timestamp"},
|
1299
|
+
"TrainingStartTime":{"shape":"Timestamp"},
|
1300
|
+
"TrainingEndTime":{"shape":"Timestamp"},
|
1301
|
+
"InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
|
1302
|
+
"RecognizerMetadata":{"shape":"EntityRecognizerMetadata"},
|
1303
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"}
|
1304
|
+
}
|
1305
|
+
},
|
1306
|
+
"EntityRecognizerPropertiesList":{
|
1307
|
+
"type":"list",
|
1308
|
+
"member":{"shape":"EntityRecognizerProperties"}
|
1309
|
+
},
|
1099
1310
|
"EntityType":{
|
1100
1311
|
"type":"string",
|
1101
1312
|
"enum":[
|
@@ -1110,6 +1321,22 @@
|
|
1110
1321
|
"OTHER"
|
1111
1322
|
]
|
1112
1323
|
},
|
1324
|
+
"EntityTypeName":{
|
1325
|
+
"type":"string",
|
1326
|
+
"max":64,
|
1327
|
+
"pattern":"[_A-Z0-9]+"
|
1328
|
+
},
|
1329
|
+
"EntityTypesList":{
|
1330
|
+
"type":"list",
|
1331
|
+
"member":{"shape":"EntityTypesListItem"}
|
1332
|
+
},
|
1333
|
+
"EntityTypesListItem":{
|
1334
|
+
"type":"structure",
|
1335
|
+
"required":["Type"],
|
1336
|
+
"members":{
|
1337
|
+
"Type":{"shape":"EntityTypeName"}
|
1338
|
+
}
|
1339
|
+
},
|
1113
1340
|
"Float":{"type":"float"},
|
1114
1341
|
"IamRoleArn":{
|
1115
1342
|
"type":"string",
|
@@ -1293,6 +1520,21 @@
|
|
1293
1520
|
"NextToken":{"shape":"String"}
|
1294
1521
|
}
|
1295
1522
|
},
|
1523
|
+
"ListEntityRecognizersRequest":{
|
1524
|
+
"type":"structure",
|
1525
|
+
"members":{
|
1526
|
+
"Filter":{"shape":"EntityRecognizerFilter"},
|
1527
|
+
"NextToken":{"shape":"String"},
|
1528
|
+
"MaxResults":{"shape":"MaxResultsInteger"}
|
1529
|
+
}
|
1530
|
+
},
|
1531
|
+
"ListEntityRecognizersResponse":{
|
1532
|
+
"type":"structure",
|
1533
|
+
"members":{
|
1534
|
+
"EntityRecognizerPropertiesList":{"shape":"EntityRecognizerPropertiesList"},
|
1535
|
+
"NextToken":{"shape":"String"}
|
1536
|
+
}
|
1537
|
+
},
|
1296
1538
|
"ListKeyPhrasesDetectionJobsRequest":{
|
1297
1539
|
"type":"structure",
|
1298
1540
|
"members":{
|
@@ -1575,6 +1817,7 @@
|
|
1575
1817
|
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
1576
1818
|
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
1577
1819
|
"JobName":{"shape":"JobName"},
|
1820
|
+
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"},
|
1578
1821
|
"LanguageCode":{"shape":"LanguageCode"},
|
1579
1822
|
"ClientRequestToken":{
|
1580
1823
|
"shape":"ClientRequestTokenString",
|
@@ -1241,6 +1241,14 @@
|
|
1241
1241
|
},
|
1242
1242
|
"exception":true
|
1243
1243
|
},
|
1244
|
+
"IpcMode":{
|
1245
|
+
"type":"string",
|
1246
|
+
"enum":[
|
1247
|
+
"host",
|
1248
|
+
"task",
|
1249
|
+
"none"
|
1250
|
+
]
|
1251
|
+
},
|
1244
1252
|
"KernelCapabilities":{
|
1245
1253
|
"type":"structure",
|
1246
1254
|
"members":{
|
@@ -1527,6 +1535,13 @@
|
|
1527
1535
|
},
|
1528
1536
|
"exception":true
|
1529
1537
|
},
|
1538
|
+
"PidMode":{
|
1539
|
+
"type":"string",
|
1540
|
+
"enum":[
|
1541
|
+
"host",
|
1542
|
+
"task"
|
1543
|
+
]
|
1544
|
+
},
|
1530
1545
|
"PlacementConstraint":{
|
1531
1546
|
"type":"structure",
|
1532
1547
|
"members":{
|
@@ -1663,7 +1678,9 @@
|
|
1663
1678
|
"requiresCompatibilities":{"shape":"CompatibilityList"},
|
1664
1679
|
"cpu":{"shape":"String"},
|
1665
1680
|
"memory":{"shape":"String"},
|
1666
|
-
"tags":{"shape":"Tags"}
|
1681
|
+
"tags":{"shape":"Tags"},
|
1682
|
+
"pidMode":{"shape":"PidMode"},
|
1683
|
+
"ipcMode":{"shape":"IpcMode"}
|
1667
1684
|
}
|
1668
1685
|
},
|
1669
1686
|
"RegisterTaskDefinitionResponse":{
|
@@ -2086,7 +2103,9 @@
|
|
2086
2103
|
"compatibilities":{"shape":"CompatibilityList"},
|
2087
2104
|
"requiresCompatibilities":{"shape":"CompatibilityList"},
|
2088
2105
|
"cpu":{"shape":"String"},
|
2089
|
-
"memory":{"shape":"String"}
|
2106
|
+
"memory":{"shape":"String"},
|
2107
|
+
"pidMode":{"shape":"PidMode"},
|
2108
|
+
"ipcMode":{"shape":"IpcMode"}
|
2090
2109
|
}
|
2091
2110
|
},
|
2092
2111
|
"TaskDefinitionFamilyStatus":{
|
@@ -1635,6 +1635,7 @@
|
|
1635
1635
|
}
|
1636
1636
|
},
|
1637
1637
|
"shapes":{
|
1638
|
+
"Account":{"type":"string"},
|
1638
1639
|
"AccountId":{
|
1639
1640
|
"type":"string",
|
1640
1641
|
"pattern":"(?i)all|[0-9]{12}"
|
@@ -1644,6 +1645,12 @@
|
|
1644
1645
|
"member":{"shape":"AccountId"},
|
1645
1646
|
"max":20
|
1646
1647
|
},
|
1648
|
+
"Accounts":{
|
1649
|
+
"type":"list",
|
1650
|
+
"member":{"shape":"Account"},
|
1651
|
+
"max":50,
|
1652
|
+
"min":1
|
1653
|
+
},
|
1647
1654
|
"Activation":{
|
1648
1655
|
"type":"structure",
|
1649
1656
|
"members":{
|
@@ -2088,7 +2095,12 @@
|
|
2088
2095
|
"ResolvedTargets":{"shape":"ResolvedTargets"},
|
2089
2096
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
2090
2097
|
"MaxErrors":{"shape":"MaxErrors"},
|
2091
|
-
"Target":{"shape":"String"}
|
2098
|
+
"Target":{"shape":"String"},
|
2099
|
+
"TargetLocations":{
|
2100
|
+
"shape":"TargetLocations",
|
2101
|
+
"box":true
|
2102
|
+
},
|
2103
|
+
"ProgressCounters":{"shape":"ProgressCounters"}
|
2092
2104
|
}
|
2093
2105
|
},
|
2094
2106
|
"AutomationExecutionFilter":{
|
@@ -2111,7 +2123,8 @@
|
|
2111
2123
|
"ParentExecutionId",
|
2112
2124
|
"CurrentAction",
|
2113
2125
|
"StartTimeBefore",
|
2114
|
-
"StartTimeAfter"
|
2126
|
+
"StartTimeAfter",
|
2127
|
+
"AutomationType"
|
2115
2128
|
]
|
2116
2129
|
},
|
2117
2130
|
"AutomationExecutionFilterList":{
|
@@ -2166,7 +2179,8 @@
|
|
2166
2179
|
"ResolvedTargets":{"shape":"ResolvedTargets"},
|
2167
2180
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
2168
2181
|
"MaxErrors":{"shape":"MaxErrors"},
|
2169
|
-
"Target":{"shape":"String"}
|
2182
|
+
"Target":{"shape":"String"},
|
2183
|
+
"AutomationType":{"shape":"AutomationType"}
|
2170
2184
|
}
|
2171
2185
|
},
|
2172
2186
|
"AutomationExecutionMetadataList":{
|
@@ -2223,6 +2237,13 @@
|
|
2223
2237
|
},
|
2224
2238
|
"exception":true
|
2225
2239
|
},
|
2240
|
+
"AutomationType":{
|
2241
|
+
"type":"string",
|
2242
|
+
"enum":[
|
2243
|
+
"CrossAccount",
|
2244
|
+
"Local"
|
2245
|
+
]
|
2246
|
+
},
|
2226
2247
|
"BaselineDescription":{
|
2227
2248
|
"type":"string",
|
2228
2249
|
"max":1024,
|
@@ -3917,6 +3938,11 @@
|
|
3917
3938
|
"Interactive"
|
3918
3939
|
]
|
3919
3940
|
},
|
3941
|
+
"ExecutionRoleName":{
|
3942
|
+
"type":"string",
|
3943
|
+
"max":64,
|
3944
|
+
"min":1
|
3945
|
+
},
|
3920
3946
|
"ExpirationDate":{"type":"timestamp"},
|
3921
3947
|
"FailedCreateAssociation":{
|
3922
3948
|
"type":"structure",
|
@@ -6663,6 +6689,16 @@
|
|
6663
6689
|
"member":{"shape":"PlatformType"}
|
6664
6690
|
},
|
6665
6691
|
"Product":{"type":"string"},
|
6692
|
+
"ProgressCounters":{
|
6693
|
+
"type":"structure",
|
6694
|
+
"members":{
|
6695
|
+
"TotalSteps":{"shape":"Integer"},
|
6696
|
+
"SuccessSteps":{"shape":"Integer"},
|
6697
|
+
"FailedSteps":{"shape":"Integer"},
|
6698
|
+
"CancelledSteps":{"shape":"Integer"},
|
6699
|
+
"TimedOutSteps":{"shape":"Integer"}
|
6700
|
+
}
|
6701
|
+
},
|
6666
6702
|
"PutComplianceItemsRequest":{
|
6667
6703
|
"type":"structure",
|
6668
6704
|
"required":[
|
@@ -6730,6 +6766,13 @@
|
|
6730
6766
|
"Version":{"shape":"PSParameterVersion"}
|
6731
6767
|
}
|
6732
6768
|
},
|
6769
|
+
"Region":{"type":"string"},
|
6770
|
+
"Regions":{
|
6771
|
+
"type":"list",
|
6772
|
+
"member":{"shape":"Region"},
|
6773
|
+
"max":50,
|
6774
|
+
"min":1
|
6775
|
+
},
|
6733
6776
|
"RegisterDefaultPatchBaselineRequest":{
|
6734
6777
|
"type":"structure",
|
6735
6778
|
"required":["BaselineId"],
|
@@ -7321,7 +7364,11 @@
|
|
7321
7364
|
"Targets":{"shape":"Targets"},
|
7322
7365
|
"TargetMaps":{"shape":"TargetMaps"},
|
7323
7366
|
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
7324
|
-
"MaxErrors":{"shape":"MaxErrors"}
|
7367
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
7368
|
+
"TargetLocations":{
|
7369
|
+
"shape":"TargetLocations",
|
7370
|
+
"box":true
|
7371
|
+
}
|
7325
7372
|
}
|
7326
7373
|
},
|
7327
7374
|
"StartAutomationExecutionResult":{
|
@@ -7405,7 +7452,15 @@
|
|
7405
7452
|
"shape":"Boolean",
|
7406
7453
|
"box":true
|
7407
7454
|
},
|
7408
|
-
"ValidNextSteps":{"shape":"ValidNextStepList"}
|
7455
|
+
"ValidNextSteps":{"shape":"ValidNextStepList"},
|
7456
|
+
"Targets":{
|
7457
|
+
"shape":"Targets",
|
7458
|
+
"box":true
|
7459
|
+
},
|
7460
|
+
"TargetLocation":{
|
7461
|
+
"shape":"TargetLocation",
|
7462
|
+
"box":true
|
7463
|
+
}
|
7409
7464
|
}
|
7410
7465
|
},
|
7411
7466
|
"StepExecutionFilter":{
|
@@ -7536,6 +7591,31 @@
|
|
7536
7591
|
"min":1,
|
7537
7592
|
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
|
7538
7593
|
},
|
7594
|
+
"TargetLocation":{
|
7595
|
+
"type":"structure",
|
7596
|
+
"members":{
|
7597
|
+
"Accounts":{"shape":"Accounts"},
|
7598
|
+
"Regions":{"shape":"Regions"},
|
7599
|
+
"TargetLocationMaxConcurrency":{
|
7600
|
+
"shape":"MaxConcurrency",
|
7601
|
+
"box":true
|
7602
|
+
},
|
7603
|
+
"TargetLocationMaxErrors":{
|
7604
|
+
"shape":"MaxErrors",
|
7605
|
+
"box":true
|
7606
|
+
},
|
7607
|
+
"ExecutionRoleName":{
|
7608
|
+
"shape":"ExecutionRoleName",
|
7609
|
+
"box":true
|
7610
|
+
}
|
7611
|
+
}
|
7612
|
+
},
|
7613
|
+
"TargetLocations":{
|
7614
|
+
"type":"list",
|
7615
|
+
"member":{"shape":"TargetLocation"},
|
7616
|
+
"max":100,
|
7617
|
+
"min":1
|
7618
|
+
},
|
7539
7619
|
"TargetMap":{
|
7540
7620
|
"type":"map",
|
7541
7621
|
"key":{"shape":"TargetMapKey"},
|
@@ -116,6 +116,44 @@
|
|
116
116
|
{"shape":"InvalidParameterValuesException"}
|
117
117
|
]
|
118
118
|
},
|
119
|
+
"DeleteWorkspaceImage":{
|
120
|
+
"name":"DeleteWorkspaceImage",
|
121
|
+
"http":{
|
122
|
+
"method":"POST",
|
123
|
+
"requestUri":"/"
|
124
|
+
},
|
125
|
+
"input":{"shape":"DeleteWorkspaceImageRequest"},
|
126
|
+
"output":{"shape":"DeleteWorkspaceImageResult"},
|
127
|
+
"errors":[
|
128
|
+
{"shape":"ResourceAssociatedException"},
|
129
|
+
{"shape":"InvalidResourceStateException"},
|
130
|
+
{"shape":"AccessDeniedException"}
|
131
|
+
]
|
132
|
+
},
|
133
|
+
"DescribeAccount":{
|
134
|
+
"name":"DescribeAccount",
|
135
|
+
"http":{
|
136
|
+
"method":"POST",
|
137
|
+
"requestUri":"/"
|
138
|
+
},
|
139
|
+
"input":{"shape":"DescribeAccountRequest"},
|
140
|
+
"output":{"shape":"DescribeAccountResult"},
|
141
|
+
"errors":[
|
142
|
+
{"shape":"AccessDeniedException"}
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"DescribeAccountModifications":{
|
146
|
+
"name":"DescribeAccountModifications",
|
147
|
+
"http":{
|
148
|
+
"method":"POST",
|
149
|
+
"requestUri":"/"
|
150
|
+
},
|
151
|
+
"input":{"shape":"DescribeAccountModificationsRequest"},
|
152
|
+
"output":{"shape":"DescribeAccountModificationsResult"},
|
153
|
+
"errors":[
|
154
|
+
{"shape":"AccessDeniedException"}
|
155
|
+
]
|
156
|
+
},
|
119
157
|
"DescribeIpGroups":{
|
120
158
|
"name":"DescribeIpGroups",
|
121
159
|
"http":{
|
@@ -165,6 +203,18 @@
|
|
165
203
|
{"shape":"InvalidParameterValuesException"}
|
166
204
|
]
|
167
205
|
},
|
206
|
+
"DescribeWorkspaceImages":{
|
207
|
+
"name":"DescribeWorkspaceImages",
|
208
|
+
"http":{
|
209
|
+
"method":"POST",
|
210
|
+
"requestUri":"/"
|
211
|
+
},
|
212
|
+
"input":{"shape":"DescribeWorkspaceImagesRequest"},
|
213
|
+
"output":{"shape":"DescribeWorkspaceImagesResult"},
|
214
|
+
"errors":[
|
215
|
+
{"shape":"AccessDeniedException"}
|
216
|
+
]
|
217
|
+
},
|
168
218
|
"DescribeWorkspaces":{
|
169
219
|
"name":"DescribeWorkspaces",
|
170
220
|
"http":{
|
@@ -205,6 +255,51 @@
|
|
205
255
|
{"shape":"AccessDeniedException"}
|
206
256
|
]
|
207
257
|
},
|
258
|
+
"ImportWorkspaceImage":{
|
259
|
+
"name":"ImportWorkspaceImage",
|
260
|
+
"http":{
|
261
|
+
"method":"POST",
|
262
|
+
"requestUri":"/"
|
263
|
+
},
|
264
|
+
"input":{"shape":"ImportWorkspaceImageRequest"},
|
265
|
+
"output":{"shape":"ImportWorkspaceImageResult"},
|
266
|
+
"errors":[
|
267
|
+
{"shape":"ResourceLimitExceededException"},
|
268
|
+
{"shape":"ResourceAlreadyExistsException"},
|
269
|
+
{"shape":"ResourceNotFoundException"},
|
270
|
+
{"shape":"OperationNotSupportedException"},
|
271
|
+
{"shape":"AccessDeniedException"}
|
272
|
+
]
|
273
|
+
},
|
274
|
+
"ListAvailableManagementCidrRanges":{
|
275
|
+
"name":"ListAvailableManagementCidrRanges",
|
276
|
+
"http":{
|
277
|
+
"method":"POST",
|
278
|
+
"requestUri":"/"
|
279
|
+
},
|
280
|
+
"input":{"shape":"ListAvailableManagementCidrRangesRequest"},
|
281
|
+
"output":{"shape":"ListAvailableManagementCidrRangesResult"},
|
282
|
+
"errors":[
|
283
|
+
{"shape":"InvalidParameterValuesException"},
|
284
|
+
{"shape":"AccessDeniedException"}
|
285
|
+
]
|
286
|
+
},
|
287
|
+
"ModifyAccount":{
|
288
|
+
"name":"ModifyAccount",
|
289
|
+
"http":{
|
290
|
+
"method":"POST",
|
291
|
+
"requestUri":"/"
|
292
|
+
},
|
293
|
+
"input":{"shape":"ModifyAccountRequest"},
|
294
|
+
"output":{"shape":"ModifyAccountResult"},
|
295
|
+
"errors":[
|
296
|
+
{"shape":"InvalidParameterValuesException"},
|
297
|
+
{"shape":"AccessDeniedException"},
|
298
|
+
{"shape":"InvalidResourceStateException"},
|
299
|
+
{"shape":"ResourceUnavailableException"},
|
300
|
+
{"shape":"ResourceNotFoundException"}
|
301
|
+
]
|
302
|
+
},
|
208
303
|
"ModifyWorkspaceProperties":{
|
209
304
|
"name":"ModifyWorkspaceProperties",
|
210
305
|
"http":{
|
@@ -326,6 +421,21 @@
|
|
326
421
|
},
|
327
422
|
"exception":true
|
328
423
|
},
|
424
|
+
"AccountModification":{
|
425
|
+
"type":"structure",
|
426
|
+
"members":{
|
427
|
+
"ModificationState":{"shape":"DedicatedTenancyModificationStateEnum"},
|
428
|
+
"DedicatedTenancySupport":{"shape":"DedicatedTenancySupportResultEnum"},
|
429
|
+
"DedicatedTenancyManagementCidrRange":{"shape":"DedicatedTenancyManagementCidrRange"},
|
430
|
+
"StartTime":{"shape":"Timestamp"},
|
431
|
+
"ErrorCode":{"shape":"WorkspaceErrorCode"},
|
432
|
+
"ErrorMessage":{"shape":"Description"}
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"AccountModificationList":{
|
436
|
+
"type":"list",
|
437
|
+
"member":{"shape":"AccountModification"}
|
438
|
+
},
|
329
439
|
"Alias":{"type":"string"},
|
330
440
|
"AssociateIpGroupsRequest":{
|
331
441
|
"type":"structure",
|
@@ -447,6 +557,33 @@
|
|
447
557
|
"PendingRequests":{"shape":"WorkspaceList"}
|
448
558
|
}
|
449
559
|
},
|
560
|
+
"DedicatedTenancyCidrRangeList":{
|
561
|
+
"type":"list",
|
562
|
+
"member":{"shape":"DedicatedTenancyManagementCidrRange"}
|
563
|
+
},
|
564
|
+
"DedicatedTenancyManagementCidrRange":{
|
565
|
+
"type":"string",
|
566
|
+
"pattern":"(^([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.0\\.0)(\\/(16$))$"
|
567
|
+
},
|
568
|
+
"DedicatedTenancyModificationStateEnum":{
|
569
|
+
"type":"string",
|
570
|
+
"enum":[
|
571
|
+
"PENDING",
|
572
|
+
"COMPLETED",
|
573
|
+
"FAILED"
|
574
|
+
]
|
575
|
+
},
|
576
|
+
"DedicatedTenancySupportEnum":{
|
577
|
+
"type":"string",
|
578
|
+
"enum":["ENABLED"]
|
579
|
+
},
|
580
|
+
"DedicatedTenancySupportResultEnum":{
|
581
|
+
"type":"string",
|
582
|
+
"enum":[
|
583
|
+
"ENABLED",
|
584
|
+
"DISABLED"
|
585
|
+
]
|
586
|
+
},
|
450
587
|
"DefaultOu":{"type":"string"},
|
451
588
|
"DefaultWorkspaceCreationProperties":{
|
452
589
|
"type":"structure",
|
@@ -486,6 +623,43 @@
|
|
486
623
|
"members":{
|
487
624
|
}
|
488
625
|
},
|
626
|
+
"DeleteWorkspaceImageRequest":{
|
627
|
+
"type":"structure",
|
628
|
+
"required":["ImageId"],
|
629
|
+
"members":{
|
630
|
+
"ImageId":{"shape":"WorkspaceImageId"}
|
631
|
+
}
|
632
|
+
},
|
633
|
+
"DeleteWorkspaceImageResult":{
|
634
|
+
"type":"structure",
|
635
|
+
"members":{
|
636
|
+
}
|
637
|
+
},
|
638
|
+
"DescribeAccountModificationsRequest":{
|
639
|
+
"type":"structure",
|
640
|
+
"members":{
|
641
|
+
"NextToken":{"shape":"PaginationToken"}
|
642
|
+
}
|
643
|
+
},
|
644
|
+
"DescribeAccountModificationsResult":{
|
645
|
+
"type":"structure",
|
646
|
+
"members":{
|
647
|
+
"AccountModifications":{"shape":"AccountModificationList"},
|
648
|
+
"NextToken":{"shape":"PaginationToken"}
|
649
|
+
}
|
650
|
+
},
|
651
|
+
"DescribeAccountRequest":{
|
652
|
+
"type":"structure",
|
653
|
+
"members":{
|
654
|
+
}
|
655
|
+
},
|
656
|
+
"DescribeAccountResult":{
|
657
|
+
"type":"structure",
|
658
|
+
"members":{
|
659
|
+
"DedicatedTenancySupport":{"shape":"DedicatedTenancySupportResultEnum"},
|
660
|
+
"DedicatedTenancyManagementCidrRange":{"shape":"DedicatedTenancyManagementCidrRange"}
|
661
|
+
}
|
662
|
+
},
|
489
663
|
"DescribeIpGroupsRequest":{
|
490
664
|
"type":"structure",
|
491
665
|
"members":{
|
@@ -543,6 +717,21 @@
|
|
543
717
|
"NextToken":{"shape":"PaginationToken"}
|
544
718
|
}
|
545
719
|
},
|
720
|
+
"DescribeWorkspaceImagesRequest":{
|
721
|
+
"type":"structure",
|
722
|
+
"members":{
|
723
|
+
"ImageIds":{"shape":"WorkspaceImageIdList"},
|
724
|
+
"NextToken":{"shape":"PaginationToken"},
|
725
|
+
"MaxResults":{"shape":"Limit"}
|
726
|
+
}
|
727
|
+
},
|
728
|
+
"DescribeWorkspaceImagesResult":{
|
729
|
+
"type":"structure",
|
730
|
+
"members":{
|
731
|
+
"Images":{"shape":"WorkspaceImageList"},
|
732
|
+
"NextToken":{"shape":"PaginationToken"}
|
733
|
+
}
|
734
|
+
},
|
546
735
|
"DescribeWorkspacesConnectionStatusRequest":{
|
547
736
|
"type":"structure",
|
548
737
|
"members":{
|
@@ -611,6 +800,10 @@
|
|
611
800
|
"type":"list",
|
612
801
|
"member":{"shape":"IpAddress"}
|
613
802
|
},
|
803
|
+
"Ec2ImageId":{
|
804
|
+
"type":"string",
|
805
|
+
"pattern":"^ami\\-([a-f0-9]{8}|[a-f0-9]{17})$"
|
806
|
+
},
|
614
807
|
"ErrorType":{"type":"string"},
|
615
808
|
"ExceptionMessage":{"type":"string"},
|
616
809
|
"FailedCreateWorkspaceRequest":{
|
@@ -653,6 +846,27 @@
|
|
653
846
|
"ErrorMessage":{"shape":"Description"}
|
654
847
|
}
|
655
848
|
},
|
849
|
+
"ImportWorkspaceImageRequest":{
|
850
|
+
"type":"structure",
|
851
|
+
"required":[
|
852
|
+
"Ec2ImageId",
|
853
|
+
"IngestionProcess",
|
854
|
+
"ImageName",
|
855
|
+
"ImageDescription"
|
856
|
+
],
|
857
|
+
"members":{
|
858
|
+
"Ec2ImageId":{"shape":"Ec2ImageId"},
|
859
|
+
"IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
|
860
|
+
"ImageName":{"shape":"WorkspaceImageName"},
|
861
|
+
"ImageDescription":{"shape":"WorkspaceImageDescription"}
|
862
|
+
}
|
863
|
+
},
|
864
|
+
"ImportWorkspaceImageResult":{
|
865
|
+
"type":"structure",
|
866
|
+
"members":{
|
867
|
+
"ImageId":{"shape":"WorkspaceImageId"}
|
868
|
+
}
|
869
|
+
},
|
656
870
|
"InvalidParameterValuesException":{
|
657
871
|
"type":"structure",
|
658
872
|
"members":{
|
@@ -700,6 +914,31 @@
|
|
700
914
|
"max":25,
|
701
915
|
"min":1
|
702
916
|
},
|
917
|
+
"ListAvailableManagementCidrRangesRequest":{
|
918
|
+
"type":"structure",
|
919
|
+
"required":["ManagementCidrRangeConstraint"],
|
920
|
+
"members":{
|
921
|
+
"ManagementCidrRangeConstraint":{"shape":"ManagementCidrRangeConstraint"},
|
922
|
+
"MaxResults":{"shape":"ManagementCidrRangeMaxResults"},
|
923
|
+
"NextToken":{"shape":"PaginationToken"}
|
924
|
+
}
|
925
|
+
},
|
926
|
+
"ListAvailableManagementCidrRangesResult":{
|
927
|
+
"type":"structure",
|
928
|
+
"members":{
|
929
|
+
"ManagementCidrRanges":{"shape":"DedicatedTenancyCidrRangeList"},
|
930
|
+
"NextToken":{"shape":"PaginationToken"}
|
931
|
+
}
|
932
|
+
},
|
933
|
+
"ManagementCidrRangeConstraint":{
|
934
|
+
"type":"string",
|
935
|
+
"pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$"
|
936
|
+
},
|
937
|
+
"ManagementCidrRangeMaxResults":{
|
938
|
+
"type":"integer",
|
939
|
+
"max":5,
|
940
|
+
"min":1
|
941
|
+
},
|
703
942
|
"ModificationResourceEnum":{
|
704
943
|
"type":"string",
|
705
944
|
"enum":[
|
@@ -726,6 +965,18 @@
|
|
726
965
|
"type":"list",
|
727
966
|
"member":{"shape":"ModificationState"}
|
728
967
|
},
|
968
|
+
"ModifyAccountRequest":{
|
969
|
+
"type":"structure",
|
970
|
+
"members":{
|
971
|
+
"DedicatedTenancySupport":{"shape":"DedicatedTenancySupportEnum"},
|
972
|
+
"DedicatedTenancyManagementCidrRange":{"shape":"DedicatedTenancyManagementCidrRange"}
|
973
|
+
}
|
974
|
+
},
|
975
|
+
"ModifyAccountResult":{
|
976
|
+
"type":"structure",
|
977
|
+
"members":{
|
978
|
+
}
|
979
|
+
},
|
729
980
|
"ModifyWorkspacePropertiesRequest":{
|
730
981
|
"type":"structure",
|
731
982
|
"required":[
|
@@ -762,6 +1013,19 @@
|
|
762
1013
|
"type":"string",
|
763
1014
|
"min":1
|
764
1015
|
},
|
1016
|
+
"OperatingSystem":{
|
1017
|
+
"type":"structure",
|
1018
|
+
"members":{
|
1019
|
+
"Type":{"shape":"OperatingSystemType"}
|
1020
|
+
}
|
1021
|
+
},
|
1022
|
+
"OperatingSystemType":{
|
1023
|
+
"type":"string",
|
1024
|
+
"enum":[
|
1025
|
+
"WINDOWS",
|
1026
|
+
"LINUX"
|
1027
|
+
]
|
1028
|
+
},
|
765
1029
|
"OperationInProgressException":{
|
766
1030
|
"type":"structure",
|
767
1031
|
"members":{
|
@@ -1161,6 +1425,69 @@
|
|
1161
1425
|
"max":25,
|
1162
1426
|
"min":1
|
1163
1427
|
},
|
1428
|
+
"WorkspaceImage":{
|
1429
|
+
"type":"structure",
|
1430
|
+
"members":{
|
1431
|
+
"ImageId":{"shape":"WorkspaceImageId"},
|
1432
|
+
"Name":{"shape":"WorkspaceImageName"},
|
1433
|
+
"Description":{"shape":"WorkspaceImageDescription"},
|
1434
|
+
"OperatingSystem":{"shape":"OperatingSystem"},
|
1435
|
+
"State":{"shape":"WorkspaceImageState"},
|
1436
|
+
"RequiredTenancy":{"shape":"WorkspaceImageRequiredTenancy"},
|
1437
|
+
"ErrorCode":{"shape":"WorkspaceImageErrorCode"},
|
1438
|
+
"ErrorMessage":{"shape":"Description"}
|
1439
|
+
}
|
1440
|
+
},
|
1441
|
+
"WorkspaceImageDescription":{
|
1442
|
+
"type":"string",
|
1443
|
+
"max":256,
|
1444
|
+
"min":1,
|
1445
|
+
"pattern":"^[a-zA-Z0-9_./() -]+$"
|
1446
|
+
},
|
1447
|
+
"WorkspaceImageErrorCode":{"type":"string"},
|
1448
|
+
"WorkspaceImageId":{
|
1449
|
+
"type":"string",
|
1450
|
+
"pattern":"wsi-[0-9a-z]{9,63}$"
|
1451
|
+
},
|
1452
|
+
"WorkspaceImageIdList":{
|
1453
|
+
"type":"list",
|
1454
|
+
"member":{"shape":"WorkspaceImageId"},
|
1455
|
+
"max":25,
|
1456
|
+
"min":1
|
1457
|
+
},
|
1458
|
+
"WorkspaceImageIngestionProcess":{
|
1459
|
+
"type":"string",
|
1460
|
+
"enum":[
|
1461
|
+
"BYOL_REGULAR",
|
1462
|
+
"BYOL_GRAPHICS",
|
1463
|
+
"BYOL_GRAPHICSPRO"
|
1464
|
+
]
|
1465
|
+
},
|
1466
|
+
"WorkspaceImageList":{
|
1467
|
+
"type":"list",
|
1468
|
+
"member":{"shape":"WorkspaceImage"}
|
1469
|
+
},
|
1470
|
+
"WorkspaceImageName":{
|
1471
|
+
"type":"string",
|
1472
|
+
"max":64,
|
1473
|
+
"min":1,
|
1474
|
+
"pattern":"^[a-zA-Z0-9_./()\\\\-]+$"
|
1475
|
+
},
|
1476
|
+
"WorkspaceImageRequiredTenancy":{
|
1477
|
+
"type":"string",
|
1478
|
+
"enum":[
|
1479
|
+
"DEFAULT",
|
1480
|
+
"DEDICATED"
|
1481
|
+
]
|
1482
|
+
},
|
1483
|
+
"WorkspaceImageState":{
|
1484
|
+
"type":"string",
|
1485
|
+
"enum":[
|
1486
|
+
"AVAILABLE",
|
1487
|
+
"PENDING",
|
1488
|
+
"ERROR"
|
1489
|
+
]
|
1490
|
+
},
|
1164
1491
|
"WorkspaceList":{
|
1165
1492
|
"type":"list",
|
1166
1493
|
"member":{"shape":"Workspace"}
|
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.173
|
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: 2018-11-
|
11
|
+
date: 2018-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|