@pulumi/aws 7.28.0-alpha.1777550090 → 7.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/arczonalshift/autoshiftObserverNotificationStatus.d.ts +93 -0
  2. package/arczonalshift/autoshiftObserverNotificationStatus.js +81 -0
  3. package/arczonalshift/autoshiftObserverNotificationStatus.js.map +1 -0
  4. package/arczonalshift/index.d.ts +3 -0
  5. package/arczonalshift/index.js +22 -0
  6. package/arczonalshift/index.js.map +1 -0
  7. package/bedrock/agentcoreMemoryStrategy.d.ts +46 -4
  8. package/bedrock/agentcoreMemoryStrategy.js +43 -1
  9. package/bedrock/agentcoreMemoryStrategy.js.map +1 -1
  10. package/ec2/index.d.ts +3 -0
  11. package/ec2/index.js +7 -2
  12. package/ec2/index.js.map +1 -1
  13. package/ec2/networkInsightsAccessScope.d.ts +207 -0
  14. package/ec2/networkInsightsAccessScope.js +133 -0
  15. package/ec2/networkInsightsAccessScope.js.map +1 -0
  16. package/ec2/subnet.d.ts +6 -0
  17. package/ec2/subnet.js +6 -0
  18. package/ec2/subnet.js.map +1 -1
  19. package/ec2/vpc.d.ts +6 -0
  20. package/ec2/vpc.js +6 -0
  21. package/ec2/vpc.js.map +1 -1
  22. package/ecs/expressGatewayService.d.ts +8 -2
  23. package/ecs/expressGatewayService.js +2 -0
  24. package/ecs/expressGatewayService.js.map +1 -1
  25. package/elasticache/getServerlessCache.d.ts +1 -1
  26. package/iam/groupPolicyAttachment.d.ts +11 -0
  27. package/iam/groupPolicyAttachment.js +11 -0
  28. package/iam/groupPolicyAttachment.js.map +1 -1
  29. package/index.d.ts +2 -1
  30. package/index.js +8 -6
  31. package/index.js.map +1 -1
  32. package/lambda/eventSourceMapping.d.ts +11 -0
  33. package/lambda/eventSourceMapping.js +11 -0
  34. package/lambda/eventSourceMapping.js.map +1 -1
  35. package/package.json +2 -2
  36. package/rds/subnetGroup.d.ts +11 -0
  37. package/rds/subnetGroup.js +11 -0
  38. package/rds/subnetGroup.js.map +1 -1
  39. package/securityhub/account.d.ts +3 -1
  40. package/securityhub/account.js +3 -1
  41. package/securityhub/account.js.map +1 -1
  42. package/securityhub/accountV2.d.ts +129 -0
  43. package/securityhub/accountV2.js +98 -0
  44. package/securityhub/accountV2.js.map +1 -0
  45. package/securityhub/actionTarget.d.ts +8 -2
  46. package/securityhub/actionTarget.js +8 -2
  47. package/securityhub/actionTarget.js.map +1 -1
  48. package/securityhub/automationRule.d.ts +1 -1
  49. package/securityhub/automationRule.js +1 -1
  50. package/securityhub/configurationPolicy.d.ts +13 -2
  51. package/securityhub/configurationPolicy.js +13 -2
  52. package/securityhub/configurationPolicy.js.map +1 -1
  53. package/securityhub/configurationPolicyAssociation.d.ts +20 -5
  54. package/securityhub/configurationPolicyAssociation.js +17 -2
  55. package/securityhub/configurationPolicyAssociation.js.map +1 -1
  56. package/securityhub/findingAggregator.d.ts +16 -2
  57. package/securityhub/findingAggregator.js +10 -2
  58. package/securityhub/findingAggregator.js.map +1 -1
  59. package/securityhub/getEnabledStandards.d.ts +69 -0
  60. package/securityhub/getEnabledStandards.js +50 -0
  61. package/securityhub/getEnabledStandards.js.map +1 -0
  62. package/securityhub/getSecurityControls.d.ts +107 -0
  63. package/securityhub/getSecurityControls.js +88 -0
  64. package/securityhub/getSecurityControls.js.map +1 -0
  65. package/securityhub/index.d.ts +9 -0
  66. package/securityhub/index.js +12 -1
  67. package/securityhub/index.js.map +1 -1
  68. package/securityhub/insight.d.ts +7 -1
  69. package/securityhub/insight.js +7 -1
  70. package/securityhub/insight.js.map +1 -1
  71. package/securityhub/member.d.ts +12 -1
  72. package/securityhub/member.js +12 -1
  73. package/securityhub/member.js.map +1 -1
  74. package/securityhub/organizationAdminAccount.d.ts +12 -1
  75. package/securityhub/organizationAdminAccount.js +12 -1
  76. package/securityhub/organizationAdminAccount.js.map +1 -1
  77. package/securityhub/productSubscription.d.ts +14 -2
  78. package/securityhub/productSubscription.js +14 -2
  79. package/securityhub/productSubscription.js.map +1 -1
  80. package/securityhub/standardsControl.d.ts +14 -0
  81. package/securityhub/standardsControl.js +14 -0
  82. package/securityhub/standardsControl.js.map +1 -1
  83. package/securityhub/standardsControlAssociation.d.ts +20 -0
  84. package/securityhub/standardsControlAssociation.js +20 -0
  85. package/securityhub/standardsControlAssociation.js.map +1 -1
  86. package/securityhub/standardsSubscription.d.ts +14 -8
  87. package/securityhub/standardsSubscription.js +8 -8
  88. package/securityhub/standardsSubscription.js.map +1 -1
  89. package/ssm/serviceSetting.d.ts +1 -1
  90. package/ssm/serviceSetting.js +1 -1
  91. package/types/input.d.ts +264 -1
  92. package/types/input.js.map +1 -1
  93. package/types/output.d.ts +328 -1
  94. package/types/output.js.map +1 -1
  95. package/wafv2/webAclRuleGroupAssociation.d.ts +4 -4
  96. package/wafv2/webAclRuleGroupAssociation.js +4 -4
@@ -0,0 +1,93 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Manages the autoshift observer notification status for AWS Application Recovery Controller Zonal Shift. This controls whether autoshift observer notifications are enabled or disabled.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aws from "@pulumi/aws";
10
+ *
11
+ * const example = new aws.arczonalshift.AutoshiftObserverNotificationStatus("example", {status: "ENABLED"});
12
+ * ```
13
+ *
14
+ * ## Import
15
+ *
16
+ * ### Identity Schema
17
+ *
18
+ * #### Optional
19
+ *
20
+ * * `accountId` (String) AWS Account where this resource is managed.
21
+ * * `region` (String) Region where this resource is managed.
22
+ *
23
+ * Using `pulumi import`, import ARC Zonal Shift Autoshift Observer Notification Status using the AWS region. For example:
24
+ *
25
+ * ```sh
26
+ * $ pulumi import aws:arczonalshift/autoshiftObserverNotificationStatus:AutoshiftObserverNotificationStatus example us-east-1
27
+ * ```
28
+ */
29
+ export declare class AutoshiftObserverNotificationStatus extends pulumi.CustomResource {
30
+ /**
31
+ * Get an existing AutoshiftObserverNotificationStatus resource's state with the given name, ID, and optional extra
32
+ * properties used to qualify the lookup.
33
+ *
34
+ * @param name The _unique_ name of the resulting resource.
35
+ * @param id The _unique_ provider ID of the resource to lookup.
36
+ * @param state Any extra arguments used during the lookup.
37
+ * @param opts Optional settings to control the behavior of the CustomResource.
38
+ */
39
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AutoshiftObserverNotificationStatusState, opts?: pulumi.CustomResourceOptions): AutoshiftObserverNotificationStatus;
40
+ /**
41
+ * Returns true if the given object is an instance of AutoshiftObserverNotificationStatus. This is designed to work even
42
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
43
+ */
44
+ static isInstance(obj: any): obj is AutoshiftObserverNotificationStatus;
45
+ /**
46
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
47
+ */
48
+ readonly region: pulumi.Output<string>;
49
+ /**
50
+ * Autoshift observer notification status. Valid values are `ENABLED` or `DISABLED`.
51
+ *
52
+ * The following arguments are optional:
53
+ */
54
+ readonly status: pulumi.Output<string>;
55
+ /**
56
+ * Create a AutoshiftObserverNotificationStatus resource with the given unique name, arguments, and options.
57
+ *
58
+ * @param name The _unique_ name of the resource.
59
+ * @param args The arguments to use to populate this resource's properties.
60
+ * @param opts A bag of options that control this resource's behavior.
61
+ */
62
+ constructor(name: string, args: AutoshiftObserverNotificationStatusArgs, opts?: pulumi.CustomResourceOptions);
63
+ }
64
+ /**
65
+ * Input properties used for looking up and filtering AutoshiftObserverNotificationStatus resources.
66
+ */
67
+ export interface AutoshiftObserverNotificationStatusState {
68
+ /**
69
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
70
+ */
71
+ region?: pulumi.Input<string>;
72
+ /**
73
+ * Autoshift observer notification status. Valid values are `ENABLED` or `DISABLED`.
74
+ *
75
+ * The following arguments are optional:
76
+ */
77
+ status?: pulumi.Input<string>;
78
+ }
79
+ /**
80
+ * The set of arguments for constructing a AutoshiftObserverNotificationStatus resource.
81
+ */
82
+ export interface AutoshiftObserverNotificationStatusArgs {
83
+ /**
84
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
85
+ */
86
+ region?: pulumi.Input<string>;
87
+ /**
88
+ * Autoshift observer notification status. Valid values are `ENABLED` or `DISABLED`.
89
+ *
90
+ * The following arguments are optional:
91
+ */
92
+ status: pulumi.Input<string>;
93
+ }
@@ -0,0 +1,81 @@
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.AutoshiftObserverNotificationStatus = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Manages the autoshift observer notification status for AWS Application Recovery Controller Zonal Shift. This controls whether autoshift observer notifications are enabled or disabled.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = new aws.arczonalshift.AutoshiftObserverNotificationStatus("example", {status: "ENABLED"});
18
+ * ```
19
+ *
20
+ * ## Import
21
+ *
22
+ * ### Identity Schema
23
+ *
24
+ * #### Optional
25
+ *
26
+ * * `accountId` (String) AWS Account where this resource is managed.
27
+ * * `region` (String) Region where this resource is managed.
28
+ *
29
+ * Using `pulumi import`, import ARC Zonal Shift Autoshift Observer Notification Status using the AWS region. For example:
30
+ *
31
+ * ```sh
32
+ * $ pulumi import aws:arczonalshift/autoshiftObserverNotificationStatus:AutoshiftObserverNotificationStatus example us-east-1
33
+ * ```
34
+ */
35
+ class AutoshiftObserverNotificationStatus extends pulumi.CustomResource {
36
+ /**
37
+ * Get an existing AutoshiftObserverNotificationStatus resource's state with the given name, ID, and optional extra
38
+ * properties used to qualify the lookup.
39
+ *
40
+ * @param name The _unique_ name of the resulting resource.
41
+ * @param id The _unique_ provider ID of the resource to lookup.
42
+ * @param state Any extra arguments used during the lookup.
43
+ * @param opts Optional settings to control the behavior of the CustomResource.
44
+ */
45
+ static get(name, id, state, opts) {
46
+ return new AutoshiftObserverNotificationStatus(name, state, { ...opts, id: id });
47
+ }
48
+ /**
49
+ * Returns true if the given object is an instance of AutoshiftObserverNotificationStatus. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === AutoshiftObserverNotificationStatus.__pulumiType;
57
+ }
58
+ constructor(name, argsOrState, opts) {
59
+ let resourceInputs = {};
60
+ opts = opts || {};
61
+ if (opts.id) {
62
+ const state = argsOrState;
63
+ resourceInputs["region"] = state?.region;
64
+ resourceInputs["status"] = state?.status;
65
+ }
66
+ else {
67
+ const args = argsOrState;
68
+ if (args?.status === undefined && !opts.urn) {
69
+ throw new Error("Missing required property 'status'");
70
+ }
71
+ resourceInputs["region"] = args?.region;
72
+ resourceInputs["status"] = args?.status;
73
+ }
74
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
75
+ super(AutoshiftObserverNotificationStatus.__pulumiType, name, resourceInputs, opts);
76
+ }
77
+ }
78
+ exports.AutoshiftObserverNotificationStatus = AutoshiftObserverNotificationStatus;
79
+ /** @internal */
80
+ AutoshiftObserverNotificationStatus.__pulumiType = 'aws:arczonalshift/autoshiftObserverNotificationStatus:AutoshiftObserverNotificationStatus';
81
+ //# sourceMappingURL=autoshiftObserverNotificationStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoshiftObserverNotificationStatus.js","sourceRoot":"","sources":["../../arczonalshift/autoshiftObserverNotificationStatus.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,mCAAoC,SAAQ,MAAM,CAAC,cAAc;IAC1E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgD,EAAE,IAAmC;QAC9I,OAAO,IAAI,mCAAmC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1F,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;IAqBD,YAAY,IAAY,EAAE,WAAgG,EAAE,IAAmC;QAC3J,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmE,CAAC;YAClF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAkE,CAAC;YAChF,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mCAAmC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxF,CAAC;;AAhEL,kFAiEC;AAnDG,gBAAgB;AACO,gDAAY,GAAG,2FAA2F,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { AutoshiftObserverNotificationStatusArgs, AutoshiftObserverNotificationStatusState } from "./autoshiftObserverNotificationStatus";
2
+ export type AutoshiftObserverNotificationStatus = import("./autoshiftObserverNotificationStatus").AutoshiftObserverNotificationStatus;
3
+ export declare const AutoshiftObserverNotificationStatus: typeof import("./autoshiftObserverNotificationStatus").AutoshiftObserverNotificationStatus;
@@ -0,0 +1,22 @@
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.AutoshiftObserverNotificationStatus = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.AutoshiftObserverNotificationStatus = null;
9
+ utilities.lazyLoad(exports, ["AutoshiftObserverNotificationStatus"], () => require("./autoshiftObserverNotificationStatus"));
10
+ const _module = {
11
+ version: utilities.getVersion(),
12
+ construct: (name, type, urn) => {
13
+ switch (type) {
14
+ case "aws:arczonalshift/autoshiftObserverNotificationStatus:AutoshiftObserverNotificationStatus":
15
+ return new exports.AutoshiftObserverNotificationStatus(name, undefined, { urn });
16
+ default:
17
+ throw new Error(`unknown resource type ${type}`);
18
+ }
19
+ },
20
+ };
21
+ pulumi.runtime.registerResourceModule("aws", "arczonalshift/autoshiftObserverNotificationStatus", _module);
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../arczonalshift/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,mCAAmC,GAA+F,IAAW,CAAC;AAC3J,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qCAAqC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uCAAuC,CAAC,CAAC,CAAC;AAG7H,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,2FAA2F;gBAC5F,OAAO,IAAI,2CAAmC,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjF;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mDAAmD,EAAE,OAAO,CAAC,CAAA"}
@@ -7,7 +7,7 @@ import * as outputs from "../types/output";
7
7
  * **Important Limitations:**
8
8
  *
9
9
  * - Each memory can have a maximum of 6 strategies total
10
- * - Only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`) can exist per memory
10
+ * - Only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`) can exist per memory
11
11
  * - Multiple `CUSTOM` strategies are allowed (subject to the total limit of 6)
12
12
  *
13
13
  * ## Example Usage
@@ -57,6 +57,21 @@ import * as outputs from "../types/output";
57
57
  * });
58
58
  * ```
59
59
  *
60
+ * ### Episodic Strategy
61
+ *
62
+ * ```typescript
63
+ * import * as pulumi from "@pulumi/pulumi";
64
+ * import * as aws from "@pulumi/aws";
65
+ *
66
+ * const episodic = new aws.bedrock.AgentcoreMemoryStrategy("episodic", {
67
+ * name: "episodic-strategy",
68
+ * memoryId: example.id,
69
+ * type: "EPISODIC",
70
+ * description: "Episodic memory strategy",
71
+ * namespaces: ["/strategies/{memoryStrategyId}/actors/{actorId}/sessions/{sessionId}"],
72
+ * });
73
+ * ```
74
+ *
60
75
  * ### Custom Strategy with Semantic Override
61
76
  *
62
77
  * ```typescript
@@ -132,6 +147,33 @@ import * as outputs from "../types/output";
132
147
  * });
133
148
  * ```
134
149
  *
150
+ * ### Custom Strategy with Episodic Override
151
+ *
152
+ * ```typescript
153
+ * import * as pulumi from "@pulumi/pulumi";
154
+ * import * as aws from "@pulumi/aws";
155
+ *
156
+ * const customEpisodic = new aws.bedrock.AgentcoreMemoryStrategy("custom_episodic", {
157
+ * name: "custom-episodic-strategy",
158
+ * memoryId: example.id,
159
+ * memoryExecutionRoleArn: example.memoryExecutionRoleArn,
160
+ * type: "CUSTOM",
161
+ * description: "Custom episodic processing strategy",
162
+ * namespaces: ["/strategies/{memoryStrategyId}/actors/{actorId}/sessions/{sessionId}"],
163
+ * configuration: {
164
+ * type: "EPISODIC_OVERRIDE",
165
+ * consolidation: {
166
+ * appendToPrompt: "Consolidate episodic memories into coherent narratives",
167
+ * modelId: "anthropic.claude-3-sonnet-20240229-v1:0",
168
+ * },
169
+ * extraction: {
170
+ * appendToPrompt: "Extract key events and episodes from interactions",
171
+ * modelId: "anthropic.claude-3-haiku-20240307-v1:0",
172
+ * },
173
+ * },
174
+ * });
175
+ * ```
176
+ *
135
177
  * ## Import
136
178
  *
137
179
  * Using `pulumi import`, import Bedrock AgentCore Memory Strategy using the `memory_id,strategy_id`. For example:
@@ -189,7 +231,7 @@ export declare class AgentcoreMemoryStrategy extends pulumi.CustomResource {
189
231
  readonly region: pulumi.Output<string>;
190
232
  readonly timeouts: pulumi.Output<outputs.bedrock.AgentcoreMemoryStrategyTimeouts | undefined>;
191
233
  /**
192
- * Type of memory strategy. Valid values: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `CUSTOM`. Changing this forces a new resource. Note that only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`) can exist per memory.
234
+ * Type of memory strategy. Valid values: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`, `CUSTOM`. Changing this forces a new resource. Note that only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`) can exist per memory.
193
235
  */
194
236
  readonly type: pulumi.Output<string>;
195
237
  /**
@@ -238,7 +280,7 @@ export interface AgentcoreMemoryStrategyState {
238
280
  region?: pulumi.Input<string>;
239
281
  timeouts?: pulumi.Input<inputs.bedrock.AgentcoreMemoryStrategyTimeouts>;
240
282
  /**
241
- * Type of memory strategy. Valid values: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `CUSTOM`. Changing this forces a new resource. Note that only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`) can exist per memory.
283
+ * Type of memory strategy. Valid values: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`, `CUSTOM`. Changing this forces a new resource. Note that only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`) can exist per memory.
242
284
  */
243
285
  type?: pulumi.Input<string>;
244
286
  }
@@ -275,7 +317,7 @@ export interface AgentcoreMemoryStrategyArgs {
275
317
  region?: pulumi.Input<string>;
276
318
  timeouts?: pulumi.Input<inputs.bedrock.AgentcoreMemoryStrategyTimeouts>;
277
319
  /**
278
- * Type of memory strategy. Valid values: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `CUSTOM`. Changing this forces a new resource. Note that only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`) can exist per memory.
320
+ * Type of memory strategy. Valid values: `SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`, `CUSTOM`. Changing this forces a new resource. Note that only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`) can exist per memory.
279
321
  */
280
322
  type: pulumi.Input<string>;
281
323
  }
@@ -11,7 +11,7 @@ const utilities = require("../utilities");
11
11
  * **Important Limitations:**
12
12
  *
13
13
  * - Each memory can have a maximum of 6 strategies total
14
- * - Only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`) can exist per memory
14
+ * - Only one strategy of each built-in type (`SEMANTIC`, `SUMMARIZATION`, `USER_PREFERENCE`, `EPISODIC`) can exist per memory
15
15
  * - Multiple `CUSTOM` strategies are allowed (subject to the total limit of 6)
16
16
  *
17
17
  * ## Example Usage
@@ -61,6 +61,21 @@ const utilities = require("../utilities");
61
61
  * });
62
62
  * ```
63
63
  *
64
+ * ### Episodic Strategy
65
+ *
66
+ * ```typescript
67
+ * import * as pulumi from "@pulumi/pulumi";
68
+ * import * as aws from "@pulumi/aws";
69
+ *
70
+ * const episodic = new aws.bedrock.AgentcoreMemoryStrategy("episodic", {
71
+ * name: "episodic-strategy",
72
+ * memoryId: example.id,
73
+ * type: "EPISODIC",
74
+ * description: "Episodic memory strategy",
75
+ * namespaces: ["/strategies/{memoryStrategyId}/actors/{actorId}/sessions/{sessionId}"],
76
+ * });
77
+ * ```
78
+ *
64
79
  * ### Custom Strategy with Semantic Override
65
80
  *
66
81
  * ```typescript
@@ -136,6 +151,33 @@ const utilities = require("../utilities");
136
151
  * });
137
152
  * ```
138
153
  *
154
+ * ### Custom Strategy with Episodic Override
155
+ *
156
+ * ```typescript
157
+ * import * as pulumi from "@pulumi/pulumi";
158
+ * import * as aws from "@pulumi/aws";
159
+ *
160
+ * const customEpisodic = new aws.bedrock.AgentcoreMemoryStrategy("custom_episodic", {
161
+ * name: "custom-episodic-strategy",
162
+ * memoryId: example.id,
163
+ * memoryExecutionRoleArn: example.memoryExecutionRoleArn,
164
+ * type: "CUSTOM",
165
+ * description: "Custom episodic processing strategy",
166
+ * namespaces: ["/strategies/{memoryStrategyId}/actors/{actorId}/sessions/{sessionId}"],
167
+ * configuration: {
168
+ * type: "EPISODIC_OVERRIDE",
169
+ * consolidation: {
170
+ * appendToPrompt: "Consolidate episodic memories into coherent narratives",
171
+ * modelId: "anthropic.claude-3-sonnet-20240229-v1:0",
172
+ * },
173
+ * extraction: {
174
+ * appendToPrompt: "Extract key events and episodes from interactions",
175
+ * modelId: "anthropic.claude-3-haiku-20240307-v1:0",
176
+ * },
177
+ * },
178
+ * });
179
+ * ```
180
+ *
139
181
  * ## Import
140
182
  *
141
183
  * Using `pulumi import`, import Bedrock AgentCore Memory Strategy using the `memory_id,strategy_id`. For example:
@@ -1 +1 @@
1
- {"version":3,"file":"agentcoreMemoryStrategy.js","sourceRoot":"","sources":["../../bedrock/agentcoreMemoryStrategy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0IG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IA+CD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAhHL,0DAiHC;AAnGG,gBAAgB;AACO,oCAAY,GAAG,6DAA6D,CAAC"}
1
+ {"version":3,"file":"agentcoreMemoryStrategy.js","sourceRoot":"","sources":["../../bedrock/agentcoreMemoryStrategy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoLG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IA+CD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAhHL,0DAiHC;AAnGG,gBAAgB;AACO,oCAAY,GAAG,6DAA6D,CAAC"}
package/ec2/index.d.ts CHANGED
@@ -325,6 +325,9 @@ export declare const NetworkAclAssociation: typeof import("./networkAclAssociati
325
325
  export { NetworkAclRuleArgs, NetworkAclRuleState } from "./networkAclRule";
326
326
  export type NetworkAclRule = import("./networkAclRule").NetworkAclRule;
327
327
  export declare const NetworkAclRule: typeof import("./networkAclRule").NetworkAclRule;
328
+ export { NetworkInsightsAccessScopeArgs, NetworkInsightsAccessScopeState } from "./networkInsightsAccessScope";
329
+ export type NetworkInsightsAccessScope = import("./networkInsightsAccessScope").NetworkInsightsAccessScope;
330
+ export declare const NetworkInsightsAccessScope: typeof import("./networkInsightsAccessScope").NetworkInsightsAccessScope;
328
331
  export { NetworkInsightsAnalysisArgs, NetworkInsightsAnalysisState } from "./networkInsightsAnalysis";
329
332
  export type NetworkInsightsAnalysis = import("./networkInsightsAnalysis").NetworkInsightsAnalysis;
330
333
  export declare const NetworkInsightsAnalysis: typeof import("./networkInsightsAnalysis").NetworkInsightsAnalysis;
package/ec2/index.js CHANGED
@@ -19,8 +19,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.getInstanceTypeOfferings = exports.getInstanceTypeOfferingOutput = exports.getInstanceTypeOffering = exports.getInstanceTypeOutput = exports.getInstanceType = exports.getInstanceOutput = exports.getInstance = exports.getElasticIpOutput = exports.getElasticIp = exports.getEipsOutput = exports.getEips = exports.getDedicatedHostOutput = exports.getDedicatedHost = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.getCoipPoolsOutput = exports.getCoipPools = exports.getCoipPoolOutput = exports.getCoipPool = exports.getCapacityBlockOfferingOutput = exports.getCapacityBlockOffering = exports.getAmiIdsOutput = exports.getAmiIds = exports.getAmiOutput = exports.getAmi = exports.FlowLog = exports.Fleet = exports.EncryptionControl = exports.EipDomainName = exports.EipAssociation = exports.Eip = exports.EgressOnlyInternetGateway = exports.DefaultVpcDhcpOptions = exports.DefaultVpc = exports.DefaultSubnet = exports.DefaultSecurityGroup = exports.DefaultRouteTable = exports.DefaultNetworkAcl = exports.DefaultCreditSpecification = exports.DedicatedHost = exports.CustomerGateway = exports.CarrierGateway = exports.CapacityReservation = exports.CapacityBlockReservation = exports.AvailabilityZoneGroup = exports.AmiLaunchPermission = exports.AmiFromInstance = exports.AmiCopy = exports.Ami = exports.AllowedImagesSettings = void 0;
20
20
  exports.getPublicIpv4Pool = exports.getPrefixListOutput = exports.getPrefixList = exports.getNetworkInterfacesOutput = exports.getNetworkInterfaces = exports.getNetworkInterfaceOutput = exports.getNetworkInterface = exports.getNetworkInsightsPathOutput = exports.getNetworkInsightsPath = exports.getNetworkInsightsAnalysisOutput = exports.getNetworkInsightsAnalysis = exports.getNetworkAclsOutput = exports.getNetworkAcls = exports.getNatGatewaysOutput = exports.getNatGateways = exports.getNatGatewayOutput = exports.getNatGateway = exports.getManagedPrefixListsOutput = exports.getManagedPrefixLists = exports.getManagedPrefixListOutput = exports.getManagedPrefixList = exports.getLocalGatewaysOutput = exports.getLocalGateways = exports.getLocalGatewayVirtualInterfaceGroupsOutput = exports.getLocalGatewayVirtualInterfaceGroups = exports.getLocalGatewayVirtualInterfaceGroupOutput = exports.getLocalGatewayVirtualInterfaceGroup = exports.getLocalGatewayVirtualInterfaceOutput = exports.getLocalGatewayVirtualInterface = exports.getLocalGatewayRouteTablesOutput = exports.getLocalGatewayRouteTables = exports.getLocalGatewayRouteTableOutput = exports.getLocalGatewayRouteTable = exports.getLocalGatewayOutput = exports.getLocalGateway = exports.getLaunchTemplateOutput = exports.getLaunchTemplate = exports.getLaunchConfigurationOutput = exports.getLaunchConfiguration = exports.getKeyPairOutput = exports.getKeyPair = exports.getIpamPreviewNextCidrOutput = exports.getIpamPreviewNextCidr = exports.getInternetGatewayOutput = exports.getInternetGateway = exports.getInstancesOutput = exports.getInstances = exports.getInstanceTypesOutput = exports.getInstanceTypes = exports.getInstanceTypeOfferingsOutput = void 0;
21
21
  exports.getVpcPeeringConnections = exports.getVpcPeeringConnectionOutput = exports.getVpcPeeringConnection = exports.getVpcIpamsOutput = exports.getVpcIpams = exports.getVpcIpamPoolsOutput = exports.getVpcIpamPools = exports.getVpcIpamPoolCidrsOutput = exports.getVpcIpamPoolCidrs = exports.getVpcIpamPoolOutput = exports.getVpcIpamPool = exports.getVpcIpamOutput = exports.getVpcIpam = exports.getVpcEndpointServiceOutput = exports.getVpcEndpointService = exports.getVpcEndpointOutput = exports.getVpcEndpoint = exports.getVpcDhcpOptionsOutput = exports.getVpcDhcpOptions = exports.getVpcOutput = exports.getVpc = exports.getTransitGatewayRouteTablesOutput = exports.getTransitGatewayRouteTables = exports.getSubnetsOutput = exports.getSubnets = exports.getSubnetOutput = exports.getSubnet = exports.getSpotPriceOutput = exports.getSpotPrice = exports.getSpotDatafeedSubscriptionOutput = exports.getSpotDatafeedSubscription = exports.getServiceLinkVirtualInterfacesOutput = exports.getServiceLinkVirtualInterfaces = exports.getServiceLinkVirtualInterfaceOutput = exports.getServiceLinkVirtualInterface = exports.getSerialConsoleAccessOutput = exports.getSerialConsoleAccess = exports.getSecurityGroupsOutput = exports.getSecurityGroups = exports.getSecurityGroupOutput = exports.getSecurityGroup = exports.getRouteTablesOutput = exports.getRouteTables = exports.getRouteTableOutput = exports.getRouteTable = exports.getRouteOutput = exports.getRoute = exports.getPublicIpv4PoolsOutput = exports.getPublicIpv4Pools = exports.getPublicIpv4PoolOutput = void 0;
22
- exports.Tag = exports.SubnetCidrReservation = exports.Subnet = exports.SpotInstanceRequest = exports.SpotFleetRequest = exports.SpotDatafeedSubscription = exports.SnapshotCreateVolumePermission = exports.SerialConsoleAccess = exports.SecurityGroupRule = exports.SecurityGroupAssociation = exports.SecurityGroup = exports.SecondarySubnet = exports.SecondaryNetwork = exports.RouteTableAssociation = exports.RouteTable = exports.Route = exports.ProxyProtocolPolicy = exports.PlacementGroup = exports.PeeringConnectionOptions = exports.NetworkInterfaceSecurityGroupAttachment = exports.NetworkInterfacePermission = exports.NetworkInterfaceAttachment = exports.NetworkInterface = exports.NetworkInsightsPath = exports.NetworkInsightsAnalysis = exports.NetworkAclRule = exports.NetworkAclAssociation = exports.NetworkAcl = exports.NatGatewayEipAssociation = exports.NatGateway = exports.ManagedPrefixListEntry = exports.ManagedPrefixList = exports.MainRouteTableAssociation = exports.LocalGatewayRouteTableVpcAssociation = exports.LocalGatewayRoute = exports.LaunchTemplate = exports.LaunchConfiguration = exports.KeyPair = exports.InternetGatewayAttachment = exports.InternetGateway = exports.InstanceMetadataDefaults = exports.Instance = exports.ImageBlockPublicAccess = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getVpcsOutput = exports.getVpcs = exports.getVpcPeeringConnectionsOutput = void 0;
23
- exports.VpnGatewayRoutePropagation = exports.VpnGatewayAttachment = exports.VpnGateway = exports.VpnConnectionRoute = exports.VpnConnection = exports.VpnConcentrator = exports.VpcSecurityGroupRulesExclusive = exports.VpcPeeringConnectionAccepter = exports.VpcPeeringConnection = exports.VpcNetworkPerformanceMetricSubscription = exports.VpcIpv6CidrBlockAssociation = exports.VpcIpv4CidrBlockAssociation = exports.VpcIpamScope = exports.VpcIpamResourceDiscoveryAssociation = exports.VpcIpamResourceDiscovery = exports.VpcIpamPreviewNextCidr = exports.VpcIpamPoolCidrAllocation = exports.VpcIpamPoolCidr = exports.VpcIpamPool = exports.VpcIpamOrganizationAdminAccount = exports.VpcIpam = exports.VpcEndpointSubnetAssociation = exports.VpcEndpointServiceAllowedPrinciple = exports.VpcEndpointService = exports.VpcEndpointRouteTableAssociation = exports.VpcEndpointPolicy = exports.VpcEndpointConnectionNotification = exports.VpcEndpointConnectionAccepter = exports.VpcEndpoint = exports.VpcEncryptionControl = exports.VpcDhcpOptionsAssociation = exports.VpcDhcpOptions = exports.VpcBlockPublicAccessOptions = exports.VpcBlockPublicAccessExclusion = exports.Vpc = exports.VolumeAttachment = exports.TrafficMirrorTarget = exports.TrafficMirrorSession = exports.TrafficMirrorFilterRule = exports.TrafficMirrorFilter = void 0;
22
+ exports.SubnetCidrReservation = exports.Subnet = exports.SpotInstanceRequest = exports.SpotFleetRequest = exports.SpotDatafeedSubscription = exports.SnapshotCreateVolumePermission = exports.SerialConsoleAccess = exports.SecurityGroupRule = exports.SecurityGroupAssociation = exports.SecurityGroup = exports.SecondarySubnet = exports.SecondaryNetwork = exports.RouteTableAssociation = exports.RouteTable = exports.Route = exports.ProxyProtocolPolicy = exports.PlacementGroup = exports.PeeringConnectionOptions = exports.NetworkInterfaceSecurityGroupAttachment = exports.NetworkInterfacePermission = exports.NetworkInterfaceAttachment = exports.NetworkInterface = exports.NetworkInsightsPath = exports.NetworkInsightsAnalysis = exports.NetworkInsightsAccessScope = exports.NetworkAclRule = exports.NetworkAclAssociation = exports.NetworkAcl = exports.NatGatewayEipAssociation = exports.NatGateway = exports.ManagedPrefixListEntry = exports.ManagedPrefixList = exports.MainRouteTableAssociation = exports.LocalGatewayRouteTableVpcAssociation = exports.LocalGatewayRoute = exports.LaunchTemplate = exports.LaunchConfiguration = exports.KeyPair = exports.InternetGatewayAttachment = exports.InternetGateway = exports.InstanceMetadataDefaults = exports.Instance = exports.ImageBlockPublicAccess = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getVpcsOutput = exports.getVpcs = exports.getVpcPeeringConnectionsOutput = void 0;
23
+ exports.VpnGatewayRoutePropagation = exports.VpnGatewayAttachment = exports.VpnGateway = exports.VpnConnectionRoute = exports.VpnConnection = exports.VpnConcentrator = exports.VpcSecurityGroupRulesExclusive = exports.VpcPeeringConnectionAccepter = exports.VpcPeeringConnection = exports.VpcNetworkPerformanceMetricSubscription = exports.VpcIpv6CidrBlockAssociation = exports.VpcIpv4CidrBlockAssociation = exports.VpcIpamScope = exports.VpcIpamResourceDiscoveryAssociation = exports.VpcIpamResourceDiscovery = exports.VpcIpamPreviewNextCidr = exports.VpcIpamPoolCidrAllocation = exports.VpcIpamPoolCidr = exports.VpcIpamPool = exports.VpcIpamOrganizationAdminAccount = exports.VpcIpam = exports.VpcEndpointSubnetAssociation = exports.VpcEndpointServiceAllowedPrinciple = exports.VpcEndpointService = exports.VpcEndpointRouteTableAssociation = exports.VpcEndpointPolicy = exports.VpcEndpointConnectionNotification = exports.VpcEndpointConnectionAccepter = exports.VpcEndpoint = exports.VpcEncryptionControl = exports.VpcDhcpOptionsAssociation = exports.VpcDhcpOptions = exports.VpcBlockPublicAccessOptions = exports.VpcBlockPublicAccessExclusion = exports.Vpc = exports.VolumeAttachment = exports.TrafficMirrorTarget = exports.TrafficMirrorSession = exports.TrafficMirrorFilterRule = exports.TrafficMirrorFilter = exports.Tag = void 0;
24
24
  const pulumi = require("@pulumi/pulumi");
25
25
  const utilities = require("../utilities");
26
26
  exports.AllowedImagesSettings = null;
@@ -307,6 +307,8 @@ exports.NetworkAclAssociation = null;
307
307
  utilities.lazyLoad(exports, ["NetworkAclAssociation"], () => require("./networkAclAssociation"));
308
308
  exports.NetworkAclRule = null;
309
309
  utilities.lazyLoad(exports, ["NetworkAclRule"], () => require("./networkAclRule"));
310
+ exports.NetworkInsightsAccessScope = null;
311
+ utilities.lazyLoad(exports, ["NetworkInsightsAccessScope"], () => require("./networkInsightsAccessScope"));
310
312
  exports.NetworkInsightsAnalysis = null;
311
313
  utilities.lazyLoad(exports, ["NetworkInsightsAnalysis"], () => require("./networkInsightsAnalysis"));
312
314
  exports.NetworkInsightsPath = null;
@@ -529,6 +531,8 @@ const _module = {
529
531
  return new exports.NetworkAclAssociation(name, undefined, { urn });
530
532
  case "aws:ec2/networkAclRule:NetworkAclRule":
531
533
  return new exports.NetworkAclRule(name, undefined, { urn });
534
+ case "aws:ec2/networkInsightsAccessScope:NetworkInsightsAccessScope":
535
+ return new exports.NetworkInsightsAccessScope(name, undefined, { urn });
532
536
  case "aws:ec2/networkInsightsAnalysis:NetworkInsightsAnalysis":
533
537
  return new exports.NetworkInsightsAnalysis(name, undefined, { urn });
534
538
  case "aws:ec2/networkInsightsPath:NetworkInsightsPath":
@@ -707,6 +711,7 @@ pulumi.runtime.registerResourceModule("aws", "ec2/natGatewayEipAssociation", _mo
707
711
  pulumi.runtime.registerResourceModule("aws", "ec2/networkAcl", _module);
708
712
  pulumi.runtime.registerResourceModule("aws", "ec2/networkAclAssociation", _module);
709
713
  pulumi.runtime.registerResourceModule("aws", "ec2/networkAclRule", _module);
714
+ pulumi.runtime.registerResourceModule("aws", "ec2/networkInsightsAccessScope", _module);
710
715
  pulumi.runtime.registerResourceModule("aws", "ec2/networkInsightsAnalysis", _module);
711
716
  pulumi.runtime.registerResourceModule("aws", "ec2/networkInsightsPath", _module);
712
717
  pulumi.runtime.registerResourceModule("aws", "ec2/networkInterface", _module);