aws-sdk 2.1008.0 → 2.1012.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +43 -37
  4. package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
  5. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
  6. package/apis/dataexchange-2017-07-25.min.json +65 -13
  7. package/apis/directconnect-2012-10-25.min.json +119 -35
  8. package/apis/glue-2017-03-31.min.json +341 -339
  9. package/apis/ivs-2020-07-14.min.json +127 -100
  10. package/apis/ivs-2020-07-14.paginators.json +4 -14
  11. package/apis/mediaconvert-2017-08-29.min.json +137 -134
  12. package/apis/mediapackage-2017-10-12.min.json +4 -0
  13. package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
  14. package/apis/metadata.json +3 -0
  15. package/apis/panorama-2019-07-24.examples.json +5 -0
  16. package/apis/panorama-2019-07-24.min.json +1622 -0
  17. package/apis/panorama-2019-07-24.paginators.json +49 -0
  18. package/apis/quicksight-2018-04-01.min.json +237 -159
  19. package/apis/securityhub-2018-10-26.min.json +282 -137
  20. package/apis/securityhub-2018-10-26.paginators.json +6 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appflow.d.ts +8 -0
  24. package/clients/chimesdkmessaging.d.ts +475 -2
  25. package/clients/dataexchange.d.ts +110 -20
  26. package/clients/directconnect.d.ts +186 -49
  27. package/clients/efs.d.ts +10 -10
  28. package/clients/glue.d.ts +11 -2
  29. package/clients/ivs.d.ts +158 -133
  30. package/clients/mediaconvert.d.ts +57 -58
  31. package/clients/mediapackage.d.ts +4 -0
  32. package/clients/mediapackagevod.d.ts +4 -0
  33. package/clients/panorama.d.ts +1926 -0
  34. package/clients/panorama.js +18 -0
  35. package/clients/quicksight.d.ts +158 -75
  36. package/clients/securityhub.d.ts +161 -2
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +55 -18
  39. package/dist/aws-sdk.js +125 -38
  40. package/dist/aws-sdk.min.js +68 -68
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
package/clients/ivs.d.ts CHANGED
@@ -36,11 +36,11 @@ declare class IVS extends Service {
36
36
  */
37
37
  createChannel(callback?: (err: AWSError, data: IVS.Types.CreateChannelResponse) => void): Request<IVS.Types.CreateChannelResponse, AWSError>;
38
38
  /**
39
- * Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the AWS CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.) Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.
39
+ * Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the Amazon Web Services CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.) Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.
40
40
  */
41
41
  createRecordingConfiguration(params: IVS.Types.CreateRecordingConfigurationRequest, callback?: (err: AWSError, data: IVS.Types.CreateRecordingConfigurationResponse) => void): Request<IVS.Types.CreateRecordingConfigurationResponse, AWSError>;
42
42
  /**
43
- * Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the AWS CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.) Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.
43
+ * Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the Amazon Web Services CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.) Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.
44
44
  */
45
45
  createRecordingConfiguration(callback?: (err: AWSError, data: IVS.Types.CreateRecordingConfigurationResponse) => void): Request<IVS.Types.CreateRecordingConfigurationResponse, AWSError>;
46
46
  /**
@@ -132,11 +132,11 @@ declare class IVS extends Service {
132
132
  */
133
133
  importPlaybackKeyPair(callback?: (err: AWSError, data: IVS.Types.ImportPlaybackKeyPairResponse) => void): Request<IVS.Types.ImportPlaybackKeyPairResponse, AWSError>;
134
134
  /**
135
- * Gets summary information about all channels in your account, in the AWS region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
135
+ * Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
136
136
  */
137
137
  listChannels(params: IVS.Types.ListChannelsRequest, callback?: (err: AWSError, data: IVS.Types.ListChannelsResponse) => void): Request<IVS.Types.ListChannelsResponse, AWSError>;
138
138
  /**
139
- * Gets summary information about all channels in your account, in the AWS region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
139
+ * Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
140
140
  */
141
141
  listChannels(callback?: (err: AWSError, data: IVS.Types.ListChannelsResponse) => void): Request<IVS.Types.ListChannelsResponse, AWSError>;
142
142
  /**
@@ -148,11 +148,11 @@ declare class IVS extends Service {
148
148
  */
149
149
  listPlaybackKeyPairs(callback?: (err: AWSError, data: IVS.Types.ListPlaybackKeyPairsResponse) => void): Request<IVS.Types.ListPlaybackKeyPairsResponse, AWSError>;
150
150
  /**
151
- * Gets summary information about all recording configurations in your account, in the AWS region where the API request is processed.
151
+ * Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.
152
152
  */
153
153
  listRecordingConfigurations(params: IVS.Types.ListRecordingConfigurationsRequest, callback?: (err: AWSError, data: IVS.Types.ListRecordingConfigurationsResponse) => void): Request<IVS.Types.ListRecordingConfigurationsResponse, AWSError>;
154
154
  /**
155
- * Gets summary information about all recording configurations in your account, in the AWS region where the API request is processed.
155
+ * Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.
156
156
  */
157
157
  listRecordingConfigurations(callback?: (err: AWSError, data: IVS.Types.ListRecordingConfigurationsResponse) => void): Request<IVS.Types.ListRecordingConfigurationsResponse, AWSError>;
158
158
  /**
@@ -164,27 +164,27 @@ declare class IVS extends Service {
164
164
  */
165
165
  listStreamKeys(callback?: (err: AWSError, data: IVS.Types.ListStreamKeysResponse) => void): Request<IVS.Types.ListStreamKeysResponse, AWSError>;
166
166
  /**
167
- * Gets summary information about live streams in your account, in the AWS region where the API request is processed.
167
+ * Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.
168
168
  */
169
169
  listStreams(params: IVS.Types.ListStreamsRequest, callback?: (err: AWSError, data: IVS.Types.ListStreamsResponse) => void): Request<IVS.Types.ListStreamsResponse, AWSError>;
170
170
  /**
171
- * Gets summary information about live streams in your account, in the AWS region where the API request is processed.
171
+ * Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.
172
172
  */
173
173
  listStreams(callback?: (err: AWSError, data: IVS.Types.ListStreamsResponse) => void): Request<IVS.Types.ListStreamsResponse, AWSError>;
174
174
  /**
175
- * Gets information about AWS tags for the specified ARN.
175
+ * Gets information about Amazon Web Services tags for the specified ARN.
176
176
  */
177
177
  listTagsForResource(params: IVS.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: IVS.Types.ListTagsForResourceResponse) => void): Request<IVS.Types.ListTagsForResourceResponse, AWSError>;
178
178
  /**
179
- * Gets information about AWS tags for the specified ARN.
179
+ * Gets information about Amazon Web Services tags for the specified ARN.
180
180
  */
181
181
  listTagsForResource(callback?: (err: AWSError, data: IVS.Types.ListTagsForResourceResponse) => void): Request<IVS.Types.ListTagsForResourceResponse, AWSError>;
182
182
  /**
183
- * Inserts metadata into the active stream of the specified channel. A maximum of 5 requests per second per channel is allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.
183
+ * Inserts metadata into the active stream of the specified channel. At most 5 requests per second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) At most 155 requests per second per account are allowed. Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.
184
184
  */
185
185
  putMetadata(params: IVS.Types.PutMetadataRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
186
186
  /**
187
- * Inserts metadata into the active stream of the specified channel. A maximum of 5 requests per second per channel is allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.
187
+ * Inserts metadata into the active stream of the specified channel. At most 5 requests per second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) At most 155 requests per second per account are allowed. Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.
188
188
  */
189
189
  putMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
190
190
  /**
@@ -196,11 +196,11 @@ declare class IVS extends Service {
196
196
  */
197
197
  stopStream(callback?: (err: AWSError, data: IVS.Types.StopStreamResponse) => void): Request<IVS.Types.StopStreamResponse, AWSError>;
198
198
  /**
199
- * Adds or updates tags for the AWS resource with the specified ARN.
199
+ * Adds or updates tags for the Amazon Web Services resource with the specified ARN.
200
200
  */
201
201
  tagResource(params: IVS.Types.TagResourceRequest, callback?: (err: AWSError, data: IVS.Types.TagResourceResponse) => void): Request<IVS.Types.TagResourceResponse, AWSError>;
202
202
  /**
203
- * Adds or updates tags for the AWS resource with the specified ARN.
203
+ * Adds or updates tags for the Amazon Web Services resource with the specified ARN.
204
204
  */
205
205
  tagResource(callback?: (err: AWSError, data: IVS.Types.TagResourceResponse) => void): Request<IVS.Types.TagResourceResponse, AWSError>;
206
206
  /**
@@ -243,6 +243,9 @@ declare namespace IVS {
243
243
  arns: ChannelArnList;
244
244
  }
245
245
  export interface BatchGetChannelResponse {
246
+ /**
247
+ *
248
+ */
246
249
  channels?: Channels;
247
250
  /**
248
251
  * Each error object is related to a specific ARN in the request.
@@ -256,8 +259,14 @@ declare namespace IVS {
256
259
  arns: StreamKeyArnList;
257
260
  }
258
261
  export interface BatchGetStreamKeyResponse {
259
- streamKeys?: StreamKeys;
262
+ /**
263
+ *
264
+ */
260
265
  errors?: BatchErrors;
266
+ /**
267
+ *
268
+ */
269
+ streamKeys?: StreamKeys;
261
270
  }
262
271
  export type Boolean = boolean;
263
272
  export interface Channel {
@@ -266,37 +275,37 @@ declare namespace IVS {
266
275
  */
267
276
  arn?: ChannelArn;
268
277
  /**
269
- * Channel name.
270
- */
271
- name?: ChannelName;
272
- /**
273
- * Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
278
+ * Whether the channel is private (enabled for playback authorization). Default: false.
274
279
  */
275
- latencyMode?: ChannelLatencyMode;
280
+ authorized?: IsAuthorized;
276
281
  /**
277
- * Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Vertical resolution can be up to 480 and bitrate can be up to 1.5 Mbps.
282
+ * Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
278
283
  */
279
- type?: ChannelType;
284
+ ingestEndpoint?: IngestEndpoint;
280
285
  /**
281
- * Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).
286
+ * Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
282
287
  */
283
- recordingConfigurationArn?: ChannelRecordingConfigurationArn;
288
+ latencyMode?: ChannelLatencyMode;
284
289
  /**
285
- * Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
290
+ * Channel name.
286
291
  */
287
- ingestEndpoint?: IngestEndpoint;
292
+ name?: ChannelName;
288
293
  /**
289
294
  * Channel playback URL.
290
295
  */
291
296
  playbackUrl?: PlaybackURL;
292
297
  /**
293
- * Whether the channel is private (enabled for playback authorization). Default: false.
298
+ * Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).
294
299
  */
295
- authorized?: IsAuthorized;
300
+ recordingConfigurationArn?: ChannelRecordingConfigurationArn;
296
301
  /**
297
302
  * Array of 1-50 maps, each of the form string:string (key:value).
298
303
  */
299
304
  tags?: Tags;
305
+ /**
306
+ * Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
307
+ */
308
+ type?: ChannelType;
300
309
  }
301
310
  export type ChannelArn = string;
302
311
  export type ChannelArnList = ChannelArn[];
@@ -310,17 +319,17 @@ declare namespace IVS {
310
319
  */
311
320
  arn?: ChannelArn;
312
321
  /**
313
- * Channel name.
322
+ * Whether the channel is private (enabled for playback authorization). Default: false.
314
323
  */
315
- name?: ChannelName;
324
+ authorized?: IsAuthorized;
316
325
  /**
317
326
  * Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
318
327
  */
319
328
  latencyMode?: ChannelLatencyMode;
320
329
  /**
321
- * Whether the channel is private (enabled for playback authorization). Default: false.
330
+ * Channel name.
322
331
  */
323
- authorized?: IsAuthorized;
332
+ name?: ChannelName;
324
333
  /**
325
334
  * Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).
326
335
  */
@@ -334,21 +343,17 @@ declare namespace IVS {
334
343
  export type Channels = Channel[];
335
344
  export interface CreateChannelRequest {
336
345
  /**
337
- * Channel name.
346
+ * Whether the channel is private (enabled for playback authorization). Default: false.
338
347
  */
339
- name?: ChannelName;
348
+ authorized?: Boolean;
340
349
  /**
341
350
  * Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.) Default: LOW.
342
351
  */
343
352
  latencyMode?: ChannelLatencyMode;
344
353
  /**
345
- * Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Vertical resolution can be up to 480 and bitrate can be up to 1.5 Mbps.
346
- */
347
- type?: ChannelType;
348
- /**
349
- * Whether the channel is private (enabled for playback authorization). Default: false.
354
+ * Channel name.
350
355
  */
351
- authorized?: Boolean;
356
+ name?: ChannelName;
352
357
  /**
353
358
  * Recording-configuration ARN. Default: "" (empty string, recording is disabled).
354
359
  */
@@ -357,26 +362,39 @@ declare namespace IVS {
357
362
  * Array of 1-50 maps, each of the form string:string (key:value).
358
363
  */
359
364
  tags?: Tags;
365
+ /**
366
+ * Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
367
+ */
368
+ type?: ChannelType;
360
369
  }
361
370
  export interface CreateChannelResponse {
371
+ /**
372
+ *
373
+ */
362
374
  channel?: Channel;
375
+ /**
376
+ *
377
+ */
363
378
  streamKey?: StreamKey;
364
379
  }
365
380
  export interface CreateRecordingConfigurationRequest {
366
- /**
367
- * An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need to be unique.
368
- */
369
- name?: RecordingConfigurationName;
370
381
  /**
371
382
  * A complex type that contains a destination configuration for where recorded video will be stored.
372
383
  */
373
384
  destinationConfiguration: DestinationConfiguration;
385
+ /**
386
+ * Recording-configuration name. The value does not need to be unique.
387
+ */
388
+ name?: RecordingConfigurationName;
374
389
  /**
375
390
  * Array of 1-50 maps, each of the form string:string (key:value).
376
391
  */
377
392
  tags?: Tags;
378
393
  }
379
394
  export interface CreateRecordingConfigurationResponse {
395
+ /**
396
+ *
397
+ */
380
398
  recordingConfiguration?: RecordingConfiguration;
381
399
  }
382
400
  export interface CreateStreamKeyRequest {
@@ -434,6 +452,9 @@ declare namespace IVS {
434
452
  arn: ChannelArn;
435
453
  }
436
454
  export interface GetChannelResponse {
455
+ /**
456
+ *
457
+ */
437
458
  channel?: Channel;
438
459
  }
439
460
  export interface GetPlaybackKeyPairRequest {
@@ -443,6 +464,9 @@ declare namespace IVS {
443
464
  arn: PlaybackKeyPairArn;
444
465
  }
445
466
  export interface GetPlaybackKeyPairResponse {
467
+ /**
468
+ *
469
+ */
446
470
  keyPair?: PlaybackKeyPair;
447
471
  }
448
472
  export interface GetRecordingConfigurationRequest {
@@ -452,6 +476,9 @@ declare namespace IVS {
452
476
  arn: RecordingConfigurationArn;
453
477
  }
454
478
  export interface GetRecordingConfigurationResponse {
479
+ /**
480
+ *
481
+ */
455
482
  recordingConfiguration?: RecordingConfiguration;
456
483
  }
457
484
  export interface GetStreamKeyRequest {
@@ -461,6 +488,9 @@ declare namespace IVS {
461
488
  arn: StreamKeyArn;
462
489
  }
463
490
  export interface GetStreamKeyResponse {
491
+ /**
492
+ *
493
+ */
464
494
  streamKey?: StreamKey;
465
495
  }
466
496
  export interface GetStreamRequest {
@@ -470,23 +500,29 @@ declare namespace IVS {
470
500
  channelArn: ChannelArn;
471
501
  }
472
502
  export interface GetStreamResponse {
503
+ /**
504
+ *
505
+ */
473
506
  stream?: Stream;
474
507
  }
475
508
  export interface ImportPlaybackKeyPairRequest {
476
509
  /**
477
- * The public portion of a customer-generated key pair.
510
+ * Playback-key-pair name. The value does not need to be unique.
478
511
  */
479
- publicKeyMaterial: PlaybackPublicKeyMaterial;
512
+ name?: PlaybackKeyPairName;
480
513
  /**
481
- * An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
514
+ * The public portion of a customer-generated key pair.
482
515
  */
483
- name?: PlaybackKeyPairName;
516
+ publicKeyMaterial: PlaybackPublicKeyMaterial;
484
517
  /**
485
518
  * Any tags provided with the request are added to the playback key pair tags.
486
519
  */
487
520
  tags?: Tags;
488
521
  }
489
522
  export interface ImportPlaybackKeyPairResponse {
523
+ /**
524
+ *
525
+ */
490
526
  keyPair?: PlaybackKeyPair;
491
527
  }
492
528
  export type IngestEndpoint = string;
@@ -500,14 +536,14 @@ declare namespace IVS {
500
536
  * Filters the channel list to match the specified recording-configuration ARN.
501
537
  */
502
538
  filterByRecordingConfigurationArn?: ChannelRecordingConfigurationArn;
503
- /**
504
- * The first channel to retrieve. This is used for pagination; see the nextToken response field.
505
- */
506
- nextToken?: PaginationToken;
507
539
  /**
508
540
  * Maximum number of channels to return. Default: 50.
509
541
  */
510
542
  maxResults?: MaxChannelResults;
543
+ /**
544
+ * The first channel to retrieve. This is used for pagination; see the nextToken response field.
545
+ */
546
+ nextToken?: PaginationToken;
511
547
  }
512
548
  export interface ListChannelsResponse {
513
549
  /**
@@ -520,14 +556,14 @@ declare namespace IVS {
520
556
  nextToken?: PaginationToken;
521
557
  }
522
558
  export interface ListPlaybackKeyPairsRequest {
523
- /**
524
- * Maximum number of key pairs to return.
525
- */
526
- nextToken?: PaginationToken;
527
559
  /**
528
560
  * The first key pair to retrieve. This is used for pagination; see the nextToken response field. Default: 50.
529
561
  */
530
562
  maxResults?: MaxPlaybackKeyPairResults;
563
+ /**
564
+ * Maximum number of key pairs to return.
565
+ */
566
+ nextToken?: PaginationToken;
531
567
  }
532
568
  export interface ListPlaybackKeyPairsResponse {
533
569
  /**
@@ -540,110 +576,100 @@ declare namespace IVS {
540
576
  nextToken?: PaginationToken;
541
577
  }
542
578
  export interface ListRecordingConfigurationsRequest {
543
- /**
544
- * The first recording configuration to retrieve. This is used for pagination; see the nextToken response field.
545
- */
546
- nextToken?: PaginationToken;
547
579
  /**
548
580
  * Maximum number of recording configurations to return. Default: 50.
549
581
  */
550
582
  maxResults?: MaxRecordingConfigurationResults;
551
- }
552
- export interface ListRecordingConfigurationsResponse {
553
583
  /**
554
- * List of the matching recording configurations.
584
+ * The first recording configuration to retrieve. This is used for pagination; see the nextToken response field.
555
585
  */
556
- recordingConfigurations: RecordingConfigurationList;
586
+ nextToken?: PaginationToken;
587
+ }
588
+ export interface ListRecordingConfigurationsResponse {
557
589
  /**
558
590
  * If there are more recording configurations than maxResults, use nextToken in the request to get the next set.
559
591
  */
560
592
  nextToken?: PaginationToken;
593
+ /**
594
+ * List of the matching recording configurations.
595
+ */
596
+ recordingConfigurations: RecordingConfigurationList;
561
597
  }
562
598
  export interface ListStreamKeysRequest {
563
599
  /**
564
600
  * Channel ARN used to filter the list.
565
601
  */
566
602
  channelArn: ChannelArn;
567
- /**
568
- * The first stream key to retrieve. This is used for pagination; see the nextToken response field.
569
- */
570
- nextToken?: PaginationToken;
571
603
  /**
572
604
  * Maximum number of streamKeys to return. Default: 50.
573
605
  */
574
606
  maxResults?: MaxStreamKeyResults;
575
- }
576
- export interface ListStreamKeysResponse {
577
607
  /**
578
- * List of stream keys.
608
+ * The first stream key to retrieve. This is used for pagination; see the nextToken response field.
579
609
  */
580
- streamKeys: StreamKeyList;
610
+ nextToken?: PaginationToken;
611
+ }
612
+ export interface ListStreamKeysResponse {
581
613
  /**
582
614
  * If there are more stream keys than maxResults, use nextToken in the request to get the next set.
583
615
  */
584
616
  nextToken?: PaginationToken;
585
- }
586
- export interface ListStreamsRequest {
587
617
  /**
588
- * The first stream to retrieve. This is used for pagination; see the nextToken response field.
618
+ * List of stream keys.
589
619
  */
590
- nextToken?: PaginationToken;
620
+ streamKeys: StreamKeyList;
621
+ }
622
+ export interface ListStreamsRequest {
591
623
  /**
592
624
  * Maximum number of streams to return. Default: 50.
593
625
  */
594
626
  maxResults?: MaxStreamResults;
595
- }
596
- export interface ListStreamsResponse {
597
627
  /**
598
- * List of streams.
628
+ * The first stream to retrieve. This is used for pagination; see the nextToken response field.
599
629
  */
600
- streams: StreamList;
630
+ nextToken?: PaginationToken;
631
+ }
632
+ export interface ListStreamsResponse {
601
633
  /**
602
634
  * If there are more streams than maxResults, use nextToken in the request to get the next set.
603
635
  */
604
636
  nextToken?: PaginationToken;
637
+ /**
638
+ * List of streams.
639
+ */
640
+ streams: StreamList;
605
641
  }
606
642
  export interface ListTagsForResourceRequest {
607
643
  /**
608
644
  * The ARN of the resource to be retrieved.
609
645
  */
610
646
  resourceArn: ResourceArn;
611
- /**
612
- * The first tag to retrieve. This is used for pagination; see the nextToken response field.
613
- */
614
- nextToken?: String;
615
- /**
616
- * Maximum number of tags to return. Default: 50.
617
- */
618
- maxResults?: MaxTagResults;
619
647
  }
620
648
  export interface ListTagsForResourceResponse {
621
- tags: Tags;
622
649
  /**
623
- * If there are more tags than maxResults, use nextToken in the request to get the next set.
650
+ *
624
651
  */
625
- nextToken?: String;
652
+ tags: Tags;
626
653
  }
627
654
  export type MaxChannelResults = number;
628
655
  export type MaxPlaybackKeyPairResults = number;
629
656
  export type MaxRecordingConfigurationResults = number;
630
657
  export type MaxStreamKeyResults = number;
631
658
  export type MaxStreamResults = number;
632
- export type MaxTagResults = number;
633
659
  export type PaginationToken = string;
634
660
  export interface PlaybackKeyPair {
635
661
  /**
636
662
  * Key-pair ARN.
637
663
  */
638
664
  arn?: PlaybackKeyPairArn;
639
- /**
640
- * An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
641
- */
642
- name?: PlaybackKeyPairName;
643
665
  /**
644
666
  * Key-pair identifier.
645
667
  */
646
668
  fingerprint?: PlaybackKeyPairFingerprint;
669
+ /**
670
+ * Playback-key-pair name. The value does not need to be unique.
671
+ */
672
+ name?: PlaybackKeyPairName;
647
673
  /**
648
674
  * Array of 1-50 maps, each of the form string:string (key:value).
649
675
  */
@@ -659,7 +685,7 @@ declare namespace IVS {
659
685
  */
660
686
  arn?: PlaybackKeyPairArn;
661
687
  /**
662
- * An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
688
+ * Playback-key-pair name. The value does not need to be unique.
663
689
  */
664
690
  name?: PlaybackKeyPairName;
665
691
  /**
@@ -684,14 +710,14 @@ declare namespace IVS {
684
710
  * Recording-configuration ARN.
685
711
  */
686
712
  arn: RecordingConfigurationArn;
687
- /**
688
- * An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
689
- */
690
- name?: RecordingConfigurationName;
691
713
  /**
692
714
  * A complex type that contains information about where recorded video will be stored.
693
715
  */
694
716
  destinationConfiguration: DestinationConfiguration;
717
+ /**
718
+ * Recording-configuration name. The value does not need to be unique.
719
+ */
720
+ name?: RecordingConfigurationName;
695
721
  /**
696
722
  * Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.
697
723
  */
@@ -710,14 +736,14 @@ declare namespace IVS {
710
736
  * Recording-configuration ARN.
711
737
  */
712
738
  arn: RecordingConfigurationArn;
713
- /**
714
- * An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
715
- */
716
- name?: RecordingConfigurationName;
717
739
  /**
718
740
  * A complex type that contains information about where recorded video will be stored.
719
741
  */
720
742
  destinationConfiguration: DestinationConfiguration;
743
+ /**
744
+ * Recording-configuration name. The value does not need to be unique.
745
+ */
746
+ name?: RecordingConfigurationName;
721
747
  /**
722
748
  * Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.
723
749
  */
@@ -748,12 +774,16 @@ declare namespace IVS {
748
774
  * Channel ARN for the stream.
749
775
  */
750
776
  channelArn?: ChannelArn;
777
+ /**
778
+ * The stream’s health.
779
+ */
780
+ health?: StreamHealth;
751
781
  /**
752
782
  * URL of the master playlist, required by the video player to play the HLS stream.
753
783
  */
754
784
  playbackUrl?: PlaybackURL;
755
785
  /**
756
- * ISO-8601 formatted timestamp of the stream’s start.
786
+ * Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.
757
787
  */
758
788
  startTime?: StreamStartTime;
759
789
  /**
@@ -761,11 +791,7 @@ declare namespace IVS {
761
791
  */
762
792
  state?: StreamState;
763
793
  /**
764
- * The stream’s health.
765
- */
766
- health?: StreamHealth;
767
- /**
768
- * Number of current viewers of the stream. A value of -1 indicates that the request timed out; in this case, retry.
794
+ * A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.
769
795
  */
770
796
  viewerCount?: StreamViewerCount;
771
797
  }
@@ -775,10 +801,6 @@ declare namespace IVS {
775
801
  * Stream-key ARN.
776
802
  */
777
803
  arn?: StreamKeyArn;
778
- /**
779
- * Stream-key value.
780
- */
781
- value?: StreamKeyValue;
782
804
  /**
783
805
  * Channel ARN for the stream.
784
806
  */
@@ -787,6 +809,10 @@ declare namespace IVS {
787
809
  * Array of 1-50 maps, each of the form string:string (key:value).
788
810
  */
789
811
  tags?: Tags;
812
+ /**
813
+ * Stream-key value.
814
+ */
815
+ value?: StreamKeyValue;
790
816
  }
791
817
  export type StreamKeyArn = string;
792
818
  export type StreamKeyArnList = StreamKeyArn[];
@@ -816,25 +842,24 @@ declare namespace IVS {
816
842
  * Channel ARN for the stream.
817
843
  */
818
844
  channelArn?: ChannelArn;
819
- /**
820
- * The stream’s state.
821
- */
822
- state?: StreamState;
823
845
  /**
824
846
  * The stream’s health.
825
847
  */
826
848
  health?: StreamHealth;
827
849
  /**
828
- * Number of current viewers of the stream. A value of -1 indicates that the request timed out; in this case, retry.
850
+ * Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.
829
851
  */
830
- viewerCount?: StreamViewerCount;
852
+ startTime?: StreamStartTime;
831
853
  /**
832
- * ISO-8601 formatted timestamp of the stream’s start.
854
+ * The stream’s state.
833
855
  */
834
- startTime?: StreamStartTime;
856
+ state?: StreamState;
857
+ /**
858
+ * A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.
859
+ */
860
+ viewerCount?: StreamViewerCount;
835
861
  }
836
862
  export type StreamViewerCount = number;
837
- export type String = string;
838
863
  export type TagKey = string;
839
864
  export type TagKeyList = TagKey[];
840
865
  export interface TagResourceRequest {
@@ -869,25 +894,25 @@ declare namespace IVS {
869
894
  */
870
895
  arn: ChannelArn;
871
896
  /**
872
- * Channel name.
897
+ * Whether the channel is private (enabled for playback authorization).
873
898
  */
874
- name?: ChannelName;
899
+ authorized?: Boolean;
875
900
  /**
876
901
  * Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
877
902
  */
878
903
  latencyMode?: ChannelLatencyMode;
879
904
  /**
880
- * Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Vertical resolution can be up to 480 and bitrate can be up to 1.5 Mbps.
881
- */
882
- type?: ChannelType;
883
- /**
884
- * Whether the channel is private (enabled for playback authorization).
905
+ * Channel name.
885
906
  */
886
- authorized?: Boolean;
907
+ name?: ChannelName;
887
908
  /**
888
909
  * Recording-configuration ARN. If this is set to an empty string, recording is disabled. A value other than an empty string indicates that recording is enabled
889
910
  */
890
911
  recordingConfigurationArn?: ChannelRecordingConfigurationArn;
912
+ /**
913
+ * Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
914
+ */
915
+ type?: ChannelType;
891
916
  }
892
917
  export interface UpdateChannelResponse {
893
918
  channel?: Channel;