@pulumi/aws-native 1.77.0-alpha.1787913348 → 1.77.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 (248) hide show
  1. package/bedrockagentcore/gateway.d.ts +3 -0
  2. package/bedrockagentcore/gateway.d.ts.map +1 -1
  3. package/bedrockagentcore/gateway.js +4 -0
  4. package/bedrockagentcore/gateway.js.map +1 -1
  5. package/bedrockagentcore/getGateway.d.ts +2 -0
  6. package/bedrockagentcore/getGateway.d.ts.map +1 -1
  7. package/bedrockagentcore/getGateway.js.map +1 -1
  8. package/codebuild/getReportGroup.d.ts +39 -0
  9. package/codebuild/getReportGroup.d.ts.map +1 -0
  10. package/codebuild/getReportGroup.js +51 -0
  11. package/codebuild/getReportGroup.js.map +1 -0
  12. package/codebuild/index.d.ts +6 -0
  13. package/codebuild/index.d.ts.map +1 -1
  14. package/codebuild/index.js +8 -1
  15. package/codebuild/index.js.map +1 -1
  16. package/codebuild/reportGroup.d.ts +97 -0
  17. package/codebuild/reportGroup.d.ts.map +1 -0
  18. package/codebuild/reportGroup.js +97 -0
  19. package/codebuild/reportGroup.js.map +1 -0
  20. package/configuration/deliveryChannel.d.ts +18 -5
  21. package/configuration/deliveryChannel.d.ts.map +1 -1
  22. package/configuration/deliveryChannel.js +3 -1
  23. package/configuration/deliveryChannel.js.map +1 -1
  24. package/configuration/getDeliveryChannel.d.ts +10 -11
  25. package/configuration/getDeliveryChannel.d.ts.map +1 -1
  26. package/configuration/getDeliveryChannel.js +4 -4
  27. package/configuration/getDeliveryChannel.js.map +1 -1
  28. package/configuration/index.d.ts +0 -1
  29. package/configuration/index.d.ts.map +1 -1
  30. package/configuration/index.js +0 -5
  31. package/configuration/index.js.map +1 -1
  32. package/ec2/fpgaImage.d.ts +112 -0
  33. package/ec2/fpgaImage.d.ts.map +1 -0
  34. package/ec2/fpgaImage.js +107 -0
  35. package/ec2/fpgaImage.js.map +1 -0
  36. package/ec2/getFpgaImage.d.ts +73 -0
  37. package/ec2/getFpgaImage.d.ts.map +1 -0
  38. package/ec2/getFpgaImage.js +51 -0
  39. package/ec2/getFpgaImage.js.map +1 -0
  40. package/ec2/getIpamExternalResourceVerificationToken.d.ts +66 -0
  41. package/ec2/getIpamExternalResourceVerificationToken.d.ts.map +1 -0
  42. package/ec2/getIpamExternalResourceVerificationToken.js +51 -0
  43. package/ec2/getIpamExternalResourceVerificationToken.js.map +1 -0
  44. package/ec2/index.d.ts +12 -0
  45. package/ec2/index.d.ts.map +1 -1
  46. package/ec2/index.js +21 -7
  47. package/ec2/index.js.map +1 -1
  48. package/ec2/ipamExternalResourceVerificationToken.d.ts +89 -0
  49. package/ec2/ipamExternalResourceVerificationToken.d.ts.map +1 -0
  50. package/ec2/ipamExternalResourceVerificationToken.js +104 -0
  51. package/ec2/ipamExternalResourceVerificationToken.js.map +1 -0
  52. package/ec2/vpnConnection.d.ts +2 -2
  53. package/elementalinference/feed.d.ts +2 -0
  54. package/elementalinference/feed.d.ts.map +1 -1
  55. package/elementalinference/feed.js +2 -0
  56. package/elementalinference/feed.js.map +1 -1
  57. package/elementalinference/getFeed.d.ts +1 -0
  58. package/elementalinference/getFeed.d.ts.map +1 -1
  59. package/elementalinference/getFeed.js.map +1 -1
  60. package/events/getRule.d.ts +4 -0
  61. package/events/getRule.d.ts.map +1 -1
  62. package/events/getRule.js.map +1 -1
  63. package/events/rule.d.ts +4 -0
  64. package/events/rule.d.ts.map +1 -1
  65. package/events/rule.js +2 -0
  66. package/events/rule.js.map +1 -1
  67. package/glue/connection.d.ts +68 -0
  68. package/glue/connection.d.ts.map +1 -0
  69. package/glue/connection.js +93 -0
  70. package/glue/connection.js.map +1 -0
  71. package/glue/getConnection.d.ts +47 -0
  72. package/glue/getConnection.d.ts.map +1 -0
  73. package/glue/getConnection.js +53 -0
  74. package/glue/getConnection.js.map +1 -0
  75. package/glue/index.d.ts +6 -0
  76. package/glue/index.d.ts.map +1 -1
  77. package/glue/index.js +9 -2
  78. package/glue/index.js.map +1 -1
  79. package/index.d.ts +2 -1
  80. package/index.d.ts.map +1 -1
  81. package/index.js +3 -1
  82. package/index.js.map +1 -1
  83. package/invoicing/getProcurementPortalPreference.d.ts +81 -0
  84. package/invoicing/getProcurementPortalPreference.d.ts.map +1 -0
  85. package/invoicing/getProcurementPortalPreference.js +51 -0
  86. package/invoicing/getProcurementPortalPreference.js.map +1 -0
  87. package/invoicing/index.d.ts +7 -0
  88. package/invoicing/index.d.ts.map +1 -1
  89. package/invoicing/index.js +13 -1
  90. package/invoicing/index.js.map +1 -1
  91. package/invoicing/procurementPortalPreference.d.ts +163 -0
  92. package/invoicing/procurementPortalPreference.d.ts.map +1 -0
  93. package/invoicing/procurementPortalPreference.js +147 -0
  94. package/invoicing/procurementPortalPreference.js.map +1 -0
  95. package/lambda/getResourcePolicy.d.ts +30 -5
  96. package/lambda/getResourcePolicy.d.ts.map +1 -1
  97. package/lambda/getResourcePolicy.js +26 -2
  98. package/lambda/getResourcePolicy.js.map +1 -1
  99. package/lambda/resourcePolicy.d.ts +19 -5
  100. package/lambda/resourcePolicy.d.ts.map +1 -1
  101. package/lambda/resourcePolicy.js +13 -1
  102. package/lambda/resourcePolicy.js.map +1 -1
  103. package/lightsail/contactMethod.d.ts +75 -0
  104. package/lightsail/contactMethod.d.ts.map +1 -0
  105. package/lightsail/contactMethod.js +101 -0
  106. package/lightsail/contactMethod.js.map +1 -0
  107. package/lightsail/getContactMethod.d.ts +49 -0
  108. package/lightsail/getContactMethod.d.ts.map +1 -0
  109. package/lightsail/getContactMethod.js +51 -0
  110. package/lightsail/getContactMethod.js.map +1 -0
  111. package/lightsail/index.d.ts +6 -0
  112. package/lightsail/index.d.ts.map +1 -1
  113. package/lightsail/index.js +8 -1
  114. package/lightsail/index.js.map +1 -1
  115. package/networkmanager/connectAttachment.d.ts +2 -10
  116. package/networkmanager/connectAttachment.d.ts.map +1 -1
  117. package/networkmanager/connectAttachment.js +2 -2
  118. package/networkmanager/connectAttachment.js.map +1 -1
  119. package/networkmanager/directConnectGatewayAttachment.d.ts +2 -10
  120. package/networkmanager/directConnectGatewayAttachment.d.ts.map +1 -1
  121. package/networkmanager/directConnectGatewayAttachment.js +2 -2
  122. package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
  123. package/networkmanager/siteToSiteVpnAttachment.d.ts +2 -10
  124. package/networkmanager/siteToSiteVpnAttachment.d.ts.map +1 -1
  125. package/networkmanager/siteToSiteVpnAttachment.js +2 -2
  126. package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
  127. package/networkmanager/transitGatewayRouteTableAttachment.d.ts +2 -10
  128. package/networkmanager/transitGatewayRouteTableAttachment.d.ts.map +1 -1
  129. package/networkmanager/transitGatewayRouteTableAttachment.js +2 -2
  130. package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
  131. package/networkmanager/vpcAttachment.d.ts +2 -10
  132. package/networkmanager/vpcAttachment.d.ts.map +1 -1
  133. package/networkmanager/vpcAttachment.js +2 -2
  134. package/networkmanager/vpcAttachment.js.map +1 -1
  135. package/package.json +3 -3
  136. package/package.json.dev +2 -2
  137. package/rds/dbCluster.js +1 -1
  138. package/rds/dbCluster.js.map +1 -1
  139. package/rds/getDbCluster.d.ts +5 -0
  140. package/rds/getDbCluster.d.ts.map +1 -1
  141. package/rds/getDbCluster.js.map +1 -1
  142. package/sagemaker/getInferenceComponent.d.ts +1 -0
  143. package/sagemaker/getInferenceComponent.d.ts.map +1 -1
  144. package/sagemaker/getInferenceComponent.js.map +1 -1
  145. package/sagemaker/inferenceComponent.d.ts +4 -2
  146. package/sagemaker/inferenceComponent.d.ts.map +1 -1
  147. package/sagemaker/inferenceComponent.js +2 -3
  148. package/sagemaker/inferenceComponent.js.map +1 -1
  149. package/servicediscovery/getHttpNamespace.d.ts +41 -0
  150. package/servicediscovery/getHttpNamespace.d.ts.map +1 -0
  151. package/servicediscovery/getHttpNamespace.js +51 -0
  152. package/servicediscovery/getHttpNamespace.js.map +1 -0
  153. package/servicediscovery/httpNamespace.d.ts +68 -0
  154. package/servicediscovery/httpNamespace.d.ts.map +1 -0
  155. package/servicediscovery/httpNamespace.js +89 -0
  156. package/servicediscovery/httpNamespace.js.map +1 -0
  157. package/servicediscovery/index.d.ts +6 -0
  158. package/servicediscovery/index.d.ts.map +1 -1
  159. package/servicediscovery/index.js +8 -1
  160. package/servicediscovery/index.js.map +1 -1
  161. package/ssm/association.d.ts.map +1 -1
  162. package/ssm/association.js +2 -0
  163. package/ssm/association.js.map +1 -1
  164. package/ssm/getAssociation.d.ts +0 -4
  165. package/ssm/getAssociation.d.ts.map +1 -1
  166. package/ssm/getAssociation.js.map +1 -1
  167. package/supportauthz/getSupportPermit.d.ts +46 -0
  168. package/supportauthz/getSupportPermit.d.ts.map +1 -0
  169. package/supportauthz/getSupportPermit.js +51 -0
  170. package/supportauthz/getSupportPermit.js.map +1 -0
  171. package/supportauthz/index.d.ts +8 -0
  172. package/supportauthz/index.d.ts.map +1 -0
  173. package/supportauthz/index.js +53 -0
  174. package/supportauthz/index.js.map +1 -0
  175. package/supportauthz/supportPermit.d.ts +89 -0
  176. package/supportauthz/supportPermit.d.ts.map +1 -0
  177. package/supportauthz/supportPermit.js +105 -0
  178. package/supportauthz/supportPermit.js.map +1 -0
  179. package/types/enums/arcregionswitch/index.d.ts +5 -0
  180. package/types/enums/arcregionswitch/index.d.ts.map +1 -1
  181. package/types/enums/arcregionswitch/index.js +5 -1
  182. package/types/enums/arcregionswitch/index.js.map +1 -1
  183. package/types/enums/autoscaling/index.d.ts +7 -0
  184. package/types/enums/autoscaling/index.d.ts.map +1 -1
  185. package/types/enums/autoscaling/index.js +7 -1
  186. package/types/enums/autoscaling/index.js.map +1 -1
  187. package/types/enums/bedrockagentcore/index.d.ts +5 -2
  188. package/types/enums/bedrockagentcore/index.d.ts.map +1 -1
  189. package/types/enums/bedrockagentcore/index.js +7 -5
  190. package/types/enums/bedrockagentcore/index.js.map +1 -1
  191. package/types/enums/codebuild/index.d.ts +33 -0
  192. package/types/enums/codebuild/index.d.ts.map +1 -1
  193. package/types/enums/codebuild/index.js +13 -1
  194. package/types/enums/codebuild/index.js.map +1 -1
  195. package/types/enums/ec2/index.d.ts +21 -1
  196. package/types/enums/ec2/index.d.ts.map +1 -1
  197. package/types/enums/ec2/index.js +15 -3
  198. package/types/enums/ec2/index.js.map +1 -1
  199. package/types/enums/gamelift/index.d.ts +4 -2
  200. package/types/enums/gamelift/index.d.ts.map +1 -1
  201. package/types/enums/gamelift/index.js +2 -0
  202. package/types/enums/gamelift/index.js.map +1 -1
  203. package/types/enums/index.d.ts +3 -2
  204. package/types/enums/index.d.ts.map +1 -1
  205. package/types/enums/index.js +7 -5
  206. package/types/enums/index.js.map +1 -1
  207. package/types/enums/invoicing/index.d.ts +108 -0
  208. package/types/enums/invoicing/index.d.ts.map +1 -0
  209. package/types/enums/invoicing/index.js +67 -0
  210. package/types/enums/invoicing/index.js.map +1 -0
  211. package/types/enums/lambda/index.d.ts +9 -0
  212. package/types/enums/lambda/index.d.ts.map +1 -1
  213. package/types/enums/lambda/index.js +6 -1
  214. package/types/enums/lambda/index.js.map +1 -1
  215. package/types/enums/lightsail/index.d.ts +17 -0
  216. package/types/enums/lightsail/index.d.ts.map +1 -1
  217. package/types/enums/lightsail/index.js +10 -1
  218. package/types/enums/lightsail/index.js.map +1 -1
  219. package/types/enums/mediatailor/index.d.ts +18 -0
  220. package/types/enums/mediatailor/index.d.ts.map +1 -1
  221. package/types/enums/mediatailor/index.js +11 -1
  222. package/types/enums/mediatailor/index.js.map +1 -1
  223. package/types/enums/observabilityadmin/index.d.ts +9 -0
  224. package/types/enums/observabilityadmin/index.d.ts.map +1 -1
  225. package/types/enums/observabilityadmin/index.js +6 -1
  226. package/types/enums/observabilityadmin/index.js.map +1 -1
  227. package/types/enums/sagemaker/index.d.ts +9 -0
  228. package/types/enums/sagemaker/index.d.ts.map +1 -1
  229. package/types/enums/sagemaker/index.js +10 -3
  230. package/types/enums/sagemaker/index.js.map +1 -1
  231. package/types/enums/supportauthz/index.d.ts +10 -0
  232. package/types/enums/supportauthz/index.d.ts.map +1 -0
  233. package/types/enums/supportauthz/index.js +11 -0
  234. package/types/enums/supportauthz/index.js.map +1 -0
  235. package/types/input.d.ts +588 -242
  236. package/types/input.d.ts.map +1 -1
  237. package/types/output.d.ts +588 -7
  238. package/types/output.d.ts.map +1 -1
  239. package/types/output.js.map +1 -1
  240. package/vpclattice/getServiceNetworkVpcAssociation.d.ts +8 -0
  241. package/vpclattice/getServiceNetworkVpcAssociation.d.ts.map +1 -1
  242. package/vpclattice/getServiceNetworkVpcAssociation.js.map +1 -1
  243. package/vpclattice/serviceNetworkVpcAssociation.js +1 -1
  244. package/vpclattice/serviceNetworkVpcAssociation.js.map +1 -1
  245. package/types/enums/configuration/index.d.ts +0 -12
  246. package/types/enums/configuration/index.d.ts.map +0 -1
  247. package/types/enums/configuration/index.js +0 -13
  248. package/types/enums/configuration/index.js.map +0 -1
@@ -82,6 +82,8 @@ export declare class Gateway extends pulumi.CustomResource {
82
82
  [key: string]: string;
83
83
  } | undefined>;
84
84
  readonly updatedAt: pulumi.Output<string>;
85
+ readonly wafConfiguration: pulumi.Output<outputs.bedrockagentcore.GatewayWafConfiguration | undefined>;
86
+ readonly webAclArn: pulumi.Output<string>;
85
87
  readonly workloadIdentityDetails: pulumi.Output<outputs.bedrockagentcore.GatewayWorkloadIdentityDetails>;
86
88
  /**
87
89
  * Create a Gateway resource with the given unique name, arguments, and options.
@@ -136,5 +138,6 @@ export interface GatewayArgs {
136
138
  tags?: pulumi.Input<{
137
139
  [key: string]: pulumi.Input<string>;
138
140
  } | undefined>;
141
+ wafConfiguration?: pulumi.Input<inputs.bedrockagentcore.GatewayWafConfigurationArgs | undefined>;
139
142
  }
140
143
  //# sourceMappingURL=gateway.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"gateway.d.ts","sourceRoot":"","sources":["../../bedrockagentcore/gateway.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"gateway.d.ts","sourceRoot":"","sources":["../../bedrockagentcore/gateway.ts"],"names":[],"mappings":"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"}
@@ -84,6 +84,7 @@ class Gateway extends pulumi.CustomResource {
84
84
  resourceInputs["protocolType"] = args?.protocolType;
85
85
  resourceInputs["roleArn"] = args?.roleArn;
86
86
  resourceInputs["tags"] = args?.tags;
87
+ resourceInputs["wafConfiguration"] = args?.wafConfiguration;
87
88
  resourceInputs["createdAt"] = undefined /*out*/;
88
89
  resourceInputs["gatewayArn"] = undefined /*out*/;
89
90
  resourceInputs["gatewayIdentifier"] = undefined /*out*/;
@@ -91,6 +92,7 @@ class Gateway extends pulumi.CustomResource {
91
92
  resourceInputs["status"] = undefined /*out*/;
92
93
  resourceInputs["statusReasons"] = undefined /*out*/;
93
94
  resourceInputs["updatedAt"] = undefined /*out*/;
95
+ resourceInputs["webAclArn"] = undefined /*out*/;
94
96
  resourceInputs["workloadIdentityDetails"] = undefined /*out*/;
95
97
  }
96
98
  else {
@@ -113,6 +115,8 @@ class Gateway extends pulumi.CustomResource {
113
115
  resourceInputs["statusReasons"] = undefined /*out*/;
114
116
  resourceInputs["tags"] = undefined /*out*/;
115
117
  resourceInputs["updatedAt"] = undefined /*out*/;
118
+ resourceInputs["wafConfiguration"] = undefined /*out*/;
119
+ resourceInputs["webAclArn"] = undefined /*out*/;
116
120
  resourceInputs["workloadIdentityDetails"] = undefined /*out*/;
117
121
  }
118
122
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../bedrockagentcore/gateway.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../bedrockagentcore/gateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,qCAAqC,CAAC;IAE5E;;;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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAkED;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAiB,EAAE,IAAmC;QAC5E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjE;aAAM;YACH,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AA5JL,0BA6JC"}
@@ -71,6 +71,8 @@ export interface GetGatewayResult {
71
71
  [key: string]: string;
72
72
  };
73
73
  readonly updatedAt?: string;
74
+ readonly wafConfiguration?: outputs.bedrockagentcore.GatewayWafConfiguration;
75
+ readonly webAclArn?: string;
74
76
  readonly workloadIdentityDetails?: outputs.bedrockagentcore.GatewayWorkloadIdentityDetails;
75
77
  }
76
78
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getGateway.d.ts","sourceRoot":"","sources":["../../bedrockagentcore/getGateway.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AAGxC;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAKvG;AAED,MAAM,WAAW,cAAc;IAC3B,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,uBAAuB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,wCAAwC,CAAC;IACrG;;OAEG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,qBAAqB,CAAC;IACvE;;OAEG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,qBAAqB,CAAC;IACvE;;OAEG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,yBAAyB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,+BAA+B,EAAE,CAAC;IAChG;;OAEG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,yBAAyB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,gCAAgC,CAAC;IAC/F;;OAEG;IACH,QAAQ,CAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,sCAAsC,CAAC;IACjG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,GAAG,CAAC;IAC5B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC;IACvD;;OAEG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IACxC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,uBAAuB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,8BAA8B,CAAC;CAC9F;AACD;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAK/H;AAED,MAAM,WAAW,oBAAoB;IACjC,iBAAiB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC3C"}
1
+ {"version":3,"file":"getGateway.d.ts","sourceRoot":"","sources":["../../bedrockagentcore/getGateway.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AAGxC;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAKvG;AAED,MAAM,WAAW,cAAc;IAC3B,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,CAAC,uBAAuB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,wCAAwC,CAAC;IACrG;;OAEG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,qBAAqB,CAAC;IACvE;;OAEG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,qBAAqB,CAAC;IACvE;;OAEG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,yBAAyB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,+BAA+B,EAAE,CAAC;IAChG;;OAEG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,yBAAyB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,gCAAgC,CAAC;IAC/F;;OAEG;IACH,QAAQ,CAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,sCAAsC,CAAC;IACjG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,GAAG,CAAC;IAC5B,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,CAAC;IACvD;;OAEG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IACxC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,gBAAgB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,uBAAuB,CAAC;IAC7E,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,uBAAuB,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,8BAA8B,CAAC;CAC9F;AACD;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAK/H;AAED,MAAM,WAAW,oBAAoB;IACjC,iBAAiB,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"getGateway.js","sourceRoot":"","sources":["../../bedrockagentcore/getGateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAqED;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
1
+ {"version":3,"file":"getGateway.js","sourceRoot":"","sources":["../../bedrockagentcore/getGateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAuED;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
@@ -0,0 +1,39 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Resource Type definition for AWS::CodeBuild::ReportGroup
5
+ */
6
+ export declare function getReportGroup(args: GetReportGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetReportGroupResult>;
7
+ export interface GetReportGroupArgs {
8
+ /**
9
+ * The ARN of the AWS CodeBuild report group, such as `arn:aws:codebuild:region:123456789012:report-group/myReportGroupName` .
10
+ */
11
+ arn: string;
12
+ }
13
+ export interface GetReportGroupResult {
14
+ /**
15
+ * The ARN of the AWS CodeBuild report group, such as `arn:aws:codebuild:region:123456789012:report-group/myReportGroupName` .
16
+ */
17
+ readonly arn?: string;
18
+ /**
19
+ * Information about the destination where the raw data of this `ReportGroup` is exported.
20
+ */
21
+ readonly exportConfig?: outputs.codebuild.ReportGroupReportExportConfig;
22
+ /**
23
+ * A list of tag key and value pairs associated with this report group.
24
+ *
25
+ * These tags are available for use by AWS services that support AWS CodeBuild report group tags.
26
+ */
27
+ readonly tags?: outputs.Tag[];
28
+ }
29
+ /**
30
+ * Resource Type definition for AWS::CodeBuild::ReportGroup
31
+ */
32
+ export declare function getReportGroupOutput(args: GetReportGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetReportGroupResult>;
33
+ export interface GetReportGroupOutputArgs {
34
+ /**
35
+ * The ARN of the AWS CodeBuild report group, such as `arn:aws:codebuild:region:123456789012:report-group/myReportGroupName` .
36
+ */
37
+ arn: pulumi.Input<string>;
38
+ }
39
+ //# sourceMappingURL=getReportGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getReportGroup.d.ts","sourceRoot":"","sources":["../../codebuild/getReportGroup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAI3C;;GAEG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAKnH;AAED,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,6BAA6B,CAAC;IACxE;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,GAAG,EAAE,CAAC;CACjC;AACD;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAK3I;AAED,MAAM,WAAW,wBAAwB;IACrC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
@@ -0,0 +1,51 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.getReportGroupOutput = exports.getReportGroup = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Resource Type definition for AWS::CodeBuild::ReportGroup
33
+ */
34
+ function getReportGroup(args, opts) {
35
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
36
+ return pulumi.runtime.invoke("aws-native:codebuild:getReportGroup", {
37
+ "arn": args.arn,
38
+ }, opts);
39
+ }
40
+ exports.getReportGroup = getReportGroup;
41
+ /**
42
+ * Resource Type definition for AWS::CodeBuild::ReportGroup
43
+ */
44
+ function getReportGroupOutput(args, opts) {
45
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
46
+ return pulumi.runtime.invokeOutput("aws-native:codebuild:getReportGroup", {
47
+ "arn": args.arn,
48
+ }, opts);
49
+ }
50
+ exports.getReportGroupOutput = getReportGroupOutput;
51
+ //# sourceMappingURL=getReportGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getReportGroup.js","sourceRoot":"","sources":["../../codebuild/getReportGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAyBD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,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;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -4,9 +4,15 @@ export declare const Fleet: typeof import("./fleet").Fleet;
4
4
  export { GetFleetArgs, GetFleetResult, GetFleetOutputArgs } from "./getFleet";
5
5
  export declare const getFleet: typeof import("./getFleet").getFleet;
6
6
  export declare const getFleetOutput: typeof import("./getFleet").getFleetOutput;
7
+ export { GetReportGroupArgs, GetReportGroupResult, GetReportGroupOutputArgs } from "./getReportGroup";
8
+ export declare const getReportGroup: typeof import("./getReportGroup").getReportGroup;
9
+ export declare const getReportGroupOutput: typeof import("./getReportGroup").getReportGroupOutput;
7
10
  export { GetSourceCredentialArgs, GetSourceCredentialResult, GetSourceCredentialOutputArgs } from "./getSourceCredential";
8
11
  export declare const getSourceCredential: typeof import("./getSourceCredential").getSourceCredential;
9
12
  export declare const getSourceCredentialOutput: typeof import("./getSourceCredential").getSourceCredentialOutput;
13
+ export { ReportGroupArgs } from "./reportGroup";
14
+ export type ReportGroup = import("./reportGroup").ReportGroup;
15
+ export declare const ReportGroup: typeof import("./reportGroup").ReportGroup;
10
16
  export { SourceCredentialArgs } from "./sourceCredential";
11
17
  export type SourceCredential = import("./sourceCredential").SourceCredential;
12
18
  export declare const SourceCredential: typeof import("./sourceCredential").SourceCredential;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../codebuild/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,MAAM,MAAM,KAAK,GAAG,OAAO,SAAS,EAAE,KAAK,CAAC;AAC5C,eAAO,MAAM,KAAK,EAAE,cAAc,SAAS,EAAE,KAAmB,CAAC;AAGjE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAC9E,eAAO,MAAM,QAAQ,EAAE,cAAc,YAAY,EAAE,QAAsB,CAAC;AAC1E,eAAO,MAAM,cAAc,EAAE,cAAc,YAAY,EAAE,cAA4B,CAAC;AAGtF,OAAO,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,MAAM,uBAAuB,CAAC;AAC1H,eAAO,MAAM,mBAAmB,EAAE,cAAc,uBAAuB,EAAE,mBAAiC,CAAC;AAC3G,eAAO,MAAM,yBAAyB,EAAE,cAAc,uBAAuB,EAAE,yBAAuC,CAAC;AAGvH,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,MAAM,MAAM,gBAAgB,GAAG,OAAO,oBAAoB,EAAE,gBAAgB,CAAC;AAC7E,eAAO,MAAM,gBAAgB,EAAE,cAAc,oBAAoB,EAAE,gBAA8B,CAAC;AAKlG,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../codebuild/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,MAAM,MAAM,KAAK,GAAG,OAAO,SAAS,EAAE,KAAK,CAAC;AAC5C,eAAO,MAAM,KAAK,EAAE,cAAc,SAAS,EAAE,KAAmB,CAAC;AAGjE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAC9E,eAAO,MAAM,QAAQ,EAAE,cAAc,YAAY,EAAE,QAAsB,CAAC;AAC1E,eAAO,MAAM,cAAc,EAAE,cAAc,YAAY,EAAE,cAA4B,CAAC;AAGtF,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACtG,eAAO,MAAM,cAAc,EAAE,cAAc,kBAAkB,EAAE,cAA4B,CAAC;AAC5F,eAAO,MAAM,oBAAoB,EAAE,cAAc,kBAAkB,EAAE,oBAAkC,CAAC;AAGxG,OAAO,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,MAAM,uBAAuB,CAAC;AAC1H,eAAO,MAAM,mBAAmB,EAAE,cAAc,uBAAuB,EAAE,mBAAiC,CAAC;AAC3G,eAAO,MAAM,yBAAyB,EAAE,cAAc,uBAAuB,EAAE,yBAAuC,CAAC;AAGvH,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,MAAM,MAAM,WAAW,GAAG,OAAO,eAAe,EAAE,WAAW,CAAC;AAC9D,eAAO,MAAM,WAAW,EAAE,cAAc,eAAe,EAAE,WAAyB,CAAC;AAGnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,MAAM,MAAM,gBAAgB,GAAG,OAAO,oBAAoB,EAAE,gBAAgB,CAAC;AAC7E,eAAO,MAAM,gBAAgB,EAAE,cAAc,oBAAoB,EAAE,gBAA8B,CAAC;AAKlG,cAAc,0BAA0B,CAAC"}
@@ -28,7 +28,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
28
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
29
29
  };
30
30
  Object.defineProperty(exports, "__esModule", { value: true });
31
- exports.SourceCredential = exports.getSourceCredentialOutput = exports.getSourceCredential = exports.getFleetOutput = exports.getFleet = exports.Fleet = void 0;
31
+ exports.SourceCredential = exports.ReportGroup = exports.getSourceCredentialOutput = exports.getSourceCredential = exports.getReportGroupOutput = exports.getReportGroup = exports.getFleetOutput = exports.getFleet = exports.Fleet = void 0;
32
32
  const pulumi = __importStar(require("@pulumi/pulumi"));
33
33
  const utilities = __importStar(require("../utilities"));
34
34
  exports.Fleet = null;
@@ -36,9 +36,14 @@ utilities.lazyLoad(exports, ["Fleet"], () => require("./fleet"));
36
36
  exports.getFleet = null;
37
37
  exports.getFleetOutput = null;
38
38
  utilities.lazyLoad(exports, ["getFleet", "getFleetOutput"], () => require("./getFleet"));
39
+ exports.getReportGroup = null;
40
+ exports.getReportGroupOutput = null;
41
+ utilities.lazyLoad(exports, ["getReportGroup", "getReportGroupOutput"], () => require("./getReportGroup"));
39
42
  exports.getSourceCredential = null;
40
43
  exports.getSourceCredentialOutput = null;
41
44
  utilities.lazyLoad(exports, ["getSourceCredential", "getSourceCredentialOutput"], () => require("./getSourceCredential"));
45
+ exports.ReportGroup = null;
46
+ utilities.lazyLoad(exports, ["ReportGroup"], () => require("./reportGroup"));
42
47
  exports.SourceCredential = null;
43
48
  utilities.lazyLoad(exports, ["SourceCredential"], () => require("./sourceCredential"));
44
49
  // Export enums:
@@ -49,6 +54,8 @@ const _module = {
49
54
  switch (type) {
50
55
  case "aws-native:codebuild:Fleet":
51
56
  return new exports.Fleet(name, undefined, { urn });
57
+ case "aws-native:codebuild:ReportGroup":
58
+ return new exports.ReportGroup(name, undefined, { urn });
52
59
  case "aws-native:codebuild:SourceCredential":
53
60
  return new exports.SourceCredential(name, undefined, { urn });
54
61
  default:
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../codebuild/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAGpD,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAI5G,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGvF,gBAAgB;AAChB,2DAAyC;AAEzC,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,4BAA4B;gBAC7B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../codebuild/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAK7B,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAGpD,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAI5G,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGvF,gBAAgB;AAChB,2DAAyC;AAEzC,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,4BAA4B;gBAC7B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,97 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * Resource Type definition for AWS::CodeBuild::ReportGroup
7
+ */
8
+ export declare class ReportGroup extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing ReportGroup resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ReportGroup;
18
+ /**
19
+ * Returns true if the given object is an instance of ReportGroup. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is ReportGroup;
23
+ /**
24
+ * The ARN of the AWS CodeBuild report group, such as `arn:aws:codebuild:region:123456789012:report-group/myReportGroupName` .
25
+ */
26
+ readonly arn: pulumi.Output<string>;
27
+ /**
28
+ * When deleting a report group, specifies if reports within the report group should be deleted.
29
+ *
30
+ * - **true** - Deletes any reports that belong to the report group before deleting the report group.
31
+ * - **false** - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
32
+ */
33
+ readonly deleteReports: pulumi.Output<boolean | undefined>;
34
+ /**
35
+ * Information about the destination where the raw data of this `ReportGroup` is exported.
36
+ */
37
+ readonly exportConfig: pulumi.Output<outputs.codebuild.ReportGroupReportExportConfig>;
38
+ /**
39
+ * The name of the `ReportGroup` .
40
+ */
41
+ readonly name: pulumi.Output<string | undefined>;
42
+ /**
43
+ * A list of tag key and value pairs associated with this report group.
44
+ *
45
+ * These tags are available for use by AWS services that support AWS CodeBuild report group tags.
46
+ */
47
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
48
+ /**
49
+ * The type of the `ReportGroup` . This can be one of the following values:
50
+ *
51
+ * - **CODE_COVERAGE** - The report group contains code coverage reports.
52
+ * - **TEST** - The report group contains test reports.
53
+ */
54
+ readonly type: pulumi.Output<enums.codebuild.ReportGroupType>;
55
+ /**
56
+ * Create a ReportGroup resource with the given unique name, arguments, and options.
57
+ *
58
+ * @param name The _unique_ name of the resource.
59
+ * @param args The arguments to use to populate this resource's properties.
60
+ * @param opts A bag of options that control this resource's behavior.
61
+ */
62
+ constructor(name: string, args: ReportGroupArgs, opts?: pulumi.CustomResourceOptions);
63
+ }
64
+ /**
65
+ * The set of arguments for constructing a ReportGroup resource.
66
+ */
67
+ export interface ReportGroupArgs {
68
+ /**
69
+ * When deleting a report group, specifies if reports within the report group should be deleted.
70
+ *
71
+ * - **true** - Deletes any reports that belong to the report group before deleting the report group.
72
+ * - **false** - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
73
+ */
74
+ deleteReports?: pulumi.Input<boolean | undefined>;
75
+ /**
76
+ * Information about the destination where the raw data of this `ReportGroup` is exported.
77
+ */
78
+ exportConfig: pulumi.Input<inputs.codebuild.ReportGroupReportExportConfigArgs>;
79
+ /**
80
+ * The name of the `ReportGroup` .
81
+ */
82
+ name?: pulumi.Input<string | undefined>;
83
+ /**
84
+ * A list of tag key and value pairs associated with this report group.
85
+ *
86
+ * These tags are available for use by AWS services that support AWS CodeBuild report group tags.
87
+ */
88
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[] | undefined>;
89
+ /**
90
+ * The type of the `ReportGroup` . This can be one of the following values:
91
+ *
92
+ * - **CODE_COVERAGE** - The report group contains code coverage reports.
93
+ * - **TEST** - The report group contains test reports.
94
+ */
95
+ type: pulumi.Input<enums.codebuild.ReportGroupType>;
96
+ }
97
+ //# sourceMappingURL=reportGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reportGroup.d.ts","sourceRoot":"","sources":["../../codebuild/reportGroup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAC;AAGxC;;GAEG;AACH,qBAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,WAAW;IAO9G;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,WAAW;IAOtD;;OAEG;IACH,SAAgC,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;;;;OAKG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC1E;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,6BAA6B,CAAC,CAAC;IACrG;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChE;;;;OAIG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,CAAC;IACvE;;;;;OAKG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;IAE7E;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA6BvF;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAClD;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,iCAAiC,CAAC,CAAC;IAC/E;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IAChE;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;CACvD"}
@@ -0,0 +1,97 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ReportGroup = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Resource Type definition for AWS::CodeBuild::ReportGroup
33
+ */
34
+ class ReportGroup extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing ReportGroup 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 opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, opts) {
44
+ return new ReportGroup(name, undefined, { ...opts, id: id });
45
+ }
46
+ /** @internal */
47
+ static __pulumiType = 'aws-native:codebuild:ReportGroup';
48
+ /**
49
+ * Returns true if the given object is an instance of ReportGroup. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === ReportGroup.__pulumiType;
57
+ }
58
+ /**
59
+ * Create a ReportGroup resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name, args, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (!opts.id) {
69
+ if (args?.exportConfig === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'exportConfig'");
71
+ }
72
+ if (args?.type === undefined && !opts.urn) {
73
+ throw new Error("Missing required property 'type'");
74
+ }
75
+ resourceInputs["deleteReports"] = args?.deleteReports;
76
+ resourceInputs["exportConfig"] = args?.exportConfig;
77
+ resourceInputs["name"] = args?.name;
78
+ resourceInputs["tags"] = args?.tags;
79
+ resourceInputs["type"] = args?.type;
80
+ resourceInputs["arn"] = undefined /*out*/;
81
+ }
82
+ else {
83
+ resourceInputs["arn"] = undefined /*out*/;
84
+ resourceInputs["deleteReports"] = undefined /*out*/;
85
+ resourceInputs["exportConfig"] = undefined /*out*/;
86
+ resourceInputs["name"] = undefined /*out*/;
87
+ resourceInputs["tags"] = undefined /*out*/;
88
+ resourceInputs["type"] = undefined /*out*/;
89
+ }
90
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
91
+ const replaceOnChanges = { replaceOnChanges: ["name", "type"] };
92
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
93
+ super(ReportGroup.__pulumiType, name, resourceInputs, opts);
94
+ }
95
+ }
96
+ exports.ReportGroup = ReportGroup;
97
+ //# sourceMappingURL=reportGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reportGroup.js","sourceRoot":"","sources":["../../codebuild/reportGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,kCAAkC,CAAC;IAEzE;;;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;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAqB,EAAE,IAAmC;QAChF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;aAAM;YACH,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;QAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA/FL,kCAgGC"}
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * Resource type definition for AWS::Config::DeliveryChannel
5
+ * Resource Type definition for AWS::Config::DeliveryChannel
6
6
  */
7
7
  export declare class DeliveryChannel extends pulumi.CustomResource {
8
8
  /**
@@ -19,16 +19,21 @@ export declare class DeliveryChannel extends pulumi.CustomResource {
19
19
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
20
  */
21
21
  static isInstance(obj: any): obj is DeliveryChannel;
22
+ readonly awsId: pulumi.Output<string>;
22
23
  /**
23
24
  * The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
24
25
  */
25
26
  readonly configSnapshotDeliveryProperties: pulumi.Output<outputs.configuration.DeliveryChannelConfigSnapshotDeliveryProperties | undefined>;
26
27
  /**
27
- * The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
28
+ * A name for the delivery channel. If you don't specify a name, CloudFormation generates a unique physical ID and uses that ID for the delivery channel name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) .
29
+ *
30
+ * Updates are not supported. To change the name, you must run two separate updates. In the first update, delete this resource, and then recreate it with a new name in the second update.
28
31
  */
29
32
  readonly name: pulumi.Output<string | undefined>;
30
33
  /**
31
34
  * The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
35
+ *
36
+ * If you specify a bucket that belongs to another AWS account , that bucket must have policies that grant access permissions to AWS Config . For more information, see [Permissions for the Amazon S3 Bucket](https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html) in the *AWS Config Developer Guide* .
32
37
  */
33
38
  readonly s3BucketName: pulumi.Output<string>;
34
39
  /**
@@ -36,11 +41,13 @@ export declare class DeliveryChannel extends pulumi.CustomResource {
36
41
  */
37
42
  readonly s3KeyPrefix: pulumi.Output<string | undefined>;
38
43
  /**
39
- * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config. Must belong to the same Region as the destination S3 bucket.
44
+ * The Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config . Must belong to the same Region as the destination S3 bucket.
40
45
  */
41
46
  readonly s3KmsKeyArn: pulumi.Output<string | undefined>;
42
47
  /**
43
48
  * The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
49
+ *
50
+ * If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config . For more information, see [Permissions for the Amazon SNS Topic](https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html) in the *AWS Config Developer Guide* .
44
51
  */
45
52
  readonly snsTopicArn: pulumi.Output<string | undefined>;
46
53
  /**
@@ -61,11 +68,15 @@ export interface DeliveryChannelArgs {
61
68
  */
62
69
  configSnapshotDeliveryProperties?: pulumi.Input<inputs.configuration.DeliveryChannelConfigSnapshotDeliveryPropertiesArgs | undefined>;
63
70
  /**
64
- * The name of the delivery channel. By default, AWS Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
71
+ * A name for the delivery channel. If you don't specify a name, CloudFormation generates a unique physical ID and uses that ID for the delivery channel name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) .
72
+ *
73
+ * Updates are not supported. To change the name, you must run two separate updates. In the first update, delete this resource, and then recreate it with a new name in the second update.
65
74
  */
66
75
  name?: pulumi.Input<string | undefined>;
67
76
  /**
68
77
  * The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
78
+ *
79
+ * If you specify a bucket that belongs to another AWS account , that bucket must have policies that grant access permissions to AWS Config . For more information, see [Permissions for the Amazon S3 Bucket](https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html) in the *AWS Config Developer Guide* .
69
80
  */
70
81
  s3BucketName: pulumi.Input<string>;
71
82
  /**
@@ -73,11 +84,13 @@ export interface DeliveryChannelArgs {
73
84
  */
74
85
  s3KeyPrefix?: pulumi.Input<string | undefined>;
75
86
  /**
76
- * The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config. Must belong to the same Region as the destination S3 bucket.
87
+ * The Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config . Must belong to the same Region as the destination S3 bucket.
77
88
  */
78
89
  s3KmsKeyArn?: pulumi.Input<string | undefined>;
79
90
  /**
80
91
  * The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
92
+ *
93
+ * If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config . For more information, see [Permissions for the Amazon SNS Topic](https://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html) in the *AWS Config Developer Guide* .
81
94
  */
82
95
  snsTopicArn?: pulumi.Input<string | undefined>;
83
96
  }
@@ -1 +1 @@
1
- {"version":3,"file":"deliveryChannel.d.ts","sourceRoot":"","sources":["../../configuration/deliveryChannel.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAI3C;;GAEG;AACH,qBAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,eAAe;IAOlH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,eAAe;IAO1D;;OAEG;IACH,SAAwB,gCAAgC,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,+CAA+C,GAAG,SAAS,CAAC,CAAC;IAC3J;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChE;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEvE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA0B3F;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,mDAAmD,GAAG,SAAS,CAAC,CAAC;IACtI;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAClD"}
1
+ {"version":3,"file":"deliveryChannel.d.ts","sourceRoot":"","sources":["../../configuration/deliveryChannel.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAI3C;;GAEG;AACH,qBAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,eAAe;IAOlH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,eAAe;IAO1D,SAAgC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,gCAAgC,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,+CAA+C,GAAG,SAAS,CAAC,CAAC;IAC3J;;;;OAIG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChE;;;;OAIG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;;;OAIG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAEvE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA4B3F;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,aAAa,CAAC,mDAAmD,GAAG,SAAS,CAAC,CAAC;IACtI;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAClD"}
@@ -29,7 +29,7 @@ exports.DeliveryChannel = void 0;
29
29
  const pulumi = __importStar(require("@pulumi/pulumi"));
30
30
  const utilities = __importStar(require("../utilities"));
31
31
  /**
32
- * Resource type definition for AWS::Config::DeliveryChannel
32
+ * Resource Type definition for AWS::Config::DeliveryChannel
33
33
  */
34
34
  class DeliveryChannel extends pulumi.CustomResource {
35
35
  /**
@@ -75,8 +75,10 @@ class DeliveryChannel extends pulumi.CustomResource {
75
75
  resourceInputs["s3KeyPrefix"] = args?.s3KeyPrefix;
76
76
  resourceInputs["s3KmsKeyArn"] = args?.s3KmsKeyArn;
77
77
  resourceInputs["snsTopicArn"] = args?.snsTopicArn;
78
+ resourceInputs["awsId"] = undefined /*out*/;
78
79
  }
79
80
  else {
81
+ resourceInputs["awsId"] = undefined /*out*/;
80
82
  resourceInputs["configSnapshotDeliveryProperties"] = undefined /*out*/;
81
83
  resourceInputs["name"] = undefined /*out*/;
82
84
  resourceInputs["s3BucketName"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"deliveryChannel.js","sourceRoot":"","sources":["../../configuration/deliveryChannel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,0CAA0C,CAAC;IAEjF;;;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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IA2BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,kCAAkC,CAAC,GAAG,IAAI,EAAE,gCAAgC,CAAC;YAC5F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;SACrD;aAAM;YACH,cAAc,CAAC,kCAAkC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvE,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AApFL,0CAqFC"}
1
+ {"version":3,"file":"deliveryChannel.js","sourceRoot":"","sources":["../../configuration/deliveryChannel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAIzC,wDAA0C;AAE1C;;GAEG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,0CAA0C,CAAC;IAEjF;;;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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAkCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,kCAAkC,CAAC,GAAG,IAAI,EAAE,gCAAgC,CAAC;YAC5F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;aAAM;YACH,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,kCAAkC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvE,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AA7FL,0CA8FC"}