cdk-lambda-subminute 2.0.396 → 2.0.398

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +11 -16
  4. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +9 -1
  5. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +9 -1
  6. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +82 -75
  7. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +6 -0
  8. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +83 -62
  9. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +61 -50
  10. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +88 -22
  11. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +106 -106
  12. package/node_modules/aws-sdk/clients/appconfig.d.ts +24 -14
  13. package/node_modules/aws-sdk/clients/dynamodb.d.ts +4 -4
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -9
  15. package/node_modules/aws-sdk/clients/grafana.d.ts +26 -9
  16. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +11 -3
  17. package/node_modules/aws-sdk/clients/lambda.d.ts +46 -46
  18. package/node_modules/aws-sdk/clients/mwaa.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +68 -36
  20. package/node_modules/aws-sdk/clients/rds.d.ts +20 -10
  21. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  22. package/node_modules/aws-sdk/clients/snowball.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +75 -26
  24. package/node_modules/aws-sdk/clients/wafv2.d.ts +14 -13
  25. package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +73 -54
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +2 -2
  32. package/node_modules/aws-sdk/package.json +3 -2
  33. package/node_modules/aws-sdk/scripts/warn-maintenance-mode.js +14 -0
  34. package/package.json +3 -3
@@ -44,19 +44,19 @@ declare class AppConfig extends Service {
44
44
  */
45
45
  createEnvironment(callback?: (err: AWSError, data: AppConfig.Types.Environment) => void): Request<AppConfig.Types.Environment, AWSError>;
46
46
  /**
47
- * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
47
+ * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Extending workflows in the AppConfig User Guide.
48
48
  */
49
49
  createExtension(params: AppConfig.Types.CreateExtensionRequest, callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
50
50
  /**
51
- * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
51
+ * Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration. You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version. For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field. For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field. For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field. For more information about extensions, see Extending workflows in the AppConfig User Guide.
52
52
  */
53
53
  createExtension(callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
54
54
  /**
55
- * When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
55
+ * When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
56
56
  */
57
57
  createExtensionAssociation(params: AppConfig.Types.CreateExtensionAssociationRequest, callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
58
58
  /**
59
- * When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
59
+ * When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
60
60
  */
61
61
  createExtensionAssociation(callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
62
62
  /**
@@ -180,11 +180,11 @@ declare class AppConfig extends Service {
180
180
  */
181
181
  getExtension(callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
182
182
  /**
183
- * Returns information about an AppConfig extension association. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
183
+ * Returns information about an AppConfig extension association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
184
184
  */
185
185
  getExtensionAssociation(params: AppConfig.Types.GetExtensionAssociationRequest, callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
186
186
  /**
187
- * Returns information about an AppConfig extension association. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
187
+ * Returns information about an AppConfig extension association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
188
188
  */
189
189
  getExtensionAssociation(callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
190
190
  /**
@@ -236,19 +236,19 @@ declare class AppConfig extends Service {
236
236
  */
237
237
  listEnvironments(callback?: (err: AWSError, data: AppConfig.Types.Environments) => void): Request<AppConfig.Types.Environments, AWSError>;
238
238
  /**
239
- * Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
239
+ * Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
240
240
  */
241
241
  listExtensionAssociations(params: AppConfig.Types.ListExtensionAssociationsRequest, callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociations) => void): Request<AppConfig.Types.ExtensionAssociations, AWSError>;
242
242
  /**
243
- * Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
243
+ * Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
244
244
  */
245
245
  listExtensionAssociations(callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociations) => void): Request<AppConfig.Types.ExtensionAssociations, AWSError>;
246
246
  /**
247
- * Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
247
+ * Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Extending workflows in the AppConfig User Guide.
248
248
  */
249
249
  listExtensions(params: AppConfig.Types.ListExtensionsRequest, callback?: (err: AWSError, data: AppConfig.Types.Extensions) => void): Request<AppConfig.Types.Extensions, AWSError>;
250
250
  /**
251
- * Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
251
+ * Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Extending workflows in the AppConfig User Guide.
252
252
  */
253
253
  listExtensions(callback?: (err: AWSError, data: AppConfig.Types.Extensions) => void): Request<AppConfig.Types.Extensions, AWSError>;
254
254
  /**
@@ -332,19 +332,19 @@ declare class AppConfig extends Service {
332
332
  */
333
333
  updateEnvironment(callback?: (err: AWSError, data: AppConfig.Types.Environment) => void): Request<AppConfig.Types.Environment, AWSError>;
334
334
  /**
335
- * Updates an AppConfig extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
335
+ * Updates an AppConfig extension. For more information about extensions, see Extending workflows in the AppConfig User Guide.
336
336
  */
337
337
  updateExtension(params: AppConfig.Types.UpdateExtensionRequest, callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
338
338
  /**
339
- * Updates an AppConfig extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.
339
+ * Updates an AppConfig extension. For more information about extensions, see Extending workflows in the AppConfig User Guide.
340
340
  */
341
341
  updateExtension(callback?: (err: AWSError, data: AppConfig.Types.Extension) => void): Request<AppConfig.Types.Extension, AWSError>;
342
342
  /**
343
- * Updates an association. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
343
+ * Updates an association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
344
344
  */
345
345
  updateExtensionAssociation(params: AppConfig.Types.UpdateExtensionAssociationRequest, callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
346
346
  /**
347
- * Updates an association. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.
347
+ * Updates an association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
348
348
  */
349
349
  updateExtensionAssociation(callback?: (err: AWSError, data: AppConfig.Types.ExtensionAssociation) => void): Request<AppConfig.Types.ExtensionAssociation, AWSError>;
350
350
  /**
@@ -1021,6 +1021,8 @@ declare namespace AppConfig {
1021
1021
  NextToken?: NextToken;
1022
1022
  }
1023
1023
  export type Description = string;
1024
+ export type DynamicParameterKey = string;
1025
+ export type DynamicParameterMap = {[key: string]: StringWithLengthBetween1And2048};
1024
1026
  export interface Environment {
1025
1027
  /**
1026
1028
  * The application ID.
@@ -1514,6 +1516,10 @@ declare namespace AppConfig {
1514
1516
  * A parameter value must be specified in the extension association.
1515
1517
  */
1516
1518
  Required?: Boolean;
1519
+ /**
1520
+ * Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked Required.
1521
+ */
1522
+ Dynamic?: Boolean;
1517
1523
  }
1518
1524
  export type ParameterMap = {[key: string]: Parameter};
1519
1525
  export type ParameterValueMap = {[key: string]: StringWithLengthBetween1And2048};
@@ -1560,6 +1566,10 @@ declare namespace AppConfig {
1560
1566
  * The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
1561
1567
  */
1562
1568
  KmsKeyIdentifier?: KmsKeyIdentifier;
1569
+ /**
1570
+ * A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
1571
+ */
1572
+ DynamicExtensionParameters?: DynamicParameterMap;
1563
1573
  }
1564
1574
  export interface StopDeploymentRequest {
1565
1575
  /**
@@ -391,11 +391,11 @@ declare class DynamoDB extends DynamoDBCustomizations {
391
391
  */
392
392
  updateContributorInsights(callback?: (err: AWSError, data: DynamoDB.Types.UpdateContributorInsightsOutput) => void): Request<DynamoDB.Types.UpdateContributorInsightsOutput, AWSError>;
393
393
  /**
394
- * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units. This operation only applies to Version 2017.11.29 (Legacy) of global tables. We recommend using Version 2019.11.21 (Current) when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Updating global tables. This operation only applies to Version 2017.11.29 of global tables. If you are using global tables Version 2019.11.21 you can use DescribeTable instead. Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas. If global secondary indexes are specified, then the following conditions must also be met: The global secondary indexes must have the same name. The global secondary indexes must have the same hash key and sort key (if present). The global secondary indexes must have the same provisioned and maximum write capacity units.
394
+ * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units. This operation only applies to Version 2017.11.29 (Legacy) of global tables. We recommend using Version 2019.11.21 (Current) when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Updating global tables. This operation only applies to Version 2017.11.29 of global tables. If you are using global tables Version 2019.11.21 you can use UpdateTable instead. Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas. If global secondary indexes are specified, then the following conditions must also be met: The global secondary indexes must have the same name. The global secondary indexes must have the same hash key and sort key (if present). The global secondary indexes must have the same provisioned and maximum write capacity units.
395
395
  */
396
396
  updateGlobalTable(params: DynamoDB.Types.UpdateGlobalTableInput, callback?: (err: AWSError, data: DynamoDB.Types.UpdateGlobalTableOutput) => void): Request<DynamoDB.Types.UpdateGlobalTableOutput, AWSError>;
397
397
  /**
398
- * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units. This operation only applies to Version 2017.11.29 (Legacy) of global tables. We recommend using Version 2019.11.21 (Current) when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Updating global tables. This operation only applies to Version 2017.11.29 of global tables. If you are using global tables Version 2019.11.21 you can use DescribeTable instead. Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas. If global secondary indexes are specified, then the following conditions must also be met: The global secondary indexes must have the same name. The global secondary indexes must have the same hash key and sort key (if present). The global secondary indexes must have the same provisioned and maximum write capacity units.
398
+ * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units. This operation only applies to Version 2017.11.29 (Legacy) of global tables. We recommend using Version 2019.11.21 (Current) when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Updating global tables. This operation only applies to Version 2017.11.29 of global tables. If you are using global tables Version 2019.11.21 you can use UpdateTable instead. Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas. If global secondary indexes are specified, then the following conditions must also be met: The global secondary indexes must have the same name. The global secondary indexes must have the same hash key and sort key (if present). The global secondary indexes must have the same provisioned and maximum write capacity units.
399
399
  */
400
400
  updateGlobalTable(callback?: (err: AWSError, data: DynamoDB.Types.UpdateGlobalTableOutput) => void): Request<DynamoDB.Types.UpdateGlobalTableOutput, AWSError>;
401
401
  /**
@@ -1706,7 +1706,7 @@ declare namespace DynamoDB {
1706
1706
  */
1707
1707
  S3Bucket: S3Bucket;
1708
1708
  /**
1709
- * The ID of the Amazon Web Services account that owns the bucket the export will be stored in.
1709
+ * The ID of the Amazon Web Services account that owns the bucket the export will be stored in. S3BucketOwner is a required parameter when exporting to a S3 bucket in another account.
1710
1710
  */
1711
1711
  S3BucketOwner?: S3BucketOwner;
1712
1712
  /**
@@ -2550,7 +2550,7 @@ declare namespace DynamoDB {
2550
2550
  export type ProcessedItemCount = number;
2551
2551
  export interface Projection {
2552
2552
  /**
2553
- * The set of attributes that are projected into the index: KEYS_ONLY - Only the index and primary keys are projected into the index. INCLUDE - In addition to the attributes described in KEYS_ONLY, the secondary index will include other non-key attributes that you specify. ALL - All of the table attributes are projected into the index.
2553
+ * The set of attributes that are projected into the index: KEYS_ONLY - Only the index and primary keys are projected into the index. INCLUDE - In addition to the attributes described in KEYS_ONLY, the secondary index will include other non-key attributes that you specify. ALL - All of the table attributes are projected into the index. When using the DynamoDB console, ALL is selected by default.
2554
2554
  */
2555
2555
  ProjectionType?: ProjectionType;
2556
2556
  /**
@@ -1821,11 +1821,11 @@ declare class EC2 extends Service {
1821
1821
  */
1822
1822
  describeAwsNetworkPerformanceMetricSubscriptions(callback?: (err: AWSError, data: EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsResult) => void): Request<EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsResult, AWSError>;
1823
1823
  /**
1824
- * Describes the specified bundle tasks or all of your bundle tasks. Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.
1824
+ * Describes the specified bundle tasks or all of your bundle tasks. Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
1825
1825
  */
1826
1826
  describeBundleTasks(params: EC2.Types.DescribeBundleTasksRequest, callback?: (err: AWSError, data: EC2.Types.DescribeBundleTasksResult) => void): Request<EC2.Types.DescribeBundleTasksResult, AWSError>;
1827
1827
  /**
1828
- * Describes the specified bundle tasks or all of your bundle tasks. Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.
1828
+ * Describes the specified bundle tasks or all of your bundle tasks. Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
1829
1829
  */
1830
1830
  describeBundleTasks(callback?: (err: AWSError, data: EC2.Types.DescribeBundleTasksResult) => void): Request<EC2.Types.DescribeBundleTasksResult, AWSError>;
1831
1831
  /**
@@ -2093,19 +2093,19 @@ declare class EC2 extends Service {
2093
2093
  */
2094
2094
  describeIdentityIdFormat(callback?: (err: AWSError, data: EC2.Types.DescribeIdentityIdFormatResult) => void): Request<EC2.Types.DescribeIdentityIdFormatResult, AWSError>;
2095
2095
  /**
2096
- * Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.
2096
+ * Describes the specified attribute of the specified AMI. You can specify only one attribute at a time. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
2097
2097
  */
2098
2098
  describeImageAttribute(params: EC2.Types.DescribeImageAttributeRequest, callback?: (err: AWSError, data: EC2.Types.ImageAttribute) => void): Request<EC2.Types.ImageAttribute, AWSError>;
2099
2099
  /**
2100
- * Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.
2100
+ * Describes the specified attribute of the specified AMI. You can specify only one attribute at a time. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
2101
2101
  */
2102
2102
  describeImageAttribute(callback?: (err: AWSError, data: EC2.Types.ImageAttribute) => void): Request<EC2.Types.ImageAttribute, AWSError>;
2103
2103
  /**
2104
- * Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you. The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions. Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.
2104
+ * Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you. The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions. Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
2105
2105
  */
2106
2106
  describeImages(params: EC2.Types.DescribeImagesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeImagesResult) => void): Request<EC2.Types.DescribeImagesResult, AWSError>;
2107
2107
  /**
2108
- * Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you. The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions. Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.
2108
+ * Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you. The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions. Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.
2109
2109
  */
2110
2110
  describeImages(callback?: (err: AWSError, data: EC2.Types.DescribeImagesResult) => void): Request<EC2.Types.DescribeImagesResult, AWSError>;
2111
2111
  /**
@@ -4469,11 +4469,11 @@ declare class EC2 extends Service {
4469
4469
  */
4470
4470
  rebootInstances(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
4471
4471
  /**
4472
- * 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.
4472
+ * Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. 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.
4473
4473
  */
4474
4474
  registerImage(params: EC2.Types.RegisterImageRequest, callback?: (err: AWSError, data: EC2.Types.RegisterImageResult) => void): Request<EC2.Types.RegisterImageResult, AWSError>;
4475
4475
  /**
4476
- * 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.
4476
+ * Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. 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.
4477
4477
  */
4478
4478
  registerImage(callback?: (err: AWSError, data: EC2.Types.RegisterImageResult) => void): Request<EC2.Types.RegisterImageResult, AWSError>;
4479
4479
  /**
@@ -7217,7 +7217,7 @@ declare namespace EC2 {
7217
7217
  export type BundleIdStringList = BundleId[];
7218
7218
  export interface BundleInstanceRequest {
7219
7219
  /**
7220
- * The ID of the instance to bundle. Type: String Default: None Required: Yes
7220
+ * The ID of the instance to bundle. Default: None
7221
7221
  */
7222
7222
  InstanceId: InstanceId;
7223
7223
  /**
@@ -8650,6 +8650,10 @@ declare namespace EC2 {
8650
8650
  * Indicates whether to include your user-defined AMI tags when copying the AMI. The following tags will not be copied: System tags (prefixed with aws:) For public and shared AMIs, user-defined tags that are attached by other Amazon Web Services accounts Default: Your user-defined AMI tags are not copied.
8651
8651
  */
8652
8652
  CopyImageTags?: Boolean;
8653
+ /**
8654
+ * The tags to apply to the new AMI and new snapshots. You can tag the AMI, the snapshots, or both. To tag the new AMI, the value for ResourceType must be image. To tag the new snapshots, the value for ResourceType must be snapshot. The same tag is applied to all the new snapshots. If you specify other values for ResourceType, the request fails. To tag an AMI or snapshot after it has been created, see CreateTags.
8655
+ */
8656
+ TagSpecifications?: TagSpecificationList;
8653
8657
  }
8654
8658
  export interface CopyImageResult {
8655
8659
  /**
@@ -32258,6 +32262,10 @@ declare namespace EC2 {
32258
32262
  * 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.
32259
32263
  */
32260
32264
  ImdsSupport?: ImdsSupportValues;
32265
+ /**
32266
+ * The tags to apply to the AMI. To tag the AMI, the value for ResourceType must be image. If you specify another value for ResourceType, the request fails. To tag an AMI after it has been registered, see CreateTags.
32267
+ */
32268
+ TagSpecifications?: TagSpecificationList;
32261
32269
  }
32262
32270
  export interface RegisterImageResult {
32263
32271
  /**
@@ -199,7 +199,11 @@ declare namespace Grafana {
199
199
  }
200
200
  export interface AssociateLicenseRequest {
201
201
  /**
202
- * The type of license to associate with the workspace.
202
+ * A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Register with Grafana Labs.
203
+ */
204
+ grafanaToken?: GrafanaToken;
205
+ /**
206
+ * The type of license to associate with the workspace. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
203
207
  */
204
208
  licenseType: LicenseType;
205
209
  /**
@@ -286,7 +290,7 @@ declare namespace Grafana {
286
290
  */
287
291
  accountAccessType: AccountAccessType;
288
292
  /**
289
- * Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
293
+ * Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
290
294
  */
291
295
  authenticationProviders: AuthenticationProviders;
292
296
  /**
@@ -298,7 +302,7 @@ declare namespace Grafana {
298
302
  */
299
303
  configuration?: OverridableConfigurationJson;
300
304
  /**
301
- * Specifies the version of Grafana to support in the new workspace. To get a list of supported version, use the ListVersions operation.
305
+ * Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 9.4). To get a list of supported versions, use the ListVersions operation.
302
306
  */
303
307
  grafanaVersion?: GrafanaVersion;
304
308
  /**
@@ -448,6 +452,7 @@ declare namespace Grafana {
448
452
  workspace: WorkspaceDescription;
449
453
  }
450
454
  export type Endpoint = string;
455
+ export type GrafanaToken = string;
451
456
  export type GrafanaVersion = string;
452
457
  export type GrafanaVersionList = GrafanaVersion[];
453
458
  export type IamRoleArn = string;
@@ -723,7 +728,7 @@ declare namespace Grafana {
723
728
  }
724
729
  export interface UpdateWorkspaceAuthenticationRequest {
725
730
  /**
726
- * Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
731
+ * Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
727
732
  */
728
733
  authenticationProviders: AuthenticationProviders;
729
734
  /**
@@ -747,7 +752,7 @@ declare namespace Grafana {
747
752
  */
748
753
  configuration: OverridableConfigurationJson;
749
754
  /**
750
- * Specifies the version of Grafana to support in the new workspace. Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4). To know what versions are available to upgrade to for a specific workspace, see the ListVersions operation.
755
+ * Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the workspace. Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4). To know what versions are available to upgrade to for a specific workspace, see the ListVersions operation.
751
756
  */
752
757
  grafanaVersion?: GrafanaVersion;
753
758
  /**
@@ -875,13 +880,17 @@ declare namespace Grafana {
875
880
  */
876
881
  endpoint: Endpoint;
877
882
  /**
878
- * Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
883
+ * Specifies whether this workspace has already fully used its free trial for Grafana Enterprise. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
879
884
  */
880
885
  freeTrialConsumed?: Boolean;
881
886
  /**
882
- * If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.
887
+ * If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
883
888
  */
884
889
  freeTrialExpiration?: Timestamp;
890
+ /**
891
+ * The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.
892
+ */
893
+ grafanaToken?: GrafanaToken;
885
894
  /**
886
895
  * The version of Grafana supported in this workspace.
887
896
  */
@@ -891,11 +900,11 @@ declare namespace Grafana {
891
900
  */
892
901
  id: WorkspaceId;
893
902
  /**
894
- * If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be renewed.
903
+ * If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.
895
904
  */
896
905
  licenseExpiration?: Timestamp;
897
906
  /**
898
- * Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
907
+ * Specifies whether this workspace has a full Grafana Enterprise license. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
899
908
  */
900
909
  licenseType?: LicenseType;
901
910
  /**
@@ -968,6 +977,10 @@ declare namespace Grafana {
968
977
  * The URL endpoint to use to access the Grafana console in the workspace.
969
978
  */
970
979
  endpoint: Endpoint;
980
+ /**
981
+ * The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.
982
+ */
983
+ grafanaToken?: GrafanaToken;
971
984
  /**
972
985
  * The Grafana version that the workspace is running.
973
986
  */
@@ -976,6 +989,10 @@ declare namespace Grafana {
976
989
  * The unique ID of the workspace.
977
990
  */
978
991
  id: WorkspaceId;
992
+ /**
993
+ * Specifies whether this workspace has a full Grafana Enterprise license. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
994
+ */
995
+ licenseType?: LicenseType;
979
996
  /**
980
997
  * The most recent date that the workspace was modified.
981
998
  */
@@ -3294,6 +3294,14 @@ declare namespace Imagebuilder {
3294
3294
  * For an impacted container image, this identifies a list of URIs for associated container images distributed to ECR repositories.
3295
3295
  */
3296
3296
  imageUris?: StringList;
3297
+ /**
3298
+ * The starting timestamp from the lifecycle action that was applied to the resource.
3299
+ */
3300
+ startTime?: DateTimeTimestamp;
3301
+ /**
3302
+ * The ending timestamp from the lifecycle action that was applied to the resource.
3303
+ */
3304
+ endTime?: DateTimeTimestamp;
3297
3305
  }
3298
3306
  export interface LifecycleExecutionResourceAction {
3299
3307
  /**
@@ -3345,7 +3353,7 @@ declare namespace Imagebuilder {
3345
3353
  */
3346
3354
  reason?: NonEmptyString;
3347
3355
  }
3348
- export type LifecycleExecutionStatus = "IN_PROGRESS"|"CANCELLED"|"CANCELLING"|"FAILED"|"SUCCESS"|string;
3356
+ export type LifecycleExecutionStatus = "IN_PROGRESS"|"CANCELLED"|"CANCELLING"|"FAILED"|"SUCCESS"|"PENDING"|string;
3349
3357
  export type LifecycleExecutionsList = LifecycleExecution[];
3350
3358
  export interface LifecyclePolicy {
3351
3359
  /**
@@ -3439,7 +3447,7 @@ declare namespace Imagebuilder {
3439
3447
  export type LifecyclePolicyDetailActionType = "DELETE"|"DEPRECATE"|"DISABLE"|string;
3440
3448
  export interface LifecyclePolicyDetailExclusionRules {
3441
3449
  /**
3442
- * Contains a list of tags that Image Builder uses to skip lifecycle actions for resources that have them.
3450
+ * Contains a list of tags that Image Builder uses to skip lifecycle actions for Image Builder image resources that have them.
3443
3451
  */
3444
3452
  tagMap?: TagMap;
3445
3453
  /**
@@ -3508,7 +3516,7 @@ declare namespace Imagebuilder {
3508
3516
  */
3509
3517
  recipes?: LifecyclePolicyResourceSelectionRecipes;
3510
3518
  /**
3511
- * A list of tags that are used as selection criteria for the resources that the lifecycle policy applies to.
3519
+ * A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.
3512
3520
  */
3513
3521
  tagMap?: TagMap;
3514
3522
  }