@cdklabs/cdk-ecs-codedeploy 0.0.11 → 0.0.13
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 +20 -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/batch-2016-08-10.min.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
- 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/lookoutequipment-2020-12-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
- 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/batch.d.ts +13 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
- 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/lookoutequipment.d.ts +4 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
- package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
- package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +202 -21
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- 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 +56 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +545 -349
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- 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
|
@@ -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
|
/**
|
|
@@ -44,11 +44,11 @@ declare class ResourceExplorer2 extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createView(callback?: (err: AWSError, data: ResourceExplorer2.Types.CreateViewOutput) => void): Request<ResourceExplorer2.Types.CreateViewOutput, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region. When you delete an index, Resource Explorer stops discovering and indexing resources in that Region. Resource Explorer also deletes all views in that Region. These actions occur as asynchronous background tasks. You can check to see when the actions are complete by using the GetIndex operation and checking the Status response value.
|
|
47
|
+
* Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region. When you delete an index, Resource Explorer stops discovering and indexing resources in that Region. Resource Explorer also deletes all views in that Region. These actions occur as asynchronous background tasks. You can check to see when the actions are complete by using the GetIndex operation and checking the Status response value. If the index you delete is the aggregator index for the Amazon Web Services account, you must wait 24 hours before you can promote another local index to be the aggregator index for the account. Users can't perform account-wide searches using Resource Explorer until another aggregator index is configured.
|
|
48
48
|
*/
|
|
49
49
|
deleteIndex(params: ResourceExplorer2.Types.DeleteIndexInput, callback?: (err: AWSError, data: ResourceExplorer2.Types.DeleteIndexOutput) => void): Request<ResourceExplorer2.Types.DeleteIndexOutput, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region. When you delete an index, Resource Explorer stops discovering and indexing resources in that Region. Resource Explorer also deletes all views in that Region. These actions occur as asynchronous background tasks. You can check to see when the actions are complete by using the GetIndex operation and checking the Status response value.
|
|
51
|
+
* Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region. When you delete an index, Resource Explorer stops discovering and indexing resources in that Region. Resource Explorer also deletes all views in that Region. These actions occur as asynchronous background tasks. You can check to see when the actions are complete by using the GetIndex operation and checking the Status response value. If the index you delete is the aggregator index for the Amazon Web Services account, you must wait 24 hours before you can promote another local index to be the aggregator index for the account. Users can't perform account-wide searches using Resource Explorer until another aggregator index is configured.
|
|
52
52
|
*/
|
|
53
53
|
deleteIndex(callback?: (err: AWSError, data: ResourceExplorer2.Types.DeleteIndexOutput) => void): Request<ResourceExplorer2.Types.DeleteIndexOutput, AWSError>;
|
|
54
54
|
/**
|
|
@@ -303,15 +303,15 @@ declare namespace ResourceExplorer2 {
|
|
|
303
303
|
*/
|
|
304
304
|
LastUpdatedAt?: SyntheticTimestamp_date_time;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* This response value is present only if this index is Type=AGGREGATOR. A list of the Amazon Web Services Regions that replicate their content to the index in this Region.
|
|
307
307
|
*/
|
|
308
308
|
ReplicatingFrom?: RegionList;
|
|
309
309
|
/**
|
|
310
|
-
*
|
|
310
|
+
* This response value is present only if this index is Type=LOCAL. The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.
|
|
311
311
|
*/
|
|
312
312
|
ReplicatingTo?: RegionList;
|
|
313
313
|
/**
|
|
314
|
-
*
|
|
314
|
+
* The current state of the index in this Amazon Web Services Region.
|
|
315
315
|
*/
|
|
316
316
|
State?: IndexState;
|
|
317
317
|
/**
|
|
@@ -319,7 +319,7 @@ declare namespace ResourceExplorer2 {
|
|
|
319
319
|
*/
|
|
320
320
|
Tags?: TagMap;
|
|
321
321
|
/**
|
|
322
|
-
*
|
|
322
|
+
* The type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index.
|
|
323
323
|
*/
|
|
324
324
|
Type?: IndexType;
|
|
325
325
|
}
|