@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
@@ -0,0 +1,91 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource Type definition for AWS::Neptune::EventSubscription
6
+ */
7
+ export declare class EventSubscription extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing EventSubscription resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EventSubscription;
17
+ /**
18
+ * Returns true if the given object is an instance of EventSubscription. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is EventSubscription;
22
+ /**
23
+ * A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.
24
+ */
25
+ readonly enabled: pulumi.Output<boolean | undefined>;
26
+ /**
27
+ * A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon Neptune User Guide or by using the DescribeEventCategories action.
28
+ */
29
+ readonly eventCategories: pulumi.Output<string[] | undefined>;
30
+ /**
31
+ * The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
32
+ */
33
+ readonly snsTopicArn: pulumi.Output<string>;
34
+ /**
35
+ * The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
36
+ */
37
+ readonly sourceIds: pulumi.Output<string[] | undefined>;
38
+ /**
39
+ * The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned.
40
+ */
41
+ readonly sourceType: pulumi.Output<string | undefined>;
42
+ /**
43
+ * The name of the subscription.
44
+ */
45
+ readonly subscriptionName: pulumi.Output<string | undefined>;
46
+ /**
47
+ * An array of key-value pairs to apply to this resource.
48
+ */
49
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
50
+ /**
51
+ * Create a EventSubscription resource with the given unique name, arguments, and options.
52
+ *
53
+ * @param name The _unique_ name of the resource.
54
+ * @param args The arguments to use to populate this resource's properties.
55
+ * @param opts A bag of options that control this resource's behavior.
56
+ */
57
+ constructor(name: string, args: EventSubscriptionArgs, opts?: pulumi.CustomResourceOptions);
58
+ }
59
+ /**
60
+ * The set of arguments for constructing a EventSubscription resource.
61
+ */
62
+ export interface EventSubscriptionArgs {
63
+ /**
64
+ * A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.
65
+ */
66
+ enabled?: pulumi.Input<boolean>;
67
+ /**
68
+ * A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon Neptune User Guide or by using the DescribeEventCategories action.
69
+ */
70
+ eventCategories?: pulumi.Input<pulumi.Input<string>[]>;
71
+ /**
72
+ * The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
73
+ */
74
+ snsTopicArn: pulumi.Input<string>;
75
+ /**
76
+ * The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
77
+ */
78
+ sourceIds?: pulumi.Input<pulumi.Input<string>[]>;
79
+ /**
80
+ * The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned.
81
+ */
82
+ sourceType?: pulumi.Input<string>;
83
+ /**
84
+ * The name of the subscription.
85
+ */
86
+ subscriptionName?: pulumi.Input<string>;
87
+ /**
88
+ * An array of key-value pairs to apply to this resource.
89
+ */
90
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
91
+ }
@@ -0,0 +1,73 @@
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.EventSubscription = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::Neptune::EventSubscription
10
+ */
11
+ class EventSubscription extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing EventSubscription 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 EventSubscription(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of EventSubscription. 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'] === EventSubscription.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a EventSubscription 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?.snsTopicArn === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'snsTopicArn'");
46
+ }
47
+ resourceInputs["enabled"] = args?.enabled;
48
+ resourceInputs["eventCategories"] = args?.eventCategories;
49
+ resourceInputs["snsTopicArn"] = args?.snsTopicArn;
50
+ resourceInputs["sourceIds"] = args?.sourceIds;
51
+ resourceInputs["sourceType"] = args?.sourceType;
52
+ resourceInputs["subscriptionName"] = args?.subscriptionName;
53
+ resourceInputs["tags"] = args?.tags;
54
+ }
55
+ else {
56
+ resourceInputs["enabled"] = undefined /*out*/;
57
+ resourceInputs["eventCategories"] = undefined /*out*/;
58
+ resourceInputs["snsTopicArn"] = undefined /*out*/;
59
+ resourceInputs["sourceIds"] = undefined /*out*/;
60
+ resourceInputs["sourceType"] = undefined /*out*/;
61
+ resourceInputs["subscriptionName"] = undefined /*out*/;
62
+ resourceInputs["tags"] = undefined /*out*/;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ const replaceOnChanges = { replaceOnChanges: ["snsTopicArn", "subscriptionName"] };
66
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
67
+ super(EventSubscription.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.EventSubscription = EventSubscription;
71
+ /** @internal */
72
+ EventSubscription.__pulumiType = 'aws-native:neptune:EventSubscription';
73
+ //# sourceMappingURL=eventSubscription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eventSubscription.js","sourceRoot":"","sources":["../../neptune/eventSubscription.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA+BD;;;;;;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,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;aAAM;YACH,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,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,aAAa,EAAE,kBAAkB,CAAC,EAAE,CAAC;QACnF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AA1FL,8CA2FC;AA9EG,gBAAgB;AACO,8BAAY,GAAG,sCAAsC,CAAC"}
@@ -0,0 +1,44 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Resource Type definition for AWS::Neptune::EventSubscription
5
+ */
6
+ export declare function getEventSubscription(args: GetEventSubscriptionArgs, opts?: pulumi.InvokeOptions): Promise<GetEventSubscriptionResult>;
7
+ export interface GetEventSubscriptionArgs {
8
+ /**
9
+ * The name of the subscription.
10
+ */
11
+ subscriptionName: string;
12
+ }
13
+ export interface GetEventSubscriptionResult {
14
+ /**
15
+ * A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.
16
+ */
17
+ readonly enabled?: boolean;
18
+ /**
19
+ * A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon Neptune User Guide or by using the DescribeEventCategories action.
20
+ */
21
+ readonly eventCategories?: string[];
22
+ /**
23
+ * The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
24
+ */
25
+ readonly sourceIds?: string[];
26
+ /**
27
+ * The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned.
28
+ */
29
+ readonly sourceType?: string;
30
+ /**
31
+ * An array of key-value pairs to apply to this resource.
32
+ */
33
+ readonly tags?: outputs.Tag[];
34
+ }
35
+ /**
36
+ * Resource Type definition for AWS::Neptune::EventSubscription
37
+ */
38
+ export declare function getEventSubscriptionOutput(args: GetEventSubscriptionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEventSubscriptionResult>;
39
+ export interface GetEventSubscriptionOutputArgs {
40
+ /**
41
+ * The name of the subscription.
42
+ */
43
+ subscriptionName: pulumi.Input<string>;
44
+ }
@@ -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.getEventSubscriptionOutput = exports.getEventSubscription = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::Neptune::EventSubscription
10
+ */
11
+ function getEventSubscription(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:neptune:getEventSubscription", {
14
+ "subscriptionName": args.subscriptionName,
15
+ }, opts);
16
+ }
17
+ exports.getEventSubscription = getEventSubscription;
18
+ /**
19
+ * Resource Type definition for AWS::Neptune::EventSubscription
20
+ */
21
+ function getEventSubscriptionOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:neptune:getEventSubscription", {
24
+ "subscriptionName": args.subscriptionName,
25
+ }, opts);
26
+ }
27
+ exports.getEventSubscriptionOutput = getEventSubscriptionOutput;
28
+ //# sourceMappingURL=getEventSubscription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getEventSubscription.js","sourceRoot":"","sources":["../../neptune/getEventSubscription.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AA+BD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
@@ -13,6 +13,9 @@ export declare const DbParameterGroup: typeof import("./dbParameterGroup").DbPar
13
13
  export { DbSubnetGroupArgs } from "./dbSubnetGroup";
14
14
  export type DbSubnetGroup = import("./dbSubnetGroup").DbSubnetGroup;
15
15
  export declare const DbSubnetGroup: typeof import("./dbSubnetGroup").DbSubnetGroup;
16
+ export { EventSubscriptionArgs } from "./eventSubscription";
17
+ export type EventSubscription = import("./eventSubscription").EventSubscription;
18
+ export declare const EventSubscription: typeof import("./eventSubscription").EventSubscription;
16
19
  export { GetDbClusterArgs, GetDbClusterResult, GetDbClusterOutputArgs } from "./getDbCluster";
17
20
  export declare const getDbCluster: typeof import("./getDbCluster").getDbCluster;
18
21
  export declare const getDbClusterOutput: typeof import("./getDbCluster").getDbClusterOutput;
@@ -28,3 +31,6 @@ export declare const getDbParameterGroupOutput: typeof import("./getDbParameterG
28
31
  export { GetDbSubnetGroupArgs, GetDbSubnetGroupResult, GetDbSubnetGroupOutputArgs } from "./getDbSubnetGroup";
29
32
  export declare const getDbSubnetGroup: typeof import("./getDbSubnetGroup").getDbSubnetGroup;
30
33
  export declare const getDbSubnetGroupOutput: typeof import("./getDbSubnetGroup").getDbSubnetGroupOutput;
34
+ export { GetEventSubscriptionArgs, GetEventSubscriptionResult, GetEventSubscriptionOutputArgs } from "./getEventSubscription";
35
+ export declare const getEventSubscription: typeof import("./getEventSubscription").getEventSubscription;
36
+ export declare const getEventSubscriptionOutput: typeof import("./getEventSubscription").getEventSubscriptionOutput;
package/neptune/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.getDbSubnetGroupOutput = exports.getDbSubnetGroup = exports.getDbParameterGroupOutput = exports.getDbParameterGroup = exports.getDbInstanceOutput = exports.getDbInstance = exports.getDbClusterParameterGroupOutput = exports.getDbClusterParameterGroup = exports.getDbClusterOutput = exports.getDbCluster = exports.DbSubnetGroup = exports.DbParameterGroup = exports.DbInstance = exports.DbClusterParameterGroup = exports.DbCluster = void 0;
5
+ exports.getEventSubscriptionOutput = exports.getEventSubscription = exports.getDbSubnetGroupOutput = exports.getDbSubnetGroup = exports.getDbParameterGroupOutput = exports.getDbParameterGroup = exports.getDbInstanceOutput = exports.getDbInstance = exports.getDbClusterParameterGroupOutput = exports.getDbClusterParameterGroup = exports.getDbClusterOutput = exports.getDbCluster = exports.EventSubscription = exports.DbSubnetGroup = exports.DbParameterGroup = exports.DbInstance = exports.DbClusterParameterGroup = exports.DbCluster = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.DbCluster = null;
@@ -15,6 +15,8 @@ exports.DbParameterGroup = null;
15
15
  utilities.lazyLoad(exports, ["DbParameterGroup"], () => require("./dbParameterGroup"));
16
16
  exports.DbSubnetGroup = null;
17
17
  utilities.lazyLoad(exports, ["DbSubnetGroup"], () => require("./dbSubnetGroup"));
18
+ exports.EventSubscription = null;
19
+ utilities.lazyLoad(exports, ["EventSubscription"], () => require("./eventSubscription"));
18
20
  exports.getDbCluster = null;
19
21
  exports.getDbClusterOutput = null;
20
22
  utilities.lazyLoad(exports, ["getDbCluster", "getDbClusterOutput"], () => require("./getDbCluster"));
@@ -30,6 +32,9 @@ utilities.lazyLoad(exports, ["getDbParameterGroup", "getDbParameterGroupOutput"]
30
32
  exports.getDbSubnetGroup = null;
31
33
  exports.getDbSubnetGroupOutput = null;
32
34
  utilities.lazyLoad(exports, ["getDbSubnetGroup", "getDbSubnetGroupOutput"], () => require("./getDbSubnetGroup"));
35
+ exports.getEventSubscription = null;
36
+ exports.getEventSubscriptionOutput = null;
37
+ utilities.lazyLoad(exports, ["getEventSubscription", "getEventSubscriptionOutput"], () => require("./getEventSubscription"));
33
38
  const _module = {
34
39
  version: utilities.getVersion(),
35
40
  construct: (name, type, urn) => {
@@ -44,6 +49,8 @@ const _module = {
44
49
  return new exports.DbParameterGroup(name, undefined, { urn });
45
50
  case "aws-native:neptune:DbSubnetGroup":
46
51
  return new exports.DbSubnetGroup(name, undefined, { urn });
52
+ case "aws-native:neptune:EventSubscription":
53
+ return new exports.EventSubscription(name, undefined, { urn });
47
54
  default:
48
55
  throw new Error(`unknown resource type ${type}`);
49
56
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../neptune/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../neptune/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
5
+ */
6
+ export declare function getOrganizationCentralizationRule(args: GetOrganizationCentralizationRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationCentralizationRuleResult>;
7
+ export interface GetOrganizationCentralizationRuleArgs {
8
+ ruleArn: string;
9
+ }
10
+ export interface GetOrganizationCentralizationRuleResult {
11
+ readonly rule?: outputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRule;
12
+ readonly ruleArn?: string;
13
+ /**
14
+ * An array of key-value pairs to apply to this resource.
15
+ */
16
+ readonly tags?: outputs.Tag[];
17
+ }
18
+ /**
19
+ * Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
20
+ */
21
+ export declare function getOrganizationCentralizationRuleOutput(args: GetOrganizationCentralizationRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOrganizationCentralizationRuleResult>;
22
+ export interface GetOrganizationCentralizationRuleOutputArgs {
23
+ ruleArn: pulumi.Input<string>;
24
+ }
@@ -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.getOrganizationCentralizationRuleOutput = exports.getOrganizationCentralizationRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
10
+ */
11
+ function getOrganizationCentralizationRule(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:observabilityadmin:getOrganizationCentralizationRule", {
14
+ "ruleArn": args.ruleArn,
15
+ }, opts);
16
+ }
17
+ exports.getOrganizationCentralizationRule = getOrganizationCentralizationRule;
18
+ /**
19
+ * Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
20
+ */
21
+ function getOrganizationCentralizationRuleOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:observabilityadmin:getOrganizationCentralizationRule", {
24
+ "ruleArn": args.ruleArn,
25
+ }, opts);
26
+ }
27
+ exports.getOrganizationCentralizationRuleOutput = getOrganizationCentralizationRuleOutput;
28
+ //# sourceMappingURL=getOrganizationCentralizationRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getOrganizationCentralizationRule.js","sourceRoot":"","sources":["../../observabilityadmin/getOrganizationCentralizationRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC;AAcD;;GAEG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iEAAiE,EAAE;QAClG,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0FAKC"}
@@ -1,9 +1,15 @@
1
+ export { GetOrganizationCentralizationRuleArgs, GetOrganizationCentralizationRuleResult, GetOrganizationCentralizationRuleOutputArgs } from "./getOrganizationCentralizationRule";
2
+ export declare const getOrganizationCentralizationRule: typeof import("./getOrganizationCentralizationRule").getOrganizationCentralizationRule;
3
+ export declare const getOrganizationCentralizationRuleOutput: typeof import("./getOrganizationCentralizationRule").getOrganizationCentralizationRuleOutput;
1
4
  export { GetOrganizationTelemetryRuleArgs, GetOrganizationTelemetryRuleResult, GetOrganizationTelemetryRuleOutputArgs } from "./getOrganizationTelemetryRule";
2
5
  export declare const getOrganizationTelemetryRule: typeof import("./getOrganizationTelemetryRule").getOrganizationTelemetryRule;
3
6
  export declare const getOrganizationTelemetryRuleOutput: typeof import("./getOrganizationTelemetryRule").getOrganizationTelemetryRuleOutput;
4
7
  export { GetTelemetryRuleArgs, GetTelemetryRuleResult, GetTelemetryRuleOutputArgs } from "./getTelemetryRule";
5
8
  export declare const getTelemetryRule: typeof import("./getTelemetryRule").getTelemetryRule;
6
9
  export declare const getTelemetryRuleOutput: typeof import("./getTelemetryRule").getTelemetryRuleOutput;
10
+ export { OrganizationCentralizationRuleArgs } from "./organizationCentralizationRule";
11
+ export type OrganizationCentralizationRule = import("./organizationCentralizationRule").OrganizationCentralizationRule;
12
+ export declare const OrganizationCentralizationRule: typeof import("./organizationCentralizationRule").OrganizationCentralizationRule;
7
13
  export { OrganizationTelemetryRuleArgs } from "./organizationTelemetryRule";
8
14
  export type OrganizationTelemetryRule = import("./organizationTelemetryRule").OrganizationTelemetryRule;
9
15
  export declare const OrganizationTelemetryRule: typeof import("./organizationTelemetryRule").OrganizationTelemetryRule;
@@ -16,15 +16,20 @@ 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.TelemetryRule = exports.OrganizationTelemetryRule = exports.getTelemetryRuleOutput = exports.getTelemetryRule = exports.getOrganizationTelemetryRuleOutput = exports.getOrganizationTelemetryRule = void 0;
19
+ exports.TelemetryRule = exports.OrganizationTelemetryRule = exports.OrganizationCentralizationRule = exports.getTelemetryRuleOutput = exports.getTelemetryRule = exports.getOrganizationTelemetryRuleOutput = exports.getOrganizationTelemetryRule = exports.getOrganizationCentralizationRuleOutput = exports.getOrganizationCentralizationRule = void 0;
20
20
  const pulumi = require("@pulumi/pulumi");
21
21
  const utilities = require("../utilities");
22
+ exports.getOrganizationCentralizationRule = null;
23
+ exports.getOrganizationCentralizationRuleOutput = null;
24
+ utilities.lazyLoad(exports, ["getOrganizationCentralizationRule", "getOrganizationCentralizationRuleOutput"], () => require("./getOrganizationCentralizationRule"));
22
25
  exports.getOrganizationTelemetryRule = null;
23
26
  exports.getOrganizationTelemetryRuleOutput = null;
24
27
  utilities.lazyLoad(exports, ["getOrganizationTelemetryRule", "getOrganizationTelemetryRuleOutput"], () => require("./getOrganizationTelemetryRule"));
25
28
  exports.getTelemetryRule = null;
26
29
  exports.getTelemetryRuleOutput = null;
27
30
  utilities.lazyLoad(exports, ["getTelemetryRule", "getTelemetryRuleOutput"], () => require("./getTelemetryRule"));
31
+ exports.OrganizationCentralizationRule = null;
32
+ utilities.lazyLoad(exports, ["OrganizationCentralizationRule"], () => require("./organizationCentralizationRule"));
28
33
  exports.OrganizationTelemetryRule = null;
29
34
  utilities.lazyLoad(exports, ["OrganizationTelemetryRule"], () => require("./organizationTelemetryRule"));
30
35
  exports.TelemetryRule = null;
@@ -35,6 +40,8 @@ const _module = {
35
40
  version: utilities.getVersion(),
36
41
  construct: (name, type, urn) => {
37
42
  switch (type) {
43
+ case "aws-native:observabilityadmin:OrganizationCentralizationRule":
44
+ return new exports.OrganizationCentralizationRule(name, undefined, { urn });
38
45
  case "aws-native:observabilityadmin:OrganizationTelemetryRule":
39
46
  return new exports.OrganizationTelemetryRule(name, undefined, { urn });
40
47
  case "aws-native:observabilityadmin:TelemetryRule":
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../observabilityadmin/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,4BAA4B,GAAiF,IAAW,CAAC;AACzH,QAAA,kCAAkC,GAAuF,IAAW,CAAC;AAClJ,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,8BAA8B,EAAC,oCAAoC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC;AAGvI,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAInG,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAGjF,gBAAgB;AAChB,oEAAkD;AAElD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../observabilityadmin/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,iCAAiC,GAA2F,IAAW,CAAC;AACxI,QAAA,uCAAuC,GAAiG,IAAW,CAAC;AACjK,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mCAAmC,EAAC,yCAAyC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qCAAqC,CAAC,CAAC,CAAC;AAGtJ,QAAA,4BAA4B,GAAiF,IAAW,CAAC;AACzH,QAAA,kCAAkC,GAAuF,IAAW,CAAC;AAClJ,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,8BAA8B,EAAC,oCAAoC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC;AAGvI,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAInG,QAAA,8BAA8B,GAAqF,IAAW,CAAC;AAC5I,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC;AAItG,QAAA,yBAAyB,GAA2E,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAI5F,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAGjF,gBAAgB;AAChB,oEAAkD;AAElD,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,8DAA8D;gBAC/D,OAAO,IAAI,sCAA8B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5E,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,iCAAyB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvE,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,48 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
6
+ */
7
+ export declare class OrganizationCentralizationRule extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing OrganizationCentralizationRule resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): OrganizationCentralizationRule;
17
+ /**
18
+ * Returns true if the given object is an instance of OrganizationCentralizationRule. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is OrganizationCentralizationRule;
22
+ readonly rule: pulumi.Output<outputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRule>;
23
+ readonly ruleArn: pulumi.Output<string>;
24
+ readonly ruleName: pulumi.Output<string>;
25
+ /**
26
+ * An array of key-value pairs to apply to this resource.
27
+ */
28
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
29
+ /**
30
+ * Create a OrganizationCentralizationRule resource with the given unique name, arguments, and options.
31
+ *
32
+ * @param name The _unique_ name of the resource.
33
+ * @param args The arguments to use to populate this resource's properties.
34
+ * @param opts A bag of options that control this resource's behavior.
35
+ */
36
+ constructor(name: string, args: OrganizationCentralizationRuleArgs, opts?: pulumi.CustomResourceOptions);
37
+ }
38
+ /**
39
+ * The set of arguments for constructing a OrganizationCentralizationRule resource.
40
+ */
41
+ export interface OrganizationCentralizationRuleArgs {
42
+ rule: pulumi.Input<inputs.observabilityadmin.OrganizationCentralizationRuleCentralizationRuleArgs>;
43
+ ruleName?: pulumi.Input<string>;
44
+ /**
45
+ * An array of key-value pairs to apply to this resource.
46
+ */
47
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
48
+ }
@@ -0,0 +1,67 @@
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.OrganizationCentralizationRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
10
+ */
11
+ class OrganizationCentralizationRule extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing OrganizationCentralizationRule 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 OrganizationCentralizationRule(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of OrganizationCentralizationRule. 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'] === OrganizationCentralizationRule.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a OrganizationCentralizationRule 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?.rule === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'rule'");
46
+ }
47
+ resourceInputs["rule"] = args?.rule;
48
+ resourceInputs["ruleName"] = args?.ruleName;
49
+ resourceInputs["tags"] = args?.tags;
50
+ resourceInputs["ruleArn"] = undefined /*out*/;
51
+ }
52
+ else {
53
+ resourceInputs["rule"] = undefined /*out*/;
54
+ resourceInputs["ruleArn"] = undefined /*out*/;
55
+ resourceInputs["ruleName"] = undefined /*out*/;
56
+ resourceInputs["tags"] = undefined /*out*/;
57
+ }
58
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
59
+ const replaceOnChanges = { replaceOnChanges: ["ruleName"] };
60
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
61
+ super(OrganizationCentralizationRule.__pulumiType, name, resourceInputs, opts);
62
+ }
63
+ }
64
+ exports.OrganizationCentralizationRule = OrganizationCentralizationRule;
65
+ /** @internal */
66
+ OrganizationCentralizationRule.__pulumiType = 'aws-native:observabilityadmin:OrganizationCentralizationRule';
67
+ //# sourceMappingURL=organizationCentralizationRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"organizationCentralizationRule.js","sourceRoot":"","sources":["../../observabilityadmin/organizationCentralizationRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,8BAA8B,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3F,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,8BAA8B,CAAC,YAAY,CAAC;IAC/E,CAAC;IAUD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;aAAM;YACH,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,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,UAAU,CAAC,EAAE,CAAC;QAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,8BAA8B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnF,CAAC;;AA/DL,wEAgEC;AAnDG,gBAAgB;AACO,2CAAY,GAAG,8DAA8D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws-native",
3
- "version": "1.37.0-alpha.1760459782",
3
+ "version": "1.37.0-alpha.1760462120",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -15,7 +15,7 @@
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "install": "node scripts/install-pulumi-plugin.js resource aws-native 1.37.0-alpha.1760459782"
18
+ "install": "node scripts/install-pulumi-plugin.js resource aws-native 1.37.0-alpha.1760462120"
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/pulumi": "^3.142.0"
@@ -27,6 +27,6 @@
27
27
  "pulumi": {
28
28
  "resource": true,
29
29
  "name": "aws-native",
30
- "version": "1.37.0-alpha.1760459782"
30
+ "version": "1.37.0-alpha.1760462120"
31
31
  }
32
32
  }
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws-native",
3
- "version": "1.37.0-alpha.1760459782",
3
+ "version": "1.37.0-alpha.1760462120",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -26,6 +26,6 @@
26
26
  "pulumi": {
27
27
  "resource": true,
28
28
  "name": "aws-native",
29
- "version": "1.37.0-alpha.1760459782"
29
+ "version": "1.37.0-alpha.1760462120"
30
30
  }
31
31
  }
package/pcs/cluster.js CHANGED
@@ -76,7 +76,7 @@ class Cluster extends pulumi.CustomResource {
76
76
  resourceInputs["tags"] = undefined /*out*/;
77
77
  }
78
78
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
- const replaceOnChanges = { replaceOnChanges: ["name", "networking", "scheduler", "size", "slurmConfiguration"] };
79
+ const replaceOnChanges = { replaceOnChanges: ["name", "networking", "scheduler", "size"] };
80
80
  opts = pulumi.mergeOptions(opts, replaceOnChanges);
81
81
  super(Cluster.__pulumiType, name, resourceInputs, opts);
82
82
  }
@@ -1 +1 @@
1
- {"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../pcs/cluster.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../pcs/cluster.ts"],"names":[],"mappings":"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"}