@pulumi/aws-native 1.28.0-alpha.1746650988 → 1.28.0-alpha.1747224599

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 (161) hide show
  1. package/apigateway/domainName.d.ts +6 -0
  2. package/apigateway/domainName.js +2 -0
  3. package/apigateway/domainName.js.map +1 -1
  4. package/apigateway/domainNameV2.d.ts +9 -0
  5. package/apigateway/domainNameV2.js +2 -0
  6. package/apigateway/domainNameV2.js.map +1 -1
  7. package/apigateway/getDomainName.d.ts +5 -0
  8. package/apigateway/getDomainName.js.map +1 -1
  9. package/apigateway/getDomainNameV2.d.ts +5 -0
  10. package/apigateway/getDomainNameV2.js.map +1 -1
  11. package/apigatewayv2/domainName.d.ts +3 -0
  12. package/apigatewayv2/domainName.js +2 -0
  13. package/apigatewayv2/domainName.js.map +1 -1
  14. package/apigatewayv2/getAuthorizer.d.ts +0 -20
  15. package/apigatewayv2/getAuthorizer.js.map +1 -1
  16. package/apigatewayv2/getDomainName.d.ts +2 -0
  17. package/apigatewayv2/getDomainName.js.map +1 -1
  18. package/apigatewayv2/getRoutingRule.d.ts +35 -0
  19. package/apigatewayv2/getRoutingRule.js +28 -0
  20. package/apigatewayv2/getRoutingRule.js.map +1 -0
  21. package/apigatewayv2/index.d.ts +7 -0
  22. package/apigatewayv2/index.js +24 -1
  23. package/apigatewayv2/index.js.map +1 -1
  24. package/apigatewayv2/routingRule.d.ts +57 -0
  25. package/apigatewayv2/routingRule.js +80 -0
  26. package/apigatewayv2/routingRule.js.map +1 -0
  27. package/backup/getLogicallyAirGappedBackupVault.d.ts +12 -0
  28. package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
  29. package/backup/logicallyAirGappedBackupVault.d.ts +12 -0
  30. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  31. package/bedrock/getIntelligentPromptRouter.d.ts +6 -0
  32. package/bedrock/getIntelligentPromptRouter.js.map +1 -1
  33. package/bedrock/intelligentPromptRouter.d.ts +18 -0
  34. package/bedrock/intelligentPromptRouter.js.map +1 -1
  35. package/cleanrooms/collaboration.js +1 -1
  36. package/cleanrooms/collaboration.js.map +1 -1
  37. package/cleanrooms/getCollaboration.d.ts +5 -0
  38. package/cleanrooms/getCollaboration.js.map +1 -1
  39. package/connect/evaluationForm.d.ts +8 -8
  40. package/connect/getEvaluationForm.d.ts +4 -4
  41. package/datasync/getStorageSystem.d.ts +0 -3
  42. package/datasync/getStorageSystem.js.map +1 -1
  43. package/datasync/storageSystem.d.ts +0 -12
  44. package/datasync/storageSystem.js.map +1 -1
  45. package/ec2/eip.js +1 -1
  46. package/ec2/eip.js.map +1 -1
  47. package/ec2/getEip.d.ts +5 -0
  48. package/ec2/getEip.js.map +1 -1
  49. package/ec2/getIpam.d.ts +4 -0
  50. package/ec2/getIpam.js.map +1 -1
  51. package/ec2/getVolume.d.ts +24 -9
  52. package/ec2/getVolume.js.map +1 -1
  53. package/ec2/ipam.d.ts +8 -0
  54. package/ec2/ipam.js +2 -0
  55. package/ec2/ipam.js.map +1 -1
  56. package/ec2/networkInsightsAnalysis.d.ts +8 -0
  57. package/ec2/networkInsightsAnalysis.js +3 -1
  58. package/ec2/networkInsightsAnalysis.js.map +1 -1
  59. package/ec2/volume.d.ts +48 -18
  60. package/ec2/volume.js +2 -0
  61. package/ec2/volume.js.map +1 -1
  62. package/ecr/getRegistryScanningConfiguration.d.ts +2 -2
  63. package/ecr/getRegistryScanningConfiguration.js +2 -2
  64. package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
  65. package/ecr/registryScanningConfiguration.d.ts +1 -1
  66. package/ecr/registryScanningConfiguration.js +1 -1
  67. package/ecr/repositoryCreationTemplate.d.ts +2 -2
  68. package/kinesisfirehose/getDeliveryStream.d.ts +0 -32
  69. package/kinesisfirehose/getDeliveryStream.js.map +1 -1
  70. package/logs/deliveryDestination.d.ts +2 -2
  71. package/logs/getDeliveryDestination.d.ts +1 -1
  72. package/omics/getWorkflow.d.ts +2 -0
  73. package/omics/getWorkflow.js.map +1 -1
  74. package/omics/getWorkflowVersion.d.ts +29 -0
  75. package/omics/getWorkflowVersion.js +28 -0
  76. package/omics/getWorkflowVersion.js.map +1 -0
  77. package/omics/index.d.ts +6 -0
  78. package/omics/index.js +8 -1
  79. package/omics/index.js.map +1 -1
  80. package/omics/workflow.d.ts +3 -0
  81. package/omics/workflow.js +4 -0
  82. package/omics/workflow.js.map +1 -1
  83. package/omics/workflowVersion.d.ts +73 -0
  84. package/omics/workflowVersion.js +93 -0
  85. package/omics/workflowVersion.js.map +1 -0
  86. package/package.json +3 -3
  87. package/package.json.dev +2 -2
  88. package/rds/dbCluster.d.ts +13 -13
  89. package/rds/dbCluster.js +1 -1
  90. package/rds/dbInstance.d.ts +21 -23
  91. package/rds/dbInstance.js +1 -1
  92. package/rds/dbInstance.js.map +1 -1
  93. package/rds/dbParameterGroup.d.ts +2 -2
  94. package/rds/getDbCluster.d.ts +5 -5
  95. package/rds/getDbCluster.js +2 -2
  96. package/rds/getDbInstance.d.ts +11 -12
  97. package/rds/getDbInstance.js +2 -2
  98. package/rds/getDbInstance.js.map +1 -1
  99. package/rds/getDbParameterGroup.d.ts +1 -1
  100. package/sagemaker/app.d.ts +12 -0
  101. package/sagemaker/app.js +4 -0
  102. package/sagemaker/app.js.map +1 -1
  103. package/sagemaker/getApp.d.ts +8 -0
  104. package/sagemaker/getApp.js.map +1 -1
  105. package/securityhub/findingAggregator.d.ts +6 -6
  106. package/securityhub/getFindingAggregator.d.ts +3 -3
  107. package/securityhub/getStandard.d.ts +1 -1
  108. package/securityhub/standard.d.ts +2 -2
  109. package/ssmcontacts/contact.d.ts +2 -0
  110. package/ssmcontacts/contact.js +2 -0
  111. package/ssmcontacts/contact.js.map +1 -1
  112. package/ssmcontacts/getContact.d.ts +2 -0
  113. package/ssmcontacts/getContact.js.map +1 -1
  114. package/types/enums/apigateway/index.d.ts +15 -0
  115. package/types/enums/apigateway/index.js +11 -1
  116. package/types/enums/apigateway/index.js.map +1 -1
  117. package/types/enums/apigatewayv2/index.d.ts +6 -0
  118. package/types/enums/apigatewayv2/index.js +11 -0
  119. package/types/enums/apigatewayv2/index.js.map +1 -0
  120. package/types/enums/codebuild/index.d.ts +1 -0
  121. package/types/enums/codebuild/index.js +1 -0
  122. package/types/enums/codebuild/index.js.map +1 -1
  123. package/types/enums/connect/index.d.ts +7 -7
  124. package/types/enums/ec2/index.d.ts +8 -0
  125. package/types/enums/ec2/index.js +6 -2
  126. package/types/enums/ec2/index.js.map +1 -1
  127. package/types/enums/index.d.ts +2 -1
  128. package/types/enums/index.js +6 -4
  129. package/types/enums/index.js.map +1 -1
  130. package/types/enums/omics/index.d.ts +34 -0
  131. package/types/enums/omics/index.js +29 -1
  132. package/types/enums/omics/index.js.map +1 -1
  133. package/types/enums/qbusiness/index.d.ts +1 -0
  134. package/types/enums/qbusiness/index.js +1 -0
  135. package/types/enums/qbusiness/index.js.map +1 -1
  136. package/types/enums/sagemaker/index.d.ts +366 -0
  137. package/types/enums/sagemaker/index.js +345 -3
  138. package/types/enums/sagemaker/index.js.map +1 -1
  139. package/types/enums/securityhub/index.d.ts +16 -16
  140. package/types/enums/ssm/index.d.ts +2 -0
  141. package/types/enums/ssm/index.js +2 -0
  142. package/types/enums/ssm/index.js.map +1 -1
  143. package/types/enums/verifiedpermissions/index.d.ts +5 -0
  144. package/types/enums/verifiedpermissions/index.js +5 -1
  145. package/types/enums/verifiedpermissions/index.js.map +1 -1
  146. package/types/enums/workspaces/index.d.ts +5 -0
  147. package/types/enums/workspaces/index.js +5 -1
  148. package/types/enums/workspaces/index.js.map +1 -1
  149. package/types/input.d.ts +278 -152
  150. package/types/output.d.ts +278 -152
  151. package/types/output.js.map +1 -1
  152. package/verifiedpermissions/getPolicyStore.d.ts +1 -0
  153. package/verifiedpermissions/getPolicyStore.js.map +1 -1
  154. package/verifiedpermissions/policyStore.d.ts +2 -0
  155. package/verifiedpermissions/policyStore.js +2 -0
  156. package/verifiedpermissions/policyStore.js.map +1 -1
  157. package/workspaces/getWorkspacesPool.d.ts +2 -0
  158. package/workspaces/getWorkspacesPool.js.map +1 -1
  159. package/workspaces/workspacesPool.d.ts +3 -0
  160. package/workspaces/workspacesPool.js +2 -0
  161. package/workspaces/workspacesPool.js.map +1 -1
@@ -6,7 +6,7 @@ import * as outputs from "../types/output";
6
6
  * For more information about creating a Multi-AZ DB cluster, see [Creating a Multi-AZ DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html) in the *Amazon RDS User Guide*.
7
7
  * You can only create this resource in AWS Regions where Amazon Aurora or Multi-AZ DB clusters are supported.
8
8
  * *Updating DB clusters*
9
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
9
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
10
10
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB cluster. To preserve your data, perform the following procedure:
11
11
  * 1. Deactivate any applications that are using the DB cluster so that there's no activity on the DB instance.
12
12
  * 2. Create a snapshot of the DB cluster. For more information, see [Creating a DB cluster snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CreateSnapshotCluster.html).
@@ -278,7 +278,7 @@ export interface GetDbClusterResult {
278
278
  * Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
279
279
  * Valid Values:
280
280
  * + ``7``
281
- * + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
281
+ * + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
282
282
  * + ``731``
283
283
  *
284
284
  * Default: ``7`` days
@@ -290,8 +290,8 @@ export interface GetDbClusterResult {
290
290
  * Default:
291
291
  * + When ``EngineMode`` is ``provisioned``, ``3306`` (for both Aurora MySQL and Aurora PostgreSQL)
292
292
  * + When ``EngineMode`` is ``serverless``:
293
- * + ``3306`` when ``Engine`` is ``aurora`` or ``aurora-mysql``
294
- * + ``5432`` when ``Engine`` is ``aurora-postgresql``
293
+ * + ``3306`` when ``Engine`` is ``aurora`` or ``aurora-mysql``
294
+ * + ``5432`` when ``Engine`` is ``aurora-postgresql``
295
295
  *
296
296
  *
297
297
  * The ``No interruption`` on update behavior only applies to DB clusters. If you are updating a DB instance, see [Port](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-port) for the AWS::RDS::DBInstance resource.
@@ -377,7 +377,7 @@ export interface GetDbClusterResult {
377
377
  * For more information about creating a Multi-AZ DB cluster, see [Creating a Multi-AZ DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html) in the *Amazon RDS User Guide*.
378
378
  * You can only create this resource in AWS Regions where Amazon Aurora or Multi-AZ DB clusters are supported.
379
379
  * *Updating DB clusters*
380
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
380
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
381
381
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB cluster. To preserve your data, perform the following procedure:
382
382
  * 1. Deactivate any applications that are using the DB cluster so that there's no activity on the DB instance.
383
383
  * 2. Create a snapshot of the DB cluster. For more information, see [Creating a DB cluster snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CreateSnapshotCluster.html).
@@ -11,7 +11,7 @@ const utilities = require("../utilities");
11
11
  * For more information about creating a Multi-AZ DB cluster, see [Creating a Multi-AZ DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html) in the *Amazon RDS User Guide*.
12
12
  * You can only create this resource in AWS Regions where Amazon Aurora or Multi-AZ DB clusters are supported.
13
13
  * *Updating DB clusters*
14
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
14
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
15
15
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB cluster. To preserve your data, perform the following procedure:
16
16
  * 1. Deactivate any applications that are using the DB cluster so that there's no activity on the DB instance.
17
17
  * 2. Create a snapshot of the DB cluster. For more information, see [Creating a DB cluster snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CreateSnapshotCluster.html).
@@ -37,7 +37,7 @@ exports.getDbCluster = getDbCluster;
37
37
  * For more information about creating a Multi-AZ DB cluster, see [Creating a Multi-AZ DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/create-multi-az-db-cluster.html) in the *Amazon RDS User Guide*.
38
38
  * You can only create this resource in AWS Regions where Amazon Aurora or Multi-AZ DB clusters are supported.
39
39
  * *Updating DB clusters*
40
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
40
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB cluster, then changes references from other dependent resources to point to the replacement DB cluster, and finally deletes the old DB cluster.
41
41
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB cluster. To preserve your data, perform the following procedure:
42
42
  * 1. Deactivate any applications that are using the DB cluster so that there's no activity on the DB instance.
43
43
  * 2. Create a snapshot of the DB cluster. For more information, see [Creating a DB cluster snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CreateSnapshotCluster.html).
@@ -7,7 +7,7 @@ import * as outputs from "../types/output";
7
7
  * If you import an existing DB instance, and the template configuration doesn't match the actual configuration of the DB instance, AWS CloudFormation applies the changes in the template during the import operation.
8
8
  * If a DB instance is deleted or replaced during an update, AWS CloudFormation deletes all automated snapshots. However, it retains manual DB snapshots. During an update that requires replacement, you can apply a stack policy to prevent DB instances from being replaced. For more information, see [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html).
9
9
  * *Updating DB instances*
10
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
10
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
11
11
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB instance. To preserve your data, perform the following procedure:
12
12
  * 1. Deactivate any applications that are using the DB instance so that there's no activity on the DB instance.
13
13
  * 2. Create a snapshot of the DB instance. For more information, see [Creating a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html).
@@ -135,8 +135,7 @@ export interface GetDbInstanceResult {
135
135
  readonly copyTagsToSnapshot?: boolean;
136
136
  /**
137
137
  * The mode of Database Insights to enable for the DB instance.
138
- *
139
- * > Aurora DB instances inherit this value from the DB cluster, so you can't change this value.
138
+ * Aurora DB instances inherit this value from the DB cluster, so you can't change this value.
140
139
  */
141
140
  readonly databaseInsightsMode?: string;
142
141
  /**
@@ -285,13 +284,13 @@ export interface GetDbInstanceResult {
285
284
  * This property is required when creating a DB instance.
286
285
  * You can convert an Oracle database from the non-CDB architecture to the container database (CDB) architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` to ``oracle-ee-cdb`` or from ``oracle-se2`` to ``oracle-se2-cdb``. Converting to the CDB architecture requires an interruption.
287
286
  * Valid Values:
288
- * + ``aurora-mysql`` (for Aurora MySQL DB instances)
289
- * + ``aurora-postgresql`` (for Aurora PostgreSQL DB instances)
290
- * + ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances)
291
- * + ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances)
292
- * + ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances)
293
- * + ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances)
294
- * + ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances)
287
+ * + ``aurora-mysql`` (for Aurora MySQL DB instances)
288
+ * + ``aurora-postgresql`` (for Aurora PostgreSQL DB instances)
289
+ * + ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances)
290
+ * + ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances)
291
+ * + ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances)
292
+ * + ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances)
293
+ * + ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances)
295
294
  * + ``db2-ae``
296
295
  * + ``db2-se``
297
296
  * + ``mariadb``
@@ -428,7 +427,7 @@ export interface GetDbInstanceResult {
428
427
  * This setting doesn't apply to RDS Custom DB instances.
429
428
  * Valid Values:
430
429
  * + ``7``
431
- * + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
430
+ * + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
432
431
  * + ``731``
433
432
  *
434
433
  * Default: ``7`` days
@@ -544,7 +543,7 @@ export interface GetDbInstanceResult {
544
543
  * If you import an existing DB instance, and the template configuration doesn't match the actual configuration of the DB instance, AWS CloudFormation applies the changes in the template during the import operation.
545
544
  * If a DB instance is deleted or replaced during an update, AWS CloudFormation deletes all automated snapshots. However, it retains manual DB snapshots. During an update that requires replacement, you can apply a stack policy to prevent DB instances from being replaced. For more information, see [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html).
546
545
  * *Updating DB instances*
547
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
546
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
548
547
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB instance. To preserve your data, perform the following procedure:
549
548
  * 1. Deactivate any applications that are using the DB instance so that there's no activity on the DB instance.
550
549
  * 2. Create a snapshot of the DB instance. For more information, see [Creating a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html).
@@ -12,7 +12,7 @@ const utilities = require("../utilities");
12
12
  * If you import an existing DB instance, and the template configuration doesn't match the actual configuration of the DB instance, AWS CloudFormation applies the changes in the template during the import operation.
13
13
  * If a DB instance is deleted or replaced during an update, AWS CloudFormation deletes all automated snapshots. However, it retains manual DB snapshots. During an update that requires replacement, you can apply a stack policy to prevent DB instances from being replaced. For more information, see [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html).
14
14
  * *Updating DB instances*
15
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
15
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
16
16
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB instance. To preserve your data, perform the following procedure:
17
17
  * 1. Deactivate any applications that are using the DB instance so that there's no activity on the DB instance.
18
18
  * 2. Create a snapshot of the DB instance. For more information, see [Creating a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html).
@@ -42,7 +42,7 @@ exports.getDbInstance = getDbInstance;
42
42
  * If you import an existing DB instance, and the template configuration doesn't match the actual configuration of the DB instance, AWS CloudFormation applies the changes in the template during the import operation.
43
43
  * If a DB instance is deleted or replaced during an update, AWS CloudFormation deletes all automated snapshots. However, it retains manual DB snapshots. During an update that requires replacement, you can apply a stack policy to prevent DB instances from being replaced. For more information, see [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html).
44
44
  * *Updating DB instances*
45
- * When properties labeled "*Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
45
+ * When properties labeled "*Update requires:*[Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)" are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
46
46
  * We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB instance. To preserve your data, perform the following procedure:
47
47
  * 1. Deactivate any applications that are using the DB instance so that there's no activity on the DB instance.
48
48
  * 2. Create a snapshot of the DB instance. For more information, see [Creating a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html).
@@ -1 +1 @@
1
- {"version":3,"file":"getDbInstance.js","sourceRoot":"","sources":["../../rds/getDbInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAogBD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
1
+ {"version":3,"file":"getDbInstance.js","sourceRoot":"","sources":["../../rds/getDbInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAmgBD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
@@ -25,7 +25,7 @@ export interface GetDbParameterGroupResult {
25
25
  /**
26
26
  * A mapping of parameter names and values for the parameter update. You must specify at least one parameter name and value.
27
27
  * For more information about parameter groups, see [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html) in the *Amazon RDS User Guide*, or [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.html) in the *Amazon Aurora User Guide*.
28
- * AWS CloudFormation doesn't support specifying an apply method for each individual parameter. The default apply method for each parameter is used.
28
+ * AWS CloudFormation doesn't support specifying an apply method for each individual parameter. The default apply method for each parameter is used.
29
29
  *
30
30
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::RDS::DBParameterGroup` for more information about the expected schema for this property.
31
31
  */
@@ -32,10 +32,18 @@ export declare class App extends pulumi.CustomResource {
32
32
  * The type of app.
33
33
  */
34
34
  readonly appType: pulumi.Output<enums.sagemaker.AppType>;
35
+ /**
36
+ * The lifecycle configuration that runs before the default lifecycle configuration.
37
+ */
38
+ readonly builtInLifecycleConfigArn: pulumi.Output<string>;
35
39
  /**
36
40
  * The domain ID.
37
41
  */
38
42
  readonly domainId: pulumi.Output<string>;
43
+ /**
44
+ * Indicates whether the application is launched in recovery mode.
45
+ */
46
+ readonly recoveryMode: pulumi.Output<boolean | undefined>;
39
47
  /**
40
48
  * The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
41
49
  */
@@ -73,6 +81,10 @@ export interface AppArgs {
73
81
  * The domain ID.
74
82
  */
75
83
  domainId: pulumi.Input<string>;
84
+ /**
85
+ * Indicates whether the application is launched in recovery mode.
86
+ */
87
+ recoveryMode?: pulumi.Input<boolean>;
76
88
  /**
77
89
  * The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
78
90
  */
package/sagemaker/app.js CHANGED
@@ -53,16 +53,20 @@ class App extends pulumi.CustomResource {
53
53
  resourceInputs["appName"] = args ? args.appName : undefined;
54
54
  resourceInputs["appType"] = args ? args.appType : undefined;
55
55
  resourceInputs["domainId"] = args ? args.domainId : undefined;
56
+ resourceInputs["recoveryMode"] = args ? args.recoveryMode : undefined;
56
57
  resourceInputs["resourceSpec"] = args ? args.resourceSpec : undefined;
57
58
  resourceInputs["tags"] = args ? args.tags : undefined;
58
59
  resourceInputs["userProfileName"] = args ? args.userProfileName : undefined;
59
60
  resourceInputs["appArn"] = undefined /*out*/;
61
+ resourceInputs["builtInLifecycleConfigArn"] = undefined /*out*/;
60
62
  }
61
63
  else {
62
64
  resourceInputs["appArn"] = undefined /*out*/;
63
65
  resourceInputs["appName"] = undefined /*out*/;
64
66
  resourceInputs["appType"] = undefined /*out*/;
67
+ resourceInputs["builtInLifecycleConfigArn"] = undefined /*out*/;
65
68
  resourceInputs["domainId"] = undefined /*out*/;
69
+ resourceInputs["recoveryMode"] = undefined /*out*/;
66
70
  resourceInputs["resourceSpec"] = undefined /*out*/;
67
71
  resourceInputs["tags"] = undefined /*out*/;
68
72
  resourceInputs["userProfileName"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../../sagemaker/app.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../../sagemaker/app.ts"],"names":[],"mappings":"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"}
@@ -27,6 +27,14 @@ export interface GetAppResult {
27
27
  * The Amazon Resource Name (ARN) of the app.
28
28
  */
29
29
  readonly appArn?: string;
30
+ /**
31
+ * The lifecycle configuration that runs before the default lifecycle configuration.
32
+ */
33
+ readonly builtInLifecycleConfigArn?: string;
34
+ /**
35
+ * Indicates whether the application is launched in recovery mode.
36
+ */
37
+ readonly recoveryMode?: boolean;
30
38
  }
31
39
  /**
32
40
  * Resource Type definition for AWS::SageMaker::App
@@ -1 +1 @@
1
- {"version":3,"file":"getApp.js","sourceRoot":"","sources":["../../sagemaker/getApp.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wBAQC;AA2BD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC"}
1
+ {"version":3,"file":"getApp.js","sourceRoot":"","sources":["../../sagemaker/getApp.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wBAQC;AAmCD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC"}
@@ -32,9 +32,9 @@ export declare class FindingAggregator extends pulumi.CustomResource {
32
32
  * Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
33
33
  * The selected option also determines how to use the Regions provided in the Regions list.
34
34
  * In CFN, the options for this property are as follows:
35
- * + ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
36
- * + ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
37
- * + ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
35
+ * + ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
36
+ * + ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
37
+ * + ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
38
38
  */
39
39
  readonly regionLinkingMode: pulumi.Output<enums.securityhub.FindingAggregatorRegionLinkingMode>;
40
40
  /**
@@ -59,9 +59,9 @@ export interface FindingAggregatorArgs {
59
59
  * Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
60
60
  * The selected option also determines how to use the Regions provided in the Regions list.
61
61
  * In CFN, the options for this property are as follows:
62
- * + ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
63
- * + ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
64
- * + ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
62
+ * + ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
63
+ * + ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
64
+ * + ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
65
65
  */
66
66
  regionLinkingMode: pulumi.Input<enums.securityhub.FindingAggregatorRegionLinkingMode>;
67
67
  /**
@@ -25,9 +25,9 @@ export interface GetFindingAggregatorResult {
25
25
  * Indicates whether to aggregate findings from all of the available Regions in the current partition. Also determines whether to automatically aggregate findings from new Regions as Security Hub supports them and you opt into them.
26
26
  * The selected option also determines how to use the Regions provided in the Regions list.
27
27
  * In CFN, the options for this property are as follows:
28
- * + ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
29
- * + ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
30
- * + ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
28
+ * + ``ALL_REGIONS`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
29
+ * + ``ALL_REGIONS_EXCEPT_SPECIFIED`` - Indicates to aggregate findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the ``Regions`` parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
30
+ * + ``SPECIFIED_REGIONS`` - Indicates to aggregate findings only from the Regions listed in the ``Regions`` parameter. Security Hub does not automatically aggregate findings from new Regions.
31
31
  */
32
32
  readonly regionLinkingMode?: enums.securityhub.FindingAggregatorRegionLinkingMode;
33
33
  /**
@@ -15,7 +15,7 @@ export interface GetStandardArgs {
15
15
  export interface GetStandardResult {
16
16
  /**
17
17
  * Specifies which controls are to be disabled in a standard.
18
- * *Maximum*: ``100``
18
+ * *Maximum*: ``100``
19
19
  */
20
20
  readonly disabledStandardsControls?: outputs.securityhub.StandardsControl[];
21
21
  /**
@@ -23,7 +23,7 @@ export declare class Standard extends pulumi.CustomResource {
23
23
  static isInstance(obj: any): obj is Standard;
24
24
  /**
25
25
  * Specifies which controls are to be disabled in a standard.
26
- * *Maximum*: ``100``
26
+ * *Maximum*: ``100``
27
27
  */
28
28
  readonly disabledStandardsControls: pulumi.Output<outputs.securityhub.StandardsControl[] | undefined>;
29
29
  /**
@@ -49,7 +49,7 @@ export declare class Standard extends pulumi.CustomResource {
49
49
  export interface StandardArgs {
50
50
  /**
51
51
  * Specifies which controls are to be disabled in a standard.
52
- * *Maximum*: ``100``
52
+ * *Maximum*: ``100``
53
53
  */
54
54
  disabledStandardsControls?: pulumi.Input<pulumi.Input<inputs.securityhub.StandardsControlArgs>[]>;
55
55
  /**
@@ -36,6 +36,7 @@ export declare class Contact extends pulumi.CustomResource {
36
36
  * The stages that an escalation plan or engagement plan engages contacts and contact methods in.
37
37
  */
38
38
  readonly plan: pulumi.Output<outputs.ssmcontacts.ContactStage[] | undefined>;
39
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
39
40
  /**
40
41
  * Contact type, which specify type of contact. Currently supported values: "PERSONAL", "SHARED", "OTHER".
41
42
  */
@@ -65,6 +66,7 @@ export interface ContactArgs {
65
66
  * The stages that an escalation plan or engagement plan engages contacts and contact methods in.
66
67
  */
67
68
  plan?: pulumi.Input<pulumi.Input<inputs.ssmcontacts.ContactStageArgs>[]>;
69
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
68
70
  /**
69
71
  * Contact type, which specify type of contact. Currently supported values: "PERSONAL", "SHARED", "OTHER".
70
72
  */
@@ -53,6 +53,7 @@ class Contact extends pulumi.CustomResource {
53
53
  resourceInputs["alias"] = args ? args.alias : undefined;
54
54
  resourceInputs["displayName"] = args ? args.displayName : undefined;
55
55
  resourceInputs["plan"] = args ? args.plan : undefined;
56
+ resourceInputs["tags"] = args ? args.tags : undefined;
56
57
  resourceInputs["type"] = args ? args.type : undefined;
57
58
  resourceInputs["arn"] = undefined /*out*/;
58
59
  }
@@ -61,6 +62,7 @@ class Contact extends pulumi.CustomResource {
61
62
  resourceInputs["arn"] = undefined /*out*/;
62
63
  resourceInputs["displayName"] = undefined /*out*/;
63
64
  resourceInputs["plan"] = undefined /*out*/;
65
+ resourceInputs["tags"] = undefined /*out*/;
64
66
  resourceInputs["type"] = undefined /*out*/;
65
67
  }
66
68
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"contact.js","sourceRoot":"","sources":["../../ssmcontacts/contact.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"contact.js","sourceRoot":"","sources":["../../ssmcontacts/contact.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
2
3
  /**
3
4
  * Resource Type definition for AWS::SSMContacts::Contact
4
5
  */
@@ -18,6 +19,7 @@ export interface GetContactResult {
18
19
  * Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.
19
20
  */
20
21
  readonly displayName?: string;
22
+ readonly tags?: outputs.Tag[];
21
23
  }
22
24
  /**
23
25
  * Resource Type definition for AWS::SSMContacts::Contact
@@ -1 +1 @@
1
- {"version":3,"file":"getContact.js","sourceRoot":"","sources":["../../ssmcontacts/getContact.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAmBD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
1
+ {"version":3,"file":"getContact.js","sourceRoot":"","sources":["../../ssmcontacts/getContact.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAoBD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
@@ -23,6 +23,21 @@ export declare const DomainNameAccessAssociationAccessAssociationSourceType: {
23
23
  * The source type of the domain name access association resource.
24
24
  */
25
25
  export type DomainNameAccessAssociationAccessAssociationSourceType = (typeof DomainNameAccessAssociationAccessAssociationSourceType)[keyof typeof DomainNameAccessAssociationAccessAssociationSourceType];
26
+ export declare const DomainNameRoutingMode: {
27
+ readonly BasePathMappingOnly: "BASE_PATH_MAPPING_ONLY";
28
+ readonly RoutingRuleThenBasePathMapping: "ROUTING_RULE_THEN_BASE_PATH_MAPPING";
29
+ readonly RoutingRuleOnly: "ROUTING_RULE_ONLY";
30
+ };
31
+ export type DomainNameRoutingMode = (typeof DomainNameRoutingMode)[keyof typeof DomainNameRoutingMode];
32
+ export declare const DomainNameV2RoutingMode: {
33
+ readonly BasePathMappingOnly: "BASE_PATH_MAPPING_ONLY";
34
+ readonly RoutingRuleThenBasePathMapping: "ROUTING_RULE_THEN_BASE_PATH_MAPPING";
35
+ readonly RoutingRuleOnly: "ROUTING_RULE_ONLY";
36
+ };
37
+ /**
38
+ * The valid routing modes are [BASE_PATH_MAPPING_ONLY], [ROUTING_RULE_THEN_BASE_PATH_MAPPING] and [ROUTING_RULE_ONLY]. All other inputs are invalid.
39
+ */
40
+ export type DomainNameV2RoutingMode = (typeof DomainNameV2RoutingMode)[keyof typeof DomainNameV2RoutingMode];
26
41
  export declare const MethodIntegrationConnectionType: {
27
42
  readonly Internet: "INTERNET";
28
43
  readonly VpcLink: "VPC_LINK";
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.UsagePlanKeyKeyType = exports.MethodIntegrationType = exports.MethodIntegrationResponseContentHandling = exports.MethodIntegrationPassthroughBehavior = exports.MethodIntegrationContentHandling = exports.MethodIntegrationConnectionType = exports.DomainNameAccessAssociationAccessAssociationSourceType = exports.DocumentationPartLocationType = void 0;
5
+ exports.UsagePlanKeyKeyType = exports.MethodIntegrationType = exports.MethodIntegrationResponseContentHandling = exports.MethodIntegrationPassthroughBehavior = exports.MethodIntegrationContentHandling = exports.MethodIntegrationConnectionType = exports.DomainNameV2RoutingMode = exports.DomainNameRoutingMode = exports.DomainNameAccessAssociationAccessAssociationSourceType = exports.DocumentationPartLocationType = void 0;
6
6
  exports.DocumentationPartLocationType = {
7
7
  Api: "API",
8
8
  Authorizer: "AUTHORIZER",
@@ -20,6 +20,16 @@ exports.DocumentationPartLocationType = {
20
20
  exports.DomainNameAccessAssociationAccessAssociationSourceType = {
21
21
  Vpce: "VPCE",
22
22
  };
23
+ exports.DomainNameRoutingMode = {
24
+ BasePathMappingOnly: "BASE_PATH_MAPPING_ONLY",
25
+ RoutingRuleThenBasePathMapping: "ROUTING_RULE_THEN_BASE_PATH_MAPPING",
26
+ RoutingRuleOnly: "ROUTING_RULE_ONLY",
27
+ };
28
+ exports.DomainNameV2RoutingMode = {
29
+ BasePathMappingOnly: "BASE_PATH_MAPPING_ONLY",
30
+ RoutingRuleThenBasePathMapping: "ROUTING_RULE_THEN_BASE_PATH_MAPPING",
31
+ RoutingRuleOnly: "ROUTING_RULE_ONLY",
32
+ };
23
33
  exports.MethodIntegrationConnectionType = {
24
34
  Internet: "INTERNET",
25
35
  VpcLink: "VPC_LINK",
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/apigateway/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;CACvB,CAAC;AAOE,QAAA,sDAAsD,GAAG;IAClE,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,UAAU;CACb,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,oCAAoC,GAAG;IAChD,WAAW,EAAE,eAAe;IAC5B,eAAe,EAAE,mBAAmB;IACpC,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,qBAAqB,GAAG;IACjC,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;CACN,CAAC;AASE,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,SAAS;CACX,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/apigateway/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,cAAc,EAAE,iBAAiB;IACjC,YAAY,EAAE,eAAe;CACvB,CAAC;AAOE,QAAA,sDAAsD,GAAG;IAClE,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,mBAAmB,EAAE,wBAAwB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAIE,QAAA,uBAAuB,GAAG;IACnC,mBAAmB,EAAE,wBAAwB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,UAAU;CACb,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,oCAAoC,GAAG;IAChD,WAAW,EAAE,eAAe;IAC5B,eAAe,EAAE,mBAAmB;IACpC,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,iBAAiB;CAC1B,CAAC;AASE,QAAA,qBAAqB,GAAG;IACjC,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,WAAW;IACrB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;CACN,CAAC;AASE,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,SAAS;CACX,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const DomainNameRoutingMode: {
2
+ readonly ApiMappingOnly: "API_MAPPING_ONLY";
3
+ readonly RoutingRuleThenApiMapping: "ROUTING_RULE_THEN_API_MAPPING";
4
+ readonly RoutingRuleOnly: "ROUTING_RULE_ONLY";
5
+ };
6
+ export type DomainNameRoutingMode = (typeof DomainNameRoutingMode)[keyof typeof DomainNameRoutingMode];
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DomainNameRoutingMode = void 0;
6
+ exports.DomainNameRoutingMode = {
7
+ ApiMappingOnly: "API_MAPPING_ONLY",
8
+ RoutingRuleThenApiMapping: "ROUTING_RULE_THEN_API_MAPPING",
9
+ RoutingRuleOnly: "ROUTING_RULE_ONLY",
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/apigatewayv2/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,qBAAqB,GAAG;IACjC,cAAc,EAAE,kBAAkB;IAClC,yBAAyB,EAAE,+BAA+B;IAC1D,eAAe,EAAE,mBAAmB;CAC9B,CAAC"}
@@ -13,6 +13,7 @@ export declare const FleetComputeType: {
13
13
  readonly BuildGeneral1Xlarge: "BUILD_GENERAL1_XLARGE";
14
14
  readonly BuildGeneral12xlarge: "BUILD_GENERAL1_2XLARGE";
15
15
  readonly AttributeBasedCompute: "ATTRIBUTE_BASED_COMPUTE";
16
+ readonly CustomInstanceType: "CUSTOM_INSTANCE_TYPE";
16
17
  };
17
18
  /**
18
19
  * Information about the compute resources the compute fleet uses. Available values include:
@@ -14,6 +14,7 @@ exports.FleetComputeType = {
14
14
  BuildGeneral1Xlarge: "BUILD_GENERAL1_XLARGE",
15
15
  BuildGeneral12xlarge: "BUILD_GENERAL1_2XLARGE",
16
16
  AttributeBasedCompute: "ATTRIBUTE_BASED_COMPUTE",
17
+ CustomInstanceType: "CUSTOM_INSTANCE_TYPE",
17
18
  };
18
19
  exports.FleetEnvironmentType = {
19
20
  WindowsServer2019Container: "WINDOWS_SERVER_2019_CONTAINER",
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/codebuild/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,oCAAoC,GAAG;IAChD,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,gBAAgB,GAAG;IAC5B,kBAAkB,EAAE,sBAAsB;IAC1C,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;IAC1C,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,qBAAqB,EAAE,yBAAyB;CAC1C,CAAC;AAmCE,QAAA,oBAAoB,GAAG;IAChC,0BAA0B,EAAE,+BAA+B;IAC3D,0BAA0B,EAAE,+BAA+B;IAC3D,cAAc,EAAE,iBAAiB;IACjC,iBAAiB,EAAE,qBAAqB;IACxC,YAAY,EAAE,eAAe;IAC7B,MAAM,EAAE,SAAS;IACjB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,UAAU,EAAE,aAAa;CACnB,CAAC;AAmBE,QAAA,qBAAqB,GAAG;IACjC,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,WAAW;CACf,CAAC;AAYE,QAAA,sCAAsC,GAAG;IAClD,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;CACb,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,kBAAkB,GAAG;IAC9B,MAAM,EAAE,QAAQ;IAChB,EAAE,EAAE,IAAI;CACF,CAAC;AAOE,QAAA,yCAAyC,GAAG;IACrD,qBAAqB,EAAE,yBAAyB;CAC1C,CAAC;AAOE,QAAA,iDAAiD,GAAG;IAC7D,oBAAoB,EAAE,wBAAwB;CACxC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/codebuild/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,oCAAoC,GAAG;IAChD,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,gBAAgB,GAAG;IAC5B,kBAAkB,EAAE,sBAAsB;IAC1C,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;IAC1C,mBAAmB,EAAE,uBAAuB;IAC5C,oBAAoB,EAAE,wBAAwB;IAC9C,qBAAqB,EAAE,yBAAyB;IAChD,kBAAkB,EAAE,sBAAsB;CACpC,CAAC;AAmCE,QAAA,oBAAoB,GAAG;IAChC,0BAA0B,EAAE,+BAA+B;IAC3D,0BAA0B,EAAE,+BAA+B;IAC3D,cAAc,EAAE,iBAAiB;IACjC,iBAAiB,EAAE,qBAAqB;IACxC,YAAY,EAAE,eAAe;IAC7B,MAAM,EAAE,SAAS;IACjB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,UAAU,EAAE,aAAa;CACnB,CAAC;AAmBE,QAAA,qBAAqB,GAAG;IACjC,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,WAAW;CACf,CAAC;AAYE,QAAA,sCAAsC,GAAG;IAClD,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;CACb,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,kBAAkB,GAAG;IAC9B,MAAM,EAAE,QAAQ;IAChB,EAAE,EAAE,IAAI;CACF,CAAC;AAOE,QAAA,yCAAyC,GAAG;IACrD,qBAAqB,EAAE,yBAAyB;CAC1C,CAAC;AAOE,QAAA,iDAAiD,GAAG;IAC7D,oBAAoB,EAAE,wBAAwB;CACxC,CAAC"}
@@ -60,7 +60,7 @@ export declare const EvaluationFormQuestionQuestionType: {
60
60
  };
61
61
  /**
62
62
  * The type of the question.
63
- * *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
63
+ * *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
64
64
  */
65
65
  export type EvaluationFormQuestionQuestionType = (typeof EvaluationFormQuestionQuestionType)[keyof typeof EvaluationFormQuestionQuestionType];
66
66
  export declare const EvaluationFormScoringStrategyMode: {
@@ -69,7 +69,7 @@ export declare const EvaluationFormScoringStrategyMode: {
69
69
  };
70
70
  /**
71
71
  * The scoring mode of the evaluation form.
72
- * *Allowed values*: ``QUESTION_ONLY`` | ``SECTION_ONLY``
72
+ * *Allowed values*: ``QUESTION_ONLY`` | ``SECTION_ONLY``
73
73
  */
74
74
  export type EvaluationFormScoringStrategyMode = (typeof EvaluationFormScoringStrategyMode)[keyof typeof EvaluationFormScoringStrategyMode];
75
75
  export declare const EvaluationFormScoringStrategyStatus: {
@@ -78,7 +78,7 @@ export declare const EvaluationFormScoringStrategyStatus: {
78
78
  };
79
79
  /**
80
80
  * The scoring status of the evaluation form.
81
- * *Allowed values*: ``ENABLED`` | ``DISABLED``
81
+ * *Allowed values*: ``ENABLED`` | ``DISABLED``
82
82
  */
83
83
  export type EvaluationFormScoringStrategyStatus = (typeof EvaluationFormScoringStrategyStatus)[keyof typeof EvaluationFormScoringStrategyStatus];
84
84
  export declare const EvaluationFormSingleSelectQuestionPropertiesDisplayAs: {
@@ -87,7 +87,7 @@ export declare const EvaluationFormSingleSelectQuestionPropertiesDisplayAs: {
87
87
  };
88
88
  /**
89
89
  * The display mode of the single select question.
90
- * *Allowed values*: ``DROPDOWN`` | ``RADIO``
90
+ * *Allowed values*: ``DROPDOWN`` | ``RADIO``
91
91
  */
92
92
  export type EvaluationFormSingleSelectQuestionPropertiesDisplayAs = (typeof EvaluationFormSingleSelectQuestionPropertiesDisplayAs)[keyof typeof EvaluationFormSingleSelectQuestionPropertiesDisplayAs];
93
93
  export declare const EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition: {
@@ -96,8 +96,8 @@ export declare const EvaluationFormSingleSelectQuestionRuleCategoryAutomationCon
96
96
  };
97
97
  /**
98
98
  * The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
99
- * *Allowed values*: ``PRESENT`` | ``NOT_PRESENT``
100
- * *Maximum*: 50
99
+ * *Allowed values*: ``PRESENT`` | ``NOT_PRESENT``
100
+ * *Maximum*: 50
101
101
  */
102
102
  export type EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition = (typeof EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition)[keyof typeof EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition];
103
103
  export declare const EvaluationFormStatus: {
@@ -106,7 +106,7 @@ export declare const EvaluationFormStatus: {
106
106
  };
107
107
  /**
108
108
  * The status of the evaluation form.
109
- * *Allowed values*: ``DRAFT`` | ``ACTIVE``
109
+ * *Allowed values*: ``DRAFT`` | ``ACTIVE``
110
110
  */
111
111
  export type EvaluationFormStatus = (typeof EvaluationFormStatus)[keyof typeof EvaluationFormStatus];
112
112
  export declare const HoursOfOperationConfigDay: {
@@ -311,6 +311,14 @@ export declare const InstancePrivateDnsNameOptionsHostnameType: {
311
311
  * The type of hostnames to assign to instances in the subnet at launch. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide.
312
312
  */
313
313
  export type InstancePrivateDnsNameOptionsHostnameType = (typeof InstancePrivateDnsNameOptionsHostnameType)[keyof typeof InstancePrivateDnsNameOptionsHostnameType];
314
+ export declare const IpamMeteredAccount: {
315
+ readonly IpamOwner: "ipam-owner";
316
+ readonly ResourceOwner: "resource-owner";
317
+ };
318
+ /**
319
+ * A metered account is an account that is charged for active IP addresses managed in IPAM
320
+ */
321
+ export type IpamMeteredAccount = (typeof IpamMeteredAccount)[keyof typeof IpamMeteredAccount];
314
322
  export declare const IpamPoolAwsService: {
315
323
  readonly Ec2: "ec2";
316
324
  };