aws-sdk-core 2.11.176 → 2.11.177

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -4192,7 +4192,8 @@
4192
4192
  "REDUCED_REDUNDANCY",
4193
4193
  "GLACIER",
4194
4194
  "STANDARD_IA",
4195
- "ONEZONE_IA"
4195
+ "ONEZONE_IA",
4196
+ "INTELLIGENT_TIERING"
4196
4197
  ]
4197
4198
  },
4198
4199
  "ObjectVersion":{
@@ -5638,7 +5639,8 @@
5638
5639
  "STANDARD",
5639
5640
  "REDUCED_REDUNDANCY",
5640
5641
  "STANDARD_IA",
5641
- "ONEZONE_IA"
5642
+ "ONEZONE_IA",
5643
+ "INTELLIGENT_TIERING"
5642
5644
  ]
5643
5645
  },
5644
5646
  "StorageClassAnalysis":{
@@ -5780,7 +5782,8 @@
5780
5782
  "enum":[
5781
5783
  "GLACIER",
5782
5784
  "STANDARD_IA",
5783
- "ONEZONE_IA"
5785
+ "ONEZONE_IA",
5786
+ "INTELLIGENT_TIERING"
5784
5787
  ]
5785
5788
  },
5786
5789
  "Type":{
@@ -334,10 +334,12 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "objectkey1"
337
+ "Key": "HappyFace.jpg",
338
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
338
339
  },
339
340
  {
340
- "Key": "objectkey2"
341
+ "Key": "HappyFace.jpg",
342
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
341
343
  }
342
344
  ],
343
345
  "Quiet": false
@@ -346,14 +348,12 @@
346
348
  "output": {
347
349
  "Deleted": [
348
350
  {
349
- "DeleteMarker": "true",
350
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
- "Key": "objectkey1"
351
+ "Key": "HappyFace.jpg",
352
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
352
353
  },
353
354
  {
354
- "DeleteMarker": "true",
355
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
- "Key": "objectkey2"
355
+ "Key": "HappyFace.jpg",
356
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
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 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"
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"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,12 +373,10 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "HappyFace.jpg",
377
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
376
+ "Key": "objectkey1"
378
377
  },
379
378
  {
380
- "Key": "HappyFace.jpg",
381
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
379
+ "Key": "objectkey2"
382
380
  }
383
381
  ],
384
382
  "Quiet": false
@@ -387,12 +385,14 @@
387
385
  "output": {
388
386
  "Deleted": [
389
387
  {
390
- "Key": "HappyFace.jpg",
391
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
388
+ "DeleteMarker": "true",
389
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
+ "Key": "objectkey1"
392
391
  },
393
392
  {
394
- "Key": "HappyFace.jpg",
395
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
393
+ "DeleteMarker": "true",
394
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
+ "Key": "objectkey2"
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 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"
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"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -1569,11 +1569,14 @@
1569
1569
  "input": {
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "objectkey"
1572
+ "Key": "exampleobject",
1573
+ "ServerSideEncryption": "AES256",
1574
+ "Tagging": "key1=value1&key2=value2"
1573
1575
  },
1574
1576
  "output": {
1575
1577
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1578
+ "ServerSideEncryption": "AES256",
1579
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1577
1580
  },
1578
1581
  "comments": {
1579
1582
  "input": {
@@ -1581,23 +1584,20 @@
1581
1584
  "output": {
1582
1585
  }
1583
1586
  },
1584
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1585
- "id": "to-create-an-object-1483147613675",
1586
- "title": "To create an object."
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"
1587
1590
  },
1588
1591
  {
1589
1592
  "input": {
1593
+ "ACL": "authenticated-read",
1590
1594
  "Body": "filetoupload",
1591
1595
  "Bucket": "examplebucket",
1592
- "Key": "exampleobject",
1593
- "Metadata": {
1594
- "metadata1": "value1",
1595
- "metadata2": "value2"
1596
- }
1596
+ "Key": "exampleobject"
1597
1597
  },
1598
1598
  "output": {
1599
1599
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1600
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1601
1601
  },
1602
1602
  "comments": {
1603
1603
  "input": {
@@ -1605,20 +1605,19 @@
1605
1605
  "output": {
1606
1606
  }
1607
1607
  },
1608
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1609
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1610
- "title": "To upload object and specify user-defined metadata"
1608
+ "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.",
1609
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1610
+ "title": "To upload an object and specify canned ACL."
1611
1611
  },
1612
1612
  {
1613
1613
  "input": {
1614
- "Body": "c:\\HappyFace.jpg",
1614
+ "Body": "HappyFace.jpg",
1615
1615
  "Bucket": "examplebucket",
1616
- "Key": "HappyFace.jpg",
1617
- "Tagging": "key1=value1&key2=value2"
1616
+ "Key": "HappyFace.jpg"
1618
1617
  },
1619
1618
  "output": {
1620
1619
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1621
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1620
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1622
1621
  },
1623
1622
  "comments": {
1624
1623
  "input": {
@@ -1626,19 +1625,19 @@
1626
1625
  "output": {
1627
1626
  }
1628
1627
  },
1629
- "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1630
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1631
- "title": "To upload an object and specify optional tags"
1628
+ "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.",
1629
+ "id": "to-upload-an-object-1481760101010",
1630
+ "title": "To upload an object"
1632
1631
  },
1633
1632
  {
1634
1633
  "input": {
1635
- "Body": "HappyFace.jpg",
1634
+ "Body": "filetoupload",
1636
1635
  "Bucket": "examplebucket",
1637
- "Key": "HappyFace.jpg"
1636
+ "Key": "objectkey"
1638
1637
  },
1639
1638
  "output": {
1640
1639
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1641
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1640
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1642
1641
  },
1643
1642
  "comments": {
1644
1643
  "input": {
@@ -1646,20 +1645,20 @@
1646
1645
  "output": {
1647
1646
  }
1648
1647
  },
1649
- "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.",
1650
- "id": "to-upload-an-object-1481760101010",
1651
- "title": "To upload an object"
1648
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1649
+ "id": "to-create-an-object-1483147613675",
1650
+ "title": "To create an object."
1652
1651
  },
1653
1652
  {
1654
1653
  "input": {
1655
- "ACL": "authenticated-read",
1656
- "Body": "filetoupload",
1654
+ "Body": "c:\\HappyFace.jpg",
1657
1655
  "Bucket": "examplebucket",
1658
- "Key": "exampleobject"
1656
+ "Key": "HappyFace.jpg",
1657
+ "Tagging": "key1=value1&key2=value2"
1659
1658
  },
1660
1659
  "output": {
1661
1660
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1662
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1661
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1663
1662
  },
1664
1663
  "comments": {
1665
1664
  "input": {
@@ -1667,22 +1666,23 @@
1667
1666
  "output": {
1668
1667
  }
1669
1668
  },
1670
- "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.",
1671
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1672
- "title": "To upload an object and specify canned ACL."
1669
+ "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1670
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1671
+ "title": "To upload an object and specify optional tags"
1673
1672
  },
1674
1673
  {
1675
1674
  "input": {
1676
- "Body": "HappyFace.jpg",
1675
+ "Body": "filetoupload",
1677
1676
  "Bucket": "examplebucket",
1678
- "Key": "HappyFace.jpg",
1679
- "ServerSideEncryption": "AES256",
1680
- "StorageClass": "STANDARD_IA"
1677
+ "Key": "exampleobject",
1678
+ "Metadata": {
1679
+ "metadata1": "value1",
1680
+ "metadata2": "value2"
1681
+ }
1681
1682
  },
1682
1683
  "output": {
1683
1684
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1684
- "ServerSideEncryption": "AES256",
1685
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1685
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1686
1686
  },
1687
1687
  "comments": {
1688
1688
  "input": {
@@ -1690,22 +1690,22 @@
1690
1690
  "output": {
1691
1691
  }
1692
1692
  },
1693
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1694
- "id": "to-upload-an-object-(specify-optional-headers)",
1695
- "title": "To upload an object (specify optional headers)"
1693
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1694
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1695
+ "title": "To upload object and specify user-defined metadata"
1696
1696
  },
1697
1697
  {
1698
1698
  "input": {
1699
- "Body": "filetoupload",
1699
+ "Body": "HappyFace.jpg",
1700
1700
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1701
+ "Key": "HappyFace.jpg",
1702
1702
  "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1703
+ "StorageClass": "STANDARD_IA"
1704
1704
  },
1705
1705
  "output": {
1706
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
1707
  "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1708
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
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 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"
1716
+ "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1717
+ "id": "to-upload-an-object-(specify-optional-headers)",
1718
+ "title": "To upload an object (specify optional headers)"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -856,6 +856,7 @@
856
856
  "T50",
857
857
  "T80",
858
858
  "T100",
859
+ "T42",
859
860
  "NoPreference"
860
861
  ]
861
862
  },
@@ -863,7 +864,9 @@
863
864
  "type":"string",
864
865
  "enum":[
865
866
  "STANDARD",
866
- "EDGE"
867
+ "EDGE",
868
+ "EDGE_C",
869
+ "EDGE_CG"
867
870
  ]
868
871
  },
869
872
  "SnsTopicARN":{
@@ -0,0 +1,818 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-11-05",
5
+ "endpointPrefix":"transfer",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"AWS Transfer",
9
+ "serviceFullName":"AWS Transfer for SFTP",
10
+ "serviceId":"Transfer",
11
+ "signatureVersion":"v4",
12
+ "signingName":"transfer",
13
+ "targetPrefix":"TransferService",
14
+ "uid":"transfer-2018-11-05"
15
+ },
16
+ "operations":{
17
+ "CreateServer":{
18
+ "name":"CreateServer",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"CreateServerRequest"},
24
+ "output":{"shape":"CreateServerResponse"},
25
+ "errors":[
26
+ {"shape":"ServiceUnavailableException"},
27
+ {"shape":"InternalServiceError"},
28
+ {"shape":"InvalidRequestException"}
29
+ ]
30
+ },
31
+ "CreateUser":{
32
+ "name":"CreateUser",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"CreateUserRequest"},
38
+ "output":{"shape":"CreateUserResponse"},
39
+ "errors":[
40
+ {"shape":"ServiceUnavailableException"},
41
+ {"shape":"InternalServiceError"},
42
+ {"shape":"InvalidRequestException"},
43
+ {"shape":"ResourceExistsException"},
44
+ {"shape":"ResourceNotFoundException"}
45
+ ]
46
+ },
47
+ "DeleteServer":{
48
+ "name":"DeleteServer",
49
+ "http":{
50
+ "method":"POST",
51
+ "requestUri":"/"
52
+ },
53
+ "input":{"shape":"DeleteServerRequest"},
54
+ "errors":[
55
+ {"shape":"ServiceUnavailableException"},
56
+ {"shape":"InternalServiceError"},
57
+ {"shape":"InvalidRequestException"},
58
+ {"shape":"ResourceNotFoundException"}
59
+ ]
60
+ },
61
+ "DeleteSshPublicKey":{
62
+ "name":"DeleteSshPublicKey",
63
+ "http":{
64
+ "method":"POST",
65
+ "requestUri":"/"
66
+ },
67
+ "input":{"shape":"DeleteSshPublicKeyRequest"},
68
+ "errors":[
69
+ {"shape":"ServiceUnavailableException"},
70
+ {"shape":"InternalServiceError"},
71
+ {"shape":"InvalidRequestException"},
72
+ {"shape":"ResourceNotFoundException"}
73
+ ]
74
+ },
75
+ "DeleteUser":{
76
+ "name":"DeleteUser",
77
+ "http":{
78
+ "method":"POST",
79
+ "requestUri":"/"
80
+ },
81
+ "input":{"shape":"DeleteUserRequest"},
82
+ "errors":[
83
+ {"shape":"ServiceUnavailableException"},
84
+ {"shape":"InternalServiceError"},
85
+ {"shape":"InvalidRequestException"},
86
+ {"shape":"ResourceNotFoundException"}
87
+ ]
88
+ },
89
+ "DescribeServer":{
90
+ "name":"DescribeServer",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"DescribeServerRequest"},
96
+ "output":{"shape":"DescribeServerResponse"},
97
+ "errors":[
98
+ {"shape":"ServiceUnavailableException"},
99
+ {"shape":"InternalServiceError"},
100
+ {"shape":"InvalidRequestException"},
101
+ {"shape":"ResourceNotFoundException"}
102
+ ]
103
+ },
104
+ "DescribeUser":{
105
+ "name":"DescribeUser",
106
+ "http":{
107
+ "method":"POST",
108
+ "requestUri":"/"
109
+ },
110
+ "input":{"shape":"DescribeUserRequest"},
111
+ "output":{"shape":"DescribeUserResponse"},
112
+ "errors":[
113
+ {"shape":"ServiceUnavailableException"},
114
+ {"shape":"InternalServiceError"},
115
+ {"shape":"InvalidRequestException"},
116
+ {"shape":"ResourceNotFoundException"}
117
+ ]
118
+ },
119
+ "ImportSshPublicKey":{
120
+ "name":"ImportSshPublicKey",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"ImportSshPublicKeyRequest"},
126
+ "output":{"shape":"ImportSshPublicKeyResponse"},
127
+ "errors":[
128
+ {"shape":"ServiceUnavailableException"},
129
+ {"shape":"InternalServiceError"},
130
+ {"shape":"InvalidRequestException"},
131
+ {"shape":"ResourceExistsException"},
132
+ {"shape":"ResourceNotFoundException"}
133
+ ]
134
+ },
135
+ "ListServers":{
136
+ "name":"ListServers",
137
+ "http":{
138
+ "method":"POST",
139
+ "requestUri":"/"
140
+ },
141
+ "input":{"shape":"ListServersRequest"},
142
+ "output":{"shape":"ListServersResponse"},
143
+ "errors":[
144
+ {"shape":"ServiceUnavailableException"},
145
+ {"shape":"InternalServiceError"},
146
+ {"shape":"InvalidNextTokenException"},
147
+ {"shape":"InvalidRequestException"}
148
+ ]
149
+ },
150
+ "ListTagsForResource":{
151
+ "name":"ListTagsForResource",
152
+ "http":{
153
+ "method":"POST",
154
+ "requestUri":"/"
155
+ },
156
+ "input":{"shape":"ListTagsForResourceRequest"},
157
+ "output":{"shape":"ListTagsForResourceResponse"},
158
+ "errors":[
159
+ {"shape":"ServiceUnavailableException"},
160
+ {"shape":"InternalServiceError"},
161
+ {"shape":"InvalidNextTokenException"},
162
+ {"shape":"InvalidRequestException"}
163
+ ]
164
+ },
165
+ "ListUsers":{
166
+ "name":"ListUsers",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/"
170
+ },
171
+ "input":{"shape":"ListUsersRequest"},
172
+ "output":{"shape":"ListUsersResponse"},
173
+ "errors":[
174
+ {"shape":"ServiceUnavailableException"},
175
+ {"shape":"InternalServiceError"},
176
+ {"shape":"InvalidNextTokenException"},
177
+ {"shape":"InvalidRequestException"},
178
+ {"shape":"ResourceNotFoundException"}
179
+ ]
180
+ },
181
+ "StartServer":{
182
+ "name":"StartServer",
183
+ "http":{
184
+ "method":"POST",
185
+ "requestUri":"/"
186
+ },
187
+ "input":{"shape":"StartServerRequest"},
188
+ "errors":[
189
+ {"shape":"ServiceUnavailableException"},
190
+ {"shape":"InternalServiceError"},
191
+ {"shape":"InvalidRequestException"},
192
+ {"shape":"ResourceNotFoundException"}
193
+ ]
194
+ },
195
+ "StopServer":{
196
+ "name":"StopServer",
197
+ "http":{
198
+ "method":"POST",
199
+ "requestUri":"/"
200
+ },
201
+ "input":{"shape":"StopServerRequest"},
202
+ "errors":[
203
+ {"shape":"ServiceUnavailableException"},
204
+ {"shape":"InternalServiceError"},
205
+ {"shape":"InvalidRequestException"},
206
+ {"shape":"ResourceNotFoundException"}
207
+ ]
208
+ },
209
+ "TagResource":{
210
+ "name":"TagResource",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/"
214
+ },
215
+ "input":{"shape":"TagResourceRequest"},
216
+ "errors":[
217
+ {"shape":"ServiceUnavailableException"},
218
+ {"shape":"InternalServiceError"},
219
+ {"shape":"InvalidRequestException"}
220
+ ]
221
+ },
222
+ "TestIdentityProvider":{
223
+ "name":"TestIdentityProvider",
224
+ "http":{
225
+ "method":"POST",
226
+ "requestUri":"/"
227
+ },
228
+ "input":{"shape":"TestIdentityProviderRequest"},
229
+ "output":{"shape":"TestIdentityProviderResponse"},
230
+ "errors":[
231
+ {"shape":"ServiceUnavailableException"},
232
+ {"shape":"InternalServiceError"},
233
+ {"shape":"InvalidRequestException"},
234
+ {"shape":"ResourceNotFoundException"}
235
+ ]
236
+ },
237
+ "UntagResource":{
238
+ "name":"UntagResource",
239
+ "http":{
240
+ "method":"POST",
241
+ "requestUri":"/"
242
+ },
243
+ "input":{"shape":"UntagResourceRequest"},
244
+ "errors":[
245
+ {"shape":"ServiceUnavailableException"},
246
+ {"shape":"InternalServiceError"},
247
+ {"shape":"InvalidRequestException"}
248
+ ]
249
+ },
250
+ "UpdateServer":{
251
+ "name":"UpdateServer",
252
+ "http":{
253
+ "method":"POST",
254
+ "requestUri":"/"
255
+ },
256
+ "input":{"shape":"UpdateServerRequest"},
257
+ "output":{"shape":"UpdateServerResponse"},
258
+ "errors":[
259
+ {"shape":"ServiceUnavailableException"},
260
+ {"shape":"InternalServiceError"},
261
+ {"shape":"InvalidRequestException"},
262
+ {"shape":"ResourceNotFoundException"}
263
+ ]
264
+ },
265
+ "UpdateUser":{
266
+ "name":"UpdateUser",
267
+ "http":{
268
+ "method":"POST",
269
+ "requestUri":"/"
270
+ },
271
+ "input":{"shape":"UpdateUserRequest"},
272
+ "output":{"shape":"UpdateUserResponse"},
273
+ "errors":[
274
+ {"shape":"ServiceUnavailableException"},
275
+ {"shape":"InternalServiceError"},
276
+ {"shape":"InvalidRequestException"},
277
+ {"shape":"ResourceNotFoundException"}
278
+ ]
279
+ }
280
+ },
281
+ "shapes":{
282
+ "Arn":{
283
+ "type":"string",
284
+ "max":1600,
285
+ "min":20
286
+ },
287
+ "CreateServerRequest":{
288
+ "type":"structure",
289
+ "members":{
290
+ "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
291
+ "IdentityProviderType":{"shape":"IdentityProviderType"},
292
+ "LoggingRole":{"shape":"Role"},
293
+ "Tags":{"shape":"Tags"}
294
+ }
295
+ },
296
+ "CreateServerResponse":{
297
+ "type":"structure",
298
+ "required":["ServerId"],
299
+ "members":{
300
+ "ServerId":{"shape":"ServerId"}
301
+ }
302
+ },
303
+ "CreateUserRequest":{
304
+ "type":"structure",
305
+ "required":[
306
+ "Role",
307
+ "ServerId",
308
+ "UserName"
309
+ ],
310
+ "members":{
311
+ "HomeDirectory":{"shape":"HomeDirectory"},
312
+ "Policy":{"shape":"Policy"},
313
+ "Role":{"shape":"Role"},
314
+ "ServerId":{"shape":"ServerId"},
315
+ "SshPublicKeyBody":{"shape":"SshPublicKeyBody"},
316
+ "Tags":{"shape":"Tags"},
317
+ "UserName":{"shape":"UserName"}
318
+ }
319
+ },
320
+ "CreateUserResponse":{
321
+ "type":"structure",
322
+ "required":[
323
+ "ServerId",
324
+ "UserName"
325
+ ],
326
+ "members":{
327
+ "ServerId":{"shape":"ServerId"},
328
+ "UserName":{"shape":"UserName"}
329
+ }
330
+ },
331
+ "DateImported":{"type":"timestamp"},
332
+ "DeleteServerRequest":{
333
+ "type":"structure",
334
+ "required":["ServerId"],
335
+ "members":{
336
+ "ServerId":{"shape":"ServerId"}
337
+ }
338
+ },
339
+ "DeleteSshPublicKeyRequest":{
340
+ "type":"structure",
341
+ "required":[
342
+ "ServerId",
343
+ "SshPublicKeyId",
344
+ "UserName"
345
+ ],
346
+ "members":{
347
+ "ServerId":{"shape":"ServerId"},
348
+ "SshPublicKeyId":{"shape":"SshPublicKeyId"},
349
+ "UserName":{"shape":"UserName"}
350
+ }
351
+ },
352
+ "DeleteUserRequest":{
353
+ "type":"structure",
354
+ "required":[
355
+ "ServerId",
356
+ "UserName"
357
+ ],
358
+ "members":{
359
+ "ServerId":{"shape":"ServerId"},
360
+ "UserName":{"shape":"UserName"}
361
+ }
362
+ },
363
+ "DescribeServerRequest":{
364
+ "type":"structure",
365
+ "required":["ServerId"],
366
+ "members":{
367
+ "ServerId":{"shape":"ServerId"}
368
+ }
369
+ },
370
+ "DescribeServerResponse":{
371
+ "type":"structure",
372
+ "required":["Server"],
373
+ "members":{
374
+ "Server":{"shape":"DescribedServer"}
375
+ }
376
+ },
377
+ "DescribeUserRequest":{
378
+ "type":"structure",
379
+ "required":[
380
+ "ServerId",
381
+ "UserName"
382
+ ],
383
+ "members":{
384
+ "ServerId":{"shape":"ServerId"},
385
+ "UserName":{"shape":"UserName"}
386
+ }
387
+ },
388
+ "DescribeUserResponse":{
389
+ "type":"structure",
390
+ "required":[
391
+ "ServerId",
392
+ "User"
393
+ ],
394
+ "members":{
395
+ "ServerId":{"shape":"ServerId"},
396
+ "User":{"shape":"DescribedUser"}
397
+ }
398
+ },
399
+ "DescribedServer":{
400
+ "type":"structure",
401
+ "required":["Arn"],
402
+ "members":{
403
+ "Arn":{"shape":"Arn"},
404
+ "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
405
+ "IdentityProviderType":{"shape":"IdentityProviderType"},
406
+ "LoggingRole":{"shape":"Role"},
407
+ "ServerId":{"shape":"ServerId"},
408
+ "State":{"shape":"State"},
409
+ "Tags":{"shape":"Tags"},
410
+ "UserCount":{"shape":"UserCount"}
411
+ }
412
+ },
413
+ "DescribedUser":{
414
+ "type":"structure",
415
+ "required":["Arn"],
416
+ "members":{
417
+ "Arn":{"shape":"Arn"},
418
+ "HomeDirectory":{"shape":"HomeDirectory"},
419
+ "Policy":{"shape":"Policy"},
420
+ "Role":{"shape":"Role"},
421
+ "SshPublicKeys":{"shape":"SshPublicKeys"},
422
+ "Tags":{"shape":"Tags"},
423
+ "UserName":{"shape":"UserName"}
424
+ }
425
+ },
426
+ "HomeDirectory":{
427
+ "type":"string",
428
+ "max":1024,
429
+ "pattern":"^$|/.*"
430
+ },
431
+ "IdentityProviderDetails":{
432
+ "type":"structure",
433
+ "members":{
434
+ "Url":{"shape":"Url"},
435
+ "InvocationRole":{"shape":"Role"}
436
+ }
437
+ },
438
+ "IdentityProviderType":{
439
+ "type":"string",
440
+ "enum":[
441
+ "SERVICE_MANAGED",
442
+ "API_GATEWAY"
443
+ ]
444
+ },
445
+ "ImportSshPublicKeyRequest":{
446
+ "type":"structure",
447
+ "required":[
448
+ "ServerId",
449
+ "SshPublicKeyBody",
450
+ "UserName"
451
+ ],
452
+ "members":{
453
+ "ServerId":{"shape":"ServerId"},
454
+ "SshPublicKeyBody":{"shape":"SshPublicKeyBody"},
455
+ "UserName":{"shape":"UserName"}
456
+ }
457
+ },
458
+ "ImportSshPublicKeyResponse":{
459
+ "type":"structure",
460
+ "required":[
461
+ "ServerId",
462
+ "SshPublicKeyId",
463
+ "UserName"
464
+ ],
465
+ "members":{
466
+ "ServerId":{"shape":"ServerId"},
467
+ "SshPublicKeyId":{"shape":"SshPublicKeyId"},
468
+ "UserName":{"shape":"UserName"}
469
+ }
470
+ },
471
+ "InternalServiceError":{
472
+ "type":"structure",
473
+ "required":["Message"],
474
+ "members":{
475
+ "Message":{"shape":"Message"}
476
+ },
477
+ "exception":true,
478
+ "fault":true
479
+ },
480
+ "InvalidNextTokenException":{
481
+ "type":"structure",
482
+ "required":["Message"],
483
+ "members":{
484
+ "Message":{"shape":"Message"}
485
+ },
486
+ "exception":true
487
+ },
488
+ "InvalidRequestException":{
489
+ "type":"structure",
490
+ "required":["Message"],
491
+ "members":{
492
+ "Message":{"shape":"Message"}
493
+ },
494
+ "exception":true
495
+ },
496
+ "ListServersRequest":{
497
+ "type":"structure",
498
+ "members":{
499
+ "MaxResults":{"shape":"MaxResults"},
500
+ "NextToken":{"shape":"NextToken"}
501
+ }
502
+ },
503
+ "ListServersResponse":{
504
+ "type":"structure",
505
+ "required":["Servers"],
506
+ "members":{
507
+ "NextToken":{"shape":"NextToken"},
508
+ "Servers":{"shape":"ListedServers"}
509
+ }
510
+ },
511
+ "ListTagsForResourceRequest":{
512
+ "type":"structure",
513
+ "required":["Arn"],
514
+ "members":{
515
+ "Arn":{"shape":"Arn"},
516
+ "MaxResults":{"shape":"MaxResults"},
517
+ "NextToken":{"shape":"NextToken"}
518
+ }
519
+ },
520
+ "ListTagsForResourceResponse":{
521
+ "type":"structure",
522
+ "members":{
523
+ "Arn":{"shape":"Arn"},
524
+ "NextToken":{"shape":"NextToken"},
525
+ "Tags":{"shape":"Tags"}
526
+ }
527
+ },
528
+ "ListUsersRequest":{
529
+ "type":"structure",
530
+ "required":["ServerId"],
531
+ "members":{
532
+ "MaxResults":{"shape":"MaxResults"},
533
+ "NextToken":{"shape":"NextToken"},
534
+ "ServerId":{"shape":"ServerId"}
535
+ }
536
+ },
537
+ "ListUsersResponse":{
538
+ "type":"structure",
539
+ "required":[
540
+ "ServerId",
541
+ "Users"
542
+ ],
543
+ "members":{
544
+ "NextToken":{"shape":"NextToken"},
545
+ "ServerId":{"shape":"ServerId"},
546
+ "Users":{"shape":"ListedUsers"}
547
+ }
548
+ },
549
+ "ListedServer":{
550
+ "type":"structure",
551
+ "required":["Arn"],
552
+ "members":{
553
+ "Arn":{"shape":"Arn"},
554
+ "IdentityProviderType":{"shape":"IdentityProviderType"},
555
+ "LoggingRole":{"shape":"Role"},
556
+ "ServerId":{"shape":"ServerId"},
557
+ "State":{"shape":"State"},
558
+ "UserCount":{"shape":"UserCount"}
559
+ }
560
+ },
561
+ "ListedServers":{
562
+ "type":"list",
563
+ "member":{"shape":"ListedServer"}
564
+ },
565
+ "ListedUser":{
566
+ "type":"structure",
567
+ "required":["Arn"],
568
+ "members":{
569
+ "Arn":{"shape":"Arn"},
570
+ "HomeDirectory":{"shape":"HomeDirectory"},
571
+ "Role":{"shape":"Role"},
572
+ "SshPublicKeyCount":{"shape":"SshPublicKeyCount"},
573
+ "UserName":{"shape":"UserName"}
574
+ }
575
+ },
576
+ "ListedUsers":{
577
+ "type":"list",
578
+ "member":{"shape":"ListedUser"}
579
+ },
580
+ "MaxResults":{
581
+ "type":"integer",
582
+ "max":1000,
583
+ "min":1
584
+ },
585
+ "Message":{"type":"string"},
586
+ "NextToken":{
587
+ "type":"string",
588
+ "max":256,
589
+ "min":1
590
+ },
591
+ "NullableRole":{
592
+ "type":"string",
593
+ "pattern":"^$|arn:.*role/.*"
594
+ },
595
+ "Policy":{"type":"string"},
596
+ "Resource":{"type":"string"},
597
+ "ResourceExistsException":{
598
+ "type":"structure",
599
+ "required":[
600
+ "Message",
601
+ "Resource",
602
+ "ResourceType"
603
+ ],
604
+ "members":{
605
+ "Message":{"shape":"Message"},
606
+ "Resource":{"shape":"Resource"},
607
+ "ResourceType":{"shape":"ResourceType"}
608
+ },
609
+ "exception":true
610
+ },
611
+ "ResourceNotFoundException":{
612
+ "type":"structure",
613
+ "required":[
614
+ "Message",
615
+ "Resource",
616
+ "ResourceType"
617
+ ],
618
+ "members":{
619
+ "Message":{"shape":"Message"},
620
+ "Resource":{"shape":"Resource"},
621
+ "ResourceType":{"shape":"ResourceType"}
622
+ },
623
+ "exception":true
624
+ },
625
+ "ResourceType":{"type":"string"},
626
+ "Role":{
627
+ "type":"string",
628
+ "pattern":"arn:.*role/.*"
629
+ },
630
+ "ServerId":{
631
+ "type":"string",
632
+ "pattern":"^s-([0-9a-f]{17})$"
633
+ },
634
+ "ServiceErrorMessage":{"type":"string"},
635
+ "ServiceUnavailableException":{
636
+ "type":"structure",
637
+ "members":{
638
+ "Message":{"shape":"ServiceErrorMessage"}
639
+ },
640
+ "exception":true,
641
+ "fault":true,
642
+ "synthetic":true
643
+ },
644
+ "SshPublicKey":{
645
+ "type":"structure",
646
+ "required":[
647
+ "DateImported",
648
+ "SshPublicKeyBody",
649
+ "SshPublicKeyId"
650
+ ],
651
+ "members":{
652
+ "DateImported":{"shape":"DateImported"},
653
+ "SshPublicKeyBody":{"shape":"SshPublicKeyBody"},
654
+ "SshPublicKeyId":{"shape":"SshPublicKeyId"}
655
+ }
656
+ },
657
+ "SshPublicKeyBody":{
658
+ "type":"string",
659
+ "max":2048,
660
+ "pattern":"^ssh-rsa\\s+[A-Za-z0-9+/]+[=]{0,3}(\\s+.+)?\\s*$"
661
+ },
662
+ "SshPublicKeyCount":{"type":"integer"},
663
+ "SshPublicKeyId":{
664
+ "type":"string",
665
+ "pattern":"^key-[0-9a-f]{17}$"
666
+ },
667
+ "SshPublicKeys":{
668
+ "type":"list",
669
+ "member":{"shape":"SshPublicKey"},
670
+ "max":5
671
+ },
672
+ "StartServerRequest":{
673
+ "type":"structure",
674
+ "required":["ServerId"],
675
+ "members":{
676
+ "ServerId":{"shape":"ServerId"}
677
+ }
678
+ },
679
+ "State":{
680
+ "type":"string",
681
+ "enum":[
682
+ "OFFLINE",
683
+ "ONLINE",
684
+ "STARTING",
685
+ "STOPPING",
686
+ "START_FAILED",
687
+ "STOP_FAILED"
688
+ ]
689
+ },
690
+ "StatusCode":{"type":"integer"},
691
+ "StopServerRequest":{
692
+ "type":"structure",
693
+ "required":["ServerId"],
694
+ "members":{
695
+ "ServerId":{"shape":"ServerId"}
696
+ }
697
+ },
698
+ "Tag":{
699
+ "type":"structure",
700
+ "required":[
701
+ "Key",
702
+ "Value"
703
+ ],
704
+ "members":{
705
+ "Key":{"shape":"TagKey"},
706
+ "Value":{"shape":"TagValue"}
707
+ }
708
+ },
709
+ "TagKey":{"type":"string"},
710
+ "TagKeys":{
711
+ "type":"list",
712
+ "member":{"shape":"TagKey"},
713
+ "max":50,
714
+ "min":1
715
+ },
716
+ "TagResourceRequest":{
717
+ "type":"structure",
718
+ "required":[
719
+ "Arn",
720
+ "Tags"
721
+ ],
722
+ "members":{
723
+ "Arn":{"shape":"Arn"},
724
+ "Tags":{"shape":"Tags"}
725
+ }
726
+ },
727
+ "TagValue":{"type":"string"},
728
+ "Tags":{
729
+ "type":"list",
730
+ "member":{"shape":"Tag"},
731
+ "max":50,
732
+ "min":1
733
+ },
734
+ "TestIdentityProviderRequest":{
735
+ "type":"structure",
736
+ "required":[
737
+ "ServerId",
738
+ "UserName"
739
+ ],
740
+ "members":{
741
+ "ServerId":{"shape":"ServerId"},
742
+ "UserName":{"shape":"UserName"},
743
+ "UserPassword":{"shape":"UserPassword"}
744
+ }
745
+ },
746
+ "TestIdentityProviderResponse":{
747
+ "type":"structure",
748
+ "required":[
749
+ "StatusCode",
750
+ "Url"
751
+ ],
752
+ "members":{
753
+ "Message":{"shape":"Message"},
754
+ "StatusCode":{"shape":"StatusCode"},
755
+ "Url":{"shape":"Url"}
756
+ }
757
+ },
758
+ "UntagResourceRequest":{
759
+ "type":"structure",
760
+ "required":[
761
+ "Arn",
762
+ "TagKeys"
763
+ ],
764
+ "members":{
765
+ "Arn":{"shape":"Arn"},
766
+ "TagKeys":{"shape":"TagKeys"}
767
+ }
768
+ },
769
+ "UpdateServerRequest":{
770
+ "type":"structure",
771
+ "required":["ServerId"],
772
+ "members":{
773
+ "IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
774
+ "LoggingRole":{"shape":"NullableRole"},
775
+ "ServerId":{"shape":"ServerId"}
776
+ }
777
+ },
778
+ "UpdateServerResponse":{
779
+ "type":"structure",
780
+ "required":["ServerId"],
781
+ "members":{
782
+ "ServerId":{"shape":"ServerId"}
783
+ }
784
+ },
785
+ "UpdateUserRequest":{
786
+ "type":"structure",
787
+ "required":[
788
+ "ServerId",
789
+ "UserName"
790
+ ],
791
+ "members":{
792
+ "HomeDirectory":{"shape":"HomeDirectory"},
793
+ "Policy":{"shape":"Policy"},
794
+ "Role":{"shape":"Role"},
795
+ "ServerId":{"shape":"ServerId"},
796
+ "UserName":{"shape":"UserName"}
797
+ }
798
+ },
799
+ "UpdateUserResponse":{
800
+ "type":"structure",
801
+ "required":[
802
+ "ServerId",
803
+ "UserName"
804
+ ],
805
+ "members":{
806
+ "ServerId":{"shape":"ServerId"},
807
+ "UserName":{"shape":"UserName"}
808
+ }
809
+ },
810
+ "Url":{"type":"string"},
811
+ "UserCount":{"type":"integer"},
812
+ "UserName":{
813
+ "type":"string",
814
+ "pattern":"^[a-z0-9]{3,32}$"
815
+ },
816
+ "UserPassword":{"type":"string"}
817
+ }
818
+ }