aws-sdk 2.1125.0 → 2.1128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +30 -0
- package/apis/backup-2018-11-15.paginators.json +22 -11
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/apis/outposts-2019-12-03.min.json +56 -0
- package/apis/outposts-2019-12-03.paginators.json +10 -0
- package/apis/s3-2006-03-01.examples.json +124 -124
- package/apis/sagemaker-2017-07-24.min.json +149 -138
- package/apis/ssm-2014-11-06.min.json +158 -140
- package/apis/synthetics-2017-10-11.min.json +8 -3
- package/clients/backup.d.ts +25 -1
- package/clients/ec2.d.ts +10 -2
- package/clients/iotsecuretunneling.d.ts +52 -18
- package/clients/kinesisvideo.d.ts +177 -10
- package/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/clients/lightsail.d.ts +7 -7
- package/clients/organizations.d.ts +5 -5
- package/clients/outposts.d.ts +67 -10
- package/clients/s3.d.ts +8 -8
- package/clients/sagemaker.d.ts +10 -0
- package/clients/ssm.d.ts +24 -0
- package/clients/synthetics.d.ts +7 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +381 -152
- package/dist/aws-sdk.min.js +69 -69
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1128.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1128.0
|
|
6
|
+
* feature: Backup: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
|
|
7
|
+
* feature: IoTSecureTunneling: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
|
|
8
|
+
* feature: SSM: This release adds the TargetMaps parameter in SSM State Manager API.
|
|
9
|
+
|
|
10
|
+
## 2.1127.0
|
|
11
|
+
* feature: EC2: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter.
|
|
12
|
+
* feature: KinesisVideo: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API.
|
|
13
|
+
* feature: KinesisVideoArchivedMedia: Add support for GetImages API for retrieving images from a video stream
|
|
14
|
+
* feature: SageMaker: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image.
|
|
15
|
+
|
|
16
|
+
## 2.1126.0
|
|
17
|
+
* feature: Organizations: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message.
|
|
18
|
+
* feature: Outposts: This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost.
|
|
19
|
+
* feature: Synthetics: CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary.
|
|
20
|
+
|
|
5
21
|
## 2.1125.0
|
|
6
22
|
* feature: CodeGuruReviewer: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
|
|
7
23
|
* feature: MediaConvert: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1128.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -1107,6 +1107,16 @@
|
|
|
1107
1107
|
"ByAccountId": {
|
|
1108
1108
|
"location": "querystring",
|
|
1109
1109
|
"locationName": "accountId"
|
|
1110
|
+
},
|
|
1111
|
+
"ByCompleteAfter": {
|
|
1112
|
+
"location": "querystring",
|
|
1113
|
+
"locationName": "completeAfter",
|
|
1114
|
+
"type": "timestamp"
|
|
1115
|
+
},
|
|
1116
|
+
"ByCompleteBefore": {
|
|
1117
|
+
"location": "querystring",
|
|
1118
|
+
"locationName": "completeBefore",
|
|
1119
|
+
"type": "timestamp"
|
|
1110
1120
|
}
|
|
1111
1121
|
}
|
|
1112
1122
|
},
|
|
@@ -1429,6 +1439,16 @@
|
|
|
1429
1439
|
"ByAccountId": {
|
|
1430
1440
|
"location": "querystring",
|
|
1431
1441
|
"locationName": "accountId"
|
|
1442
|
+
},
|
|
1443
|
+
"ByCompleteBefore": {
|
|
1444
|
+
"location": "querystring",
|
|
1445
|
+
"locationName": "completeBefore",
|
|
1446
|
+
"type": "timestamp"
|
|
1447
|
+
},
|
|
1448
|
+
"ByCompleteAfter": {
|
|
1449
|
+
"location": "querystring",
|
|
1450
|
+
"locationName": "completeAfter",
|
|
1451
|
+
"type": "timestamp"
|
|
1432
1452
|
}
|
|
1433
1453
|
}
|
|
1434
1454
|
},
|
|
@@ -1796,6 +1816,16 @@
|
|
|
1796
1816
|
"ByStatus": {
|
|
1797
1817
|
"location": "querystring",
|
|
1798
1818
|
"locationName": "status"
|
|
1819
|
+
},
|
|
1820
|
+
"ByCompleteBefore": {
|
|
1821
|
+
"location": "querystring",
|
|
1822
|
+
"locationName": "completeBefore",
|
|
1823
|
+
"type": "timestamp"
|
|
1824
|
+
},
|
|
1825
|
+
"ByCompleteAfter": {
|
|
1826
|
+
"location": "querystring",
|
|
1827
|
+
"locationName": "completeAfter",
|
|
1828
|
+
"type": "timestamp"
|
|
1799
1829
|
}
|
|
1800
1830
|
}
|
|
1801
1831
|
},
|
|
@@ -3,37 +3,44 @@
|
|
|
3
3
|
"ListBackupJobs": {
|
|
4
4
|
"input_token": "NextToken",
|
|
5
5
|
"output_token": "NextToken",
|
|
6
|
-
"limit_key": "MaxResults"
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "BackupJobs"
|
|
7
8
|
},
|
|
8
9
|
"ListBackupPlanTemplates": {
|
|
9
10
|
"input_token": "NextToken",
|
|
10
11
|
"output_token": "NextToken",
|
|
11
|
-
"limit_key": "MaxResults"
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "BackupPlanTemplatesList"
|
|
12
14
|
},
|
|
13
15
|
"ListBackupPlanVersions": {
|
|
14
16
|
"input_token": "NextToken",
|
|
15
17
|
"output_token": "NextToken",
|
|
16
|
-
"limit_key": "MaxResults"
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "BackupPlanVersionsList"
|
|
17
20
|
},
|
|
18
21
|
"ListBackupPlans": {
|
|
19
22
|
"input_token": "NextToken",
|
|
20
23
|
"output_token": "NextToken",
|
|
21
|
-
"limit_key": "MaxResults"
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "BackupPlansList"
|
|
22
26
|
},
|
|
23
27
|
"ListBackupSelections": {
|
|
24
28
|
"input_token": "NextToken",
|
|
25
29
|
"output_token": "NextToken",
|
|
26
|
-
"limit_key": "MaxResults"
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "BackupSelectionsList"
|
|
27
32
|
},
|
|
28
33
|
"ListBackupVaults": {
|
|
29
34
|
"input_token": "NextToken",
|
|
30
35
|
"output_token": "NextToken",
|
|
31
|
-
"limit_key": "MaxResults"
|
|
36
|
+
"limit_key": "MaxResults",
|
|
37
|
+
"result_key": "BackupVaultList"
|
|
32
38
|
},
|
|
33
39
|
"ListCopyJobs": {
|
|
34
40
|
"input_token": "NextToken",
|
|
35
41
|
"output_token": "NextToken",
|
|
36
|
-
"limit_key": "MaxResults"
|
|
42
|
+
"limit_key": "MaxResults",
|
|
43
|
+
"result_key": "CopyJobs"
|
|
37
44
|
},
|
|
38
45
|
"ListFrameworks": {
|
|
39
46
|
"input_token": "NextToken",
|
|
@@ -43,17 +50,20 @@
|
|
|
43
50
|
"ListProtectedResources": {
|
|
44
51
|
"input_token": "NextToken",
|
|
45
52
|
"output_token": "NextToken",
|
|
46
|
-
"limit_key": "MaxResults"
|
|
53
|
+
"limit_key": "MaxResults",
|
|
54
|
+
"result_key": "Results"
|
|
47
55
|
},
|
|
48
56
|
"ListRecoveryPointsByBackupVault": {
|
|
49
57
|
"input_token": "NextToken",
|
|
50
58
|
"output_token": "NextToken",
|
|
51
|
-
"limit_key": "MaxResults"
|
|
59
|
+
"limit_key": "MaxResults",
|
|
60
|
+
"result_key": "RecoveryPoints"
|
|
52
61
|
},
|
|
53
62
|
"ListRecoveryPointsByResource": {
|
|
54
63
|
"input_token": "NextToken",
|
|
55
64
|
"output_token": "NextToken",
|
|
56
|
-
"limit_key": "MaxResults"
|
|
65
|
+
"limit_key": "MaxResults",
|
|
66
|
+
"result_key": "RecoveryPoints"
|
|
57
67
|
},
|
|
58
68
|
"ListReportJobs": {
|
|
59
69
|
"input_token": "NextToken",
|
|
@@ -68,7 +78,8 @@
|
|
|
68
78
|
"ListRestoreJobs": {
|
|
69
79
|
"input_token": "NextToken",
|
|
70
80
|
"output_token": "NextToken",
|
|
71
|
-
"limit_key": "MaxResults"
|
|
81
|
+
"limit_key": "MaxResults",
|
|
82
|
+
"result_key": "RestoreJobs"
|
|
72
83
|
},
|
|
73
84
|
"ListTags": {
|
|
74
85
|
"input_token": "NextToken",
|
|
@@ -263,7 +263,8 @@
|
|
|
263
263
|
"shape": "S1t",
|
|
264
264
|
"locationName": "TagSpecification"
|
|
265
265
|
},
|
|
266
|
-
"HostRecovery": {}
|
|
266
|
+
"HostRecovery": {},
|
|
267
|
+
"OutpostArn": {}
|
|
267
268
|
}
|
|
268
269
|
},
|
|
269
270
|
"output": {
|
|
@@ -8642,6 +8643,9 @@
|
|
|
8642
8643
|
"MemberOfServiceLinkedResourceGroup": {
|
|
8643
8644
|
"locationName": "memberOfServiceLinkedResourceGroup",
|
|
8644
8645
|
"type": "boolean"
|
|
8646
|
+
},
|
|
8647
|
+
"OutpostArn": {
|
|
8648
|
+
"locationName": "outpostArn"
|
|
8645
8649
|
}
|
|
8646
8650
|
}
|
|
8647
8651
|
}
|
|
@@ -162,6 +162,34 @@
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
|
+
"RotateTunnelAccessToken": {
|
|
166
|
+
"input": {
|
|
167
|
+
"type": "structure",
|
|
168
|
+
"required": [
|
|
169
|
+
"tunnelId",
|
|
170
|
+
"clientMode"
|
|
171
|
+
],
|
|
172
|
+
"members": {
|
|
173
|
+
"tunnelId": {},
|
|
174
|
+
"clientMode": {},
|
|
175
|
+
"destinationConfig": {
|
|
176
|
+
"shape": "Se"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"output": {
|
|
181
|
+
"type": "structure",
|
|
182
|
+
"members": {
|
|
183
|
+
"tunnelArn": {},
|
|
184
|
+
"sourceAccessToken": {
|
|
185
|
+
"shape": "Sz"
|
|
186
|
+
},
|
|
187
|
+
"destinationAccessToken": {
|
|
188
|
+
"shape": "Sz"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
165
193
|
"TagResource": {
|
|
166
194
|
"input": {
|
|
167
195
|
"type": "structure",
|
|
@@ -153,6 +153,70 @@
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
+
"GetImages": {
|
|
157
|
+
"http": {
|
|
158
|
+
"requestUri": "/getImages"
|
|
159
|
+
},
|
|
160
|
+
"input": {
|
|
161
|
+
"type": "structure",
|
|
162
|
+
"required": [
|
|
163
|
+
"ImageSelectorType",
|
|
164
|
+
"StartTimestamp",
|
|
165
|
+
"EndTimestamp",
|
|
166
|
+
"SamplingInterval",
|
|
167
|
+
"Format"
|
|
168
|
+
],
|
|
169
|
+
"members": {
|
|
170
|
+
"StreamName": {},
|
|
171
|
+
"StreamARN": {},
|
|
172
|
+
"ImageSelectorType": {},
|
|
173
|
+
"StartTimestamp": {
|
|
174
|
+
"type": "timestamp"
|
|
175
|
+
},
|
|
176
|
+
"EndTimestamp": {
|
|
177
|
+
"type": "timestamp"
|
|
178
|
+
},
|
|
179
|
+
"SamplingInterval": {
|
|
180
|
+
"type": "integer"
|
|
181
|
+
},
|
|
182
|
+
"Format": {},
|
|
183
|
+
"FormatConfig": {
|
|
184
|
+
"type": "map",
|
|
185
|
+
"key": {},
|
|
186
|
+
"value": {}
|
|
187
|
+
},
|
|
188
|
+
"WidthPixels": {
|
|
189
|
+
"type": "integer"
|
|
190
|
+
},
|
|
191
|
+
"HeightPixels": {
|
|
192
|
+
"type": "integer"
|
|
193
|
+
},
|
|
194
|
+
"MaxResults": {
|
|
195
|
+
"type": "long"
|
|
196
|
+
},
|
|
197
|
+
"NextToken": {}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"output": {
|
|
201
|
+
"type": "structure",
|
|
202
|
+
"members": {
|
|
203
|
+
"Images": {
|
|
204
|
+
"type": "list",
|
|
205
|
+
"member": {
|
|
206
|
+
"type": "structure",
|
|
207
|
+
"members": {
|
|
208
|
+
"TimeStamp": {
|
|
209
|
+
"type": "timestamp"
|
|
210
|
+
},
|
|
211
|
+
"Error": {},
|
|
212
|
+
"ImageContent": {}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"NextToken": {}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
},
|
|
156
220
|
"GetMediaForFragmentList": {
|
|
157
221
|
"http": {
|
|
158
222
|
"requestUri": "/getMediaForFragmentList"
|
|
@@ -108,6 +108,46 @@
|
|
|
108
108
|
"members": {}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
"DescribeImageGenerationConfiguration": {
|
|
112
|
+
"http": {
|
|
113
|
+
"requestUri": "/describeImageGenerationConfiguration"
|
|
114
|
+
},
|
|
115
|
+
"input": {
|
|
116
|
+
"type": "structure",
|
|
117
|
+
"members": {
|
|
118
|
+
"StreamName": {},
|
|
119
|
+
"StreamARN": {}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"output": {
|
|
123
|
+
"type": "structure",
|
|
124
|
+
"members": {
|
|
125
|
+
"ImageGenerationConfiguration": {
|
|
126
|
+
"shape": "Sr"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"DescribeNotificationConfiguration": {
|
|
132
|
+
"http": {
|
|
133
|
+
"requestUri": "/describeNotificationConfiguration"
|
|
134
|
+
},
|
|
135
|
+
"input": {
|
|
136
|
+
"type": "structure",
|
|
137
|
+
"members": {
|
|
138
|
+
"StreamName": {},
|
|
139
|
+
"StreamARN": {}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"output": {
|
|
143
|
+
"type": "structure",
|
|
144
|
+
"members": {
|
|
145
|
+
"NotificationConfiguration": {
|
|
146
|
+
"shape": "S16"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
111
151
|
"DescribeSignalingChannel": {
|
|
112
152
|
"http": {
|
|
113
153
|
"requestUri": "/describeSignalingChannel"
|
|
@@ -123,7 +163,7 @@
|
|
|
123
163
|
"type": "structure",
|
|
124
164
|
"members": {
|
|
125
165
|
"ChannelInfo": {
|
|
126
|
-
"shape": "
|
|
166
|
+
"shape": "S1a"
|
|
127
167
|
}
|
|
128
168
|
}
|
|
129
169
|
}
|
|
@@ -143,7 +183,7 @@
|
|
|
143
183
|
"type": "structure",
|
|
144
184
|
"members": {
|
|
145
185
|
"StreamInfo": {
|
|
146
|
-
"shape": "
|
|
186
|
+
"shape": "S1f"
|
|
147
187
|
}
|
|
148
188
|
}
|
|
149
189
|
}
|
|
@@ -235,7 +275,7 @@
|
|
|
235
275
|
"ChannelInfoList": {
|
|
236
276
|
"type": "list",
|
|
237
277
|
"member": {
|
|
238
|
-
"shape": "
|
|
278
|
+
"shape": "S1a"
|
|
239
279
|
}
|
|
240
280
|
},
|
|
241
281
|
"NextToken": {}
|
|
@@ -268,7 +308,7 @@
|
|
|
268
308
|
"StreamInfoList": {
|
|
269
309
|
"type": "list",
|
|
270
310
|
"member": {
|
|
271
|
-
"shape": "
|
|
311
|
+
"shape": "S1f"
|
|
272
312
|
}
|
|
273
313
|
},
|
|
274
314
|
"NextToken": {}
|
|
@@ -381,7 +421,7 @@
|
|
|
381
421
|
"members": {
|
|
382
422
|
"ResourceARN": {},
|
|
383
423
|
"TagKeyList": {
|
|
384
|
-
"shape": "
|
|
424
|
+
"shape": "S2e"
|
|
385
425
|
}
|
|
386
426
|
}
|
|
387
427
|
},
|
|
@@ -403,7 +443,7 @@
|
|
|
403
443
|
"StreamARN": {},
|
|
404
444
|
"StreamName": {},
|
|
405
445
|
"TagKeyList": {
|
|
406
|
-
"shape": "
|
|
446
|
+
"shape": "S2e"
|
|
407
447
|
}
|
|
408
448
|
}
|
|
409
449
|
},
|
|
@@ -438,6 +478,44 @@
|
|
|
438
478
|
"members": {}
|
|
439
479
|
}
|
|
440
480
|
},
|
|
481
|
+
"UpdateImageGenerationConfiguration": {
|
|
482
|
+
"http": {
|
|
483
|
+
"requestUri": "/updateImageGenerationConfiguration"
|
|
484
|
+
},
|
|
485
|
+
"input": {
|
|
486
|
+
"type": "structure",
|
|
487
|
+
"members": {
|
|
488
|
+
"StreamName": {},
|
|
489
|
+
"StreamARN": {},
|
|
490
|
+
"ImageGenerationConfiguration": {
|
|
491
|
+
"shape": "Sr"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"output": {
|
|
496
|
+
"type": "structure",
|
|
497
|
+
"members": {}
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"UpdateNotificationConfiguration": {
|
|
501
|
+
"http": {
|
|
502
|
+
"requestUri": "/updateNotificationConfiguration"
|
|
503
|
+
},
|
|
504
|
+
"input": {
|
|
505
|
+
"type": "structure",
|
|
506
|
+
"members": {
|
|
507
|
+
"StreamName": {},
|
|
508
|
+
"StreamARN": {},
|
|
509
|
+
"NotificationConfiguration": {
|
|
510
|
+
"shape": "S16"
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
"output": {
|
|
515
|
+
"type": "structure",
|
|
516
|
+
"members": {}
|
|
517
|
+
}
|
|
518
|
+
},
|
|
441
519
|
"UpdateSignalingChannel": {
|
|
442
520
|
"http": {
|
|
443
521
|
"requestUri": "/updateSignalingChannel"
|
|
@@ -510,6 +588,65 @@
|
|
|
510
588
|
"value": {}
|
|
511
589
|
},
|
|
512
590
|
"Sr": {
|
|
591
|
+
"type": "structure",
|
|
592
|
+
"required": [
|
|
593
|
+
"Status",
|
|
594
|
+
"ImageSelectorType",
|
|
595
|
+
"DestinationConfig",
|
|
596
|
+
"SamplingInterval",
|
|
597
|
+
"Format"
|
|
598
|
+
],
|
|
599
|
+
"members": {
|
|
600
|
+
"Status": {},
|
|
601
|
+
"ImageSelectorType": {},
|
|
602
|
+
"DestinationConfig": {
|
|
603
|
+
"type": "structure",
|
|
604
|
+
"required": [
|
|
605
|
+
"Uri",
|
|
606
|
+
"DestinationRegion"
|
|
607
|
+
],
|
|
608
|
+
"members": {
|
|
609
|
+
"Uri": {},
|
|
610
|
+
"DestinationRegion": {}
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"SamplingInterval": {
|
|
614
|
+
"type": "integer"
|
|
615
|
+
},
|
|
616
|
+
"Format": {},
|
|
617
|
+
"FormatConfig": {
|
|
618
|
+
"type": "map",
|
|
619
|
+
"key": {},
|
|
620
|
+
"value": {}
|
|
621
|
+
},
|
|
622
|
+
"WidthPixels": {
|
|
623
|
+
"type": "integer"
|
|
624
|
+
},
|
|
625
|
+
"HeightPixels": {
|
|
626
|
+
"type": "integer"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"S16": {
|
|
631
|
+
"type": "structure",
|
|
632
|
+
"required": [
|
|
633
|
+
"Status",
|
|
634
|
+
"DestinationConfig"
|
|
635
|
+
],
|
|
636
|
+
"members": {
|
|
637
|
+
"Status": {},
|
|
638
|
+
"DestinationConfig": {
|
|
639
|
+
"type": "structure",
|
|
640
|
+
"required": [
|
|
641
|
+
"Uri"
|
|
642
|
+
],
|
|
643
|
+
"members": {
|
|
644
|
+
"Uri": {}
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"S1a": {
|
|
513
650
|
"type": "structure",
|
|
514
651
|
"members": {
|
|
515
652
|
"ChannelName": {},
|
|
@@ -525,7 +662,7 @@
|
|
|
525
662
|
"Version": {}
|
|
526
663
|
}
|
|
527
664
|
},
|
|
528
|
-
"
|
|
665
|
+
"S1f": {
|
|
529
666
|
"type": "structure",
|
|
530
667
|
"members": {
|
|
531
668
|
"DeviceName": {},
|
|
@@ -543,7 +680,7 @@
|
|
|
543
680
|
}
|
|
544
681
|
}
|
|
545
682
|
},
|
|
546
|
-
"
|
|
683
|
+
"S2e": {
|
|
547
684
|
"type": "list",
|
|
548
685
|
"member": {}
|
|
549
686
|
}
|
|
@@ -364,6 +364,62 @@
|
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
|
+
"ListAssets": {
|
|
368
|
+
"http": {
|
|
369
|
+
"method": "GET",
|
|
370
|
+
"requestUri": "/outposts/{OutpostId}/assets"
|
|
371
|
+
},
|
|
372
|
+
"input": {
|
|
373
|
+
"type": "structure",
|
|
374
|
+
"required": [
|
|
375
|
+
"OutpostIdentifier"
|
|
376
|
+
],
|
|
377
|
+
"members": {
|
|
378
|
+
"OutpostIdentifier": {
|
|
379
|
+
"location": "uri",
|
|
380
|
+
"locationName": "OutpostId"
|
|
381
|
+
},
|
|
382
|
+
"HostIdFilter": {
|
|
383
|
+
"location": "querystring",
|
|
384
|
+
"locationName": "HostIdFilter",
|
|
385
|
+
"type": "list",
|
|
386
|
+
"member": {}
|
|
387
|
+
},
|
|
388
|
+
"MaxResults": {
|
|
389
|
+
"location": "querystring",
|
|
390
|
+
"locationName": "MaxResults",
|
|
391
|
+
"type": "integer"
|
|
392
|
+
},
|
|
393
|
+
"NextToken": {
|
|
394
|
+
"location": "querystring",
|
|
395
|
+
"locationName": "NextToken"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"output": {
|
|
400
|
+
"type": "structure",
|
|
401
|
+
"members": {
|
|
402
|
+
"Assets": {
|
|
403
|
+
"type": "list",
|
|
404
|
+
"member": {
|
|
405
|
+
"type": "structure",
|
|
406
|
+
"members": {
|
|
407
|
+
"AssetId": {},
|
|
408
|
+
"RackId": {},
|
|
409
|
+
"AssetType": {},
|
|
410
|
+
"ComputeAttributes": {
|
|
411
|
+
"type": "structure",
|
|
412
|
+
"members": {
|
|
413
|
+
"HostId": {}
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"NextToken": {}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
367
423
|
"ListCatalogItems": {
|
|
368
424
|
"http": {
|
|
369
425
|
"method": "GET",
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"GetOutpostInstanceTypes": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListAssets": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"output_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults"
|
|
12
|
+
},
|
|
3
13
|
"ListCatalogItems": {
|
|
4
14
|
"input_token": "NextToken",
|
|
5
15
|
"output_token": "NextToken",
|