cdk-lambda-subminute 2.0.248 → 2.0.250

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 (49) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +28 -9
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +83 -0
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +241 -32
  8. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +31 -1
  9. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +50 -49
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +298 -238
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +81 -60
  15. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
  17. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
  18. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +141 -36
  19. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  22. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
  23. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
  24. package/node_modules/aws-sdk/clients/appintegrations.d.ts +255 -1
  25. package/node_modules/aws-sdk/clients/apprunner.d.ts +6 -1
  26. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
  27. package/node_modules/aws-sdk/clients/codedeploy.d.ts +34 -34
  28. package/node_modules/aws-sdk/clients/connect.d.ts +64 -6
  29. package/node_modules/aws-sdk/clients/dynamodb.d.ts +40 -2
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
  31. package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
  32. package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
  33. package/node_modules/aws-sdk/clients/lakeformation.d.ts +95 -1
  34. package/node_modules/aws-sdk/clients/pinpoint.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
  36. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  37. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  38. package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +395 -301
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +38 -0
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  47. package/node_modules/xml2js/node_modules/sax/lib/sax.js +13 -4
  48. package/node_modules/xml2js/node_modules/sax/package.json +8 -4
  49. package/package.json +3 -3
@@ -51,6 +51,22 @@ declare class ChimeSDKMediaPipelines extends Service {
51
51
  * Creates a media live connector pipeline in an Amazon Chime SDK meeting.
52
52
  */
53
53
  createMediaLiveConnectorPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse, AWSError>;
54
+ /**
55
+ * Creates an Kinesis video stream pool for the media pipeline.
56
+ */
57
+ createMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
58
+ /**
59
+ * Creates an Kinesis video stream pool for the media pipeline.
60
+ */
61
+ createMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
62
+ /**
63
+ * Creates a streaming media pipeline.
64
+ */
65
+ createMediaStreamPipeline(params: ChimeSDKMediaPipelines.Types.CreateMediaStreamPipelineRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaStreamPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaStreamPipelineResponse, AWSError>;
66
+ /**
67
+ * Creates a streaming media pipeline.
68
+ */
69
+ createMediaStreamPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaStreamPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaStreamPipelineResponse, AWSError>;
54
70
  /**
55
71
  * Deletes the media pipeline.
56
72
  */
@@ -75,6 +91,14 @@ declare class ChimeSDKMediaPipelines extends Service {
75
91
  * Deletes the media pipeline.
76
92
  */
77
93
  deleteMediaPipeline(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94
+ /**
95
+ * Deletes an Kinesis video stream pool.
96
+ */
97
+ deleteMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.DeleteMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98
+ /**
99
+ * Deletes an Kinesis video stream pool.
100
+ */
101
+ deleteMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
102
  /**
79
103
  * Gets an existing media pipeline.
80
104
  */
@@ -99,6 +123,14 @@ declare class ChimeSDKMediaPipelines extends Service {
99
123
  * Gets an existing media pipeline.
100
124
  */
101
125
  getMediaPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaPipelineResponse, AWSError>;
126
+ /**
127
+ * Gets an Kinesis video stream pool.
128
+ */
129
+ getMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.GetMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
130
+ /**
131
+ * Gets an Kinesis video stream pool.
132
+ */
133
+ getMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
102
134
  /**
103
135
  * Retrieves the details of the specified speaker search task.
104
136
  */
@@ -131,6 +163,14 @@ declare class ChimeSDKMediaPipelines extends Service {
131
163
  * Lists the available media insights pipeline configurations.
132
164
  */
133
165
  listMediaInsightsPipelineConfigurations(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaInsightsPipelineConfigurationsResponse, AWSError>;
166
+ /**
167
+ * Lists the video stream pools in the media pipeline.
168
+ */
169
+ listMediaPipelineKinesisVideoStreamPools(params: ChimeSDKMediaPipelines.Types.ListMediaPipelineKinesisVideoStreamPoolsRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaPipelineKinesisVideoStreamPoolsResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaPipelineKinesisVideoStreamPoolsResponse, AWSError>;
170
+ /**
171
+ * Lists the video stream pools in the media pipeline.
172
+ */
173
+ listMediaPipelineKinesisVideoStreamPools(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaPipelineKinesisVideoStreamPoolsResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaPipelineKinesisVideoStreamPoolsResponse, AWSError>;
134
174
  /**
135
175
  * Returns a list of media pipelines.
136
176
  */
@@ -211,6 +251,14 @@ declare class ChimeSDKMediaPipelines extends Service {
211
251
  * Updates the status of a media insights pipeline.
212
252
  */
213
253
  updateMediaInsightsPipelineStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
254
+ /**
255
+ * Updates an Kinesis video stream pool in a media pipeline.
256
+ */
257
+ updateMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
258
+ /**
259
+ * Updates an Kinesis video stream pool in a media pipeline.
260
+ */
261
+ updateMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
214
262
  }
215
263
  declare namespace ChimeSDKMediaPipelines {
216
264
  export interface ActiveSpeakerOnlyConfiguration {
@@ -413,6 +461,7 @@ declare namespace ChimeSDKMediaPipelines {
413
461
  }
414
462
  export type AudioMuxType = "AudioOnly"|"AudioWithActiveSpeakerVideo"|"AudioWithCompositedVideo"|string;
415
463
  export type AudioSampleRateOption = string;
464
+ export type AwsRegion = string;
416
465
  export type Boolean = boolean;
417
466
  export type BorderColor = "Black"|"Blue"|"Red"|"Green"|"White"|"Yellow"|string;
418
467
  export type BorderThickness = number;
@@ -684,12 +733,62 @@ declare namespace ChimeSDKMediaPipelines {
684
733
  */
685
734
  MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
686
735
  }
736
+ export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
737
+ /**
738
+ * The configuration settings for the video stream.
739
+ */
740
+ StreamConfiguration: KinesisVideoStreamConfiguration;
741
+ /**
742
+ * The name of the video stream pool.
743
+ */
744
+ PoolName: KinesisVideoStreamPoolName;
745
+ /**
746
+ * The token assigned to the client making the request.
747
+ */
748
+ ClientRequestToken?: ClientRequestToken;
749
+ /**
750
+ * The tags assigned to the video stream pool.
751
+ */
752
+ Tags?: TagList;
753
+ }
754
+ export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
755
+ /**
756
+ * The configuration for the Kinesis video stream pool.
757
+ */
758
+ KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
759
+ }
760
+ export interface CreateMediaStreamPipelineRequest {
761
+ /**
762
+ * The data sources for the media pipeline.
763
+ */
764
+ Sources: MediaStreamSourceList;
765
+ /**
766
+ * The data sink for the media pipeline.
767
+ */
768
+ Sinks: MediaStreamSinkList;
769
+ /**
770
+ * The token assigned to the client making the request.
771
+ */
772
+ ClientRequestToken?: ClientRequestToken;
773
+ /**
774
+ * The tags assigned to the media pipeline.
775
+ */
776
+ Tags?: TagList;
777
+ }
778
+ export interface CreateMediaStreamPipelineResponse {
779
+ /**
780
+ * The requested media pipeline.
781
+ */
782
+ MediaStreamPipeline?: MediaStreamPipeline;
783
+ }
687
784
  export interface DataChannelConcatenationConfiguration {
688
785
  /**
689
786
  * Enables or disables the configuration object.
690
787
  */
691
788
  State: ArtifactsConcatenationState;
692
789
  }
790
+ export type DataRetentionChangeInHours = number;
791
+ export type DataRetentionInHours = number;
693
792
  export interface DeleteMediaCapturePipelineRequest {
694
793
  /**
695
794
  * The ID of the media pipeline being deleted.
@@ -702,6 +801,12 @@ declare namespace ChimeSDKMediaPipelines {
702
801
  */
703
802
  Identifier: NonEmptyString;
704
803
  }
804
+ export interface DeleteMediaPipelineKinesisVideoStreamPoolRequest {
805
+ /**
806
+ * The ID of the pool being deleted.
807
+ */
808
+ Identifier: NonEmptyString;
809
+ }
705
810
  export interface DeleteMediaPipelineRequest {
706
811
  /**
707
812
  * The ID of the media pipeline to delete.
@@ -746,6 +851,18 @@ declare namespace ChimeSDKMediaPipelines {
746
851
  */
747
852
  MediaInsightsPipelineConfiguration?: MediaInsightsPipelineConfiguration;
748
853
  }
854
+ export interface GetMediaPipelineKinesisVideoStreamPoolRequest {
855
+ /**
856
+ * The ID of the video stream pool.
857
+ */
858
+ Identifier: NonEmptyString;
859
+ }
860
+ export interface GetMediaPipelineKinesisVideoStreamPoolResponse {
861
+ /**
862
+ * The video stream pool configuration object.
863
+ */
864
+ KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
865
+ }
749
866
  export interface GetMediaPipelineRequest {
750
867
  /**
751
868
  * The ID of the pipeline that you want to get.
@@ -780,7 +897,7 @@ declare namespace ChimeSDKMediaPipelines {
780
897
  */
781
898
  Identifier: NonEmptyString;
782
899
  /**
783
- * The ID of the voice tone anlysis task.
900
+ * The ID of the voice tone analysis task.
784
901
  */
785
902
  VoiceToneAnalysisTaskId: GuidString;
786
903
  }
@@ -836,7 +953,7 @@ declare namespace ChimeSDKMediaPipelines {
836
953
  */
837
954
  TileCount?: TileCount;
838
955
  /**
839
- * Sets the aspect ratio of the video tiles, such as 16:9.
956
+ * Specifies the aspect ratio of all video tiles.
840
957
  */
841
958
  TileAspectRatio?: TileAspectRatio;
842
959
  }
@@ -871,6 +988,75 @@ declare namespace ChimeSDKMediaPipelines {
871
988
  InsightsTarget?: Arn;
872
989
  }
873
990
  export type KinesisVideoStreamArn = string;
991
+ export interface KinesisVideoStreamConfiguration {
992
+ /**
993
+ * The Amazon Web Services Region of the video stream.
994
+ */
995
+ Region: AwsRegion;
996
+ /**
997
+ * The amount of time that data is retained.
998
+ */
999
+ DataRetentionInHours?: DataRetentionInHours;
1000
+ }
1001
+ export interface KinesisVideoStreamConfigurationUpdate {
1002
+ /**
1003
+ * The updated time that data is retained.
1004
+ */
1005
+ DataRetentionInHours?: DataRetentionChangeInHours;
1006
+ }
1007
+ export interface KinesisVideoStreamPoolConfiguration {
1008
+ /**
1009
+ * The ARN of the video stream pool configuration.
1010
+ */
1011
+ PoolArn?: Arn;
1012
+ /**
1013
+ * The name of the video stream pool configuration.
1014
+ */
1015
+ PoolName?: KinesisVideoStreamPoolName;
1016
+ /**
1017
+ * The ID of the video stream pool in the configuration.
1018
+ */
1019
+ PoolId?: KinesisVideoStreamPoolId;
1020
+ /**
1021
+ * The status of the video stream pool in the configuration.
1022
+ */
1023
+ PoolStatus?: KinesisVideoStreamPoolStatus;
1024
+ /**
1025
+ * The size of the video stream pool in the configuration.
1026
+ */
1027
+ PoolSize?: KinesisVideoStreamPoolSize;
1028
+ /**
1029
+ * The Kinesis video stream pool configuration object.
1030
+ */
1031
+ StreamConfiguration?: KinesisVideoStreamConfiguration;
1032
+ /**
1033
+ * The time at which the configuration was created.
1034
+ */
1035
+ CreatedTimestamp?: Iso8601Timestamp;
1036
+ /**
1037
+ * The time at which the configuration was updated.
1038
+ */
1039
+ UpdatedTimestamp?: Iso8601Timestamp;
1040
+ }
1041
+ export type KinesisVideoStreamPoolId = string;
1042
+ export type KinesisVideoStreamPoolName = string;
1043
+ export type KinesisVideoStreamPoolSize = number;
1044
+ export type KinesisVideoStreamPoolStatus = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"|"FAILED"|string;
1045
+ export interface KinesisVideoStreamPoolSummary {
1046
+ /**
1047
+ * The name of the video stream pool.
1048
+ */
1049
+ PoolName?: KinesisVideoStreamPoolName;
1050
+ /**
1051
+ * The ID of the video stream pool.
1052
+ */
1053
+ PoolId?: KinesisVideoStreamPoolId;
1054
+ /**
1055
+ * The ARN of the video stream pool.
1056
+ */
1057
+ PoolArn?: Arn;
1058
+ }
1059
+ export type KinesisVideoStreamPoolSummaryList = KinesisVideoStreamPoolSummary[];
874
1060
  export interface KinesisVideoStreamRecordingSourceRuntimeConfiguration {
875
1061
  /**
876
1062
  * The stream or streams to be recorded.
@@ -957,6 +1143,26 @@ declare namespace ChimeSDKMediaPipelines {
957
1143
  */
958
1144
  NextToken?: String;
959
1145
  }
1146
+ export interface ListMediaPipelineKinesisVideoStreamPoolsRequest {
1147
+ /**
1148
+ * The token used to return the next page of results.
1149
+ */
1150
+ NextToken?: String;
1151
+ /**
1152
+ * The maximum number of results to return in a single call.
1153
+ */
1154
+ MaxResults?: ResultMax;
1155
+ }
1156
+ export interface ListMediaPipelineKinesisVideoStreamPoolsResponse {
1157
+ /**
1158
+ * The list of video stream pools.
1159
+ */
1160
+ KinesisVideoStreamPools?: KinesisVideoStreamPoolSummaryList;
1161
+ /**
1162
+ * The token used to return the next page of results.
1163
+ */
1164
+ NextToken?: String;
1165
+ }
960
1166
  export interface ListMediaPipelinesRequest {
961
1167
  /**
962
1168
  * The token used to retrieve the next page of results.
@@ -1317,6 +1523,10 @@ declare namespace ChimeSDKMediaPipelines {
1317
1523
  * The media insights pipeline of a media pipeline.
1318
1524
  */
1319
1525
  MediaInsightsPipeline?: MediaInsightsPipeline;
1526
+ /**
1527
+ * Designates a media pipeline as a media stream pipeline.
1528
+ */
1529
+ MediaStreamPipeline?: MediaStreamPipeline;
1320
1530
  }
1321
1531
  export type MediaPipelineElementStatus = "NotStarted"|"NotSupported"|"Initializing"|"InProgress"|"Failed"|"Stopping"|"Stopped"|"Paused"|string;
1322
1532
  export type MediaPipelineList = MediaPipelineSummary[];
@@ -1336,6 +1546,68 @@ declare namespace ChimeSDKMediaPipelines {
1336
1546
  }
1337
1547
  export type MediaPipelineTaskStatus = "NotStarted"|"Initializing"|"InProgress"|"Failed"|"Stopping"|"Stopped"|string;
1338
1548
  export type MediaSampleRateHertz = number;
1549
+ export interface MediaStreamPipeline {
1550
+ /**
1551
+ * The ID of the media stream pipeline
1552
+ */
1553
+ MediaPipelineId?: GuidString;
1554
+ /**
1555
+ * The ARN of the media stream pipeline.
1556
+ */
1557
+ MediaPipelineArn?: AmazonResourceName;
1558
+ /**
1559
+ * The time at which the media stream pipeline was created.
1560
+ */
1561
+ CreatedTimestamp?: Iso8601Timestamp;
1562
+ /**
1563
+ * The time at which the media stream pipeline was updated.
1564
+ */
1565
+ UpdatedTimestamp?: Iso8601Timestamp;
1566
+ /**
1567
+ * The status of the media stream pipeline.
1568
+ */
1569
+ Status?: MediaPipelineStatus;
1570
+ /**
1571
+ * The media stream pipeline's data sources.
1572
+ */
1573
+ Sources?: MediaStreamSourceList;
1574
+ /**
1575
+ * The media stream pipeline's data sinks.
1576
+ */
1577
+ Sinks?: MediaStreamSinkList;
1578
+ }
1579
+ export type MediaStreamPipelineSinkType = "KinesisVideoStreamPool"|string;
1580
+ export interface MediaStreamSink {
1581
+ /**
1582
+ * The ARN of the media stream sink.
1583
+ */
1584
+ SinkArn: Arn;
1585
+ /**
1586
+ * The media stream sink's type.
1587
+ */
1588
+ SinkType: MediaStreamPipelineSinkType;
1589
+ /**
1590
+ * Specifies the number of streams that the sink can accept.
1591
+ */
1592
+ ReservedStreamCapacity: ReservedStreamCapacity;
1593
+ /**
1594
+ * The media stream sink's media stream type.
1595
+ */
1596
+ MediaStreamType: MediaStreamType;
1597
+ }
1598
+ export type MediaStreamSinkList = MediaStreamSink[];
1599
+ export interface MediaStreamSource {
1600
+ /**
1601
+ * The type of media stream source.
1602
+ */
1603
+ SourceType: MediaPipelineSourceType;
1604
+ /**
1605
+ * The ARN of the media stream source.
1606
+ */
1607
+ SourceArn: Arn;
1608
+ }
1609
+ export type MediaStreamSourceList = MediaStreamSource[];
1610
+ export type MediaStreamType = "MixedAudio"|"IndividualAudio"|string;
1339
1611
  export interface MeetingEventsConcatenationConfiguration {
1340
1612
  /**
1341
1613
  * Enables or disables the configuration object.
@@ -1411,6 +1683,7 @@ declare namespace ChimeSDKMediaPipelines {
1411
1683
  StreamArn?: KinesisVideoStreamArn;
1412
1684
  }
1413
1685
  export type RecordingStreamList = RecordingStreamConfiguration[];
1686
+ export type ReservedStreamCapacity = number;
1414
1687
  export type ResolutionOption = "HD"|"FHD"|string;
1415
1688
  export type ResultMax = number;
1416
1689
  export type RuleName = string;
@@ -1689,6 +1962,22 @@ declare namespace ChimeSDKMediaPipelines {
1689
1962
  */
1690
1963
  UpdateStatus: MediaPipelineStatusUpdate;
1691
1964
  }
1965
+ export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
1966
+ /**
1967
+ * The ID of the video stream pool.
1968
+ */
1969
+ Identifier: NonEmptyString;
1970
+ /**
1971
+ * The configuration settings for the video stream.
1972
+ */
1973
+ StreamConfiguration?: KinesisVideoStreamConfigurationUpdate;
1974
+ }
1975
+ export interface UpdateMediaPipelineKinesisVideoStreamPoolResponse {
1976
+ /**
1977
+ * The video stream pool configuration object.
1978
+ */
1979
+ KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
1980
+ }
1692
1981
  export interface VerticalLayoutConfiguration {
1693
1982
  /**
1694
1983
  * Sets the automatic ordering of the video tiles.
@@ -149,11 +149,11 @@ declare class CodeDeploy extends Service {
149
149
  */
150
150
  deleteGitHubAccountToken(callback?: (err: AWSError, data: CodeDeploy.Types.DeleteGitHubAccountTokenOutput) => void): Request<CodeDeploy.Types.DeleteGitHubAccountTokenOutput, AWSError>;
151
151
  /**
152
- * Deletes resources linked to an external ID.
152
+ * Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation. It is not necessary to call this action directly. CloudFormation calls it on your behalf when it needs to delete stack resources. This action is offered publicly in case you need to delete resources to comply with General Data Protection Regulation (GDPR) requirements.
153
153
  */
154
154
  deleteResourcesByExternalId(params: CodeDeploy.Types.DeleteResourcesByExternalIdInput, callback?: (err: AWSError, data: CodeDeploy.Types.DeleteResourcesByExternalIdOutput) => void): Request<CodeDeploy.Types.DeleteResourcesByExternalIdOutput, AWSError>;
155
155
  /**
156
- * Deletes resources linked to an external ID.
156
+ * Deletes resources linked to an external ID. This action only applies if you have configured blue/green deployments through CloudFormation. It is not necessary to call this action directly. CloudFormation calls it on your behalf when it needs to delete stack resources. This action is offered publicly in case you need to delete resources to comply with General Data Protection Regulation (GDPR) requirements.
157
157
  */
158
158
  deleteResourcesByExternalId(callback?: (err: AWSError, data: CodeDeploy.Types.DeleteResourcesByExternalIdOutput) => void): Request<CodeDeploy.Types.DeleteResourcesByExternalIdOutput, AWSError>;
159
159
  /**
@@ -237,35 +237,35 @@ declare class CodeDeploy extends Service {
237
237
  */
238
238
  listApplicationRevisions(callback?: (err: AWSError, data: CodeDeploy.Types.ListApplicationRevisionsOutput) => void): Request<CodeDeploy.Types.ListApplicationRevisionsOutput, AWSError>;
239
239
  /**
240
- * Lists the applications registered with the IAM user or Amazon Web Services account.
240
+ * Lists the applications registered with the user or Amazon Web Services account.
241
241
  */
242
242
  listApplications(params: CodeDeploy.Types.ListApplicationsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListApplicationsOutput) => void): Request<CodeDeploy.Types.ListApplicationsOutput, AWSError>;
243
243
  /**
244
- * Lists the applications registered with the IAM user or Amazon Web Services account.
244
+ * Lists the applications registered with the user or Amazon Web Services account.
245
245
  */
246
246
  listApplications(callback?: (err: AWSError, data: CodeDeploy.Types.ListApplicationsOutput) => void): Request<CodeDeploy.Types.ListApplicationsOutput, AWSError>;
247
247
  /**
248
- * Lists the deployment configurations with the IAM user or Amazon Web Services account.
248
+ * Lists the deployment configurations with the user or Amazon Web Services account.
249
249
  */
250
250
  listDeploymentConfigs(params: CodeDeploy.Types.ListDeploymentConfigsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentConfigsOutput) => void): Request<CodeDeploy.Types.ListDeploymentConfigsOutput, AWSError>;
251
251
  /**
252
- * Lists the deployment configurations with the IAM user or Amazon Web Services account.
252
+ * Lists the deployment configurations with the user or Amazon Web Services account.
253
253
  */
254
254
  listDeploymentConfigs(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentConfigsOutput) => void): Request<CodeDeploy.Types.ListDeploymentConfigsOutput, AWSError>;
255
255
  /**
256
- * Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
256
+ * Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
257
257
  */
258
258
  listDeploymentGroups(params: CodeDeploy.Types.ListDeploymentGroupsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentGroupsOutput) => void): Request<CodeDeploy.Types.ListDeploymentGroupsOutput, AWSError>;
259
259
  /**
260
- * Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
260
+ * Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
261
261
  */
262
262
  listDeploymentGroups(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentGroupsOutput) => void): Request<CodeDeploy.Types.ListDeploymentGroupsOutput, AWSError>;
263
263
  /**
264
- * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the IAM user or Amazon Web Services account.
264
+ * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the user or Amazon Web Services account.
265
265
  */
266
266
  listDeploymentInstances(params: CodeDeploy.Types.ListDeploymentInstancesInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentInstancesOutput) => void): Request<CodeDeploy.Types.ListDeploymentInstancesOutput, AWSError>;
267
267
  /**
268
- * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the IAM user or Amazon Web Services account.
268
+ * The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda. Lists the instance for a deployment associated with the user or Amazon Web Services account.
269
269
  */
270
270
  listDeploymentInstances(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentInstancesOutput) => void): Request<CodeDeploy.Types.ListDeploymentInstancesOutput, AWSError>;
271
271
  /**
@@ -277,11 +277,11 @@ declare class CodeDeploy extends Service {
277
277
  */
278
278
  listDeploymentTargets(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentTargetsOutput) => void): Request<CodeDeploy.Types.ListDeploymentTargetsOutput, AWSError>;
279
279
  /**
280
- * Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account.
280
+ * Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.
281
281
  */
282
282
  listDeployments(params: CodeDeploy.Types.ListDeploymentsInput, callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentsOutput) => void): Request<CodeDeploy.Types.ListDeploymentsOutput, AWSError>;
283
283
  /**
284
- * Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account.
284
+ * Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.
285
285
  */
286
286
  listDeployments(callback?: (err: AWSError, data: CodeDeploy.Types.ListDeploymentsOutput) => void): Request<CodeDeploy.Types.ListDeploymentsOutput, AWSError>;
287
287
  /**
@@ -537,7 +537,7 @@ declare namespace CodeDeploy {
537
537
  }
538
538
  export interface BatchGetDeploymentGroupsInput {
539
539
  /**
540
- * The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services account.
540
+ * The name of an CodeDeploy application associated with the applicable user or Amazon Web Services account.
541
541
  */
542
542
  applicationName: ApplicationName;
543
543
  /**
@@ -686,7 +686,7 @@ declare namespace CodeDeploy {
686
686
  }
687
687
  export interface CreateApplicationInput {
688
688
  /**
689
- * The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account.
689
+ * The name of the application. This name must be unique with the applicable user or Amazon Web Services account.
690
690
  */
691
691
  applicationName: ApplicationName;
692
692
  /**
@@ -730,7 +730,7 @@ declare namespace CodeDeploy {
730
730
  }
731
731
  export interface CreateDeploymentGroupInput {
732
732
  /**
733
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
733
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
734
734
  */
735
735
  applicationName: ApplicationName;
736
736
  /**
@@ -810,7 +810,7 @@ declare namespace CodeDeploy {
810
810
  }
811
811
  export interface CreateDeploymentInput {
812
812
  /**
813
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
813
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
814
814
  */
815
815
  applicationName: ApplicationName;
816
816
  /**
@@ -822,7 +822,7 @@ declare namespace CodeDeploy {
822
822
  */
823
823
  revision?: RevisionLocation;
824
824
  /**
825
- * The name of a deployment configuration associated with the IAM user or Amazon Web Services account. If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.
825
+ * The name of a deployment configuration associated with the user or Amazon Web Services account. If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.
826
826
  */
827
827
  deploymentConfigName?: DeploymentConfigName;
828
828
  /**
@@ -862,19 +862,19 @@ declare namespace CodeDeploy {
862
862
  }
863
863
  export interface DeleteApplicationInput {
864
864
  /**
865
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
865
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
866
866
  */
867
867
  applicationName: ApplicationName;
868
868
  }
869
869
  export interface DeleteDeploymentConfigInput {
870
870
  /**
871
- * The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
871
+ * The name of a deployment configuration associated with the user or Amazon Web Services account.
872
872
  */
873
873
  deploymentConfigName: DeploymentConfigName;
874
874
  }
875
875
  export interface DeleteDeploymentGroupInput {
876
876
  /**
877
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
877
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
878
878
  */
879
879
  applicationName: ApplicationName;
880
880
  /**
@@ -1357,7 +1357,7 @@ declare namespace CodeDeploy {
1357
1357
  export type ECSTaskSetStatus = string;
1358
1358
  export interface ELBInfo {
1359
1359
  /**
1360
- * For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
1360
+ * For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
1361
1361
  */
1362
1362
  name?: ELBName;
1363
1363
  }
@@ -1404,7 +1404,7 @@ declare namespace CodeDeploy {
1404
1404
  }
1405
1405
  export interface GetApplicationInput {
1406
1406
  /**
1407
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1407
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1408
1408
  */
1409
1409
  applicationName: ApplicationName;
1410
1410
  }
@@ -1440,7 +1440,7 @@ declare namespace CodeDeploy {
1440
1440
  }
1441
1441
  export interface GetDeploymentConfigInput {
1442
1442
  /**
1443
- * The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
1443
+ * The name of a deployment configuration associated with the user or Amazon Web Services account.
1444
1444
  */
1445
1445
  deploymentConfigName: DeploymentConfigName;
1446
1446
  }
@@ -1452,7 +1452,7 @@ declare namespace CodeDeploy {
1452
1452
  }
1453
1453
  export interface GetDeploymentGroupInput {
1454
1454
  /**
1455
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1455
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1456
1456
  */
1457
1457
  applicationName: ApplicationName;
1458
1458
  /**
@@ -1468,7 +1468,7 @@ declare namespace CodeDeploy {
1468
1468
  }
1469
1469
  export interface GetDeploymentInput {
1470
1470
  /**
1471
- * The unique ID of a deployment associated with the IAM user or Amazon Web Services account.
1471
+ * The unique ID of a deployment associated with the user or Amazon Web Services account.
1472
1472
  */
1473
1473
  deploymentId: DeploymentId;
1474
1474
  }
@@ -1557,7 +1557,7 @@ declare namespace CodeDeploy {
1557
1557
  */
1558
1558
  iamSessionArn?: IamSessionArn;
1559
1559
  /**
1560
- * The IAM user ARN associated with the on-premises instance.
1560
+ * The user ARN associated with the on-premises instance.
1561
1561
  */
1562
1562
  iamUserArn?: IamUserArn;
1563
1563
  /**
@@ -1745,7 +1745,7 @@ declare namespace CodeDeploy {
1745
1745
  export type LifecycleMessage = string;
1746
1746
  export interface ListApplicationRevisionsInput {
1747
1747
  /**
1748
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1748
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1749
1749
  */
1750
1750
  applicationName: ApplicationName;
1751
1751
  /**
@@ -1817,7 +1817,7 @@ declare namespace CodeDeploy {
1817
1817
  }
1818
1818
  export interface ListDeploymentGroupsInput {
1819
1819
  /**
1820
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
1820
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1821
1821
  */
1822
1822
  applicationName: ApplicationName;
1823
1823
  /**
@@ -1893,7 +1893,7 @@ declare namespace CodeDeploy {
1893
1893
  }
1894
1894
  export interface ListDeploymentsInput {
1895
1895
  /**
1896
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.
1896
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account. If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.
1897
1897
  */
1898
1898
  applicationName?: ApplicationName;
1899
1899
  /**
@@ -1992,11 +1992,11 @@ declare namespace CodeDeploy {
1992
1992
  export type ListenerArnList = ListenerArn[];
1993
1993
  export interface LoadBalancerInfo {
1994
1994
  /**
1995
- * An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers. Adding more than one load balancer to the array is not supported.
1995
+ * An array that contains information about the load balancers to use for load balancing in a deployment. If you're using Classic Load Balancers, specify those load balancers in this array. You can add up to 10 load balancers to the array. If you're using Application Load Balancers or Network Load Balancers, use the targetGroupInfoList array instead of this one.
1996
1996
  */
1997
1997
  elbInfoList?: ELBInfoList;
1998
1998
  /**
1999
- * An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers. Adding more than one target group to the array is not supported.
1999
+ * An array that contains information about the target groups to use for load balancing in a deployment. If you're using Application Load Balancers and Network Load Balancers, specify their associated target groups in this array. You can add up to 10 target groups to the array. If you're using Classic Load Balancers, use the elbInfoList array instead of this one.
2000
2000
  */
2001
2001
  targetGroupInfoList?: TargetGroupInfoList;
2002
2002
  /**
@@ -2063,7 +2063,7 @@ declare namespace CodeDeploy {
2063
2063
  export type RawStringSha256 = string;
2064
2064
  export interface RegisterApplicationRevisionInput {
2065
2065
  /**
2066
- * The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
2066
+ * The name of an CodeDeploy application associated with the user or Amazon Web Services account.
2067
2067
  */
2068
2068
  applicationName: ApplicationName;
2069
2069
  /**
@@ -2085,7 +2085,7 @@ declare namespace CodeDeploy {
2085
2085
  */
2086
2086
  iamSessionArn?: IamSessionArn;
2087
2087
  /**
2088
- * The ARN of the IAM user to associate with the on-premises instance.
2088
+ * The ARN of the user to associate with the on-premises instance.
2089
2089
  */
2090
2090
  iamUserArn?: IamUserArn;
2091
2091
  }
@@ -2173,7 +2173,7 @@ declare namespace CodeDeploy {
2173
2173
  */
2174
2174
  key?: S3Key;
2175
2175
  /**
2176
- * The file type of the application revision. Must be one of the following: tar: A tar archive file. tgz: A compressed tar archive file. zip: A zip archive file.
2176
+ * The file type of the application revision. Must be one of the following: tar: A tar archive file. tgz: A compressed tar archive file. zip: A zip archive file. YAML: A YAML-formatted file. JSON: A JSON-formatted file.
2177
2177
  */
2178
2178
  bundleType?: BundleType;
2179
2179
  /**