@aws-sdk/client-quicksight 3.1056.0 → 3.1058.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/README.md +196 -7
- package/dist-cjs/index.js +442 -5
- package/dist-cjs/schemas/schemas_0.js +979 -262
- package/dist-es/QuickSight.js +56 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/enums.js +52 -5
- package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +941 -226
- package/dist-types/QuickSight.d.ts +196 -0
- package/dist-types/QuickSightClient.d.ts +29 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/enums.d.ts +124 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +751 -756
- package/dist-types/models/models_4.d.ts +3961 -4019
- package/dist-types/models/models_5.d.ts +2051 -4
- package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +102 -0
- package/dist-types/ts3.4/QuickSight.d.ts +466 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/enums.d.ts +69 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +166 -173
- package/dist-types/ts3.4/models/models_4.d.ts +435 -412
- package/dist-types/ts3.4/models/models_5.d.ts +506 -2
- package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ConnectionAuthType, ControlSortDirection, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget,
|
|
1
|
+
import type { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AgentLifecycle, AgentOwnershipFilterAttribute, AgentStatus, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ComparisonOperator, ConnectionAuthType, ControlSortDirection, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget, TopicTimeGranularity, URLTargetConfiguration, ValueWhenUnsetOption, Visibility, VisualCustomActionTrigger, VisualHighlightTrigger, WidgetStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The Quick Sight customizations associated with your Amazon Web Services account or a Quick Sight namespace in a specific Amazon Web Services Region.</p>
|
|
4
4
|
* @public
|
|
@@ -636,6 +636,205 @@ export interface AdHocFilteringOption {
|
|
|
636
636
|
*/
|
|
637
637
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
638
638
|
}
|
|
639
|
+
/**
|
|
640
|
+
* <p>The custom prompt interface configuration that defines how an agent's prompt is configured.</p>
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
export interface CustomPromptInterface {
|
|
644
|
+
/**
|
|
645
|
+
* <p>The identifier of the model profile.</p>
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
648
|
+
ModelProfileId: string | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* <p>The subscription identifier.</p>
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
SubscriptionId: string | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>The Amazon Web Services account ID for the Q Business service.</p>
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
QbsAwsAccountId: string | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>Instructions for the desired response length.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
ResponseLength?: string | undefined;
|
|
664
|
+
/**
|
|
665
|
+
* <p>Instructions for the desired output style.</p>
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
OutputStyle?: string | undefined;
|
|
669
|
+
/**
|
|
670
|
+
* <p>Instructions that define the agent's identity and persona.</p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
Identity?: string | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p>Instructions for the desired tone of responses.</p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
Tone?: string | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* <p>Custom instructions for the agent's behavior.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
CustomInstructions?: string | undefined;
|
|
684
|
+
/**
|
|
685
|
+
* <p>A summary of the custom prompt configuration.</p>
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
promptSummary?: string | undefined;
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* <p>An agent resource in Amazon QuickSight that provides AI-powered conversational experiences.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
export interface Agent {
|
|
695
|
+
/**
|
|
696
|
+
* <p>The Amazon Resource Names (ARNs) of the spaces attached to the agent.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
Spaces?: string[] | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* <p>The Amazon Resource Names (ARNs) of the action connectors attached to the agent.</p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
ActionConnectors?: string[] | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>A description of the agent.</p>
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
Description?: string | undefined;
|
|
710
|
+
/**
|
|
711
|
+
* <p>The icon identifier for the agent.</p>
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
IconId?: string | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* <p>The name of the agent.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
Name: string | undefined;
|
|
720
|
+
/**
|
|
721
|
+
* <p>A list of starter prompts that are displayed to users when they begin interacting with the agent.</p>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
StarterPrompts?: string[] | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* <p>The welcome message that is displayed when a user starts a conversation with the agent.</p>
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
WelcomeMessage?: string | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The Amazon Resource Name (ARN) of the agent.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
Arn: string | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The unique identifier for the agent.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
AgentId: string | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>The lifecycle state of the agent. Valid values are <code>PREVIEW</code> and <code>PUBLISHED</code>.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
AgentLifecycle: AgentLifecycle | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>The status of the agent.</p>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
AgentStatus: AgentStatus | undefined;
|
|
750
|
+
/**
|
|
751
|
+
* <p>The date and time that the agent was created.</p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
CreatedAt: Date | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* <p>The identity of the user who created the agent.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
Creator: string | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* <p>The custom prompt interface configuration for the agent.</p>
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
CustomPromptInterface?: CustomPromptInterface | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>An error message associated with the agent, if applicable.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
ErrorMessage?: string | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The date and time that the agent was last updated.</p>
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
UpdatedAt: Date | undefined;
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* <p>A filter to apply when searching agents.</p>
|
|
778
|
+
* @public
|
|
779
|
+
*/
|
|
780
|
+
export interface AgentSearchFilter {
|
|
781
|
+
/**
|
|
782
|
+
* <p>The name of the field to filter on.</p>
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
Name?: AgentOwnershipFilterAttribute | undefined;
|
|
786
|
+
/**
|
|
787
|
+
* <p>The comparison operator to use for the filter.</p>
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
Operator?: ComparisonOperator | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* <p>The value to filter on.</p>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
Value?: string | undefined;
|
|
796
|
+
}
|
|
797
|
+
/**
|
|
798
|
+
* <p>A summary of an agent, including its identifier, name, and metadata.</p>
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
export interface AgentSummary {
|
|
802
|
+
/**
|
|
803
|
+
* <p>The Amazon Resource Name (ARN) of the agent.</p>
|
|
804
|
+
* @public
|
|
805
|
+
*/
|
|
806
|
+
Arn: string | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* <p>The unique identifier for the agent.</p>
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
AgentId: string | undefined;
|
|
812
|
+
/**
|
|
813
|
+
* <p>The name of the agent.</p>
|
|
814
|
+
* @public
|
|
815
|
+
*/
|
|
816
|
+
Name: string | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* <p>A description of the agent.</p>
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
Description?: string | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* <p>The date and time that the agent was created.</p>
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
CreatedAt: Date | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* <p>The date and time that the agent was last updated.</p>
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
UpdatedAt: Date | undefined;
|
|
832
|
+
/**
|
|
833
|
+
* <p>The icon identifier for the agent.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
IconId?: string | undefined;
|
|
837
|
+
}
|
|
639
838
|
/**
|
|
640
839
|
* <p>The definition of an Agg function.</p>
|
|
641
840
|
* @public
|
|
@@ -7422,89 +7621,3 @@ export interface ColumnTooltipItem {
|
|
|
7422
7621
|
*/
|
|
7423
7622
|
TooltipTarget?: TooltipTarget | undefined;
|
|
7424
7623
|
}
|
|
7425
|
-
/**
|
|
7426
|
-
* <p>The tooltip item for the fields.</p>
|
|
7427
|
-
* @public
|
|
7428
|
-
*/
|
|
7429
|
-
export interface FieldTooltipItem {
|
|
7430
|
-
/**
|
|
7431
|
-
* <p>The unique ID of the field that is targeted by the tooltip.</p>
|
|
7432
|
-
* @public
|
|
7433
|
-
*/
|
|
7434
|
-
FieldId: string | undefined;
|
|
7435
|
-
/**
|
|
7436
|
-
* <p>The label of the tooltip item.</p>
|
|
7437
|
-
* @public
|
|
7438
|
-
*/
|
|
7439
|
-
Label?: string | undefined;
|
|
7440
|
-
/**
|
|
7441
|
-
* <p>The visibility of the tooltip item.</p>
|
|
7442
|
-
* @public
|
|
7443
|
-
*/
|
|
7444
|
-
Visibility?: Visibility | undefined;
|
|
7445
|
-
/**
|
|
7446
|
-
* <p>Determines the target of the field tooltip item in a combo chart visual.</p>
|
|
7447
|
-
* @public
|
|
7448
|
-
*/
|
|
7449
|
-
TooltipTarget?: TooltipTarget | undefined;
|
|
7450
|
-
}
|
|
7451
|
-
/**
|
|
7452
|
-
* <p>The tooltip.</p>
|
|
7453
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
7454
|
-
* @public
|
|
7455
|
-
*/
|
|
7456
|
-
export interface TooltipItem {
|
|
7457
|
-
/**
|
|
7458
|
-
* <p>The tooltip item for the fields.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
FieldTooltipItem?: FieldTooltipItem | undefined;
|
|
7462
|
-
/**
|
|
7463
|
-
* <p>The tooltip item for the columns that are not part of a field well.</p>
|
|
7464
|
-
* @public
|
|
7465
|
-
*/
|
|
7466
|
-
ColumnTooltipItem?: ColumnTooltipItem | undefined;
|
|
7467
|
-
}
|
|
7468
|
-
/**
|
|
7469
|
-
* <p>The setup for the detailed tooltip.</p>
|
|
7470
|
-
* @public
|
|
7471
|
-
*/
|
|
7472
|
-
export interface FieldBasedTooltip {
|
|
7473
|
-
/**
|
|
7474
|
-
* <p>The visibility of <code>Show aggregations</code>.</p>
|
|
7475
|
-
* @public
|
|
7476
|
-
*/
|
|
7477
|
-
AggregationVisibility?: Visibility | undefined;
|
|
7478
|
-
/**
|
|
7479
|
-
* <p>The type for the >tooltip title. Choose one of the following options:</p>
|
|
7480
|
-
* <ul>
|
|
7481
|
-
* <li>
|
|
7482
|
-
* <p>
|
|
7483
|
-
* <code>NONE</code>: Doesn't use the primary value as the title.</p>
|
|
7484
|
-
* </li>
|
|
7485
|
-
* <li>
|
|
7486
|
-
* <p>
|
|
7487
|
-
* <code>PRIMARY_VALUE</code>: Uses primary value as the title.</p>
|
|
7488
|
-
* </li>
|
|
7489
|
-
* </ul>
|
|
7490
|
-
* @public
|
|
7491
|
-
*/
|
|
7492
|
-
TooltipTitleType?: TooltipTitleType | undefined;
|
|
7493
|
-
/**
|
|
7494
|
-
* <p>The fields configuration in the
|
|
7495
|
-
* tooltip.</p>
|
|
7496
|
-
* @public
|
|
7497
|
-
*/
|
|
7498
|
-
TooltipFields?: TooltipItem[] | undefined;
|
|
7499
|
-
}
|
|
7500
|
-
/**
|
|
7501
|
-
* <p>The configuration of the sheet tooltip.</p>
|
|
7502
|
-
* @public
|
|
7503
|
-
*/
|
|
7504
|
-
export interface SheetTooltip {
|
|
7505
|
-
/**
|
|
7506
|
-
* <p>The sheet ID of the tooltip sheet that is used by the tooltip.</p>
|
|
7507
|
-
* @public
|
|
7508
|
-
*/
|
|
7509
|
-
SheetId?: string | undefined;
|
|
7510
|
-
}
|
|
@@ -1,5 +1,91 @@
|
|
|
1
|
-
import type { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableDataPathType, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SelectedTooltipType, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, SparklineAxisBehavior, SparklineVisualType, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
|
|
2
|
-
import type { AxisDisplayOptions, BarChartDefaultSeriesSettings, BarChartFieldWells, BarChartSortConfiguration, BarSeriesItem, BorderSettings, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DecalSettings, DimensionField,
|
|
1
|
+
import type { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableDataPathType, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SelectedTooltipType, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, SparklineAxisBehavior, SparklineVisualType, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TooltipTarget, TooltipTitleType, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
|
|
2
|
+
import type { AxisDisplayOptions, BarChartDefaultSeriesSettings, BarChartFieldWells, BarChartSortConfiguration, BarSeriesItem, BorderSettings, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ColumnTooltipItem, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DecalSettings, DimensionField, FieldSort, FieldSortOptions, FontConfiguration, FormatConfiguration, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, VisualCustomAction, VisualInteractionOptions } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The tooltip item for the fields.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface FieldTooltipItem {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The unique ID of the field that is targeted by the tooltip.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
FieldId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The label of the tooltip item.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Label?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The visibility of the tooltip item.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
Visibility?: Visibility | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>Determines the target of the field tooltip item in a combo chart visual.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
TooltipTarget?: TooltipTarget | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* <p>The tooltip.</p>
|
|
31
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export interface TooltipItem {
|
|
35
|
+
/**
|
|
36
|
+
* <p>The tooltip item for the fields.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
FieldTooltipItem?: FieldTooltipItem | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The tooltip item for the columns that are not part of a field well.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
ColumnTooltipItem?: ColumnTooltipItem | undefined;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* <p>The setup for the detailed tooltip.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export interface FieldBasedTooltip {
|
|
51
|
+
/**
|
|
52
|
+
* <p>The visibility of <code>Show aggregations</code>.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
AggregationVisibility?: Visibility | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The type for the >tooltip title. Choose one of the following options:</p>
|
|
58
|
+
* <ul>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>NONE</code>: Doesn't use the primary value as the title.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>PRIMARY_VALUE</code>: Uses primary value as the title.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* </ul>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
TooltipTitleType?: TooltipTitleType | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The fields configuration in the
|
|
73
|
+
* tooltip.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
TooltipFields?: TooltipItem[] | undefined;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* <p>The configuration of the sheet tooltip.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export interface SheetTooltip {
|
|
83
|
+
/**
|
|
84
|
+
* <p>The sheet ID of the tooltip sheet that is used by the tooltip.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
SheetId?: string | undefined;
|
|
88
|
+
}
|
|
3
89
|
/**
|
|
4
90
|
* <p>The display options for the visual tooltip.</p>
|
|
5
91
|
* @public
|
|
@@ -7249,67 +7335,3 @@ export interface TreeMapVisual {
|
|
|
7249
7335
|
*/
|
|
7250
7336
|
VisualContentAltText?: string | undefined;
|
|
7251
7337
|
}
|
|
7252
|
-
/**
|
|
7253
|
-
* <p>The color configuration for individual groups within a waterfall visual.</p>
|
|
7254
|
-
* @public
|
|
7255
|
-
*/
|
|
7256
|
-
export interface WaterfallChartGroupColorConfiguration {
|
|
7257
|
-
/**
|
|
7258
|
-
* <p>Defines the color for the positive bars of a waterfall chart.</p>
|
|
7259
|
-
* @public
|
|
7260
|
-
*/
|
|
7261
|
-
PositiveBarColor?: string | undefined;
|
|
7262
|
-
/**
|
|
7263
|
-
* <p>Defines the color for the negative bars of a waterfall chart.</p>
|
|
7264
|
-
* @public
|
|
7265
|
-
*/
|
|
7266
|
-
NegativeBarColor?: string | undefined;
|
|
7267
|
-
/**
|
|
7268
|
-
* <p>Defines the color for the total bars of a waterfall chart.</p>
|
|
7269
|
-
* @public
|
|
7270
|
-
*/
|
|
7271
|
-
TotalBarColor?: string | undefined;
|
|
7272
|
-
}
|
|
7273
|
-
/**
|
|
7274
|
-
* <p>The color configuration of a waterfall visual.</p>
|
|
7275
|
-
* @public
|
|
7276
|
-
*/
|
|
7277
|
-
export interface WaterfallChartColorConfiguration {
|
|
7278
|
-
/**
|
|
7279
|
-
* <p>The color configuration for individual groups within a waterfall visual.</p>
|
|
7280
|
-
* @public
|
|
7281
|
-
*/
|
|
7282
|
-
GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
|
|
7283
|
-
}
|
|
7284
|
-
/**
|
|
7285
|
-
* <p>The field well configuration of a waterfall visual.</p>
|
|
7286
|
-
* @public
|
|
7287
|
-
*/
|
|
7288
|
-
export interface WaterfallChartAggregatedFieldWells {
|
|
7289
|
-
/**
|
|
7290
|
-
* <p>The category field wells of a waterfall visual.</p>
|
|
7291
|
-
* @public
|
|
7292
|
-
*/
|
|
7293
|
-
Categories?: DimensionField[] | undefined;
|
|
7294
|
-
/**
|
|
7295
|
-
* <p>The value field wells of a waterfall visual.</p>
|
|
7296
|
-
* @public
|
|
7297
|
-
*/
|
|
7298
|
-
Values?: MeasureField[] | undefined;
|
|
7299
|
-
/**
|
|
7300
|
-
* <p>The breakdown field wells of a waterfall visual.</p>
|
|
7301
|
-
* @public
|
|
7302
|
-
*/
|
|
7303
|
-
Breakdowns?: DimensionField[] | undefined;
|
|
7304
|
-
}
|
|
7305
|
-
/**
|
|
7306
|
-
* <p>The field well configuration of a waterfall visual.</p>
|
|
7307
|
-
* @public
|
|
7308
|
-
*/
|
|
7309
|
-
export interface WaterfallChartFieldWells {
|
|
7310
|
-
/**
|
|
7311
|
-
* <p>The field well configuration of a waterfall visual.</p>
|
|
7312
|
-
* @public
|
|
7313
|
-
*/
|
|
7314
|
-
WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells | undefined;
|
|
7315
|
-
}
|