@pulumi/aws-native 1.43.0-alpha.1766122627 → 1.43.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/bedrockagentcore/gatewayTarget.d.ts +1 -1
- package/bedrockagentcore/gatewayTarget.js +1 -1
- package/bedrockagentcore/getGatewayTarget.d.ts +2 -2
- package/bedrockagentcore/getGatewayTarget.js +2 -2
- package/cases/caseRule.d.ts +85 -0
- package/cases/caseRule.js +77 -0
- package/cases/caseRule.js.map +1 -0
- package/cases/domain.d.ts +65 -0
- package/cases/domain.js +68 -0
- package/cases/domain.js.map +1 -0
- package/cases/field.d.ts +84 -0
- package/cases/field.js +79 -0
- package/cases/field.js.map +1 -0
- package/cases/getCaseRule.d.ts +53 -0
- package/cases/getCaseRule.js +28 -0
- package/cases/getCaseRule.js.map +1 -0
- package/cases/getDomain.d.ts +42 -0
- package/cases/getDomain.js +28 -0
- package/cases/getDomain.js.map +1 -0
- package/cases/getField.d.ts +54 -0
- package/cases/getField.js +28 -0
- package/cases/getField.js.map +1 -0
- package/cases/getLayout.d.ts +46 -0
- package/cases/getLayout.js +28 -0
- package/cases/getLayout.js.map +1 -0
- package/cases/getTemplate.d.ts +63 -0
- package/cases/getTemplate.js +28 -0
- package/cases/getTemplate.js.map +1 -0
- package/cases/index.d.ts +31 -0
- package/cases/index.js +69 -0
- package/cases/index.js.map +1 -0
- package/cases/layout.d.ts +71 -0
- package/cases/layout.js +75 -0
- package/cases/layout.js.map +1 -0
- package/cases/template.d.ts +104 -0
- package/cases/template.js +80 -0
- package/cases/template.js.map +1 -0
- package/connect/contactFlowModule.d.ts +16 -0
- package/connect/contactFlowModule.js +4 -0
- package/connect/contactFlowModule.js.map +1 -1
- package/connect/getContactFlowModule.d.ts +8 -0
- package/connect/getContactFlowModule.js.map +1 -1
- package/connect/getHoursOfOperation.d.ts +8 -0
- package/connect/getHoursOfOperation.js.map +1 -1
- package/connect/hoursOfOperation.d.ts +16 -0
- package/connect/hoursOfOperation.js +4 -0
- package/connect/hoursOfOperation.js.map +1 -1
- package/ec2/getVolume.d.ts +19 -13
- package/ec2/getVolume.js.map +1 -1
- package/ec2/volume.d.ts +38 -26
- package/ec2/volume.js.map +1 -1
- package/ec2/vpnConnection.d.ts +12 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/emr/step.d.ts +16 -0
- package/emr/step.js +5 -1
- package/emr/step.js.map +1 -1
- package/gameliftstreams/streamGroup.d.ts +96 -12
- package/gameliftstreams/streamGroup.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/index.js.map +1 -1
- package/iotanalytics/dataset.d.ts +2 -2
- package/iotanalytics/datastore.d.ts +2 -2
- package/iotanalytics/getDataset.d.ts +1 -1
- package/iotanalytics/getDatastore.d.ts +1 -1
- package/lex/bot.d.ts +3 -3
- package/lex/bot.js +1 -1
- package/lex/botAlias.d.ts +3 -3
- package/lex/botAlias.js +1 -1
- package/lex/getBot.d.ts +6 -6
- package/lex/getBot.js +2 -2
- package/lex/getBotAlias.d.ts +6 -2
- package/lex/getBotAlias.js +2 -2
- package/lex/getBotAlias.js.map +1 -1
- package/observabilityadmin/getS3TableIntegration.d.ts +36 -0
- package/observabilityadmin/getS3TableIntegration.js +28 -0
- package/observabilityadmin/getS3TableIntegration.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/s3tableIntegration.d.ts +71 -0
- package/observabilityadmin/s3tableIntegration.js +72 -0
- package/observabilityadmin/s3tableIntegration.js.map +1 -0
- package/odb/getOdbPeeringConnection.d.ts +8 -0
- package/odb/getOdbPeeringConnection.js.map +1 -1
- package/odb/odbPeeringConnection.d.ts +12 -0
- package/odb/odbPeeringConnection.js +5 -1
- package/odb/odbPeeringConnection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/types/enums/bedrockagentcore/index.d.ts +5 -0
- package/types/enums/bedrockagentcore/index.js +5 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cases/index.d.ts +38 -0
- package/types/enums/cases/index.js +28 -0
- package/types/enums/cases/index.js.map +1 -0
- package/types/enums/connect/index.d.ts +22 -4
- package/types/enums/connect/index.js +12 -2
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +3 -0
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -0
- package/types/enums/ecr/index.js +1 -0
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +5 -0
- package/types/enums/ecs/index.js +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/lex/index.d.ts +11 -0
- package/types/enums/lex/index.js +10 -1
- package/types/enums/lex/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +8 -0
- package/types/enums/observabilityadmin/index.js +5 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/input.d.ts +352 -40
- package/types/output.d.ts +352 -40
- package/types/output.js.map +1 -1
- package/workspacesweb/getUserSettings.d.ts +1 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +2 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
package/types/enums/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
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.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.Region = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.verifiedpermissions = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sns = exports.smsvoice = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = void 0;
|
|
5
|
+
exports.datazone = exports.datasync = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connect = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codebuild = exports.codeartifact = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.ce = exports.cassandra = exports.cases = exports.budgets = exports.billing = exports.bedrockagentcore = exports.bedrock = exports.batch = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = void 0;
|
|
6
|
+
exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotevents = exports.iotanalytics = exports.iot = exports.internetmonitor = exports.inspectorv2 = exports.imagebuilder = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.events = exports.entityresolution = exports.emrserverless = exports.emr = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dms = exports.devopsguru = exports.devicefarm = exports.deadline = void 0;
|
|
7
|
+
exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.refactorspaces = exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.networkfirewall = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.logs = exports.location = exports.lightsail = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = exports.kms = void 0;
|
|
8
|
+
exports.Region = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.verifiedpermissions = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sns = exports.smsvoice = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoverycontrol = void 0;
|
|
9
9
|
// Export sub-modules:
|
|
10
10
|
const amazonmq = require("./amazonmq");
|
|
11
11
|
exports.amazonmq = amazonmq;
|
|
@@ -57,6 +57,8 @@ const billing = require("./billing");
|
|
|
57
57
|
exports.billing = billing;
|
|
58
58
|
const budgets = require("./budgets");
|
|
59
59
|
exports.budgets = budgets;
|
|
60
|
+
const cases = require("./cases");
|
|
61
|
+
exports.cases = cases;
|
|
60
62
|
const cassandra = require("./cassandra");
|
|
61
63
|
exports.cassandra = cassandra;
|
|
62
64
|
const ce = require("./ce");
|
package/types/enums/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/enums/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;AAEjF,sBAAsB;AACtB,uCAAuC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/enums/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;AAEjF,sBAAsB;AACtB,uCAAuC;AA+LnC,4BAAQ;AA9LZ,qCAAqC;AA+LjC,0BAAO;AA9LX,uDAAuD;AA+LnD,4CAAgB;AA9LpB,2CAA2C;AA+LvC,gCAAU;AA9Ld,+CAA+C;AA+L3C,oCAAY;AA9LhB,yCAAyC;AA+LrC,8BAAS;AA9Lb,qCAAqC;AA+LjC,0BAAO;AA9LX,qDAAqD;AA+LjD,0CAAe;AA9LnB,6DAA6D;AA+LzD,kDAAmB;AA9LvB,2DAA2D;AA+LvD,gDAAkB;AA9LtB,yCAAyC;AA+LrC,8BAAS;AA9Lb,qCAAqC;AA+LjC,0BAAO;AA9LX,6BAA6B;AA+LzB,kBAAG;AA9LP,qDAAqD;AA+LjD,0CAAe;AA9LnB,iDAAiD;AA+L7C,sCAAa;AA9LjB,mCAAmC;AA+L/B,wBAAM;AA9LV,+CAA+C;AA+L3C,oCAAY;AA9LhB,6CAA6C;AA+LzC,kCAAW;AA9Lf,+BAA+B;AA+L3B,oBAAI;AA9LR,mCAAmC;AA+L/B,wBAAM;AA9LV,iCAAiC;AA+L7B,sBAAK;AA9LT,qCAAqC;AA+LjC,0BAAO;AA9LX,uDAAuD;AA+LnD,4CAAgB;AA9LpB,qCAAqC;AA+LjC,0BAAO;AA9LX,qCAAqC;AA+LjC,0BAAO;AA9LX,iCAAiC;AA+L7B,sBAAK;AA9LT,yCAAyC;AA+LrC,8BAAS;AA9Lb,2BAA2B;AA+LvB,gBAAE;AA9LN,qCAAqC;AA+LjC,0BAAO;AA9LX,2CAA2C;AA+LvC,gCAAU;AA9Ld,+CAA+C;AA+L3C,oCAAY;AA9LhB,mDAAmD;AA+L/C,wCAAc;AA9LlB,2CAA2C;AA+LvC,gCAAU;AA9Ld,2CAA2C;AA+LvC,gCAAU;AA9Ld,+CAA+C;AA+L3C,oCAAY;AA9LhB,yCAAyC;AA+LrC,8BAAS;AA9Lb,uDAAuD;AA+LnD,4CAAgB;AA9LpB,uDAAuD;AA+LnD,4CAAgB;AA9LpB,+CAA+C;AA+L3C,oCAAY;AA9LhB,6DAA6D;AA+LzD,kDAAmB;AA9LvB,iEAAiE;AA+L7D,sDAAqB;AA9LzB,qCAAqC;AA+LjC,0BAAO;AA9LX,2CAA2C;AA+LvC,gCAAU;AA9Ld,qCAAqC;AA+LjC,0BAAO;AA9LX,2DAA2D;AA+LvD,gDAAkB;AA9LtB,+CAA+C;AA+L3C,oCAAY;AA9LhB,uDAAuD;AA+LnD,4CAAgB;AA9LpB,uCAAuC;AA+LnC,4BAAQ;AA9LZ,uCAAuC;AA+LnC,4BAAQ;AA9LZ,uCAAuC;AA+LnC,4BAAQ;AA9LZ,uCAAuC;AA+LnC,4BAAQ;AA9LZ,2CAA2C;AA+LvC,gCAAU;AA9Ld,2CAA2C;AA+LvC,gCAAU;AA9Ld,6BAA6B;AA+LzB,kBAAG;AA9LP,uCAAuC;AA+LnC,4BAAQ;AA9LZ,6BAA6B;AA+LzB,kBAAG;AA9LP,6BAA6B;AA+LzB,kBAAG;AA9LP,6BAA6B;AA+LzB,kBAAG;AA9LP,6BAA6B;AA+LzB,kBAAG;AA9LP,6BAA6B;AA+LzB,kBAAG;AA9LP,6CAA6C;AA+LzC,kCAAW;AA9Lf,6BAA6B;AA+LzB,kBAAG;AA9LP,iDAAiD;AA+L7C,sCAAa;AA9LjB,uDAAuD;AA+LnD,4CAAgB;AA9LpB,mCAAmC;AA+L/B,wBAAM;AA9LV,yCAAyC;AA+LrC,8BAAS;AA9Lb,6BAA6B;AA+LzB,kBAAG;AA9LP,uCAAuC;AA+LnC,4BAAQ;AA9LZ,6BAA6B;AA+LzB,kBAAG;AA9LP,6BAA6B;AA+LzB,kBAAG;AA9LP,uCAAuC;AA+LnC,4BAAQ;AA9LZ,iDAAiD;AA+L7C,sCAAa;AA9LjB,6BAA6B;AA+LzB,kBAAG;AA9LP,uCAAuC;AA+LnC,4BAAQ;AA9LZ,yDAAyD;AA+LrD,8CAAiB;AA9LrB,+BAA+B;AA+L3B,oBAAI;AA9LR,qCAAqC;AA+LjC,0BAAO;AA9LX,+CAA+C;AA+L3C,oCAAY;AA9LhB,iDAAiD;AA+L7C,sCAAa;AA9LjB,yCAAyC;AA+LrC,8BAAS;AA9Lb,iDAAiD;AA+L7C,sCAAa;AA9LjB,2CAA2C;AA+LvC,gCAAU;AA9Ld,6BAA6B;AA+LzB,kBAAG;AA9LP,+CAA+C;AA+L3C,oCAAY;AA9LhB,6CAA6C;AA+LzC,kCAAW;AA9Lf,qDAAqD;AA+LjD,0CAAe;AA9LnB,6BAA6B;AA+LzB,kBAAG;AA9LP,+CAA+C;AA+L3C,oCAAY;AA9LhB,yCAAyC;AA+LrC,8BAAS;AA9Lb,6CAA6C;AA+LzC,kCAAW;AA9Lf,+CAA+C;AA+L3C,oCAAY;AA9LhB,6CAA6C;AA+LzC,kCAAW;AA9Lf,6BAA6B;AA+LzB,kBAAG;AA9LP,qCAAqC;AA+LjC,0BAAO;AA9LX,+CAA+C;AA+L3C,oCAAY;AA9LhB,mCAAmC;AA+L/B,wBAAM;AA9LV,qCAAqC;AA+LjC,0BAAO;AA9LX,2DAA2D;AA+LvD,gDAAkB;AA9LtB,qDAAqD;AA+LjD,0CAAe;AA9LnB,+CAA+C;AA+L3C,oCAAY;AA9LhB,6BAA6B;AA+LzB,kBAAG;AA9LP,iDAAiD;AA+L7C,sCAAa;AA9LjB,mCAAmC;AA+L/B,wBAAM;AA9LV,+CAA+C;AA+L3C,oCAAY;AA9LhB,6BAA6B;AA+LzB,kBAAG;AA9LP,yCAAyC;AA+LrC,8BAAS;AA9Lb,uCAAuC;AA+LnC,4BAAQ;AA9LZ,+BAA+B;AA+L3B,oBAAI;AA9LR,2BAA2B;AA+LvB,gBAAE;AA9LN,iCAAiC;AA+L7B,sBAAK;AA9LT,+CAA+C;AA+L3C,oCAAY;AA9LhB,yCAAyC;AA+LrC,8BAAS;AA9Lb,+CAA+C;AA+L3C,oCAAY;AA9LhB,mDAAmD;AA+L/C,wCAAc;AA9LlB,6CAA6C;AA+LzC,kCAAW;AA9Lf,uCAAuC;AA+LnC,4BAAQ;AA9LZ,6BAA6B;AA+LzB,kBAAG;AA9LP,+BAA+B;AA+L3B,oBAAI;AA9LR,qDAAqD;AA+LjD,0CAAe;AA9LnB,6BAA6B;AA+LzB,kBAAG;AA9LP,2DAA2D;AA+LvD,gDAAkB;AA9LtB,6BAA6B;AA+LzB,kBAAG;AA9LP,iCAAiC;AA+L7B,sBAAK;AA9LT,+DAA+D;AA+L3D,oDAAoB;AA9LxB,yDAAyD;AA+LrD,8CAAiB;AA9LrB,iDAAiD;AA+L7C,sCAAa;AA9LjB,+BAA+B;AA+L3B,oBAAI;AA9LR,uCAAuC;AA+LnC,4BAAQ;AA9LZ,6DAA6D;AA+LzD,kDAAmB;AA9LvB,mDAAmD;AA+L/C,wCAAc;AA9LlB,uDAAuD;AA+LnD,4CAAgB;AA9LpB,6BAA6B;AA+LzB,kBAAG;AA9LP,6CAA6C;AA+LzC,kCAAW;AA9Lf,uCAAuC;AA+LnC,4BAAQ;AA9LZ,iCAAiC;AA+L7B,sBAAK;AA9LT,mCAAmC;AA+L/B,wBAAM;AA9LV,yCAAyC;AA+LrC,8BAAS;AA9Lb,2CAA2C;AA+LvC,gCAAU;AA9Ld,6BAA6B;AA+LzB,kBAAG;AA9LP,+BAA+B;AA+L3B,oBAAI;AA9LR,6BAA6B;AA+LzB,kBAAG;AA9LP,uCAAuC;AA+LnC,4BAAQ;AA9LZ,2DAA2D;AA+LvD,gDAAkB;AA9LtB,mDAAmD;AA+L/C,wCAAc;AA9LlB,iDAAiD;AA+L7C,sCAAa;AA9LjB,yDAAyD;AA+LrD,8CAAiB;AA9LrB,mDAAmD;AA+L/C,wCAAc;AA9LlB,iDAAiD;AA+L7C,sCAAa;AA9LjB,qCAAqC;AA+LjC,0BAAO;AA9LX,qDAAqD;AA+LjD,0CAAe;AA9LnB,mEAAmE;AA+L/D,wDAAsB;AA9L1B,qDAAqD;AA+LjD,0CAAe;AA9LnB,yCAAyC;AA+LrC,8BAAS;AA9Lb,6BAA6B;AA+LzB,kBAAG;AA9LP,2BAA2B;AA+LvB,gBAAE;AA9LN,yCAAyC;AA+LrC,8BAAS;AA9Lb,2CAA2C;AA+LvC,gCAAU;AA9Ld,uCAAuC;AA+LnC,4BAAQ;AA9LZ,yCAAyC;AA+LrC,8BAAS;AA9Lb,yCAAyC;AA+LrC,8BAAS;AA9Lb,yCAAyC;AA+LrC,8BAAS;AA9Lb,6CAA6C;AA+LzC,kCAAW;AA9Lf,+CAA+C;AA+L3C,oCAAY;AA9LhB,mDAAmD;AA+L/C,wCAAc;AA9LlB,yEAAyE;AA+LrE,8DAAyB;AA9L7B,6BAA6B;AA+LzB,kBAAG;AA9LP,mCAAmC;AA+L/B,wBAAM;AA9LV,mCAAmC;AA+L/B,wBAAM;AA9LV,uCAAuC;AA+LnC,4BAAQ;AA9LZ,6BAA6B;AA+LzB,kBAAG;AA9LP,6BAA6B;AA+LzB,kBAAG;AA9LP,6CAA6C;AA+LzC,kCAAW;AA9Lf,+CAA+C;AA+L3C,oCAAY;AA9LhB,iDAAiD;AA+L7C,sCAAa;AA9LjB,6BAA6B;AA+LzB,kBAAG;AA9LP,iDAAiD;AA+L7C,sCAAa;AA9LjB,2CAA2C;AA+LvC,gCAAU;AA9Ld,2CAA2C;AA+LvC,gCAAU;AA9Ld,yDAAyD;AA+LrD,8CAAiB;AA9LrB,2CAA2C;AA+LvC,gCAAU;AA9Ld,uCAAuC;AA+LnC,4BAAQ;AA9LZ,6DAA6D;AA+LzD,kDAAmB;AA9LvB,2CAA2C;AA+LvC,gCAAU;AA9Ld,iCAAiC;AA+L7B,sBAAK;AA9LT,mCAAmC;AA+L/B,wBAAM;AA9LV,2CAA2C;AA+LvC,gCAAU;AA9Ld,6DAA6D;AA+LzD,kDAAmB;AA9LvB,+DAA+D;AA+L3D,oDAAoB;AA9LxB,iDAAiD;AA+L7C,sCAAa;AAGJ,QAAA,MAAM,GAAG;IAClB;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,UAAU,EAAE,cAAc;IAC1B;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;OAEG;IACH,UAAU,EAAE,cAAc;IAC1B;;OAEG;IACH,UAAU,EAAE,cAAc;IAC1B;;OAEG;IACH,WAAW,EAAE,gBAAgB;IAC7B;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,WAAW,EAAE,gBAAgB;IAC7B;;OAEG;IACH,UAAU,EAAE,cAAc;IAC1B;;OAEG;IACH,UAAU,EAAE,cAAc;IAC1B;;OAEG;IACH,QAAQ,EAAE,YAAY;IACtB;;OAEG;IACH,UAAU,EAAE,cAAc;IAC1B;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,UAAU,EAAE,eAAe;IAC3B;;OAEG;IACH,UAAU,EAAE,eAAe;IAC3B;;OAEG;IACH,UAAU,EAAE,eAAe;IAC3B;;OAEG;IACH,UAAU,EAAE,eAAe;IAC3B;;OAEG;IACH,WAAW,EAAE,gBAAgB;IAC7B;;OAEG;IACH,WAAW,EAAE,gBAAgB;IAC7B;;OAEG;IACH,WAAW,EAAE,gBAAgB;IAC7B;;OAEG;IACH,YAAY,EAAE,iBAAiB;IAC/B;;OAEG;IACH,OAAO,EAAE,WAAW;IACpB;;OAEG;IACH,OAAO,EAAE,WAAW;CACd,CAAC"}
|
|
@@ -26,6 +26,11 @@ export declare const BotDialogActionType: {
|
|
|
26
26
|
readonly InvokeDialogCodeHook: "InvokeDialogCodeHook";
|
|
27
27
|
};
|
|
28
28
|
export type BotDialogActionType = (typeof BotDialogActionType)[keyof typeof BotDialogActionType];
|
|
29
|
+
export declare const BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode: {
|
|
30
|
+
readonly Primary: "Primary";
|
|
31
|
+
readonly Fallback: "Fallback";
|
|
32
|
+
};
|
|
33
|
+
export type BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode = (typeof BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode)[keyof typeof BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode];
|
|
29
34
|
export declare const BotMessageSelectionStrategy: {
|
|
30
35
|
readonly Random: "Random";
|
|
31
36
|
readonly Ordered: "Ordered";
|
|
@@ -55,6 +60,12 @@ export declare const BotSlotValueResolutionStrategy: {
|
|
|
55
60
|
readonly Concatenation: "CONCATENATION";
|
|
56
61
|
};
|
|
57
62
|
export type BotSlotValueResolutionStrategy = (typeof BotSlotValueResolutionStrategy)[keyof typeof BotSlotValueResolutionStrategy];
|
|
63
|
+
export declare const BotSpeechDetectionSensitivity: {
|
|
64
|
+
readonly Default: "Default";
|
|
65
|
+
readonly HighNoiseTolerance: "HighNoiseTolerance";
|
|
66
|
+
readonly MaximumNoiseTolerance: "MaximumNoiseTolerance";
|
|
67
|
+
};
|
|
68
|
+
export type BotSpeechDetectionSensitivity = (typeof BotSpeechDetectionSensitivity)[keyof typeof BotSpeechDetectionSensitivity];
|
|
58
69
|
export declare const BotVoiceSettingsEngine: {
|
|
59
70
|
readonly Standard: "standard";
|
|
60
71
|
readonly Neural: "neural";
|
package/types/enums/lex/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.BotVoiceSettingsEngine = exports.BotSlotValueResolutionStrategy = exports.BotSlotShape = exports.BotSlotConstraint = exports.BotObfuscationSettingObfuscationSettingType = exports.BotMessageSelectionStrategy = exports.BotDialogActionType = exports.BotBedrockModelSpecificationBedrockTraceStatus = exports.BotAudioRecognitionStrategy = exports.BotAliasStatus = void 0;
|
|
5
|
+
exports.BotVoiceSettingsEngine = exports.BotSpeechDetectionSensitivity = exports.BotSlotValueResolutionStrategy = exports.BotSlotShape = exports.BotSlotConstraint = exports.BotObfuscationSettingObfuscationSettingType = exports.BotMessageSelectionStrategy = exports.BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode = exports.BotDialogActionType = exports.BotBedrockModelSpecificationBedrockTraceStatus = exports.BotAudioRecognitionStrategy = exports.BotAliasStatus = void 0;
|
|
6
6
|
exports.BotAliasStatus = {
|
|
7
7
|
Creating: "Creating",
|
|
8
8
|
Available: "Available",
|
|
@@ -27,6 +27,10 @@ exports.BotDialogActionType = {
|
|
|
27
27
|
EvaluateConditional: "EvaluateConditional",
|
|
28
28
|
InvokeDialogCodeHook: "InvokeDialogCodeHook",
|
|
29
29
|
};
|
|
30
|
+
exports.BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode = {
|
|
31
|
+
Primary: "Primary",
|
|
32
|
+
Fallback: "Fallback",
|
|
33
|
+
};
|
|
30
34
|
exports.BotMessageSelectionStrategy = {
|
|
31
35
|
Random: "Random",
|
|
32
36
|
Ordered: "Ordered",
|
|
@@ -48,6 +52,11 @@ exports.BotSlotValueResolutionStrategy = {
|
|
|
48
52
|
TopResolution: "TOP_RESOLUTION",
|
|
49
53
|
Concatenation: "CONCATENATION",
|
|
50
54
|
};
|
|
55
|
+
exports.BotSpeechDetectionSensitivity = {
|
|
56
|
+
Default: "Default",
|
|
57
|
+
HighNoiseTolerance: "HighNoiseTolerance",
|
|
58
|
+
MaximumNoiseTolerance: "MaximumNoiseTolerance",
|
|
59
|
+
};
|
|
51
60
|
exports.BotVoiceSettingsEngine = {
|
|
52
61
|
Standard: "standard",
|
|
53
62
|
Neural: "neural",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/lex/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,cAAc,GAAG;IAC1B,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAIE,QAAA,2BAA2B,GAAG;IACvC,+BAA+B,EAAE,iCAAiC;CAC5D,CAAC;AAIE,QAAA,8CAA8C,GAAG;IAC1D,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,mBAAmB,GAAG;IAC/B,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,YAAY,EAAE,cAAc;IAC5B,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,oBAAoB,EAAE,sBAAsB;CACtC,CAAC;AAIE,QAAA,2BAA2B,GAAG;IACvC,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;CACZ,CAAC;AAIE,QAAA,2CAA2C,GAAG;IACvD,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,oBAAoB;CAClC,CAAC;AAOE,QAAA,iBAAiB,GAAG;IAC7B,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,YAAY,GAAG;IACxB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,8BAA8B,GAAG;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,aAAa,EAAE,gBAAgB;IAC/B,aAAa,EAAE,eAAe;CACxB,CAAC;AAIE,QAAA,sBAAsB,GAAG;IAClC,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,YAAY;CAClB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/lex/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,cAAc,GAAG;IAC1B,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAIE,QAAA,2BAA2B,GAAG;IACvC,+BAA+B,EAAE,iCAAiC;CAC5D,CAAC;AAIE,QAAA,8CAA8C,GAAG;IAC1D,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,mBAAmB,GAAG;IAC/B,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,YAAY,EAAE,cAAc;IAC5B,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,oBAAoB,EAAE,sBAAsB;CACtC,CAAC;AAIE,QAAA,oGAAoG,GAAG;IAChH,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,2BAA2B,GAAG;IACvC,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;CACZ,CAAC;AAIE,QAAA,2CAA2C,GAAG;IACvD,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,oBAAoB;CAClC,CAAC;AAOE,QAAA,iBAAiB,GAAG;IAC7B,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIE,QAAA,YAAY,GAAG;IACxB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,8BAA8B,GAAG;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,aAAa,EAAE,gBAAgB;IAC/B,aAAa,EAAE,eAAe;CACxB,CAAC;AAIE,QAAA,6BAA6B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,kBAAkB,EAAE,oBAAoB;IACxC,qBAAqB,EAAE,uBAAuB;CACxC,CAAC;AAIE,QAAA,sBAAsB,GAAG;IAClC,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,WAAW;IACrB,UAAU,EAAE,YAAY;CAClB,CAAC"}
|
|
@@ -103,6 +103,14 @@ export declare const OrganizationTelemetryRuleWafLogType: {
|
|
|
103
103
|
* The type of logs to generate for WAF.
|
|
104
104
|
*/
|
|
105
105
|
export type OrganizationTelemetryRuleWafLogType = (typeof OrganizationTelemetryRuleWafLogType)[keyof typeof OrganizationTelemetryRuleWafLogType];
|
|
106
|
+
export declare const S3TableIntegrationEncryptionConfigSseAlgorithm: {
|
|
107
|
+
readonly Aes256: "AES256";
|
|
108
|
+
readonly Awskms: "aws:kms";
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* The server-side encryption algorithm used to encrypt the S3 Table(s) data
|
|
112
|
+
*/
|
|
113
|
+
export type S3TableIntegrationEncryptionConfigSseAlgorithm = (typeof S3TableIntegrationEncryptionConfigSseAlgorithm)[keyof typeof S3TableIntegrationEncryptionConfigSseAlgorithm];
|
|
106
114
|
export declare const TelemetryPipelinesTelemetryPipelineStatus: {
|
|
107
115
|
readonly Creating: "CREATING";
|
|
108
116
|
readonly Active: "ACTIVE";
|
|
@@ -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.TelemetryRuleWafLogType = exports.TelemetryRuleTelemetryType = exports.TelemetryRuleTelemetrySourceType = exports.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem = exports.TelemetryRuleResourceType = exports.TelemetryRuleFilterRequirement = exports.TelemetryRuleFilterBehavior = exports.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = exports.TelemetryRuleDestinationType = exports.TelemetryRuleAction = exports.TelemetryPipelinesTelemetryPipelineStatus = exports.OrganizationTelemetryRuleWafLogType = exports.OrganizationTelemetryRuleTelemetryType = exports.OrganizationTelemetryRuleTelemetrySourceType = exports.OrganizationTelemetryRuleResourceType = exports.OrganizationTelemetryRuleFilterRequirement = exports.OrganizationTelemetryRuleFilterBehavior = exports.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = exports.OrganizationTelemetryRuleDestinationType = exports.OrganizationTelemetryRuleAction = exports.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy = void 0;
|
|
5
|
+
exports.TelemetryRuleWafLogType = exports.TelemetryRuleTelemetryType = exports.TelemetryRuleTelemetrySourceType = exports.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem = exports.TelemetryRuleResourceType = exports.TelemetryRuleFilterRequirement = exports.TelemetryRuleFilterBehavior = exports.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = exports.TelemetryRuleDestinationType = exports.TelemetryRuleAction = exports.TelemetryPipelinesTelemetryPipelineStatus = exports.S3TableIntegrationEncryptionConfigSseAlgorithm = exports.OrganizationTelemetryRuleWafLogType = exports.OrganizationTelemetryRuleTelemetryType = exports.OrganizationTelemetryRuleTelemetrySourceType = exports.OrganizationTelemetryRuleResourceType = exports.OrganizationTelemetryRuleFilterRequirement = exports.OrganizationTelemetryRuleFilterBehavior = exports.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = exports.OrganizationTelemetryRuleDestinationType = exports.OrganizationTelemetryRuleAction = exports.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy = void 0;
|
|
6
6
|
exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy = {
|
|
7
7
|
Allow: "ALLOW",
|
|
8
8
|
Skip: "SKIP",
|
|
@@ -60,6 +60,10 @@ exports.OrganizationTelemetryRuleTelemetryType = {
|
|
|
60
60
|
exports.OrganizationTelemetryRuleWafLogType = {
|
|
61
61
|
WafLogs: "WAF_LOGS",
|
|
62
62
|
};
|
|
63
|
+
exports.S3TableIntegrationEncryptionConfigSseAlgorithm = {
|
|
64
|
+
Aes256: "AES256",
|
|
65
|
+
Awskms: "aws:kms",
|
|
66
|
+
};
|
|
63
67
|
exports.TelemetryPipelinesTelemetryPipelineStatus = {
|
|
64
68
|
Creating: "CREATING",
|
|
65
69
|
Active: "ACTIVE",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/observabilityadmin/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/observabilityadmin/index.ts"],"names":[],"mappings":"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"}
|