@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
@@ -69,10 +69,12 @@ export declare class InvoiceUnit extends pulumi.CustomResource {
69
69
  readonly name: pulumi.Output<string>;
70
70
  /**
71
71
  * 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.
72
+ *
73
+ * @deprecated This attribute will be removed in a future verion of the provider.
72
74
  */
73
75
  readonly region: pulumi.Output<string>;
74
76
  /**
75
- * Configuration block for invoice unit rules. See below.
77
+ * Configuration block for invoice unit rules. See `rule` below.
76
78
  *
77
79
  * The following arguments are optional:
78
80
  */
@@ -129,10 +131,12 @@ export interface InvoiceUnitState {
129
131
  name?: pulumi.Input<string>;
130
132
  /**
131
133
  * 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.
134
+ *
135
+ * @deprecated This attribute will be removed in a future verion of the provider.
132
136
  */
133
137
  region?: pulumi.Input<string>;
134
138
  /**
135
- * Configuration block for invoice unit rules. See below.
139
+ * Configuration block for invoice unit rules. See `rule` below.
136
140
  *
137
141
  * The following arguments are optional:
138
142
  */
@@ -173,10 +177,12 @@ export interface InvoiceUnitArgs {
173
177
  name?: pulumi.Input<string>;
174
178
  /**
175
179
  * 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.
180
+ *
181
+ * @deprecated This attribute will be removed in a future verion of the provider.
176
182
  */
177
183
  region?: pulumi.Input<string>;
178
184
  /**
179
- * Configuration block for invoice unit rules. See below.
185
+ * Configuration block for invoice unit rules. See `rule` below.
180
186
  *
181
187
  * The following arguments are optional:
182
188
  */
@@ -1 +1 @@
1
- {"version":3,"file":"invoiceUnit.js","sourceRoot":"","sources":["../../invoicing/invoiceUnit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAsDD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,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,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAnHL,kCAoHC;AAtGG,gBAAgB;AACO,wBAAY,GAAG,uCAAuC,CAAC"}
1
+ {"version":3,"file":"invoiceUnit.js","sourceRoot":"","sources":["../../invoicing/invoiceUnit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAwDD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,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,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AArHL,kCAsHC;AAxGG,gBAAgB;AACO,wBAAY,GAAG,uCAAuC,CAAC"}
@@ -14,10 +14,10 @@ import * as outputs from "../types/output";
14
14
  * const caPrivateKey = new tls.PrivateKey("ca", {algorithm: "RSA"});
15
15
  * const ca = new tls.SelfSignedCert("ca", {
16
16
  * privateKeyPem: caPrivateKey.privateKeyPem,
17
- * subject: [{
17
+ * subject: {
18
18
  * commonName: "example.com",
19
19
  * organization: "ACME Examples, Inc",
20
- * }],
20
+ * },
21
21
  * validityPeriodHours: 12,
22
22
  * allowedUses: [
23
23
  * "key_encipherment",
@@ -30,9 +30,9 @@ import * as outputs from "../types/output";
30
30
  * const example = aws.iot.getRegistrationCode({});
31
31
  * const verification = new tls.CertRequest("verification", {
32
32
  * privateKeyPem: verificationPrivateKey.privateKeyPem,
33
- * subject: [{
33
+ * subject: {
34
34
  * commonName: example.then(example => example.registrationCode),
35
- * }],
35
+ * },
36
36
  * });
37
37
  * const verificationLocallySignedCert = new tls.LocallySignedCert("verification", {
38
38
  * certRequestPem: verification.certRequestPem,
@@ -18,10 +18,10 @@ const utilities = require("../utilities");
18
18
  * const caPrivateKey = new tls.PrivateKey("ca", {algorithm: "RSA"});
19
19
  * const ca = new tls.SelfSignedCert("ca", {
20
20
  * privateKeyPem: caPrivateKey.privateKeyPem,
21
- * subject: [{
21
+ * subject: {
22
22
  * commonName: "example.com",
23
23
  * organization: "ACME Examples, Inc",
24
- * }],
24
+ * },
25
25
  * validityPeriodHours: 12,
26
26
  * allowedUses: [
27
27
  * "key_encipherment",
@@ -34,9 +34,9 @@ const utilities = require("../utilities");
34
34
  * const example = aws.iot.getRegistrationCode({});
35
35
  * const verification = new tls.CertRequest("verification", {
36
36
  * privateKeyPem: verificationPrivateKey.privateKeyPem,
37
- * subject: [{
37
+ * subject: {
38
38
  * commonName: example.then(example => example.registrationCode),
39
- * }],
39
+ * },
40
40
  * });
41
41
  * const verificationLocallySignedCert = new tls.LocallySignedCert("verification", {
42
42
  * certRequestPem: verification.certRequestPem,
@@ -10,20 +10,20 @@ import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as kubernetes from "@pulumi/kubernetes";
11
11
  *
12
12
  * const example = aws.iot.getEndpoint({});
13
- * const agent = new kubernetes.index.Pod("agent", {
14
- * metadata: [{
13
+ * const agent = new kubernetes.core.v1.Pod("agent", {
14
+ * metadata: {
15
15
  * name: "my-device",
16
- * }],
17
- * spec: [{
16
+ * },
17
+ * spec: {
18
18
  * container: [{
19
19
  * image: "gcr.io/my-project/image-name",
20
20
  * name: "image-name",
21
21
  * env: [{
22
22
  * name: "IOT_ENDPOINT",
23
- * value: example.endpointAddress,
23
+ * value: example.then(example => example.endpointAddress),
24
24
  * }],
25
25
  * }],
26
- * }],
26
+ * },
27
27
  * });
28
28
  * ```
29
29
  */
@@ -72,20 +72,20 @@ export interface GetEndpointResult {
72
72
  * import * as kubernetes from "@pulumi/kubernetes";
73
73
  *
74
74
  * const example = aws.iot.getEndpoint({});
75
- * const agent = new kubernetes.index.Pod("agent", {
76
- * metadata: [{
75
+ * const agent = new kubernetes.core.v1.Pod("agent", {
76
+ * metadata: {
77
77
  * name: "my-device",
78
- * }],
79
- * spec: [{
78
+ * },
79
+ * spec: {
80
80
  * container: [{
81
81
  * image: "gcr.io/my-project/image-name",
82
82
  * name: "image-name",
83
83
  * env: [{
84
84
  * name: "IOT_ENDPOINT",
85
- * value: example.endpointAddress,
85
+ * value: example.then(example => example.endpointAddress),
86
86
  * }],
87
87
  * }],
88
- * }],
88
+ * },
89
89
  * });
90
90
  * ```
91
91
  */
@@ -16,20 +16,20 @@ const utilities = require("../utilities");
16
16
  * import * as kubernetes from "@pulumi/kubernetes";
17
17
  *
18
18
  * const example = aws.iot.getEndpoint({});
19
- * const agent = new kubernetes.index.Pod("agent", {
20
- * metadata: [{
19
+ * const agent = new kubernetes.core.v1.Pod("agent", {
20
+ * metadata: {
21
21
  * name: "my-device",
22
- * }],
23
- * spec: [{
22
+ * },
23
+ * spec: {
24
24
  * container: [{
25
25
  * image: "gcr.io/my-project/image-name",
26
26
  * name: "image-name",
27
27
  * env: [{
28
28
  * name: "IOT_ENDPOINT",
29
- * value: example.endpointAddress,
29
+ * value: example.then(example => example.endpointAddress),
30
30
  * }],
31
31
  * }],
32
- * }],
32
+ * },
33
33
  * });
34
34
  * ```
35
35
  */
@@ -53,20 +53,20 @@ exports.getEndpoint = getEndpoint;
53
53
  * import * as kubernetes from "@pulumi/kubernetes";
54
54
  *
55
55
  * const example = aws.iot.getEndpoint({});
56
- * const agent = new kubernetes.index.Pod("agent", {
57
- * metadata: [{
56
+ * const agent = new kubernetes.core.v1.Pod("agent", {
57
+ * metadata: {
58
58
  * name: "my-device",
59
- * }],
60
- * spec: [{
59
+ * },
60
+ * spec: {
61
61
  * container: [{
62
62
  * image: "gcr.io/my-project/image-name",
63
63
  * name: "image-name",
64
64
  * env: [{
65
65
  * name: "IOT_ENDPOINT",
66
- * value: example.endpointAddress,
66
+ * value: example.then(example => example.endpointAddress),
67
67
  * }],
68
68
  * }],
69
- * }],
69
+ * },
70
70
  * });
71
71
  * ```
72
72
  */
@@ -14,9 +14,9 @@ import * as pulumi from "@pulumi/pulumi";
14
14
  * const verificationCertRequest = new tls.CertRequest("verification", {
15
15
  * keyAlgorithm: "RSA",
16
16
  * privateKeyPem: verification.privateKeyPem,
17
- * subject: [{
17
+ * subject: {
18
18
  * commonName: example.then(example => example.registrationCode),
19
- * }],
19
+ * },
20
20
  * });
21
21
  * ```
22
22
  */
@@ -59,9 +59,9 @@ export interface GetRegistrationCodeResult {
59
59
  * const verificationCertRequest = new tls.CertRequest("verification", {
60
60
  * keyAlgorithm: "RSA",
61
61
  * privateKeyPem: verification.privateKeyPem,
62
- * subject: [{
62
+ * subject: {
63
63
  * commonName: example.then(example => example.registrationCode),
64
- * }],
64
+ * },
65
65
  * });
66
66
  * ```
67
67
  */
@@ -20,9 +20,9 @@ const utilities = require("../utilities");
20
20
  * const verificationCertRequest = new tls.CertRequest("verification", {
21
21
  * keyAlgorithm: "RSA",
22
22
  * privateKeyPem: verification.privateKeyPem,
23
- * subject: [{
23
+ * subject: {
24
24
  * commonName: example.then(example => example.registrationCode),
25
- * }],
25
+ * },
26
26
  * });
27
27
  * ```
28
28
  */
@@ -49,9 +49,9 @@ exports.getRegistrationCode = getRegistrationCode;
49
49
  * const verificationCertRequest = new tls.CertRequest("verification", {
50
50
  * keyAlgorithm: "RSA",
51
51
  * privateKeyPem: verification.privateKeyPem,
52
- * subject: [{
52
+ * subject: {
53
53
  * commonName: example.then(example => example.registrationCode),
54
- * }],
54
+ * },
55
55
  * });
56
56
  * ```
57
57
  */
@@ -573,7 +573,7 @@ export declare class Function extends pulumi.CustomResource {
573
573
  */
574
574
  readonly loggingConfig: pulumi.Output<outputs.lambda.FunctionLoggingConfig>;
575
575
  /**
576
- * Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 10,240 MB (10 GB), in 1 MB increments. Defaults to 128.
576
+ * Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 32,768 MB (32 GB), in 1 MB increments. Defaults to 128.
577
577
  */
578
578
  readonly memorySize: pulumi.Output<number | undefined>;
579
579
  /**
@@ -796,7 +796,7 @@ export interface FunctionState {
796
796
  */
797
797
  loggingConfig?: pulumi.Input<inputs.lambda.FunctionLoggingConfig>;
798
798
  /**
799
- * Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 10,240 MB (10 GB), in 1 MB increments. Defaults to 128.
799
+ * Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 32,768 MB (32 GB), in 1 MB increments. Defaults to 128.
800
800
  */
801
801
  memorySize?: pulumi.Input<number>;
802
802
  /**
@@ -999,7 +999,7 @@ export interface FunctionArgs {
999
999
  */
1000
1000
  loggingConfig?: pulumi.Input<inputs.lambda.FunctionLoggingConfig>;
1001
1001
  /**
1002
- * Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 10,240 MB (10 GB), in 1 MB increments. Defaults to 128.
1002
+ * Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 32,768 MB (32 GB), in 1 MB increments. Defaults to 128.
1003
1003
  */
1004
1004
  memorySize?: pulumi.Input<number>;
1005
1005
  /**
@@ -14,7 +14,7 @@ import * as outputs from "../types/output";
14
14
  * import * as aws from "@pulumi/aws";
15
15
  * import * as random from "@pulumi/random";
16
16
  *
17
- * const example = new random.index.Password("example", {length: 16});
17
+ * const example = new random.RandomPassword("example", {length: 16});
18
18
  * const exampleUser = new aws.memorydb.User("example", {
19
19
  * userName: "my-user",
20
20
  * accessString: "on ~* &* +@all",
package/memorydb/user.js CHANGED
@@ -18,7 +18,7 @@ const utilities = require("../utilities");
18
18
  * import * as aws from "@pulumi/aws";
19
19
  * import * as random from "@pulumi/random";
20
20
  *
21
- * const example = new random.index.Password("example", {length: 16});
21
+ * const example = new random.RandomPassword("example", {length: 16});
22
22
  * const exampleUser = new aws.memorydb.User("example", {
23
23
  * userName: "my-user",
24
24
  * accessString: "on ~* &* +@all",
@@ -7,9 +7,21 @@ export declare const ContactsEmailContact: typeof import("./contactsEmailContact
7
7
  export { EventRuleArgs, EventRuleState } from "./eventRule";
8
8
  export type EventRule = import("./eventRule").EventRule;
9
9
  export declare const EventRule: typeof import("./eventRule").EventRule;
10
+ export { ManagedNotificationAccountContactAssociationArgs, ManagedNotificationAccountContactAssociationState } from "./managedNotificationAccountContactAssociation";
11
+ export type ManagedNotificationAccountContactAssociation = import("./managedNotificationAccountContactAssociation").ManagedNotificationAccountContactAssociation;
12
+ export declare const ManagedNotificationAccountContactAssociation: typeof import("./managedNotificationAccountContactAssociation").ManagedNotificationAccountContactAssociation;
13
+ export { ManagedNotificationAdditionalChannelAssociationArgs, ManagedNotificationAdditionalChannelAssociationState } from "./managedNotificationAdditionalChannelAssociation";
14
+ export type ManagedNotificationAdditionalChannelAssociation = import("./managedNotificationAdditionalChannelAssociation").ManagedNotificationAdditionalChannelAssociation;
15
+ export declare const ManagedNotificationAdditionalChannelAssociation: typeof import("./managedNotificationAdditionalChannelAssociation").ManagedNotificationAdditionalChannelAssociation;
10
16
  export { NotificationConfigurationArgs, NotificationConfigurationState } from "./notificationConfiguration";
11
17
  export type NotificationConfiguration = import("./notificationConfiguration").NotificationConfiguration;
12
18
  export declare const NotificationConfiguration: typeof import("./notificationConfiguration").NotificationConfiguration;
13
19
  export { NotificationHubArgs, NotificationHubState } from "./notificationHub";
14
20
  export type NotificationHub = import("./notificationHub").NotificationHub;
15
21
  export declare const NotificationHub: typeof import("./notificationHub").NotificationHub;
22
+ export { OrganizationalUnitAssociationArgs, OrganizationalUnitAssociationState } from "./organizationalUnitAssociation";
23
+ export type OrganizationalUnitAssociation = import("./organizationalUnitAssociation").OrganizationalUnitAssociation;
24
+ export declare const OrganizationalUnitAssociation: typeof import("./organizationalUnitAssociation").OrganizationalUnitAssociation;
25
+ export { OrganizationsAccessArgs, OrganizationsAccessState } from "./organizationsAccess";
26
+ export type OrganizationsAccess = import("./organizationsAccess").OrganizationsAccess;
27
+ export declare const OrganizationsAccess: typeof import("./organizationsAccess").OrganizationsAccess;
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.NotificationHub = exports.NotificationConfiguration = exports.EventRule = exports.ContactsEmailContact = exports.ChannelAssociation = void 0;
5
+ exports.OrganizationsAccess = exports.OrganizationalUnitAssociation = exports.NotificationHub = exports.NotificationConfiguration = exports.ManagedNotificationAdditionalChannelAssociation = exports.ManagedNotificationAccountContactAssociation = exports.EventRule = exports.ContactsEmailContact = exports.ChannelAssociation = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.ChannelAssociation = null;
@@ -11,10 +11,18 @@ exports.ContactsEmailContact = null;
11
11
  utilities.lazyLoad(exports, ["ContactsEmailContact"], () => require("./contactsEmailContact"));
12
12
  exports.EventRule = null;
13
13
  utilities.lazyLoad(exports, ["EventRule"], () => require("./eventRule"));
14
+ exports.ManagedNotificationAccountContactAssociation = null;
15
+ utilities.lazyLoad(exports, ["ManagedNotificationAccountContactAssociation"], () => require("./managedNotificationAccountContactAssociation"));
16
+ exports.ManagedNotificationAdditionalChannelAssociation = null;
17
+ utilities.lazyLoad(exports, ["ManagedNotificationAdditionalChannelAssociation"], () => require("./managedNotificationAdditionalChannelAssociation"));
14
18
  exports.NotificationConfiguration = null;
15
19
  utilities.lazyLoad(exports, ["NotificationConfiguration"], () => require("./notificationConfiguration"));
16
20
  exports.NotificationHub = null;
17
21
  utilities.lazyLoad(exports, ["NotificationHub"], () => require("./notificationHub"));
22
+ exports.OrganizationalUnitAssociation = null;
23
+ utilities.lazyLoad(exports, ["OrganizationalUnitAssociation"], () => require("./organizationalUnitAssociation"));
24
+ exports.OrganizationsAccess = null;
25
+ utilities.lazyLoad(exports, ["OrganizationsAccess"], () => require("./organizationsAccess"));
18
26
  const _module = {
19
27
  version: utilities.getVersion(),
20
28
  construct: (name, type, urn) => {
@@ -25,10 +33,18 @@ const _module = {
25
33
  return new exports.ContactsEmailContact(name, undefined, { urn });
26
34
  case "aws:notifications/eventRule:EventRule":
27
35
  return new exports.EventRule(name, undefined, { urn });
36
+ case "aws:notifications/managedNotificationAccountContactAssociation:ManagedNotificationAccountContactAssociation":
37
+ return new exports.ManagedNotificationAccountContactAssociation(name, undefined, { urn });
38
+ case "aws:notifications/managedNotificationAdditionalChannelAssociation:ManagedNotificationAdditionalChannelAssociation":
39
+ return new exports.ManagedNotificationAdditionalChannelAssociation(name, undefined, { urn });
28
40
  case "aws:notifications/notificationConfiguration:NotificationConfiguration":
29
41
  return new exports.NotificationConfiguration(name, undefined, { urn });
30
42
  case "aws:notifications/notificationHub:NotificationHub":
31
43
  return new exports.NotificationHub(name, undefined, { urn });
44
+ case "aws:notifications/organizationalUnitAssociation:OrganizationalUnitAssociation":
45
+ return new exports.OrganizationalUnitAssociation(name, undefined, { urn });
46
+ case "aws:notifications/organizationsAccess:OrganizationsAccess":
47
+ return new exports.OrganizationsAccess(name, undefined, { urn });
32
48
  default:
33
49
  throw new Error(`unknown resource type ${type}`);
34
50
  }
@@ -37,6 +53,10 @@ const _module = {
37
53
  pulumi.runtime.registerResourceModule("aws", "notifications/channelAssociation", _module);
38
54
  pulumi.runtime.registerResourceModule("aws", "notifications/contactsEmailContact", _module);
39
55
  pulumi.runtime.registerResourceModule("aws", "notifications/eventRule", _module);
56
+ pulumi.runtime.registerResourceModule("aws", "notifications/managedNotificationAccountContactAssociation", _module);
57
+ pulumi.runtime.registerResourceModule("aws", "notifications/managedNotificationAdditionalChannelAssociation", _module);
40
58
  pulumi.runtime.registerResourceModule("aws", "notifications/notificationConfiguration", _module);
41
59
  pulumi.runtime.registerResourceModule("aws", "notifications/notificationHub", _module);
60
+ pulumi.runtime.registerResourceModule("aws", "notifications/organizationalUnitAssociation", _module);
61
+ pulumi.runtime.registerResourceModule("aws", "notifications/organizationsAccess", _module);
42
62
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../notifications/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGrF,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,yDAAyD;gBAC1D,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,6DAA6D;gBAC9D,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,uCAAuC;gBACxC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,uEAAuE;gBACxE,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,mDAAmD;gBACpD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kCAAkC,EAAE,OAAO,CAAC,CAAA;AACzF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oCAAoC,EAAE,OAAO,CAAC,CAAA;AAC3F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,CAAA;AAChF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,yCAAyC,EAAE,OAAO,CAAC,CAAA;AAChG,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../notifications/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,85 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Resource for managing an AWS User Notifications Managed Notification Account Contact Association. This resource associates an account contact with a managed notification configuration.
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 = new aws.notifications.ManagedNotificationAccountContactAssociation("example", {
14
+ * contactIdentifier: "ACCOUNT_PRIMARY",
15
+ * managedNotificationConfigurationArn: "arn:aws:notifications::123456789012:managed-notification-configuration/category/AWS-Health/sub-category/Security",
16
+ * });
17
+ * ```
18
+ *
19
+ * ## Import
20
+ *
21
+ * Using `pulumi import`, import User Notifications Managed Notification Account Contact Association using the `managed_notification_configuration_arn,contact_identifier` format. For example:
22
+ *
23
+ * ```sh
24
+ * $ pulumi import aws:notifications/managedNotificationAccountContactAssociation:ManagedNotificationAccountContactAssociation example arn:aws:notifications::123456789012:managed-notification-configuration/category/AWS-Health/sub-category/Security,ACCOUNT_PRIMARY
25
+ * ```
26
+ */
27
+ export declare class ManagedNotificationAccountContactAssociation extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing ManagedNotificationAccountContactAssociation resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ManagedNotificationAccountContactAssociationState, opts?: pulumi.CustomResourceOptions): ManagedNotificationAccountContactAssociation;
38
+ /**
39
+ * Returns true if the given object is an instance of ManagedNotificationAccountContactAssociation. This is designed to work even
40
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
+ */
42
+ static isInstance(obj: any): obj is ManagedNotificationAccountContactAssociation;
43
+ /**
44
+ * A unique value of an Account Contact Type to associate with the ManagedNotificationConfiguration. Valid values: `ACCOUNT_PRIMARY`, `ACCOUNT_ALTERNATE_BILLING`, `ACCOUNT_ALTERNATE_OPERATIONS`, `ACCOUNT_ALTERNATE_SECURITY`.
45
+ */
46
+ readonly contactIdentifier: pulumi.Output<string>;
47
+ /**
48
+ * ARN of the managed notification configuration to associate the account contact with.
49
+ */
50
+ readonly managedNotificationConfigurationArn: pulumi.Output<string>;
51
+ /**
52
+ * Create a ManagedNotificationAccountContactAssociation resource with the given unique name, arguments, and options.
53
+ *
54
+ * @param name The _unique_ name of the resource.
55
+ * @param args The arguments to use to populate this resource's properties.
56
+ * @param opts A bag of options that control this resource's behavior.
57
+ */
58
+ constructor(name: string, args: ManagedNotificationAccountContactAssociationArgs, opts?: pulumi.CustomResourceOptions);
59
+ }
60
+ /**
61
+ * Input properties used for looking up and filtering ManagedNotificationAccountContactAssociation resources.
62
+ */
63
+ export interface ManagedNotificationAccountContactAssociationState {
64
+ /**
65
+ * A unique value of an Account Contact Type to associate with the ManagedNotificationConfiguration. Valid values: `ACCOUNT_PRIMARY`, `ACCOUNT_ALTERNATE_BILLING`, `ACCOUNT_ALTERNATE_OPERATIONS`, `ACCOUNT_ALTERNATE_SECURITY`.
66
+ */
67
+ contactIdentifier?: pulumi.Input<string>;
68
+ /**
69
+ * ARN of the managed notification configuration to associate the account contact with.
70
+ */
71
+ managedNotificationConfigurationArn?: pulumi.Input<string>;
72
+ }
73
+ /**
74
+ * The set of arguments for constructing a ManagedNotificationAccountContactAssociation resource.
75
+ */
76
+ export interface ManagedNotificationAccountContactAssociationArgs {
77
+ /**
78
+ * A unique value of an Account Contact Type to associate with the ManagedNotificationConfiguration. Valid values: `ACCOUNT_PRIMARY`, `ACCOUNT_ALTERNATE_BILLING`, `ACCOUNT_ALTERNATE_OPERATIONS`, `ACCOUNT_ALTERNATE_SECURITY`.
79
+ */
80
+ contactIdentifier: pulumi.Input<string>;
81
+ /**
82
+ * ARN of the managed notification configuration to associate the account contact with.
83
+ */
84
+ managedNotificationConfigurationArn: pulumi.Input<string>;
85
+ }
@@ -0,0 +1,82 @@
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.ManagedNotificationAccountContactAssociation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource for managing an AWS User Notifications Managed Notification Account Contact Association. This resource associates an account contact with a managed notification configuration.
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 = new aws.notifications.ManagedNotificationAccountContactAssociation("example", {
20
+ * contactIdentifier: "ACCOUNT_PRIMARY",
21
+ * managedNotificationConfigurationArn: "arn:aws:notifications::123456789012:managed-notification-configuration/category/AWS-Health/sub-category/Security",
22
+ * });
23
+ * ```
24
+ *
25
+ * ## Import
26
+ *
27
+ * Using `pulumi import`, import User Notifications Managed Notification Account Contact Association using the `managed_notification_configuration_arn,contact_identifier` format. For example:
28
+ *
29
+ * ```sh
30
+ * $ pulumi import aws:notifications/managedNotificationAccountContactAssociation:ManagedNotificationAccountContactAssociation example arn:aws:notifications::123456789012:managed-notification-configuration/category/AWS-Health/sub-category/Security,ACCOUNT_PRIMARY
31
+ * ```
32
+ */
33
+ class ManagedNotificationAccountContactAssociation extends pulumi.CustomResource {
34
+ /**
35
+ * Get an existing ManagedNotificationAccountContactAssociation resource's state with the given name, ID, and optional extra
36
+ * properties used to qualify the lookup.
37
+ *
38
+ * @param name The _unique_ name of the resulting resource.
39
+ * @param id The _unique_ provider ID of the resource to lookup.
40
+ * @param state Any extra arguments used during the lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, state, opts) {
44
+ return new ManagedNotificationAccountContactAssociation(name, state, { ...opts, id: id });
45
+ }
46
+ /**
47
+ * Returns true if the given object is an instance of ManagedNotificationAccountContactAssociation. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === ManagedNotificationAccountContactAssociation.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["contactIdentifier"] = state?.contactIdentifier;
62
+ resourceInputs["managedNotificationConfigurationArn"] = state?.managedNotificationConfigurationArn;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if (args?.contactIdentifier === undefined && !opts.urn) {
67
+ throw new Error("Missing required property 'contactIdentifier'");
68
+ }
69
+ if (args?.managedNotificationConfigurationArn === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'managedNotificationConfigurationArn'");
71
+ }
72
+ resourceInputs["contactIdentifier"] = args?.contactIdentifier;
73
+ resourceInputs["managedNotificationConfigurationArn"] = args?.managedNotificationConfigurationArn;
74
+ }
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
76
+ super(ManagedNotificationAccountContactAssociation.__pulumiType, name, resourceInputs, opts);
77
+ }
78
+ }
79
+ exports.ManagedNotificationAccountContactAssociation = ManagedNotificationAccountContactAssociation;
80
+ /** @internal */
81
+ ManagedNotificationAccountContactAssociation.__pulumiType = 'aws:notifications/managedNotificationAccountContactAssociation:ManagedNotificationAccountContactAssociation';
82
+ //# sourceMappingURL=managedNotificationAccountContactAssociation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managedNotificationAccountContactAssociation.js","sourceRoot":"","sources":["../../notifications/managedNotificationAccountContactAssociation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,4CAA6C,SAAQ,MAAM,CAAC,cAAc;IACnF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyD,EAAE,IAAmC;QACvJ,OAAO,IAAI,4CAA4C,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnG,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,4CAA4C,CAAC,YAAY,CAAC;IAC7F,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAkH,EAAE,IAAmC;QAC7K,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4E,CAAC;YAC3F,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,qCAAqC,CAAC,GAAG,KAAK,EAAE,mCAAmC,CAAC;SACtG;aAAM;YACH,MAAM,IAAI,GAAG,WAA2E,CAAC;YACzF,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,IAAI,IAAI,EAAE,mCAAmC,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtE,MAAM,IAAI,KAAK,CAAC,iEAAiE,CAAC,CAAC;aACtF;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,qCAAqC,CAAC,GAAG,IAAI,EAAE,mCAAmC,CAAC;SACrG;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,4CAA4C,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjG,CAAC;;AAjEL,oGAkEC;AApDG,gBAAgB;AACO,yDAAY,GAAG,6GAA6G,CAAC"}