@pulumi/aws-native 1.38.0-alpha.1762150096 → 1.38.0-alpha.1762234865

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 (85) hide show
  1. package/batch/jobDefinition.d.ts +6 -0
  2. package/batch/jobDefinition.js.map +1 -1
  3. package/bedrock/automatedReasoningPolicy.d.ts +5 -0
  4. package/bedrock/automatedReasoningPolicy.js +8 -0
  5. package/bedrock/automatedReasoningPolicy.js.map +1 -1
  6. package/bedrock/getAutomatedReasoningPolicy.d.ts +1 -0
  7. package/bedrock/getAutomatedReasoningPolicy.js.map +1 -1
  8. package/cleanrooms/configuredTable.d.ts +2 -2
  9. package/cleanrooms/getConfiguredTable.d.ts +1 -1
  10. package/datazone/connection.d.ts +8 -0
  11. package/datazone/connection.js +3 -1
  12. package/datazone/connection.js.map +1 -1
  13. package/ec2/getVolume.d.ts +16 -14
  14. package/ec2/getVolume.js.map +1 -1
  15. package/ec2/volume.d.ts +35 -31
  16. package/ec2/volume.js +4 -3
  17. package/ec2/volume.js.map +1 -1
  18. package/index.d.ts +2 -1
  19. package/index.js +4 -2
  20. package/index.js.map +1 -1
  21. package/networkfirewall/firewall.d.ts +3 -0
  22. package/networkfirewall/firewall.js.map +1 -1
  23. package/networkfirewall/getFirewall.d.ts +3 -0
  24. package/networkfirewall/getFirewall.js.map +1 -1
  25. package/package.json +3 -3
  26. package/package.json.dev +2 -2
  27. package/rtbfabric/getLink.d.ts +18 -0
  28. package/rtbfabric/getLink.js.map +1 -1
  29. package/rtbfabric/getRequesterGateway.d.ts +15 -0
  30. package/rtbfabric/getRequesterGateway.js.map +1 -1
  31. package/rtbfabric/getResponderGateway.d.ts +30 -0
  32. package/rtbfabric/getResponderGateway.js.map +1 -1
  33. package/rtbfabric/link.d.ts +39 -0
  34. package/rtbfabric/link.js.map +1 -1
  35. package/rtbfabric/requesterGateway.d.ts +30 -0
  36. package/rtbfabric/requesterGateway.js.map +1 -1
  37. package/rtbfabric/responderGateway.d.ts +60 -0
  38. package/rtbfabric/responderGateway.js.map +1 -1
  39. package/s3vectors/getIndex.d.ts +19 -0
  40. package/s3vectors/getIndex.js +28 -0
  41. package/s3vectors/getIndex.js.map +1 -0
  42. package/s3vectors/getVectorBucket.d.ts +19 -0
  43. package/s3vectors/getVectorBucket.js +28 -0
  44. package/s3vectors/getVectorBucket.js.map +1 -0
  45. package/s3vectors/getVectorBucketPolicy.d.ts +19 -0
  46. package/s3vectors/getVectorBucketPolicy.js +28 -0
  47. package/s3vectors/getVectorBucketPolicy.js.map +1 -0
  48. package/s3vectors/index.d.ts +19 -0
  49. package/s3vectors/index.js +55 -0
  50. package/s3vectors/index.js.map +1 -0
  51. package/s3vectors/index_.d.ts +52 -0
  52. package/s3vectors/index_.js +83 -0
  53. package/s3vectors/index_.js.map +1 -0
  54. package/s3vectors/vectorBucket.d.ts +41 -0
  55. package/s3vectors/vectorBucket.js +64 -0
  56. package/s3vectors/vectorBucket.js.map +1 -0
  57. package/s3vectors/vectorBucketPolicy.d.ts +41 -0
  58. package/s3vectors/vectorBucketPolicy.js +65 -0
  59. package/s3vectors/vectorBucketPolicy.js.map +1 -0
  60. package/sso/assignment.d.ts +4 -4
  61. package/transfer/connector.d.ts +3 -0
  62. package/transfer/connector.js.map +1 -1
  63. package/transfer/getConnector.d.ts +3 -0
  64. package/transfer/getConnector.js.map +1 -1
  65. package/types/enums/ce/index.d.ts +3 -0
  66. package/types/enums/ce/index.js +3 -0
  67. package/types/enums/ce/index.js.map +1 -1
  68. package/types/enums/ecs/index.d.ts +8 -0
  69. package/types/enums/ecs/index.js.map +1 -1
  70. package/types/enums/eks/index.d.ts +9 -0
  71. package/types/enums/eks/index.js +6 -1
  72. package/types/enums/eks/index.js.map +1 -1
  73. package/types/enums/index.d.ts +2 -1
  74. package/types/enums/index.js +3 -1
  75. package/types/enums/index.js.map +1 -1
  76. package/types/enums/rtbfabric/index.d.ts +3 -0
  77. package/types/enums/rtbfabric/index.js.map +1 -1
  78. package/types/enums/s3/index.d.ts +1 -1
  79. package/types/enums/s3vectors/index.d.ts +23 -0
  80. package/types/enums/s3vectors/index.js +17 -0
  81. package/types/enums/s3vectors/index.js.map +1 -0
  82. package/types/enums/sso/index.d.ts +1 -1
  83. package/types/input.d.ts +159 -7
  84. package/types/output.d.ts +159 -7
  85. package/types/output.js.map +1 -1
@@ -0,0 +1,19 @@
1
+ export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex";
2
+ export declare const getIndex: typeof import("./getIndex").getIndex;
3
+ export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput;
4
+ export { GetVectorBucketArgs, GetVectorBucketResult, GetVectorBucketOutputArgs } from "./getVectorBucket";
5
+ export declare const getVectorBucket: typeof import("./getVectorBucket").getVectorBucket;
6
+ export declare const getVectorBucketOutput: typeof import("./getVectorBucket").getVectorBucketOutput;
7
+ export { GetVectorBucketPolicyArgs, GetVectorBucketPolicyResult, GetVectorBucketPolicyOutputArgs } from "./getVectorBucketPolicy";
8
+ export declare const getVectorBucketPolicy: typeof import("./getVectorBucketPolicy").getVectorBucketPolicy;
9
+ export declare const getVectorBucketPolicyOutput: typeof import("./getVectorBucketPolicy").getVectorBucketPolicyOutput;
10
+ export { IndexArgs } from "./index_";
11
+ export type Index = import("./index_").Index;
12
+ export declare const Index: typeof import("./index_").Index;
13
+ export { VectorBucketArgs } from "./vectorBucket";
14
+ export type VectorBucket = import("./vectorBucket").VectorBucket;
15
+ export declare const VectorBucket: typeof import("./vectorBucket").VectorBucket;
16
+ export { VectorBucketPolicyArgs } from "./vectorBucketPolicy";
17
+ export type VectorBucketPolicy = import("./vectorBucketPolicy").VectorBucketPolicy;
18
+ export declare const VectorBucketPolicy: typeof import("./vectorBucketPolicy").VectorBucketPolicy;
19
+ export * from "../types/enums/s3vectors";
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.VectorBucketPolicy = exports.VectorBucket = exports.Index = exports.getVectorBucketPolicyOutput = exports.getVectorBucketPolicy = exports.getVectorBucketOutput = exports.getVectorBucket = exports.getIndexOutput = exports.getIndex = void 0;
20
+ const pulumi = require("@pulumi/pulumi");
21
+ const utilities = require("../utilities");
22
+ exports.getIndex = null;
23
+ exports.getIndexOutput = null;
24
+ utilities.lazyLoad(exports, ["getIndex", "getIndexOutput"], () => require("./getIndex"));
25
+ exports.getVectorBucket = null;
26
+ exports.getVectorBucketOutput = null;
27
+ utilities.lazyLoad(exports, ["getVectorBucket", "getVectorBucketOutput"], () => require("./getVectorBucket"));
28
+ exports.getVectorBucketPolicy = null;
29
+ exports.getVectorBucketPolicyOutput = null;
30
+ utilities.lazyLoad(exports, ["getVectorBucketPolicy", "getVectorBucketPolicyOutput"], () => require("./getVectorBucketPolicy"));
31
+ exports.Index = null;
32
+ utilities.lazyLoad(exports, ["Index"], () => require("./index_"));
33
+ exports.VectorBucket = null;
34
+ utilities.lazyLoad(exports, ["VectorBucket"], () => require("./vectorBucket"));
35
+ exports.VectorBucketPolicy = null;
36
+ utilities.lazyLoad(exports, ["VectorBucketPolicy"], () => require("./vectorBucketPolicy"));
37
+ // Export enums:
38
+ __exportStar(require("../types/enums/s3vectors"), exports);
39
+ const _module = {
40
+ version: utilities.getVersion(),
41
+ construct: (name, type, urn) => {
42
+ switch (type) {
43
+ case "aws-native:s3vectors:Index":
44
+ return new exports.Index(name, undefined, { urn });
45
+ case "aws-native:s3vectors:VectorBucket":
46
+ return new exports.VectorBucket(name, undefined, { urn });
47
+ case "aws-native:s3vectors:VectorBucketPolicy":
48
+ return new exports.VectorBucketPolicy(name, undefined, { urn });
49
+ default:
50
+ throw new Error(`unknown resource type ${type}`);
51
+ }
52
+ },
53
+ };
54
+ pulumi.runtime.registerResourceModule("aws-native", "s3vectors", _module);
55
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../s3vectors/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAIlH,QAAA,KAAK,GAAoC,IAAW,CAAC;AAClE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAIrD,QAAA,YAAY,GAAiD,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIlE,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAG3F,gBAAgB;AAChB,2DAAyC;AAEzC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4BAA4B;gBAC7B,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,mCAAmC;gBACpC,OAAO,IAAI,oBAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,WAAW,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,52 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * Resource Type definition for AWS::S3Vectors::Index
7
+ */
8
+ export declare class Index extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Index resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Index;
18
+ /**
19
+ * Returns true if the given object is an instance of Index. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is Index;
23
+ readonly creationTime: pulumi.Output<string>;
24
+ readonly dataType: pulumi.Output<enums.s3vectors.IndexDataType>;
25
+ readonly dimension: pulumi.Output<number>;
26
+ readonly distanceMetric: pulumi.Output<enums.s3vectors.IndexDistanceMetric>;
27
+ readonly indexArn: pulumi.Output<string>;
28
+ readonly indexName: pulumi.Output<string | undefined>;
29
+ readonly metadataConfiguration: pulumi.Output<outputs.s3vectors.IndexMetadataConfiguration | undefined>;
30
+ readonly vectorBucketArn: pulumi.Output<string | undefined>;
31
+ readonly vectorBucketName: pulumi.Output<string | undefined>;
32
+ /**
33
+ * Create a Index resource with the given unique name, arguments, and options.
34
+ *
35
+ * @param name The _unique_ name of the resource.
36
+ * @param args The arguments to use to populate this resource's properties.
37
+ * @param opts A bag of options that control this resource's behavior.
38
+ */
39
+ constructor(name: string, args: IndexArgs, opts?: pulumi.CustomResourceOptions);
40
+ }
41
+ /**
42
+ * The set of arguments for constructing a Index resource.
43
+ */
44
+ export interface IndexArgs {
45
+ dataType: pulumi.Input<enums.s3vectors.IndexDataType>;
46
+ dimension: pulumi.Input<number>;
47
+ distanceMetric: pulumi.Input<enums.s3vectors.IndexDistanceMetric>;
48
+ indexName?: pulumi.Input<string>;
49
+ metadataConfiguration?: pulumi.Input<inputs.s3vectors.IndexMetadataConfigurationArgs>;
50
+ vectorBucketArn?: pulumi.Input<string>;
51
+ vectorBucketName?: pulumi.Input<string>;
52
+ }
@@ -0,0 +1,83 @@
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.Index = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::S3Vectors::Index
10
+ */
11
+ class Index extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Index 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 Index(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of Index. 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'] === Index.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a Index 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?.dataType === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'dataType'");
46
+ }
47
+ if (args?.dimension === undefined && !opts.urn) {
48
+ throw new Error("Missing required property 'dimension'");
49
+ }
50
+ if (args?.distanceMetric === undefined && !opts.urn) {
51
+ throw new Error("Missing required property 'distanceMetric'");
52
+ }
53
+ resourceInputs["dataType"] = args?.dataType;
54
+ resourceInputs["dimension"] = args?.dimension;
55
+ resourceInputs["distanceMetric"] = args?.distanceMetric;
56
+ resourceInputs["indexName"] = args?.indexName;
57
+ resourceInputs["metadataConfiguration"] = args?.metadataConfiguration;
58
+ resourceInputs["vectorBucketArn"] = args?.vectorBucketArn;
59
+ resourceInputs["vectorBucketName"] = args?.vectorBucketName;
60
+ resourceInputs["creationTime"] = undefined /*out*/;
61
+ resourceInputs["indexArn"] = undefined /*out*/;
62
+ }
63
+ else {
64
+ resourceInputs["creationTime"] = undefined /*out*/;
65
+ resourceInputs["dataType"] = undefined /*out*/;
66
+ resourceInputs["dimension"] = undefined /*out*/;
67
+ resourceInputs["distanceMetric"] = undefined /*out*/;
68
+ resourceInputs["indexArn"] = undefined /*out*/;
69
+ resourceInputs["indexName"] = undefined /*out*/;
70
+ resourceInputs["metadataConfiguration"] = undefined /*out*/;
71
+ resourceInputs["vectorBucketArn"] = undefined /*out*/;
72
+ resourceInputs["vectorBucketName"] = undefined /*out*/;
73
+ }
74
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
75
+ const replaceOnChanges = { replaceOnChanges: ["dataType", "dimension", "distanceMetric", "indexName", "metadataConfiguration", "vectorBucketArn", "vectorBucketName"] };
76
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
77
+ super(Index.__pulumiType, name, resourceInputs, opts);
78
+ }
79
+ }
80
+ exports.Index = Index;
81
+ /** @internal */
82
+ Index.__pulumiType = 'aws-native:s3vectors:Index';
83
+ //# sourceMappingURL=index_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index_.js","sourceRoot":"","sources":["../../s3vectors/index_.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,41 @@
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::S3Vectors::VectorBucket
6
+ */
7
+ export declare class VectorBucket extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing VectorBucket 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): VectorBucket;
17
+ /**
18
+ * Returns true if the given object is an instance of VectorBucket. 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 VectorBucket;
22
+ readonly creationTime: pulumi.Output<string>;
23
+ readonly encryptionConfiguration: pulumi.Output<outputs.s3vectors.VectorBucketEncryptionConfiguration | undefined>;
24
+ readonly vectorBucketArn: pulumi.Output<string>;
25
+ readonly vectorBucketName: pulumi.Output<string | undefined>;
26
+ /**
27
+ * Create a VectorBucket resource with the given unique name, arguments, and options.
28
+ *
29
+ * @param name The _unique_ name of the resource.
30
+ * @param args The arguments to use to populate this resource's properties.
31
+ * @param opts A bag of options that control this resource's behavior.
32
+ */
33
+ constructor(name: string, args?: VectorBucketArgs, opts?: pulumi.CustomResourceOptions);
34
+ }
35
+ /**
36
+ * The set of arguments for constructing a VectorBucket resource.
37
+ */
38
+ export interface VectorBucketArgs {
39
+ encryptionConfiguration?: pulumi.Input<inputs.s3vectors.VectorBucketEncryptionConfigurationArgs>;
40
+ vectorBucketName?: pulumi.Input<string>;
41
+ }
@@ -0,0 +1,64 @@
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.VectorBucket = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::S3Vectors::VectorBucket
10
+ */
11
+ class VectorBucket extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing VectorBucket 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 VectorBucket(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of VectorBucket. 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'] === VectorBucket.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a VectorBucket 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
+ resourceInputs["encryptionConfiguration"] = args?.encryptionConfiguration;
45
+ resourceInputs["vectorBucketName"] = args?.vectorBucketName;
46
+ resourceInputs["creationTime"] = undefined /*out*/;
47
+ resourceInputs["vectorBucketArn"] = undefined /*out*/;
48
+ }
49
+ else {
50
+ resourceInputs["creationTime"] = undefined /*out*/;
51
+ resourceInputs["encryptionConfiguration"] = undefined /*out*/;
52
+ resourceInputs["vectorBucketArn"] = undefined /*out*/;
53
+ resourceInputs["vectorBucketName"] = undefined /*out*/;
54
+ }
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
56
+ const replaceOnChanges = { replaceOnChanges: ["encryptionConfiguration", "vectorBucketName"] };
57
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
58
+ super(VectorBucket.__pulumiType, name, resourceInputs, opts);
59
+ }
60
+ }
61
+ exports.VectorBucket = VectorBucket;
62
+ /** @internal */
63
+ VectorBucket.__pulumiType = 'aws-native:s3vectors:VectorBucket';
64
+ //# sourceMappingURL=vectorBucket.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vectorBucket.js","sourceRoot":"","sources":["../../s3vectors/vectorBucket.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,YAAY,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAOD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAuB,EAAE,IAAmC;QAClF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;aAAM;YACH,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,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,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,EAAE,CAAC;QAC/F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AAzDL,oCA0DC;AA7CG,gBAAgB;AACO,yBAAY,GAAG,mCAAmC,CAAC"}
@@ -0,0 +1,41 @@
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::S3Vectors::VectorBucketPolicy
6
+ */
7
+ export declare class VectorBucketPolicy extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing VectorBucketPolicy 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): VectorBucketPolicy;
17
+ /**
18
+ * Returns true if the given object is an instance of VectorBucketPolicy. 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 VectorBucketPolicy;
22
+ readonly policy: pulumi.Output<outputs.s3vectors.VectorBucketPolicyPolicy>;
23
+ readonly vectorBucketArn: pulumi.Output<string | undefined>;
24
+ readonly vectorBucketName: pulumi.Output<string | undefined>;
25
+ /**
26
+ * Create a VectorBucketPolicy resource with the given unique name, arguments, and options.
27
+ *
28
+ * @param name The _unique_ name of the resource.
29
+ * @param args The arguments to use to populate this resource's properties.
30
+ * @param opts A bag of options that control this resource's behavior.
31
+ */
32
+ constructor(name: string, args: VectorBucketPolicyArgs, opts?: pulumi.CustomResourceOptions);
33
+ }
34
+ /**
35
+ * The set of arguments for constructing a VectorBucketPolicy resource.
36
+ */
37
+ export interface VectorBucketPolicyArgs {
38
+ policy: pulumi.Input<inputs.s3vectors.VectorBucketPolicyPolicyArgs>;
39
+ vectorBucketArn?: pulumi.Input<string>;
40
+ vectorBucketName?: pulumi.Input<string>;
41
+ }
@@ -0,0 +1,65 @@
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.VectorBucketPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::S3Vectors::VectorBucketPolicy
10
+ */
11
+ class VectorBucketPolicy extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing VectorBucketPolicy 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 VectorBucketPolicy(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of VectorBucketPolicy. 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'] === VectorBucketPolicy.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a VectorBucketPolicy 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?.policy === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'policy'");
46
+ }
47
+ resourceInputs["policy"] = args?.policy;
48
+ resourceInputs["vectorBucketArn"] = args?.vectorBucketArn;
49
+ resourceInputs["vectorBucketName"] = args?.vectorBucketName;
50
+ }
51
+ else {
52
+ resourceInputs["policy"] = undefined /*out*/;
53
+ resourceInputs["vectorBucketArn"] = undefined /*out*/;
54
+ resourceInputs["vectorBucketName"] = undefined /*out*/;
55
+ }
56
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
+ const replaceOnChanges = { replaceOnChanges: ["vectorBucketArn", "vectorBucketName"] };
58
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
59
+ super(VectorBucketPolicy.__pulumiType, name, resourceInputs, opts);
60
+ }
61
+ }
62
+ exports.VectorBucketPolicy = VectorBucketPolicy;
63
+ /** @internal */
64
+ VectorBucketPolicy.__pulumiType = 'aws-native:s3vectors:VectorBucketPolicy';
65
+ //# sourceMappingURL=vectorBucketPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vectorBucketPolicy.js","sourceRoot":"","sources":["../../s3vectors/vectorBucketPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/E,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAMD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA4B,EAAE,IAAmC;QACvF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;SAC/D;aAAM;YACH,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,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,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,EAAE,CAAC;QACvF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAzDL,gDA0DC;AA7CG,gBAAgB;AACO,+BAAY,GAAG,yCAAyC,CAAC"}
@@ -23,7 +23,7 @@ export declare class Assignment extends pulumi.CustomResource {
23
23
  */
24
24
  readonly instanceArn: pulumi.Output<string>;
25
25
  /**
26
- * The permission set that the assignemt will be assigned
26
+ * The permission set that the assignment will be assigned
27
27
  */
28
28
  readonly permissionSetArn: pulumi.Output<string>;
29
29
  /**
@@ -39,7 +39,7 @@ export declare class Assignment extends pulumi.CustomResource {
39
39
  */
40
40
  readonly targetId: pulumi.Output<string>;
41
41
  /**
42
- * The type of resource to be provsioned to, only aws account now
42
+ * The type of resource to be provisioned to, only aws account now
43
43
  */
44
44
  readonly targetType: pulumi.Output<enums.sso.AssignmentTargetType>;
45
45
  /**
@@ -60,7 +60,7 @@ export interface AssignmentArgs {
60
60
  */
61
61
  instanceArn: pulumi.Input<string>;
62
62
  /**
63
- * The permission set that the assignemt will be assigned
63
+ * The permission set that the assignment will be assigned
64
64
  */
65
65
  permissionSetArn: pulumi.Input<string>;
66
66
  /**
@@ -76,7 +76,7 @@ export interface AssignmentArgs {
76
76
  */
77
77
  targetId: pulumi.Input<string>;
78
78
  /**
79
- * The type of resource to be provsioned to, only aws account now
79
+ * The type of resource to be provisioned to, only aws account now
80
80
  */
81
81
  targetType: pulumi.Input<enums.sso.AssignmentTargetType>;
82
82
  }
@@ -60,6 +60,9 @@ export declare class Connector extends pulumi.CustomResource {
60
60
  * Configuration for an SFTP connector.
61
61
  */
62
62
  readonly sftpConfig: pulumi.Output<outputs.transfer.SftpConfigProperties | undefined>;
63
+ /**
64
+ * Current status of the connector. PENDING indicates creation/update in progress, ACTIVE means ready for operations, and ERRORED indicates a failure requiring attention.
65
+ */
63
66
  readonly status: pulumi.Output<enums.transfer.ConnectorStatus>;
64
67
  /**
65
68
  * Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
@@ -1 +1 @@
1
- {"version":3,"file":"connector.js","sourceRoot":"","sources":["../../transfer/connector.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"connector.js","sourceRoot":"","sources":["../../transfer/connector.ts"],"names":[],"mappings":"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"}
@@ -52,6 +52,9 @@ export interface GetConnectorResult {
52
52
  * Configuration for an SFTP connector.
53
53
  */
54
54
  readonly sftpConfig?: outputs.transfer.SftpConfigProperties;
55
+ /**
56
+ * Current status of the connector. PENDING indicates creation/update in progress, ACTIVE means ready for operations, and ERRORED indicates a failure requiring attention.
57
+ */
55
58
  readonly status?: enums.transfer.ConnectorStatus;
56
59
  /**
57
60
  * Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
@@ -1 +1 @@
1
- {"version":3,"file":"getConnector.js","sourceRoot":"","sources":["../../transfer/getConnector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA4DD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
1
+ {"version":3,"file":"getConnector.js","sourceRoot":"","sources":["../../transfer/getConnector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA+DD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
@@ -1,5 +1,8 @@
1
1
  export declare const AnomalyMonitorMonitorDimension: {
2
2
  readonly Service: "SERVICE";
3
+ readonly LinkedAccount: "LINKED_ACCOUNT";
4
+ readonly Tag: "TAG";
5
+ readonly CostCategory: "COST_CATEGORY";
3
6
  };
4
7
  /**
5
8
  * The dimensions to evaluate
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.CostCategoryRuleVersion = exports.AnomalySubscriptionSubscriberType = exports.AnomalySubscriptionSubscriberStatus = exports.AnomalySubscriptionFrequency = exports.AnomalyMonitorMonitorType = exports.AnomalyMonitorMonitorDimension = void 0;
6
6
  exports.AnomalyMonitorMonitorDimension = {
7
7
  Service: "SERVICE",
8
+ LinkedAccount: "LINKED_ACCOUNT",
9
+ Tag: "TAG",
10
+ CostCategory: "COST_CATEGORY",
8
11
  };
9
12
  exports.AnomalyMonitorMonitorType = {
10
13
  Dimensional: "DIMENSIONAL",
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ce/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,8BAA8B,GAAG;IAC1C,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,yBAAyB,GAAG;IACrC,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,mCAAmC,GAAG;IAC/C,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;CACJ,CAAC;AAOE,QAAA,uBAAuB,GAAG;IACnC,wBAAwB,EAAE,2BAA2B;CAC/C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ce/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,8BAA8B,GAAG;IAC1C,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,gBAAgB;IAC/B,GAAG,EAAE,KAAK;IACV,YAAY,EAAE,eAAe;CACvB,CAAC;AAOE,QAAA,yBAAyB,GAAG;IACrC,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,mCAAmC,GAAG;IAC/C,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;CACJ,CAAC;AAOE,QAAA,uBAAuB,GAAG;IACnC,wBAAwB,EAAE,2BAA2B;CAC/C,CAAC"}
@@ -156,11 +156,19 @@ export declare const ServiceConnectAccessLogConfigurationFormat: {
156
156
  readonly Text: "TEXT";
157
157
  readonly Json: "JSON";
158
158
  };
159
+ /**
160
+ * The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
161
+ */
159
162
  export type ServiceConnectAccessLogConfigurationFormat = (typeof ServiceConnectAccessLogConfigurationFormat)[keyof typeof ServiceConnectAccessLogConfigurationFormat];
160
163
  export declare const ServiceConnectAccessLogConfigurationIncludeQueryParameters: {
161
164
  readonly Disabled: "DISABLED";
162
165
  readonly Enabled: "ENABLED";
163
166
  };
167
+ /**
168
+ * Specifies whether to include query parameters in Service Connect access logs.
169
+ *
170
+ * When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is `DISABLED` .
171
+ */
164
172
  export type ServiceConnectAccessLogConfigurationIncludeQueryParameters = (typeof ServiceConnectAccessLogConfigurationIncludeQueryParameters)[keyof typeof ServiceConnectAccessLogConfigurationIncludeQueryParameters];
165
173
  export declare const ServiceDeploymentConfigurationStrategy: {
166
174
  readonly Rolling: "ROLLING";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ecs/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ecs/index.ts"],"names":[],"mappings":"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"}
@@ -58,3 +58,12 @@ export declare const IdentityProviderConfigType: {
58
58
  * The type of the identity provider configuration.
59
59
  */
60
60
  export type IdentityProviderConfigType = (typeof IdentityProviderConfigType)[keyof typeof IdentityProviderConfigType];
61
+ export declare const NodegroupNodeRepairConfigOverridesRepairAction: {
62
+ readonly Replace: "Replace";
63
+ readonly Reboot: "Reboot";
64
+ readonly NoAction: "NoAction";
65
+ };
66
+ /**
67
+ * Specify the repair action to take for nodes when all of the specified conditions are met.
68
+ */
69
+ export type NodegroupNodeRepairConfigOverridesRepairAction = (typeof NodegroupNodeRepairConfigOverridesRepairAction)[keyof typeof NodegroupNodeRepairConfigOverridesRepairAction];
@@ -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.IdentityProviderConfigType = exports.ClusterUpgradePolicySupportType = exports.ClusterLoggingTypeConfigType = exports.ClusterKubernetesNetworkConfigIpFamily = exports.ClusterAccessConfigAuthenticationMode = exports.AddonResolveConflicts = exports.AccessEntryAccessScopeType = void 0;
5
+ exports.NodegroupNodeRepairConfigOverridesRepairAction = exports.IdentityProviderConfigType = exports.ClusterUpgradePolicySupportType = exports.ClusterLoggingTypeConfigType = exports.ClusterKubernetesNetworkConfigIpFamily = exports.ClusterAccessConfigAuthenticationMode = exports.AddonResolveConflicts = exports.AccessEntryAccessScopeType = void 0;
6
6
  exports.AccessEntryAccessScopeType = {
7
7
  Namespace: "namespace",
8
8
  Cluster: "cluster",
@@ -35,4 +35,9 @@ exports.ClusterUpgradePolicySupportType = {
35
35
  exports.IdentityProviderConfigType = {
36
36
  Oidc: "oidc",
37
37
  };
38
+ exports.NodegroupNodeRepairConfigOverridesRepairAction = {
39
+ Replace: "Replace",
40
+ Reboot: "Reboot",
41
+ NoAction: "NoAction",
42
+ };
38
43
  //# sourceMappingURL=index.js.map