@cdklabs/cdk-ecs-codedeploy 0.0.12 → 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 +12 -1
- package/node_modules/aws-sdk/README.md +1 -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/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/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/route53domains-2014-05-15.min.json +159 -91
- 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/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/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 +9 -9
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +255 -177
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -349,11 +349,11 @@ declare class EC2 extends Service {
|
|
|
349
349
|
*/
|
|
350
350
|
cancelExportTask(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
351
351
|
/**
|
|
352
|
-
* Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon
|
|
352
|
+
* Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
|
|
353
353
|
*/
|
|
354
354
|
cancelImageLaunchPermission(params: EC2.Types.CancelImageLaunchPermissionRequest, callback?: (err: AWSError, data: EC2.Types.CancelImageLaunchPermissionResult) => void): Request<EC2.Types.CancelImageLaunchPermissionResult, AWSError>;
|
|
355
355
|
/**
|
|
356
|
-
* Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon
|
|
356
|
+
* Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.
|
|
357
357
|
*/
|
|
358
358
|
cancelImageLaunchPermission(callback?: (err: AWSError, data: EC2.Types.CancelImageLaunchPermissionResult) => void): Request<EC2.Types.CancelImageLaunchPermissionResult, AWSError>;
|
|
359
359
|
/**
|
|
@@ -405,11 +405,11 @@ declare class EC2 extends Service {
|
|
|
405
405
|
*/
|
|
406
406
|
copyFpgaImage(callback?: (err: AWSError, data: EC2.Types.CopyFpgaImageResult) => void): Request<EC2.Types.CopyFpgaImageResult, AWSError>;
|
|
407
407
|
/**
|
|
408
|
-
* Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot. To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon
|
|
408
|
+
* Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot. To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide. For more information about the prerequisites and limits when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
|
|
409
409
|
*/
|
|
410
410
|
copyImage(params: EC2.Types.CopyImageRequest, callback?: (err: AWSError, data: EC2.Types.CopyImageResult) => void): Request<EC2.Types.CopyImageResult, AWSError>;
|
|
411
411
|
/**
|
|
412
|
-
* Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot. To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon
|
|
412
|
+
* Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask. To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot. To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide. For more information about the prerequisites and limits when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.
|
|
413
413
|
*/
|
|
414
414
|
copyImage(callback?: (err: AWSError, data: EC2.Types.CopyImageResult) => void): Request<EC2.Types.CopyImageResult, AWSError>;
|
|
415
415
|
/**
|
|
@@ -749,11 +749,11 @@ declare class EC2 extends Service {
|
|
|
749
749
|
*/
|
|
750
750
|
createReservedInstancesListing(callback?: (err: AWSError, data: EC2.Types.CreateReservedInstancesListingResult) => void): Request<EC2.Types.CreateReservedInstancesListingResult, AWSError>;
|
|
751
751
|
/**
|
|
752
|
-
* Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon
|
|
752
|
+
* Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide. For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.
|
|
753
753
|
*/
|
|
754
754
|
createRestoreImageTask(params: EC2.Types.CreateRestoreImageTaskRequest, callback?: (err: AWSError, data: EC2.Types.CreateRestoreImageTaskResult) => void): Request<EC2.Types.CreateRestoreImageTaskResult, AWSError>;
|
|
755
755
|
/**
|
|
756
|
-
* Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon
|
|
756
|
+
* Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide. For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.
|
|
757
757
|
*/
|
|
758
758
|
createRestoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateRestoreImageTaskResult) => void): Request<EC2.Types.CreateRestoreImageTaskResult, AWSError>;
|
|
759
759
|
/**
|
|
@@ -805,11 +805,11 @@ declare class EC2 extends Service {
|
|
|
805
805
|
*/
|
|
806
806
|
createSpotDatafeedSubscription(callback?: (err: AWSError, data: EC2.Types.CreateSpotDatafeedSubscriptionResult) => void): Request<EC2.Types.CreateSpotDatafeedSubscriptionResult, AWSError>;
|
|
807
807
|
/**
|
|
808
|
-
* Stores an AMI as a single object in an Amazon S3 bucket. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon
|
|
808
|
+
* Stores an AMI as a single object in an Amazon S3 bucket. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide. For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.
|
|
809
809
|
*/
|
|
810
810
|
createStoreImageTask(params: EC2.Types.CreateStoreImageTaskRequest, callback?: (err: AWSError, data: EC2.Types.CreateStoreImageTaskResult) => void): Request<EC2.Types.CreateStoreImageTaskResult, AWSError>;
|
|
811
811
|
/**
|
|
812
|
-
* Stores an AMI as a single object in an Amazon S3 bucket. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon
|
|
812
|
+
* Stores an AMI as a single object in an Amazon S3 bucket. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide. For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.
|
|
813
813
|
*/
|
|
814
814
|
createStoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateStoreImageTaskResult) => void): Request<EC2.Types.CreateStoreImageTaskResult, AWSError>;
|
|
815
815
|
/**
|
|
@@ -1661,11 +1661,11 @@ declare class EC2 extends Service {
|
|
|
1661
1661
|
*/
|
|
1662
1662
|
deprovisionPublicIpv4PoolCidr(callback?: (err: AWSError, data: EC2.Types.DeprovisionPublicIpv4PoolCidrResult) => void): Request<EC2.Types.DeprovisionPublicIpv4PoolCidrResult, AWSError>;
|
|
1663
1663
|
/**
|
|
1664
|
-
* Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances. If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon
|
|
1664
|
+
* Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances. If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon EC2 User Guide. When you deregister an AMI, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them. When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.
|
|
1665
1665
|
*/
|
|
1666
1666
|
deregisterImage(params: EC2.Types.DeregisterImageRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1667
1667
|
/**
|
|
1668
|
-
* Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances. If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon
|
|
1668
|
+
* Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances. If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon EC2 User Guide. When you deregister an AMI, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them. When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.
|
|
1669
1669
|
*/
|
|
1670
1670
|
deregisterImage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1671
1671
|
/**
|
|
@@ -2517,11 +2517,11 @@ declare class EC2 extends Service {
|
|
|
2517
2517
|
*/
|
|
2518
2518
|
describeStaleSecurityGroups(callback?: (err: AWSError, data: EC2.Types.DescribeStaleSecurityGroupsResult) => void): Request<EC2.Types.DescribeStaleSecurityGroupsResult, AWSError>;
|
|
2519
2519
|
/**
|
|
2520
|
-
* Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from the last 31 days. For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage. Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon
|
|
2520
|
+
* Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from the last 31 days. For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage. Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide. For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.
|
|
2521
2521
|
*/
|
|
2522
2522
|
describeStoreImageTasks(params: EC2.Types.DescribeStoreImageTasksRequest, callback?: (err: AWSError, data: EC2.Types.DescribeStoreImageTasksResult) => void): Request<EC2.Types.DescribeStoreImageTasksResult, AWSError>;
|
|
2523
2523
|
/**
|
|
2524
|
-
* Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from the last 31 days. For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage. Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon
|
|
2524
|
+
* Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from the last 31 days. For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage. Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed. To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide. For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.
|
|
2525
2525
|
*/
|
|
2526
2526
|
describeStoreImageTasks(callback?: (err: AWSError, data: EC2.Types.DescribeStoreImageTasksResult) => void): Request<EC2.Types.DescribeStoreImageTasksResult, AWSError>;
|
|
2527
2527
|
/**
|
|
@@ -2917,11 +2917,11 @@ declare class EC2 extends Service {
|
|
|
2917
2917
|
*/
|
|
2918
2918
|
disableFastSnapshotRestores(callback?: (err: AWSError, data: EC2.Types.DisableFastSnapshotRestoresResult) => void): Request<EC2.Types.DisableFastSnapshotRestoresResult, AWSError>;
|
|
2919
2919
|
/**
|
|
2920
|
-
* Cancels the deprecation of the specified AMI. For more information, see Deprecate an AMI in the Amazon
|
|
2920
|
+
* Cancels the deprecation of the specified AMI. For more information, see Deprecate an AMI in the Amazon EC2 User Guide.
|
|
2921
2921
|
*/
|
|
2922
2922
|
disableImageDeprecation(params: EC2.Types.DisableImageDeprecationRequest, callback?: (err: AWSError, data: EC2.Types.DisableImageDeprecationResult) => void): Request<EC2.Types.DisableImageDeprecationResult, AWSError>;
|
|
2923
2923
|
/**
|
|
2924
|
-
* Cancels the deprecation of the specified AMI. For more information, see Deprecate an AMI in the Amazon
|
|
2924
|
+
* Cancels the deprecation of the specified AMI. For more information, see Deprecate an AMI in the Amazon EC2 User Guide.
|
|
2925
2925
|
*/
|
|
2926
2926
|
disableImageDeprecation(callback?: (err: AWSError, data: EC2.Types.DisableImageDeprecationResult) => void): Request<EC2.Types.DisableImageDeprecationResult, AWSError>;
|
|
2927
2927
|
/**
|
|
@@ -3109,11 +3109,11 @@ declare class EC2 extends Service {
|
|
|
3109
3109
|
*/
|
|
3110
3110
|
enableFastSnapshotRestores(callback?: (err: AWSError, data: EC2.Types.EnableFastSnapshotRestoresResult) => void): Request<EC2.Types.EnableFastSnapshotRestoresResult, AWSError>;
|
|
3111
3111
|
/**
|
|
3112
|
-
* Enables deprecation of the specified AMI at the specified date and time. For more information, see Deprecate an AMI in the Amazon
|
|
3112
|
+
* Enables deprecation of the specified AMI at the specified date and time. For more information, see Deprecate an AMI in the Amazon EC2 User Guide.
|
|
3113
3113
|
*/
|
|
3114
3114
|
enableImageDeprecation(params: EC2.Types.EnableImageDeprecationRequest, callback?: (err: AWSError, data: EC2.Types.EnableImageDeprecationResult) => void): Request<EC2.Types.EnableImageDeprecationResult, AWSError>;
|
|
3115
3115
|
/**
|
|
3116
|
-
* Enables deprecation of the specified AMI at the specified date and time. For more information, see Deprecate an AMI in the Amazon
|
|
3116
|
+
* Enables deprecation of the specified AMI at the specified date and time. For more information, see Deprecate an AMI in the Amazon EC2 User Guide.
|
|
3117
3117
|
*/
|
|
3118
3118
|
enableImageDeprecation(callback?: (err: AWSError, data: EC2.Types.EnableImageDeprecationResult) => void): Request<EC2.Types.EnableImageDeprecationResult, AWSError>;
|
|
3119
3119
|
/**
|
|
@@ -3581,11 +3581,11 @@ declare class EC2 extends Service {
|
|
|
3581
3581
|
*/
|
|
3582
3582
|
importVolume(callback?: (err: AWSError, data: EC2.Types.ImportVolumeResult) => void): Request<EC2.Types.ImportVolumeResult, AWSError>;
|
|
3583
3583
|
/**
|
|
3584
|
-
* Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon
|
|
3584
|
+
* Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.
|
|
3585
3585
|
*/
|
|
3586
3586
|
listImagesInRecycleBin(params: EC2.Types.ListImagesInRecycleBinRequest, callback?: (err: AWSError, data: EC2.Types.ListImagesInRecycleBinResult) => void): Request<EC2.Types.ListImagesInRecycleBinResult, AWSError>;
|
|
3587
3587
|
/**
|
|
3588
|
-
* Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon
|
|
3588
|
+
* Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.
|
|
3589
3589
|
*/
|
|
3590
3590
|
listImagesInRecycleBin(callback?: (err: AWSError, data: EC2.Types.ListImagesInRecycleBinResult) => void): Request<EC2.Types.ListImagesInRecycleBinResult, AWSError>;
|
|
3591
3591
|
/**
|
|
@@ -4181,11 +4181,11 @@ declare class EC2 extends Service {
|
|
|
4181
4181
|
*/
|
|
4182
4182
|
rebootInstances(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
4183
4183
|
/**
|
|
4184
|
-
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon
|
|
4184
|
+
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon EC2 User Guide.
|
|
4185
4185
|
*/
|
|
4186
4186
|
registerImage(params: EC2.Types.RegisterImageRequest, callback?: (err: AWSError, data: EC2.Types.RegisterImageResult) => void): Request<EC2.Types.RegisterImageResult, AWSError>;
|
|
4187
4187
|
/**
|
|
4188
|
-
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon
|
|
4188
|
+
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon EC2 User Guide.
|
|
4189
4189
|
*/
|
|
4190
4190
|
registerImage(callback?: (err: AWSError, data: EC2.Types.RegisterImageResult) => void): Request<EC2.Types.RegisterImageResult, AWSError>;
|
|
4191
4191
|
/**
|
|
@@ -4413,11 +4413,11 @@ declare class EC2 extends Service {
|
|
|
4413
4413
|
*/
|
|
4414
4414
|
restoreAddressToClassic(callback?: (err: AWSError, data: EC2.Types.RestoreAddressToClassicResult) => void): Request<EC2.Types.RestoreAddressToClassicResult, AWSError>;
|
|
4415
4415
|
/**
|
|
4416
|
-
* Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon
|
|
4416
|
+
* Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.
|
|
4417
4417
|
*/
|
|
4418
4418
|
restoreImageFromRecycleBin(params: EC2.Types.RestoreImageFromRecycleBinRequest, callback?: (err: AWSError, data: EC2.Types.RestoreImageFromRecycleBinResult) => void): Request<EC2.Types.RestoreImageFromRecycleBinResult, AWSError>;
|
|
4419
4419
|
/**
|
|
4420
|
-
* Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon
|
|
4420
|
+
* Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.
|
|
4421
4421
|
*/
|
|
4422
4422
|
restoreImageFromRecycleBin(callback?: (err: AWSError, data: EC2.Types.RestoreImageFromRecycleBinResult) => void): Request<EC2.Types.RestoreImageFromRecycleBinResult, AWSError>;
|
|
4423
4423
|
/**
|
|
@@ -7952,7 +7952,7 @@ declare namespace EC2 {
|
|
|
7952
7952
|
*/
|
|
7953
7953
|
Description?: String;
|
|
7954
7954
|
/**
|
|
7955
|
-
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Amazon EBS encryption in the Amazon
|
|
7955
|
+
* Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide.
|
|
7956
7956
|
*/
|
|
7957
7957
|
Encrypted?: Boolean;
|
|
7958
7958
|
/**
|
|
@@ -7972,7 +7972,7 @@ declare namespace EC2 {
|
|
|
7972
7972
|
*/
|
|
7973
7973
|
SourceRegion: String;
|
|
7974
7974
|
/**
|
|
7975
|
-
* The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. For more information, see Copy AMIs from an Amazon Web Services Region to an Outpost in the Amazon
|
|
7975
|
+
* The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. For more information, see Copy AMIs from an Amazon Web Services Region to an Outpost in the Amazon EC2 User Guide.
|
|
7976
7976
|
*/
|
|
7977
7977
|
DestinationOutpostArn?: String;
|
|
7978
7978
|
/**
|
|
@@ -13896,12 +13896,24 @@ declare namespace EC2 {
|
|
|
13896
13896
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
|
13897
13897
|
*/
|
|
13898
13898
|
DryRun?: Boolean;
|
|
13899
|
+
/**
|
|
13900
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
13901
|
+
*/
|
|
13902
|
+
MaxResults?: Integer;
|
|
13903
|
+
/**
|
|
13904
|
+
* The token for the next page of results.
|
|
13905
|
+
*/
|
|
13906
|
+
NextToken?: String;
|
|
13899
13907
|
}
|
|
13900
13908
|
export interface DescribeImagesResult {
|
|
13901
13909
|
/**
|
|
13902
13910
|
* Information about the images.
|
|
13903
13911
|
*/
|
|
13904
13912
|
Images?: ImageList;
|
|
13913
|
+
/**
|
|
13914
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
13915
|
+
*/
|
|
13916
|
+
NextToken?: String;
|
|
13905
13917
|
}
|
|
13906
13918
|
export interface DescribeImportImageTasksRequest {
|
|
13907
13919
|
/**
|
|
@@ -17217,11 +17229,11 @@ declare namespace EC2 {
|
|
|
17217
17229
|
/**
|
|
17218
17230
|
* The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.
|
|
17219
17231
|
*/
|
|
17220
|
-
InstanceId?:
|
|
17232
|
+
InstanceId?: InstanceIdForResolver;
|
|
17221
17233
|
/**
|
|
17222
17234
|
* The ID of the volume.
|
|
17223
17235
|
*/
|
|
17224
|
-
VolumeId:
|
|
17236
|
+
VolumeId: VolumeIdWithResolver;
|
|
17225
17237
|
/**
|
|
17226
17238
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
|
17227
17239
|
*/
|
|
@@ -21307,7 +21319,7 @@ declare namespace EC2 {
|
|
|
21307
21319
|
*/
|
|
21308
21320
|
Platform?: PlatformValues;
|
|
21309
21321
|
/**
|
|
21310
|
-
* The platform details associated with the billing code of the AMI. For more information, see Understand AMI billing information in the Amazon
|
|
21322
|
+
* The platform details associated with the billing code of the AMI. For more information, see Understand AMI billing information in the Amazon EC2 User Guide.
|
|
21311
21323
|
*/
|
|
21312
21324
|
PlatformDetails?: String;
|
|
21313
21325
|
/**
|
|
@@ -21375,11 +21387,11 @@ declare namespace EC2 {
|
|
|
21375
21387
|
*/
|
|
21376
21388
|
VirtualizationType?: VirtualizationType;
|
|
21377
21389
|
/**
|
|
21378
|
-
* The boot mode of the image. For more information, see Boot modes in the Amazon
|
|
21390
|
+
* The boot mode of the image. For more information, see Boot modes in the Amazon EC2 User Guide.
|
|
21379
21391
|
*/
|
|
21380
21392
|
BootMode?: BootModeValues;
|
|
21381
21393
|
/**
|
|
21382
|
-
* If the image is configured for NitroTPM support, the value is v2.0. For more information, see NitroTPM in the Amazon
|
|
21394
|
+
* If the image is configured for NitroTPM support, the value is v2.0. For more information, see NitroTPM in the Amazon EC2 User Guide.
|
|
21383
21395
|
*/
|
|
21384
21396
|
TpmSupport?: TpmSupportValues;
|
|
21385
21397
|
/**
|
|
@@ -21387,7 +21399,7 @@ declare namespace EC2 {
|
|
|
21387
21399
|
*/
|
|
21388
21400
|
DeprecationTime?: String;
|
|
21389
21401
|
/**
|
|
21390
|
-
* If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon
|
|
21402
|
+
* If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.
|
|
21391
21403
|
*/
|
|
21392
21404
|
ImdsSupport?: ImdsSupportValues;
|
|
21393
21405
|
}
|
|
@@ -21433,7 +21445,7 @@ declare namespace EC2 {
|
|
|
21433
21445
|
*/
|
|
21434
21446
|
TpmSupport?: AttributeValue;
|
|
21435
21447
|
/**
|
|
21436
|
-
* Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon
|
|
21448
|
+
* Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.
|
|
21437
21449
|
*/
|
|
21438
21450
|
UefiData?: AttributeValue;
|
|
21439
21451
|
/**
|
|
@@ -21441,7 +21453,7 @@ declare namespace EC2 {
|
|
|
21441
21453
|
*/
|
|
21442
21454
|
LastLaunchedTime?: AttributeValue;
|
|
21443
21455
|
/**
|
|
21444
|
-
* If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon
|
|
21456
|
+
* If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.
|
|
21445
21457
|
*/
|
|
21446
21458
|
ImdsSupport?: AttributeValue;
|
|
21447
21459
|
}
|
|
@@ -22579,6 +22591,7 @@ declare namespace EC2 {
|
|
|
22579
22591
|
export type InstanceGenerationSet = InstanceGeneration[];
|
|
22580
22592
|
export type InstanceHealthStatus = "healthy"|"unhealthy"|string;
|
|
22581
22593
|
export type InstanceId = string;
|
|
22594
|
+
export type InstanceIdForResolver = string;
|
|
22582
22595
|
export type InstanceIdList = InstanceId[];
|
|
22583
22596
|
export type InstanceIdSet = InstanceId[];
|
|
22584
22597
|
export type InstanceIdStringList = InstanceId[];
|
|
@@ -29508,7 +29521,7 @@ declare namespace EC2 {
|
|
|
29508
29521
|
*/
|
|
29509
29522
|
Architecture?: ArchitectureValues;
|
|
29510
29523
|
/**
|
|
29511
|
-
* The block device mapping entries. If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume. If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information,
|
|
29524
|
+
* The block device mapping entries. If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume. If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide.
|
|
29512
29525
|
*/
|
|
29513
29526
|
BlockDeviceMappings?: BlockDeviceMappingRequestList;
|
|
29514
29527
|
/**
|
|
@@ -29532,7 +29545,7 @@ declare namespace EC2 {
|
|
|
29532
29545
|
*/
|
|
29533
29546
|
Name: String;
|
|
29534
29547
|
/**
|
|
29535
|
-
* The billing product codes. Your account must be authorized to specify billing product codes.
|
|
29548
|
+
* The billing product codes. Your account must be authorized to specify billing product codes. If your account is not authorized to specify billing product codes, you can publish AMIs that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller on the Amazon Web Services Marketplace. For more information, see Getting started as a seller and AMI-based products in the Amazon Web Services Marketplace Seller Guide.
|
|
29536
29549
|
*/
|
|
29537
29550
|
BillingProducts?: BillingProductList;
|
|
29538
29551
|
/**
|
|
@@ -29552,19 +29565,19 @@ declare namespace EC2 {
|
|
|
29552
29565
|
*/
|
|
29553
29566
|
VirtualizationType?: String;
|
|
29554
29567
|
/**
|
|
29555
|
-
* The boot mode of the AMI. For more information, see Boot modes in the Amazon
|
|
29568
|
+
* The boot mode of the AMI. For more information, see Boot modes in the Amazon EC2 User Guide.
|
|
29556
29569
|
*/
|
|
29557
29570
|
BootMode?: BootModeValues;
|
|
29558
29571
|
/**
|
|
29559
|
-
* Set to v2.0 to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon
|
|
29572
|
+
* Set to v2.0 to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon EC2 User Guide.
|
|
29560
29573
|
*/
|
|
29561
29574
|
TpmSupport?: TpmSupportValues;
|
|
29562
29575
|
/**
|
|
29563
|
-
* Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon
|
|
29576
|
+
* Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.
|
|
29564
29577
|
*/
|
|
29565
29578
|
UefiData?: StringType;
|
|
29566
29579
|
/**
|
|
29567
|
-
* Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon
|
|
29580
|
+
* Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide. If you set the value to v2.0, make sure that your AMI software can support IMDSv2.
|
|
29568
29581
|
*/
|
|
29569
29582
|
ImdsSupport?: ImdsSupportValues;
|
|
29570
29583
|
}
|
|
@@ -36122,6 +36135,7 @@ declare namespace EC2 {
|
|
|
36122
36135
|
}
|
|
36123
36136
|
export type VolumeId = string;
|
|
36124
36137
|
export type VolumeIdStringList = VolumeId[];
|
|
36138
|
+
export type VolumeIdWithResolver = string;
|
|
36125
36139
|
export type VolumeList = Volume[];
|
|
36126
36140
|
export interface VolumeModification {
|
|
36127
36141
|
/**
|
|
@@ -1481,6 +1481,10 @@ declare namespace LookoutEquipment {
|
|
|
1481
1481
|
* The name of the ML model used by the inference scheduler to be listed.
|
|
1482
1482
|
*/
|
|
1483
1483
|
ModelName?: ModelName;
|
|
1484
|
+
/**
|
|
1485
|
+
* Specifies the current status of the inference schedulers to list.
|
|
1486
|
+
*/
|
|
1487
|
+
Status?: InferenceSchedulerStatus;
|
|
1484
1488
|
}
|
|
1485
1489
|
export interface ListInferenceSchedulersResponse {
|
|
1486
1490
|
/**
|
|
@@ -788,6 +788,12 @@ Note that this field and audioType are both ignored if inputType is broadcasterM
|
|
|
788
788
|
}
|
|
789
789
|
export type AudioDescriptionAudioTypeControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
|
|
790
790
|
export type AudioDescriptionLanguageCodeControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
|
|
791
|
+
export interface AudioDolbyEDecode {
|
|
792
|
+
/**
|
|
793
|
+
* Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
|
|
794
|
+
*/
|
|
795
|
+
ProgramSelection: DolbyEProgramSelection;
|
|
796
|
+
}
|
|
791
797
|
export interface AudioHlsRenditionSelection {
|
|
792
798
|
/**
|
|
793
799
|
* Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
|
|
@@ -902,6 +908,10 @@ Alternate rendition that the client will not try to play back by default. Repres
|
|
|
902
908
|
* Selects one or more unique audio tracks from within a source.
|
|
903
909
|
*/
|
|
904
910
|
Tracks: __listOfAudioTrack;
|
|
911
|
+
/**
|
|
912
|
+
* Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337
|
|
913
|
+
*/
|
|
914
|
+
DolbyEDecode?: AudioDolbyEDecode;
|
|
905
915
|
}
|
|
906
916
|
export type AudioType = "CLEAN_EFFECTS"|"HEARING_IMPAIRED"|"UNDEFINED"|"VISUAL_IMPAIRED_COMMENTARY"|string;
|
|
907
917
|
export interface AudioWatermarkSettings {
|
|
@@ -2449,6 +2459,7 @@ during input switch actions. Presently, this functionality only works with MP4_F
|
|
|
2449
2459
|
}
|
|
2450
2460
|
export type DeviceSettingsSyncState = "SYNCED"|"SYNCING"|string;
|
|
2451
2461
|
export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|"UPDATING"|string;
|
|
2462
|
+
export type DolbyEProgramSelection = "ALL_CHANNELS"|"PROGRAM_1"|"PROGRAM_2"|"PROGRAM_3"|"PROGRAM_4"|"PROGRAM_5"|"PROGRAM_6"|"PROGRAM_7"|"PROGRAM_8"|string;
|
|
2452
2463
|
export interface DolbyVision81Settings {
|
|
2453
2464
|
}
|
|
2454
2465
|
export interface DvbNitSettings {
|
|
@@ -2814,7 +2825,7 @@ You specify only the font family. All other style information (color, bold, posi
|
|
|
2814
2825
|
*/
|
|
2815
2826
|
AdAvailOffset?: __integerMinNegative1000Max1000;
|
|
2816
2827
|
/**
|
|
2817
|
-
*
|
|
2828
|
+
* Documentation update needed
|
|
2818
2829
|
*/
|
|
2819
2830
|
PasswordParam?: __string;
|
|
2820
2831
|
/**
|
|
@@ -2822,7 +2833,7 @@ You specify only the font family. All other style information (color, bold, posi
|
|
|
2822
2833
|
*/
|
|
2823
2834
|
PoisEndpoint: __stringMax2048;
|
|
2824
2835
|
/**
|
|
2825
|
-
*
|
|
2836
|
+
* Documentation update needed
|
|
2826
2837
|
*/
|
|
2827
2838
|
Username?: __string;
|
|
2828
2839
|
/**
|
|
@@ -2944,6 +2955,10 @@ If you disable the feature on an existing schedule, make sure that you first del
|
|
|
2944
2955
|
* Unit for the frame capture interval.
|
|
2945
2956
|
*/
|
|
2946
2957
|
CaptureIntervalUnits?: FrameCaptureIntervalUnit;
|
|
2958
|
+
/**
|
|
2959
|
+
* Timecode burn-in settings
|
|
2960
|
+
*/
|
|
2961
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
2947
2962
|
}
|
|
2948
2963
|
export interface GlobalConfiguration {
|
|
2949
2964
|
/**
|
|
@@ -3198,6 +3213,10 @@ This field is optional; when no value is specified the encoder will choose the n
|
|
|
3198
3213
|
- 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
|
|
3199
3214
|
*/
|
|
3200
3215
|
TimecodeInsertion?: H264TimecodeInsertionBehavior;
|
|
3216
|
+
/**
|
|
3217
|
+
* Timecode burn-in settings
|
|
3218
|
+
*/
|
|
3219
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
3201
3220
|
}
|
|
3202
3221
|
export type H264SpatialAq = "DISABLED"|"ENABLED"|string;
|
|
3203
3222
|
export type H264SubGopLength = "DYNAMIC"|"FIXED"|string;
|
|
@@ -3360,6 +3379,10 @@ This field is optional; when no value is specified the encoder will choose the n
|
|
|
3360
3379
|
- 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
|
|
3361
3380
|
*/
|
|
3362
3381
|
TimecodeInsertion?: H265TimecodeInsertionBehavior;
|
|
3382
|
+
/**
|
|
3383
|
+
* Timecode burn-in settings
|
|
3384
|
+
*/
|
|
3385
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
3363
3386
|
}
|
|
3364
3387
|
export type H265Tier = "HIGH"|"MAIN"|string;
|
|
3365
3388
|
export type H265TimecodeInsertionBehavior = "DISABLED"|"PIC_TIMING_SEI"|string;
|
|
@@ -3573,7 +3596,7 @@ If this "keep segments" number is too low, the following might happen: the playe
|
|
|
3573
3596
|
*/
|
|
3574
3597
|
ManifestDurationFormat?: HlsManifestDurationFormat;
|
|
3575
3598
|
/**
|
|
3576
|
-
* When set,
|
|
3599
|
+
* Minimum length of MPEG-2 Transport Stream segments in seconds. When set, minimum segment length is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
|
|
3577
3600
|
*/
|
|
3578
3601
|
MinSegmentLength?: __integerMin0;
|
|
3579
3602
|
/**
|
|
@@ -3615,7 +3638,7 @@ For an HLS output group with MediaPackage as the destination, the DISABLED behav
|
|
|
3615
3638
|
*/
|
|
3616
3639
|
RedundantManifest?: HlsRedundantManifest;
|
|
3617
3640
|
/**
|
|
3618
|
-
* Length of MPEG-2 Transport Stream segments to create
|
|
3641
|
+
* Length of MPEG-2 Transport Stream segments to create in seconds. Note that segments will end on the next keyframe after this duration, so actual segment length may be longer.
|
|
3619
3642
|
*/
|
|
3620
3643
|
SegmentLength?: __integerMin1;
|
|
3621
3644
|
/**
|
|
@@ -5057,6 +5080,10 @@ DISABLED: do not include timecodes.
|
|
|
5057
5080
|
GOP_TIMECODE: Include timecode metadata in the GOP header.
|
|
5058
5081
|
*/
|
|
5059
5082
|
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior;
|
|
5083
|
+
/**
|
|
5084
|
+
* Timecode burn-in settings
|
|
5085
|
+
*/
|
|
5086
|
+
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
5060
5087
|
}
|
|
5061
5088
|
export type Mpeg2SubGopLength = "DYNAMIC"|"FIXED"|string;
|
|
5062
5089
|
export type Mpeg2TimecodeInsertionBehavior = "DISABLED"|"GOP_TIMECODE"|string;
|
|
@@ -6552,6 +6579,22 @@ one destination per packager.
|
|
|
6552
6579
|
Strength?: TemporalFilterStrength;
|
|
6553
6580
|
}
|
|
6554
6581
|
export type TemporalFilterStrength = "AUTO"|"STRENGTH_1"|"STRENGTH_2"|"STRENGTH_3"|"STRENGTH_4"|"STRENGTH_5"|"STRENGTH_6"|"STRENGTH_7"|"STRENGTH_8"|"STRENGTH_9"|"STRENGTH_10"|"STRENGTH_11"|"STRENGTH_12"|"STRENGTH_13"|"STRENGTH_14"|"STRENGTH_15"|"STRENGTH_16"|string;
|
|
6582
|
+
export type TimecodeBurninFontSize = "EXTRA_SMALL_10"|"LARGE_48"|"MEDIUM_32"|"SMALL_16"|string;
|
|
6583
|
+
export type TimecodeBurninPosition = "BOTTOM_CENTER"|"BOTTOM_LEFT"|"BOTTOM_RIGHT"|"MIDDLE_CENTER"|"MIDDLE_LEFT"|"MIDDLE_RIGHT"|"TOP_CENTER"|"TOP_LEFT"|"TOP_RIGHT"|string;
|
|
6584
|
+
export interface TimecodeBurninSettings {
|
|
6585
|
+
/**
|
|
6586
|
+
* Choose a timecode burn-in font size
|
|
6587
|
+
*/
|
|
6588
|
+
FontSize: TimecodeBurninFontSize;
|
|
6589
|
+
/**
|
|
6590
|
+
* Choose a timecode burn-in output position
|
|
6591
|
+
*/
|
|
6592
|
+
Position: TimecodeBurninPosition;
|
|
6593
|
+
/**
|
|
6594
|
+
* Create a timecode burn-in prefix (optional)
|
|
6595
|
+
*/
|
|
6596
|
+
Prefix?: __stringMax255;
|
|
6597
|
+
}
|
|
6555
6598
|
export interface TimecodeConfig {
|
|
6556
6599
|
/**
|
|
6557
6600
|
* Identifies the source for the timecode that will be associated with the events outputs.
|