aws-sdk 2.1004.0 → 2.1008.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 +24 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +62 -56
- package/apis/ec2-2016-11-15.min.json +813 -781
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/robomaker-2018-06-29.min.json +213 -200
- package/apis/sagemaker-2017-07-24.min.json +1 -2
- package/apis/storagegateway-2013-06-30.min.json +53 -9
- package/apis/workmail-2017-10-01.min.json +156 -27
- package/apis/workmail-2017-10-01.paginators.json +5 -0
- package/clients/autoscaling.d.ts +12 -8
- package/clients/configservice.d.ts +1 -1
- package/clients/ec2.d.ts +128 -86
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +18 -1
- package/clients/frauddetector.d.ts +434 -26
- package/clients/kinesisanalyticsv2.d.ts +30 -30
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/robomaker.d.ts +54 -9
- package/clients/sagemaker.d.ts +2 -2
- package/clients/storagegateway.d.ts +85 -33
- package/clients/workmail.d.ts +171 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +963 -875
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/mediatailor.d.ts
CHANGED
|
@@ -27,6 +27,14 @@ declare class MediaTailor extends Service {
|
|
|
27
27
|
* Creates a channel.
|
|
28
28
|
*/
|
|
29
29
|
createChannel(callback?: (err: AWSError, data: MediaTailor.Types.CreateChannelResponse) => void): Request<MediaTailor.Types.CreateChannelResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new prefetch schedule for the specified playback configuration.
|
|
32
|
+
*/
|
|
33
|
+
createPrefetchSchedule(params: MediaTailor.Types.CreatePrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreatePrefetchScheduleResponse) => void): Request<MediaTailor.Types.CreatePrefetchScheduleResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Creates a new prefetch schedule for the specified playback configuration.
|
|
36
|
+
*/
|
|
37
|
+
createPrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.CreatePrefetchScheduleResponse) => void): Request<MediaTailor.Types.CreatePrefetchScheduleResponse, AWSError>;
|
|
30
38
|
/**
|
|
31
39
|
* Creates a program.
|
|
32
40
|
*/
|
|
@@ -75,6 +83,14 @@ declare class MediaTailor extends Service {
|
|
|
75
83
|
* Deletes the playback configuration for the specified name.
|
|
76
84
|
*/
|
|
77
85
|
deletePlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.DeletePlaybackConfigurationResponse) => void): Request<MediaTailor.Types.DeletePlaybackConfigurationResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
88
|
+
*/
|
|
89
|
+
deletePrefetchSchedule(params: MediaTailor.Types.DeletePrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeletePrefetchScheduleResponse) => void): Request<MediaTailor.Types.DeletePrefetchScheduleResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
92
|
+
*/
|
|
93
|
+
deletePrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.DeletePrefetchScheduleResponse) => void): Request<MediaTailor.Types.DeletePrefetchScheduleResponse, AWSError>;
|
|
78
94
|
/**
|
|
79
95
|
* Deletes a specific program on a specific channel.
|
|
80
96
|
*/
|
|
@@ -155,6 +171,14 @@ declare class MediaTailor extends Service {
|
|
|
155
171
|
* Returns the playback configuration for the specified name.
|
|
156
172
|
*/
|
|
157
173
|
getPlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.GetPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.GetPlaybackConfigurationResponse, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
176
|
+
*/
|
|
177
|
+
getPrefetchSchedule(params: MediaTailor.Types.GetPrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.GetPrefetchScheduleResponse) => void): Request<MediaTailor.Types.GetPrefetchScheduleResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
180
|
+
*/
|
|
181
|
+
getPrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.GetPrefetchScheduleResponse) => void): Request<MediaTailor.Types.GetPrefetchScheduleResponse, AWSError>;
|
|
158
182
|
/**
|
|
159
183
|
* Returns a list of alerts for the given resource.
|
|
160
184
|
*/
|
|
@@ -179,6 +203,14 @@ declare class MediaTailor extends Service {
|
|
|
179
203
|
* Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.
|
|
180
204
|
*/
|
|
181
205
|
listPlaybackConfigurations(callback?: (err: AWSError, data: MediaTailor.Types.ListPlaybackConfigurationsResponse) => void): Request<MediaTailor.Types.ListPlaybackConfigurationsResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
* Creates a new prefetch schedule.
|
|
208
|
+
*/
|
|
209
|
+
listPrefetchSchedules(params: MediaTailor.Types.ListPrefetchSchedulesRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListPrefetchSchedulesResponse) => void): Request<MediaTailor.Types.ListPrefetchSchedulesResponse, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
* Creates a new prefetch schedule.
|
|
212
|
+
*/
|
|
213
|
+
listPrefetchSchedules(callback?: (err: AWSError, data: MediaTailor.Types.ListPrefetchSchedulesResponse) => void): Request<MediaTailor.Types.ListPrefetchSchedulesResponse, AWSError>;
|
|
182
214
|
/**
|
|
183
215
|
* Retrieves a list of source locations.
|
|
184
216
|
*/
|
|
@@ -334,6 +366,16 @@ declare namespace MediaTailor {
|
|
|
334
366
|
*/
|
|
335
367
|
ResourceArn: __string;
|
|
336
368
|
}
|
|
369
|
+
export interface AvailMatchingCriteria {
|
|
370
|
+
/**
|
|
371
|
+
* The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide. You can include up to 100 dynamic variables.
|
|
372
|
+
*/
|
|
373
|
+
DynamicVariable: __string;
|
|
374
|
+
/**
|
|
375
|
+
* For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.
|
|
376
|
+
*/
|
|
377
|
+
Operator: Operator;
|
|
378
|
+
}
|
|
337
379
|
export interface AvailSuppression {
|
|
338
380
|
/**
|
|
339
381
|
* Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.
|
|
@@ -485,6 +527,54 @@ declare namespace MediaTailor {
|
|
|
485
527
|
*/
|
|
486
528
|
Tags?: __mapOf__string;
|
|
487
529
|
}
|
|
530
|
+
export interface CreatePrefetchScheduleRequest {
|
|
531
|
+
/**
|
|
532
|
+
* The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.
|
|
533
|
+
*/
|
|
534
|
+
Consumption: PrefetchConsumption;
|
|
535
|
+
/**
|
|
536
|
+
* The identifier for the playback configuration.
|
|
537
|
+
*/
|
|
538
|
+
Name: __string;
|
|
539
|
+
/**
|
|
540
|
+
* The name of the playback configuration.
|
|
541
|
+
*/
|
|
542
|
+
PlaybackConfigurationName: __string;
|
|
543
|
+
/**
|
|
544
|
+
* The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
|
|
545
|
+
*/
|
|
546
|
+
Retrieval: PrefetchRetrieval;
|
|
547
|
+
/**
|
|
548
|
+
* An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If StreamId is specified, MediaTailor returns all of the prefetch schedules with an exact match on StreamId. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of StreamId.
|
|
549
|
+
*/
|
|
550
|
+
StreamId?: __string;
|
|
551
|
+
}
|
|
552
|
+
export interface CreatePrefetchScheduleResponse {
|
|
553
|
+
/**
|
|
554
|
+
* The Amazon Resource Name (ARN) of the prefetch schedule.
|
|
555
|
+
*/
|
|
556
|
+
Arn?: __string;
|
|
557
|
+
/**
|
|
558
|
+
* Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
|
|
559
|
+
*/
|
|
560
|
+
Consumption?: PrefetchConsumption;
|
|
561
|
+
/**
|
|
562
|
+
* The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
|
|
563
|
+
*/
|
|
564
|
+
Name?: __string;
|
|
565
|
+
/**
|
|
566
|
+
* The name of the playback configuration to create the prefetch schedule for.
|
|
567
|
+
*/
|
|
568
|
+
PlaybackConfigurationName?: __string;
|
|
569
|
+
/**
|
|
570
|
+
* A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
|
571
|
+
*/
|
|
572
|
+
Retrieval?: PrefetchRetrieval;
|
|
573
|
+
/**
|
|
574
|
+
* An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
|
|
575
|
+
*/
|
|
576
|
+
StreamId?: __string;
|
|
577
|
+
}
|
|
488
578
|
export interface CreateProgramRequest {
|
|
489
579
|
/**
|
|
490
580
|
* The ad break configuration settings.
|
|
@@ -721,6 +811,18 @@ declare namespace MediaTailor {
|
|
|
721
811
|
}
|
|
722
812
|
export interface DeletePlaybackConfigurationResponse {
|
|
723
813
|
}
|
|
814
|
+
export interface DeletePrefetchScheduleRequest {
|
|
815
|
+
/**
|
|
816
|
+
* The identifier for the playback configuration.
|
|
817
|
+
*/
|
|
818
|
+
Name: __string;
|
|
819
|
+
/**
|
|
820
|
+
* The name of the playback configuration.
|
|
821
|
+
*/
|
|
822
|
+
PlaybackConfigurationName: __string;
|
|
823
|
+
}
|
|
824
|
+
export interface DeletePrefetchScheduleResponse {
|
|
825
|
+
}
|
|
724
826
|
export interface DeleteProgramRequest {
|
|
725
827
|
/**
|
|
726
828
|
* The identifier for the channel you are working on.
|
|
@@ -1045,6 +1147,42 @@ declare namespace MediaTailor {
|
|
|
1045
1147
|
*/
|
|
1046
1148
|
VideoContentSourceUrl?: __string;
|
|
1047
1149
|
}
|
|
1150
|
+
export interface GetPrefetchScheduleRequest {
|
|
1151
|
+
/**
|
|
1152
|
+
* The identifier for the playback configuration.
|
|
1153
|
+
*/
|
|
1154
|
+
Name: __string;
|
|
1155
|
+
/**
|
|
1156
|
+
* The name of the playback configuration.
|
|
1157
|
+
*/
|
|
1158
|
+
PlaybackConfigurationName: __string;
|
|
1159
|
+
}
|
|
1160
|
+
export interface GetPrefetchScheduleResponse {
|
|
1161
|
+
/**
|
|
1162
|
+
* The Amazon Resource Name (ARN) of the prefetch schedule.
|
|
1163
|
+
*/
|
|
1164
|
+
Arn?: __string;
|
|
1165
|
+
/**
|
|
1166
|
+
* Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
|
|
1167
|
+
*/
|
|
1168
|
+
Consumption?: PrefetchConsumption;
|
|
1169
|
+
/**
|
|
1170
|
+
* The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
|
|
1171
|
+
*/
|
|
1172
|
+
Name?: __string;
|
|
1173
|
+
/**
|
|
1174
|
+
* The name of the playback configuration to create the prefetch schedule for.
|
|
1175
|
+
*/
|
|
1176
|
+
PlaybackConfigurationName?: __string;
|
|
1177
|
+
/**
|
|
1178
|
+
* A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
|
1179
|
+
*/
|
|
1180
|
+
Retrieval?: PrefetchRetrieval;
|
|
1181
|
+
/**
|
|
1182
|
+
* An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
|
|
1183
|
+
*/
|
|
1184
|
+
StreamId?: __string;
|
|
1185
|
+
}
|
|
1048
1186
|
export interface HlsConfiguration {
|
|
1049
1187
|
/**
|
|
1050
1188
|
* The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
|
|
@@ -1142,6 +1280,34 @@ declare namespace MediaTailor {
|
|
|
1142
1280
|
*/
|
|
1143
1281
|
NextToken?: __string;
|
|
1144
1282
|
}
|
|
1283
|
+
export interface ListPrefetchSchedulesRequest {
|
|
1284
|
+
/**
|
|
1285
|
+
* The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
|
|
1286
|
+
*/
|
|
1287
|
+
MaxResults?: __integerMin1Max100;
|
|
1288
|
+
/**
|
|
1289
|
+
* (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results. For the first ListPrefetchSchedulesRequest request, omit this value. For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
|
|
1290
|
+
*/
|
|
1291
|
+
NextToken?: __string;
|
|
1292
|
+
/**
|
|
1293
|
+
* The name of the playback configuration.
|
|
1294
|
+
*/
|
|
1295
|
+
PlaybackConfigurationName: __string;
|
|
1296
|
+
/**
|
|
1297
|
+
* An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
|
|
1298
|
+
*/
|
|
1299
|
+
StreamId?: __string;
|
|
1300
|
+
}
|
|
1301
|
+
export interface ListPrefetchSchedulesResponse {
|
|
1302
|
+
/**
|
|
1303
|
+
* Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.
|
|
1304
|
+
*/
|
|
1305
|
+
Items?: __listOfPrefetchSchedule;
|
|
1306
|
+
/**
|
|
1307
|
+
* The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
|
|
1308
|
+
*/
|
|
1309
|
+
NextToken?: __string;
|
|
1310
|
+
}
|
|
1145
1311
|
export interface ListSourceLocationsRequest {
|
|
1146
1312
|
/**
|
|
1147
1313
|
* Upper bound on number of records to return. The maximum number of results is 100.
|
|
@@ -1223,6 +1389,7 @@ declare namespace MediaTailor {
|
|
|
1223
1389
|
export type MaxResults = number;
|
|
1224
1390
|
export type MessageType = "SPLICE_INSERT"|string;
|
|
1225
1391
|
export type Mode = "OFF"|"BEHIND_LIVE_EDGE"|string;
|
|
1392
|
+
export type Operator = "EQUALS"|string;
|
|
1226
1393
|
export type OriginManifestType = "SINGLE_PERIOD"|"MULTI_PERIOD"|string;
|
|
1227
1394
|
export interface PlaybackConfiguration {
|
|
1228
1395
|
/**
|
|
@@ -1303,6 +1470,60 @@ declare namespace MediaTailor {
|
|
|
1303
1470
|
VideoContentSourceUrl?: __string;
|
|
1304
1471
|
}
|
|
1305
1472
|
export type PlaybackMode = "LOOP"|"LINEAR"|string;
|
|
1473
|
+
export interface PrefetchConsumption {
|
|
1474
|
+
/**
|
|
1475
|
+
* If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.
|
|
1476
|
+
*/
|
|
1477
|
+
AvailMatchingCriteria?: __listOfAvailMatchingCriteria;
|
|
1478
|
+
/**
|
|
1479
|
+
* The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.
|
|
1480
|
+
*/
|
|
1481
|
+
EndTime: __timestampUnix;
|
|
1482
|
+
/**
|
|
1483
|
+
* The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.
|
|
1484
|
+
*/
|
|
1485
|
+
StartTime?: __timestampUnix;
|
|
1486
|
+
}
|
|
1487
|
+
export interface PrefetchRetrieval {
|
|
1488
|
+
/**
|
|
1489
|
+
* The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS). You intially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.
|
|
1490
|
+
*/
|
|
1491
|
+
DynamicVariables?: __mapOf__string;
|
|
1492
|
+
/**
|
|
1493
|
+
* The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.
|
|
1494
|
+
*/
|
|
1495
|
+
EndTime: __timestampUnix;
|
|
1496
|
+
/**
|
|
1497
|
+
* The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.
|
|
1498
|
+
*/
|
|
1499
|
+
StartTime?: __timestampUnix;
|
|
1500
|
+
}
|
|
1501
|
+
export interface PrefetchSchedule {
|
|
1502
|
+
/**
|
|
1503
|
+
* The Amazon Resource Name (ARN) of the prefetch schedule.
|
|
1504
|
+
*/
|
|
1505
|
+
Arn: __string;
|
|
1506
|
+
/**
|
|
1507
|
+
* Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
|
|
1508
|
+
*/
|
|
1509
|
+
Consumption: PrefetchConsumption;
|
|
1510
|
+
/**
|
|
1511
|
+
* The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
|
|
1512
|
+
*/
|
|
1513
|
+
Name: __string;
|
|
1514
|
+
/**
|
|
1515
|
+
* The name of the playback configuration to create the prefetch schedule for.
|
|
1516
|
+
*/
|
|
1517
|
+
PlaybackConfigurationName: __string;
|
|
1518
|
+
/**
|
|
1519
|
+
* A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
|
1520
|
+
*/
|
|
1521
|
+
Retrieval: PrefetchRetrieval;
|
|
1522
|
+
/**
|
|
1523
|
+
* An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
|
|
1524
|
+
*/
|
|
1525
|
+
StreamId?: __string;
|
|
1526
|
+
}
|
|
1306
1527
|
export interface PutChannelPolicyRequest {
|
|
1307
1528
|
/**
|
|
1308
1529
|
* The identifier for the channel you are working on.
|
|
@@ -1865,10 +2086,13 @@ declare namespace MediaTailor {
|
|
|
1865
2086
|
export type __boolean = boolean;
|
|
1866
2087
|
export type __integer = number;
|
|
1867
2088
|
export type __integerMin1 = number;
|
|
2089
|
+
export type __integerMin1Max100 = number;
|
|
1868
2090
|
export type __listOfAdBreak = AdBreak[];
|
|
1869
2091
|
export type __listOfAlert = Alert[];
|
|
2092
|
+
export type __listOfAvailMatchingCriteria = AvailMatchingCriteria[];
|
|
1870
2093
|
export type __listOfChannel = Channel[];
|
|
1871
2094
|
export type __listOfPlaybackConfiguration = PlaybackConfiguration[];
|
|
2095
|
+
export type __listOfPrefetchSchedule = PrefetchSchedule[];
|
|
1872
2096
|
export type __listOfScheduleAdBreak = ScheduleAdBreak[];
|
|
1873
2097
|
export type __listOfScheduleEntry = ScheduleEntry[];
|
|
1874
2098
|
export type __listOfSourceLocation = SourceLocation[];
|
package/clients/robomaker.d.ts
CHANGED
|
@@ -555,18 +555,36 @@ declare namespace RoboMaker {
|
|
|
555
555
|
}
|
|
556
556
|
export type ClientRequestToken = string;
|
|
557
557
|
export type Command = string;
|
|
558
|
+
export type CommandList = NonEmptyString[];
|
|
558
559
|
export interface Compute {
|
|
559
560
|
/**
|
|
560
|
-
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the
|
|
561
|
+
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.
|
|
561
562
|
*/
|
|
562
563
|
simulationUnitLimit?: SimulationUnit;
|
|
564
|
+
/**
|
|
565
|
+
* Compute type information for the simulation job.
|
|
566
|
+
*/
|
|
567
|
+
computeType?: ComputeType;
|
|
568
|
+
/**
|
|
569
|
+
* Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
|
|
570
|
+
*/
|
|
571
|
+
gpuUnitLimit?: GPUUnit;
|
|
563
572
|
}
|
|
564
573
|
export interface ComputeResponse {
|
|
565
574
|
/**
|
|
566
|
-
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the
|
|
575
|
+
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.
|
|
567
576
|
*/
|
|
568
577
|
simulationUnitLimit?: SimulationUnit;
|
|
578
|
+
/**
|
|
579
|
+
* Compute type response information for the simulation job.
|
|
580
|
+
*/
|
|
581
|
+
computeType?: ComputeType;
|
|
582
|
+
/**
|
|
583
|
+
* Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
|
|
584
|
+
*/
|
|
585
|
+
gpuUnitLimit?: GPUUnit;
|
|
569
586
|
}
|
|
587
|
+
export type ComputeType = "CPU"|"GPU_AND_CPU"|string;
|
|
570
588
|
export interface CreateDeploymentJobRequest {
|
|
571
589
|
/**
|
|
572
590
|
* The requested deployment configuration.
|
|
@@ -1240,6 +1258,14 @@ declare namespace RoboMaker {
|
|
|
1240
1258
|
* The list of S3 keys identifying the data source files.
|
|
1241
1259
|
*/
|
|
1242
1260
|
s3Keys?: S3KeyOutputs;
|
|
1261
|
+
/**
|
|
1262
|
+
* The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file. If you don't specify a field, the default value is File.
|
|
1263
|
+
*/
|
|
1264
|
+
type?: DataSourceType;
|
|
1265
|
+
/**
|
|
1266
|
+
* The location where your files are mounted in the container image. If you've specified the type of the data source as an Archive, you must provide an Amazon S3 object key to your archive. The object key must point to either a .zip or .tar.gz file. If you've specified the type of the data source as a Prefix, you provide the Amazon S3 prefix that points to the files that you are using for your data source. If you've specified the type of the data source as a File, you provide the Amazon S3 path to the file that you're using as your data source.
|
|
1267
|
+
*/
|
|
1268
|
+
destination?: Path;
|
|
1243
1269
|
}
|
|
1244
1270
|
export interface DataSourceConfig {
|
|
1245
1271
|
/**
|
|
@@ -1253,10 +1279,19 @@ declare namespace RoboMaker {
|
|
|
1253
1279
|
/**
|
|
1254
1280
|
* The list of S3 keys identifying the data source files.
|
|
1255
1281
|
*/
|
|
1256
|
-
s3Keys:
|
|
1282
|
+
s3Keys: S3KeysOrPrefixes;
|
|
1283
|
+
/**
|
|
1284
|
+
* The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file. If you don't specify a field, the default value is File.
|
|
1285
|
+
*/
|
|
1286
|
+
type?: DataSourceType;
|
|
1287
|
+
/**
|
|
1288
|
+
* The location where your files are mounted in the container image. If you've specified the type of the data source as an Archive, you must provide an Amazon S3 object key to your archive. The object key must point to either a .zip or .tar.gz file. If you've specified the type of the data source as a Prefix, you provide the Amazon S3 prefix that points to the files that you are using for your data source. If you've specified the type of the data source as a File, you provide the Amazon S3 path to the file that you're using as your data source.
|
|
1289
|
+
*/
|
|
1290
|
+
destination?: Path;
|
|
1257
1291
|
}
|
|
1258
1292
|
export type DataSourceConfigs = DataSourceConfig[];
|
|
1259
1293
|
export type DataSourceNames = Name[];
|
|
1294
|
+
export type DataSourceType = "Prefix"|"Archive"|"File"|string;
|
|
1260
1295
|
export type DataSources = DataSource[];
|
|
1261
1296
|
export interface DeleteFleetRequest {
|
|
1262
1297
|
/**
|
|
@@ -2076,6 +2111,7 @@ declare namespace RoboMaker {
|
|
|
2076
2111
|
}
|
|
2077
2112
|
export type Fleets = Fleet[];
|
|
2078
2113
|
export type FloorplanCount = number;
|
|
2114
|
+
export type GPUUnit = number;
|
|
2079
2115
|
export type GenericInteger = number;
|
|
2080
2116
|
export type GenericString = string;
|
|
2081
2117
|
export interface GetWorldTemplateBodyRequest {
|
|
@@ -2107,11 +2143,11 @@ declare namespace RoboMaker {
|
|
|
2107
2143
|
/**
|
|
2108
2144
|
* The package name.
|
|
2109
2145
|
*/
|
|
2110
|
-
packageName
|
|
2146
|
+
packageName?: Command;
|
|
2111
2147
|
/**
|
|
2112
2148
|
* The launch file name.
|
|
2113
2149
|
*/
|
|
2114
|
-
launchFile
|
|
2150
|
+
launchFile?: Command;
|
|
2115
2151
|
/**
|
|
2116
2152
|
* The environment variables for the application launch.
|
|
2117
2153
|
*/
|
|
@@ -2124,6 +2160,10 @@ declare namespace RoboMaker {
|
|
|
2124
2160
|
* Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.
|
|
2125
2161
|
*/
|
|
2126
2162
|
streamUI?: Boolean;
|
|
2163
|
+
/**
|
|
2164
|
+
* If you've specified General as the value for your RobotSoftwareSuite, you can use this field to specify a list of commands for your container image. If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite, you can use this field to specify a list of commands for your container image.
|
|
2165
|
+
*/
|
|
2166
|
+
command?: CommandList;
|
|
2127
2167
|
}
|
|
2128
2168
|
export interface ListDeploymentJobsRequest {
|
|
2129
2169
|
/**
|
|
@@ -2661,7 +2701,7 @@ declare namespace RoboMaker {
|
|
|
2661
2701
|
*/
|
|
2662
2702
|
version?: RobotSoftwareSuiteVersionType;
|
|
2663
2703
|
}
|
|
2664
|
-
export type RobotSoftwareSuiteType = "ROS"|"ROS2"|string;
|
|
2704
|
+
export type RobotSoftwareSuiteType = "ROS"|"ROS2"|"General"|string;
|
|
2665
2705
|
export type RobotSoftwareSuiteVersionType = "Kinetic"|"Melodic"|"Dashing"|"Foxy"|string;
|
|
2666
2706
|
export type RobotStatus = "Available"|"Registered"|"PendingNewDeployment"|"Deploying"|"Failed"|"InSync"|"NoResponse"|string;
|
|
2667
2707
|
export type Robots = Robot[];
|
|
@@ -2669,18 +2709,19 @@ declare namespace RoboMaker {
|
|
|
2669
2709
|
export type S3Etag = string;
|
|
2670
2710
|
export type S3Etags = S3Etag[];
|
|
2671
2711
|
export type S3Key = string;
|
|
2712
|
+
export type S3KeyOrPrefix = string;
|
|
2672
2713
|
export interface S3KeyOutput {
|
|
2673
2714
|
/**
|
|
2674
2715
|
* The S3 key.
|
|
2675
2716
|
*/
|
|
2676
|
-
s3Key?:
|
|
2717
|
+
s3Key?: S3KeyOrPrefix;
|
|
2677
2718
|
/**
|
|
2678
2719
|
* The etag for the object.
|
|
2679
2720
|
*/
|
|
2680
2721
|
etag?: S3Etag;
|
|
2681
2722
|
}
|
|
2682
2723
|
export type S3KeyOutputs = S3KeyOutput[];
|
|
2683
|
-
export type
|
|
2724
|
+
export type S3KeysOrPrefixes = S3KeyOrPrefix[];
|
|
2684
2725
|
export interface S3Object {
|
|
2685
2726
|
/**
|
|
2686
2727
|
* The bucket containing the object.
|
|
@@ -2951,6 +2992,10 @@ declare namespace RoboMaker {
|
|
|
2951
2992
|
* The names of the data sources.
|
|
2952
2993
|
*/
|
|
2953
2994
|
dataSourceNames?: DataSourceNames;
|
|
2995
|
+
/**
|
|
2996
|
+
* The compute type for the simulation job summary.
|
|
2997
|
+
*/
|
|
2998
|
+
computeType?: ComputeType;
|
|
2954
2999
|
}
|
|
2955
3000
|
export type SimulationJobs = SimulationJob[];
|
|
2956
3001
|
export interface SimulationSoftwareSuite {
|
|
@@ -2963,7 +3008,7 @@ declare namespace RoboMaker {
|
|
|
2963
3008
|
*/
|
|
2964
3009
|
version?: SimulationSoftwareSuiteVersionType;
|
|
2965
3010
|
}
|
|
2966
|
-
export type SimulationSoftwareSuiteType = "Gazebo"|"RosbagPlay"|string;
|
|
3011
|
+
export type SimulationSoftwareSuiteType = "Gazebo"|"RosbagPlay"|"SimulationRuntime"|string;
|
|
2967
3012
|
export type SimulationSoftwareSuiteVersionType = string;
|
|
2968
3013
|
export type SimulationTimeMillis = number;
|
|
2969
3014
|
export type SimulationUnit = number;
|
package/clients/sagemaker.d.ts
CHANGED
|
@@ -4385,7 +4385,7 @@ declare namespace SageMaker {
|
|
|
4385
4385
|
*/
|
|
4386
4386
|
ProjectDescription?: EntityDescription;
|
|
4387
4387
|
/**
|
|
4388
|
-
* The product ID and provisioning artifact ID to provision a service catalog. For information, see What is Amazon Web Services Service Catalog.
|
|
4388
|
+
* The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.
|
|
4389
4389
|
*/
|
|
4390
4390
|
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails;
|
|
4391
4391
|
/**
|
|
@@ -14259,7 +14259,7 @@ declare namespace SageMaker {
|
|
|
14259
14259
|
/**
|
|
14260
14260
|
* The ID of the provisioning artifact.
|
|
14261
14261
|
*/
|
|
14262
|
-
ProvisioningArtifactId
|
|
14262
|
+
ProvisioningArtifactId?: ServiceCatalogEntityId;
|
|
14263
14263
|
/**
|
|
14264
14264
|
* The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.
|
|
14265
14265
|
*/
|