aws-sdk-core 2.11.561 → 2.11.566

Sign up to get free protection for your applications and to get access to all the features.
@@ -257,10 +257,8 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "examplebucket",
261
- "Key": "objectkey.jpg"
262
- },
263
- "output": {
260
+ "Bucket": "ExampleBucket",
261
+ "Key": "HappyFace.jpg"
264
262
  },
265
263
  "comments": {
266
264
  "input": {
@@ -268,14 +266,16 @@
268
266
  "output": {
269
267
  }
270
268
  },
271
- "description": "The following example deletes an object from an S3 bucket.",
272
- "id": "to-delete-an-object-1472850136595",
273
- "title": "To delete an object"
269
+ "description": "The following example deletes an object from a non-versioned bucket.",
270
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
+ "title": "To delete an object (from a non-versioned bucket)"
274
272
  },
275
273
  {
276
274
  "input": {
277
- "Bucket": "ExampleBucket",
278
- "Key": "HappyFace.jpg"
275
+ "Bucket": "examplebucket",
276
+ "Key": "objectkey.jpg"
277
+ },
278
+ "output": {
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,20 +283,19 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from a non-versioned bucket.",
287
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
- "title": "To delete an object (from a non-versioned bucket)"
286
+ "description": "The following example deletes an object from an S3 bucket.",
287
+ "id": "to-delete-an-object-1472850136595",
288
+ "title": "To delete an object"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg",
296
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
295
+ "Key": "HappyFace.jpg"
297
296
  },
298
297
  "output": {
299
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
298
+ "VersionId": "null"
300
299
  },
301
300
  "comments": {
302
301
  "input": {
@@ -304,17 +303,18 @@
304
303
  "output": {
305
304
  }
306
305
  },
307
- "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
- "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
- "title": "To remove tag set from an object version"
306
+ "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
308
+ "title": "To remove tag set from an object"
310
309
  },
311
310
  {
312
311
  "input": {
313
312
  "Bucket": "examplebucket",
314
- "Key": "HappyFace.jpg"
313
+ "Key": "HappyFace.jpg",
314
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
315
315
  },
316
316
  "output": {
317
- "VersionId": "null"
317
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
325
- "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326
- "id": "to-remove-tag-set-from-an-object-1483145342862",
327
- "title": "To remove tag set from an object"
325
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
+ "title": "To remove tag set from an object version"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
- "title": "To delete multiple object versions from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
+ "title": "To delete multiple objects from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
- "title": "To delete multiple objects from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
+ "title": "To delete multiple object versions from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
736
- "ContentLength": "10",
737
- "ContentRange": "bytes 0-9/43",
738
- "ContentType": "text/plain",
739
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
751
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
- "title": "To retrieve a byte range of an object "
750
+ "description": "The following example retrieves an object for an S3 bucket.",
751
+ "id": "to-retrieve-an-object-1481827837012",
752
+ "title": "To retrieve an object"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
762
+ "ContentLength": "10",
763
+ "ContentRange": "bytes 0-9/43",
764
+ "ContentType": "text/plain",
765
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
766
767
  "Metadata": {
767
768
  },
768
- "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
777
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
+ "title": "To retrieve a byte range of an object "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1567,16 +1567,14 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
+ "ACL": "authenticated-read",
1570
1571
  "Body": "filetoupload",
1571
1572
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1573
+ "Key": "exampleobject"
1575
1574
  },
1576
1575
  "output": {
1577
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1580
1578
  },
1581
1579
  "comments": {
1582
1580
  "input": {
@@ -1584,9 +1582,29 @@
1584
1582
  "output": {
1585
1583
  }
1586
1584
  },
1587
- "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
1585
+ "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1586
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
+ "title": "To upload an object and specify canned ACL."
1588
+ },
1589
+ {
1590
+ "input": {
1591
+ "Body": "HappyFace.jpg",
1592
+ "Bucket": "examplebucket",
1593
+ "Key": "HappyFace.jpg"
1594
+ },
1595
+ "output": {
1596
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1597
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1598
+ },
1599
+ "comments": {
1600
+ "input": {
1601
+ },
1602
+ "output": {
1603
+ }
1604
+ },
1605
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1606
+ "id": "to-upload-an-object-1481760101010",
1607
+ "title": "To upload an object"
1590
1608
  },
1591
1609
  {
1592
1610
  "input": {
@@ -1678,34 +1696,16 @@
1678
1696
  },
1679
1697
  {
1680
1698
  "input": {
1681
- "ACL": "authenticated-read",
1682
1699
  "Body": "filetoupload",
1683
1700
  "Bucket": "examplebucket",
1684
- "Key": "exampleobject"
1685
- },
1686
- "output": {
1687
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1688
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1689
- },
1690
- "comments": {
1691
- "input": {
1692
- },
1693
- "output": {
1694
- }
1695
- },
1696
- "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1697
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1698
- "title": "To upload an object and specify canned ACL."
1699
- },
1700
- {
1701
- "input": {
1702
- "Body": "HappyFace.jpg",
1703
- "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1701
+ "Key": "exampleobject",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "Tagging": "key1=value1&key2=value2"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
- "id": "to-upload-an-object-1481760101010",
1718
- "title": "To upload an object"
1716
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
+ "title": "To upload an object and specify server-side encryption and object tags"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -596,6 +596,7 @@
596
596
  "enum":[
597
597
  "AmazonEC2",
598
598
  "AmazonECS",
599
+ "AmazonEKS",
599
600
  "AWSLambda"
600
601
  ]
601
602
  },
@@ -97,6 +97,22 @@
97
97
  {"shape":"OperationNotPermittedException"}
98
98
  ]
99
99
  },
100
+ "DeleteAppValidationConfiguration":{
101
+ "name":"DeleteAppValidationConfiguration",
102
+ "http":{
103
+ "method":"POST",
104
+ "requestUri":"/"
105
+ },
106
+ "input":{"shape":"DeleteAppValidationConfigurationRequest"},
107
+ "output":{"shape":"DeleteAppValidationConfigurationResponse"},
108
+ "errors":[
109
+ {"shape":"UnauthorizedOperationException"},
110
+ {"shape":"InvalidParameterException"},
111
+ {"shape":"MissingRequiredParameterException"},
112
+ {"shape":"InternalError"},
113
+ {"shape":"OperationNotPermittedException"}
114
+ ]
115
+ },
100
116
  "DeleteReplicationJob":{
101
117
  "name":"DeleteReplicationJob",
102
118
  "http":{
@@ -223,6 +239,38 @@
223
239
  {"shape":"OperationNotPermittedException"}
224
240
  ]
225
241
  },
242
+ "GetAppValidationConfiguration":{
243
+ "name":"GetAppValidationConfiguration",
244
+ "http":{
245
+ "method":"POST",
246
+ "requestUri":"/"
247
+ },
248
+ "input":{"shape":"GetAppValidationConfigurationRequest"},
249
+ "output":{"shape":"GetAppValidationConfigurationResponse"},
250
+ "errors":[
251
+ {"shape":"UnauthorizedOperationException"},
252
+ {"shape":"InvalidParameterException"},
253
+ {"shape":"MissingRequiredParameterException"},
254
+ {"shape":"InternalError"},
255
+ {"shape":"OperationNotPermittedException"}
256
+ ]
257
+ },
258
+ "GetAppValidationOutput":{
259
+ "name":"GetAppValidationOutput",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"GetAppValidationOutputRequest"},
265
+ "output":{"shape":"GetAppValidationOutputResponse"},
266
+ "errors":[
267
+ {"shape":"UnauthorizedOperationException"},
268
+ {"shape":"InvalidParameterException"},
269
+ {"shape":"MissingRequiredParameterException"},
270
+ {"shape":"InternalError"},
271
+ {"shape":"OperationNotPermittedException"}
272
+ ]
273
+ },
226
274
  "GetConnectors":{
227
275
  "name":"GetConnectors",
228
276
  "http":{
@@ -272,7 +320,26 @@
272
320
  "input":{"shape":"GetServersRequest"},
273
321
  "output":{"shape":"GetServersResponse"},
274
322
  "errors":[
275
- {"shape":"UnauthorizedOperationException"}
323
+ {"shape":"UnauthorizedOperationException"},
324
+ {"shape":"InvalidParameterException"},
325
+ {"shape":"MissingRequiredParameterException"},
326
+ {"shape":"InternalError"}
327
+ ]
328
+ },
329
+ "ImportAppCatalog":{
330
+ "name":"ImportAppCatalog",
331
+ "http":{
332
+ "method":"POST",
333
+ "requestUri":"/"
334
+ },
335
+ "input":{"shape":"ImportAppCatalogRequest"},
336
+ "output":{"shape":"ImportAppCatalogResponse"},
337
+ "errors":[
338
+ {"shape":"UnauthorizedOperationException"},
339
+ {"shape":"InvalidParameterException"},
340
+ {"shape":"MissingRequiredParameterException"},
341
+ {"shape":"InternalError"},
342
+ {"shape":"OperationNotPermittedException"}
276
343
  ]
277
344
  },
278
345
  "ImportServerCatalog":{
@@ -323,6 +390,22 @@
323
390
  {"shape":"OperationNotPermittedException"}
324
391
  ]
325
392
  },
393
+ "NotifyAppValidationOutput":{
394
+ "name":"NotifyAppValidationOutput",
395
+ "http":{
396
+ "method":"POST",
397
+ "requestUri":"/"
398
+ },
399
+ "input":{"shape":"NotifyAppValidationOutputRequest"},
400
+ "output":{"shape":"NotifyAppValidationOutputResponse"},
401
+ "errors":[
402
+ {"shape":"UnauthorizedOperationException"},
403
+ {"shape":"InvalidParameterException"},
404
+ {"shape":"MissingRequiredParameterException"},
405
+ {"shape":"InternalError"},
406
+ {"shape":"OperationNotPermittedException"}
407
+ ]
408
+ },
326
409
  "PutAppLaunchConfiguration":{
327
410
  "name":"PutAppLaunchConfiguration",
328
411
  "http":{
@@ -355,6 +438,22 @@
355
438
  {"shape":"OperationNotPermittedException"}
356
439
  ]
357
440
  },
441
+ "PutAppValidationConfiguration":{
442
+ "name":"PutAppValidationConfiguration",
443
+ "http":{
444
+ "method":"POST",
445
+ "requestUri":"/"
446
+ },
447
+ "input":{"shape":"PutAppValidationConfigurationRequest"},
448
+ "output":{"shape":"PutAppValidationConfigurationResponse"},
449
+ "errors":[
450
+ {"shape":"UnauthorizedOperationException"},
451
+ {"shape":"InvalidParameterException"},
452
+ {"shape":"MissingRequiredParameterException"},
453
+ {"shape":"InternalError"},
454
+ {"shape":"OperationNotPermittedException"}
455
+ ]
456
+ },
358
457
  "StartAppReplication":{
359
458
  "name":"StartAppReplication",
360
459
  "http":{
@@ -371,6 +470,22 @@
371
470
  {"shape":"OperationNotPermittedException"}
372
471
  ]
373
472
  },
473
+ "StartOnDemandAppReplication":{
474
+ "name":"StartOnDemandAppReplication",
475
+ "http":{
476
+ "method":"POST",
477
+ "requestUri":"/"
478
+ },
479
+ "input":{"shape":"StartOnDemandAppReplicationRequest"},
480
+ "output":{"shape":"StartOnDemandAppReplicationResponse"},
481
+ "errors":[
482
+ {"shape":"UnauthorizedOperationException"},
483
+ {"shape":"InvalidParameterException"},
484
+ {"shape":"MissingRequiredParameterException"},
485
+ {"shape":"InternalError"},
486
+ {"shape":"OperationNotPermittedException"}
487
+ ]
488
+ },
374
489
  "StartOnDemandReplicationRun":{
375
490
  "name":"StartOnDemandReplicationRun",
376
491
  "http":{
@@ -384,7 +499,8 @@
384
499
  {"shape":"MissingRequiredParameterException"},
385
500
  {"shape":"UnauthorizedOperationException"},
386
501
  {"shape":"OperationNotPermittedException"},
387
- {"shape":"ReplicationRunLimitExceededException"}
502
+ {"shape":"ReplicationRunLimitExceededException"},
503
+ {"shape":"DryRunOperationException"}
388
504
  ]
389
505
  },
390
506
  "StopAppReplication":{
@@ -459,10 +575,21 @@
459
575
  "AmiId":{"type":"string"},
460
576
  "AppDescription":{"type":"string"},
461
577
  "AppId":{"type":"string"},
578
+ "AppIdWithValidation":{
579
+ "type":"string",
580
+ "pattern":"^app-[0-9a-f]{17}$"
581
+ },
462
582
  "AppIds":{
463
583
  "type":"list",
464
584
  "member":{"shape":"AppId"}
465
585
  },
586
+ "AppLaunchConfigurationStatus":{
587
+ "type":"string",
588
+ "enum":[
589
+ "NOT_CONFIGURED",
590
+ "CONFIGURED"
591
+ ]
592
+ },
466
593
  "AppLaunchStatus":{
467
594
  "type":"string",
468
595
  "enum":[
@@ -474,6 +601,7 @@
474
601
  "LAUNCH_PENDING",
475
602
  "LAUNCH_IN_PROGRESS",
476
603
  "LAUNCHED",
604
+ "PARTIALLY_LAUNCHED",
477
605
  "DELTA_LAUNCH_IN_PROGRESS",
478
606
  "DELTA_LAUNCH_FAILED",
479
607
  "LAUNCH_FAILED",
@@ -484,6 +612,13 @@
484
612
  },
485
613
  "AppLaunchStatusMessage":{"type":"string"},
486
614
  "AppName":{"type":"string"},
615
+ "AppReplicationConfigurationStatus":{
616
+ "type":"string",
617
+ "enum":[
618
+ "NOT_CONFIGURED",
619
+ "CONFIGURED"
620
+ ]
621
+ },
487
622
  "AppReplicationStatus":{
488
623
  "type":"string",
489
624
  "enum":[
@@ -495,6 +630,7 @@
495
630
  "REPLICATION_PENDING",
496
631
  "REPLICATION_IN_PROGRESS",
497
632
  "REPLICATED",
633
+ "PARTIALLY_REPLICATED",
498
634
  "DELTA_REPLICATION_IN_PROGRESS",
499
635
  "DELTA_REPLICATED",
500
636
  "DELTA_REPLICATION_FAILED",
@@ -521,13 +657,16 @@
521
657
  "type":"structure",
522
658
  "members":{
523
659
  "appId":{"shape":"AppId"},
660
+ "importedAppId":{"shape":"ImportedAppId"},
524
661
  "name":{"shape":"AppName"},
525
662
  "description":{"shape":"AppDescription"},
526
663
  "status":{"shape":"AppStatus"},
527
664
  "statusMessage":{"shape":"AppStatusMessage"},
665
+ "replicationConfigurationStatus":{"shape":"AppReplicationConfigurationStatus"},
528
666
  "replicationStatus":{"shape":"AppReplicationStatus"},
529
667
  "replicationStatusMessage":{"shape":"AppReplicationStatusMessage"},
530
668
  "latestReplicationTime":{"shape":"Timestamp"},
669
+ "launchConfigurationStatus":{"shape":"AppLaunchConfigurationStatus"},
531
670
  "launchStatus":{"shape":"AppLaunchStatus"},
532
671
  "launchStatusMessage":{"shape":"AppLaunchStatusMessage"},
533
672
  "launchDetails":{"shape":"LaunchDetails"},
@@ -538,13 +677,42 @@
538
677
  "totalServers":{"shape":"TotalServers"}
539
678
  }
540
679
  },
680
+ "AppValidationConfiguration":{
681
+ "type":"structure",
682
+ "members":{
683
+ "validationId":{"shape":"ValidationId"},
684
+ "name":{"shape":"NonEmptyStringWithMaxLen255"},
685
+ "appValidationStrategy":{"shape":"AppValidationStrategy"},
686
+ "ssmValidationParameters":{"shape":"SSMValidationParameters"}
687
+ }
688
+ },
689
+ "AppValidationConfigurations":{
690
+ "type":"list",
691
+ "member":{"shape":"AppValidationConfiguration"}
692
+ },
693
+ "AppValidationOutput":{
694
+ "type":"structure",
695
+ "members":{
696
+ "ssmOutput":{"shape":"SSMOutput"}
697
+ }
698
+ },
699
+ "AppValidationStrategy":{
700
+ "type":"string",
701
+ "enum":["SSM"]
702
+ },
541
703
  "Apps":{
542
704
  "type":"list",
543
705
  "member":{"shape":"AppSummary"}
544
706
  },
545
707
  "AssociatePublicIpAddress":{"type":"boolean"},
708
+ "AutoLaunch":{"type":"boolean"},
546
709
  "BucketName":{"type":"string"},
547
710
  "ClientToken":{"type":"string"},
711
+ "Command":{
712
+ "type":"string",
713
+ "max":64000,
714
+ "min":1
715
+ },
548
716
  "Connector":{
549
717
  "type":"structure",
550
718
  "members":{
@@ -566,7 +734,8 @@
566
734
  "VSPHERE",
567
735
  "SCVMM",
568
736
  "HYPERV-MANAGER",
569
- "SNAPSHOT_BATCHING"
737
+ "SNAPSHOT_BATCHING",
738
+ "SMS_OPTIMIZED"
570
739
  ]
571
740
  },
572
741
  "ConnectorCapabilityList":{
@@ -665,6 +834,18 @@
665
834
  "members":{
666
835
  }
667
836
  },
837
+ "DeleteAppValidationConfigurationRequest":{
838
+ "type":"structure",
839
+ "required":["appId"],
840
+ "members":{
841
+ "appId":{"shape":"AppIdWithValidation"}
842
+ }
843
+ },
844
+ "DeleteAppValidationConfigurationResponse":{
845
+ "type":"structure",
846
+ "members":{
847
+ }
848
+ },
668
849
  "DeleteReplicationJobRequest":{
669
850
  "type":"structure",
670
851
  "required":["replicationJobId"],
@@ -700,9 +881,21 @@
700
881
  "members":{
701
882
  }
702
883
  },
884
+ "DryRunOperationException":{
885
+ "type":"structure",
886
+ "members":{
887
+ "message":{"shape":"ErrorMessage"}
888
+ },
889
+ "exception":true
890
+ },
703
891
  "EC2KeyName":{"type":"string"},
704
892
  "Encrypted":{"type":"boolean"},
705
893
  "ErrorMessage":{"type":"string"},
894
+ "ExecutionTimeoutSeconds":{
895
+ "type":"integer",
896
+ "max":28800,
897
+ "min":60
898
+ },
706
899
  "ForceStopAppReplication":{"type":"boolean"},
707
900
  "ForceTerminateApp":{"type":"boolean"},
708
901
  "Frequency":{"type":"integer"},
@@ -743,6 +936,7 @@
743
936
  "members":{
744
937
  "appId":{"shape":"AppId"},
745
938
  "roleName":{"shape":"RoleName"},
939
+ "autoLaunch":{"shape":"AutoLaunch"},
746
940
  "serverGroupLaunchConfigurations":{"shape":"ServerGroupLaunchConfigurations"}
747
941
  }
748
942
  },
@@ -772,6 +966,33 @@
772
966
  "tags":{"shape":"Tags"}
773
967
  }
774
968
  },
969
+ "GetAppValidationConfigurationRequest":{
970
+ "type":"structure",
971
+ "required":["appId"],
972
+ "members":{
973
+ "appId":{"shape":"AppIdWithValidation"}
974
+ }
975
+ },
976
+ "GetAppValidationConfigurationResponse":{
977
+ "type":"structure",
978
+ "members":{
979
+ "appValidationConfigurations":{"shape":"AppValidationConfigurations"},
980
+ "serverGroupValidationConfigurations":{"shape":"ServerGroupValidationConfigurations"}
981
+ }
982
+ },
983
+ "GetAppValidationOutputRequest":{
984
+ "type":"structure",
985
+ "required":["appId"],
986
+ "members":{
987
+ "appId":{"shape":"AppIdWithValidation"}
988
+ }
989
+ },
990
+ "GetAppValidationOutputResponse":{
991
+ "type":"structure",
992
+ "members":{
993
+ "validationOutputList":{"shape":"ValidationOutputList"}
994
+ }
995
+ },
775
996
  "GetConnectorsRequest":{
776
997
  "type":"structure",
777
998
  "members":{
@@ -835,6 +1056,17 @@
835
1056
  "nextToken":{"shape":"NextToken"}
836
1057
  }
837
1058
  },
1059
+ "ImportAppCatalogRequest":{
1060
+ "type":"structure",
1061
+ "members":{
1062
+ "roleName":{"shape":"RoleName"}
1063
+ }
1064
+ },
1065
+ "ImportAppCatalogResponse":{
1066
+ "type":"structure",
1067
+ "members":{
1068
+ }
1069
+ },
838
1070
  "ImportServerCatalogRequest":{
839
1071
  "type":"structure",
840
1072
  "members":{
@@ -845,6 +1077,11 @@
845
1077
  "members":{
846
1078
  }
847
1079
  },
1080
+ "ImportedAppId":{"type":"string"},
1081
+ "InstanceId":{
1082
+ "type":"string",
1083
+ "pattern":"(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)"
1084
+ },
848
1085
  "InstanceType":{"type":"string"},
849
1086
  "InternalError":{
850
1087
  "type":"structure",
@@ -862,7 +1099,6 @@
862
1099
  "exception":true
863
1100
  },
864
1101
  "IpAddress":{"type":"string"},
865
- "KeyName":{"type":"string"},
866
1102
  "KmsKeyId":{"type":"string"},
867
1103
  "LaunchAppRequest":{
868
1104
  "type":"structure",
@@ -924,6 +1160,33 @@
924
1160
  },
925
1161
  "exception":true
926
1162
  },
1163
+ "NonEmptyStringWithMaxLen255":{
1164
+ "type":"string",
1165
+ "max":255,
1166
+ "min":1,
1167
+ "pattern":"^[\\S]+$"
1168
+ },
1169
+ "NotificationContext":{
1170
+ "type":"structure",
1171
+ "members":{
1172
+ "validationId":{"shape":"ValidationId"},
1173
+ "status":{"shape":"ValidationStatus"},
1174
+ "statusMessage":{"shape":"ValidationStatusMessage"}
1175
+ }
1176
+ },
1177
+ "NotifyAppValidationOutputRequest":{
1178
+ "type":"structure",
1179
+ "required":["appId"],
1180
+ "members":{
1181
+ "appId":{"shape":"AppIdWithValidation"},
1182
+ "notificationContext":{"shape":"NotificationContext"}
1183
+ }
1184
+ },
1185
+ "NotifyAppValidationOutputResponse":{
1186
+ "type":"structure",
1187
+ "members":{
1188
+ }
1189
+ },
927
1190
  "NumberOfRecentAmisToKeep":{"type":"integer"},
928
1191
  "OperationNotPermittedException":{
929
1192
  "type":"structure",
@@ -944,6 +1207,7 @@
944
1207
  "members":{
945
1208
  "appId":{"shape":"AppId"},
946
1209
  "roleName":{"shape":"RoleName"},
1210
+ "autoLaunch":{"shape":"AutoLaunch"},
947
1211
  "serverGroupLaunchConfigurations":{"shape":"ServerGroupLaunchConfigurations"}
948
1212
  }
949
1213
  },
@@ -964,6 +1228,20 @@
964
1228
  "members":{
965
1229
  }
966
1230
  },
1231
+ "PutAppValidationConfigurationRequest":{
1232
+ "type":"structure",
1233
+ "required":["appId"],
1234
+ "members":{
1235
+ "appId":{"shape":"AppIdWithValidation"},
1236
+ "appValidationConfigurations":{"shape":"AppValidationConfigurations"},
1237
+ "serverGroupValidationConfigurations":{"shape":"ServerGroupValidationConfigurations"}
1238
+ }
1239
+ },
1240
+ "PutAppValidationConfigurationResponse":{
1241
+ "type":"structure",
1242
+ "members":{
1243
+ }
1244
+ },
967
1245
  "ReplicationJob":{
968
1246
  "type":"structure",
969
1247
  "members":{
@@ -1080,13 +1358,46 @@
1080
1358
  },
1081
1359
  "RoleName":{"type":"string"},
1082
1360
  "RunOnce":{"type":"boolean"},
1361
+ "S3BucketName":{
1362
+ "type":"string",
1363
+ "max":63,
1364
+ "min":3
1365
+ },
1366
+ "S3KeyName":{
1367
+ "type":"string",
1368
+ "max":1024
1369
+ },
1083
1370
  "S3Location":{
1084
1371
  "type":"structure",
1085
1372
  "members":{
1086
- "bucket":{"shape":"BucketName"},
1087
- "key":{"shape":"KeyName"}
1373
+ "bucket":{"shape":"S3BucketName"},
1374
+ "key":{"shape":"S3KeyName"}
1088
1375
  }
1089
1376
  },
1377
+ "SSMOutput":{
1378
+ "type":"structure",
1379
+ "members":{
1380
+ "s3Location":{"shape":"S3Location"}
1381
+ }
1382
+ },
1383
+ "SSMValidationParameters":{
1384
+ "type":"structure",
1385
+ "members":{
1386
+ "source":{"shape":"Source"},
1387
+ "instanceId":{"shape":"InstanceId"},
1388
+ "scriptType":{"shape":"ScriptType"},
1389
+ "command":{"shape":"Command"},
1390
+ "executionTimeoutSeconds":{"shape":"ExecutionTimeoutSeconds"},
1391
+ "outputS3BucketName":{"shape":"BucketName"}
1392
+ }
1393
+ },
1394
+ "ScriptType":{
1395
+ "type":"string",
1396
+ "enum":[
1397
+ "SHELL_SCRIPT",
1398
+ "POWERSHELL_SCRIPT"
1399
+ ]
1400
+ },
1090
1401
  "SecurityGroup":{"type":"string"},
1091
1402
  "Server":{
1092
1403
  "type":"structure",
@@ -1148,6 +1459,17 @@
1148
1459
  "type":"list",
1149
1460
  "member":{"shape":"ServerGroupReplicationConfiguration"}
1150
1461
  },
1462
+ "ServerGroupValidationConfiguration":{
1463
+ "type":"structure",
1464
+ "members":{
1465
+ "serverGroupId":{"shape":"ServerGroupId"},
1466
+ "serverValidationConfigurations":{"shape":"ServerValidationConfigurations"}
1467
+ }
1468
+ },
1469
+ "ServerGroupValidationConfigurations":{
1470
+ "type":"list",
1471
+ "member":{"shape":"ServerGroupValidationConfiguration"}
1472
+ },
1151
1473
  "ServerGroups":{
1152
1474
  "type":"list",
1153
1475
  "member":{"shape":"ServerGroup"}
@@ -1164,7 +1486,10 @@
1164
1486
  "ec2KeyName":{"shape":"EC2KeyName"},
1165
1487
  "userData":{"shape":"UserData"},
1166
1488
  "instanceType":{"shape":"InstanceType"},
1167
- "associatePublicIpAddress":{"shape":"AssociatePublicIpAddress"}
1489
+ "associatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
1490
+ "iamInstanceProfileName":{"shape":"RoleName"},
1491
+ "configureScript":{"shape":"S3Location"},
1492
+ "configureScriptType":{"shape":"ScriptType"}
1168
1493
  }
1169
1494
  },
1170
1495
  "ServerLaunchConfigurations":{
@@ -1202,6 +1527,36 @@
1202
1527
  "type":"string",
1203
1528
  "enum":["VIRTUAL_MACHINE"]
1204
1529
  },
1530
+ "ServerValidationConfiguration":{
1531
+ "type":"structure",
1532
+ "members":{
1533
+ "server":{"shape":"Server"},
1534
+ "validationId":{"shape":"ValidationId"},
1535
+ "name":{"shape":"NonEmptyStringWithMaxLen255"},
1536
+ "serverValidationStrategy":{"shape":"ServerValidationStrategy"},
1537
+ "userDataValidationParameters":{"shape":"UserDataValidationParameters"}
1538
+ }
1539
+ },
1540
+ "ServerValidationConfigurations":{
1541
+ "type":"list",
1542
+ "member":{"shape":"ServerValidationConfiguration"}
1543
+ },
1544
+ "ServerValidationOutput":{
1545
+ "type":"structure",
1546
+ "members":{
1547
+ "server":{"shape":"Server"}
1548
+ }
1549
+ },
1550
+ "ServerValidationStrategy":{
1551
+ "type":"string",
1552
+ "enum":["USERDATA"]
1553
+ },
1554
+ "Source":{
1555
+ "type":"structure",
1556
+ "members":{
1557
+ "s3Location":{"shape":"S3Location"}
1558
+ }
1559
+ },
1205
1560
  "StackId":{"type":"string"},
1206
1561
  "StackName":{"type":"string"},
1207
1562
  "StartAppReplicationRequest":{
@@ -1215,6 +1570,19 @@
1215
1570
  "members":{
1216
1571
  }
1217
1572
  },
1573
+ "StartOnDemandAppReplicationRequest":{
1574
+ "type":"structure",
1575
+ "required":["appId"],
1576
+ "members":{
1577
+ "appId":{"shape":"AppId"},
1578
+ "description":{"shape":"Description"}
1579
+ }
1580
+ },
1581
+ "StartOnDemandAppReplicationResponse":{
1582
+ "type":"structure",
1583
+ "members":{
1584
+ }
1585
+ },
1218
1586
  "StartOnDemandReplicationRunRequest":{
1219
1587
  "type":"structure",
1220
1588
  "required":["replicationJobId"],
@@ -1327,7 +1695,48 @@
1327
1695
  "s3Location":{"shape":"S3Location"}
1328
1696
  }
1329
1697
  },
1698
+ "UserDataValidationParameters":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ "source":{"shape":"Source"},
1702
+ "scriptType":{"shape":"ScriptType"}
1703
+ }
1704
+ },
1330
1705
  "VPC":{"type":"string"},
1706
+ "ValidationId":{
1707
+ "type":"string",
1708
+ "pattern":"^val-[0-9a-f]{17}$"
1709
+ },
1710
+ "ValidationOutput":{
1711
+ "type":"structure",
1712
+ "members":{
1713
+ "validationId":{"shape":"ValidationId"},
1714
+ "name":{"shape":"NonEmptyStringWithMaxLen255"},
1715
+ "status":{"shape":"ValidationStatus"},
1716
+ "statusMessage":{"shape":"ValidationStatusMessage"},
1717
+ "latestValidationTime":{"shape":"Timestamp"},
1718
+ "appValidationOutput":{"shape":"AppValidationOutput"},
1719
+ "serverValidationOutput":{"shape":"ServerValidationOutput"}
1720
+ }
1721
+ },
1722
+ "ValidationOutputList":{
1723
+ "type":"list",
1724
+ "member":{"shape":"ValidationOutput"}
1725
+ },
1726
+ "ValidationStatus":{
1727
+ "type":"string",
1728
+ "enum":[
1729
+ "READY_FOR_VALIDATION",
1730
+ "PENDING",
1731
+ "IN_PROGRESS",
1732
+ "SUCCEEDED",
1733
+ "FAILED"
1734
+ ]
1735
+ },
1736
+ "ValidationStatusMessage":{
1737
+ "type":"string",
1738
+ "max":2500
1739
+ },
1331
1740
  "VmId":{"type":"string"},
1332
1741
  "VmManagerId":{"type":"string"},
1333
1742
  "VmManagerName":{"type":"string"},