@pulumi/aws-native 0.112.0-alpha.1721397480 → 0.112.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.
- package/applicationautoscaling/getScalingPolicy.d.ts +56 -11
- package/applicationautoscaling/getScalingPolicy.js +4 -2
- package/applicationautoscaling/getScalingPolicy.js.map +1 -1
- package/applicationautoscaling/scalingPolicy.d.ts +101 -22
- package/applicationautoscaling/scalingPolicy.js +2 -1
- package/applicationautoscaling/scalingPolicy.js.map +1 -1
- package/backup/backupVault.d.ts +2 -2
- package/backup/getBackupVault.d.ts +2 -2
- package/bedrock/flow.d.ts +133 -0
- package/bedrock/flow.js +89 -0
- package/bedrock/flow.js.map +1 -0
- package/bedrock/flowAlias.d.ts +93 -0
- package/bedrock/flowAlias.js +82 -0
- package/bedrock/flowAlias.js.map +1 -0
- package/bedrock/flowVersion.d.ts +76 -0
- package/bedrock/flowVersion.js +77 -0
- package/bedrock/flowVersion.js.map +1 -0
- package/bedrock/getFlow.d.ts +77 -0
- package/bedrock/getFlow.js +25 -0
- package/bedrock/getFlow.js.map +1 -0
- package/bedrock/getFlowAlias.d.ts +67 -0
- package/bedrock/getFlowAlias.js +26 -0
- package/bedrock/getFlowAlias.js.map +1 -0
- package/bedrock/getFlowVersion.d.ts +58 -0
- package/bedrock/getFlowVersion.js +26 -0
- package/bedrock/getFlowVersion.js.map +1 -0
- package/bedrock/getPrompt.d.ts +67 -0
- package/bedrock/getPrompt.js +25 -0
- package/bedrock/getPrompt.js.map +1 -0
- package/bedrock/getPromptVersion.d.ts +56 -0
- package/bedrock/getPromptVersion.js +25 -0
- package/bedrock/getPromptVersion.js.map +1 -0
- package/bedrock/index.d.ts +30 -0
- package/bedrock/index.js +36 -1
- package/bedrock/index.js.map +1 -1
- package/bedrock/prompt.d.ts +101 -0
- package/bedrock/prompt.js +76 -0
- package/bedrock/prompt.js.map +1 -0
- package/bedrock/promptVersion.d.ts +82 -0
- package/bedrock/promptVersion.js +79 -0
- package/bedrock/promptVersion.js.map +1 -0
- package/dms/replicationConfig.d.ts +13 -13
- package/dms/replicationConfig.js +18 -0
- package/dms/replicationConfig.js.map +1 -1
- package/ec2/eipAssociation.d.ts +13 -16
- package/ec2/eipAssociation.js +2 -1
- package/ec2/eipAssociation.js.map +1 -1
- package/ec2/getEipAssociation.d.ts +7 -5
- package/ec2/getEipAssociation.js +4 -2
- package/ec2/getEipAssociation.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +3 -3
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/networkInterfaceAttachment.d.ts +5 -5
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +4 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +8 -0
- package/ecr/repositoryCreationTemplate.js +2 -0
- package/ecr/repositoryCreationTemplate.js.map +1 -1
- package/eks/cluster.d.ts +2 -0
- package/eks/cluster.js +2 -0
- package/eks/cluster.js.map +1 -1
- package/eks/getCluster.d.ts +1 -0
- package/eks/getCluster.js.map +1 -1
- package/lightsail/alarm.d.ts +2 -2
- package/lightsail/certificate.d.ts +1 -1
- package/lightsail/certificate.js +1 -1
- package/lightsail/getCertificate.d.ts +2 -2
- package/lightsail/getCertificate.js +2 -2
- package/mediaconnect/flowOutput.d.ts +8 -0
- package/mediaconnect/flowOutput.js +2 -0
- package/mediaconnect/flowOutput.js.map +1 -1
- package/mediapackagev2/channel.d.ts +3 -0
- package/mediapackagev2/channel.js +3 -1
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getOriginEndpoint.d.ts +1 -0
- package/mediapackagev2/getOriginEndpoint.js.map +1 -1
- package/mediapackagev2/originEndpoint.d.ts +2 -0
- package/mediapackagev2/originEndpoint.js +2 -0
- package/mediapackagev2/originEndpoint.js.map +1 -1
- package/mwaa/environment.d.ts +2 -2
- package/mwaa/getEnvironment.d.ts +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/rds/dbCluster.d.ts +2 -2
- package/rds/dbInstance.d.ts +0 -8
- package/rds/dbInstance.js.map +1 -1
- package/rds/getDbInstance.d.ts +0 -3
- package/rds/getDbInstance.js.map +1 -1
- package/secretsmanager/getResourcePolicy.d.ts +33 -0
- package/secretsmanager/getResourcePolicy.js +25 -0
- package/secretsmanager/getResourcePolicy.js.map +1 -0
- package/secretsmanager/index.d.ts +6 -0
- package/secretsmanager/index.js +8 -1
- package/secretsmanager/index.js.map +1 -1
- package/secretsmanager/resourcePolicy.d.ts +65 -0
- package/secretsmanager/resourcePolicy.js +70 -0
- package/secretsmanager/resourcePolicy.js.map +1 -0
- package/types/enums/bedrock/index.d.ts +112 -0
- package/types/enums/bedrock/index.js +65 -1
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/eks/index.d.ts +8 -0
- package/types/enums/eks/index.js +5 -1
- package/types/enums/eks/index.js.map +1 -1
- package/types/enums/mediaconnect/index.d.ts +8 -0
- package/types/enums/mediaconnect/index.js +5 -1
- package/types/enums/mediaconnect/index.js.map +1 -1
- package/types/enums/mediapackagev2/index.d.ts +12 -0
- package/types/enums/mediapackagev2/index.js +11 -1
- package/types/enums/mediapackagev2/index.js.map +1 -1
- package/types/input.d.ts +623 -46
- package/types/output.d.ts +1041 -46
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::SecretsManager::ResourcePolicy
|
|
4
|
+
*/
|
|
5
|
+
export declare class ResourcePolicy extends pulumi.CustomResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get an existing ResourcePolicy resource's state with the given name, ID, and optional extra
|
|
8
|
+
* properties used to qualify the lookup.
|
|
9
|
+
*
|
|
10
|
+
* @param name The _unique_ name of the resulting resource.
|
|
11
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
12
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
+
*/
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ResourcePolicy;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of ResourcePolicy. This is designed to work even
|
|
17
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
+
*/
|
|
19
|
+
static isInstance(obj: any): obj is ResourcePolicy;
|
|
20
|
+
/**
|
|
21
|
+
* The Arn of the secret.
|
|
22
|
+
*/
|
|
23
|
+
readonly awsId: pulumi.Output<string>;
|
|
24
|
+
/**
|
|
25
|
+
* Specifies whether to block resource-based policies that allow broad access to the secret.
|
|
26
|
+
*/
|
|
27
|
+
readonly blockPublicPolicy: pulumi.Output<boolean | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* A JSON-formatted string for an AWS resource-based policy.
|
|
30
|
+
*
|
|
31
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SecretsManager::ResourcePolicy` for more information about the expected schema for this property.
|
|
32
|
+
*/
|
|
33
|
+
readonly resourcePolicy: pulumi.Output<any>;
|
|
34
|
+
/**
|
|
35
|
+
* The ARN or name of the secret to attach the resource-based policy.
|
|
36
|
+
*/
|
|
37
|
+
readonly secretId: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* Create a ResourcePolicy resource with the given unique name, arguments, and options.
|
|
40
|
+
*
|
|
41
|
+
* @param name The _unique_ name of the resource.
|
|
42
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
43
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
44
|
+
*/
|
|
45
|
+
constructor(name: string, args: ResourcePolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* The set of arguments for constructing a ResourcePolicy resource.
|
|
49
|
+
*/
|
|
50
|
+
export interface ResourcePolicyArgs {
|
|
51
|
+
/**
|
|
52
|
+
* Specifies whether to block resource-based policies that allow broad access to the secret.
|
|
53
|
+
*/
|
|
54
|
+
blockPublicPolicy?: pulumi.Input<boolean>;
|
|
55
|
+
/**
|
|
56
|
+
* A JSON-formatted string for an AWS resource-based policy.
|
|
57
|
+
*
|
|
58
|
+
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SecretsManager::ResourcePolicy` for more information about the expected schema for this property.
|
|
59
|
+
*/
|
|
60
|
+
resourcePolicy: any;
|
|
61
|
+
/**
|
|
62
|
+
* The ARN or name of the secret to attach the resource-based policy.
|
|
63
|
+
*/
|
|
64
|
+
secretId: pulumi.Input<string>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.ResourcePolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource Type definition for AWS::SecretsManager::ResourcePolicy
|
|
10
|
+
*/
|
|
11
|
+
class ResourcePolicy extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ResourcePolicy 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 ResourcePolicy(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ResourcePolicy. 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'] === ResourcePolicy.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ResourcePolicy 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 || args.resourcePolicy === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourcePolicy'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.secretId === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'secretId'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["blockPublicPolicy"] = args ? args.blockPublicPolicy : undefined;
|
|
51
|
+
resourceInputs["resourcePolicy"] = args ? args.resourcePolicy : undefined;
|
|
52
|
+
resourceInputs["secretId"] = args ? args.secretId : undefined;
|
|
53
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
resourceInputs["awsId"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["blockPublicPolicy"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["resourcePolicy"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["secretId"] = undefined /*out*/;
|
|
60
|
+
}
|
|
61
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
62
|
+
const replaceOnChanges = { replaceOnChanges: ["secretId"] };
|
|
63
|
+
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
64
|
+
super(ResourcePolicy.__pulumiType, name, resourceInputs, opts);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.ResourcePolicy = ResourcePolicy;
|
|
68
|
+
/** @internal */
|
|
69
|
+
ResourcePolicy.__pulumiType = 'aws-native:secretsmanager:ResourcePolicy';
|
|
70
|
+
//# sourceMappingURL=resourcePolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resourcePolicy.js","sourceRoot":"","sources":["../../secretsmanager/resourcePolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAqBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAwB,EAAE,IAAmC;QACnF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;aAAM;YACH,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;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,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AA7EL,wCA8EC;AAjEG,gBAAgB;AACO,2BAAY,GAAG,0CAA0C,CAAC"}
|
|
@@ -122,6 +122,104 @@ export declare const DataSourceType: {
|
|
|
122
122
|
* The type of the data source location.
|
|
123
123
|
*/
|
|
124
124
|
export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
|
|
125
|
+
export declare const FlowConnectionType: {
|
|
126
|
+
readonly Data: "Data";
|
|
127
|
+
readonly Conditional: "Conditional";
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* Connection type
|
|
131
|
+
*/
|
|
132
|
+
export type FlowConnectionType = (typeof FlowConnectionType)[keyof typeof FlowConnectionType];
|
|
133
|
+
export declare const FlowNodeIoDataType: {
|
|
134
|
+
readonly String: "String";
|
|
135
|
+
readonly Number: "Number";
|
|
136
|
+
readonly Boolean: "Boolean";
|
|
137
|
+
readonly Object: "Object";
|
|
138
|
+
readonly Array: "Array";
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* Type of input/output for a node in a flow
|
|
142
|
+
*/
|
|
143
|
+
export type FlowNodeIoDataType = (typeof FlowNodeIoDataType)[keyof typeof FlowNodeIoDataType];
|
|
144
|
+
export declare const FlowNodeType: {
|
|
145
|
+
readonly InputType: "Input";
|
|
146
|
+
readonly OutputType: "Output";
|
|
147
|
+
readonly KnowledgeBase: "KnowledgeBase";
|
|
148
|
+
readonly Condition: "Condition";
|
|
149
|
+
readonly Lex: "Lex";
|
|
150
|
+
readonly Prompt: "Prompt";
|
|
151
|
+
readonly LambdaFunction: "LambdaFunction";
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Flow node types
|
|
155
|
+
*/
|
|
156
|
+
export type FlowNodeType = (typeof FlowNodeType)[keyof typeof FlowNodeType];
|
|
157
|
+
export declare const FlowPromptTemplateType: {
|
|
158
|
+
readonly Text: "TEXT";
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Prompt template type
|
|
162
|
+
*/
|
|
163
|
+
export type FlowPromptTemplateType = (typeof FlowPromptTemplateType)[keyof typeof FlowPromptTemplateType];
|
|
164
|
+
export declare const FlowStatus: {
|
|
165
|
+
readonly Failed: "Failed";
|
|
166
|
+
readonly Prepared: "Prepared";
|
|
167
|
+
readonly Preparing: "Preparing";
|
|
168
|
+
readonly NotPrepared: "NotPrepared";
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Schema Type for Flow APIs
|
|
172
|
+
*/
|
|
173
|
+
export type FlowStatus = (typeof FlowStatus)[keyof typeof FlowStatus];
|
|
174
|
+
export declare const FlowVersionFlowConnectionType: {
|
|
175
|
+
readonly Data: "Data";
|
|
176
|
+
readonly Conditional: "Conditional";
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* Connection type
|
|
180
|
+
*/
|
|
181
|
+
export type FlowVersionFlowConnectionType = (typeof FlowVersionFlowConnectionType)[keyof typeof FlowVersionFlowConnectionType];
|
|
182
|
+
export declare const FlowVersionFlowNodeIoDataType: {
|
|
183
|
+
readonly String: "String";
|
|
184
|
+
readonly Number: "Number";
|
|
185
|
+
readonly Boolean: "Boolean";
|
|
186
|
+
readonly Object: "Object";
|
|
187
|
+
readonly Array: "Array";
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* Type of input/output for a node in a flow
|
|
191
|
+
*/
|
|
192
|
+
export type FlowVersionFlowNodeIoDataType = (typeof FlowVersionFlowNodeIoDataType)[keyof typeof FlowVersionFlowNodeIoDataType];
|
|
193
|
+
export declare const FlowVersionFlowNodeType: {
|
|
194
|
+
readonly InputType: "Input";
|
|
195
|
+
readonly OutputType: "Output";
|
|
196
|
+
readonly KnowledgeBase: "KnowledgeBase";
|
|
197
|
+
readonly Condition: "Condition";
|
|
198
|
+
readonly Lex: "Lex";
|
|
199
|
+
readonly Prompt: "Prompt";
|
|
200
|
+
readonly LambdaFunction: "LambdaFunction";
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Flow node types
|
|
204
|
+
*/
|
|
205
|
+
export type FlowVersionFlowNodeType = (typeof FlowVersionFlowNodeType)[keyof typeof FlowVersionFlowNodeType];
|
|
206
|
+
export declare const FlowVersionFlowStatus: {
|
|
207
|
+
readonly Failed: "Failed";
|
|
208
|
+
readonly Prepared: "Prepared";
|
|
209
|
+
readonly Preparing: "Preparing";
|
|
210
|
+
readonly NotPrepared: "NotPrepared";
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* Schema Type for Flow APIs
|
|
214
|
+
*/
|
|
215
|
+
export type FlowVersionFlowStatus = (typeof FlowVersionFlowStatus)[keyof typeof FlowVersionFlowStatus];
|
|
216
|
+
export declare const FlowVersionPromptTemplateType: {
|
|
217
|
+
readonly Text: "TEXT";
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* Prompt template type
|
|
221
|
+
*/
|
|
222
|
+
export type FlowVersionPromptTemplateType = (typeof FlowVersionPromptTemplateType)[keyof typeof FlowVersionPromptTemplateType];
|
|
125
223
|
export declare const GuardrailContentFilterType: {
|
|
126
224
|
readonly Sexual: "SEXUAL";
|
|
127
225
|
readonly Violence: "VIOLENCE";
|
|
@@ -243,3 +341,17 @@ export declare const KnowledgeBaseType: {
|
|
|
243
341
|
* The type of a knowledge base.
|
|
244
342
|
*/
|
|
245
343
|
export type KnowledgeBaseType = (typeof KnowledgeBaseType)[keyof typeof KnowledgeBaseType];
|
|
344
|
+
export declare const PromptTemplateType: {
|
|
345
|
+
readonly Text: "TEXT";
|
|
346
|
+
};
|
|
347
|
+
/**
|
|
348
|
+
* Prompt template type
|
|
349
|
+
*/
|
|
350
|
+
export type PromptTemplateType = (typeof PromptTemplateType)[keyof typeof PromptTemplateType];
|
|
351
|
+
export declare const PromptVersionPromptTemplateType: {
|
|
352
|
+
readonly Text: "TEXT";
|
|
353
|
+
};
|
|
354
|
+
/**
|
|
355
|
+
* Prompt template type
|
|
356
|
+
*/
|
|
357
|
+
export type PromptVersionPromptTemplateType = (typeof PromptVersionPromptTemplateType)[keyof typeof PromptVersionPromptTemplateType];
|
|
@@ -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.KnowledgeBaseType = exports.KnowledgeBaseStorageType = exports.KnowledgeBaseStatus = exports.GuardrailTopicType = exports.GuardrailStatus = exports.GuardrailSensitiveInformationAction = exports.GuardrailPiiEntityType = exports.GuardrailManagedWordsType = exports.GuardrailFilterStrength = exports.GuardrailContentFilterType = exports.DataSourceType = exports.DataSourceStatus = exports.DataSourceDataDeletionPolicy = exports.DataSourceChunkingStrategy = exports.AgentType = exports.AgentStatus = exports.AgentPromptType = exports.AgentPromptState = exports.AgentKnowledgeBaseState = exports.AgentCustomControlMethod = exports.AgentCreationMode = exports.AgentAliasStatus = exports.AgentActionGroupState = exports.AgentActionGroupSignature = void 0;
|
|
5
|
+
exports.PromptVersionPromptTemplateType = exports.PromptTemplateType = exports.KnowledgeBaseType = exports.KnowledgeBaseStorageType = exports.KnowledgeBaseStatus = exports.GuardrailTopicType = exports.GuardrailStatus = exports.GuardrailSensitiveInformationAction = exports.GuardrailPiiEntityType = exports.GuardrailManagedWordsType = exports.GuardrailFilterStrength = exports.GuardrailContentFilterType = exports.FlowVersionPromptTemplateType = exports.FlowVersionFlowStatus = exports.FlowVersionFlowNodeType = exports.FlowVersionFlowNodeIoDataType = exports.FlowVersionFlowConnectionType = exports.FlowStatus = exports.FlowPromptTemplateType = exports.FlowNodeType = exports.FlowNodeIoDataType = exports.FlowConnectionType = exports.DataSourceType = exports.DataSourceStatus = exports.DataSourceDataDeletionPolicy = exports.DataSourceChunkingStrategy = exports.AgentType = exports.AgentStatus = exports.AgentPromptType = exports.AgentPromptState = exports.AgentKnowledgeBaseState = exports.AgentCustomControlMethod = exports.AgentCreationMode = exports.AgentAliasStatus = exports.AgentActionGroupState = exports.AgentActionGroupSignature = void 0;
|
|
6
6
|
exports.AgentActionGroupSignature = {
|
|
7
7
|
AmazonUserInput: "AMAZON.UserInput",
|
|
8
8
|
};
|
|
@@ -71,6 +71,64 @@ exports.DataSourceStatus = {
|
|
|
71
71
|
exports.DataSourceType = {
|
|
72
72
|
S3: "S3",
|
|
73
73
|
};
|
|
74
|
+
exports.FlowConnectionType = {
|
|
75
|
+
Data: "Data",
|
|
76
|
+
Conditional: "Conditional",
|
|
77
|
+
};
|
|
78
|
+
exports.FlowNodeIoDataType = {
|
|
79
|
+
String: "String",
|
|
80
|
+
Number: "Number",
|
|
81
|
+
Boolean: "Boolean",
|
|
82
|
+
Object: "Object",
|
|
83
|
+
Array: "Array",
|
|
84
|
+
};
|
|
85
|
+
exports.FlowNodeType = {
|
|
86
|
+
InputType: "Input",
|
|
87
|
+
OutputType: "Output",
|
|
88
|
+
KnowledgeBase: "KnowledgeBase",
|
|
89
|
+
Condition: "Condition",
|
|
90
|
+
Lex: "Lex",
|
|
91
|
+
Prompt: "Prompt",
|
|
92
|
+
LambdaFunction: "LambdaFunction",
|
|
93
|
+
};
|
|
94
|
+
exports.FlowPromptTemplateType = {
|
|
95
|
+
Text: "TEXT",
|
|
96
|
+
};
|
|
97
|
+
exports.FlowStatus = {
|
|
98
|
+
Failed: "Failed",
|
|
99
|
+
Prepared: "Prepared",
|
|
100
|
+
Preparing: "Preparing",
|
|
101
|
+
NotPrepared: "NotPrepared",
|
|
102
|
+
};
|
|
103
|
+
exports.FlowVersionFlowConnectionType = {
|
|
104
|
+
Data: "Data",
|
|
105
|
+
Conditional: "Conditional",
|
|
106
|
+
};
|
|
107
|
+
exports.FlowVersionFlowNodeIoDataType = {
|
|
108
|
+
String: "String",
|
|
109
|
+
Number: "Number",
|
|
110
|
+
Boolean: "Boolean",
|
|
111
|
+
Object: "Object",
|
|
112
|
+
Array: "Array",
|
|
113
|
+
};
|
|
114
|
+
exports.FlowVersionFlowNodeType = {
|
|
115
|
+
InputType: "Input",
|
|
116
|
+
OutputType: "Output",
|
|
117
|
+
KnowledgeBase: "KnowledgeBase",
|
|
118
|
+
Condition: "Condition",
|
|
119
|
+
Lex: "Lex",
|
|
120
|
+
Prompt: "Prompt",
|
|
121
|
+
LambdaFunction: "LambdaFunction",
|
|
122
|
+
};
|
|
123
|
+
exports.FlowVersionFlowStatus = {
|
|
124
|
+
Failed: "Failed",
|
|
125
|
+
Prepared: "Prepared",
|
|
126
|
+
Preparing: "Preparing",
|
|
127
|
+
NotPrepared: "NotPrepared",
|
|
128
|
+
};
|
|
129
|
+
exports.FlowVersionPromptTemplateType = {
|
|
130
|
+
Text: "TEXT",
|
|
131
|
+
};
|
|
74
132
|
exports.GuardrailContentFilterType = {
|
|
75
133
|
Sexual: "SEXUAL",
|
|
76
134
|
Violence: "VIOLENCE",
|
|
@@ -152,4 +210,10 @@ exports.KnowledgeBaseStorageType = {
|
|
|
152
210
|
exports.KnowledgeBaseType = {
|
|
153
211
|
Vector: "VECTOR",
|
|
154
212
|
};
|
|
213
|
+
exports.PromptTemplateType = {
|
|
214
|
+
Text: "TEXT",
|
|
215
|
+
};
|
|
216
|
+
exports.PromptVersionPromptTemplateType = {
|
|
217
|
+
Text: "TEXT",
|
|
218
|
+
};
|
|
155
219
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/bedrock/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/bedrock/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,6 +43,14 @@ export declare const ClusterLoggingTypeConfigType: {
|
|
|
43
43
|
* name of the log type
|
|
44
44
|
*/
|
|
45
45
|
export type ClusterLoggingTypeConfigType = (typeof ClusterLoggingTypeConfigType)[keyof typeof ClusterLoggingTypeConfigType];
|
|
46
|
+
export declare const ClusterUpgradePolicySupportType: {
|
|
47
|
+
readonly Standard: "STANDARD";
|
|
48
|
+
readonly Extended: "EXTENDED";
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Specify the support type for your cluster.
|
|
52
|
+
*/
|
|
53
|
+
export type ClusterUpgradePolicySupportType = (typeof ClusterUpgradePolicySupportType)[keyof typeof ClusterUpgradePolicySupportType];
|
|
46
54
|
export declare const IdentityProviderConfigType: {
|
|
47
55
|
readonly Oidc: "oidc";
|
|
48
56
|
};
|
package/types/enums/eks/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.IdentityProviderConfigType = exports.ClusterLoggingTypeConfigType = exports.ClusterKubernetesNetworkConfigIpFamily = exports.ClusterAccessConfigAuthenticationMode = exports.AddonResolveConflicts = exports.AccessEntryAccessScopeType = void 0;
|
|
5
|
+
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",
|
|
@@ -28,6 +28,10 @@ exports.ClusterLoggingTypeConfigType = {
|
|
|
28
28
|
ControllerManager: "controllerManager",
|
|
29
29
|
Scheduler: "scheduler",
|
|
30
30
|
};
|
|
31
|
+
exports.ClusterUpgradePolicySupportType = {
|
|
32
|
+
Standard: "STANDARD",
|
|
33
|
+
Extended: "EXTENDED",
|
|
34
|
+
};
|
|
31
35
|
exports.IdentityProviderConfigType = {
|
|
32
36
|
Oidc: "oidc",
|
|
33
37
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/eks/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,0BAA0B,GAAG;IACtC,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,qCAAqC,GAAG;IACjD,SAAS,EAAE,YAAY;IACvB,eAAe,EAAE,oBAAoB;IACrC,GAAG,EAAE,KAAK;CACJ,CAAC;AAOE,QAAA,sCAAsC,GAAG;IAClD,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,eAAe;IAC9B,iBAAiB,EAAE,mBAAmB;IACtC,SAAS,EAAE,WAAW;CAChB,CAAC;AAOE,QAAA,0BAA0B,GAAG;IACtC,IAAI,EAAE,MAAM;CACN,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/eks/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,0BAA0B,GAAG;IACtC,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,qCAAqC,GAAG;IACjD,SAAS,EAAE,YAAY;IACvB,eAAe,EAAE,oBAAoB;IACrC,GAAG,EAAE,KAAK;CACJ,CAAC;AAOE,QAAA,sCAAsC,GAAG;IAClD,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,eAAe;IAC9B,iBAAiB,EAAE,mBAAmB;IACtC,SAAS,EAAE,WAAW;CAChB,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,0BAA0B,GAAG;IACtC,IAAI,EAAE,MAAM;CACN,CAAC"}
|
|
@@ -225,6 +225,14 @@ export declare const FlowOutputMediaStreamOutputConfigurationEncodingName: {
|
|
|
225
225
|
* The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video streams on sources or outputs that use the CDI protocol, set the encoding name to raw. For video streams on sources or outputs that use the ST 2110 JPEG XS protocol, set the encoding name to jxsv.
|
|
226
226
|
*/
|
|
227
227
|
export type FlowOutputMediaStreamOutputConfigurationEncodingName = (typeof FlowOutputMediaStreamOutputConfigurationEncodingName)[keyof typeof FlowOutputMediaStreamOutputConfigurationEncodingName];
|
|
228
|
+
export declare const FlowOutputOutputStatus: {
|
|
229
|
+
readonly Enabled: "ENABLED";
|
|
230
|
+
readonly Disabled: "DISABLED";
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* An indication of whether the output should transmit data or not.
|
|
234
|
+
*/
|
|
235
|
+
export type FlowOutputOutputStatus = (typeof FlowOutputOutputStatus)[keyof typeof FlowOutputOutputStatus];
|
|
228
236
|
export declare const FlowOutputProtocol: {
|
|
229
237
|
readonly ZixiPush: "zixi-push";
|
|
230
238
|
readonly RtpFec: "rtp-fec";
|
|
@@ -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.GatewayState = exports.FlowVpcInterfaceNetworkInterfaceType = exports.FlowSourceProtocol = exports.FlowSourceEncryptionKeyType = exports.FlowSourceEncryptionAlgorithm = exports.FlowOutputProtocol = exports.FlowOutputMediaStreamOutputConfigurationEncodingName = exports.FlowOutputEncryptionKeyType = exports.FlowOutputEncryptionAlgorithm = exports.FlowOutputEncodingParametersEncoderProfile = exports.FlowMediaStreamVideoFormat = exports.FlowMediaStreamSourceConfigurationEncodingName = exports.FlowMediaStreamMediaStreamType = exports.FlowMaintenanceMaintenanceDay = exports.FlowFmtpTcs = exports.FlowFmtpScanMode = exports.FlowFmtpRange = exports.FlowFmtpColorimetry = exports.FlowFailoverConfigState = exports.FlowFailoverConfigFailoverMode = exports.FlowEntitlementEntitlementStatus = exports.FlowEntitlementEncryptionKeyType = exports.FlowEntitlementEncryptionAlgorithm = exports.FlowEncryptionKeyType = exports.FlowEncryptionAlgorithm = exports.BridgeStateEnum = exports.BridgeSourceProtocolEnum = exports.BridgeProtocolEnum = exports.BridgeOutputResourceBridgeNetworkOutputProtocol = exports.BridgeFailoverModeEnum = exports.BridgeFailoverConfigStateEnum = void 0;
|
|
5
|
+
exports.GatewayState = exports.FlowVpcInterfaceNetworkInterfaceType = exports.FlowSourceProtocol = exports.FlowSourceEncryptionKeyType = exports.FlowSourceEncryptionAlgorithm = exports.FlowOutputProtocol = exports.FlowOutputOutputStatus = exports.FlowOutputMediaStreamOutputConfigurationEncodingName = exports.FlowOutputEncryptionKeyType = exports.FlowOutputEncryptionAlgorithm = exports.FlowOutputEncodingParametersEncoderProfile = exports.FlowMediaStreamVideoFormat = exports.FlowMediaStreamSourceConfigurationEncodingName = exports.FlowMediaStreamMediaStreamType = exports.FlowMaintenanceMaintenanceDay = exports.FlowFmtpTcs = exports.FlowFmtpScanMode = exports.FlowFmtpRange = exports.FlowFmtpColorimetry = exports.FlowFailoverConfigState = exports.FlowFailoverConfigFailoverMode = exports.FlowEntitlementEntitlementStatus = exports.FlowEntitlementEncryptionKeyType = exports.FlowEntitlementEncryptionAlgorithm = exports.FlowEncryptionKeyType = exports.FlowEncryptionAlgorithm = exports.BridgeStateEnum = exports.BridgeSourceProtocolEnum = exports.BridgeProtocolEnum = exports.BridgeOutputResourceBridgeNetworkOutputProtocol = exports.BridgeFailoverModeEnum = exports.BridgeFailoverConfigStateEnum = void 0;
|
|
6
6
|
exports.BridgeFailoverConfigStateEnum = {
|
|
7
7
|
Enabled: "ENABLED",
|
|
8
8
|
Disabled: "DISABLED",
|
|
@@ -145,6 +145,10 @@ exports.FlowOutputMediaStreamOutputConfigurationEncodingName = {
|
|
|
145
145
|
Smpte291: "smpte291",
|
|
146
146
|
Pcm: "pcm",
|
|
147
147
|
};
|
|
148
|
+
exports.FlowOutputOutputStatus = {
|
|
149
|
+
Enabled: "ENABLED",
|
|
150
|
+
Disabled: "DISABLED",
|
|
151
|
+
};
|
|
148
152
|
exports.FlowOutputProtocol = {
|
|
149
153
|
ZixiPush: "zixi-push",
|
|
150
154
|
RtpFec: "rtp-fec",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/mediaconnect/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/mediaconnect/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export declare const ChannelInputType: {
|
|
2
|
+
readonly Hls: "HLS";
|
|
3
|
+
readonly Cmaf: "CMAF";
|
|
4
|
+
};
|
|
5
|
+
export type ChannelInputType = (typeof ChannelInputType)[keyof typeof ChannelInputType];
|
|
1
6
|
export declare const OriginEndpointAdMarkerDash: {
|
|
2
7
|
readonly Binary: "BINARY";
|
|
3
8
|
readonly Xml: "XML";
|
|
@@ -48,6 +53,13 @@ export declare const OriginEndpointDrmSystem: {
|
|
|
48
53
|
readonly Widevine: "WIDEVINE";
|
|
49
54
|
};
|
|
50
55
|
export type OriginEndpointDrmSystem = (typeof OriginEndpointDrmSystem)[keyof typeof OriginEndpointDrmSystem];
|
|
56
|
+
export declare const OriginEndpointEndpointErrorCondition: {
|
|
57
|
+
readonly StaleManifest: "STALE_MANIFEST";
|
|
58
|
+
readonly IncompleteManifest: "INCOMPLETE_MANIFEST";
|
|
59
|
+
readonly MissingDrmKey: "MISSING_DRM_KEY";
|
|
60
|
+
readonly SlateInput: "SLATE_INPUT";
|
|
61
|
+
};
|
|
62
|
+
export type OriginEndpointEndpointErrorCondition = (typeof OriginEndpointEndpointErrorCondition)[keyof typeof OriginEndpointEndpointErrorCondition];
|
|
51
63
|
export declare const OriginEndpointPresetSpeke20Audio: {
|
|
52
64
|
readonly PresetAudio1: "PRESET_AUDIO_1";
|
|
53
65
|
readonly PresetAudio2: "PRESET_AUDIO_2";
|
|
@@ -2,7 +2,11 @@
|
|
|
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.OriginEndpointTsEncryptionMethod = exports.OriginEndpointScteFilter = exports.OriginEndpointPresetSpeke20Video = exports.OriginEndpointPresetSpeke20Audio = exports.OriginEndpointDrmSystem = exports.OriginEndpointDashUtcTimingMode = exports.OriginEndpointDashSegmentTemplateFormat = exports.OriginEndpointDashPeriodTrigger = exports.OriginEndpointDashDrmSignaling = exports.OriginEndpointContainerType = exports.OriginEndpointCmafEncryptionMethod = exports.OriginEndpointAdMarkerHls = exports.OriginEndpointAdMarkerDash = void 0;
|
|
5
|
+
exports.OriginEndpointTsEncryptionMethod = exports.OriginEndpointScteFilter = exports.OriginEndpointPresetSpeke20Video = exports.OriginEndpointPresetSpeke20Audio = exports.OriginEndpointEndpointErrorCondition = exports.OriginEndpointDrmSystem = exports.OriginEndpointDashUtcTimingMode = exports.OriginEndpointDashSegmentTemplateFormat = exports.OriginEndpointDashPeriodTrigger = exports.OriginEndpointDashDrmSignaling = exports.OriginEndpointContainerType = exports.OriginEndpointCmafEncryptionMethod = exports.OriginEndpointAdMarkerHls = exports.OriginEndpointAdMarkerDash = exports.ChannelInputType = void 0;
|
|
6
|
+
exports.ChannelInputType = {
|
|
7
|
+
Hls: "HLS",
|
|
8
|
+
Cmaf: "CMAF",
|
|
9
|
+
};
|
|
6
10
|
exports.OriginEndpointAdMarkerDash = {
|
|
7
11
|
Binary: "BINARY",
|
|
8
12
|
Xml: "XML",
|
|
@@ -44,6 +48,12 @@ exports.OriginEndpointDrmSystem = {
|
|
|
44
48
|
Playready: "PLAYREADY",
|
|
45
49
|
Widevine: "WIDEVINE",
|
|
46
50
|
};
|
|
51
|
+
exports.OriginEndpointEndpointErrorCondition = {
|
|
52
|
+
StaleManifest: "STALE_MANIFEST",
|
|
53
|
+
IncompleteManifest: "INCOMPLETE_MANIFEST",
|
|
54
|
+
MissingDrmKey: "MISSING_DRM_KEY",
|
|
55
|
+
SlateInput: "SLATE_INPUT",
|
|
56
|
+
};
|
|
47
57
|
exports.OriginEndpointPresetSpeke20Audio = {
|
|
48
58
|
PresetAudio1: "PRESET_AUDIO_1",
|
|
49
59
|
PresetAudio2: "PRESET_AUDIO_2",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/mediapackagev2/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,0BAA0B,GAAG;IACtC,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,yBAAyB,GAAG;IACrC,SAAS,EAAE,WAAW;CAChB,CAAC;AAIE,QAAA,kCAAkC,GAAG;IAC9C,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,2BAA2B,GAAG;IACvC,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,8BAA8B,GAAG;IAC1C,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;CAClB,CAAC;AAIE,QAAA,+BAA+B,GAAG;IAC3C,MAAM,EAAE,QAAQ;IAChB,cAAc,EAAE,kBAAkB;IAClC,aAAa,EAAE,gBAAgB;IAC/B,iBAAiB,EAAE,oBAAoB;IACvC,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,uCAAuC,GAAG;IACnD,kBAAkB,EAAE,sBAAsB;CACpC,CAAC;AAIE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,aAAa;IACzB,SAAS,EAAE,YAAY;CACjB,CAAC;AAIE,QAAA,uBAAuB,GAAG;IACnC,cAAc,EAAE,mBAAmB;IACnC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,gCAAgC,GAAG;IAC5C,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;CACpB,CAAC;AAIE,QAAA,gCAAgC,GAAG;IAC5C,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;CACpB,CAAC;AAIE,QAAA,wBAAwB,GAAG;IACpC,YAAY,EAAE,eAAe;IAC7B,KAAK,EAAE,OAAO;IACd,qBAAqB,EAAE,wBAAwB;IAC/C,wBAAwB,EAAE,2BAA2B;IACrD,4BAA4B,EAAE,gCAAgC;IAC9D,+BAA+B,EAAE,mCAAmC;IACpE,mCAAmC,EAAE,wCAAwC;IAC7E,sCAAsC,EAAE,2CAA2C;IACnF,OAAO,EAAE,SAAS;CACZ,CAAC;AAIE,QAAA,gCAAgC,GAAG;IAC5C,MAAM,EAAE,SAAS;IACjB,SAAS,EAAE,YAAY;CACjB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/mediapackagev2/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,gBAAgB,GAAG;IAC5B,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,0BAA0B,GAAG;IACtC,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,yBAAyB,GAAG;IACrC,SAAS,EAAE,WAAW;CAChB,CAAC;AAIE,QAAA,kCAAkC,GAAG;IAC9C,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,2BAA2B,GAAG;IACvC,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,8BAA8B,GAAG;IAC1C,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;CAClB,CAAC;AAIE,QAAA,+BAA+B,GAAG;IAC3C,MAAM,EAAE,QAAQ;IAChB,cAAc,EAAE,kBAAkB;IAClC,aAAa,EAAE,gBAAgB;IAC/B,iBAAiB,EAAE,oBAAoB;IACvC,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,uCAAuC,GAAG;IACnD,kBAAkB,EAAE,sBAAsB;CACpC,CAAC;AAIE,QAAA,+BAA+B,GAAG;IAC3C,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,aAAa;IACzB,SAAS,EAAE,YAAY;CACjB,CAAC;AAIE,QAAA,uBAAuB,GAAG;IACnC,cAAc,EAAE,mBAAmB;IACnC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,oCAAoC,GAAG;IAChD,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,qBAAqB;IACzC,aAAa,EAAE,iBAAiB;IAChC,UAAU,EAAE,aAAa;CACnB,CAAC;AAIE,QAAA,gCAAgC,GAAG;IAC5C,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;CACpB,CAAC;AAIE,QAAA,gCAAgC,GAAG;IAC5C,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;CACpB,CAAC;AAIE,QAAA,wBAAwB,GAAG;IACpC,YAAY,EAAE,eAAe;IAC7B,KAAK,EAAE,OAAO;IACd,qBAAqB,EAAE,wBAAwB;IAC/C,wBAAwB,EAAE,2BAA2B;IACrD,4BAA4B,EAAE,gCAAgC;IAC9D,+BAA+B,EAAE,mCAAmC;IACpE,mCAAmC,EAAE,wCAAwC;IAC7E,sCAAsC,EAAE,2CAA2C;IACnF,OAAO,EAAE,SAAS;CACZ,CAAC;AAIE,QAAA,gCAAgC,GAAG;IAC5C,MAAM,EAAE,SAAS;IACjB,SAAS,EAAE,YAAY;CACjB,CAAC"}
|