@pulumi/aws 6.6.0 → 6.7.0-alpha.1697845672

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 (61) hide show
  1. package/cleanrooms/configuredTable.d.ts +2 -2
  2. package/cleanrooms/configuredTable.js +2 -2
  3. package/codecatalyst/devEnvironment.d.ts +1 -1
  4. package/codecatalyst/devEnvironment.js +1 -1
  5. package/codecatalyst/project.d.ts +1 -1
  6. package/codecatalyst/project.js +1 -1
  7. package/dms/endpoint.d.ts +1 -3
  8. package/dms/endpoint.js +1 -3
  9. package/dms/endpoint.js.map +1 -1
  10. package/docdb/globalCluster.d.ts +1 -1
  11. package/docdb/globalCluster.js +1 -1
  12. package/ec2/vpcPeeringConnectionAccepter.d.ts +1 -1
  13. package/ec2/vpcPeeringConnectionAccepter.js +1 -1
  14. package/emr/cluster.d.ts +1 -1
  15. package/emr/cluster.js +1 -1
  16. package/fsx/lustreFileSystem.d.ts +1 -1
  17. package/fsx/lustreFileSystem.js +1 -1
  18. package/fsx/ontapFileSystem.d.ts +1 -1
  19. package/fsx/ontapFileSystem.js +1 -1
  20. package/fsx/ontapStorageVirtualMachine.d.ts +1 -1
  21. package/fsx/ontapStorageVirtualMachine.js +1 -1
  22. package/fsx/openZfsFileSystem.d.ts +1 -1
  23. package/fsx/openZfsFileSystem.js +1 -1
  24. package/fsx/windowsFileSystem.d.ts +1 -1
  25. package/fsx/windowsFileSystem.js +1 -1
  26. package/getDefaultTags.d.ts +2 -2
  27. package/getDefaultTags.js +2 -2
  28. package/iam/getSessionContext.d.ts +4 -4
  29. package/iam/getSessionContext.js +2 -2
  30. package/iam/rolePolicyAttachment.d.ts +1 -1
  31. package/iam/rolePolicyAttachment.js +1 -1
  32. package/iam/userLoginProfile.d.ts +1 -1
  33. package/iam/userLoginProfile.js +1 -1
  34. package/licensemanager/licenseConfiguration.d.ts +1 -1
  35. package/licensemanager/licenseConfiguration.js +1 -1
  36. package/lightsail/bucket.d.ts +3 -3
  37. package/neptune/globalCluster.d.ts +1 -1
  38. package/neptune/globalCluster.js +1 -1
  39. package/organizations/account.d.ts +1 -1
  40. package/organizations/account.js +1 -1
  41. package/package.json +1 -1
  42. package/pinpoint/app.d.ts +3 -3
  43. package/ram/resourceShareAccepter.d.ts +1 -1
  44. package/ram/resourceShareAccepter.js +1 -1
  45. package/rds/clusterParameterGroup.d.ts +3 -3
  46. package/rds/globalCluster.d.ts +1 -1
  47. package/rds/globalCluster.js +1 -1
  48. package/route53/zoneAssociation.d.ts +3 -3
  49. package/route53/zoneAssociation.js +3 -3
  50. package/s3/bucketLifecycleConfigurationV2.d.ts +1 -1
  51. package/s3/bucketLifecycleConfigurationV2.js +1 -1
  52. package/securityhub/organizationConfiguration.d.ts +2 -2
  53. package/securityhub/organizationConfiguration.js +2 -2
  54. package/securityhub/standardsControl.d.ts +2 -2
  55. package/securityhub/standardsControl.js +2 -2
  56. package/ssm/document.d.ts +1 -1
  57. package/ssm/document.js +1 -1
  58. package/storagegateway/gateway.d.ts +1 -1
  59. package/storagegateway/gateway.js +1 -1
  60. package/types/input.d.ts +1 -1
  61. package/types/output.d.ts +1 -1
@@ -18,13 +18,13 @@ import * as outputs from "../types/output";
18
18
  * "column3",
19
19
  * ],
20
20
  * analysisMethod: "DIRECT_QUERY",
21
- * description: "I made this table with TODO!",
21
+ * description: "I made this table with Pulumi!",
22
22
  * tableReference: {
23
23
  * databaseName: "example_database",
24
24
  * tableName: "example_table",
25
25
  * },
26
26
  * tags: {
27
- * Project: "TODO",
27
+ * Project: "Pulumi",
28
28
  * },
29
29
  * });
30
30
  * ```
@@ -22,13 +22,13 @@ const utilities = require("../utilities");
22
22
  * "column3",
23
23
  * ],
24
24
  * analysisMethod: "DIRECT_QUERY",
25
- * description: "I made this table with TODO!",
25
+ * description: "I made this table with Pulumi!",
26
26
  * tableReference: {
27
27
  * databaseName: "example_database",
28
28
  * tableName: "example_table",
29
29
  * },
30
30
  * tags: {
31
- * Project: "TODO",
31
+ * Project: "Pulumi",
32
32
  * },
33
33
  * });
34
34
  * ```
@@ -24,7 +24,7 @@ import * as outputs from "../types/output";
24
24
  * projectName: "myproject",
25
25
  * repositories: [{
26
26
  * branchName: "main",
27
- * repositoryName: "TODO-provider-aws",
27
+ * repositoryName: "pulumi-provider-aws",
28
28
  * }],
29
29
  * spaceName: "myspace",
30
30
  * });
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
28
28
  * projectName: "myproject",
29
29
  * repositories: [{
30
30
  * branchName: "main",
31
- * repositoryName: "TODO-provider-aws",
31
+ * repositoryName: "pulumi-provider-aws",
32
32
  * }],
33
33
  * spaceName: "myspace",
34
34
  * });
@@ -10,7 +10,7 @@ import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as aws from "@pulumi/aws";
11
11
  *
12
12
  * const test = new aws.codecatalyst.Project("test", {
13
- * description: "My CodeCatalyst Project created using TODO",
13
+ * description: "My CodeCatalyst Project created using Pulumi",
14
14
  * displayName: "MyProject",
15
15
  * spaceName: "myproject",
16
16
  * });
@@ -16,7 +16,7 @@ const utilities = require("../utilities");
16
16
  * import * as aws from "@pulumi/aws";
17
17
  *
18
18
  * const test = new aws.codecatalyst.Project("test", {
19
- * description: "My CodeCatalyst Project created using TODO",
19
+ * description: "My CodeCatalyst Project created using Pulumi",
20
20
  * displayName: "MyProject",
21
21
  * spaceName: "myproject",
22
22
  * });
package/dms/endpoint.d.ts CHANGED
@@ -4,9 +4,7 @@ import * as outputs from "../types/output";
4
4
  /**
5
5
  * Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported.
6
6
  *
7
- * > **Note:** All arguments including the password will be stored in the raw state as plain-text. Read more about sensitive data in state.
8
- *
9
- * > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
7
+ * > **Note:** All arguments including the password will be stored in the raw state as plain-text. > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
10
8
  *
11
9
  * ## Example Usage
12
10
  *
package/dms/endpoint.js CHANGED
@@ -8,9 +8,7 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * Provides a DMS (Data Migration Service) endpoint resource. DMS endpoints can be created, updated, deleted, and imported.
10
10
  *
11
- * > **Note:** All arguments including the password will be stored in the raw state as plain-text. Read more about sensitive data in state.
12
- *
13
- * > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
11
+ * > **Note:** All arguments including the password will be stored in the raw state as plain-text. > **Note:** The `s3Settings` argument is deprecated, may not be maintained, and will be removed in a future version. Use the `aws.dms.S3Endpoint` resource instead.
14
12
  *
15
13
  * ## Example Usage
16
14
  *
@@ -1 +1 @@
1
- {"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../dms/endpoint.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../dms/endpoint.ts"],"names":[],"mappings":"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"}
@@ -80,7 +80,7 @@ import * as outputs from "../types/output";
80
80
  * ```sh
81
81
  * $ pulumi import aws:docdb/globalCluster:GlobalCluster example example
82
82
  * ```
83
- * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
83
+ * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
84
84
  */
85
85
  export declare class GlobalCluster extends pulumi.CustomResource {
86
86
  /**
@@ -84,7 +84,7 @@ const utilities = require("../utilities");
84
84
  * ```sh
85
85
  * $ pulumi import aws:docdb/globalCluster:GlobalCluster example example
86
86
  * ```
87
- * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
87
+ * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
88
88
  */
89
89
  class GlobalCluster extends pulumi.CustomResource {
90
90
  /**
@@ -54,7 +54,7 @@ import * as outputs from "../types/output";
54
54
  * ```sh
55
55
  * $ pulumi import aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter example pcx-12345678
56
56
  * ```
57
- * Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
57
+ * Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
58
58
  */
59
59
  export declare class VpcPeeringConnectionAccepter extends pulumi.CustomResource {
60
60
  /**
@@ -58,7 +58,7 @@ const utilities = require("../utilities");
58
58
  * ```sh
59
59
  * $ pulumi import aws:ec2/vpcPeeringConnectionAccepter:VpcPeeringConnectionAccepter example pcx-12345678
60
60
  * ```
61
- * Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
61
+ * Certain resource arguments, like `auto_accept`, do not have an EC2 API method for reading the information after peering connection creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
62
62
  */
63
63
  class VpcPeeringConnectionAccepter extends pulumi.CustomResource {
64
64
  /**
package/emr/cluster.d.ts CHANGED
@@ -269,7 +269,7 @@ import * as outputs from "../types/output";
269
269
  * ```sh
270
270
  * $ pulumi import aws:emr/cluster:Cluster cluster j-123456ABCDEF
271
271
  * ```
272
- * Since the API does not return the actual values for Kerberos configurations, environments with those TODO configurations will need to use the `lifecycle` configuration block `ignore_changes` argument available to all TODO resources to prevent perpetual differences. For example:
272
+ * Since the API does not return the actual values for Kerberos configurations, environments with those options set will need to use the `lifecycle` configuration block `ignore_changes` argument available to all Pulumi resources to prevent perpetual differences. For example:
273
273
  */
274
274
  export declare class Cluster extends pulumi.CustomResource {
275
275
  /**
package/emr/cluster.js CHANGED
@@ -273,7 +273,7 @@ const utilities = require("../utilities");
273
273
  * ```sh
274
274
  * $ pulumi import aws:emr/cluster:Cluster cluster j-123456ABCDEF
275
275
  * ```
276
- * Since the API does not return the actual values for Kerberos configurations, environments with those TODO configurations will need to use the `lifecycle` configuration block `ignore_changes` argument available to all TODO resources to prevent perpetual differences. For example:
276
+ * Since the API does not return the actual values for Kerberos configurations, environments with those options set will need to use the `lifecycle` configuration block `ignore_changes` argument available to all Pulumi resources to prevent perpetual differences. For example:
277
277
  */
278
278
  class Cluster extends pulumi.CustomResource {
279
279
  /**
@@ -26,7 +26,7 @@ import * as outputs from "../types/output";
26
26
  * ```sh
27
27
  * $ pulumi import aws:fsx/lustreFileSystem:LustreFileSystem example fs-543ab12b1ca672f33
28
28
  * ```
29
- * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
29
+ * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
30
30
  */
31
31
  export declare class LustreFileSystem extends pulumi.CustomResource {
32
32
  /**
@@ -30,7 +30,7 @@ const utilities = require("../utilities");
30
30
  * ```sh
31
31
  * $ pulumi import aws:fsx/lustreFileSystem:LustreFileSystem example fs-543ab12b1ca672f33
32
32
  * ```
33
- * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
33
+ * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
34
34
  */
35
35
  class LustreFileSystem extends pulumi.CustomResource {
36
36
  /**
@@ -30,7 +30,7 @@ import * as outputs from "../types/output";
30
30
  * ```sh
31
31
  * $ pulumi import aws:fsx/ontapFileSystem:OntapFileSystem example fs-543ab12b1ca672f33
32
32
  * ```
33
- * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
33
+ * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
34
34
  */
35
35
  export declare class OntapFileSystem extends pulumi.CustomResource {
36
36
  /**
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
34
34
  * ```sh
35
35
  * $ pulumi import aws:fsx/ontapFileSystem:OntapFileSystem example fs-543ab12b1ca672f33
36
36
  * ```
37
- * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
37
+ * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
38
38
  */
39
39
  class OntapFileSystem extends pulumi.CustomResource {
40
40
  /**
@@ -46,7 +46,7 @@ import * as outputs from "../types/output";
46
46
  * ```sh
47
47
  * $ pulumi import aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine example svm-12345678abcdef123
48
48
  * ```
49
- * Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
49
+ * Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
50
50
  */
51
51
  export declare class OntapStorageVirtualMachine extends pulumi.CustomResource {
52
52
  /**
@@ -50,7 +50,7 @@ const utilities = require("../utilities");
50
50
  * ```sh
51
51
  * $ pulumi import aws:fsx/ontapStorageVirtualMachine:OntapStorageVirtualMachine example svm-12345678abcdef123
52
52
  * ```
53
- * Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
53
+ * Certain resource arguments, like `svm_admin_password` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
54
54
  */
55
55
  class OntapStorageVirtualMachine extends pulumi.CustomResource {
56
56
  /**
@@ -26,7 +26,7 @@ import * as outputs from "../types/output";
26
26
  * ```sh
27
27
  * $ pulumi import aws:fsx/openZfsFileSystem:OpenZfsFileSystem example fs-543ab12b1ca672f33
28
28
  * ```
29
- * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
29
+ * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
30
30
  */
31
31
  export declare class OpenZfsFileSystem extends pulumi.CustomResource {
32
32
  /**
@@ -30,7 +30,7 @@ const utilities = require("../utilities");
30
30
  * ```sh
31
31
  * $ pulumi import aws:fsx/openZfsFileSystem:OpenZfsFileSystem example fs-543ab12b1ca672f33
32
32
  * ```
33
- * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
33
+ * Certain resource arguments, like `security_group_ids`, do not have a FSx API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
34
34
  */
35
35
  class OpenZfsFileSystem extends pulumi.CustomResource {
36
36
  /**
@@ -55,7 +55,7 @@ import * as outputs from "../types/output";
55
55
  * ```sh
56
56
  * $ pulumi import aws:fsx/windowsFileSystem:WindowsFileSystem example fs-543ab12b1ca672f33
57
57
  * ```
58
- * Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
58
+ * Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
59
59
  */
60
60
  export declare class WindowsFileSystem extends pulumi.CustomResource {
61
61
  /**
@@ -59,7 +59,7 @@ const utilities = require("../utilities");
59
59
  * ```sh
60
60
  * $ pulumi import aws:fsx/windowsFileSystem:WindowsFileSystem example fs-543ab12b1ca672f33
61
61
  * ```
62
- * Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
62
+ * Certain resource arguments, like `security_group_ids` and the `self_managed_active_directory` configuation block `password`, do not have a FSx API method for reading the information after creation. If these arguments are set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
63
63
  */
64
64
  class WindowsFileSystem extends pulumi.CustomResource {
65
65
  /**
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Use this data source to get the default tags configured on the provider.
4
4
  *
5
- * With this data source, you can apply default tags to resources not _directly_ managed by a TODO resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
5
+ * With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
6
6
  *
7
7
  * ## Example Usage
8
8
  * ### Basic Usage
@@ -36,7 +36,7 @@ export interface GetDefaultTagsResult {
36
36
  /**
37
37
  * Use this data source to get the default tags configured on the provider.
38
38
  *
39
- * With this data source, you can apply default tags to resources not _directly_ managed by a TODO resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
39
+ * With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
40
40
  *
41
41
  * ## Example Usage
42
42
  * ### Basic Usage
package/getDefaultTags.js CHANGED
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
8
8
  /**
9
9
  * Use this data source to get the default tags configured on the provider.
10
10
  *
11
- * With this data source, you can apply default tags to resources not _directly_ managed by a TODO resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
11
+ * With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
12
12
  *
13
13
  * ## Example Usage
14
14
  * ### Basic Usage
@@ -31,7 +31,7 @@ exports.getDefaultTags = getDefaultTags;
31
31
  /**
32
32
  * Use this data source to get the default tags configured on the provider.
33
33
  *
34
- * With this data source, you can apply default tags to resources not _directly_ managed by a TODO resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
34
+ * With this data source, you can apply default tags to resources not _directly_ managed by a resource, such as the instances underneath an Auto Scaling group or the volumes created for an EC2 instance.
35
35
  *
36
36
  * ## Example Usage
37
37
  * ### Basic Usage
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
15
15
  * arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
16
16
  * });
17
17
  * ```
18
- * ### Find the TODO Runner's Source Role
18
+ * ### Find the Runner's Source Role
19
19
  *
20
20
  * Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
21
21
  *
@@ -37,7 +37,7 @@ export interface GetSessionContextArgs {
37
37
  /**
38
38
  * ARN for an assumed role.
39
39
  *
40
- * > If `arn` is a non-role ARN, TODO gives no error and `issuerArn` will be equal to the `arn` value. For STS assumed-role ARNs, TODO gives an error if the identified IAM role does not exist.
40
+ * > If `arn` is a non-role ARN, Pulumi gives no error and `issuerArn` will be equal to the `arn` value. For STS assumed-role ARNs, Pulumi gives an error if the identified IAM role does not exist.
41
41
  */
42
42
  arn: string;
43
43
  }
@@ -83,7 +83,7 @@ export interface GetSessionContextResult {
83
83
  * arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
84
84
  * });
85
85
  * ```
86
- * ### Find the TODO Runner's Source Role
86
+ * ### Find the Runner's Source Role
87
87
  *
88
88
  * Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
89
89
  *
@@ -105,7 +105,7 @@ export interface GetSessionContextOutputArgs {
105
105
  /**
106
106
  * ARN for an assumed role.
107
107
  *
108
- * > If `arn` is a non-role ARN, TODO gives no error and `issuerArn` will be equal to the `arn` value. For STS assumed-role ARNs, TODO gives an error if the identified IAM role does not exist.
108
+ * > If `arn` is a non-role ARN, Pulumi gives no error and `issuerArn` will be equal to the `arn` value. For STS assumed-role ARNs, Pulumi gives an error if the identified IAM role does not exist.
109
109
  */
110
110
  arn: pulumi.Input<string>;
111
111
  }
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
21
21
  * arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
22
22
  * });
23
23
  * ```
24
- * ### Find the TODO Runner's Source Role
24
+ * ### Find the Runner's Source Role
25
25
  *
26
26
  * Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
27
27
  *
@@ -58,7 +58,7 @@ exports.getSessionContext = getSessionContext;
58
58
  * arn: "arn:aws:sts::123456789012:assumed-role/Audien-Heaven/MatyNoyes",
59
59
  * });
60
60
  * ```
61
- * ### Find the TODO Runner's Source Role
61
+ * ### Find the Runner's Source Role
62
62
  *
63
63
  * Combined with `aws.getCallerIdentity`, you can get the current user's source IAM role ARN (`issuerArn`) if you're using an assumed role. If you're not using an assumed role, the caller's (e.g., an IAM user's) ARN will simply be passed through. In environments where both IAM users and individuals using assumed roles need to apply the same configurations, this data source enables seamless use.
64
64
  *
@@ -6,7 +6,7 @@ import { Role } from "./index";
6
6
  *
7
7
  * > **NOTE:** The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.
8
8
  *
9
- * > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and TODO will show a permanent difference.
9
+ * > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and Pulumi will show a permanent difference.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -10,7 +10,7 @@ const utilities = require("../utilities");
10
10
  *
11
11
  * > **NOTE:** The usage of this resource conflicts with the `aws.iam.PolicyAttachment` resource and will permanently show a difference if both are defined.
12
12
  *
13
- * > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and TODO will show a permanent difference.
13
+ * > **NOTE:** For a given role, this resource is incompatible with using the `aws.iam.Role` resource `managedPolicyArns` argument. When using that argument and this resource, both will attempt to manage the role's managed policy attachments and Pulumi will show a permanent difference.
14
14
  *
15
15
  * ## Example Usage
16
16
  *
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
28
28
  * ```sh
29
29
  * $ pulumi import aws:iam/userLoginProfile:UserLoginProfile example myusername
30
30
  * ```
31
- * Since TODO has no method to read the PGP or password information during import, use the TODO resource `lifecycle` configuration block `ignore_changes` argument to ignore them (unless you want to recreate a password). For example:
31
+ * Since Pulumi has no method to read the PGP or password information during import, use the resource options `ignore_changes` argument to ignore them (unless you want to recreate a password). For example:
32
32
  */
33
33
  export declare class UserLoginProfile extends pulumi.CustomResource {
34
34
  /**
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
34
34
  * ```sh
35
35
  * $ pulumi import aws:iam/userLoginProfile:UserLoginProfile example myusername
36
36
  * ```
37
- * Since TODO has no method to read the PGP or password information during import, use the TODO resource `lifecycle` configuration block `ignore_changes` argument to ignore them (unless you want to recreate a password). For example:
37
+ * Since Pulumi has no method to read the PGP or password information during import, use the resource options `ignore_changes` argument to ignore them (unless you want to recreate a password). For example:
38
38
  */
39
39
  class UserLoginProfile extends pulumi.CustomResource {
40
40
  /**
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Provides a License Manager license configuration resource.
4
4
  *
5
- * > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API - use `TODO taint aws_licensemanager_license_configuration.<id>` to recreate the resource instead.
5
+ * > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API.
6
6
  *
7
7
  * ## Example Usage
8
8
  *
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * Provides a License Manager license configuration resource.
10
10
  *
11
- * > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API - use `TODO taint aws_licensemanager_license_configuration.<id>` to recreate the resource instead.
11
+ * > **Note:** Removing the `licenseCount` attribute is not supported by the License Manager API.
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -52,7 +52,7 @@ export declare class Bucket extends pulumi.CustomResource {
52
52
  */
53
53
  readonly createdAt: pulumi.Output<string>;
54
54
  /**
55
- * Force Delete non-empty buckets using `TODO destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
55
+ * Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
56
56
  */
57
57
  readonly forceDelete: pulumi.Output<boolean | undefined>;
58
58
  /**
@@ -112,7 +112,7 @@ export interface BucketState {
112
112
  */
113
113
  createdAt?: pulumi.Input<string>;
114
114
  /**
115
- * Force Delete non-empty buckets using `TODO destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
115
+ * Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
116
116
  */
117
117
  forceDelete?: pulumi.Input<boolean>;
118
118
  /**
@@ -152,7 +152,7 @@ export interface BucketArgs {
152
152
  */
153
153
  bundleId: pulumi.Input<string>;
154
154
  /**
155
- * Force Delete non-empty buckets using `TODO destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
155
+ * Force Delete non-empty buckets using `pulumi destroy`. AWS by default will not delete an s3 bucket which is not empty, to prevent losing bucket data and affecting other resources in lightsail. If `forceDelete` is set to `true` the bucket will be deleted even when not empty.
156
156
  */
157
157
  forceDelete?: pulumi.Input<boolean>;
158
158
  /**
@@ -81,7 +81,7 @@ import * as outputs from "../types/output";
81
81
  * ```sh
82
82
  * $ pulumi import aws:neptune/globalCluster:GlobalCluster example example
83
83
  * ```
84
- * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
84
+ * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
85
85
  */
86
86
  export declare class GlobalCluster extends pulumi.CustomResource {
87
87
  /**
@@ -85,7 +85,7 @@ const utilities = require("../utilities");
85
85
  * ```sh
86
86
  * $ pulumi import aws:neptune/globalCluster:GlobalCluster example example
87
87
  * ```
88
- * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
88
+ * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
89
89
  */
90
90
  class GlobalCluster extends pulumi.CustomResource {
91
91
  /**
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
22
22
  * ```sh
23
23
  * $ pulumi import aws:organizations/account:Account my_account 111111111111
24
24
  * ```
25
- * Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
25
+ * Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
26
26
  */
27
27
  export declare class Account extends pulumi.CustomResource {
28
28
  /**
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
28
28
  * ```sh
29
29
  * $ pulumi import aws:organizations/account:Account my_account 111111111111
30
30
  * ```
31
- * Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
31
+ * Certain resource arguments, like `role_name`, do not have an Organizations API method for reading the information after account creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
32
32
  */
33
33
  class Account extends pulumi.CustomResource {
34
34
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v6.6.0",
3
+ "version": "v6.7.0-alpha.1697845672+c9229a90",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/pinpoint/app.d.ts CHANGED
@@ -62,7 +62,7 @@ export declare class App extends pulumi.CustomResource {
62
62
  */
63
63
  readonly limits: pulumi.Output<outputs.pinpoint.AppLimits | undefined>;
64
64
  /**
65
- * The application name. By default generated by TODO
65
+ * The application name. By default generated by Pulumi
66
66
  */
67
67
  readonly name: pulumi.Output<string>;
68
68
  /**
@@ -117,7 +117,7 @@ export interface AppState {
117
117
  */
118
118
  limits?: pulumi.Input<inputs.pinpoint.AppLimits>;
119
119
  /**
120
- * The application name. By default generated by TODO
120
+ * The application name. By default generated by Pulumi
121
121
  */
122
122
  name?: pulumi.Input<string>;
123
123
  /**
@@ -156,7 +156,7 @@ export interface AppArgs {
156
156
  */
157
157
  limits?: pulumi.Input<inputs.pinpoint.AppLimits>;
158
158
  /**
159
- * The application name. By default generated by TODO
159
+ * The application name. By default generated by Pulumi
160
160
  */
161
161
  name?: pulumi.Input<string>;
162
162
  /**
@@ -6,7 +6,7 @@ import * as pulumi from "@pulumi/pulumi";
6
6
  *
7
7
  * ## Example Usage
8
8
  *
9
- * This configuration provides an example of using multiple TODO AWS providers to configure two different AWS accounts. In the _sender_ account, the configuration creates a `aws.ram.ResourceShare` and uses a data source in the _receiver_ account to create a `aws.ram.PrincipalAssociation` resource with the _receiver's_ account ID. In the _receiver_ account, the configuration accepts the invitation to share resources with the `aws.ram.ResourceShareAccepter`.
9
+ * This configuration provides an example of using multiple AWS providers to configure two different AWS accounts. In the _sender_ account, the configuration creates a `aws.ram.ResourceShare` and uses a data source in the _receiver_ account to create a `aws.ram.PrincipalAssociation` resource with the _receiver's_ account ID. In the _receiver_ account, the configuration accepts the invitation to share resources with the `aws.ram.ResourceShareAccepter`.
10
10
  *
11
11
  * ```typescript
12
12
  * import * as pulumi from "@pulumi/pulumi";
@@ -12,7 +12,7 @@ const utilities = require("../utilities");
12
12
  *
13
13
  * ## Example Usage
14
14
  *
15
- * This configuration provides an example of using multiple TODO AWS providers to configure two different AWS accounts. In the _sender_ account, the configuration creates a `aws.ram.ResourceShare` and uses a data source in the _receiver_ account to create a `aws.ram.PrincipalAssociation` resource with the _receiver's_ account ID. In the _receiver_ account, the configuration accepts the invitation to share resources with the `aws.ram.ResourceShareAccepter`.
15
+ * This configuration provides an example of using multiple AWS providers to configure two different AWS accounts. In the _sender_ account, the configuration creates a `aws.ram.ResourceShare` and uses a data source in the _receiver_ account to create a `aws.ram.PrincipalAssociation` resource with the _receiver's_ account ID. In the _receiver_ account, the configuration accepts the invitation to share resources with the `aws.ram.ResourceShareAccepter`.
16
16
  *
17
17
  * ```typescript
18
18
  * import * as pulumi from "@pulumi/pulumi";
@@ -58,7 +58,7 @@ export declare class ClusterParameterGroup extends pulumi.CustomResource {
58
58
  */
59
59
  readonly arn: pulumi.Output<string>;
60
60
  /**
61
- * The description of the DB cluster parameter group. Defaults to "Managed by TODO".
61
+ * The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".
62
62
  */
63
63
  readonly description: pulumi.Output<string>;
64
64
  /**
@@ -109,7 +109,7 @@ export interface ClusterParameterGroupState {
109
109
  */
110
110
  arn?: pulumi.Input<string>;
111
111
  /**
112
- * The description of the DB cluster parameter group. Defaults to "Managed by TODO".
112
+ * The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".
113
113
  */
114
114
  description?: pulumi.Input<string>;
115
115
  /**
@@ -148,7 +148,7 @@ export interface ClusterParameterGroupState {
148
148
  */
149
149
  export interface ClusterParameterGroupArgs {
150
150
  /**
151
- * The description of the DB cluster parameter group. Defaults to "Managed by TODO".
151
+ * The description of the DB cluster parameter group. Defaults to "Managed by Pulumi".
152
152
  */
153
153
  description?: pulumi.Input<string>;
154
154
  /**
@@ -178,7 +178,7 @@ import * as outputs from "../types/output";
178
178
  * ```
179
179
  * Certain resource arguments, like `force_destroy`, only exist within this provider. If the argument is set in the the provider configuration on an imported resource, This provider will show a difference on the first plan after import to update the state value. This change is safe to apply immediately so the state matches the desired configuration.
180
180
  *
181
- * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
181
+ * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
182
182
  */
183
183
  export declare class GlobalCluster extends pulumi.CustomResource {
184
184
  /**
@@ -182,7 +182,7 @@ const utilities = require("../utilities");
182
182
  * ```
183
183
  * Certain resource arguments, like `force_destroy`, only exist within this provider. If the argument is set in the the provider configuration on an imported resource, This provider will show a difference on the first plan after import to update the state value. This change is safe to apply immediately so the state matches the desired configuration.
184
184
  *
185
- * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
185
+ * Certain resource arguments, like `source_db_cluster_identifier`, do not have an API method for reading the information after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
186
186
  */
187
187
  class GlobalCluster extends pulumi.CustomResource {
188
188
  /**
@@ -33,16 +33,16 @@ import * as pulumi from "@pulumi/pulumi";
33
33
  *
34
34
  * ## Import
35
35
  *
36
- * The VPC is _not_ in the same region where you have configured the TODO AWS Provider:
36
+ * The VPC is _not_ in the same region where you have configured the AWS Provider:
37
37
  *
38
38
  * __Using `pulumi import` to import__ Route 53 Hosted Zone Associations using the Hosted Zone ID and VPC ID, separated by a colon (`:`). For example:
39
39
  *
40
- * The VPC is in the same region where you have configured the TODO AWS Provider:
40
+ * The VPC is in the same region where you have configured the AWS Provider:
41
41
  *
42
42
  * ```sh
43
43
  * $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678
44
44
  * ```
45
- * The VPC is _not_ in the same region where you have configured the TODO AWS Provider:
45
+ * The VPC is _not_ in the same region where you have configured the AWS Provider:
46
46
  *
47
47
  * ```sh
48
48
  * $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678:us-east-2
@@ -39,16 +39,16 @@ const utilities = require("../utilities");
39
39
  *
40
40
  * ## Import
41
41
  *
42
- * The VPC is _not_ in the same region where you have configured the TODO AWS Provider:
42
+ * The VPC is _not_ in the same region where you have configured the AWS Provider:
43
43
  *
44
44
  * __Using `pulumi import` to import__ Route 53 Hosted Zone Associations using the Hosted Zone ID and VPC ID, separated by a colon (`:`). For example:
45
45
  *
46
- * The VPC is in the same region where you have configured the TODO AWS Provider:
46
+ * The VPC is in the same region where you have configured the AWS Provider:
47
47
  *
48
48
  * ```sh
49
49
  * $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678
50
50
  * ```
51
- * The VPC is _not_ in the same region where you have configured the TODO AWS Provider:
51
+ * The VPC is _not_ in the same region where you have configured the AWS Provider:
52
52
  *
53
53
  * ```sh
54
54
  * $ pulumi import aws:route53/zoneAssociation:ZoneAssociation example Z123456ABCDEFG:vpc-12345678:us-east-2
@@ -15,7 +15,7 @@ import * as outputs from "../types/output";
15
15
  * > **NOTE:** S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws.s3.BucketLifecycleConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration.
16
16
  *
17
17
  * > **NOTE:** Lifecycle configurations may take some time to fully propagate to all AWS S3 systems.
18
- * Running TODO operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence.
18
+ * Running Pulumi operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence.
19
19
  * See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html).
20
20
  *
21
21
  * ## Example Usage
@@ -19,7 +19,7 @@ const utilities = require("../utilities");
19
19
  * > **NOTE:** S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws.s3.BucketLifecycleConfigurationV2` resources to the same S3 Bucket will cause a perpetual difference in configuration.
20
20
  *
21
21
  * > **NOTE:** Lifecycle configurations may take some time to fully propagate to all AWS S3 systems.
22
- * Running TODO operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence.
22
+ * Running Pulumi operations shortly after creating a lifecycle configuration may result in changes that affect configuration idempotence.
23
23
  * See the Amazon S3 User Guide on [setting lifecycle configuration on a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html).
24
24
  *
25
25
  * ## Example Usage
@@ -2,9 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Manages the Security Hub Organization Configuration.
4
4
  *
5
- * > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with TODO). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation
5
+ * > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with Pulumi). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation
6
6
  *
7
- * > **NOTE:** This is an advanced TODO resource. TODO will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the TODO configuration.
7
+ * > **NOTE:** This is an advanced AWS resource. Pulumi will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the Pulumi program.
8
8
  *
9
9
  * ## Example Usage
10
10
  *
@@ -8,9 +8,9 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * Manages the Security Hub Organization Configuration.
10
10
  *
11
- * > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with TODO). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation
11
+ * > **NOTE:** This resource requires an `aws.securityhub.OrganizationAdminAccount` to be configured (not necessarily with Pulumi). More information about managing Security Hub in an organization can be found in the [Managing administrator and member accounts](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-accounts.html) documentation
12
12
  *
13
- * > **NOTE:** This is an advanced TODO resource. TODO will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the TODO configuration.
13
+ * > **NOTE:** This is an advanced AWS resource. Pulumi will automatically assume management of the Security Hub Organization Configuration without import and perform no actions on removal from the Pulumi program.
14
14
  *
15
15
  * ## Example Usage
16
16
  *
@@ -3,8 +3,8 @@ import * as pulumi from "@pulumi/pulumi";
3
3
  * Disable/enable Security Hub standards control in the current region.
4
4
  *
5
5
  * The `aws.securityhub.StandardsControl` behaves differently from normal resources, in that
6
- * TODO does not _create_ this resource, but instead "adopts" it
7
- * into management. When you _delete_ this resource configuration, TODO "abandons" resource as is and just removes it from the state.
6
+ * Pulumi does not _create_ this resource, but instead "adopts" it
7
+ * into management. When you _delete_ this resource configuration, Pulumi "abandons" resource as is and just removes it from the state.
8
8
  *
9
9
  * ## Example Usage
10
10
  *
@@ -9,8 +9,8 @@ const utilities = require("../utilities");
9
9
  * Disable/enable Security Hub standards control in the current region.
10
10
  *
11
11
  * The `aws.securityhub.StandardsControl` behaves differently from normal resources, in that
12
- * TODO does not _create_ this resource, but instead "adopts" it
13
- * into management. When you _delete_ this resource configuration, TODO "abandons" resource as is and just removes it from the state.
12
+ * Pulumi does not _create_ this resource, but instead "adopts" it
13
+ * into management. When you _delete_ this resource configuration, Pulumi "abandons" resource as is and just removes it from the state.
14
14
  *
15
15
  * ## Example Usage
16
16
  *
package/ssm/document.d.ts CHANGED
@@ -77,7 +77,7 @@ import * as outputs from "../types/output";
77
77
  * ```sh
78
78
  * $ pulumi import aws:ssm/document:Document example example
79
79
  * ```
80
- * The `attachments_source` argument does not have an SSM API method for reading the attachment information detail after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
80
+ * The `attachments_source` argument does not have an SSM API method for reading the attachment information detail after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
81
81
  */
82
82
  export declare class Document extends pulumi.CustomResource {
83
83
  /**
package/ssm/document.js CHANGED
@@ -81,7 +81,7 @@ const utilities = require("../utilities");
81
81
  * ```sh
82
82
  * $ pulumi import aws:ssm/document:Document example example
83
83
  * ```
84
- * The `attachments_source` argument does not have an SSM API method for reading the attachment information detail after creation. If the argument is set in the TODO configuration on an imported resource, TODO will always show a difference. To workaround this behavior, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
84
+ * The `attachments_source` argument does not have an SSM API method for reading the attachment information detail after creation. If the argument is set in the Pulumi program on an imported resource, Pulumi will always show a difference. To workaround this behavior, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
85
85
  */
86
86
  class Document extends pulumi.CustomResource {
87
87
  /**
@@ -107,7 +107,7 @@ import * as outputs from "../types/output";
107
107
  * ```sh
108
108
  * $ pulumi import aws:storagegateway/gateway:Gateway example arn:aws:storagegateway:us-east-1:123456789012:gateway/sgw-12345678
109
109
  * ```
110
- * Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
110
+ * Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
111
111
  */
112
112
  export declare class Gateway extends pulumi.CustomResource {
113
113
  /**
@@ -111,7 +111,7 @@ const utilities = require("../utilities");
111
111
  * ```sh
112
112
  * $ pulumi import aws:storagegateway/gateway:Gateway example arn:aws:storagegateway:us-east-1:123456789012:gateway/sgw-12345678
113
113
  * ```
114
- * Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the TODO configuration or use `ignore_changes` to hide the difference. For example:
114
+ * Certain resource arguments, like `gateway_ip_address` do not have a Storage Gateway API method for reading the information after creation, either omit the argument from the Pulumi program or use `ignore_changes` to hide the difference. For example:
115
115
  */
116
116
  class Gateway extends pulumi.CustomResource {
117
117
  /**
package/types/input.d.ts CHANGED
@@ -14647,7 +14647,7 @@ export declare namespace dlm {
14647
14647
  /**
14648
14648
  * A map of tag keys and their values. Any resources that match the `resourceTypes` and are tagged with _any_ of these tags will be targeted.
14649
14649
  *
14650
- * > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. TODO is unable to detect this at plan time but it will fail during apply.
14650
+ * > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. Pulumi is unable to detect this at plan time but it will fail during apply.
14651
14651
  */
14652
14652
  targetTags?: pulumi.Input<{
14653
14653
  [key: string]: pulumi.Input<string>;
package/types/output.d.ts CHANGED
@@ -17063,7 +17063,7 @@ export declare namespace dlm {
17063
17063
  /**
17064
17064
  * A map of tag keys and their values. Any resources that match the `resourceTypes` and are tagged with _any_ of these tags will be targeted.
17065
17065
  *
17066
- * > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. TODO is unable to detect this at plan time but it will fail during apply.
17066
+ * > Note: You cannot have overlapping lifecycle policies that share the same `targetTags`. Pulumi is unable to detect this at plan time but it will fail during apply.
17067
17067
  */
17068
17068
  targetTags?: {
17069
17069
  [key: string]: string;