@pulumi/aws 7.17.0-alpha.1770139809 → 7.17.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 (223) hide show
  1. package/acm/certificate.d.ts +2 -2
  2. package/acm/certificate.js +2 -2
  3. package/acmpca/certificate.d.ts +2 -2
  4. package/acmpca/certificate.js +2 -2
  5. package/apigateway/domainName.d.ts +12 -0
  6. package/apigateway/domainName.js +2 -0
  7. package/apigateway/domainName.js.map +1 -1
  8. package/apigatewayv2/domainName.d.ts +12 -0
  9. package/apigatewayv2/domainName.js +2 -0
  10. package/apigatewayv2/domainName.js.map +1 -1
  11. package/apigatewayv2/index.d.ts +3 -0
  12. package/apigatewayv2/index.js +6 -1
  13. package/apigatewayv2/index.js.map +1 -1
  14. package/apigatewayv2/routingRule.d.ts +166 -0
  15. package/apigatewayv2/routingRule.js +113 -0
  16. package/apigatewayv2/routingRule.js.map +1 -0
  17. package/arcregionswitch/getPlan.d.ts +118 -0
  18. package/arcregionswitch/getPlan.js +56 -0
  19. package/arcregionswitch/getPlan.js.map +1 -0
  20. package/arcregionswitch/getRoute53HealthChecks.d.ts +80 -0
  21. package/arcregionswitch/getRoute53HealthChecks.js +56 -0
  22. package/arcregionswitch/getRoute53HealthChecks.js.map +1 -0
  23. package/arcregionswitch/index.d.ts +9 -0
  24. package/arcregionswitch/index.js +28 -0
  25. package/arcregionswitch/index.js.map +1 -0
  26. package/arcregionswitch/plan.d.ts +384 -0
  27. package/arcregionswitch/plan.js +253 -0
  28. package/arcregionswitch/plan.js.map +1 -0
  29. package/autoscaling/group.d.ts +3 -3
  30. package/bedrock/agentDataSource.d.ts +37 -0
  31. package/bedrock/agentDataSource.js +37 -0
  32. package/bedrock/agentDataSource.js.map +1 -1
  33. package/cleanrooms/collaboration.d.ts +27 -59
  34. package/cleanrooms/collaboration.js.map +1 -1
  35. package/cloudfront/anycastIpList.d.ts +150 -0
  36. package/cloudfront/anycastIpList.js +91 -0
  37. package/cloudfront/anycastIpList.js.map +1 -0
  38. package/cloudfront/index.d.ts +3 -0
  39. package/cloudfront/index.js +6 -1
  40. package/cloudfront/index.js.map +1 -1
  41. package/cloudfront/multitenantDistribution.d.ts +65 -0
  42. package/cloudfront/multitenantDistribution.js +65 -0
  43. package/cloudfront/multitenantDistribution.js.map +1 -1
  44. package/codebuild/webhook.d.ts +2 -2
  45. package/codebuild/webhook.js +2 -2
  46. package/codepipeline/webhook.d.ts +2 -2
  47. package/codepipeline/webhook.js +2 -2
  48. package/docdb/clusterInstance.d.ts +72 -140
  49. package/docdb/clusterInstance.js +4 -7
  50. package/docdb/clusterInstance.js.map +1 -1
  51. package/dynamodb/table.d.ts +92 -3
  52. package/dynamodb/table.js +83 -0
  53. package/dynamodb/table.js.map +1 -1
  54. package/ec2/getVpcIpamPool.d.ts +4 -0
  55. package/ec2/getVpcIpamPool.js.map +1 -1
  56. package/ec2/index.d.ts +3 -0
  57. package/ec2/index.js +6 -1
  58. package/ec2/index.js.map +1 -1
  59. package/ec2/launchTemplate.d.ts +3 -0
  60. package/ec2/launchTemplate.js +2 -0
  61. package/ec2/launchTemplate.js.map +1 -1
  62. package/ec2/placementGroup.d.ts +3 -3
  63. package/ec2/securityGroup.d.ts +1 -1
  64. package/ec2/securityGroup.js +1 -1
  65. package/ec2/subnet.d.ts +107 -14
  66. package/ec2/subnet.js +59 -0
  67. package/ec2/subnet.js.map +1 -1
  68. package/ec2/vpcIpamPool.d.ts +54 -0
  69. package/ec2/vpcIpamPool.js +42 -0
  70. package/ec2/vpcIpamPool.js.map +1 -1
  71. package/ec2/vpcIpamResourceDiscovery.d.ts +12 -0
  72. package/ec2/vpcIpamResourceDiscovery.js +2 -0
  73. package/ec2/vpcIpamResourceDiscovery.js.map +1 -1
  74. package/ec2/vpcSecurityGroupRulesExclusive.d.ts +93 -0
  75. package/ec2/vpcSecurityGroupRulesExclusive.js +73 -0
  76. package/ec2/vpcSecurityGroupRulesExclusive.js.map +1 -0
  77. package/ec2transitgateway/vpcAttachment.d.ts +0 -18
  78. package/ec2transitgateway/vpcAttachment.js.map +1 -1
  79. package/ecr/accountSetting.d.ts +19 -4
  80. package/ecr/accountSetting.js +13 -1
  81. package/ecr/accountSetting.js.map +1 -1
  82. package/eks/addon.d.ts +46 -0
  83. package/eks/addon.js +46 -0
  84. package/eks/addon.js.map +1 -1
  85. package/fsx/windowsFileSystem.d.ts +22 -0
  86. package/fsx/windowsFileSystem.js +22 -0
  87. package/fsx/windowsFileSystem.js.map +1 -1
  88. package/index.d.ts +3 -1
  89. package/index.js +10 -6
  90. package/index.js.map +1 -1
  91. package/invoicing/invoiceUnit.d.ts +9 -3
  92. package/invoicing/invoiceUnit.js.map +1 -1
  93. package/iot/caCertificate.d.ts +4 -4
  94. package/iot/caCertificate.js +4 -4
  95. package/iot/getEndpoint.d.ts +12 -12
  96. package/iot/getEndpoint.js +12 -12
  97. package/iot/getRegistrationCode.d.ts +4 -4
  98. package/iot/getRegistrationCode.js +4 -4
  99. package/lambda/function.d.ts +3 -3
  100. package/memorydb/user.d.ts +1 -1
  101. package/memorydb/user.js +1 -1
  102. package/notifications/index.d.ts +12 -0
  103. package/notifications/index.js +21 -1
  104. package/notifications/index.js.map +1 -1
  105. package/notifications/managedNotificationAccountContactAssociation.d.ts +85 -0
  106. package/notifications/managedNotificationAccountContactAssociation.js +82 -0
  107. package/notifications/managedNotificationAccountContactAssociation.js.map +1 -0
  108. package/notifications/managedNotificationAdditionalChannelAssociation.d.ts +89 -0
  109. package/notifications/managedNotificationAdditionalChannelAssociation.js +86 -0
  110. package/notifications/managedNotificationAdditionalChannelAssociation.js.map +1 -0
  111. package/notifications/organizationalUnitAssociation.d.ts +121 -0
  112. package/notifications/organizationalUnitAssociation.js +118 -0
  113. package/notifications/organizationalUnitAssociation.js.map +1 -0
  114. package/notifications/organizationsAccess.d.ts +79 -0
  115. package/notifications/organizationsAccess.js +80 -0
  116. package/notifications/organizationsAccess.js.map +1 -0
  117. package/odb/network.d.ts +48 -0
  118. package/odb/network.js +8 -0
  119. package/odb/network.js.map +1 -1
  120. package/opensearch/application.d.ts +334 -0
  121. package/opensearch/application.js +244 -0
  122. package/opensearch/application.js.map +1 -0
  123. package/opensearch/index.d.ts +3 -0
  124. package/opensearch/index.js +6 -1
  125. package/opensearch/index.js.map +1 -1
  126. package/organizations/getEntityPath.d.ts +63 -0
  127. package/organizations/getEntityPath.js +50 -0
  128. package/organizations/getEntityPath.js.map +1 -0
  129. package/organizations/getOrganization.d.ts +21 -2
  130. package/organizations/getOrganization.js +10 -4
  131. package/organizations/getOrganization.js.map +1 -1
  132. package/organizations/index.d.ts +4 -1
  133. package/organizations/index.js +4 -1
  134. package/organizations/index.js.map +1 -1
  135. package/organizations/organization.d.ts +12 -0
  136. package/organizations/organization.js +2 -0
  137. package/organizations/organization.js.map +1 -1
  138. package/package.json +2 -2
  139. package/ram/index.d.ts +6 -0
  140. package/ram/index.js +11 -1
  141. package/ram/index.js.map +1 -1
  142. package/ram/permission.d.ts +193 -0
  143. package/ram/permission.js +117 -0
  144. package/ram/permission.js.map +1 -0
  145. package/ram/resourceShareAssociationsExclusive.d.ts +123 -0
  146. package/ram/resourceShareAssociationsExclusive.js +69 -0
  147. package/ram/resourceShareAssociationsExclusive.js.map +1 -0
  148. package/resourcegroupstaggingapi/getRequiredTags.d.ts +64 -0
  149. package/resourcegroupstaggingapi/getRequiredTags.js +52 -0
  150. package/resourcegroupstaggingapi/getRequiredTags.js.map +1 -0
  151. package/resourcegroupstaggingapi/index.d.ts +3 -0
  152. package/resourcegroupstaggingapi/index.js +4 -1
  153. package/resourcegroupstaggingapi/index.js.map +1 -1
  154. package/route53/healthCheck.d.ts +4 -4
  155. package/s3/bucketReplicationConfig.d.ts +3 -0
  156. package/s3/bucketReplicationConfig.js.map +1 -1
  157. package/s3/getBucketObjectLockConfiguration.d.ts +94 -0
  158. package/s3/getBucketObjectLockConfiguration.js +58 -0
  159. package/s3/getBucketObjectLockConfiguration.js.map +1 -0
  160. package/s3/getBucketReplicationConfiguration.d.ts +81 -0
  161. package/s3/getBucketReplicationConfiguration.js +56 -0
  162. package/s3/getBucketReplicationConfiguration.js.map +1 -0
  163. package/s3/getObject.d.ts +14 -1
  164. package/s3/getObject.js +2 -0
  165. package/s3/getObject.js.map +1 -1
  166. package/s3/index.d.ts +6 -0
  167. package/s3/index.js +8 -2
  168. package/s3/index.js.map +1 -1
  169. package/s3control/getAccessPoints.d.ts +131 -0
  170. package/s3control/getAccessPoints.js +82 -0
  171. package/s3control/getAccessPoints.js.map +1 -0
  172. package/s3control/getMultiRegionAccessPoints.d.ts +76 -0
  173. package/s3control/getMultiRegionAccessPoints.js +54 -0
  174. package/s3control/getMultiRegionAccessPoints.js.map +1 -0
  175. package/s3control/index.d.ts +6 -0
  176. package/s3control/index.js +7 -1
  177. package/s3control/index.js.map +1 -1
  178. package/sagemaker/index.d.ts +9 -0
  179. package/sagemaker/index.js +16 -1
  180. package/sagemaker/index.js.map +1 -1
  181. package/sagemaker/labelingJob.d.ts +280 -0
  182. package/sagemaker/labelingJob.js +142 -0
  183. package/sagemaker/labelingJob.js.map +1 -0
  184. package/sagemaker/modelCard.d.ts +176 -0
  185. package/sagemaker/modelCard.js +111 -0
  186. package/sagemaker/modelCard.js.map +1 -0
  187. package/sagemaker/modelCardExportJob.d.ts +136 -0
  188. package/sagemaker/modelCardExportJob.js +97 -0
  189. package/sagemaker/modelCardExportJob.js.map +1 -0
  190. package/savingsplans/getSavingsPlan.d.ts +128 -0
  191. package/savingsplans/getSavingsPlan.js +52 -0
  192. package/savingsplans/getSavingsPlan.js.map +1 -0
  193. package/savingsplans/index.d.ts +6 -0
  194. package/savingsplans/index.js +25 -0
  195. package/savingsplans/index.js.map +1 -0
  196. package/savingsplans/savingsPlan.d.ts +297 -0
  197. package/savingsplans/savingsPlan.js +143 -0
  198. package/savingsplans/savingsPlan.js.map +1 -0
  199. package/sesv2/index.d.ts +3 -0
  200. package/sesv2/index.js +6 -1
  201. package/sesv2/index.js.map +1 -1
  202. package/sesv2/tenantResourceAssociation.d.ts +103 -0
  203. package/sesv2/tenantResourceAssociation.js +84 -0
  204. package/sesv2/tenantResourceAssociation.js.map +1 -0
  205. package/ssoadmin/index.d.ts +3 -0
  206. package/ssoadmin/index.js +6 -1
  207. package/ssoadmin/index.js.map +1 -1
  208. package/ssoadmin/managedPolicyAttachment.d.ts +2 -0
  209. package/ssoadmin/managedPolicyAttachment.js +2 -0
  210. package/ssoadmin/managedPolicyAttachment.js.map +1 -1
  211. package/ssoadmin/managedPolicyAttachmentsExclusive.d.ts +151 -0
  212. package/ssoadmin/managedPolicyAttachmentsExclusive.js +122 -0
  213. package/ssoadmin/managedPolicyAttachmentsExclusive.js.map +1 -0
  214. package/types/input.d.ts +1766 -15
  215. package/types/input.js.map +1 -1
  216. package/types/output.d.ts +2169 -14
  217. package/types/output.js.map +1 -1
  218. package/wafv2/getManagedRuleGroup.d.ts +127 -0
  219. package/wafv2/getManagedRuleGroup.js +62 -0
  220. package/wafv2/getManagedRuleGroup.js.map +1 -0
  221. package/wafv2/index.d.ts +3 -0
  222. package/wafv2/index.js +4 -1
  223. package/wafv2/index.js.map +1 -1
@@ -0,0 +1,118 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data source for managing an Amazon ARC Region Switch plan.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ### Basic Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as aws from "@pulumi/aws";
12
+ *
13
+ * const example = aws.arcregionswitch.getPlan({
14
+ * arn: "arn:aws:arcregionswitch:us-west-2:123456789012:plan/example-plan",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getPlan(args: GetPlanArgs, opts?: pulumi.InvokeOptions): Promise<GetPlanResult>;
19
+ /**
20
+ * A collection of arguments for invoking getPlan.
21
+ */
22
+ export interface GetPlanArgs {
23
+ /**
24
+ * ARN of the ARC Region Switch Plan.
25
+ */
26
+ arn: string;
27
+ /**
28
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
29
+ */
30
+ region?: string;
31
+ }
32
+ /**
33
+ * A collection of values returned by getPlan.
34
+ */
35
+ export interface GetPlanResult {
36
+ readonly arn: string;
37
+ /**
38
+ * Description of the plan.
39
+ */
40
+ readonly description: string;
41
+ /**
42
+ * Execution role ARN for the plan.
43
+ */
44
+ readonly executionRole: string;
45
+ /**
46
+ * The provider-assigned unique ID for this managed resource.
47
+ */
48
+ readonly id: string;
49
+ /**
50
+ * Name of the plan.
51
+ */
52
+ readonly name: string;
53
+ /**
54
+ * Owner of the plan.
55
+ */
56
+ readonly owner: string;
57
+ /**
58
+ * Primary region for the plan.
59
+ */
60
+ readonly primaryRegion: string;
61
+ /**
62
+ * Recovery approach for the plan.
63
+ */
64
+ readonly recoveryApproach: string;
65
+ /**
66
+ * Recovery time objective in minutes.
67
+ */
68
+ readonly recoveryTimeObjectiveMinutes: number;
69
+ readonly region: string;
70
+ /**
71
+ * List of regions included in the plan.
72
+ */
73
+ readonly regions: string[];
74
+ /**
75
+ * Map of tags assigned to the resource.
76
+ */
77
+ readonly tags: {
78
+ [key: string]: string;
79
+ };
80
+ /**
81
+ * Timestamp when the plan was last updated (RFC3339 format).
82
+ */
83
+ readonly updatedAt: string;
84
+ /**
85
+ * Version of the plan.
86
+ */
87
+ readonly version: string;
88
+ }
89
+ /**
90
+ * Data source for managing an Amazon ARC Region Switch plan.
91
+ *
92
+ * ## Example Usage
93
+ *
94
+ * ### Basic Usage
95
+ *
96
+ * ```typescript
97
+ * import * as pulumi from "@pulumi/pulumi";
98
+ * import * as aws from "@pulumi/aws";
99
+ *
100
+ * const example = aws.arcregionswitch.getPlan({
101
+ * arn: "arn:aws:arcregionswitch:us-west-2:123456789012:plan/example-plan",
102
+ * });
103
+ * ```
104
+ */
105
+ export declare function getPlanOutput(args: GetPlanOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPlanResult>;
106
+ /**
107
+ * A collection of arguments for invoking getPlan.
108
+ */
109
+ export interface GetPlanOutputArgs {
110
+ /**
111
+ * ARN of the ARC Region Switch Plan.
112
+ */
113
+ arn: pulumi.Input<string>;
114
+ /**
115
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
116
+ */
117
+ region?: pulumi.Input<string>;
118
+ }
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getPlanOutput = exports.getPlan = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for managing an Amazon ARC Region Switch plan.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Basic Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const example = aws.arcregionswitch.getPlan({
20
+ * arn: "arn:aws:arcregionswitch:us-west-2:123456789012:plan/example-plan",
21
+ * });
22
+ * ```
23
+ */
24
+ function getPlan(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("aws:arcregionswitch/getPlan:getPlan", {
27
+ "arn": args.arn,
28
+ "region": args.region,
29
+ }, opts);
30
+ }
31
+ exports.getPlan = getPlan;
32
+ /**
33
+ * Data source for managing an Amazon ARC Region Switch plan.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ### Basic Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as aws from "@pulumi/aws";
42
+ *
43
+ * const example = aws.arcregionswitch.getPlan({
44
+ * arn: "arn:aws:arcregionswitch:us-west-2:123456789012:plan/example-plan",
45
+ * });
46
+ * ```
47
+ */
48
+ function getPlanOutput(args, opts) {
49
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
50
+ return pulumi.runtime.invokeOutput("aws:arcregionswitch/getPlan:getPlan", {
51
+ "arn": args.arn,
52
+ "region": args.region,
53
+ }, opts);
54
+ }
55
+ exports.getPlanOutput = getPlanOutput;
56
+ //# sourceMappingURL=getPlan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPlan.js","sourceRoot":"","sources":["../../arcregionswitch/getPlan.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAuED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
@@ -0,0 +1,80 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data source for managing Amazon ARC Region Switch Route53 Health Checks.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ### Basic Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as aws from "@pulumi/aws";
13
+ *
14
+ * const example = aws.arcregionswitch.getRoute53HealthChecks({
15
+ * planArn: "arn:aws:arc-region-switch::123456789012:plan/example-plan:abc123",
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getRoute53HealthChecks(args: GetRoute53HealthChecksArgs, opts?: pulumi.InvokeOptions): Promise<GetRoute53HealthChecksResult>;
20
+ /**
21
+ * A collection of arguments for invoking getRoute53HealthChecks.
22
+ */
23
+ export interface GetRoute53HealthChecksArgs {
24
+ /**
25
+ * ARN of the ARC Region Switch Plan.
26
+ */
27
+ planArn: string;
28
+ /**
29
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
30
+ */
31
+ region?: string;
32
+ }
33
+ /**
34
+ * A collection of values returned by getRoute53HealthChecks.
35
+ */
36
+ export interface GetRoute53HealthChecksResult {
37
+ /**
38
+ * List of Route53 health checks associated with the plan. Each health check contains:
39
+ */
40
+ readonly healthChecks: outputs.arcregionswitch.GetRoute53HealthChecksHealthCheck[];
41
+ /**
42
+ * The provider-assigned unique ID for this managed resource.
43
+ */
44
+ readonly id: string;
45
+ readonly planArn: string;
46
+ /**
47
+ * Region for the health check.
48
+ */
49
+ readonly region: string;
50
+ }
51
+ /**
52
+ * Data source for managing Amazon ARC Region Switch Route53 Health Checks.
53
+ *
54
+ * ## Example Usage
55
+ *
56
+ * ### Basic Usage
57
+ *
58
+ * ```typescript
59
+ * import * as pulumi from "@pulumi/pulumi";
60
+ * import * as aws from "@pulumi/aws";
61
+ *
62
+ * const example = aws.arcregionswitch.getRoute53HealthChecks({
63
+ * planArn: "arn:aws:arc-region-switch::123456789012:plan/example-plan:abc123",
64
+ * });
65
+ * ```
66
+ */
67
+ export declare function getRoute53HealthChecksOutput(args: GetRoute53HealthChecksOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRoute53HealthChecksResult>;
68
+ /**
69
+ * A collection of arguments for invoking getRoute53HealthChecks.
70
+ */
71
+ export interface GetRoute53HealthChecksOutputArgs {
72
+ /**
73
+ * ARN of the ARC Region Switch Plan.
74
+ */
75
+ planArn: pulumi.Input<string>;
76
+ /**
77
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
78
+ */
79
+ region?: pulumi.Input<string>;
80
+ }
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getRoute53HealthChecksOutput = exports.getRoute53HealthChecks = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for managing Amazon ARC Region Switch Route53 Health Checks.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Basic Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as aws from "@pulumi/aws";
18
+ *
19
+ * const example = aws.arcregionswitch.getRoute53HealthChecks({
20
+ * planArn: "arn:aws:arc-region-switch::123456789012:plan/example-plan:abc123",
21
+ * });
22
+ * ```
23
+ */
24
+ function getRoute53HealthChecks(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("aws:arcregionswitch/getRoute53HealthChecks:getRoute53HealthChecks", {
27
+ "planArn": args.planArn,
28
+ "region": args.region,
29
+ }, opts);
30
+ }
31
+ exports.getRoute53HealthChecks = getRoute53HealthChecks;
32
+ /**
33
+ * Data source for managing Amazon ARC Region Switch Route53 Health Checks.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ### Basic Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as aws from "@pulumi/aws";
42
+ *
43
+ * const example = aws.arcregionswitch.getRoute53HealthChecks({
44
+ * planArn: "arn:aws:arc-region-switch::123456789012:plan/example-plan:abc123",
45
+ * });
46
+ * ```
47
+ */
48
+ function getRoute53HealthChecksOutput(args, opts) {
49
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
50
+ return pulumi.runtime.invokeOutput("aws:arcregionswitch/getRoute53HealthChecks:getRoute53HealthChecks", {
51
+ "planArn": args.planArn,
52
+ "region": args.region,
53
+ }, opts);
54
+ }
55
+ exports.getRoute53HealthChecksOutput = getRoute53HealthChecksOutput;
56
+ //# sourceMappingURL=getRoute53HealthChecks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRoute53HealthChecks.js","sourceRoot":"","sources":["../../arcregionswitch/getRoute53HealthChecks.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAkCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
@@ -0,0 +1,9 @@
1
+ export { GetPlanArgs, GetPlanResult, GetPlanOutputArgs } from "./getPlan";
2
+ export declare const getPlan: typeof import("./getPlan").getPlan;
3
+ export declare const getPlanOutput: typeof import("./getPlan").getPlanOutput;
4
+ export { GetRoute53HealthChecksArgs, GetRoute53HealthChecksResult, GetRoute53HealthChecksOutputArgs } from "./getRoute53HealthChecks";
5
+ export declare const getRoute53HealthChecks: typeof import("./getRoute53HealthChecks").getRoute53HealthChecks;
6
+ export declare const getRoute53HealthChecksOutput: typeof import("./getRoute53HealthChecks").getRoute53HealthChecksOutput;
7
+ export { PlanArgs, PlanState } from "./plan";
8
+ export type Plan = import("./plan").Plan;
9
+ export declare const Plan: typeof import("./plan").Plan;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Plan = exports.getRoute53HealthChecksOutput = exports.getRoute53HealthChecks = exports.getPlanOutput = exports.getPlan = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.getPlan = null;
9
+ exports.getPlanOutput = null;
10
+ utilities.lazyLoad(exports, ["getPlan", "getPlanOutput"], () => require("./getPlan"));
11
+ exports.getRoute53HealthChecks = null;
12
+ exports.getRoute53HealthChecksOutput = null;
13
+ utilities.lazyLoad(exports, ["getRoute53HealthChecks", "getRoute53HealthChecksOutput"], () => require("./getRoute53HealthChecks"));
14
+ exports.Plan = null;
15
+ utilities.lazyLoad(exports, ["Plan"], () => require("./plan"));
16
+ const _module = {
17
+ version: utilities.getVersion(),
18
+ construct: (name, type, urn) => {
19
+ switch (type) {
20
+ case "aws:arcregionswitch/plan:Plan":
21
+ return new exports.Plan(name, undefined, { urn });
22
+ default:
23
+ throw new Error(`unknown resource type ${type}`);
24
+ }
25
+ },
26
+ };
27
+ pulumi.runtime.registerResourceModule("aws", "arcregionswitch/plan", _module);
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../arcregionswitch/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAIrH,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAG/D,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,+BAA+B;gBAChC,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA"}