@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/output.d.ts
CHANGED
|
@@ -14940,6 +14940,11 @@ export declare namespace bedrockagentcore {
|
|
|
14940
14940
|
customParameters?: {
|
|
14941
14941
|
[key: string]: string;
|
|
14942
14942
|
};
|
|
14943
|
+
/**
|
|
14944
|
+
* Return URL for OAuth callback.
|
|
14945
|
+
*/
|
|
14946
|
+
defaultReturnUrl?: string;
|
|
14947
|
+
grantType?: enums.bedrockagentcore.GatewayTargetOAuthGrantType;
|
|
14943
14948
|
providerArn: string;
|
|
14944
14949
|
scopes: string[];
|
|
14945
14950
|
}
|
|
@@ -15366,6 +15371,197 @@ export declare namespace budgets {
|
|
|
15366
15371
|
type: enums.budgets.BudgetsActionSubscriberType;
|
|
15367
15372
|
}
|
|
15368
15373
|
}
|
|
15374
|
+
export declare namespace cases {
|
|
15375
|
+
/**
|
|
15376
|
+
* A boolean condition for a rule.
|
|
15377
|
+
*/
|
|
15378
|
+
interface CaseRuleBooleanCondition0Properties {
|
|
15379
|
+
equalTo: outputs.cases.CaseRuleBooleanOperands;
|
|
15380
|
+
}
|
|
15381
|
+
/**
|
|
15382
|
+
* A boolean condition for a rule.
|
|
15383
|
+
*/
|
|
15384
|
+
interface CaseRuleBooleanCondition1Properties {
|
|
15385
|
+
notEqualTo: outputs.cases.CaseRuleBooleanOperands;
|
|
15386
|
+
}
|
|
15387
|
+
/**
|
|
15388
|
+
* Boolean operands for a condition.
|
|
15389
|
+
*/
|
|
15390
|
+
interface CaseRuleBooleanOperands {
|
|
15391
|
+
operandOne: outputs.cases.CaseRuleOperandOneProperties;
|
|
15392
|
+
operandTwo: outputs.cases.CaseRuleOperandTwo0Properties | outputs.cases.CaseRuleOperandTwo1Properties | outputs.cases.CaseRuleOperandTwo2Properties | outputs.cases.CaseRuleOperandTwo3Properties;
|
|
15393
|
+
/**
|
|
15394
|
+
* The value of the outer rule if the condition evaluates to true.
|
|
15395
|
+
*/
|
|
15396
|
+
result: boolean;
|
|
15397
|
+
}
|
|
15398
|
+
/**
|
|
15399
|
+
* Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
|
|
15400
|
+
*/
|
|
15401
|
+
interface CaseRuleDetails0Properties {
|
|
15402
|
+
required: outputs.cases.CaseRuleRequiredCaseRule;
|
|
15403
|
+
}
|
|
15404
|
+
/**
|
|
15405
|
+
* Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
|
|
15406
|
+
*/
|
|
15407
|
+
interface CaseRuleDetails1Properties {
|
|
15408
|
+
hidden: outputs.cases.CaseRuleHiddenCaseRule;
|
|
15409
|
+
}
|
|
15410
|
+
/**
|
|
15411
|
+
* An empty operand value.
|
|
15412
|
+
*/
|
|
15413
|
+
interface CaseRuleEmptyOperandValue {
|
|
15414
|
+
}
|
|
15415
|
+
/**
|
|
15416
|
+
* Hidden rule type, used to indicate whether a field is hidden
|
|
15417
|
+
*/
|
|
15418
|
+
interface CaseRuleHiddenCaseRule {
|
|
15419
|
+
/**
|
|
15420
|
+
* List of conditions for the hidden rule; the first condition to evaluate to true dictates the value of the rule
|
|
15421
|
+
*/
|
|
15422
|
+
conditions: (outputs.cases.CaseRuleBooleanCondition0Properties | outputs.cases.CaseRuleBooleanCondition1Properties)[];
|
|
15423
|
+
/**
|
|
15424
|
+
* The value of the rule (i.e. whether the field is hidden) should none of the conditions evaluate to true
|
|
15425
|
+
*/
|
|
15426
|
+
defaultValue: boolean;
|
|
15427
|
+
}
|
|
15428
|
+
/**
|
|
15429
|
+
* The left hand operand in the condition.
|
|
15430
|
+
*/
|
|
15431
|
+
interface CaseRuleOperandOneProperties {
|
|
15432
|
+
/**
|
|
15433
|
+
* The field ID this operand should take the value of.
|
|
15434
|
+
*/
|
|
15435
|
+
fieldId: string;
|
|
15436
|
+
}
|
|
15437
|
+
/**
|
|
15438
|
+
* The right hand operand in the condition.
|
|
15439
|
+
*/
|
|
15440
|
+
interface CaseRuleOperandTwo0Properties {
|
|
15441
|
+
/**
|
|
15442
|
+
* A string value to compare against the field value in the condition evaluation.
|
|
15443
|
+
*/
|
|
15444
|
+
stringValue: string;
|
|
15445
|
+
}
|
|
15446
|
+
/**
|
|
15447
|
+
* The right hand operand in the condition.
|
|
15448
|
+
*/
|
|
15449
|
+
interface CaseRuleOperandTwo1Properties {
|
|
15450
|
+
/**
|
|
15451
|
+
* A boolean value to compare against the field value in the condition evaluation.
|
|
15452
|
+
*/
|
|
15453
|
+
booleanValue: boolean;
|
|
15454
|
+
}
|
|
15455
|
+
/**
|
|
15456
|
+
* The right hand operand in the condition.
|
|
15457
|
+
*/
|
|
15458
|
+
interface CaseRuleOperandTwo2Properties {
|
|
15459
|
+
/**
|
|
15460
|
+
* A numeric value to compare against the field value in the condition evaluation.
|
|
15461
|
+
*/
|
|
15462
|
+
doubleValue: number;
|
|
15463
|
+
}
|
|
15464
|
+
/**
|
|
15465
|
+
* The right hand operand in the condition.
|
|
15466
|
+
*/
|
|
15467
|
+
interface CaseRuleOperandTwo3Properties {
|
|
15468
|
+
emptyValue: outputs.cases.CaseRuleEmptyOperandValue;
|
|
15469
|
+
}
|
|
15470
|
+
/**
|
|
15471
|
+
* A required rule type, used to indicate whether a field is required.
|
|
15472
|
+
*/
|
|
15473
|
+
interface CaseRuleRequiredCaseRule {
|
|
15474
|
+
/**
|
|
15475
|
+
* An ordered list of boolean conditions that determine when the field should be required. Conditions are evaluated in order, and the first condition that evaluates to true determines whether the field is required, overriding the default value.
|
|
15476
|
+
*/
|
|
15477
|
+
conditions: (outputs.cases.CaseRuleBooleanCondition0Properties | outputs.cases.CaseRuleBooleanCondition1Properties)[];
|
|
15478
|
+
/**
|
|
15479
|
+
* The default required state for the field when none of the specified conditions are met. If true, the field is required by default; if false, the field is optional by default.
|
|
15480
|
+
*/
|
|
15481
|
+
defaultValue: boolean;
|
|
15482
|
+
}
|
|
15483
|
+
/**
|
|
15484
|
+
* Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
|
|
15485
|
+
*/
|
|
15486
|
+
interface LayoutBasicLayout {
|
|
15487
|
+
moreInfo?: outputs.cases.LayoutSections;
|
|
15488
|
+
topPanel?: outputs.cases.LayoutSections;
|
|
15489
|
+
}
|
|
15490
|
+
/**
|
|
15491
|
+
* Defines the layout structure and field organization for the case interface. Specifies which fields appear in the top panel and More Info tab, and their display order.
|
|
15492
|
+
*/
|
|
15493
|
+
interface LayoutContentProperties {
|
|
15494
|
+
basic: outputs.cases.LayoutBasicLayout;
|
|
15495
|
+
}
|
|
15496
|
+
/**
|
|
15497
|
+
* Consists of a group of fields and associated properties.
|
|
15498
|
+
*/
|
|
15499
|
+
interface LayoutFieldGroup {
|
|
15500
|
+
/**
|
|
15501
|
+
* An ordered list of fields to display in this group. The order determines the sequence in which fields appear in the agent interface. Each field is referenced by its unique field ID.
|
|
15502
|
+
*/
|
|
15503
|
+
fields: outputs.cases.LayoutFieldItem[];
|
|
15504
|
+
/**
|
|
15505
|
+
* A descriptive name for the field group. Helps organize related fields together in the layout interface.
|
|
15506
|
+
*/
|
|
15507
|
+
name?: string;
|
|
15508
|
+
}
|
|
15509
|
+
/**
|
|
15510
|
+
* Field specific properties.
|
|
15511
|
+
*/
|
|
15512
|
+
interface LayoutFieldItem {
|
|
15513
|
+
/**
|
|
15514
|
+
* The unique identifier of a field.
|
|
15515
|
+
*/
|
|
15516
|
+
id: string;
|
|
15517
|
+
}
|
|
15518
|
+
/**
|
|
15519
|
+
* A section can be a grouped list of fields.
|
|
15520
|
+
*/
|
|
15521
|
+
interface LayoutSectionProperties {
|
|
15522
|
+
fieldGroup: outputs.cases.LayoutFieldGroup;
|
|
15523
|
+
}
|
|
15524
|
+
/**
|
|
15525
|
+
* Sections within a panel or tab of the page layout.
|
|
15526
|
+
*/
|
|
15527
|
+
interface LayoutSections {
|
|
15528
|
+
/**
|
|
15529
|
+
* Defines the sections within a panel or tab. Contains field groups that organize related fields together.
|
|
15530
|
+
*/
|
|
15531
|
+
sections?: outputs.cases.LayoutSectionProperties[];
|
|
15532
|
+
}
|
|
15533
|
+
/**
|
|
15534
|
+
* Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
|
|
15535
|
+
*/
|
|
15536
|
+
interface TemplateLayoutConfiguration {
|
|
15537
|
+
/**
|
|
15538
|
+
* The unique identifier of a layout.
|
|
15539
|
+
*/
|
|
15540
|
+
defaultLayout?: string;
|
|
15541
|
+
}
|
|
15542
|
+
/**
|
|
15543
|
+
* Wrapper object containing a field identifier
|
|
15544
|
+
*/
|
|
15545
|
+
interface TemplateRequiredField {
|
|
15546
|
+
/**
|
|
15547
|
+
* The unique identifier of a field.
|
|
15548
|
+
*/
|
|
15549
|
+
fieldId: string;
|
|
15550
|
+
}
|
|
15551
|
+
/**
|
|
15552
|
+
* Links a case rule to a specific field within this template. When specified, the rule's conditions will be evaluated for the associated field, controlling behavior like required status, visibility, or available options.
|
|
15553
|
+
*/
|
|
15554
|
+
interface TemplateRule {
|
|
15555
|
+
/**
|
|
15556
|
+
* The unique identifier of a case rule.
|
|
15557
|
+
*/
|
|
15558
|
+
caseRuleId: string;
|
|
15559
|
+
/**
|
|
15560
|
+
* The ID of the field that this rule applies to.
|
|
15561
|
+
*/
|
|
15562
|
+
fieldId?: string;
|
|
15563
|
+
}
|
|
15564
|
+
}
|
|
15369
15565
|
export declare namespace cassandra {
|
|
15370
15566
|
interface KeyspaceReplicationSpecification {
|
|
15371
15567
|
/**
|
|
@@ -21029,67 +21225,82 @@ export declare namespace connect {
|
|
|
21029
21225
|
*/
|
|
21030
21226
|
type?: enums.connect.EvaluationFormItemEnablementSourceValueType;
|
|
21031
21227
|
}
|
|
21228
|
+
/**
|
|
21229
|
+
* Language configuration for an evaluation form.
|
|
21230
|
+
*/
|
|
21032
21231
|
interface EvaluationFormLanguageConfiguration {
|
|
21033
21232
|
/**
|
|
21034
|
-
* The language
|
|
21233
|
+
* The language for the evaluation form.
|
|
21035
21234
|
*/
|
|
21036
21235
|
formLanguage?: enums.connect.EvaluationFormLanguageConfigurationFormLanguage;
|
|
21037
21236
|
}
|
|
21237
|
+
/**
|
|
21238
|
+
* Automation configuration for multi-select questions.
|
|
21239
|
+
*/
|
|
21038
21240
|
interface EvaluationFormMultiSelectQuestionAutomation {
|
|
21039
|
-
/**
|
|
21040
|
-
* The source of automation answer of the question.
|
|
21041
|
-
*/
|
|
21042
21241
|
answerSource?: outputs.connect.EvaluationFormQuestionAutomationAnswerSource;
|
|
21043
21242
|
/**
|
|
21044
|
-
*
|
|
21243
|
+
* Reference IDs of default options.
|
|
21045
21244
|
*/
|
|
21046
21245
|
defaultOptionRefIds?: string[];
|
|
21047
21246
|
/**
|
|
21048
|
-
*
|
|
21247
|
+
* Automation options for the multi-select question.
|
|
21049
21248
|
*/
|
|
21050
21249
|
options: outputs.connect.EvaluationFormMultiSelectQuestionAutomationOption[];
|
|
21051
21250
|
}
|
|
21251
|
+
/**
|
|
21252
|
+
* An automation option for a multi-select question.
|
|
21253
|
+
*/
|
|
21052
21254
|
interface EvaluationFormMultiSelectQuestionAutomationOption {
|
|
21053
21255
|
/**
|
|
21054
|
-
*
|
|
21256
|
+
* Rule category configuration for this automation option.
|
|
21055
21257
|
*/
|
|
21056
21258
|
ruleCategory: outputs.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomation;
|
|
21057
21259
|
}
|
|
21260
|
+
/**
|
|
21261
|
+
* An option for a multi-select question in an evaluation form.
|
|
21262
|
+
*/
|
|
21058
21263
|
interface EvaluationFormMultiSelectQuestionOption {
|
|
21059
21264
|
/**
|
|
21060
|
-
*
|
|
21265
|
+
* Reference identifier for this option.
|
|
21061
21266
|
*/
|
|
21062
21267
|
refId: string;
|
|
21063
21268
|
/**
|
|
21064
|
-
*
|
|
21269
|
+
* Display text for this option.
|
|
21065
21270
|
*/
|
|
21066
21271
|
text: string;
|
|
21067
21272
|
}
|
|
21273
|
+
/**
|
|
21274
|
+
* Properties for a multi-select question in an evaluation form.
|
|
21275
|
+
*/
|
|
21068
21276
|
interface EvaluationFormMultiSelectQuestionProperties {
|
|
21069
21277
|
/**
|
|
21070
|
-
*
|
|
21278
|
+
* Automation configuration for this multi-select question.
|
|
21071
21279
|
*/
|
|
21072
21280
|
automation?: outputs.connect.EvaluationFormMultiSelectQuestionAutomation;
|
|
21073
21281
|
/**
|
|
21074
|
-
*
|
|
21282
|
+
* Display format for the multi-select question.
|
|
21075
21283
|
*/
|
|
21076
21284
|
displayAs?: enums.connect.EvaluationFormMultiSelectQuestionPropertiesDisplayAs;
|
|
21077
21285
|
/**
|
|
21078
|
-
*
|
|
21286
|
+
* Options available for this multi-select question.
|
|
21079
21287
|
*/
|
|
21080
21288
|
options: outputs.connect.EvaluationFormMultiSelectQuestionOption[];
|
|
21081
21289
|
}
|
|
21290
|
+
/**
|
|
21291
|
+
* Automation rule for multi-select questions based on rule categories.
|
|
21292
|
+
*/
|
|
21082
21293
|
interface EvaluationFormMultiSelectQuestionRuleCategoryAutomation {
|
|
21083
21294
|
/**
|
|
21084
|
-
* The category name
|
|
21295
|
+
* The category name for this automation rule.
|
|
21085
21296
|
*/
|
|
21086
21297
|
category: string;
|
|
21087
21298
|
/**
|
|
21088
|
-
* The
|
|
21299
|
+
* The condition for this automation rule.
|
|
21089
21300
|
*/
|
|
21090
21301
|
condition: enums.connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition;
|
|
21091
21302
|
/**
|
|
21092
|
-
*
|
|
21303
|
+
* Reference IDs of options for this automation rule.
|
|
21093
21304
|
*/
|
|
21094
21305
|
optionRefIds: string[];
|
|
21095
21306
|
}
|
|
@@ -21382,9 +21593,12 @@ export declare namespace connect {
|
|
|
21382
21593
|
*/
|
|
21383
21594
|
optionRefId: string;
|
|
21384
21595
|
}
|
|
21596
|
+
/**
|
|
21597
|
+
* Configuration that specifies the target for an evaluation form.
|
|
21598
|
+
*/
|
|
21385
21599
|
interface EvaluationFormTargetConfiguration {
|
|
21386
21600
|
/**
|
|
21387
|
-
* The interaction type
|
|
21601
|
+
* The contact interaction type for this evaluation form.
|
|
21388
21602
|
*/
|
|
21389
21603
|
contactInteractionType: enums.connect.EvaluationFormTargetConfigurationContactInteractionType;
|
|
21390
21604
|
}
|
|
@@ -21406,6 +21620,12 @@ export declare namespace connect {
|
|
|
21406
21620
|
*/
|
|
21407
21621
|
automation?: outputs.connect.EvaluationFormTextQuestionAutomation;
|
|
21408
21622
|
}
|
|
21623
|
+
/**
|
|
21624
|
+
* Defines the external invocation configuration of the flow module resource
|
|
21625
|
+
*/
|
|
21626
|
+
interface ExternalInvocationConfigurationProperties {
|
|
21627
|
+
enabled: boolean;
|
|
21628
|
+
}
|
|
21409
21629
|
interface FontFamily {
|
|
21410
21630
|
/**
|
|
21411
21631
|
* The default font family to use in the workspace theme.
|
|
@@ -21457,6 +21677,8 @@ export declare namespace connect {
|
|
|
21457
21677
|
overrideConfig: outputs.connect.HoursOfOperationOverrideConfig[];
|
|
21458
21678
|
overrideDescription?: string;
|
|
21459
21679
|
overrideName: string;
|
|
21680
|
+
overrideType?: enums.connect.HoursOfOperationOverrideType;
|
|
21681
|
+
recurrenceConfig?: outputs.connect.HoursOfOperationRecurrenceConfig;
|
|
21460
21682
|
}
|
|
21461
21683
|
/**
|
|
21462
21684
|
* Contains information about the hours of operation override.
|
|
@@ -21488,6 +21710,22 @@ export declare namespace connect {
|
|
|
21488
21710
|
*/
|
|
21489
21711
|
minutes: number;
|
|
21490
21712
|
}
|
|
21713
|
+
/**
|
|
21714
|
+
* Configuration for recurring hours of operation overrides.
|
|
21715
|
+
*/
|
|
21716
|
+
interface HoursOfOperationRecurrenceConfig {
|
|
21717
|
+
recurrencePattern: outputs.connect.HoursOfOperationRecurrencePattern;
|
|
21718
|
+
}
|
|
21719
|
+
/**
|
|
21720
|
+
* Pattern for recurring hours of operation overrides.
|
|
21721
|
+
*/
|
|
21722
|
+
interface HoursOfOperationRecurrencePattern {
|
|
21723
|
+
byMonth?: number[];
|
|
21724
|
+
byMonthDay?: number[];
|
|
21725
|
+
byWeekdayOccurrence?: number[];
|
|
21726
|
+
frequency?: enums.connect.HoursOfOperationRecurrenceFrequency;
|
|
21727
|
+
interval?: number;
|
|
21728
|
+
}
|
|
21491
21729
|
/**
|
|
21492
21730
|
* The start time or end time for an hours of operation.
|
|
21493
21731
|
*/
|
|
@@ -21501,6 +21739,19 @@ export declare namespace connect {
|
|
|
21501
21739
|
*/
|
|
21502
21740
|
minutes: number;
|
|
21503
21741
|
}
|
|
21742
|
+
/**
|
|
21743
|
+
* Identifier for hours of operation.
|
|
21744
|
+
*/
|
|
21745
|
+
interface HoursOfOperationsIdentifier {
|
|
21746
|
+
/**
|
|
21747
|
+
* The identifier for the hours of operation.
|
|
21748
|
+
*/
|
|
21749
|
+
id: string;
|
|
21750
|
+
/**
|
|
21751
|
+
* The name of the hours of operation.
|
|
21752
|
+
*/
|
|
21753
|
+
name?: string;
|
|
21754
|
+
}
|
|
21504
21755
|
interface InstanceAttributes {
|
|
21505
21756
|
autoResolveBestVoices?: boolean;
|
|
21506
21757
|
contactLens?: boolean;
|
|
@@ -32402,6 +32653,7 @@ export declare namespace ecs {
|
|
|
32402
32653
|
min?: number;
|
|
32403
32654
|
}
|
|
32404
32655
|
interface CapacityProviderInstanceLaunchTemplate {
|
|
32656
|
+
capacityOptionType?: enums.ecs.CapacityProviderInstanceLaunchTemplateCapacityOptionType;
|
|
32405
32657
|
/**
|
|
32406
32658
|
* The Amazon Resource Name (ARN) of the instance profile that Amazon ECS applies to Amazon ECS Managed Instances. This instance profile must include the necessary permissions for your tasks to access AWS services and resources.
|
|
32407
32659
|
*
|
|
@@ -40157,7 +40409,7 @@ export declare namespace gameliftstreams {
|
|
|
40157
40409
|
}
|
|
40158
40410
|
interface StreamGroupLocationConfiguration {
|
|
40159
40411
|
/**
|
|
40160
|
-
*
|
|
40412
|
+
* This setting, if non-zero, indicates minimum streaming capacity which is allocated to you and is never released back to the service. You pay for this base level of capacity at all times, whether used or idle.
|
|
40161
40413
|
*/
|
|
40162
40414
|
alwaysOnCapacity?: number;
|
|
40163
40415
|
/**
|
|
@@ -44953,7 +45205,7 @@ export declare namespace iotanalytics {
|
|
|
44953
45205
|
*/
|
|
44954
45206
|
keyPrefix?: string;
|
|
44955
45207
|
/**
|
|
44956
|
-
* The ARN of the role that grants
|
|
45208
|
+
* The ARN of the role that grants ITA permission to interact with your Amazon S3 resources.
|
|
44957
45209
|
*/
|
|
44958
45210
|
roleArn: string;
|
|
44959
45211
|
}
|
|
@@ -44975,7 +45227,7 @@ export declare namespace iotanalytics {
|
|
|
44975
45227
|
*/
|
|
44976
45228
|
customerManagedS3?: outputs.iotanalytics.ChannelCustomerManagedS3;
|
|
44977
45229
|
/**
|
|
44978
|
-
* Used to store channel data in an S3 bucket managed by
|
|
45230
|
+
* Used to store channel data in an S3 bucket managed by ITA . You can't change the choice of S3 storage after the data store is created.
|
|
44979
45231
|
*/
|
|
44980
45232
|
serviceManagedS3?: outputs.iotanalytics.ChannelServiceManagedS3;
|
|
44981
45233
|
}
|
|
@@ -45049,7 +45301,7 @@ export declare namespace iotanalytics {
|
|
|
45049
45301
|
}
|
|
45050
45302
|
interface DatasetDeltaTimeSessionWindowConfiguration {
|
|
45051
45303
|
/**
|
|
45052
|
-
* A time interval. You can use `timeoutInMinutes` so that
|
|
45304
|
+
* A time interval. You can use `timeoutInMinutes` so that ITA can batch up late data notifications that have been generated since the last execution. ITA sends one batch of notifications to Amazon CloudWatch Events at one time.
|
|
45053
45305
|
*
|
|
45054
45306
|
* For more information about how to write a timestamp expression, see [Date and Time Functions and Operators](https://docs.aws.amazon.com/https://prestodb.io/docs/current/functions/datetime.html) , in the *Presto 0.172 Documentation* .
|
|
45055
45307
|
*/
|
|
@@ -45077,7 +45329,7 @@ export declare namespace iotanalytics {
|
|
|
45077
45329
|
*/
|
|
45078
45330
|
inputName: string;
|
|
45079
45331
|
/**
|
|
45080
|
-
* The ARN of the role that grants
|
|
45332
|
+
* The ARN of the role that grants ITA permission to deliver dataset contents to an AWS IoT Events input.
|
|
45081
45333
|
*/
|
|
45082
45334
|
roleArn: string;
|
|
45083
45335
|
}
|
|
@@ -45157,7 +45409,7 @@ export declare namespace iotanalytics {
|
|
|
45157
45409
|
*/
|
|
45158
45410
|
key: string;
|
|
45159
45411
|
/**
|
|
45160
|
-
* The ARN of the role that grants
|
|
45412
|
+
* The ARN of the role that grants ITA permission to interact with your Amazon S3 and AWS Glue resources.
|
|
45161
45413
|
*/
|
|
45162
45414
|
roleArn: string;
|
|
45163
45415
|
}
|
|
@@ -45235,7 +45487,7 @@ export declare namespace iotanalytics {
|
|
|
45235
45487
|
*/
|
|
45236
45488
|
keyPrefix?: string;
|
|
45237
45489
|
/**
|
|
45238
|
-
* The ARN of the role that grants
|
|
45490
|
+
* The ARN of the role that grants ITA permission to interact with your Amazon S3 resources.
|
|
45239
45491
|
*/
|
|
45240
45492
|
roleArn: string;
|
|
45241
45493
|
}
|
|
@@ -45319,7 +45571,7 @@ export declare namespace iotanalytics {
|
|
|
45319
45571
|
*/
|
|
45320
45572
|
iotSiteWiseMultiLayerStorage?: outputs.iotanalytics.DatastoreIotSiteWiseMultiLayerStorage;
|
|
45321
45573
|
/**
|
|
45322
|
-
* Use this to store data store data in an S3 bucket managed by the
|
|
45574
|
+
* Use this to store data store data in an S3 bucket managed by the service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
|
|
45323
45575
|
*/
|
|
45324
45576
|
serviceManagedS3?: outputs.iotanalytics.DatastoreServiceManagedS3;
|
|
45325
45577
|
}
|
|
@@ -52332,19 +52584,6 @@ export declare namespace lex {
|
|
|
52332
52584
|
*/
|
|
52333
52585
|
s3BucketArn: string;
|
|
52334
52586
|
}
|
|
52335
|
-
/**
|
|
52336
|
-
* A label for tagging Lex resources
|
|
52337
|
-
*/
|
|
52338
|
-
interface BotAliasTag {
|
|
52339
|
-
/**
|
|
52340
|
-
* A string used to identify this tag
|
|
52341
|
-
*/
|
|
52342
|
-
key: string;
|
|
52343
|
-
/**
|
|
52344
|
-
* A string containing the value for the tag
|
|
52345
|
-
*/
|
|
52346
|
-
value: string;
|
|
52347
|
-
}
|
|
52348
52587
|
/**
|
|
52349
52588
|
* Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
|
|
52350
52589
|
*/
|
|
@@ -52635,7 +52874,9 @@ export declare namespace lex {
|
|
|
52635
52874
|
slotResolutionImprovementSpecification?: outputs.lex.BotGenerativeAiSettingsRuntimeSettingsPropertiesSlotResolutionImprovementSpecificationProperties;
|
|
52636
52875
|
}
|
|
52637
52876
|
interface BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationProperties {
|
|
52877
|
+
assistedNluMode?: enums.lex.BotGenerativeAiSettingsRuntimeSettingsPropertiesNluImprovementSpecificationPropertiesAssistedNluMode;
|
|
52638
52878
|
enabled: boolean;
|
|
52879
|
+
intentDisambiguationSettings?: outputs.lex.BotIntentDisambiguationSettings;
|
|
52639
52880
|
}
|
|
52640
52881
|
interface BotGenerativeAiSettingsRuntimeSettingsPropertiesSlotResolutionImprovementSpecificationProperties {
|
|
52641
52882
|
bedrockModelSpecification?: outputs.lex.BotBedrockModelSpecification;
|
|
@@ -52691,13 +52932,14 @@ export declare namespace lex {
|
|
|
52691
52932
|
interface BotIntent {
|
|
52692
52933
|
bedrockAgentIntentConfiguration?: outputs.lex.BotBedrockAgentIntentConfiguration;
|
|
52693
52934
|
/**
|
|
52694
|
-
*
|
|
52935
|
+
* Resource Type definition for the intent.
|
|
52695
52936
|
*/
|
|
52696
52937
|
description?: string;
|
|
52697
52938
|
/**
|
|
52698
52939
|
* Specifies that Amazon Lex invokes the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction.
|
|
52699
52940
|
*/
|
|
52700
52941
|
dialogCodeHook?: outputs.lex.BotDialogCodeHookSetting;
|
|
52942
|
+
displayName?: string;
|
|
52701
52943
|
/**
|
|
52702
52944
|
* Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user.
|
|
52703
52945
|
*/
|
|
@@ -52823,6 +53065,11 @@ export declare namespace lex {
|
|
|
52823
53065
|
*/
|
|
52824
53066
|
promptSpecification: outputs.lex.BotPromptSpecification;
|
|
52825
53067
|
}
|
|
53068
|
+
interface BotIntentDisambiguationSettings {
|
|
53069
|
+
customDisambiguationMessage?: string;
|
|
53070
|
+
enabled: boolean;
|
|
53071
|
+
maxDisambiguationIntents?: number;
|
|
53072
|
+
}
|
|
52826
53073
|
interface BotIntentOverride {
|
|
52827
53074
|
/**
|
|
52828
53075
|
* The name of the intent. Only required when you're switching intents.
|
|
@@ -52873,6 +53120,8 @@ export declare namespace lex {
|
|
|
52873
53120
|
* One or more slot types defined for the locale.
|
|
52874
53121
|
*/
|
|
52875
53122
|
slotTypes?: outputs.lex.BotSlotType[];
|
|
53123
|
+
speechDetectionSensitivity?: enums.lex.BotSpeechDetectionSensitivity;
|
|
53124
|
+
unifiedSpeechSettings?: outputs.lex.BotUnifiedSpeechSettings;
|
|
52876
53125
|
/**
|
|
52877
53126
|
* Defines settings for using an Amazon Polly voice to communicate with a user.
|
|
52878
53127
|
*
|
|
@@ -53346,7 +53595,8 @@ export declare namespace lex {
|
|
|
53346
53595
|
resolutionStrategy: enums.lex.BotSlotValueResolutionStrategy;
|
|
53347
53596
|
}
|
|
53348
53597
|
interface BotSpecifications {
|
|
53349
|
-
slotTypeId
|
|
53598
|
+
slotTypeId?: string;
|
|
53599
|
+
slotTypeName?: string;
|
|
53350
53600
|
valueElicitationSetting: outputs.lex.BotSubSlotValueElicitationSetting;
|
|
53351
53601
|
}
|
|
53352
53602
|
interface BotSsmlMessage {
|
|
@@ -53390,7 +53640,8 @@ export declare namespace lex {
|
|
|
53390
53640
|
/**
|
|
53391
53641
|
* The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
|
|
53392
53642
|
*/
|
|
53393
|
-
slotTypeId
|
|
53643
|
+
slotTypeId?: string;
|
|
53644
|
+
slotTypeName?: string;
|
|
53394
53645
|
}
|
|
53395
53646
|
interface BotSubSlotValueElicitationSetting {
|
|
53396
53647
|
defaultValueSpecification?: outputs.lex.BotSlotDefaultValueSpecification;
|
|
@@ -53436,6 +53687,13 @@ export declare namespace lex {
|
|
|
53436
53687
|
destination: outputs.lex.BotTextLogDestination;
|
|
53437
53688
|
enabled: boolean;
|
|
53438
53689
|
}
|
|
53690
|
+
interface BotUnifiedSpeechSettings {
|
|
53691
|
+
speechFoundationModel: outputs.lex.BotUnifiedSpeechSettingsSpeechFoundationModelProperties;
|
|
53692
|
+
}
|
|
53693
|
+
interface BotUnifiedSpeechSettingsSpeechFoundationModelProperties {
|
|
53694
|
+
modelArn: string;
|
|
53695
|
+
voiceId?: string;
|
|
53696
|
+
}
|
|
53439
53697
|
/**
|
|
53440
53698
|
* The version of a bot used for a bot locale.
|
|
53441
53699
|
*/
|
|
@@ -60135,6 +60393,36 @@ export declare namespace observabilityadmin {
|
|
|
60135
60393
|
*/
|
|
60136
60394
|
redactedFields?: outputs.observabilityadmin.OrganizationTelemetryRuleFieldToMatch[];
|
|
60137
60395
|
}
|
|
60396
|
+
/**
|
|
60397
|
+
* Encryption configuration for the S3 Table Integration
|
|
60398
|
+
*/
|
|
60399
|
+
interface S3TableIntegrationEncryptionConfig {
|
|
60400
|
+
/**
|
|
60401
|
+
* The ARN of the KMS key used to encrypt the S3 Table Integration
|
|
60402
|
+
*/
|
|
60403
|
+
kmsKeyArn?: string;
|
|
60404
|
+
/**
|
|
60405
|
+
* The server-side encryption algorithm used to encrypt the S3 Table(s) data
|
|
60406
|
+
*/
|
|
60407
|
+
sseAlgorithm: enums.observabilityadmin.S3TableIntegrationEncryptionConfigSseAlgorithm;
|
|
60408
|
+
}
|
|
60409
|
+
/**
|
|
60410
|
+
* CloudWatch Logs data source to associate with the S3 Table Integration
|
|
60411
|
+
*/
|
|
60412
|
+
interface S3TableIntegrationLogSource {
|
|
60413
|
+
/**
|
|
60414
|
+
* The ID of the CloudWatch Logs data source association
|
|
60415
|
+
*/
|
|
60416
|
+
identifier?: string;
|
|
60417
|
+
/**
|
|
60418
|
+
* The name of the CloudWatch Logs data source
|
|
60419
|
+
*/
|
|
60420
|
+
name: string;
|
|
60421
|
+
/**
|
|
60422
|
+
* The type of the CloudWatch Logs data source
|
|
60423
|
+
*/
|
|
60424
|
+
type: string;
|
|
60425
|
+
}
|
|
60138
60426
|
/**
|
|
60139
60427
|
* A key-value pair to associate with a resource
|
|
60140
60428
|
*/
|
|
@@ -75888,6 +76176,7 @@ export declare namespace quicksight {
|
|
|
75888
76176
|
* The background style configuration of a free-form layout element.
|
|
75889
76177
|
*/
|
|
75890
76178
|
backgroundStyle?: outputs.quicksight.DashboardFreeFormLayoutElementBackgroundStyle;
|
|
76179
|
+
borderRadius?: string;
|
|
75891
76180
|
/**
|
|
75892
76181
|
* The border style configuration of a free-form layout element.
|
|
75893
76182
|
*/
|
|
@@ -75908,6 +76197,7 @@ export declare namespace quicksight {
|
|
|
75908
76197
|
* The loading animation configuration of a free-form layout element.
|
|
75909
76198
|
*/
|
|
75910
76199
|
loadingAnimation?: outputs.quicksight.DashboardLoadingAnimation;
|
|
76200
|
+
padding?: string;
|
|
75911
76201
|
/**
|
|
75912
76202
|
* The rendering rules that determine when an element should be displayed within a free-form layout.
|
|
75913
76203
|
*/
|
|
@@ -75952,6 +76242,10 @@ export declare namespace quicksight {
|
|
|
75952
76242
|
* The border visibility of a free-form layout element.
|
|
75953
76243
|
*/
|
|
75954
76244
|
visibility?: enums.quicksight.DashboardVisibility;
|
|
76245
|
+
/**
|
|
76246
|
+
* String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
|
|
76247
|
+
*/
|
|
76248
|
+
width?: string;
|
|
75955
76249
|
}
|
|
75956
76250
|
interface DashboardFreeFormLayoutScreenCanvasSizeOptions {
|
|
75957
76251
|
/**
|
|
@@ -76724,6 +77018,9 @@ export declare namespace quicksight {
|
|
|
76724
77018
|
elements: outputs.quicksight.DashboardGridLayoutElement[];
|
|
76725
77019
|
}
|
|
76726
77020
|
interface DashboardGridLayoutElement {
|
|
77021
|
+
backgroundStyle?: outputs.quicksight.DashboardGridLayoutElementBackgroundStyle;
|
|
77022
|
+
borderRadius?: string;
|
|
77023
|
+
borderStyle?: outputs.quicksight.DashboardGridLayoutElementBorderStyle;
|
|
76727
77024
|
/**
|
|
76728
77025
|
* The column index for the upper left corner of an element.
|
|
76729
77026
|
*/
|
|
@@ -76740,6 +77037,8 @@ export declare namespace quicksight {
|
|
|
76740
77037
|
* The type of element.
|
|
76741
77038
|
*/
|
|
76742
77039
|
elementType: enums.quicksight.DashboardLayoutElementType;
|
|
77040
|
+
loadingAnimation?: outputs.quicksight.DashboardLoadingAnimation;
|
|
77041
|
+
padding?: string;
|
|
76743
77042
|
/**
|
|
76744
77043
|
* The row index for the upper left corner of an element.
|
|
76745
77044
|
*/
|
|
@@ -76748,6 +77047,19 @@ export declare namespace quicksight {
|
|
|
76748
77047
|
* The height of a grid element expressed as a number of grid rows.
|
|
76749
77048
|
*/
|
|
76750
77049
|
rowSpan: number;
|
|
77050
|
+
selectedBorderStyle?: outputs.quicksight.DashboardGridLayoutElementBorderStyle;
|
|
77051
|
+
}
|
|
77052
|
+
interface DashboardGridLayoutElementBackgroundStyle {
|
|
77053
|
+
color?: string;
|
|
77054
|
+
visibility?: enums.quicksight.DashboardVisibility;
|
|
77055
|
+
}
|
|
77056
|
+
interface DashboardGridLayoutElementBorderStyle {
|
|
77057
|
+
color?: string;
|
|
77058
|
+
visibility?: enums.quicksight.DashboardVisibility;
|
|
77059
|
+
/**
|
|
77060
|
+
* String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
|
|
77061
|
+
*/
|
|
77062
|
+
width?: string;
|
|
76751
77063
|
}
|
|
76752
77064
|
interface DashboardGridLayoutScreenCanvasSizeOptions {
|
|
76753
77065
|
/**
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAqqrBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;QACrD,OAAO;YACH,GAAG,GAAG;YACN,qBAAqB,EAAE,CAAC,GAAG,CAAC,qBAAqB,CAAC,IAAI,CAAC;SAC1D,CAAC;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|
|
@@ -78,6 +78,7 @@ export interface GetUserSettingsResult {
|
|
|
78
78
|
* The ARN of the user settings.
|
|
79
79
|
*/
|
|
80
80
|
readonly userSettingsArn?: string;
|
|
81
|
+
readonly webAuthnAllowed?: enums.workspacesweb.UserSettingsEnabledType;
|
|
81
82
|
}
|
|
82
83
|
/**
|
|
83
84
|
* Definition of AWS::WorkSpacesWeb::UserSettings Resource Type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserSettings.js","sourceRoot":"","sources":["../../workspacesweb/getUserSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;
|
|
1
|
+
{"version":3,"file":"getUserSettings.js","sourceRoot":"","sources":["../../workspacesweb/getUserSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA4ED;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|