@cdklabs/cdk-ecs-codedeploy 0.0.10 → 0.0.12
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/.jsii +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +178 -159
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +49 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +96 -12
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +646 -556
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ecs.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +109 -5
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +66 -0
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +193 -12
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +293 -175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +60 -60
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
"limit_key": "MaxResults",
|
|
13
13
|
"result_key": "AlgorithmSummaryList"
|
|
14
14
|
},
|
|
15
|
+
"ListAliases": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "SageMakerImageVersionAliases"
|
|
20
|
+
},
|
|
15
21
|
"ListAppImageConfigs": {
|
|
16
22
|
"input_token": "NextToken",
|
|
17
23
|
"output_token": "NextToken",
|
|
@@ -333,3 +333,4 @@ export import SageMakerGeospatial = require('./sagemakergeospatial');
|
|
|
333
333
|
export import CodeCatalyst = require('./codecatalyst');
|
|
334
334
|
export import Pipes = require('./pipes');
|
|
335
335
|
export import SageMakerMetrics = require('./sagemakermetrics');
|
|
336
|
+
export import KinesisVideoWebRTCStorage = require('./kinesisvideowebrtcstorage');
|
|
@@ -334,5 +334,6 @@ module.exports = {
|
|
|
334
334
|
SageMakerGeospatial: require('./sagemakergeospatial'),
|
|
335
335
|
CodeCatalyst: require('./codecatalyst'),
|
|
336
336
|
Pipes: require('./pipes'),
|
|
337
|
-
SageMakerMetrics: require('./sagemakermetrics')
|
|
337
|
+
SageMakerMetrics: require('./sagemakermetrics'),
|
|
338
|
+
KinesisVideoWebRTCStorage: require('./kinesisvideowebrtcstorage')
|
|
338
339
|
};
|
|
@@ -212,11 +212,11 @@ declare class Athena extends Service {
|
|
|
212
212
|
*/
|
|
213
213
|
getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
|
|
214
214
|
/**
|
|
215
|
-
* Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran.
|
|
215
|
+
* Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. Query execution runtime statistics are returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state. Stage-level input and output row count and data size statistics are not shown when a query has row-level filters defined in Lake Formation.
|
|
216
216
|
*/
|
|
217
217
|
getQueryRuntimeStatistics(params: Athena.Types.GetQueryRuntimeStatisticsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryRuntimeStatisticsOutput) => void): Request<Athena.Types.GetQueryRuntimeStatisticsOutput, AWSError>;
|
|
218
218
|
/**
|
|
219
|
-
* Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran.
|
|
219
|
+
* Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. Query execution runtime statistics are returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state. Stage-level input and output row count and data size statistics are not shown when a query has row-level filters defined in Lake Formation.
|
|
220
220
|
*/
|
|
221
221
|
getQueryRuntimeStatistics(callback?: (err: AWSError, data: Athena.Types.GetQueryRuntimeStatisticsOutput) => void): Request<Athena.Types.GetQueryRuntimeStatisticsOutput, AWSError>;
|
|
222
222
|
/**
|
|
@@ -2577,11 +2577,11 @@ declare namespace Athena {
|
|
|
2577
2577
|
/**
|
|
2578
2578
|
* The updated content for the notebook.
|
|
2579
2579
|
*/
|
|
2580
|
-
Payload
|
|
2580
|
+
Payload: Payload;
|
|
2581
2581
|
/**
|
|
2582
2582
|
* The notebook content type. Currently, the only valid type is IPYNB.
|
|
2583
2583
|
*/
|
|
2584
|
-
Type
|
|
2584
|
+
Type: NotebookType;
|
|
2585
2585
|
/**
|
|
2586
2586
|
* The ID of the session in which the notebook will be updated.
|
|
2587
2587
|
*/
|
|
@@ -1521,13 +1521,27 @@ declare namespace ECS {
|
|
|
1521
1521
|
*/
|
|
1522
1522
|
serviceConnectResources?: ServiceConnectServiceResourceList;
|
|
1523
1523
|
}
|
|
1524
|
+
export interface DeploymentAlarms {
|
|
1525
|
+
/**
|
|
1526
|
+
* One or more CloudWatch alarm names. Use a "," to separate the alarms.
|
|
1527
|
+
*/
|
|
1528
|
+
alarmNames: StringList;
|
|
1529
|
+
/**
|
|
1530
|
+
* Determines whether to use the CloudWatch alarm option in the service deployment process.
|
|
1531
|
+
*/
|
|
1532
|
+
enable: Boolean;
|
|
1533
|
+
/**
|
|
1534
|
+
* Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.
|
|
1535
|
+
*/
|
|
1536
|
+
rollback: Boolean;
|
|
1537
|
+
}
|
|
1524
1538
|
export interface DeploymentCircuitBreaker {
|
|
1525
1539
|
/**
|
|
1526
1540
|
* Determines whether to use the deployment circuit breaker logic for the service.
|
|
1527
1541
|
*/
|
|
1528
1542
|
enable: Boolean;
|
|
1529
1543
|
/**
|
|
1530
|
-
* Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is
|
|
1544
|
+
* Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is on, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.
|
|
1531
1545
|
*/
|
|
1532
1546
|
rollback: Boolean;
|
|
1533
1547
|
}
|
|
@@ -1544,6 +1558,10 @@ declare namespace ECS {
|
|
|
1544
1558
|
* If a service is using the rolling update (ECS) deployment type, the minimumHealthyPercent represents a lower limit on the number of your service's tasks that must remain in the RUNNING state during a deployment, as a percentage of the desiredCount (rounded up to the nearest integer). This parameter enables you to deploy without using additional cluster capacity. For example, if your service has a desiredCount of four tasks and a minimumHealthyPercent of 50%, the service scheduler may stop two existing tasks to free up cluster capacity before starting two new tasks. For services that do not use a load balancer, the following should be noted: A service is considered healthy if all essential containers within the tasks in the service pass their health checks. If a task has no essential containers with a health check defined, the service scheduler will wait for 40 seconds after a task reaches a RUNNING state before the task is counted towards the minimum healthy percent total. If a task has one or more essential containers with a health check defined, the service scheduler will wait for the task to reach a healthy status before counting it towards the minimum healthy percent total. A task is considered healthy when all essential containers within the task have passed their health checks. The amount of time the service scheduler can wait for is determined by the container health check settings. For services are that do use a load balancer, the following should be noted: If a task has no essential containers with a health check defined, the service scheduler will wait for the load balancer target group health check to return a healthy status before counting the task towards the minimum healthy percent total. If a task has an essential container with a health check defined, the service scheduler will wait for both the task to reach a healthy status and the load balancer target group health check to return a healthy status before counting the task towards the minimum healthy percent total. If a service is using either the blue/green (CODE_DEPLOY) or EXTERNAL deployment types and is running tasks that use the EC2 launch type, the minimum healthy percent value is set to the default value and is used to define the lower limit on the number of the tasks in the service that remain in the RUNNING state while the container instances are in the DRAINING state. If a service is using either the blue/green (CODE_DEPLOY) or EXTERNAL deployment types and is running tasks that use the Fargate launch type, the minimum healthy percent value is not used, although it is returned when describing your service.
|
|
1545
1559
|
*/
|
|
1546
1560
|
minimumHealthyPercent?: BoxedInteger;
|
|
1561
|
+
/**
|
|
1562
|
+
* Information about the CloudWatch alarms.
|
|
1563
|
+
*/
|
|
1564
|
+
alarms?: DeploymentAlarms;
|
|
1547
1565
|
}
|
|
1548
1566
|
export interface DeploymentController {
|
|
1549
1567
|
/**
|
|
@@ -59,6 +59,22 @@ declare class KinesisVideo extends Service {
|
|
|
59
59
|
* Gets the ImageGenerationConfiguration for a given Kinesis video stream.
|
|
60
60
|
*/
|
|
61
61
|
describeImageGenerationConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeImageGenerationConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeImageGenerationConfigurationOutput, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
* Returns the most current information about the stream. Either streamName or streamARN should be provided in the input. Returns the most current information about the stream. The streamName or streamARN should be provided in the input.
|
|
64
|
+
*/
|
|
65
|
+
describeMappedResourceConfiguration(params: KinesisVideo.Types.DescribeMappedResourceConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMappedResourceConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMappedResourceConfigurationOutput, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Returns the most current information about the stream. Either streamName or streamARN should be provided in the input. Returns the most current information about the stream. The streamName or streamARN should be provided in the input.
|
|
68
|
+
*/
|
|
69
|
+
describeMappedResourceConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMappedResourceConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMappedResourceConfigurationOutput, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
|
|
72
|
+
*/
|
|
73
|
+
describeMediaStorageConfiguration(params: KinesisVideo.Types.DescribeMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Returns the most current information about the channel. Specify the ChannelName or ChannelARN in the input.
|
|
76
|
+
*/
|
|
77
|
+
describeMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.DescribeMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.DescribeMediaStorageConfigurationOutput, AWSError>;
|
|
62
78
|
/**
|
|
63
79
|
* Gets the NotificationConfiguration for a given Kinesis video stream.
|
|
64
80
|
*/
|
|
@@ -132,11 +148,11 @@ declare class KinesisVideo extends Service {
|
|
|
132
148
|
*/
|
|
133
149
|
listTagsForStream(callback?: (err: AWSError, data: KinesisVideo.Types.ListTagsForStreamOutput) => void): Request<KinesisVideo.Types.ListTagsForStreamOutput, AWSError>;
|
|
134
150
|
/**
|
|
135
|
-
* An asynchronous API that updates a stream’s existing edge configuration.
|
|
151
|
+
* An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The SyncStatus will be updated as the edge configuration is acknowledged, and synced with the Edge Agent. If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync status will be set to SYNCING. You will have to wait for the sync status to reach a terminal state such as: IN_SYNC, or SYNC_FAILED, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException will be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into the SYNC_FAILED state.
|
|
136
152
|
*/
|
|
137
153
|
startEdgeConfigurationUpdate(params: KinesisVideo.Types.StartEdgeConfigurationUpdateInput, callback?: (err: AWSError, data: KinesisVideo.Types.StartEdgeConfigurationUpdateOutput) => void): Request<KinesisVideo.Types.StartEdgeConfigurationUpdateOutput, AWSError>;
|
|
138
154
|
/**
|
|
139
|
-
* An asynchronous API that updates a stream’s existing edge configuration.
|
|
155
|
+
* An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The SyncStatus will be updated as the edge configuration is acknowledged, and synced with the Edge Agent. If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync status will be set to SYNCING. You will have to wait for the sync status to reach a terminal state such as: IN_SYNC, or SYNC_FAILED, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException will be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into the SYNC_FAILED state.
|
|
140
156
|
*/
|
|
141
157
|
startEdgeConfigurationUpdate(callback?: (err: AWSError, data: KinesisVideo.Types.StartEdgeConfigurationUpdateOutput) => void): Request<KinesisVideo.Types.StartEdgeConfigurationUpdateOutput, AWSError>;
|
|
142
158
|
/**
|
|
@@ -187,6 +203,14 @@ declare class KinesisVideo extends Service {
|
|
|
187
203
|
* Updates the StreamInfo and ImageProcessingConfiguration fields.
|
|
188
204
|
*/
|
|
189
205
|
updateImageGenerationConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateImageGenerationConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateImageGenerationConfigurationOutput, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided.
|
|
208
|
+
*/
|
|
209
|
+
updateMediaStorageConfiguration(params: KinesisVideo.Types.UpdateMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided.
|
|
212
|
+
*/
|
|
213
|
+
updateMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
|
|
190
214
|
/**
|
|
191
215
|
* Updates the notification information for a stream.
|
|
192
216
|
*/
|
|
@@ -256,7 +280,7 @@ declare namespace KinesisVideo {
|
|
|
256
280
|
*/
|
|
257
281
|
ComparisonValue?: ChannelName;
|
|
258
282
|
}
|
|
259
|
-
export type ChannelProtocol = "WSS"|"HTTPS"|string;
|
|
283
|
+
export type ChannelProtocol = "WSS"|"HTTPS"|"WEBRTC"|string;
|
|
260
284
|
export type ChannelRole = "MASTER"|"VIEWER"|string;
|
|
261
285
|
export type ChannelType = "SINGLE_MASTER"|"FULL_MESH"|string;
|
|
262
286
|
export type ComparisonOperator = "BEGINS_WITH"|string;
|
|
@@ -415,6 +439,50 @@ declare namespace KinesisVideo {
|
|
|
415
439
|
*/
|
|
416
440
|
ImageGenerationConfiguration?: ImageGenerationConfiguration;
|
|
417
441
|
}
|
|
442
|
+
export interface DescribeMappedResourceConfigurationInput {
|
|
443
|
+
/**
|
|
444
|
+
* The name of the stream.
|
|
445
|
+
*/
|
|
446
|
+
StreamName?: StreamName;
|
|
447
|
+
/**
|
|
448
|
+
* The Amazon Resource Name (ARN) of the stream.
|
|
449
|
+
*/
|
|
450
|
+
StreamARN?: ResourceARN;
|
|
451
|
+
/**
|
|
452
|
+
* The maximum number of results to return in the response.
|
|
453
|
+
*/
|
|
454
|
+
MaxResults?: MappedResourceConfigurationListLimit;
|
|
455
|
+
/**
|
|
456
|
+
* The token to provide in your next request, to get another batch of results.
|
|
457
|
+
*/
|
|
458
|
+
NextToken?: NextToken;
|
|
459
|
+
}
|
|
460
|
+
export interface DescribeMappedResourceConfigurationOutput {
|
|
461
|
+
/**
|
|
462
|
+
* A structure that encapsulates, or contains, the media storage configuration properties.
|
|
463
|
+
*/
|
|
464
|
+
MappedResourceConfigurationList?: MappedResourceConfigurationList;
|
|
465
|
+
/**
|
|
466
|
+
* The token that was used in the NextTokenrequest to fetch the next set of results.
|
|
467
|
+
*/
|
|
468
|
+
NextToken?: NextToken;
|
|
469
|
+
}
|
|
470
|
+
export interface DescribeMediaStorageConfigurationInput {
|
|
471
|
+
/**
|
|
472
|
+
* The name of the channel.
|
|
473
|
+
*/
|
|
474
|
+
ChannelName?: ChannelName;
|
|
475
|
+
/**
|
|
476
|
+
* The Amazon Resource Name (ARN) of the channel.
|
|
477
|
+
*/
|
|
478
|
+
ChannelARN?: ResourceARN;
|
|
479
|
+
}
|
|
480
|
+
export interface DescribeMediaStorageConfigurationOutput {
|
|
481
|
+
/**
|
|
482
|
+
* A structure that encapsulates, or contains, the media storage configuration properties.
|
|
483
|
+
*/
|
|
484
|
+
MediaStorageConfiguration?: MediaStorageConfiguration;
|
|
485
|
+
}
|
|
418
486
|
export interface DescribeNotificationConfigurationInput {
|
|
419
487
|
/**
|
|
420
488
|
* The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName or the StreamARN.
|
|
@@ -477,7 +545,7 @@ declare namespace KinesisVideo {
|
|
|
477
545
|
*/
|
|
478
546
|
RecorderConfig: RecorderConfig;
|
|
479
547
|
/**
|
|
480
|
-
* The uploader configuration contains the ScheduleExpression details that are used
|
|
548
|
+
* The uploader configuration contains the ScheduleExpression details that are used to schedule upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream.
|
|
481
549
|
*/
|
|
482
550
|
UploaderConfig?: UploaderConfig;
|
|
483
551
|
/**
|
|
@@ -679,6 +747,18 @@ declare namespace KinesisVideo {
|
|
|
679
747
|
*/
|
|
680
748
|
StrategyOnFullSize?: StrategyOnFullSize;
|
|
681
749
|
}
|
|
750
|
+
export type MappedResourceConfigurationList = MappedResourceConfigurationListItem[];
|
|
751
|
+
export interface MappedResourceConfigurationListItem {
|
|
752
|
+
/**
|
|
753
|
+
* The type of the associated resource for the kinesis video stream.
|
|
754
|
+
*/
|
|
755
|
+
Type?: Type;
|
|
756
|
+
/**
|
|
757
|
+
* The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
|
|
758
|
+
*/
|
|
759
|
+
ARN?: ResourceARN;
|
|
760
|
+
}
|
|
761
|
+
export type MappedResourceConfigurationListLimit = number;
|
|
682
762
|
export type MaxLocalMediaSizeInMB = number;
|
|
683
763
|
export interface MediaSourceConfig {
|
|
684
764
|
/**
|
|
@@ -686,10 +766,21 @@ declare namespace KinesisVideo {
|
|
|
686
766
|
*/
|
|
687
767
|
MediaUriSecretArn: MediaUriSecretArn;
|
|
688
768
|
/**
|
|
689
|
-
* The Uniform Resource Identifier (
|
|
769
|
+
* The Uniform Resource Identifier (URI) type. The FILE_URI value can be used to stream local media files. Preview only supports the RTSP_URI media source URI format .
|
|
690
770
|
*/
|
|
691
771
|
MediaUriType: MediaUriType;
|
|
692
772
|
}
|
|
773
|
+
export interface MediaStorageConfiguration {
|
|
774
|
+
/**
|
|
775
|
+
* The Amazon Resource Name (ARN) of the stream
|
|
776
|
+
*/
|
|
777
|
+
StreamARN?: ResourceARN;
|
|
778
|
+
/**
|
|
779
|
+
* The status of the media storage configuration.
|
|
780
|
+
*/
|
|
781
|
+
Status: MediaStorageConfigurationStatus;
|
|
782
|
+
}
|
|
783
|
+
export type MediaStorageConfigurationStatus = "ENABLED"|"DISABLED"|string;
|
|
693
784
|
export type MediaType = string;
|
|
694
785
|
export type MediaUriSecretArn = string;
|
|
695
786
|
export type MediaUriType = "RTSP_URI"|"FILE_URI"|string;
|
|
@@ -904,6 +995,7 @@ declare namespace KinesisVideo {
|
|
|
904
995
|
}
|
|
905
996
|
export type TagValue = string;
|
|
906
997
|
export type Timestamp = Date;
|
|
998
|
+
export type Type = string;
|
|
907
999
|
export interface UntagResourceInput {
|
|
908
1000
|
/**
|
|
909
1001
|
* The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
|
|
@@ -973,6 +1065,18 @@ declare namespace KinesisVideo {
|
|
|
973
1065
|
}
|
|
974
1066
|
export interface UpdateImageGenerationConfigurationOutput {
|
|
975
1067
|
}
|
|
1068
|
+
export interface UpdateMediaStorageConfigurationInput {
|
|
1069
|
+
/**
|
|
1070
|
+
* The Amazon Resource Name (ARN) of the channel.
|
|
1071
|
+
*/
|
|
1072
|
+
ChannelARN: ResourceARN;
|
|
1073
|
+
/**
|
|
1074
|
+
* A structure that encapsulates, or contains, the media storage configuration properties.
|
|
1075
|
+
*/
|
|
1076
|
+
MediaStorageConfiguration: MediaStorageConfiguration;
|
|
1077
|
+
}
|
|
1078
|
+
export interface UpdateMediaStorageConfigurationOutput {
|
|
1079
|
+
}
|
|
976
1080
|
export interface UpdateNotificationConfigurationInput {
|
|
977
1081
|
/**
|
|
978
1082
|
* The name of the stream from which to update the notification configuration. You must specify either the StreamName or the StreamARN.
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class KinesisVideoWebRTCStorage extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: KinesisVideoWebRTCStorage.Types.ClientConfiguration)
|
|
13
|
+
config: Config & KinesisVideoWebRTCStorage.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel. If there’s no existing session for the channel, a new streaming session needs to be created, and the Amazon Resource Name (ARN) of the signaling channel must be provided. Currently for the SINGLE_MASTER type, a video producing device is able to ingest both audio and video media into a stream, while viewers can only ingest audio. Both a video producing device and viewers can join the session first, and wait for other participants. While participants are having peer to peer conversations through webRTC, the ingested media session will be stored into the Kinesis Video Stream. Multiple viewers are able to playback real-time media. Customers can also use existing Kinesis Video Streams features like HLS or DASH playback, Image generation, and more with ingested WebRTC media. Assume that only one video producing device client can be associated with a session for the channel. If more than one client joins the session of a specific channel as a video producing device, the most recent client request takes precedence.
|
|
16
|
+
*/
|
|
17
|
+
joinStorageSession(params: KinesisVideoWebRTCStorage.Types.JoinStorageSessionInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel. If there’s no existing session for the channel, a new streaming session needs to be created, and the Amazon Resource Name (ARN) of the signaling channel must be provided. Currently for the SINGLE_MASTER type, a video producing device is able to ingest both audio and video media into a stream, while viewers can only ingest audio. Both a video producing device and viewers can join the session first, and wait for other participants. While participants are having peer to peer conversations through webRTC, the ingested media session will be stored into the Kinesis Video Stream. Multiple viewers are able to playback real-time media. Customers can also use existing Kinesis Video Streams features like HLS or DASH playback, Image generation, and more with ingested WebRTC media. Assume that only one video producing device client can be associated with a session for the channel. If more than one client joins the session of a specific channel as a video producing device, the most recent client request takes precedence.
|
|
20
|
+
*/
|
|
21
|
+
joinStorageSession(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Join the ongoing one way-video and/or multi-way audio WebRTC session as a viewer for an input channel. If there’s no existing session for the channel, create a new streaming session and provide the Amazon Resource Name (ARN) of the signaling channel (channelArn) and client id (clientId). Currently for SINGLE_MASTER type, a video producing device is able to ingest both audio and video media into a stream, while viewers can only ingest audio. Both a video producing device and viewers can join a session first and wait for other participants. While participants are having peer to peer conversations through webRTC, the ingested media session will be stored into the Kinesis Video Stream. Multiple viewers are able to playback real-time media. Customers can also use existing Kinesis Video Streams features like HLS or DASH playback, Image generation, and more with ingested WebRTC media. If there’s an existing session with the same clientId that's found in the join session request, the new request takes precedence.
|
|
24
|
+
*/
|
|
25
|
+
joinStorageSessionAsViewer(params: KinesisVideoWebRTCStorage.Types.JoinStorageSessionAsViewerInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Join the ongoing one way-video and/or multi-way audio WebRTC session as a viewer for an input channel. If there’s no existing session for the channel, create a new streaming session and provide the Amazon Resource Name (ARN) of the signaling channel (channelArn) and client id (clientId). Currently for SINGLE_MASTER type, a video producing device is able to ingest both audio and video media into a stream, while viewers can only ingest audio. Both a video producing device and viewers can join a session first and wait for other participants. While participants are having peer to peer conversations through webRTC, the ingested media session will be stored into the Kinesis Video Stream. Multiple viewers are able to playback real-time media. Customers can also use existing Kinesis Video Streams features like HLS or DASH playback, Image generation, and more with ingested WebRTC media. If there’s an existing session with the same clientId that's found in the join session request, the new request takes precedence.
|
|
28
|
+
*/
|
|
29
|
+
joinStorageSessionAsViewer(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
30
|
+
}
|
|
31
|
+
declare namespace KinesisVideoWebRTCStorage {
|
|
32
|
+
export type ChannelArn = string;
|
|
33
|
+
export type ClientId = string;
|
|
34
|
+
export interface JoinStorageSessionAsViewerInput {
|
|
35
|
+
/**
|
|
36
|
+
* The Amazon Resource Name (ARN) of the signaling channel.
|
|
37
|
+
*/
|
|
38
|
+
channelArn: ChannelArn;
|
|
39
|
+
/**
|
|
40
|
+
* The unique identifier for the sender client.
|
|
41
|
+
*/
|
|
42
|
+
clientId: ClientId;
|
|
43
|
+
}
|
|
44
|
+
export interface JoinStorageSessionInput {
|
|
45
|
+
/**
|
|
46
|
+
* The Amazon Resource Name (ARN) of the signaling channel.
|
|
47
|
+
*/
|
|
48
|
+
channelArn: ChannelArn;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
52
|
+
*/
|
|
53
|
+
export type apiVersion = "2018-05-10"|"latest"|string;
|
|
54
|
+
export interface ClientApiVersions {
|
|
55
|
+
/**
|
|
56
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
57
|
+
*/
|
|
58
|
+
apiVersion?: apiVersion;
|
|
59
|
+
}
|
|
60
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
61
|
+
/**
|
|
62
|
+
* Contains interfaces for use with the KinesisVideoWebRTCStorage client.
|
|
63
|
+
*/
|
|
64
|
+
export import Types = KinesisVideoWebRTCStorage;
|
|
65
|
+
}
|
|
66
|
+
export = KinesisVideoWebRTCStorage;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['kinesisvideowebrtcstorage'] = {};
|
|
7
|
+
AWS.KinesisVideoWebRTCStorage = Service.defineService('kinesisvideowebrtcstorage', ['2018-05-10']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['kinesisvideowebrtcstorage'], '2018-05-10', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/kinesis-video-webrtc-storage-2018-05-10.min.json');
|
|
11
|
+
model.paginators = require('../apis/kinesis-video-webrtc-storage-2018-05-10.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.KinesisVideoWebRTCStorage;
|
|
@@ -2378,6 +2378,10 @@ declare namespace RDS {
|
|
|
2378
2378
|
* Specifies the storage throughput value for the read replica. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
2379
2379
|
*/
|
|
2380
2380
|
StorageThroughput?: IntegerOptional;
|
|
2381
|
+
/**
|
|
2382
|
+
* A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts read replica. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the read replica from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.
|
|
2383
|
+
*/
|
|
2384
|
+
EnableCustomerOwnedIp?: BooleanOptional;
|
|
2381
2385
|
/**
|
|
2382
2386
|
* The ID of the region that contains the source for the read replica.
|
|
2383
2387
|
*/
|
|
@@ -6248,7 +6252,7 @@ declare namespace RDS {
|
|
|
6248
6252
|
*/
|
|
6249
6253
|
AllocatedStorage?: IntegerOptional;
|
|
6250
6254
|
/**
|
|
6251
|
-
* The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB
|
|
6255
|
+
* The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless you specify ApplyImmediately in your request. Default: Uses existing setting
|
|
6252
6256
|
*/
|
|
6253
6257
|
DBInstanceClass?: String;
|
|
6254
6258
|
/**
|