cdk-lambda-subminute 2.0.438 → 2.0.439

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +46 -35
  5. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  6. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +182 -19
  7. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +165 -93
  9. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +586 -188
  10. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +6 -0
  11. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +235 -129
  12. package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
  13. package/node_modules/aws-sdk/clients/datasync.d.ts +67 -42
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
  15. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +205 -0
  16. package/node_modules/aws-sdk/clients/entityresolution.d.ts +64 -0
  17. package/node_modules/aws-sdk/clients/gamelift.d.ts +592 -88
  18. package/node_modules/aws-sdk/clients/ssm.d.ts +186 -6
  19. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  20. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  21. package/node_modules/aws-sdk/dist/aws-sdk.js +843 -320
  22. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  23. package/node_modules/aws-sdk/lib/core.js +1 -1
  24. package/node_modules/aws-sdk/package.json +1 -1
  25. package/package.json +2 -2
@@ -78,6 +78,12 @@
78
78
  "output_token": "NextToken",
79
79
  "result_key": "Patches"
80
80
  },
81
+ "DescribeInstanceProperties": {
82
+ "input_token": "NextToken",
83
+ "limit_key": "MaxResults",
84
+ "output_token": "NextToken",
85
+ "result_key": "InstanceProperties"
86
+ },
81
87
  "DescribeInventoryDeletions": {
82
88
  "input_token": "NextToken",
83
89
  "limit_key": "MaxResults",
@@ -124,11 +124,11 @@ declare class DataSync extends Service {
124
124
  */
125
125
  createLocationSmb(callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
126
126
  /**
127
- * Configures a transfer task, which defines where and how DataSync moves your data. A task includes a source location, destination location, and the options for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
127
+ * Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, destination location, and transfer options (such as bandwidth limits, scheduling, and more). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
128
128
  */
129
129
  createTask(params: DataSync.Types.CreateTaskRequest, callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
130
130
  /**
131
- * Configures a transfer task, which defines where and how DataSync moves your data. A task includes a source location, destination location, and the options for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
131
+ * Configures a task, which defines where and how DataSync transfers your data. A task includes a source location, destination location, and transfer options (such as bandwidth limits, scheduling, and more). If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
132
132
  */
133
133
  createTask(callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
134
134
  /**
@@ -284,11 +284,11 @@ declare class DataSync extends Service {
284
284
  */
285
285
  describeStorageSystemResources(callback?: (err: AWSError, data: DataSync.Types.DescribeStorageSystemResourcesResponse) => void): Request<DataSync.Types.DescribeStorageSystemResourcesResponse, AWSError>;
286
286
  /**
287
- * Provides information about an DataSync transfer task.
287
+ * Provides information about a task, which defines where and how DataSync transfers your data.
288
288
  */
289
289
  describeTask(params: DataSync.Types.DescribeTaskRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeTaskResponse) => void): Request<DataSync.Types.DescribeTaskResponse, AWSError>;
290
290
  /**
291
- * Provides information about an DataSync transfer task.
291
+ * Provides information about a task, which defines where and how DataSync transfers your data.
292
292
  */
293
293
  describeTask(callback?: (err: AWSError, data: DataSync.Types.DescribeTaskResponse) => void): Request<DataSync.Types.DescribeTaskResponse, AWSError>;
294
294
  /**
@@ -476,11 +476,11 @@ declare class DataSync extends Service {
476
476
  */
477
477
  updateStorageSystem(callback?: (err: AWSError, data: DataSync.Types.UpdateStorageSystemResponse) => void): Request<DataSync.Types.UpdateStorageSystemResponse, AWSError>;
478
478
  /**
479
- * Updates the configuration of an DataSync transfer task.
479
+ * Updates the configuration of a task, which defines where and how DataSync transfers your data.
480
480
  */
481
481
  updateTask(params: DataSync.Types.UpdateTaskRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateTaskResponse) => void): Request<DataSync.Types.UpdateTaskResponse, AWSError>;
482
482
  /**
483
- * Updates the configuration of an DataSync transfer task.
483
+ * Updates the configuration of a task, which defines where and how DataSync transfers your data.
484
484
  */
485
485
  updateTask(callback?: (err: AWSError, data: DataSync.Types.UpdateTaskResponse) => void): Request<DataSync.Types.UpdateTaskResponse, AWSError>;
486
486
  /**
@@ -1026,39 +1026,39 @@ declare namespace DataSync {
1026
1026
  }
1027
1027
  export interface CreateTaskRequest {
1028
1028
  /**
1029
- * The Amazon Resource Name (ARN) of the source location for the task.
1029
+ * Specifies the ARN of your transfer's source location.
1030
1030
  */
1031
1031
  SourceLocationArn: LocationArn;
1032
1032
  /**
1033
- * The Amazon Resource Name (ARN) of an Amazon Web Services storage resource's location.
1033
+ * Specifies the ARN of your transfer's destination location.
1034
1034
  */
1035
1035
  DestinationLocationArn: LocationArn;
1036
1036
  /**
1037
- * The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
1037
+ * Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.
1038
1038
  */
1039
1039
  CloudWatchLogGroupArn?: LogGroupArn;
1040
1040
  /**
1041
- * The name of a task. This value is a text reference that is used to identify the task in the console.
1041
+ * Specifies the name of your task.
1042
1042
  */
1043
1043
  Name?: TagValue;
1044
1044
  /**
1045
- * Specifies the configuration options for a task. Some options include preserving file or object metadata and verifying data integrity. You can also override these options before starting an individual run of a task (also known as a task execution). For more information, see StartTaskExecution.
1045
+ * Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.
1046
1046
  */
1047
1047
  Options?: Options;
1048
1048
  /**
1049
- * Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1049
+ * Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
1050
1050
  */
1051
1051
  Excludes?: FilterList;
1052
1052
  /**
1053
- * Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see Scheduling your task.
1053
+ * Specifies a schedule for when you want your task to run. For more information, see Scheduling your task.
1054
1054
  */
1055
1055
  Schedule?: TaskSchedule;
1056
1056
  /**
1057
- * Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task. Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
1057
+ * Specifies the tags that you want to apply to your task. Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.
1058
1058
  */
1059
1059
  Tags?: InputTagList;
1060
1060
  /**
1061
- * Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1061
+ * Specifies include filters define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
1062
1062
  */
1063
1063
  Includes?: FilterList;
1064
1064
  /**
@@ -1765,65 +1765,65 @@ declare namespace DataSync {
1765
1765
  }
1766
1766
  export interface DescribeTaskRequest {
1767
1767
  /**
1768
- * Specifies the Amazon Resource Name (ARN) of the transfer task.
1768
+ * Specifies the Amazon Resource Name (ARN) of the transfer task that you want information about.
1769
1769
  */
1770
1770
  TaskArn: TaskArn;
1771
1771
  }
1772
1772
  export interface DescribeTaskResponse {
1773
1773
  /**
1774
- * The Amazon Resource Name (ARN) of the task that was described.
1774
+ * The ARN of your task.
1775
1775
  */
1776
1776
  TaskArn?: TaskArn;
1777
1777
  /**
1778
- * The status of the task that was described. For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
1778
+ * The status of your task. For information about what each status means, see Task statuses.
1779
1779
  */
1780
1780
  Status?: TaskStatus;
1781
1781
  /**
1782
- * The name of the task that was described.
1782
+ * The name of your task.
1783
1783
  */
1784
1784
  Name?: TagValue;
1785
1785
  /**
1786
- * The Amazon Resource Name (ARN) of the task execution that is transferring files.
1786
+ * The ARN of the most recent task execution.
1787
1787
  */
1788
1788
  CurrentTaskExecutionArn?: TaskExecutionArn;
1789
1789
  /**
1790
- * The Amazon Resource Name (ARN) of the source file system's location.
1790
+ * The ARN of your transfer's source location.
1791
1791
  */
1792
1792
  SourceLocationArn?: LocationArn;
1793
1793
  /**
1794
- * The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.
1794
+ * The ARN of your transfer's destination location.
1795
1795
  */
1796
1796
  DestinationLocationArn?: LocationArn;
1797
1797
  /**
1798
- * The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task. For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.
1798
+ * The Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task. For more information, see Monitoring DataSync with Amazon CloudWatch.
1799
1799
  */
1800
1800
  CloudWatchLogGroupArn?: LogGroupArn;
1801
1801
  /**
1802
- * The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.
1802
+ * The ARNs of the network interfaces that DataSync created for your source location.
1803
1803
  */
1804
1804
  SourceNetworkInterfaceArns?: SourceNetworkInterfaceArns;
1805
1805
  /**
1806
- * The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.
1806
+ * The ARNs of the network interfaces that DataSync created for your destination location.
1807
1807
  */
1808
1808
  DestinationNetworkInterfaceArns?: DestinationNetworkInterfaceArns;
1809
1809
  /**
1810
- * The configuration options that control the behavior of the StartTaskExecution operation. Some options include preserving file or object metadata and verifying data integrity. You can override these options for each task execution. For more information, see StartTaskExecution.
1810
+ * The task's settings. For example, what file metadata gets preserved, how data integrity gets verified at the end of your transfer, bandwidth limits, among other options.
1811
1811
  */
1812
1812
  Options?: Options;
1813
1813
  /**
1814
- * A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1814
+ * The exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
1815
1815
  */
1816
1816
  Excludes?: FilterList;
1817
1817
  /**
1818
- * The schedule used to periodically transfer files from a source to a destination location.
1818
+ * The schedule for when you want your task to run. For more information, see Scheduling your task.
1819
1819
  */
1820
1820
  Schedule?: TaskSchedule;
1821
1821
  /**
1822
- * Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
1822
+ * If there's an issue with your task, you can use the error code to help you troubleshoot the problem. For more information, see Troubleshooting issues with DataSync transfers.
1823
1823
  */
1824
1824
  ErrorCode?: string;
1825
1825
  /**
1826
- * Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
1826
+ * If there's an issue with your task, you can use the error details to help you troubleshoot the problem. For more information, see Troubleshooting issues with DataSync transfers.
1827
1827
  */
1828
1828
  ErrorDetail?: string;
1829
1829
  /**
@@ -1831,17 +1831,21 @@ declare namespace DataSync {
1831
1831
  */
1832
1832
  CreationTime?: Time;
1833
1833
  /**
1834
- * A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
1834
+ * The include filters that define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
1835
1835
  */
1836
1836
  Includes?: FilterList;
1837
1837
  /**
1838
- * The configuration of the manifest that lists the files or objects to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
1838
+ * The configuration of the manifest that lists the files or objects that you want DataSync to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
1839
1839
  */
1840
1840
  ManifestConfig?: ManifestConfig;
1841
1841
  /**
1842
- * The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
1842
+ * The configuration of your task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports.
1843
1843
  */
1844
1844
  TaskReportConfig?: TaskReportConfig;
1845
+ /**
1846
+ * The details about your task schedule.
1847
+ */
1848
+ ScheduleDetails?: TaskScheduleDetails;
1845
1849
  }
1846
1850
  export type DestinationNetworkInterfaceArns = NetworkInterfaceArn[];
1847
1851
  export type DiscoveryAgentArnList = AgentArn[];
@@ -2481,7 +2485,7 @@ declare namespace DataSync {
2481
2485
  export type Operator = "Equals"|"NotEquals"|"In"|"LessThanOrEqual"|"LessThan"|"GreaterThanOrEqual"|"GreaterThan"|"Contains"|"NotContains"|"BeginsWith"|string;
2482
2486
  export interface Options {
2483
2487
  /**
2484
- * Specifies how and when DataSync checks the integrity of your data during a transfer. ONLY_FILES_TRANSFERRED (recommended) - DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination. We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. POINT_IN_TIME_CONSISTENT (default) - At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized. You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. NONE - DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.
2488
+ * Specifies how and when DataSync checks the integrity of your data during a transfer. ONLY_FILES_TRANSFERRED (recommended) - DataSync calculates the checksum of transferred files and metadata at the source location. At the end of the transfer, DataSync then compares this checksum to the checksum calculated on those files at the destination. We recommend this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. POINT_IN_TIME_CONSISTENT (default) - At the end of the transfer, DataSync scans the entire source and destination to verify that both locations are fully synchronized. If you use a manifest, DataSync only scans and verifies what's listed in the manifest. You can't use this option when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes. For more information, see Storage class considerations with Amazon S3 locations. NONE - DataSync doesn't run additional verification at the end of the transfer. All data transmissions are still integrity-checked with checksum verification during the transfer.
2485
2489
  */
2486
2490
  VerifyMode?: VerifyMode;
2487
2491
  /**
@@ -2562,7 +2566,7 @@ declare namespace DataSync {
2562
2566
  export type PhaseStatus = "PENDING"|"SUCCESS"|"ERROR"|string;
2563
2567
  export interface Platform {
2564
2568
  /**
2565
- * The version of the DataSync agent. On December 7, 2023, we discontinued version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents or delete them if they aren't in use. If you need more help, contact Amazon Web Services Support.
2569
+ * The version of the DataSync agent.
2566
2570
  */
2567
2571
  Version?: AgentVersion;
2568
2572
  }
@@ -2754,7 +2758,10 @@ declare namespace DataSync {
2754
2758
  export type S3ObjectVersionId = string;
2755
2759
  export type S3StorageClass = "STANDARD"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|"OUTPOSTS"|"GLACIER_INSTANT_RETRIEVAL"|string;
2756
2760
  export type S3Subdirectory = string;
2761
+ export type ScheduleDisabledBy = "USER"|"SERVICE"|string;
2762
+ export type ScheduleDisabledReason = string;
2757
2763
  export type ScheduleExpressionCron = string;
2764
+ export type ScheduleStatus = "ENABLED"|"DISABLED"|string;
2758
2765
  export type SecretsManagerArn = string;
2759
2766
  export type ServerHostname = string;
2760
2767
  export type SmbDomain = string;
@@ -2989,9 +2996,27 @@ declare namespace DataSync {
2989
2996
  }
2990
2997
  export interface TaskSchedule {
2991
2998
  /**
2992
- * A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.
2999
+ * Specifies your task schedule by using a cron expression in UTC time. For information about cron expression syntax, see the Amazon EventBridge User Guide .
2993
3000
  */
2994
3001
  ScheduleExpression: ScheduleExpressionCron;
3002
+ /**
3003
+ * Specifies whether to enable or disable your task schedule. Your schedule is enabled by default, but there can be situations where you need to disable it. For example, you might need to pause a recurring transfer or fix an issue with your task or perform maintenance on your storage system. DataSync might disable your schedule automatically if your task fails repeatedly with the same error. For more information, see TaskScheduleDetails.
3004
+ */
3005
+ Status?: ScheduleStatus;
3006
+ }
3007
+ export interface TaskScheduleDetails {
3008
+ /**
3009
+ * Indicates the last time the status of your task schedule changed. For example, if DataSync automatically disables your schedule because of a repeated error, you can see when the schedule was disabled.
3010
+ */
3011
+ StatusUpdateTime?: Time;
3012
+ /**
3013
+ * Provides a reason if the task schedule is disabled. If your schedule is disabled by USER, you see a Manually disabled by user. message. If your schedule is disabled by SERVICE, you see an error message to help you understand why the task keeps failing. For information on resolving DataSync errors, see Troubleshooting issues with DataSync transfers.
3014
+ */
3015
+ DisabledReason?: ScheduleDisabledReason;
3016
+ /**
3017
+ * Indicates how your task schedule was disabled. USER - Your schedule was manually disabled by using the UpdateTask operation or DataSync console. SERVICE - Your schedule was automatically disabled by DataSync because the task failed repeatedly with the same error.
3018
+ */
3019
+ DisabledBy?: ScheduleDisabledBy;
2995
3020
  }
2996
3021
  export type TaskStatus = "AVAILABLE"|"CREATING"|"QUEUED"|"RUNNING"|"UNAVAILABLE"|string;
2997
3022
  export interface Throughput {
@@ -3258,28 +3283,28 @@ declare namespace DataSync {
3258
3283
  }
3259
3284
  export interface UpdateTaskRequest {
3260
3285
  /**
3261
- * The Amazon Resource Name (ARN) of the resource name of the task to update.
3286
+ * Specifies the ARN of the task that you want to update.
3262
3287
  */
3263
3288
  TaskArn: TaskArn;
3264
3289
  Options?: Options;
3265
3290
  /**
3266
- * Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
3291
+ * Specifies exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
3267
3292
  */
3268
3293
  Excludes?: FilterList;
3269
3294
  /**
3270
- * Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see Scheduling your task.
3295
+ * Specifies a schedule for when you want your task to run. For more information, see Scheduling your task.
3271
3296
  */
3272
3297
  Schedule?: TaskSchedule;
3273
3298
  /**
3274
- * The name of the task to update.
3299
+ * Specifies the name of your task.
3275
3300
  */
3276
3301
  Name?: TagValue;
3277
3302
  /**
3278
- * The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.
3303
+ * Specifies the Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.
3279
3304
  */
3280
3305
  CloudWatchLogGroupArn?: LogGroupArn;
3281
3306
  /**
3282
- * Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
3307
+ * Specifies include filters define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.
3283
3308
  */
3284
3309
  Includes?: FilterList;
3285
3310
  /**
@@ -16227,6 +16227,10 @@ declare namespace EC2 {
16227
16227
  * Indicates whether source/destination checking is enabled.
16228
16228
  */
16229
16229
  SourceDestCheck?: AttributeBooleanValue;
16230
+ /**
16231
+ * Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).
16232
+ */
16233
+ AssociatePublicIpAddress?: Boolean;
16230
16234
  }
16231
16235
  export type DescribeNetworkInterfacePermissionsMaxResults = number;
16232
16236
  export interface DescribeNetworkInterfacePermissionsRequest {
@@ -29048,6 +29052,10 @@ declare namespace EC2 {
29048
29052
  * A connection tracking specification.
29049
29053
  */
29050
29054
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
29055
+ /**
29056
+ * Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).
29057
+ */
29058
+ AssociatePublicIpAddress?: Boolean;
29051
29059
  }
29052
29060
  export interface ModifyPrivateDnsNameOptionsRequest {
29053
29061
  /**
@@ -31062,7 +31070,7 @@ declare namespace EC2 {
31062
31070
  DeleteOnTermination?: Boolean;
31063
31071
  }
31064
31072
  export type NetworkInterfaceAttachmentId = string;
31065
- export type NetworkInterfaceAttribute = "description"|"groupSet"|"sourceDestCheck"|"attachment"|string;
31073
+ export type NetworkInterfaceAttribute = "description"|"groupSet"|"sourceDestCheck"|"attachment"|"associatePublicIpAddress"|string;
31066
31074
  export interface NetworkInterfaceCount {
31067
31075
  /**
31068
31076
  * The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.
@@ -35,6 +35,14 @@ declare class EMRcontainers extends Service {
35
35
  * Creates a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
36
36
  */
37
37
  createManagedEndpoint(callback?: (err: AWSError, data: EMRcontainers.Types.CreateManagedEndpointResponse) => void): Request<EMRcontainers.Types.CreateManagedEndpointResponse, AWSError>;
38
+ /**
39
+ * Creates a security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
40
+ */
41
+ createSecurityConfiguration(params: EMRcontainers.Types.CreateSecurityConfigurationRequest, callback?: (err: AWSError, data: EMRcontainers.Types.CreateSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.CreateSecurityConfigurationResponse, AWSError>;
42
+ /**
43
+ * Creates a security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
44
+ */
45
+ createSecurityConfiguration(callback?: (err: AWSError, data: EMRcontainers.Types.CreateSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.CreateSecurityConfigurationResponse, AWSError>;
38
46
  /**
39
47
  * Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
40
48
  */
@@ -91,6 +99,14 @@ declare class EMRcontainers extends Service {
91
99
  * Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
92
100
  */
93
101
  describeManagedEndpoint(callback?: (err: AWSError, data: EMRcontainers.Types.DescribeManagedEndpointResponse) => void): Request<EMRcontainers.Types.DescribeManagedEndpointResponse, AWSError>;
102
+ /**
103
+ * Displays detailed information about a specified security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
104
+ */
105
+ describeSecurityConfiguration(params: EMRcontainers.Types.DescribeSecurityConfigurationRequest, callback?: (err: AWSError, data: EMRcontainers.Types.DescribeSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.DescribeSecurityConfigurationResponse, AWSError>;
106
+ /**
107
+ * Displays detailed information about a specified security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
108
+ */
109
+ describeSecurityConfiguration(callback?: (err: AWSError, data: EMRcontainers.Types.DescribeSecurityConfigurationResponse) => void): Request<EMRcontainers.Types.DescribeSecurityConfigurationResponse, AWSError>;
94
110
  /**
95
111
  * Displays detailed information about a specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.
96
112
  */
@@ -131,6 +147,14 @@ declare class EMRcontainers extends Service {
131
147
  * Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.
132
148
  */
133
149
  listManagedEndpoints(callback?: (err: AWSError, data: EMRcontainers.Types.ListManagedEndpointsResponse) => void): Request<EMRcontainers.Types.ListManagedEndpointsResponse, AWSError>;
150
+ /**
151
+ * Lists security configurations based on a set of parameters. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
152
+ */
153
+ listSecurityConfigurations(params: EMRcontainers.Types.ListSecurityConfigurationsRequest, callback?: (err: AWSError, data: EMRcontainers.Types.ListSecurityConfigurationsResponse) => void): Request<EMRcontainers.Types.ListSecurityConfigurationsResponse, AWSError>;
154
+ /**
155
+ * Lists security configurations based on a set of parameters. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
156
+ */
157
+ listSecurityConfigurations(callback?: (err: AWSError, data: EMRcontainers.Types.ListSecurityConfigurationsResponse) => void): Request<EMRcontainers.Types.ListSecurityConfigurationsResponse, AWSError>;
134
158
  /**
135
159
  * Lists the tags assigned to the resources.
136
160
  */
@@ -174,6 +198,16 @@ declare class EMRcontainers extends Service {
174
198
  }
175
199
  declare namespace EMRcontainers {
176
200
  export type ACMCertArn = string;
201
+ export interface AuthorizationConfiguration {
202
+ /**
203
+ * Lake Formation related configuration inputs for the security configuration.
204
+ */
205
+ lakeFormationConfiguration?: LakeFormationConfiguration;
206
+ /**
207
+ * Encryption-related configuration input for the security configuration.
208
+ */
209
+ encryptionConfiguration?: EncryptionConfiguration;
210
+ }
177
211
  export type Base64Encoded = string;
178
212
  export type Boolean = boolean;
179
213
  export interface CancelJobRunRequest {
@@ -206,6 +240,7 @@ declare namespace EMRcontainers {
206
240
  */
207
241
  certificateData?: Base64Encoded;
208
242
  }
243
+ export type CertificateProviderType = "PEM"|string;
209
244
  export type ClientToken = string;
210
245
  export interface CloudWatchMonitoringConfiguration {
211
246
  /**
@@ -370,6 +405,38 @@ declare namespace EMRcontainers {
370
405
  */
371
406
  virtualClusterId?: ResourceIdString;
372
407
  }
408
+ export interface CreateSecurityConfigurationRequest {
409
+ /**
410
+ * The client idempotency token to use when creating the security configuration.
411
+ */
412
+ clientToken: ClientToken;
413
+ /**
414
+ * The name of the security configuration.
415
+ */
416
+ name: ResourceNameString;
417
+ /**
418
+ * Security configuration input for the request.
419
+ */
420
+ securityConfigurationData: SecurityConfigurationData;
421
+ /**
422
+ * The tags to add to the security configuration.
423
+ */
424
+ tags?: TagMap;
425
+ }
426
+ export interface CreateSecurityConfigurationResponse {
427
+ /**
428
+ * The ID of the security configuration.
429
+ */
430
+ id?: ResourceIdString;
431
+ /**
432
+ * The name of the security configuration.
433
+ */
434
+ name?: ResourceNameString;
435
+ /**
436
+ * The ARN (Amazon Resource Name) of the security configuration.
437
+ */
438
+ arn?: SecurityConfigurationArn;
439
+ }
373
440
  export interface CreateVirtualClusterRequest {
374
441
  /**
375
442
  * The specified name of the virtual cluster.
@@ -387,6 +454,10 @@ declare namespace EMRcontainers {
387
454
  * The tags assigned to the virtual cluster.
388
455
  */
389
456
  tags?: TagMap;
457
+ /**
458
+ * The ID of the security configuration.
459
+ */
460
+ securityConfigurationId?: ResourceIdString;
390
461
  }
391
462
  export interface CreateVirtualClusterResponse {
392
463
  /**
@@ -498,6 +569,18 @@ declare namespace EMRcontainers {
498
569
  */
499
570
  endpoint?: Endpoint;
500
571
  }
572
+ export interface DescribeSecurityConfigurationRequest {
573
+ /**
574
+ * The ID of the security configuration.
575
+ */
576
+ id: ResourceIdString;
577
+ }
578
+ export interface DescribeSecurityConfigurationResponse {
579
+ /**
580
+ * Details of the security configuration.
581
+ */
582
+ securityConfiguration?: SecurityConfiguration;
583
+ }
501
584
  export interface DescribeVirtualClusterRequest {
502
585
  /**
503
586
  * The ID of the virtual cluster that will be described.
@@ -516,6 +599,12 @@ declare namespace EMRcontainers {
516
599
  */
517
600
  namespace?: KubernetesNamespace;
518
601
  }
602
+ export interface EncryptionConfiguration {
603
+ /**
604
+ * In-transit encryption-related input for the security configuration.
605
+ */
606
+ inTransitEncryptionConfiguration?: InTransitEncryptionConfiguration;
607
+ }
519
608
  export interface Endpoint {
520
609
  /**
521
610
  * The ID of the endpoint.
@@ -645,6 +734,12 @@ declare namespace EMRcontainers {
645
734
  expiresAt?: _Date;
646
735
  }
647
736
  export type IAMRoleArn = string;
737
+ export interface InTransitEncryptionConfiguration {
738
+ /**
739
+ * TLS certificate-related configuration input for the security configuration.
740
+ */
741
+ tlsCertificateConfiguration?: TLSCertificateConfiguration;
742
+ }
648
743
  export type JavaInteger = number;
649
744
  export type JobArn = string;
650
745
  export interface JobDriver {
@@ -799,6 +894,20 @@ declare namespace EMRcontainers {
799
894
  export type JobTemplates = JobTemplate[];
800
895
  export type KmsKeyArn = string;
801
896
  export type KubernetesNamespace = string;
897
+ export interface LakeFormationConfiguration {
898
+ /**
899
+ * The session tag to authorize Amazon EMR on EKS for API calls to Lake Formation.
900
+ */
901
+ authorizedSessionTagValue?: SessionTagValue;
902
+ /**
903
+ * The namespace input of the system job.
904
+ */
905
+ secureNamespaceInfo?: SecureNamespaceInfo;
906
+ /**
907
+ * The query engine IAM role ARN that is tied to the secure Spark job. The QueryEngine role assumes the JobExecutionRole to execute all the Lake Formation calls.
908
+ */
909
+ queryEngineRoleArn?: IAMRoleArn;
910
+ }
802
911
  export interface ListJobRunsRequest {
803
912
  /**
804
913
  * The ID of the virtual cluster for which to list the job run.
@@ -907,6 +1016,34 @@ declare namespace EMRcontainers {
907
1016
  */
908
1017
  nextToken?: NextToken;
909
1018
  }
1019
+ export interface ListSecurityConfigurationsRequest {
1020
+ /**
1021
+ * The date and time after which the security configuration was created.
1022
+ */
1023
+ createdAfter?: _Date;
1024
+ /**
1025
+ * The date and time before which the security configuration was created.
1026
+ */
1027
+ createdBefore?: _Date;
1028
+ /**
1029
+ * The maximum number of security configurations the operation can list.
1030
+ */
1031
+ maxResults?: JavaInteger;
1032
+ /**
1033
+ * The token for the next set of security configurations to return.
1034
+ */
1035
+ nextToken?: NextToken;
1036
+ }
1037
+ export interface ListSecurityConfigurationsResponse {
1038
+ /**
1039
+ * The list of returned security configurations.
1040
+ */
1041
+ securityConfigurations?: SecurityConfigurations;
1042
+ /**
1043
+ * The token for the next set of security configurations to return.
1044
+ */
1045
+ nextToken?: NextToken;
1046
+ }
910
1047
  export interface ListTagsForResourceRequest {
911
1048
  /**
912
1049
  * The ARN of tagged resources.
@@ -1052,7 +1189,57 @@ declare namespace EMRcontainers {
1052
1189
  */
1053
1190
  logUri: UriString;
1054
1191
  }
1192
+ export type SecretsManagerArn = string;
1193
+ export interface SecureNamespaceInfo {
1194
+ /**
1195
+ * The ID of the Amazon EKS cluster where Amazon EMR on EKS jobs run.
1196
+ */
1197
+ clusterId?: ClusterId;
1198
+ /**
1199
+ * The namespace of the Amazon EKS cluster where the system jobs run.
1200
+ */
1201
+ namespace?: KubernetesNamespace;
1202
+ }
1203
+ export interface SecurityConfiguration {
1204
+ /**
1205
+ * The ID of the security configuration.
1206
+ */
1207
+ id?: ResourceIdString;
1208
+ /**
1209
+ * The name of the security configuration.
1210
+ */
1211
+ name?: ResourceNameString;
1212
+ /**
1213
+ * The ARN (Amazon Resource Name) of the security configuration.
1214
+ */
1215
+ arn?: SecurityConfigurationArn;
1216
+ /**
1217
+ * The date and time that the job run was created.
1218
+ */
1219
+ createdAt?: _Date;
1220
+ /**
1221
+ * The user who created the job run.
1222
+ */
1223
+ createdBy?: RequestIdentityUserArn;
1224
+ /**
1225
+ * Security configuration inputs for the request.
1226
+ */
1227
+ securityConfigurationData?: SecurityConfigurationData;
1228
+ /**
1229
+ * The tags to assign to the security configuration.
1230
+ */
1231
+ tags?: TagMap;
1232
+ }
1233
+ export type SecurityConfigurationArn = string;
1234
+ export interface SecurityConfigurationData {
1235
+ /**
1236
+ * Authorization-related configuration input for the security configuration.
1237
+ */
1238
+ authorizationConfiguration?: AuthorizationConfiguration;
1239
+ }
1240
+ export type SecurityConfigurations = SecurityConfiguration[];
1055
1241
  export type SensitivePropertiesMap = {[key: string]: String1024};
1242
+ export type SessionTagValue = string;
1056
1243
  export interface SparkSqlJobDriver {
1057
1244
  /**
1058
1245
  * The SQL file to be executed.
@@ -1149,6 +1336,20 @@ declare namespace EMRcontainers {
1149
1336
  export type String256 = string;
1150
1337
  export type StringEmpty256 = string;
1151
1338
  export type SubnetIds = String256[];
1339
+ export interface TLSCertificateConfiguration {
1340
+ /**
1341
+ * The TLS certificate type. Acceptable values: PEM or Custom.
1342
+ */
1343
+ certificateProviderType?: CertificateProviderType;
1344
+ /**
1345
+ * Secrets Manager ARN that contains the public TLS certificate contents, used for communication between the user job and the system job.
1346
+ */
1347
+ publicCertificateSecretArn?: SecretsManagerArn;
1348
+ /**
1349
+ * Secrets Manager ARN that contains the private TLS certificate contents, used for communication between the user job and the system job.
1350
+ */
1351
+ privateCertificateSecretArn?: SecretsManagerArn;
1352
+ }
1152
1353
  export type TagKeyList = String128[];
1153
1354
  export type TagMap = {[key: string]: StringEmpty256};
1154
1355
  export interface TagResourceRequest {
@@ -1221,6 +1422,10 @@ declare namespace EMRcontainers {
1221
1422
  * The assigned tags of the virtual cluster.
1222
1423
  */
1223
1424
  tags?: TagMap;
1425
+ /**
1426
+ * The ID of the security configuration.
1427
+ */
1428
+ securityConfigurationId?: ResourceIdString;
1224
1429
  }
1225
1430
  export type VirtualClusterArn = string;
1226
1431
  export type VirtualClusterState = "RUNNING"|"TERMINATING"|"TERMINATED"|"ARRESTED"|string;