@pulumi/aws-native 1.37.0-alpha.1760459782 → 1.37.0-alpha.1760462120

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 (197) hide show
  1. package/amazonmq/broker.d.ts +2 -2
  2. package/applicationsignals/getGroupingConfiguration.d.ts +27 -0
  3. package/applicationsignals/getGroupingConfiguration.js +28 -0
  4. package/applicationsignals/getGroupingConfiguration.js.map +1 -0
  5. package/applicationsignals/groupingConfiguration.d.ts +48 -0
  6. package/applicationsignals/groupingConfiguration.js +63 -0
  7. package/applicationsignals/groupingConfiguration.js.map +1 -0
  8. package/applicationsignals/index.d.ts +6 -0
  9. package/applicationsignals/index.js +8 -1
  10. package/applicationsignals/index.js.map +1 -1
  11. package/bedrockagentcore/browserCustom.d.ts +4 -0
  12. package/bedrockagentcore/browserCustom.js +2 -0
  13. package/bedrockagentcore/browserCustom.js.map +1 -1
  14. package/bedrockagentcore/codeInterpreterCustom.d.ts +4 -0
  15. package/bedrockagentcore/codeInterpreterCustom.js +2 -0
  16. package/bedrockagentcore/codeInterpreterCustom.js.map +1 -1
  17. package/bedrockagentcore/gateway.d.ts +63 -0
  18. package/bedrockagentcore/gateway.js.map +1 -1
  19. package/bedrockagentcore/gatewayTarget.d.ts +45 -0
  20. package/bedrockagentcore/gatewayTarget.js.map +1 -1
  21. package/bedrockagentcore/getBrowserCustom.d.ts +4 -0
  22. package/bedrockagentcore/getBrowserCustom.js.map +1 -1
  23. package/bedrockagentcore/getCodeInterpreterCustom.d.ts +4 -0
  24. package/bedrockagentcore/getCodeInterpreterCustom.js.map +1 -1
  25. package/bedrockagentcore/getGateway.d.ts +39 -0
  26. package/bedrockagentcore/getGateway.js.map +1 -1
  27. package/bedrockagentcore/getGatewayTarget.d.ts +39 -0
  28. package/bedrockagentcore/getGatewayTarget.js.map +1 -1
  29. package/bedrockagentcore/getMemory.d.ts +53 -0
  30. package/bedrockagentcore/getMemory.js +28 -0
  31. package/bedrockagentcore/getMemory.js.map +1 -0
  32. package/bedrockagentcore/index.d.ts +6 -0
  33. package/bedrockagentcore/index.js +8 -1
  34. package/bedrockagentcore/index.js.map +1 -1
  35. package/bedrockagentcore/memory.d.ts +108 -0
  36. package/bedrockagentcore/memory.js +85 -0
  37. package/bedrockagentcore/memory.js.map +1 -0
  38. package/ecs/capacityProvider.d.ts +10 -0
  39. package/ecs/capacityProvider.js.map +1 -1
  40. package/ecs/clusterCapacityProviderAssociations.d.ts +2 -2
  41. package/ecs/clusterCapacityProviderAssociations.js +0 -3
  42. package/ecs/clusterCapacityProviderAssociations.js.map +1 -1
  43. package/ecs/getService.d.ts +1 -1
  44. package/ecs/service.d.ts +2 -2
  45. package/ecs/taskDefinition.d.ts +2 -2
  46. package/imagebuilder/getImage.d.ts +5 -0
  47. package/imagebuilder/getImage.js.map +1 -1
  48. package/imagebuilder/getImagePipeline.d.ts +4 -0
  49. package/imagebuilder/getImagePipeline.js.map +1 -1
  50. package/imagebuilder/getImageRecipe.d.ts +6 -0
  51. package/imagebuilder/getImageRecipe.js.map +1 -1
  52. package/imagebuilder/image.d.ts +8 -0
  53. package/imagebuilder/image.js +2 -0
  54. package/imagebuilder/image.js.map +1 -1
  55. package/imagebuilder/imagePipeline.d.ts +8 -0
  56. package/imagebuilder/imagePipeline.js +2 -0
  57. package/imagebuilder/imagePipeline.js.map +1 -1
  58. package/imagebuilder/imageRecipe.d.ts +12 -0
  59. package/imagebuilder/imageRecipe.js +2 -0
  60. package/imagebuilder/imageRecipe.js.map +1 -1
  61. package/lambda/permission.d.ts +6 -0
  62. package/lambda/permission.js.map +1 -1
  63. package/lex/botVersion.d.ts +1 -1
  64. package/lex/botVersion.js +1 -1
  65. package/lex/getBotVersion.d.ts +2 -2
  66. package/lex/getBotVersion.js +2 -2
  67. package/lex/getResourcePolicy.d.ts +2 -6
  68. package/lex/getResourcePolicy.js +2 -2
  69. package/lex/getResourcePolicy.js.map +1 -1
  70. package/lex/resourcePolicy.d.ts +1 -1
  71. package/lex/resourcePolicy.js +3 -1
  72. package/lex/resourcePolicy.js.map +1 -1
  73. package/lightsail/diskSnapshot.d.ts +100 -0
  74. package/lightsail/diskSnapshot.js +85 -0
  75. package/lightsail/diskSnapshot.js.map +1 -0
  76. package/lightsail/getDiskSnapshot.d.ts +69 -0
  77. package/lightsail/getDiskSnapshot.js +28 -0
  78. package/lightsail/getDiskSnapshot.js.map +1 -0
  79. package/lightsail/index.d.ts +6 -0
  80. package/lightsail/index.js +8 -1
  81. package/lightsail/index.js.map +1 -1
  82. package/logs/deliveryDestination.d.ts +6 -2
  83. package/logs/deliveryDestination.js +2 -2
  84. package/logs/deliveryDestination.js.map +1 -1
  85. package/logs/getDeliveryDestination.d.ts +0 -4
  86. package/logs/getDeliveryDestination.js.map +1 -1
  87. package/logs/getMetricFilter.d.ts +8 -0
  88. package/logs/getMetricFilter.js.map +1 -1
  89. package/logs/getSubscriptionFilter.d.ts +8 -0
  90. package/logs/getSubscriptionFilter.js.map +1 -1
  91. package/logs/metricFilter.d.ts +16 -0
  92. package/logs/metricFilter.js +4 -0
  93. package/logs/metricFilter.js.map +1 -1
  94. package/logs/subscriptionFilter.d.ts +16 -0
  95. package/logs/subscriptionFilter.js +4 -0
  96. package/logs/subscriptionFilter.js.map +1 -1
  97. package/m2/environment.d.ts +4 -0
  98. package/m2/environment.js.map +1 -1
  99. package/m2/getEnvironment.d.ts +2 -0
  100. package/m2/getEnvironment.js.map +1 -1
  101. package/mwaa/environment.d.ts +2 -2
  102. package/mwaa/getEnvironment.d.ts +1 -1
  103. package/neptune/eventSubscription.d.ts +91 -0
  104. package/neptune/eventSubscription.js +73 -0
  105. package/neptune/eventSubscription.js.map +1 -0
  106. package/neptune/getEventSubscription.d.ts +44 -0
  107. package/neptune/getEventSubscription.js +28 -0
  108. package/neptune/getEventSubscription.js.map +1 -0
  109. package/neptune/index.d.ts +6 -0
  110. package/neptune/index.js +8 -1
  111. package/neptune/index.js.map +1 -1
  112. package/observabilityadmin/getOrganizationCentralizationRule.d.ts +24 -0
  113. package/observabilityadmin/getOrganizationCentralizationRule.js +28 -0
  114. package/observabilityadmin/getOrganizationCentralizationRule.js.map +1 -0
  115. package/observabilityadmin/index.d.ts +6 -0
  116. package/observabilityadmin/index.js +8 -1
  117. package/observabilityadmin/index.js.map +1 -1
  118. package/observabilityadmin/organizationCentralizationRule.d.ts +48 -0
  119. package/observabilityadmin/organizationCentralizationRule.js +67 -0
  120. package/observabilityadmin/organizationCentralizationRule.js.map +1 -0
  121. package/package.json +3 -3
  122. package/package.json.dev +2 -2
  123. package/pcs/cluster.js +1 -1
  124. package/pcs/cluster.js.map +1 -1
  125. package/pcs/getCluster.d.ts +4 -0
  126. package/pcs/getCluster.js.map +1 -1
  127. package/pcs/getQueue.d.ts +4 -0
  128. package/pcs/getQueue.js.map +1 -1
  129. package/pcs/queue.d.ts +8 -0
  130. package/pcs/queue.js +2 -0
  131. package/pcs/queue.js.map +1 -1
  132. package/quicksight/dashboard.d.ts +4 -2
  133. package/quicksight/dashboard.js.map +1 -1
  134. package/quicksight/dataSource.d.ts +8 -8
  135. package/quicksight/getDataSource.d.ts +3 -3
  136. package/quicksight/getTemplate.d.ts +2 -2
  137. package/quicksight/getTheme.d.ts +1 -1
  138. package/quicksight/template.d.ts +4 -4
  139. package/quicksight/theme.d.ts +2 -2
  140. package/rds/dbCluster.d.ts +10 -16
  141. package/rds/dbCluster.js.map +1 -1
  142. package/rds/dbInstance.d.ts +8 -12
  143. package/rds/dbInstance.js.map +1 -1
  144. package/s3/bucket.d.ts +6 -2
  145. package/s3/bucket.js.map +1 -1
  146. package/s3/getBucket.d.ts +3 -1
  147. package/s3/getBucket.js.map +1 -1
  148. package/servicecatalog/getLaunchNotificationConstraint.d.ts +35 -0
  149. package/servicecatalog/getLaunchNotificationConstraint.js +28 -0
  150. package/servicecatalog/getLaunchNotificationConstraint.js.map +1 -0
  151. package/servicecatalog/getResourceUpdateConstraint.d.ts +35 -0
  152. package/servicecatalog/getResourceUpdateConstraint.js +28 -0
  153. package/servicecatalog/getResourceUpdateConstraint.js.map +1 -0
  154. package/servicecatalog/index.d.ts +18 -0
  155. package/servicecatalog/index.js +23 -1
  156. package/servicecatalog/index.js.map +1 -1
  157. package/servicecatalog/launchNotificationConstraint.d.ts +83 -0
  158. package/servicecatalog/launchNotificationConstraint.js +77 -0
  159. package/servicecatalog/launchNotificationConstraint.js.map +1 -0
  160. package/servicecatalog/portfolioPrincipalAssociation.d.ts +65 -0
  161. package/servicecatalog/portfolioPrincipalAssociation.js +67 -0
  162. package/servicecatalog/portfolioPrincipalAssociation.js.map +1 -0
  163. package/servicecatalog/resourceUpdateConstraint.d.ts +77 -0
  164. package/servicecatalog/resourceUpdateConstraint.js +77 -0
  165. package/servicecatalog/resourceUpdateConstraint.js.map +1 -0
  166. package/servicecatalog/tagOptionAssociation.d.ts +49 -0
  167. package/servicecatalog/tagOptionAssociation.js +60 -0
  168. package/servicecatalog/tagOptionAssociation.js.map +1 -0
  169. package/ssmquicksetup/getLifecycleAutomation.d.ts +37 -0
  170. package/ssmquicksetup/getLifecycleAutomation.js +28 -0
  171. package/ssmquicksetup/getLifecycleAutomation.js.map +1 -0
  172. package/ssmquicksetup/index.d.ts +6 -0
  173. package/ssmquicksetup/index.js +8 -1
  174. package/ssmquicksetup/index.js.map +1 -1
  175. package/ssmquicksetup/lifecycleAutomation.d.ts +65 -0
  176. package/ssmquicksetup/lifecycleAutomation.js +75 -0
  177. package/ssmquicksetup/lifecycleAutomation.js.map +1 -0
  178. package/types/enums/amazonmq/index.d.ts +0 -16
  179. package/types/enums/amazonmq/index.js +1 -9
  180. package/types/enums/amazonmq/index.js.map +1 -1
  181. package/types/enums/bedrockagentcore/index.d.ts +93 -0
  182. package/types/enums/bedrockagentcore/index.js +58 -1
  183. package/types/enums/bedrockagentcore/index.js.map +1 -1
  184. package/types/enums/ecs/index.d.ts +2 -0
  185. package/types/enums/ecs/index.js +2 -0
  186. package/types/enums/ecs/index.js.map +1 -1
  187. package/types/enums/lightsail/index.d.ts +17 -0
  188. package/types/enums/lightsail/index.js +10 -1
  189. package/types/enums/lightsail/index.js.map +1 -1
  190. package/types/enums/observabilityadmin/index.d.ts +15 -0
  191. package/types/enums/observabilityadmin/index.js +13 -1
  192. package/types/enums/observabilityadmin/index.js.map +1 -1
  193. package/types/enums/s3/index.d.ts +5 -4
  194. package/types/enums/s3/index.js.map +1 -1
  195. package/types/input.d.ts +443 -149
  196. package/types/output.d.ts +456 -149
  197. package/types/output.js.map +1 -1
@@ -10,20 +10,59 @@ export interface GetGatewayArgs {
10
10
  }
11
11
  export interface GetGatewayResult {
12
12
  readonly authorizerConfiguration?: outputs.bedrockagentcore.GatewayAuthorizerConfigurationProperties;
13
+ /**
14
+ * The authorizer type for the gateway.
15
+ */
13
16
  readonly authorizerType?: enums.bedrockagentcore.GatewayAuthorizerType;
17
+ /**
18
+ * The date and time at which the gateway was created.
19
+ */
14
20
  readonly createdAt?: string;
21
+ /**
22
+ * The description for the gateway.
23
+ */
15
24
  readonly description?: string;
25
+ /**
26
+ * The exception level for the gateway.
27
+ */
16
28
  readonly exceptionLevel?: enums.bedrockagentcore.GatewayExceptionLevel;
29
+ /**
30
+ * The ARN for the gateway.
31
+ */
17
32
  readonly gatewayArn?: string;
18
33
  readonly gatewayIdentifier?: string;
34
+ /**
35
+ * The gateway URL for the gateway.
36
+ */
19
37
  readonly gatewayUrl?: string;
38
+ /**
39
+ * The KMS key ARN for the gateway.
40
+ */
20
41
  readonly kmsKeyArn?: string;
42
+ /**
43
+ * The name for the gateway.
44
+ */
21
45
  readonly name?: string;
46
+ /**
47
+ * The protocol configuration for the gateway target.
48
+ */
22
49
  readonly protocolConfiguration?: outputs.bedrockagentcore.GatewayProtocolConfigurationProperties;
50
+ /**
51
+ * The protocol type for the gateway target.
52
+ */
23
53
  readonly protocolType?: enums.bedrockagentcore.GatewayProtocolType;
24
54
  readonly roleArn?: string;
55
+ /**
56
+ * The status for the gateway.
57
+ */
25
58
  readonly status?: enums.bedrockagentcore.GatewayStatus;
59
+ /**
60
+ * The status reasons for the gateway.
61
+ */
26
62
  readonly statusReasons?: string[];
63
+ /**
64
+ * The tags for the gateway.
65
+ */
27
66
  readonly tags?: {
28
67
  [key: string]: string;
29
68
  };
@@ -1 +1 @@
1
- {"version":3,"file":"getGateway.js","sourceRoot":"","sources":["../../bedrockagentcore/getGateway.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;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;AA0BD;;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,yCAAyC;AAIzC,0CAA0C;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;AAiED;;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"}
@@ -6,19 +6,52 @@ import * as enums from "../types/enums";
6
6
  */
7
7
  export declare function getGatewayTarget(args: GetGatewayTargetArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewayTargetResult>;
8
8
  export interface GetGatewayTargetArgs {
9
+ /**
10
+ * The gateway ID for the gateway target.
11
+ */
9
12
  gatewayIdentifier: string;
13
+ /**
14
+ * The target ID for the gateway target.
15
+ */
10
16
  targetId: string;
11
17
  }
12
18
  export interface GetGatewayTargetResult {
19
+ /**
20
+ * The date and time at which the gateway target was created.
21
+ */
13
22
  readonly createdAt?: string;
23
+ /**
24
+ * The OAuth credential provider configuration.
25
+ */
14
26
  readonly credentialProviderConfigurations?: outputs.bedrockagentcore.GatewayTargetCredentialProviderConfiguration[];
27
+ /**
28
+ * The description for the gateway target.
29
+ */
15
30
  readonly description?: string;
16
31
  readonly gatewayArn?: string;
32
+ /**
33
+ * The name for the gateway target.
34
+ */
17
35
  readonly name?: string;
36
+ /**
37
+ * The status for the gateway target.
38
+ */
18
39
  readonly status?: enums.bedrockagentcore.GatewayTargetTargetStatus;
40
+ /**
41
+ * The status reasons for the gateway target.
42
+ */
19
43
  readonly statusReasons?: string[];
44
+ /**
45
+ * The target configuration for the Smithy model target.
46
+ */
20
47
  readonly targetConfiguration?: outputs.bedrockagentcore.GatewayTargetTargetConfigurationProperties;
48
+ /**
49
+ * The target ID for the gateway target.
50
+ */
21
51
  readonly targetId?: string;
52
+ /**
53
+ * The time at which the resource was updated.
54
+ */
22
55
  readonly updatedAt?: string;
23
56
  }
24
57
  /**
@@ -26,6 +59,12 @@ export interface GetGatewayTargetResult {
26
59
  */
27
60
  export declare function getGatewayTargetOutput(args: GetGatewayTargetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGatewayTargetResult>;
28
61
  export interface GetGatewayTargetOutputArgs {
62
+ /**
63
+ * The gateway ID for the gateway target.
64
+ */
29
65
  gatewayIdentifier: pulumi.Input<string>;
66
+ /**
67
+ * The target ID for the gateway target.
68
+ */
30
69
  targetId: pulumi.Input<string>;
31
70
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getGatewayTarget.js","sourceRoot":"","sources":["../../bedrockagentcore/getGatewayTarget.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAmBD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
1
+ {"version":3,"file":"getGatewayTarget.js","sourceRoot":"","sources":["../../bedrockagentcore/getGatewayTarget.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAoDD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
@@ -0,0 +1,53 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ import * as enums from "../types/enums";
4
+ /**
5
+ * Resource Type definition for AWS::BedrockAgentCore::Memory
6
+ */
7
+ export declare function getMemory(args: GetMemoryArgs, opts?: pulumi.InvokeOptions): Promise<GetMemoryResult>;
8
+ export interface GetMemoryArgs {
9
+ memoryArn: string;
10
+ }
11
+ export interface GetMemoryResult {
12
+ readonly createdAt?: string;
13
+ /**
14
+ * The memory description.
15
+ */
16
+ readonly description?: string;
17
+ /**
18
+ * Duration in days until memory events expire
19
+ */
20
+ readonly eventExpiryDuration?: number;
21
+ readonly failureReason?: string;
22
+ readonly memoryArn?: string;
23
+ /**
24
+ * The memory role ARN.
25
+ */
26
+ readonly memoryExecutionRoleArn?: string;
27
+ /**
28
+ * The memory ID.
29
+ */
30
+ readonly memoryId?: string;
31
+ /**
32
+ * The memory strategies.
33
+ */
34
+ readonly memoryStrategies?: outputs.bedrockagentcore.MemoryStrategy[];
35
+ /**
36
+ * The memory status.
37
+ */
38
+ readonly status?: enums.bedrockagentcore.MemoryStatus;
39
+ /**
40
+ * The tags for the resources.
41
+ */
42
+ readonly tags?: {
43
+ [key: string]: string;
44
+ };
45
+ readonly updatedAt?: string;
46
+ }
47
+ /**
48
+ * Resource Type definition for AWS::BedrockAgentCore::Memory
49
+ */
50
+ export declare function getMemoryOutput(args: GetMemoryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMemoryResult>;
51
+ export interface GetMemoryOutputArgs {
52
+ memoryArn: pulumi.Input<string>;
53
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getMemoryOutput = exports.getMemory = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::BedrockAgentCore::Memory
10
+ */
11
+ function getMemory(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:bedrockagentcore:getMemory", {
14
+ "memoryArn": args.memoryArn,
15
+ }, opts);
16
+ }
17
+ exports.getMemory = getMemory;
18
+ /**
19
+ * Resource Type definition for AWS::BedrockAgentCore::Memory
20
+ */
21
+ function getMemoryOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:bedrockagentcore:getMemory", {
24
+ "memoryArn": args.memoryArn,
25
+ }, opts);
26
+ }
27
+ exports.getMemoryOutput = getMemoryOutput;
28
+ //# sourceMappingURL=getMemory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMemory.js","sourceRoot":"","sources":["../../bedrockagentcore/getMemory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAwCD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uCAAuC,EAAE;QACxE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
@@ -22,12 +22,18 @@ export declare const getGatewayOutput: typeof import("./getGateway").getGatewayO
22
22
  export { GetGatewayTargetArgs, GetGatewayTargetResult, GetGatewayTargetOutputArgs } from "./getGatewayTarget";
23
23
  export declare const getGatewayTarget: typeof import("./getGatewayTarget").getGatewayTarget;
24
24
  export declare const getGatewayTargetOutput: typeof import("./getGatewayTarget").getGatewayTargetOutput;
25
+ export { GetMemoryArgs, GetMemoryResult, GetMemoryOutputArgs } from "./getMemory";
26
+ export declare const getMemory: typeof import("./getMemory").getMemory;
27
+ export declare const getMemoryOutput: typeof import("./getMemory").getMemoryOutput;
25
28
  export { GetRuntimeArgs, GetRuntimeResult, GetRuntimeOutputArgs } from "./getRuntime";
26
29
  export declare const getRuntime: typeof import("./getRuntime").getRuntime;
27
30
  export declare const getRuntimeOutput: typeof import("./getRuntime").getRuntimeOutput;
28
31
  export { GetRuntimeEndpointArgs, GetRuntimeEndpointResult, GetRuntimeEndpointOutputArgs } from "./getRuntimeEndpoint";
29
32
  export declare const getRuntimeEndpoint: typeof import("./getRuntimeEndpoint").getRuntimeEndpoint;
30
33
  export declare const getRuntimeEndpointOutput: typeof import("./getRuntimeEndpoint").getRuntimeEndpointOutput;
34
+ export { MemoryArgs } from "./memory";
35
+ export type Memory = import("./memory").Memory;
36
+ export declare const Memory: typeof import("./memory").Memory;
31
37
  export { RuntimeArgs } from "./runtime";
32
38
  export type Runtime = import("./runtime").Runtime;
33
39
  export declare const Runtime: typeof import("./runtime").Runtime;
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.RuntimeEndpoint = exports.Runtime = exports.getRuntimeEndpointOutput = exports.getRuntimeEndpoint = exports.getRuntimeOutput = exports.getRuntime = exports.getGatewayTargetOutput = exports.getGatewayTarget = exports.getGatewayOutput = exports.getGateway = exports.getCodeInterpreterCustomOutput = exports.getCodeInterpreterCustom = exports.getBrowserCustomOutput = exports.getBrowserCustom = exports.GatewayTarget = exports.Gateway = exports.CodeInterpreterCustom = exports.BrowserCustom = void 0;
19
+ exports.RuntimeEndpoint = exports.Runtime = exports.Memory = exports.getRuntimeEndpointOutput = exports.getRuntimeEndpoint = exports.getRuntimeOutput = exports.getRuntime = exports.getMemoryOutput = exports.getMemory = exports.getGatewayTargetOutput = exports.getGatewayTarget = exports.getGatewayOutput = exports.getGateway = exports.getCodeInterpreterCustomOutput = exports.getCodeInterpreterCustom = exports.getBrowserCustomOutput = exports.getBrowserCustom = exports.GatewayTarget = exports.Gateway = exports.CodeInterpreterCustom = exports.BrowserCustom = void 0;
20
20
  const pulumi = require("@pulumi/pulumi");
21
21
  const utilities = require("../utilities");
22
22
  exports.BrowserCustom = null;
@@ -39,12 +39,17 @@ utilities.lazyLoad(exports, ["getGateway", "getGatewayOutput"], () => require(".
39
39
  exports.getGatewayTarget = null;
40
40
  exports.getGatewayTargetOutput = null;
41
41
  utilities.lazyLoad(exports, ["getGatewayTarget", "getGatewayTargetOutput"], () => require("./getGatewayTarget"));
42
+ exports.getMemory = null;
43
+ exports.getMemoryOutput = null;
44
+ utilities.lazyLoad(exports, ["getMemory", "getMemoryOutput"], () => require("./getMemory"));
42
45
  exports.getRuntime = null;
43
46
  exports.getRuntimeOutput = null;
44
47
  utilities.lazyLoad(exports, ["getRuntime", "getRuntimeOutput"], () => require("./getRuntime"));
45
48
  exports.getRuntimeEndpoint = null;
46
49
  exports.getRuntimeEndpointOutput = null;
47
50
  utilities.lazyLoad(exports, ["getRuntimeEndpoint", "getRuntimeEndpointOutput"], () => require("./getRuntimeEndpoint"));
51
+ exports.Memory = null;
52
+ utilities.lazyLoad(exports, ["Memory"], () => require("./memory"));
48
53
  exports.Runtime = null;
49
54
  utilities.lazyLoad(exports, ["Runtime"], () => require("./runtime"));
50
55
  exports.RuntimeEndpoint = null;
@@ -63,6 +68,8 @@ const _module = {
63
68
  return new exports.Gateway(name, undefined, { urn });
64
69
  case "aws-native:bedrockagentcore:GatewayTarget":
65
70
  return new exports.GatewayTarget(name, undefined, { urn });
71
+ case "aws-native:bedrockagentcore:Memory":
72
+ return new exports.Memory(name, undefined, { urn });
66
73
  case "aws-native:bedrockagentcore:Runtime":
67
74
  return new exports.Runtime(name, undefined, { urn });
68
75
  case "aws-native:bedrockagentcore:RuntimeEndpoint":
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrockagentcore/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../bedrockagentcore/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,108 @@
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::BedrockAgentCore::Memory
7
+ */
8
+ export declare class Memory extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Memory 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): Memory;
18
+ /**
19
+ * Returns true if the given object is an instance of Memory. 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 Memory;
23
+ readonly createdAt: pulumi.Output<string>;
24
+ /**
25
+ * The memory description.
26
+ */
27
+ readonly description: pulumi.Output<string | undefined>;
28
+ /**
29
+ * The memory encryption key Amazon Resource Name (ARN).
30
+ */
31
+ readonly encryptionKeyArn: pulumi.Output<string | undefined>;
32
+ /**
33
+ * Duration in days until memory events expire
34
+ */
35
+ readonly eventExpiryDuration: pulumi.Output<number>;
36
+ readonly failureReason: pulumi.Output<string>;
37
+ readonly memoryArn: pulumi.Output<string>;
38
+ /**
39
+ * The memory role ARN.
40
+ */
41
+ readonly memoryExecutionRoleArn: pulumi.Output<string | undefined>;
42
+ /**
43
+ * The memory ID.
44
+ */
45
+ readonly memoryId: pulumi.Output<string>;
46
+ /**
47
+ * The memory strategies.
48
+ */
49
+ readonly memoryStrategies: pulumi.Output<outputs.bedrockagentcore.MemoryStrategy[] | undefined>;
50
+ /**
51
+ * The memory name.
52
+ */
53
+ readonly name: pulumi.Output<string>;
54
+ /**
55
+ * The memory status.
56
+ */
57
+ readonly status: pulumi.Output<enums.bedrockagentcore.MemoryStatus>;
58
+ /**
59
+ * The tags for the resources.
60
+ */
61
+ readonly tags: pulumi.Output<{
62
+ [key: string]: string;
63
+ } | undefined>;
64
+ readonly updatedAt: pulumi.Output<string>;
65
+ /**
66
+ * Create a Memory resource with the given unique name, arguments, and options.
67
+ *
68
+ * @param name The _unique_ name of the resource.
69
+ * @param args The arguments to use to populate this resource's properties.
70
+ * @param opts A bag of options that control this resource's behavior.
71
+ */
72
+ constructor(name: string, args: MemoryArgs, opts?: pulumi.CustomResourceOptions);
73
+ }
74
+ /**
75
+ * The set of arguments for constructing a Memory resource.
76
+ */
77
+ export interface MemoryArgs {
78
+ /**
79
+ * The memory description.
80
+ */
81
+ description?: pulumi.Input<string>;
82
+ /**
83
+ * The memory encryption key Amazon Resource Name (ARN).
84
+ */
85
+ encryptionKeyArn?: pulumi.Input<string>;
86
+ /**
87
+ * Duration in days until memory events expire
88
+ */
89
+ eventExpiryDuration: pulumi.Input<number>;
90
+ /**
91
+ * The memory role ARN.
92
+ */
93
+ memoryExecutionRoleArn?: pulumi.Input<string>;
94
+ /**
95
+ * The memory strategies.
96
+ */
97
+ memoryStrategies?: pulumi.Input<pulumi.Input<inputs.bedrockagentcore.MemoryStrategyArgs>[]>;
98
+ /**
99
+ * The memory name.
100
+ */
101
+ name?: pulumi.Input<string>;
102
+ /**
103
+ * The tags for the resources.
104
+ */
105
+ tags?: pulumi.Input<{
106
+ [key: string]: pulumi.Input<string>;
107
+ }>;
108
+ }
@@ -0,0 +1,85 @@
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.Memory = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::BedrockAgentCore::Memory
10
+ */
11
+ class Memory extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Memory resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new Memory(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of Memory. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === Memory.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a Memory resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if (args?.eventExpiryDuration === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'eventExpiryDuration'");
46
+ }
47
+ resourceInputs["description"] = args?.description;
48
+ resourceInputs["encryptionKeyArn"] = args?.encryptionKeyArn;
49
+ resourceInputs["eventExpiryDuration"] = args?.eventExpiryDuration;
50
+ resourceInputs["memoryExecutionRoleArn"] = args?.memoryExecutionRoleArn;
51
+ resourceInputs["memoryStrategies"] = args?.memoryStrategies;
52
+ resourceInputs["name"] = args?.name;
53
+ resourceInputs["tags"] = args?.tags;
54
+ resourceInputs["createdAt"] = undefined /*out*/;
55
+ resourceInputs["failureReason"] = undefined /*out*/;
56
+ resourceInputs["memoryArn"] = undefined /*out*/;
57
+ resourceInputs["memoryId"] = undefined /*out*/;
58
+ resourceInputs["status"] = undefined /*out*/;
59
+ resourceInputs["updatedAt"] = undefined /*out*/;
60
+ }
61
+ else {
62
+ resourceInputs["createdAt"] = undefined /*out*/;
63
+ resourceInputs["description"] = undefined /*out*/;
64
+ resourceInputs["encryptionKeyArn"] = undefined /*out*/;
65
+ resourceInputs["eventExpiryDuration"] = undefined /*out*/;
66
+ resourceInputs["failureReason"] = undefined /*out*/;
67
+ resourceInputs["memoryArn"] = undefined /*out*/;
68
+ resourceInputs["memoryExecutionRoleArn"] = undefined /*out*/;
69
+ resourceInputs["memoryId"] = undefined /*out*/;
70
+ resourceInputs["memoryStrategies"] = undefined /*out*/;
71
+ resourceInputs["name"] = undefined /*out*/;
72
+ resourceInputs["status"] = undefined /*out*/;
73
+ resourceInputs["tags"] = undefined /*out*/;
74
+ resourceInputs["updatedAt"] = undefined /*out*/;
75
+ }
76
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
77
+ const replaceOnChanges = { replaceOnChanges: ["encryptionKeyArn", "name"] };
78
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
79
+ super(Memory.__pulumiType, name, resourceInputs, opts);
80
+ }
81
+ }
82
+ exports.Memory = Memory;
83
+ /** @internal */
84
+ Memory.__pulumiType = 'aws-native:bedrockagentcore:Memory';
85
+ //# sourceMappingURL=memory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"memory.js","sourceRoot":"","sources":["../../bedrockagentcore/memory.ts"],"names":[],"mappings":"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"}
@@ -163,6 +163,11 @@ export declare class CapacityProvider extends pulumi.CustomResource {
163
163
  * The Auto Scaling group settings for the capacity provider.
164
164
  */
165
165
  readonly autoScalingGroupProvider: pulumi.Output<outputs.ecs.CapacityProviderAutoScalingGroupProvider | undefined>;
166
+ /**
167
+ * The cluster that this capacity provider is associated with. Managed instances capacity providers are cluster-scoped, meaning they can only be used within their associated cluster.
168
+ *
169
+ * This is required for Managed instances.
170
+ */
166
171
  readonly clusterName: pulumi.Output<string | undefined>;
167
172
  /**
168
173
  * The configuration for the Amazon ECS Managed Instances provider. This includes the infrastructure role, the launch template configuration, and tag propagation settings.
@@ -203,6 +208,11 @@ export interface CapacityProviderArgs {
203
208
  * The Auto Scaling group settings for the capacity provider.
204
209
  */
205
210
  autoScalingGroupProvider?: pulumi.Input<inputs.ecs.CapacityProviderAutoScalingGroupProviderArgs>;
211
+ /**
212
+ * The cluster that this capacity provider is associated with. Managed instances capacity providers are cluster-scoped, meaning they can only be used within their associated cluster.
213
+ *
214
+ * This is required for Managed instances.
215
+ */
206
216
  clusterName?: pulumi.Input<string>;
207
217
  /**
208
218
  * The configuration for the Amazon ECS Managed Instances provider. This includes the infrastructure role, the launch template configuration, and tag propagation settings.
@@ -1 +1 @@
1
- {"version":3,"file":"capacityProvider.js","sourceRoot":"","sources":["../../ecs/capacityProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8IG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IA8BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;aAAM;YACH,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,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,8CAA8C,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,CAAC;QACvH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAlFL,4CAmFC;AAtEG,gBAAgB;AACO,6BAAY,GAAG,iCAAiC,CAAC"}
1
+ {"version":3,"file":"capacityProvider.js","sourceRoot":"","sources":["../../ecs/capacityProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8IG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;aAAM;YACH,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/D,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,8CAA8C,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,CAAC;QACvH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAvFL,4CAwFC;AA3EG,gBAAgB;AACO,6BAAY,GAAG,iCAAiC,CAAC"}
@@ -83,7 +83,7 @@ export declare class ClusterCapacityProviderAssociations extends pulumi.CustomRe
83
83
  /**
84
84
  * The capacity providers to associate with the cluster.
85
85
  */
86
- readonly capacityProviders: pulumi.Output<(enums.ecs.ClusterCapacityProviderAssociationsCapacityProvider | string)[]>;
86
+ readonly capacityProviders: pulumi.Output<(enums.ecs.ClusterCapacityProviderAssociationsCapacityProvider | string)[] | undefined>;
87
87
  /**
88
88
  * The cluster the capacity provider association is the target of.
89
89
  */
@@ -108,7 +108,7 @@ export interface ClusterCapacityProviderAssociationsArgs {
108
108
  /**
109
109
  * The capacity providers to associate with the cluster.
110
110
  */
111
- capacityProviders: pulumi.Input<pulumi.Input<enums.ecs.ClusterCapacityProviderAssociationsCapacityProvider | string>[]>;
111
+ capacityProviders?: pulumi.Input<pulumi.Input<enums.ecs.ClusterCapacityProviderAssociationsCapacityProvider | string>[]>;
112
112
  /**
113
113
  * The cluster the capacity provider association is the target of.
114
114
  */
@@ -101,9 +101,6 @@ class ClusterCapacityProviderAssociations extends pulumi.CustomResource {
101
101
  let resourceInputs = {};
102
102
  opts = opts || {};
103
103
  if (!opts.id) {
104
- if (args?.capacityProviders === undefined && !opts.urn) {
105
- throw new Error("Missing required property 'capacityProviders'");
106
- }
107
104
  if (args?.cluster === undefined && !opts.urn) {
108
105
  throw new Error("Missing required property 'cluster'");
109
106
  }
@@ -1 +1 @@
1
- {"version":3,"file":"clusterCapacityProviderAssociations.js","sourceRoot":"","sources":["../../ecs/clusterCapacityProviderAssociations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAa,mCAAoC,SAAQ,MAAM,CAAC,cAAc;IAC1E;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,mCAAmC,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChG,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,mCAAmC,CAAC,YAAY,CAAC;IACpF,CAAC;IAeD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6C,EAAE,IAAmC;QACxG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,+BAA+B,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClE,MAAM,IAAI,KAAK,CAAC,6DAA6D,CAAC,CAAC;aAClF;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,iCAAiC,CAAC,GAAG,IAAI,EAAE,+BAA+B,CAAC;SAC7F;aAAM;YACH,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,iCAAiC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC;QAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,mCAAmC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxF,CAAC;;AAxEL,kFAyEC;AA5DG,gBAAgB;AACO,gDAAY,GAAG,oDAAoD,CAAC"}
1
+ {"version":3,"file":"clusterCapacityProviderAssociations.js","sourceRoot":"","sources":["../../ecs/clusterCapacityProviderAssociations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAa,mCAAoC,SAAQ,MAAM,CAAC,cAAc;IAC1E;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,mCAAmC,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChG,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,mCAAmC,CAAC,YAAY,CAAC;IACpF,CAAC;IAeD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6C,EAAE,IAAmC;QACxG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,+BAA+B,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClE,MAAM,IAAI,KAAK,CAAC,6DAA6D,CAAC,CAAC;aAClF;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,iCAAiC,CAAC,GAAG,IAAI,EAAE,+BAA+B,CAAC;SAC7F;aAAM;YACH,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,iCAAiC,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC;QAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,mCAAmC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxF,CAAC;;AArEL,kFAsEC;AAzDG,gBAAgB;AACO,gDAAY,GAAG,oDAAoD,CAAC"}
@@ -79,7 +79,7 @@ export interface GetServiceResult {
79
79
  */
80
80
  readonly enableExecuteCommand?: boolean;
81
81
  /**
82
- * The period of time, in seconds, that the Amazon Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
82
+ * The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
83
83
  * If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.
84
84
  */
85
85
  readonly healthCheckGracePeriodSeconds?: number;
package/ecs/service.d.ts CHANGED
@@ -91,7 +91,7 @@ export declare class Service extends pulumi.CustomResource {
91
91
  */
92
92
  readonly forceNewDeployment: pulumi.Output<outputs.ecs.ServiceForceNewDeployment | undefined>;
93
93
  /**
94
- * The period of time, in seconds, that the Amazon Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
94
+ * The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
95
95
  * If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.
96
96
  */
97
97
  readonly healthCheckGracePeriodSeconds: pulumi.Output<number | undefined>;
@@ -253,7 +253,7 @@ export interface ServiceArgs {
253
253
  */
254
254
  forceNewDeployment?: pulumi.Input<inputs.ecs.ServiceForceNewDeploymentArgs>;
255
255
  /**
256
- * The period of time, in seconds, that the Amazon Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
256
+ * The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then ``healthCheckGracePeriodSeconds`` is unused.
257
257
  * If your service has more running tasks than desired, unhealthy tasks in the grace period might be stopped to reach the desired count.
258
258
  */
259
259
  healthCheckGracePeriodSeconds?: pulumi.Input<number>;
@@ -285,7 +285,7 @@ export declare class TaskDefinition extends pulumi.CustomResource {
285
285
  */
286
286
  readonly proxyConfiguration: pulumi.Output<outputs.ecs.TaskDefinitionProxyConfiguration | undefined>;
287
287
  /**
288
- * The task launch types the task definition was validated against. The valid values are ``EC2``, ``FARGATE``, and ``EXTERNAL``. For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
288
+ * The task launch types the task definition was validated against. The valid values are ``MANAGED_INSTANCES``, ``EC2``, ``FARGATE``, and ``EXTERNAL``. For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
289
289
  */
290
290
  readonly requiresCompatibilities: pulumi.Output<string[] | undefined>;
291
291
  /**
@@ -416,7 +416,7 @@ export interface TaskDefinitionArgs {
416
416
  */
417
417
  proxyConfiguration?: pulumi.Input<inputs.ecs.TaskDefinitionProxyConfigurationArgs>;
418
418
  /**
419
- * The task launch types the task definition was validated against. The valid values are ``EC2``, ``FARGATE``, and ``EXTERNAL``. For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
419
+ * The task launch types the task definition was validated against. The valid values are ``MANAGED_INSTANCES``, ``EC2``, ``FARGATE``, and ``EXTERNAL``. For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide*.
420
420
  */
421
421
  requiresCompatibilities?: pulumi.Input<pulumi.Input<string>[]>;
422
422
  /**