@pulumi/aws 6.6.0 → 6.6.1

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 (65) hide show
  1. package/cleanrooms/configuredTable.d.ts +2 -2
  2. package/cleanrooms/configuredTable.js +2 -2
  3. package/cloudfront/distribution.d.ts +3 -3
  4. package/codecatalyst/devEnvironment.d.ts +1 -1
  5. package/codecatalyst/devEnvironment.js +1 -1
  6. package/codecatalyst/project.d.ts +1 -1
  7. package/codecatalyst/project.js +1 -1
  8. package/dms/endpoint.d.ts +1 -3
  9. package/dms/endpoint.js +1 -3
  10. package/dms/endpoint.js.map +1 -1
  11. package/docdb/globalCluster.d.ts +1 -1
  12. package/docdb/globalCluster.js +1 -1
  13. package/ec2/amiCopy.d.ts +3 -3
  14. package/ec2/spotInstanceRequest.d.ts +6 -6
  15. package/ec2/vpcPeeringConnectionAccepter.d.ts +1 -1
  16. package/ec2/vpcPeeringConnectionAccepter.js +1 -1
  17. package/emr/cluster.d.ts +1 -1
  18. package/emr/cluster.js +1 -1
  19. package/fsx/lustreFileSystem.d.ts +1 -1
  20. package/fsx/lustreFileSystem.js +1 -1
  21. package/fsx/ontapFileSystem.d.ts +1 -1
  22. package/fsx/ontapFileSystem.js +1 -1
  23. package/fsx/ontapStorageVirtualMachine.d.ts +1 -1
  24. package/fsx/ontapStorageVirtualMachine.js +1 -1
  25. package/fsx/openZfsFileSystem.d.ts +1 -1
  26. package/fsx/openZfsFileSystem.js +1 -1
  27. package/fsx/windowsFileSystem.d.ts +1 -1
  28. package/fsx/windowsFileSystem.js +1 -1
  29. package/getDefaultTags.d.ts +2 -2
  30. package/getDefaultTags.js +2 -2
  31. package/iam/getSessionContext.d.ts +4 -4
  32. package/iam/getSessionContext.js +2 -2
  33. package/iam/rolePolicyAttachment.d.ts +1 -1
  34. package/iam/rolePolicyAttachment.js +1 -1
  35. package/iam/userLoginProfile.d.ts +1 -1
  36. package/iam/userLoginProfile.js +1 -1
  37. package/licensemanager/licenseConfiguration.d.ts +1 -1
  38. package/licensemanager/licenseConfiguration.js +1 -1
  39. package/lightsail/bucket.d.ts +3 -3
  40. package/neptune/globalCluster.d.ts +1 -1
  41. package/neptune/globalCluster.js +1 -1
  42. package/organizations/account.d.ts +1 -1
  43. package/organizations/account.js +1 -1
  44. package/package.json +1 -1
  45. package/pinpoint/app.d.ts +3 -3
  46. package/ram/resourceShareAccepter.d.ts +1 -1
  47. package/ram/resourceShareAccepter.js +1 -1
  48. package/rds/clusterParameterGroup.d.ts +3 -3
  49. package/rds/globalCluster.d.ts +1 -1
  50. package/rds/globalCluster.js +1 -1
  51. package/route53/zoneAssociation.d.ts +3 -3
  52. package/route53/zoneAssociation.js +3 -3
  53. package/s3/bucketLifecycleConfigurationV2.d.ts +1 -1
  54. package/s3/bucketLifecycleConfigurationV2.js +1 -1
  55. package/scheduler/schedule.d.ts +2 -2
  56. package/securityhub/organizationConfiguration.d.ts +2 -2
  57. package/securityhub/organizationConfiguration.js +2 -2
  58. package/securityhub/standardsControl.d.ts +2 -2
  59. package/securityhub/standardsControl.js +2 -2
  60. package/ssm/document.d.ts +1 -1
  61. package/ssm/document.js +1 -1
  62. package/storagegateway/gateway.d.ts +1 -1
  63. package/storagegateway/gateway.js +1 -1
  64. package/types/input.d.ts +280 -356
  65. package/types/output.d.ts +280 -356
@@ -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
  * ```
@@ -301,7 +301,7 @@ export declare class Distribution extends pulumi.CustomResource {
301
301
  */
302
302
  readonly domainName: pulumi.Output<string>;
303
303
  /**
304
- * Whether the distribution is enabled to accept end user requests for content.
304
+ * Whether Origin Shield is enabled.
305
305
  */
306
306
  readonly enabled: pulumi.Output<boolean>;
307
307
  /**
@@ -448,7 +448,7 @@ export interface DistributionState {
448
448
  */
449
449
  domainName?: pulumi.Input<string>;
450
450
  /**
451
- * Whether the distribution is enabled to accept end user requests for content.
451
+ * Whether Origin Shield is enabled.
452
452
  */
453
453
  enabled?: pulumi.Input<boolean>;
454
454
  /**
@@ -575,7 +575,7 @@ export interface DistributionArgs {
575
575
  */
576
576
  defaultRootObject?: pulumi.Input<string>;
577
577
  /**
578
- * Whether the distribution is enabled to accept end user requests for content.
578
+ * Whether Origin Shield is enabled.
579
579
  */
580
580
  enabled: pulumi.Input<boolean>;
581
581
  /**
@@ -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":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAgHD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACpG,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,EAAE,CAAC;QACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAjNL,4BAkNC;AApMG,gBAAgB;AACO,qBAAY,GAAG,2BAA2B,CAAC"}
@@ -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
  /**
package/ec2/amiCopy.d.ts CHANGED
@@ -81,7 +81,7 @@ export declare class AmiCopy extends pulumi.CustomResource {
81
81
  */
82
82
  readonly enaSupport: pulumi.Output<boolean>;
83
83
  /**
84
- * Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshotId`.
84
+ * Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
85
85
  */
86
86
  readonly encrypted: pulumi.Output<boolean | undefined>;
87
87
  /**
@@ -215,7 +215,7 @@ export interface AmiCopyState {
215
215
  */
216
216
  enaSupport?: pulumi.Input<boolean>;
217
217
  /**
218
- * Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshotId`.
218
+ * Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
219
219
  */
220
220
  encrypted?: pulumi.Input<boolean>;
221
221
  /**
@@ -325,7 +325,7 @@ export interface AmiCopyArgs {
325
325
  */
326
326
  ebsBlockDevices?: pulumi.Input<pulumi.Input<inputs.ec2.AmiCopyEbsBlockDevice>[]>;
327
327
  /**
328
- * Boolean controlling whether the created EBS volumes will be encrypted. Can't be used with `snapshotId`.
328
+ * Whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
329
329
  */
330
330
  encrypted?: pulumi.Input<boolean>;
331
331
  /**
@@ -155,7 +155,7 @@ export declare class SpotInstanceRequest extends pulumi.CustomResource {
155
155
  */
156
156
  readonly instanceInitiatedShutdownBehavior: pulumi.Output<string>;
157
157
  /**
158
- * The behavior when a Spot Instance is interrupted. Valid values include `hibernate`, `stop`, `terminate` . The default is `terminate`.
158
+ * Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
159
159
  */
160
160
  readonly instanceInterruptionBehavior: pulumi.Output<string | undefined>;
161
161
  readonly instanceState: pulumi.Output<string>;
@@ -317,7 +317,7 @@ export declare class SpotInstanceRequest extends pulumi.CustomResource {
317
317
  */
318
318
  readonly validFrom: pulumi.Output<string>;
319
319
  /**
320
- * The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.
320
+ * The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.
321
321
  */
322
322
  readonly validUntil: pulumi.Output<string>;
323
323
  /**
@@ -445,7 +445,7 @@ export interface SpotInstanceRequestState {
445
445
  */
446
446
  instanceInitiatedShutdownBehavior?: pulumi.Input<string>;
447
447
  /**
448
- * The behavior when a Spot Instance is interrupted. Valid values include `hibernate`, `stop`, `terminate` . The default is `terminate`.
448
+ * Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
449
449
  */
450
450
  instanceInterruptionBehavior?: pulumi.Input<string>;
451
451
  instanceState?: pulumi.Input<string>;
@@ -607,7 +607,7 @@ export interface SpotInstanceRequestState {
607
607
  */
608
608
  validFrom?: pulumi.Input<string>;
609
609
  /**
610
- * The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.
610
+ * The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.
611
611
  */
612
612
  validUntil?: pulumi.Input<string>;
613
613
  /**
@@ -726,7 +726,7 @@ export interface SpotInstanceRequestArgs {
726
726
  */
727
727
  instanceInitiatedShutdownBehavior?: pulumi.Input<string>;
728
728
  /**
729
- * The behavior when a Spot Instance is interrupted. Valid values include `hibernate`, `stop`, `terminate` . The default is `terminate`.
729
+ * Indicates Spot instance behavior when it is interrupted. Valid values are `terminate`, `stop`, or `hibernate`. Default value is `terminate`.
730
730
  */
731
731
  instanceInterruptionBehavior?: pulumi.Input<string>;
732
732
  /**
@@ -844,7 +844,7 @@ export interface SpotInstanceRequestArgs {
844
844
  */
845
845
  validFrom?: pulumi.Input<string>;
846
846
  /**
847
- * The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.
847
+ * The end date and time of the request, in UTC [RFC3339](https://tools.ietf.org/html/rfc3339#section-5.8) format(for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new Spot instance requests are placed or enabled to fulfill the request. The default end date is 7 days from the current date.
848
848
  */
849
849
  validUntil?: pulumi.Input<string>;
850
850
  /**
@@ -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
  /**