@pulumi/aws 4.30.0 → 4.32.0

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 (169) hide show
  1. package/accessanalyzer/analyzer.d.ts +6 -0
  2. package/accessanalyzer/analyzer.js.map +1 -1
  3. package/account/alternativeContact.d.ts +12 -0
  4. package/account/alternativeContact.js +2 -0
  5. package/account/alternativeContact.js.map +1 -1
  6. package/alb/getTargetGroup.d.ts +1 -0
  7. package/alb/getTargetGroup.js.map +1 -1
  8. package/alb/loadBalancer.d.ts +2 -2
  9. package/alb/loadBalancer.js +2 -2
  10. package/alb/targetGroup.d.ts +12 -0
  11. package/alb/targetGroup.js +2 -0
  12. package/alb/targetGroup.js.map +1 -1
  13. package/applicationloadbalancing/getTargetGroup.d.ts +1 -0
  14. package/applicationloadbalancing/getTargetGroup.js.map +1 -1
  15. package/applicationloadbalancing/loadBalancer.d.ts +2 -2
  16. package/applicationloadbalancing/loadBalancer.js +2 -2
  17. package/applicationloadbalancing/targetGroup.d.ts +12 -0
  18. package/applicationloadbalancing/targetGroup.js +2 -0
  19. package/applicationloadbalancing/targetGroup.js.map +1 -1
  20. package/autoscaling/getAmiIds.d.ts +4 -4
  21. package/autoscaling/getAmiIds.js +4 -4
  22. package/backup/regionSettings.d.ts +25 -0
  23. package/backup/regionSettings.js +9 -0
  24. package/backup/regionSettings.js.map +1 -1
  25. package/cloudwatch/eventTarget.d.ts +4 -0
  26. package/cloudwatch/eventTarget.js +4 -0
  27. package/cloudwatch/eventTarget.js.map +1 -1
  28. package/codecommit/approvalRuleTemplate.d.ts +144 -0
  29. package/codecommit/approvalRuleTemplate.js +100 -0
  30. package/codecommit/approvalRuleTemplate.js.map +1 -0
  31. package/codecommit/approvalRuleTemplateAssociation.d.ts +83 -0
  32. package/codecommit/approvalRuleTemplateAssociation.js +82 -0
  33. package/codecommit/approvalRuleTemplateAssociation.js.map +1 -0
  34. package/codecommit/getApprovalRuleTemplate.d.ts +73 -0
  35. package/codecommit/getApprovalRuleTemplate.js +38 -0
  36. package/codecommit/getApprovalRuleTemplate.js.map +1 -0
  37. package/codecommit/index.d.ts +3 -0
  38. package/codecommit/index.js +11 -0
  39. package/codecommit/index.js.map +1 -1
  40. package/detective/graph.d.ts +103 -0
  41. package/detective/graph.js +81 -0
  42. package/detective/graph.js.map +1 -0
  43. package/detective/index.d.ts +1 -0
  44. package/detective/index.js +33 -0
  45. package/detective/index.js.map +1 -0
  46. package/dynamodb/getTable.d.ts +1 -0
  47. package/dynamodb/getTable.js.map +1 -1
  48. package/dynamodb/table.d.ts +12 -0
  49. package/dynamodb/table.js +2 -0
  50. package/dynamodb/table.js.map +1 -1
  51. package/ec2/defaultVpc.d.ts +16 -0
  52. package/ec2/defaultVpc.js +9 -1
  53. package/ec2/defaultVpc.js.map +1 -1
  54. package/ec2/getVpcIamPool.d.ts +151 -0
  55. package/ec2/getVpcIamPool.js +53 -0
  56. package/ec2/getVpcIamPool.js.map +1 -0
  57. package/ec2/index.d.ts +8 -0
  58. package/ec2/index.js +36 -0
  59. package/ec2/index.js.map +1 -1
  60. package/ec2/subnetCidrReservation.d.ts +116 -0
  61. package/ec2/subnetCidrReservation.js +92 -0
  62. package/ec2/subnetCidrReservation.js.map +1 -0
  63. package/ec2/vpc.d.ts +95 -25
  64. package/ec2/vpc.js +36 -4
  65. package/ec2/vpc.js.map +1 -1
  66. package/ec2/vpcIpam.d.ts +178 -0
  67. package/ec2/vpcIpam.js +121 -0
  68. package/ec2/vpcIpam.js.map +1 -0
  69. package/ec2/vpcIpamPool.d.ts +299 -0
  70. package/ec2/vpcIpamPool.js +151 -0
  71. package/ec2/vpcIpamPool.js.map +1 -0
  72. package/ec2/vpcIpamPoolCidr.d.ts +136 -0
  73. package/ec2/vpcIpamPoolCidr.js +121 -0
  74. package/ec2/vpcIpamPoolCidr.js.map +1 -0
  75. package/ec2/vpcIpamPoolCidrAllocation.d.ts +150 -0
  76. package/ec2/vpcIpamPoolCidrAllocation.js +108 -0
  77. package/ec2/vpcIpamPoolCidrAllocation.js.map +1 -0
  78. package/ec2/vpcIpamScope.d.ts +132 -0
  79. package/ec2/vpcIpamScope.js +99 -0
  80. package/ec2/vpcIpamScope.js.map +1 -0
  81. package/ec2/vpcIpv4CidrBlockAssociation.d.ts +28 -4
  82. package/ec2/vpcIpv4CidrBlockAssociation.js +4 -3
  83. package/ec2/vpcIpv4CidrBlockAssociation.js.map +1 -1
  84. package/ec2/vpcIpv6CidrBlockAssociation.d.ts +110 -0
  85. package/ec2/vpcIpv6CidrBlockAssociation.js +89 -0
  86. package/ec2/vpcIpv6CidrBlockAssociation.js.map +1 -0
  87. package/ecs/accountSettingDefault.d.ts +71 -0
  88. package/ecs/accountSettingDefault.js +67 -0
  89. package/ecs/accountSettingDefault.js.map +1 -0
  90. package/ecs/index.d.ts +2 -0
  91. package/ecs/index.js +10 -0
  92. package/ecs/index.js.map +1 -1
  93. package/ecs/taskDefinition.d.ts +58 -18
  94. package/ecs/taskDefinition.js +48 -18
  95. package/ecs/taskDefinition.js.map +1 -1
  96. package/ecs/taskSet.d.ts +264 -0
  97. package/ecs/taskSet.js +107 -0
  98. package/ecs/taskSet.js.map +1 -0
  99. package/elasticache/replicationGroup.d.ts +12 -0
  100. package/elasticache/replicationGroup.js +2 -0
  101. package/elasticache/replicationGroup.js.map +1 -1
  102. package/elasticloadbalancingv2/getTargetGroup.d.ts +1 -0
  103. package/elasticloadbalancingv2/getTargetGroup.js.map +1 -1
  104. package/elasticloadbalancingv2/loadBalancer.d.ts +2 -2
  105. package/elasticloadbalancingv2/loadBalancer.js +2 -2
  106. package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
  107. package/elasticloadbalancingv2/targetGroup.js +2 -0
  108. package/elasticloadbalancingv2/targetGroup.js.map +1 -1
  109. package/elasticsearch/domain.d.ts +12 -0
  110. package/elasticsearch/domain.js +2 -0
  111. package/elasticsearch/domain.js.map +1 -1
  112. package/elasticsearch/getDomain.d.ts +4 -0
  113. package/elasticsearch/getDomain.js.map +1 -1
  114. package/emr/index.d.ts +2 -0
  115. package/emr/index.js +10 -0
  116. package/emr/index.js.map +1 -1
  117. package/emr/studio.d.ts +237 -0
  118. package/emr/studio.js +131 -0
  119. package/emr/studio.js.map +1 -0
  120. package/emr/studioSessionMapping.d.ts +121 -0
  121. package/emr/studioSessionMapping.js +93 -0
  122. package/emr/studioSessionMapping.js.map +1 -0
  123. package/fsx/ontapStorageVirtualMachine.d.ts +0 -6
  124. package/fsx/ontapStorageVirtualMachine.js +1 -1
  125. package/fsx/ontapStorageVirtualMachine.js.map +1 -1
  126. package/fsx/ontapVolume.d.ts +0 -6
  127. package/fsx/ontapVolume.js +1 -1
  128. package/fsx/ontapVolume.js.map +1 -1
  129. package/getAutoscalingGroups.d.ts +4 -4
  130. package/getAutoscalingGroups.js +4 -4
  131. package/iam/role.d.ts +6 -6
  132. package/index.d.ts +2 -1
  133. package/index.js +5 -3
  134. package/index.js.map +1 -1
  135. package/iot/thingGroup.d.ts +0 -3
  136. package/iot/thingGroup.js +1 -1
  137. package/iot/thingGroup.js.map +1 -1
  138. package/iot/thingType.d.ts +0 -6
  139. package/iot/thingType.js +1 -1
  140. package/iot/thingType.js.map +1 -1
  141. package/kinesis/getStream.d.ts +5 -0
  142. package/kinesis/getStream.js.map +1 -1
  143. package/kinesis/stream.d.ts +22 -6
  144. package/kinesis/stream.js +5 -3
  145. package/kinesis/stream.js.map +1 -1
  146. package/lambda/eventSourceMapping.d.ts +40 -0
  147. package/lambda/eventSourceMapping.js +30 -0
  148. package/lambda/eventSourceMapping.js.map +1 -1
  149. package/lb/getTargetGroup.d.ts +1 -0
  150. package/lb/getTargetGroup.js.map +1 -1
  151. package/lb/loadBalancer.d.ts +2 -2
  152. package/lb/loadBalancer.js +2 -2
  153. package/lb/targetGroup.d.ts +12 -0
  154. package/lb/targetGroup.js +2 -0
  155. package/lb/targetGroup.js.map +1 -1
  156. package/package.json +2 -2
  157. package/package.json.dev +1 -1
  158. package/servicequotas/getServiceQuota.d.ts +6 -6
  159. package/sqs/queue.d.ts +25 -0
  160. package/sqs/queue.js +15 -0
  161. package/sqs/queue.js.map +1 -1
  162. package/synthetics/canary.d.ts +15 -3
  163. package/synthetics/canary.js +2 -0
  164. package/synthetics/canary.js.map +1 -1
  165. package/transfer/server.d.ts +26 -3
  166. package/transfer/server.js +13 -0
  167. package/transfer/server.js.map +1 -1
  168. package/types/input.d.ts +298 -118
  169. package/types/output.d.ts +223 -3
@@ -0,0 +1,144 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides a CodeCommit Approval Rule Template Resource.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aws from "@pulumi/aws";
10
+ *
11
+ * const example = new aws.codecommit.ApprovalRuleTemplate("example", {
12
+ * content: `{
13
+ * "Version": "2018-11-08",
14
+ * "DestinationReferences": ["refs/heads/master"],
15
+ * "Statements": [{
16
+ * "Type": "Approvers",
17
+ * "NumberOfApprovalsNeeded": 2,
18
+ * "ApprovalPoolMembers": ["arn:aws:sts::123456789012:assumed-role/CodeCommitReview/*"]
19
+ * }]
20
+ * }
21
+ * `,
22
+ * description: "This is an example approval rule template",
23
+ * });
24
+ * ```
25
+ *
26
+ * ## Import
27
+ *
28
+ * CodeCommit approval rule templates can be imported using the `name`, e.g.
29
+ *
30
+ * ```sh
31
+ * $ pulumi import aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate imported ExistingApprovalRuleTemplateName
32
+ * ```
33
+ */
34
+ export declare class ApprovalRuleTemplate extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing ApprovalRuleTemplate resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param state Any extra arguments used during the lookup.
42
+ * @param opts Optional settings to control the behavior of the CustomResource.
43
+ */
44
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApprovalRuleTemplateState, opts?: pulumi.CustomResourceOptions): ApprovalRuleTemplate;
45
+ /**
46
+ * Returns true if the given object is an instance of ApprovalRuleTemplate. This is designed to work even
47
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
48
+ */
49
+ static isInstance(obj: any): obj is ApprovalRuleTemplate;
50
+ /**
51
+ * The ID of the approval rule template
52
+ */
53
+ readonly approvalRuleTemplateId: pulumi.Output<string>;
54
+ /**
55
+ * The content of the approval rule template. Maximum of 3000 characters.
56
+ */
57
+ readonly content: pulumi.Output<string>;
58
+ /**
59
+ * The date the approval rule template was created, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
60
+ */
61
+ readonly creationDate: pulumi.Output<string>;
62
+ /**
63
+ * The description of the approval rule template. Maximum of 1000 characters.
64
+ */
65
+ readonly description: pulumi.Output<string | undefined>;
66
+ /**
67
+ * The date the approval rule template was most recently changed, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
68
+ */
69
+ readonly lastModifiedDate: pulumi.Output<string>;
70
+ /**
71
+ * The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
72
+ */
73
+ readonly lastModifiedUser: pulumi.Output<string>;
74
+ /**
75
+ * The name for the approval rule template. Maximum of 100 characters.
76
+ */
77
+ readonly name: pulumi.Output<string>;
78
+ /**
79
+ * The SHA-256 hash signature for the content of the approval rule template.
80
+ */
81
+ readonly ruleContentSha256: pulumi.Output<string>;
82
+ /**
83
+ * Create a ApprovalRuleTemplate resource with the given unique name, arguments, and options.
84
+ *
85
+ * @param name The _unique_ name of the resource.
86
+ * @param args The arguments to use to populate this resource's properties.
87
+ * @param opts A bag of options that control this resource's behavior.
88
+ */
89
+ constructor(name: string, args: ApprovalRuleTemplateArgs, opts?: pulumi.CustomResourceOptions);
90
+ }
91
+ /**
92
+ * Input properties used for looking up and filtering ApprovalRuleTemplate resources.
93
+ */
94
+ export interface ApprovalRuleTemplateState {
95
+ /**
96
+ * The ID of the approval rule template
97
+ */
98
+ approvalRuleTemplateId?: pulumi.Input<string>;
99
+ /**
100
+ * The content of the approval rule template. Maximum of 3000 characters.
101
+ */
102
+ content?: pulumi.Input<string>;
103
+ /**
104
+ * The date the approval rule template was created, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
105
+ */
106
+ creationDate?: pulumi.Input<string>;
107
+ /**
108
+ * The description of the approval rule template. Maximum of 1000 characters.
109
+ */
110
+ description?: pulumi.Input<string>;
111
+ /**
112
+ * The date the approval rule template was most recently changed, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
113
+ */
114
+ lastModifiedDate?: pulumi.Input<string>;
115
+ /**
116
+ * The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
117
+ */
118
+ lastModifiedUser?: pulumi.Input<string>;
119
+ /**
120
+ * The name for the approval rule template. Maximum of 100 characters.
121
+ */
122
+ name?: pulumi.Input<string>;
123
+ /**
124
+ * The SHA-256 hash signature for the content of the approval rule template.
125
+ */
126
+ ruleContentSha256?: pulumi.Input<string>;
127
+ }
128
+ /**
129
+ * The set of arguments for constructing a ApprovalRuleTemplate resource.
130
+ */
131
+ export interface ApprovalRuleTemplateArgs {
132
+ /**
133
+ * The content of the approval rule template. Maximum of 3000 characters.
134
+ */
135
+ content: pulumi.Input<string>;
136
+ /**
137
+ * The description of the approval rule template. Maximum of 1000 characters.
138
+ */
139
+ description?: pulumi.Input<string>;
140
+ /**
141
+ * The name for the approval rule template. Maximum of 100 characters.
142
+ */
143
+ name?: pulumi.Input<string>;
144
+ }
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ApprovalRuleTemplate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a CodeCommit Approval Rule Template Resource.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = new aws.codecommit.ApprovalRuleTemplate("example", {
18
+ * content: `{
19
+ * "Version": "2018-11-08",
20
+ * "DestinationReferences": ["refs/heads/master"],
21
+ * "Statements": [{
22
+ * "Type": "Approvers",
23
+ * "NumberOfApprovalsNeeded": 2,
24
+ * "ApprovalPoolMembers": ["arn:aws:sts::123456789012:assumed-role/CodeCommitReview/*"]
25
+ * }]
26
+ * }
27
+ * `,
28
+ * description: "This is an example approval rule template",
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * CodeCommit approval rule templates can be imported using the `name`, e.g.
35
+ *
36
+ * ```sh
37
+ * $ pulumi import aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate imported ExistingApprovalRuleTemplateName
38
+ * ```
39
+ */
40
+ class ApprovalRuleTemplate extends pulumi.CustomResource {
41
+ constructor(name, argsOrState, opts) {
42
+ let inputs = {};
43
+ opts = opts || {};
44
+ if (opts.id) {
45
+ const state = argsOrState;
46
+ inputs["approvalRuleTemplateId"] = state ? state.approvalRuleTemplateId : undefined;
47
+ inputs["content"] = state ? state.content : undefined;
48
+ inputs["creationDate"] = state ? state.creationDate : undefined;
49
+ inputs["description"] = state ? state.description : undefined;
50
+ inputs["lastModifiedDate"] = state ? state.lastModifiedDate : undefined;
51
+ inputs["lastModifiedUser"] = state ? state.lastModifiedUser : undefined;
52
+ inputs["name"] = state ? state.name : undefined;
53
+ inputs["ruleContentSha256"] = state ? state.ruleContentSha256 : undefined;
54
+ }
55
+ else {
56
+ const args = argsOrState;
57
+ if ((!args || args.content === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'content'");
59
+ }
60
+ inputs["content"] = args ? args.content : undefined;
61
+ inputs["description"] = args ? args.description : undefined;
62
+ inputs["name"] = args ? args.name : undefined;
63
+ inputs["approvalRuleTemplateId"] = undefined /*out*/;
64
+ inputs["creationDate"] = undefined /*out*/;
65
+ inputs["lastModifiedDate"] = undefined /*out*/;
66
+ inputs["lastModifiedUser"] = undefined /*out*/;
67
+ inputs["ruleContentSha256"] = undefined /*out*/;
68
+ }
69
+ if (!opts.version) {
70
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
71
+ }
72
+ super(ApprovalRuleTemplate.__pulumiType, name, inputs, opts);
73
+ }
74
+ /**
75
+ * Get an existing ApprovalRuleTemplate resource's state with the given name, ID, and optional extra
76
+ * properties used to qualify the lookup.
77
+ *
78
+ * @param name The _unique_ name of the resulting resource.
79
+ * @param id The _unique_ provider ID of the resource to lookup.
80
+ * @param state Any extra arguments used during the lookup.
81
+ * @param opts Optional settings to control the behavior of the CustomResource.
82
+ */
83
+ static get(name, id, state, opts) {
84
+ return new ApprovalRuleTemplate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
85
+ }
86
+ /**
87
+ * Returns true if the given object is an instance of ApprovalRuleTemplate. This is designed to work even
88
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
89
+ */
90
+ static isInstance(obj) {
91
+ if (obj === undefined || obj === null) {
92
+ return false;
93
+ }
94
+ return obj['__pulumiType'] === ApprovalRuleTemplate.__pulumiType;
95
+ }
96
+ }
97
+ exports.ApprovalRuleTemplate = ApprovalRuleTemplate;
98
+ /** @internal */
99
+ ApprovalRuleTemplate.__pulumiType = 'aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate';
100
+ //# sourceMappingURL=approvalRuleTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approvalRuleTemplate.js","sourceRoot":"","sources":["../../codecommit/approvalRuleTemplate.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,83 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Associates a CodeCommit Approval Rule Template with a Repository.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aws from "@pulumi/aws";
10
+ *
11
+ * const example = new aws.codecommit.ApprovalRuleTemplateAssociation("example", {
12
+ * approvalRuleTemplateName: aws_codecommit_approval_rule_template.example.name,
13
+ * repositoryName: aws_codecommit_repository.example.repository_name,
14
+ * });
15
+ * ```
16
+ *
17
+ * ## Import
18
+ *
19
+ * CodeCommit approval rule template associations can be imported using the `approval_rule_template_name` and `repository_name` separated by a comma (`,`), e.g.
20
+ *
21
+ * ```sh
22
+ * $ pulumi import aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation example approver-rule-for-example,MyExampleRepo
23
+ * ```
24
+ */
25
+ export declare class ApprovalRuleTemplateAssociation extends pulumi.CustomResource {
26
+ /**
27
+ * Get an existing ApprovalRuleTemplateAssociation resource's state with the given name, ID, and optional extra
28
+ * properties used to qualify the lookup.
29
+ *
30
+ * @param name The _unique_ name of the resulting resource.
31
+ * @param id The _unique_ provider ID of the resource to lookup.
32
+ * @param state Any extra arguments used during the lookup.
33
+ * @param opts Optional settings to control the behavior of the CustomResource.
34
+ */
35
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApprovalRuleTemplateAssociationState, opts?: pulumi.CustomResourceOptions): ApprovalRuleTemplateAssociation;
36
+ /**
37
+ * Returns true if the given object is an instance of ApprovalRuleTemplateAssociation. This is designed to work even
38
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
39
+ */
40
+ static isInstance(obj: any): obj is ApprovalRuleTemplateAssociation;
41
+ /**
42
+ * The name for the approval rule template.
43
+ */
44
+ readonly approvalRuleTemplateName: pulumi.Output<string>;
45
+ /**
46
+ * The name of the repository that you want to associate with the template.
47
+ */
48
+ readonly repositoryName: pulumi.Output<string>;
49
+ /**
50
+ * Create a ApprovalRuleTemplateAssociation resource with the given unique name, arguments, and options.
51
+ *
52
+ * @param name The _unique_ name of the resource.
53
+ * @param args The arguments to use to populate this resource's properties.
54
+ * @param opts A bag of options that control this resource's behavior.
55
+ */
56
+ constructor(name: string, args: ApprovalRuleTemplateAssociationArgs, opts?: pulumi.CustomResourceOptions);
57
+ }
58
+ /**
59
+ * Input properties used for looking up and filtering ApprovalRuleTemplateAssociation resources.
60
+ */
61
+ export interface ApprovalRuleTemplateAssociationState {
62
+ /**
63
+ * The name for the approval rule template.
64
+ */
65
+ approvalRuleTemplateName?: pulumi.Input<string>;
66
+ /**
67
+ * The name of the repository that you want to associate with the template.
68
+ */
69
+ repositoryName?: pulumi.Input<string>;
70
+ }
71
+ /**
72
+ * The set of arguments for constructing a ApprovalRuleTemplateAssociation resource.
73
+ */
74
+ export interface ApprovalRuleTemplateAssociationArgs {
75
+ /**
76
+ * The name for the approval rule template.
77
+ */
78
+ approvalRuleTemplateName: pulumi.Input<string>;
79
+ /**
80
+ * The name of the repository that you want to associate with the template.
81
+ */
82
+ repositoryName: pulumi.Input<string>;
83
+ }
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ApprovalRuleTemplateAssociation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Associates a CodeCommit Approval Rule Template with a Repository.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = new aws.codecommit.ApprovalRuleTemplateAssociation("example", {
18
+ * approvalRuleTemplateName: aws_codecommit_approval_rule_template.example.name,
19
+ * repositoryName: aws_codecommit_repository.example.repository_name,
20
+ * });
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * CodeCommit approval rule template associations can be imported using the `approval_rule_template_name` and `repository_name` separated by a comma (`,`), e.g.
26
+ *
27
+ * ```sh
28
+ * $ pulumi import aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation example approver-rule-for-example,MyExampleRepo
29
+ * ```
30
+ */
31
+ class ApprovalRuleTemplateAssociation extends pulumi.CustomResource {
32
+ constructor(name, argsOrState, opts) {
33
+ let inputs = {};
34
+ opts = opts || {};
35
+ if (opts.id) {
36
+ const state = argsOrState;
37
+ inputs["approvalRuleTemplateName"] = state ? state.approvalRuleTemplateName : undefined;
38
+ inputs["repositoryName"] = state ? state.repositoryName : undefined;
39
+ }
40
+ else {
41
+ const args = argsOrState;
42
+ if ((!args || args.approvalRuleTemplateName === undefined) && !opts.urn) {
43
+ throw new Error("Missing required property 'approvalRuleTemplateName'");
44
+ }
45
+ if ((!args || args.repositoryName === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'repositoryName'");
47
+ }
48
+ inputs["approvalRuleTemplateName"] = args ? args.approvalRuleTemplateName : undefined;
49
+ inputs["repositoryName"] = args ? args.repositoryName : undefined;
50
+ }
51
+ if (!opts.version) {
52
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
53
+ }
54
+ super(ApprovalRuleTemplateAssociation.__pulumiType, name, inputs, opts);
55
+ }
56
+ /**
57
+ * Get an existing ApprovalRuleTemplateAssociation resource's state with the given name, ID, and optional extra
58
+ * properties used to qualify the lookup.
59
+ *
60
+ * @param name The _unique_ name of the resulting resource.
61
+ * @param id The _unique_ provider ID of the resource to lookup.
62
+ * @param state Any extra arguments used during the lookup.
63
+ * @param opts Optional settings to control the behavior of the CustomResource.
64
+ */
65
+ static get(name, id, state, opts) {
66
+ return new ApprovalRuleTemplateAssociation(name, state, Object.assign(Object.assign({}, opts), { id: id }));
67
+ }
68
+ /**
69
+ * Returns true if the given object is an instance of ApprovalRuleTemplateAssociation. This is designed to work even
70
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
71
+ */
72
+ static isInstance(obj) {
73
+ if (obj === undefined || obj === null) {
74
+ return false;
75
+ }
76
+ return obj['__pulumiType'] === ApprovalRuleTemplateAssociation.__pulumiType;
77
+ }
78
+ }
79
+ exports.ApprovalRuleTemplateAssociation = ApprovalRuleTemplateAssociation;
80
+ /** @internal */
81
+ ApprovalRuleTemplateAssociation.__pulumiType = 'aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation';
82
+ //# sourceMappingURL=approvalRuleTemplateAssociation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approvalRuleTemplateAssociation.js","sourceRoot":"","sources":["../../codecommit/approvalRuleTemplateAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;IA6CtE,YAAY,IAAY,EAAE,WAAwF,EAAE,IAAmC;QACnJ,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+D,CAAC;YAC9E,MAAM,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAA8D,CAAC;YAC5E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,wBAAwB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrE,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;aAC3E;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,+BAA+B,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4C,EAAE,IAAmC;QAC1I,OAAO,IAAI,+BAA+B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtF,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,+BAA+B,CAAC,YAAY,CAAC;IAChF,CAAC;;AA1BL,0EAoEC;AAtDG,gBAAgB;AACO,4CAAY,GAAG,gFAAgF,CAAC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides details about a specific CodeCommit Approval Rule Template.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aws from "@pulumi/aws";
10
+ *
11
+ * const example = pulumi.output(aws.codecommit.getApprovalRuleTemplate({
12
+ * name: "MyExampleApprovalRuleTemplate",
13
+ * }));
14
+ * ```
15
+ */
16
+ export declare function getApprovalRuleTemplate(args: GetApprovalRuleTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetApprovalRuleTemplateResult>;
17
+ /**
18
+ * A collection of arguments for invoking getApprovalRuleTemplate.
19
+ */
20
+ export interface GetApprovalRuleTemplateArgs {
21
+ /**
22
+ * The name for the approval rule template. This needs to be less than 100 characters.
23
+ */
24
+ name: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getApprovalRuleTemplate.
28
+ */
29
+ export interface GetApprovalRuleTemplateResult {
30
+ /**
31
+ * The ID of the approval rule template.
32
+ */
33
+ readonly approvalRuleTemplateId: string;
34
+ /**
35
+ * The content of the approval rule template.
36
+ */
37
+ readonly content: string;
38
+ /**
39
+ * The date the approval rule template was created, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
40
+ */
41
+ readonly creationDate: string;
42
+ /**
43
+ * The description of the approval rule template.
44
+ */
45
+ readonly description: string;
46
+ /**
47
+ * The provider-assigned unique ID for this managed resource.
48
+ */
49
+ readonly id: string;
50
+ /**
51
+ * The date the approval rule template was most recently changed, in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8).
52
+ */
53
+ readonly lastModifiedDate: string;
54
+ /**
55
+ * The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.
56
+ */
57
+ readonly lastModifiedUser: string;
58
+ readonly name: string;
59
+ /**
60
+ * The SHA-256 hash signature for the content of the approval rule template.
61
+ */
62
+ readonly ruleContentSha256: string;
63
+ }
64
+ export declare function getApprovalRuleTemplateOutput(args: GetApprovalRuleTemplateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetApprovalRuleTemplateResult>;
65
+ /**
66
+ * A collection of arguments for invoking getApprovalRuleTemplate.
67
+ */
68
+ export interface GetApprovalRuleTemplateOutputArgs {
69
+ /**
70
+ * The name for the approval rule template. This needs to be less than 100 characters.
71
+ */
72
+ name: pulumi.Input<string>;
73
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApprovalRuleTemplateOutput = exports.getApprovalRuleTemplate = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides details about a specific CodeCommit Approval Rule Template.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = pulumi.output(aws.codecommit.getApprovalRuleTemplate({
18
+ * name: "MyExampleApprovalRuleTemplate",
19
+ * }));
20
+ * ```
21
+ */
22
+ function getApprovalRuleTemplate(args, opts) {
23
+ if (!opts) {
24
+ opts = {};
25
+ }
26
+ if (!opts.version) {
27
+ opts.version = utilities.getVersion();
28
+ }
29
+ return pulumi.runtime.invoke("aws:codecommit/getApprovalRuleTemplate:getApprovalRuleTemplate", {
30
+ "name": args.name,
31
+ }, opts);
32
+ }
33
+ exports.getApprovalRuleTemplate = getApprovalRuleTemplate;
34
+ function getApprovalRuleTemplateOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getApprovalRuleTemplate(a, opts));
36
+ }
37
+ exports.getApprovalRuleTemplateOutput = getApprovalRuleTemplateOutput;
38
+ //# sourceMappingURL=getApprovalRuleTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getApprovalRuleTemplate.js","sourceRoot":"","sources":["../../codecommit/getApprovalRuleTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0DAWC;AAmDD,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,sEAEC"}
@@ -1,3 +1,6 @@
1
+ export * from "./approvalRuleTemplate";
2
+ export * from "./approvalRuleTemplateAssociation";
3
+ export * from "./getApprovalRuleTemplate";
1
4
  export * from "./getRepository";
2
5
  export * from "./repository";
3
6
  export * from "./trigger";
@@ -15,16 +15,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
15
15
  const pulumi = require("@pulumi/pulumi");
16
16
  const utilities = require("../utilities");
17
17
  // Export members:
18
+ __exportStar(require("./approvalRuleTemplate"), exports);
19
+ __exportStar(require("./approvalRuleTemplateAssociation"), exports);
20
+ __exportStar(require("./getApprovalRuleTemplate"), exports);
18
21
  __exportStar(require("./getRepository"), exports);
19
22
  __exportStar(require("./repository"), exports);
20
23
  __exportStar(require("./trigger"), exports);
21
24
  // Import resources to register:
25
+ const approvalRuleTemplate_1 = require("./approvalRuleTemplate");
26
+ const approvalRuleTemplateAssociation_1 = require("./approvalRuleTemplateAssociation");
22
27
  const repository_1 = require("./repository");
23
28
  const trigger_1 = require("./trigger");
24
29
  const _module = {
25
30
  version: utilities.getVersion(),
26
31
  construct: (name, type, urn) => {
27
32
  switch (type) {
33
+ case "aws:codecommit/approvalRuleTemplate:ApprovalRuleTemplate":
34
+ return new approvalRuleTemplate_1.ApprovalRuleTemplate(name, undefined, { urn });
35
+ case "aws:codecommit/approvalRuleTemplateAssociation:ApprovalRuleTemplateAssociation":
36
+ return new approvalRuleTemplateAssociation_1.ApprovalRuleTemplateAssociation(name, undefined, { urn });
28
37
  case "aws:codecommit/repository:Repository":
29
38
  return new repository_1.Repository(name, undefined, { urn });
30
39
  case "aws:codecommit/trigger:Trigger":
@@ -34,6 +43,8 @@ const _module = {
34
43
  }
35
44
  },
36
45
  };
46
+ pulumi.runtime.registerResourceModule("aws", "codecommit/approvalRuleTemplate", _module);
47
+ pulumi.runtime.registerResourceModule("aws", "codecommit/approvalRuleTemplateAssociation", _module);
37
48
  pulumi.runtime.registerResourceModule("aws", "codecommit/repository", _module);
38
49
  pulumi.runtime.registerResourceModule("aws", "codecommit/trigger", _module);
39
50
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../codecommit/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,kDAAgC;AAChC,+CAA6B;AAC7B,4CAA0B;AAE1B,gCAAgC;AAChC,6CAA0C;AAC1C,uCAAoC;AAEpC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,sCAAsC;gBACvC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,iBAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../codecommit/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,yDAAuC;AACvC,oEAAkD;AAClD,4DAA0C;AAC1C,kDAAgC;AAChC,+CAA6B;AAC7B,4CAA0B;AAE1B,gCAAgC;AAChC,iEAA8D;AAC9D,uFAAoF;AACpF,6CAA0C;AAC1C,uCAAoC;AAEpC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,0DAA0D;gBAC3D,OAAO,IAAI,2CAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,gFAAgF;gBACjF,OAAO,IAAI,iEAA+B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7E,KAAK,sCAAsC;gBACvC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,iBAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iCAAiC,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4CAA4C,EAAE,OAAO,CAAC,CAAA;AACnG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}