aws-sdk 2.1371.0 → 2.1373.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/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/inspector2-2020-06-08.min.json +142 -0
- package/apis/inspector2-2020-06-08.paginators.json +5 -0
- package/apis/mediatailor-2018-04-23.min.json +40 -39
- package/apis/monitoring-2010-08-01.min.json +19 -15
- package/apis/opensearch-2021-01-01.min.json +66 -27
- package/apis/quicksight-2018-04-01.min.json +2136 -684
- package/apis/quicksight-2018-04-01.paginators.json +10 -0
- package/apis/rekognition-2016-06-27.min.json +101 -90
- package/apis/s3-2006-03-01.examples.json +115 -115
- package/apis/securityhub-2018-10-26.examples.json +45 -0
- package/apis/securityhub-2018-10-26.min.json +71 -3
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/cloudwatch.d.ts +11 -6
- package/clients/configservice.d.ts +1 -1
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +1 -1
- package/clients/inspector2.d.ts +202 -0
- package/clients/mediatailor.d.ts +7 -2
- package/clients/networkfirewall.d.ts +4 -4
- package/clients/opensearch.d.ts +64 -5
- package/clients/quicksight.d.ts +1918 -96
- package/clients/rekognition.d.ts +22 -8
- package/clients/s3.d.ts +168 -168
- package/clients/sagemaker.d.ts +1 -1
- package/clients/securityhub.d.ts +102 -15
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +123 -108
- package/dist/aws-sdk.min.js +20 -20
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/clients/quicksight.d.ts
    CHANGED
    
    | @@ -163,6 +163,30 @@ declare class QuickSight extends Service { | |
| 163 163 | 
             
               * Creates a theme alias for a theme.
         | 
| 164 164 | 
             
               */
         | 
| 165 165 | 
             
              createThemeAlias(callback?: (err: AWSError, data: QuickSight.Types.CreateThemeAliasResponse) => void): Request<QuickSight.Types.CreateThemeAliasResponse, AWSError>;
         | 
| 166 | 
            +
              /**
         | 
| 167 | 
            +
               * Creates a new Q topic.
         | 
| 168 | 
            +
               */
         | 
| 169 | 
            +
              createTopic(params: QuickSight.Types.CreateTopicRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateTopicResponse) => void): Request<QuickSight.Types.CreateTopicResponse, AWSError>;
         | 
| 170 | 
            +
              /**
         | 
| 171 | 
            +
               * Creates a new Q topic.
         | 
| 172 | 
            +
               */
         | 
| 173 | 
            +
              createTopic(callback?: (err: AWSError, data: QuickSight.Types.CreateTopicResponse) => void): Request<QuickSight.Types.CreateTopicResponse, AWSError>;
         | 
| 174 | 
            +
              /**
         | 
| 175 | 
            +
               * Creates a topic refresh schedule.
         | 
| 176 | 
            +
               */
         | 
| 177 | 
            +
              createTopicRefreshSchedule(params: QuickSight.Types.CreateTopicRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.CreateTopicRefreshScheduleResponse, AWSError>;
         | 
| 178 | 
            +
              /**
         | 
| 179 | 
            +
               * Creates a topic refresh schedule.
         | 
| 180 | 
            +
               */
         | 
| 181 | 
            +
              createTopicRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.CreateTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.CreateTopicRefreshScheduleResponse, AWSError>;
         | 
| 182 | 
            +
              /**
         | 
| 183 | 
            +
               * Creates a new VPC connection.
         | 
| 184 | 
            +
               */
         | 
| 185 | 
            +
              createVPCConnection(params: QuickSight.Types.CreateVPCConnectionRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateVPCConnectionResponse) => void): Request<QuickSight.Types.CreateVPCConnectionResponse, AWSError>;
         | 
| 186 | 
            +
              /**
         | 
| 187 | 
            +
               * Creates a new VPC connection.
         | 
| 188 | 
            +
               */
         | 
| 189 | 
            +
              createVPCConnection(callback?: (err: AWSError, data: QuickSight.Types.CreateVPCConnectionResponse) => void): Request<QuickSight.Types.CreateVPCConnectionResponse, AWSError>;
         | 
| 166 190 | 
             
              /**
         | 
| 167 191 | 
             
               * Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web Services account and Amazon QuickSight namespace.
         | 
| 168 192 | 
             
               */
         | 
| @@ -307,6 +331,22 @@ declare class QuickSight extends Service { | |
| 307 331 | 
             
               * Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you delete the version of the theme that the alias points to.
         | 
| 308 332 | 
             
               */
         | 
| 309 333 | 
             
              deleteThemeAlias(callback?: (err: AWSError, data: QuickSight.Types.DeleteThemeAliasResponse) => void): Request<QuickSight.Types.DeleteThemeAliasResponse, AWSError>;
         | 
| 334 | 
            +
              /**
         | 
| 335 | 
            +
               * Deletes a topic.
         | 
| 336 | 
            +
               */
         | 
| 337 | 
            +
              deleteTopic(params: QuickSight.Types.DeleteTopicRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteTopicResponse) => void): Request<QuickSight.Types.DeleteTopicResponse, AWSError>;
         | 
| 338 | 
            +
              /**
         | 
| 339 | 
            +
               * Deletes a topic.
         | 
| 340 | 
            +
               */
         | 
| 341 | 
            +
              deleteTopic(callback?: (err: AWSError, data: QuickSight.Types.DeleteTopicResponse) => void): Request<QuickSight.Types.DeleteTopicResponse, AWSError>;
         | 
| 342 | 
            +
              /**
         | 
| 343 | 
            +
               * Deletes a topic refresh schedule.
         | 
| 344 | 
            +
               */
         | 
| 345 | 
            +
              deleteTopicRefreshSchedule(params: QuickSight.Types.DeleteTopicRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.DeleteTopicRefreshScheduleResponse, AWSError>;
         | 
| 346 | 
            +
              /**
         | 
| 347 | 
            +
               * Deletes a topic refresh schedule.
         | 
| 348 | 
            +
               */
         | 
| 349 | 
            +
              deleteTopicRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.DeleteTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.DeleteTopicRefreshScheduleResponse, AWSError>;
         | 
| 310 350 | 
             
              /**
         | 
| 311 351 | 
             
               * Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call. The IAM user isn't deleted as a result of this call. 
         | 
| 312 352 | 
             
               */
         | 
| @@ -323,6 +363,14 @@ declare class QuickSight extends Service { | |
| 323 363 | 
             
               * Deletes a user identified by its principal ID. 
         | 
| 324 364 | 
             
               */
         | 
| 325 365 | 
             
              deleteUserByPrincipalId(callback?: (err: AWSError, data: QuickSight.Types.DeleteUserByPrincipalIdResponse) => void): Request<QuickSight.Types.DeleteUserByPrincipalIdResponse, AWSError>;
         | 
| 366 | 
            +
              /**
         | 
| 367 | 
            +
               * Deletes a VPC connection.
         | 
| 368 | 
            +
               */
         | 
| 369 | 
            +
              deleteVPCConnection(params: QuickSight.Types.DeleteVPCConnectionRequest, callback?: (err: AWSError, data: QuickSight.Types.DeleteVPCConnectionResponse) => void): Request<QuickSight.Types.DeleteVPCConnectionResponse, AWSError>;
         | 
| 370 | 
            +
              /**
         | 
| 371 | 
            +
               * Deletes a VPC connection.
         | 
| 372 | 
            +
               */
         | 
| 373 | 
            +
              deleteVPCConnection(callback?: (err: AWSError, data: QuickSight.Types.DeleteVPCConnectionResponse) => void): Request<QuickSight.Types.DeleteVPCConnectionResponse, AWSError>;
         | 
| 326 374 | 
             
              /**
         | 
| 327 375 | 
             
               * Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which customizations to apply by running this API operation with the Resolved flag included.  To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved.     Amazon Web Services account - The Amazon Web Services account exists at the top of the hierarchy. It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services Region.     Amazon Web Services Region - In each Amazon Web Services Region where you sign in to Amazon QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace.  To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using the CLI, you can use one of the following options:   Use command line options.    Use named profiles.    Run aws configure to change your default Amazon Web Services Region. Use Enter to key the same settings for your keys. For more information, see Configuring the CLI.      Namespace - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region.    Applied customizations - Within an Amazon Web Services Region, a set of Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the CreateAccountCustomization command in each Amazon Web Services Region where you want to apply the same customizations.   
         | 
| 328 376 | 
             
               */
         | 
| @@ -571,6 +619,38 @@ declare class QuickSight extends Service { | |
| 571 619 | 
             
               * Describes the read and write permissions for a theme.
         | 
| 572 620 | 
             
               */
         | 
| 573 621 | 
             
              describeThemePermissions(callback?: (err: AWSError, data: QuickSight.Types.DescribeThemePermissionsResponse) => void): Request<QuickSight.Types.DescribeThemePermissionsResponse, AWSError>;
         | 
| 622 | 
            +
              /**
         | 
| 623 | 
            +
               * Describes a topic.
         | 
| 624 | 
            +
               */
         | 
| 625 | 
            +
              describeTopic(params: QuickSight.Types.DescribeTopicRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicResponse) => void): Request<QuickSight.Types.DescribeTopicResponse, AWSError>;
         | 
| 626 | 
            +
              /**
         | 
| 627 | 
            +
               * Describes a topic.
         | 
| 628 | 
            +
               */
         | 
| 629 | 
            +
              describeTopic(callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicResponse) => void): Request<QuickSight.Types.DescribeTopicResponse, AWSError>;
         | 
| 630 | 
            +
              /**
         | 
| 631 | 
            +
               * Describes the permissions of a topic.
         | 
| 632 | 
            +
               */
         | 
| 633 | 
            +
              describeTopicPermissions(params: QuickSight.Types.DescribeTopicPermissionsRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicPermissionsResponse) => void): Request<QuickSight.Types.DescribeTopicPermissionsResponse, AWSError>;
         | 
| 634 | 
            +
              /**
         | 
| 635 | 
            +
               * Describes the permissions of a topic.
         | 
| 636 | 
            +
               */
         | 
| 637 | 
            +
              describeTopicPermissions(callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicPermissionsResponse) => void): Request<QuickSight.Types.DescribeTopicPermissionsResponse, AWSError>;
         | 
| 638 | 
            +
              /**
         | 
| 639 | 
            +
               * Describes the status of a topic refresh.
         | 
| 640 | 
            +
               */
         | 
| 641 | 
            +
              describeTopicRefresh(params: QuickSight.Types.DescribeTopicRefreshRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicRefreshResponse) => void): Request<QuickSight.Types.DescribeTopicRefreshResponse, AWSError>;
         | 
| 642 | 
            +
              /**
         | 
| 643 | 
            +
               * Describes the status of a topic refresh.
         | 
| 644 | 
            +
               */
         | 
| 645 | 
            +
              describeTopicRefresh(callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicRefreshResponse) => void): Request<QuickSight.Types.DescribeTopicRefreshResponse, AWSError>;
         | 
| 646 | 
            +
              /**
         | 
| 647 | 
            +
               * Deletes a topic refresh schedule.
         | 
| 648 | 
            +
               */
         | 
| 649 | 
            +
              describeTopicRefreshSchedule(params: QuickSight.Types.DescribeTopicRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.DescribeTopicRefreshScheduleResponse, AWSError>;
         | 
| 650 | 
            +
              /**
         | 
| 651 | 
            +
               * Deletes a topic refresh schedule.
         | 
| 652 | 
            +
               */
         | 
| 653 | 
            +
              describeTopicRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.DescribeTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.DescribeTopicRefreshScheduleResponse, AWSError>;
         | 
| 574 654 | 
             
              /**
         | 
| 575 655 | 
             
               * Returns information about a user, given the user name. 
         | 
| 576 656 | 
             
               */
         | 
| @@ -579,6 +659,14 @@ declare class QuickSight extends Service { | |
| 579 659 | 
             
               * Returns information about a user, given the user name. 
         | 
| 580 660 | 
             
               */
         | 
| 581 661 | 
             
              describeUser(callback?: (err: AWSError, data: QuickSight.Types.DescribeUserResponse) => void): Request<QuickSight.Types.DescribeUserResponse, AWSError>;
         | 
| 662 | 
            +
              /**
         | 
| 663 | 
            +
               * Describes a VPC connection.
         | 
| 664 | 
            +
               */
         | 
| 665 | 
            +
              describeVPCConnection(params: QuickSight.Types.DescribeVPCConnectionRequest, callback?: (err: AWSError, data: QuickSight.Types.DescribeVPCConnectionResponse) => void): Request<QuickSight.Types.DescribeVPCConnectionResponse, AWSError>;
         | 
| 666 | 
            +
              /**
         | 
| 667 | 
            +
               * Describes a VPC connection.
         | 
| 668 | 
            +
               */
         | 
| 669 | 
            +
              describeVPCConnection(callback?: (err: AWSError, data: QuickSight.Types.DescribeVPCConnectionResponse) => void): Request<QuickSight.Types.DescribeVPCConnectionResponse, AWSError>;
         | 
| 582 670 | 
             
              /**
         | 
| 583 671 | 
             
               * Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions. The following rules apply to the generated URL:   It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.   The URL validity period should not be confused with the actual session lifetime that can be customized using the  SessionLifetimeInMinutes  parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.   You are charged only when the URL is used or there is interaction with Amazon QuickSight.   For more information, see Embedded Analytics in the Amazon QuickSight User Guide. For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.
         | 
| 584 672 | 
             
               */
         | 
| @@ -684,19 +772,19 @@ declare class QuickSight extends Service { | |
| 684 772 | 
             
               */
         | 
| 685 773 | 
             
              listGroups(callback?: (err: AWSError, data: QuickSight.Types.ListGroupsResponse) => void): Request<QuickSight.Types.ListGroupsResponse, AWSError>;
         | 
| 686 774 | 
             
              /**
         | 
| 687 | 
            -
               * Lists IAM policy assignments in the current Amazon QuickSight account.
         | 
| 775 | 
            +
               * Lists the IAM policy assignments in the current Amazon QuickSight account.
         | 
| 688 776 | 
             
               */
         | 
| 689 777 | 
             
              listIAMPolicyAssignments(params: QuickSight.Types.ListIAMPolicyAssignmentsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsResponse, AWSError>;
         | 
| 690 778 | 
             
              /**
         | 
| 691 | 
            -
               * Lists IAM policy assignments in the current Amazon QuickSight account.
         | 
| 779 | 
            +
               * Lists the IAM policy assignments in the current Amazon QuickSight account.
         | 
| 692 780 | 
             
               */
         | 
| 693 781 | 
             
              listIAMPolicyAssignments(callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsResponse, AWSError>;
         | 
| 694 782 | 
             
              /**
         | 
| 695 | 
            -
               * Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.
         | 
| 783 | 
            +
               * Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.
         | 
| 696 784 | 
             
               */
         | 
| 697 785 | 
             
              listIAMPolicyAssignmentsForUser(params: QuickSight.Types.ListIAMPolicyAssignmentsForUserRequest, callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse, AWSError>;
         | 
| 698 786 | 
             
              /**
         | 
| 699 | 
            -
               * Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.
         | 
| 787 | 
            +
               * Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.
         | 
| 700 788 | 
             
               */
         | 
| 701 789 | 
             
              listIAMPolicyAssignmentsForUser(callback?: (err: AWSError, data: QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse) => void): Request<QuickSight.Types.ListIAMPolicyAssignmentsForUserResponse, AWSError>;
         | 
| 702 790 | 
             
              /**
         | 
| @@ -779,6 +867,22 @@ declare class QuickSight extends Service { | |
| 779 867 | 
             
               * Lists all the themes in the current Amazon Web Services account.
         | 
| 780 868 | 
             
               */
         | 
| 781 869 | 
             
              listThemes(callback?: (err: AWSError, data: QuickSight.Types.ListThemesResponse) => void): Request<QuickSight.Types.ListThemesResponse, AWSError>;
         | 
| 870 | 
            +
              /**
         | 
| 871 | 
            +
               * Lists all of the refresh schedules for a topic.
         | 
| 872 | 
            +
               */
         | 
| 873 | 
            +
              listTopicRefreshSchedules(params: QuickSight.Types.ListTopicRefreshSchedulesRequest, callback?: (err: AWSError, data: QuickSight.Types.ListTopicRefreshSchedulesResponse) => void): Request<QuickSight.Types.ListTopicRefreshSchedulesResponse, AWSError>;
         | 
| 874 | 
            +
              /**
         | 
| 875 | 
            +
               * Lists all of the refresh schedules for a topic.
         | 
| 876 | 
            +
               */
         | 
| 877 | 
            +
              listTopicRefreshSchedules(callback?: (err: AWSError, data: QuickSight.Types.ListTopicRefreshSchedulesResponse) => void): Request<QuickSight.Types.ListTopicRefreshSchedulesResponse, AWSError>;
         | 
| 878 | 
            +
              /**
         | 
| 879 | 
            +
               * Lists all of the topics within an account.
         | 
| 880 | 
            +
               */
         | 
| 881 | 
            +
              listTopics(params: QuickSight.Types.ListTopicsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListTopicsResponse) => void): Request<QuickSight.Types.ListTopicsResponse, AWSError>;
         | 
| 882 | 
            +
              /**
         | 
| 883 | 
            +
               * Lists all of the topics within an account.
         | 
| 884 | 
            +
               */
         | 
| 885 | 
            +
              listTopics(callback?: (err: AWSError, data: QuickSight.Types.ListTopicsResponse) => void): Request<QuickSight.Types.ListTopicsResponse, AWSError>;
         | 
| 782 886 | 
             
              /**
         | 
| 783 887 | 
             
               * Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.
         | 
| 784 888 | 
             
               */
         | 
| @@ -795,6 +899,14 @@ declare class QuickSight extends Service { | |
| 795 899 | 
             
               * Returns a list of all of the Amazon QuickSight users belonging to this account. 
         | 
| 796 900 | 
             
               */
         | 
| 797 901 | 
             
              listUsers(callback?: (err: AWSError, data: QuickSight.Types.ListUsersResponse) => void): Request<QuickSight.Types.ListUsersResponse, AWSError>;
         | 
| 902 | 
            +
              /**
         | 
| 903 | 
            +
               * Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
         | 
| 904 | 
            +
               */
         | 
| 905 | 
            +
              listVPCConnections(params: QuickSight.Types.ListVPCConnectionsRequest, callback?: (err: AWSError, data: QuickSight.Types.ListVPCConnectionsResponse) => void): Request<QuickSight.Types.ListVPCConnectionsResponse, AWSError>;
         | 
| 906 | 
            +
              /**
         | 
| 907 | 
            +
               * Lists all of the VPC connections in the current set Amazon Web Services Region of an Amazon Web Services account.
         | 
| 908 | 
            +
               */
         | 
| 909 | 
            +
              listVPCConnections(callback?: (err: AWSError, data: QuickSight.Types.ListVPCConnectionsResponse) => void): Request<QuickSight.Types.ListVPCConnectionsResponse, AWSError>;
         | 
| 798 910 | 
             
              /**
         | 
| 799 911 | 
             
               * Creates or updates the dataset refresh properties for the dataset.
         | 
| 800 912 | 
             
               */
         | 
| @@ -868,11 +980,11 @@ declare class QuickSight extends Service { | |
| 868 980 | 
             
               */
         | 
| 869 981 | 
             
              searchGroups(callback?: (err: AWSError, data: QuickSight.Types.SearchGroupsResponse) => void): Request<QuickSight.Types.SearchGroupsResponse, AWSError>;
         | 
| 870 982 | 
             
              /**
         | 
| 871 | 
            -
               * Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource.  Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and  | 
| 983 | 
            +
               * Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource.  Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, and topic.  Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following:   You can't use tags to track costs for Amazon QuickSight. This isn't possible because you can't tag the resources that Amazon QuickSight costs are based on, for example Amazon QuickSight storage capacity (SPICE), number of users, type of users, and usage metrics.   Amazon QuickSight doesn't currently support the tag editor for Resource Groups.  
         | 
| 872 984 | 
             
               */
         | 
| 873 985 | 
             
              tagResource(params: QuickSight.Types.TagResourceRequest, callback?: (err: AWSError, data: QuickSight.Types.TagResourceResponse) => void): Request<QuickSight.Types.TagResourceResponse, AWSError>;
         | 
| 874 986 | 
             
              /**
         | 
| 875 | 
            -
               * Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource.  Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, and  | 
| 987 | 
            +
               * Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource.  Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values. You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag. You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data set, data source, dashboard, template, and topic.  Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for the following:   You can't use tags to track costs for Amazon QuickSight. This isn't possible because you can't tag the resources that Amazon QuickSight costs are based on, for example Amazon QuickSight storage capacity (SPICE), number of users, type of users, and usage metrics.   Amazon QuickSight doesn't currently support the tag editor for Resource Groups.  
         | 
| 876 988 | 
             
               */
         | 
| 877 989 | 
             
              tagResource(callback?: (err: AWSError, data: QuickSight.Types.TagResourceResponse) => void): Request<QuickSight.Types.TagResourceResponse, AWSError>;
         | 
| 878 990 | 
             
              /**
         | 
| @@ -1004,11 +1116,11 @@ declare class QuickSight extends Service { | |
| 1004 1116 | 
             
               */
         | 
| 1005 1117 | 
             
              updateIAMPolicyAssignment(callback?: (err: AWSError, data: QuickSight.Types.UpdateIAMPolicyAssignmentResponse) => void): Request<QuickSight.Types.UpdateIAMPolicyAssignmentResponse, AWSError>;
         | 
| 1006 1118 | 
             
              /**
         | 
| 1007 | 
            -
               * Updates the content and status of IP rules. To use this operation, you  | 
| 1119 | 
            +
               * Updates the content and status of IP rules. To use this operation, you must provide the entire map of rules. You can use the DescribeIpRestriction operation to get the current rule map.
         | 
| 1008 1120 | 
             
               */
         | 
| 1009 1121 | 
             
              updateIpRestriction(params: QuickSight.Types.UpdateIpRestrictionRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateIpRestrictionResponse) => void): Request<QuickSight.Types.UpdateIpRestrictionResponse, AWSError>;
         | 
| 1010 1122 | 
             
              /**
         | 
| 1011 | 
            -
               * Updates the content and status of IP rules. To use this operation, you  | 
| 1123 | 
            +
               * Updates the content and status of IP rules. To use this operation, you must provide the entire map of rules. You can use the DescribeIpRestriction operation to get the current rule map.
         | 
| 1012 1124 | 
             
               */
         | 
| 1013 1125 | 
             
              updateIpRestriction(callback?: (err: AWSError, data: QuickSight.Types.UpdateIpRestrictionResponse) => void): Request<QuickSight.Types.UpdateIpRestrictionResponse, AWSError>;
         | 
| 1014 1126 | 
             
              /**
         | 
| @@ -1075,6 +1187,30 @@ declare class QuickSight extends Service { | |
| 1075 1187 | 
             
               * Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on, for example "quicksight:DescribeTheme". Theme permissions apply in groupings. Valid groupings include the following for the three levels of permissions, which are user, owner, or no permissions:    User    "quicksight:DescribeTheme"     "quicksight:DescribeThemeAlias"     "quicksight:ListThemeAliases"     "quicksight:ListThemeVersions"      Owner    "quicksight:DescribeTheme"     "quicksight:DescribeThemeAlias"     "quicksight:ListThemeAliases"     "quicksight:ListThemeVersions"     "quicksight:DeleteTheme"     "quicksight:UpdateTheme"     "quicksight:CreateThemeAlias"     "quicksight:DeleteThemeAlias"     "quicksight:UpdateThemeAlias"     "quicksight:UpdateThemePermissions"     "quicksight:DescribeThemePermissions"      To specify no permissions, omit the permissions list.  
         | 
| 1076 1188 | 
             
               */
         | 
| 1077 1189 | 
             
              updateThemePermissions(callback?: (err: AWSError, data: QuickSight.Types.UpdateThemePermissionsResponse) => void): Request<QuickSight.Types.UpdateThemePermissionsResponse, AWSError>;
         | 
| 1190 | 
            +
              /**
         | 
| 1191 | 
            +
               * Updates a topic.
         | 
| 1192 | 
            +
               */
         | 
| 1193 | 
            +
              updateTopic(params: QuickSight.Types.UpdateTopicRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateTopicResponse) => void): Request<QuickSight.Types.UpdateTopicResponse, AWSError>;
         | 
| 1194 | 
            +
              /**
         | 
| 1195 | 
            +
               * Updates a topic.
         | 
| 1196 | 
            +
               */
         | 
| 1197 | 
            +
              updateTopic(callback?: (err: AWSError, data: QuickSight.Types.UpdateTopicResponse) => void): Request<QuickSight.Types.UpdateTopicResponse, AWSError>;
         | 
| 1198 | 
            +
              /**
         | 
| 1199 | 
            +
               * Updates the permissions of a topic.
         | 
| 1200 | 
            +
               */
         | 
| 1201 | 
            +
              updateTopicPermissions(params: QuickSight.Types.UpdateTopicPermissionsRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateTopicPermissionsResponse) => void): Request<QuickSight.Types.UpdateTopicPermissionsResponse, AWSError>;
         | 
| 1202 | 
            +
              /**
         | 
| 1203 | 
            +
               * Updates the permissions of a topic.
         | 
| 1204 | 
            +
               */
         | 
| 1205 | 
            +
              updateTopicPermissions(callback?: (err: AWSError, data: QuickSight.Types.UpdateTopicPermissionsResponse) => void): Request<QuickSight.Types.UpdateTopicPermissionsResponse, AWSError>;
         | 
| 1206 | 
            +
              /**
         | 
| 1207 | 
            +
               * Updates a topic refresh schedule.
         | 
| 1208 | 
            +
               */
         | 
| 1209 | 
            +
              updateTopicRefreshSchedule(params: QuickSight.Types.UpdateTopicRefreshScheduleRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.UpdateTopicRefreshScheduleResponse, AWSError>;
         | 
| 1210 | 
            +
              /**
         | 
| 1211 | 
            +
               * Updates a topic refresh schedule.
         | 
| 1212 | 
            +
               */
         | 
| 1213 | 
            +
              updateTopicRefreshSchedule(callback?: (err: AWSError, data: QuickSight.Types.UpdateTopicRefreshScheduleResponse) => void): Request<QuickSight.Types.UpdateTopicRefreshScheduleResponse, AWSError>;
         | 
| 1078 1214 | 
             
              /**
         | 
| 1079 1215 | 
             
               * Updates an Amazon QuickSight user.
         | 
| 1080 1216 | 
             
               */
         | 
| @@ -1083,6 +1219,14 @@ declare class QuickSight extends Service { | |
| 1083 1219 | 
             
               * Updates an Amazon QuickSight user.
         | 
| 1084 1220 | 
             
               */
         | 
| 1085 1221 | 
             
              updateUser(callback?: (err: AWSError, data: QuickSight.Types.UpdateUserResponse) => void): Request<QuickSight.Types.UpdateUserResponse, AWSError>;
         | 
| 1222 | 
            +
              /**
         | 
| 1223 | 
            +
               * Updates a VPC connection.
         | 
| 1224 | 
            +
               */
         | 
| 1225 | 
            +
              updateVPCConnection(params: QuickSight.Types.UpdateVPCConnectionRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateVPCConnectionResponse) => void): Request<QuickSight.Types.UpdateVPCConnectionResponse, AWSError>;
         | 
| 1226 | 
            +
              /**
         | 
| 1227 | 
            +
               * Updates a VPC connection.
         | 
| 1228 | 
            +
               */
         | 
| 1229 | 
            +
              updateVPCConnection(callback?: (err: AWSError, data: QuickSight.Types.UpdateVPCConnectionResponse) => void): Request<QuickSight.Types.UpdateVPCConnectionResponse, AWSError>;
         | 
| 1086 1230 | 
             
            }
         | 
| 1087 1231 | 
             
            declare namespace QuickSight {
         | 
| 1088 1232 | 
             
              export interface AccountCustomization {
         | 
| @@ -1176,6 +1320,7 @@ declare namespace QuickSight { | |
| 1176 1320 | 
             
                 */
         | 
| 1177 1321 | 
             
                DateAggregationFunction?: DateAggregationFunction;
         | 
| 1178 1322 | 
             
              }
         | 
| 1323 | 
            +
              export type AggregationFunctionParameters = {[key: string]: LimitedString};
         | 
| 1179 1324 | 
             
              export interface AggregationSortConfiguration {
         | 
| 1180 1325 | 
             
                /**
         | 
| 1181 1326 | 
             
                 * The column that determines the sort order of aggregated values.
         | 
| @@ -1478,6 +1623,8 @@ declare namespace QuickSight { | |
| 1478 1623 | 
             
                Database: Database;
         | 
| 1479 1624 | 
             
              }
         | 
| 1480 1625 | 
             
              export type AuthenticationMethodOption = "IAM_AND_QUICKSIGHT"|"IAM_ONLY"|"ACTIVE_DIRECTORY"|string;
         | 
| 1626 | 
            +
              export type AuthorSpecifiedAggregation = "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX"|"MEDIAN"|"SUM"|"AVERAGE"|"STDEV"|"STDEVP"|"VAR"|"VARP"|"PERCENTILE"|string;
         | 
| 1627 | 
            +
              export type AuthorSpecifiedAggregations = AuthorSpecifiedAggregation[];
         | 
| 1481 1628 | 
             
              export type AwsAccountId = string;
         | 
| 1482 1629 | 
             
              export type AwsAndAccountId = string;
         | 
| 1483 1630 | 
             
              export interface AwsIotAnalyticsParameters {
         | 
| @@ -1795,6 +1942,12 @@ declare namespace QuickSight { | |
| 1795 1942 | 
             
                 */
         | 
| 1796 1943 | 
             
                Layout?: SectionLayoutConfiguration;
         | 
| 1797 1944 | 
             
              }
         | 
| 1945 | 
            +
              export interface BookmarksConfigurations {
         | 
| 1946 | 
            +
                /**
         | 
| 1947 | 
            +
                 * A Boolean value that determines whether a user can bookmark an embedded dashboard.
         | 
| 1948 | 
            +
                 */
         | 
| 1949 | 
            +
                Enabled: Boolean;
         | 
| 1950 | 
            +
              }
         | 
| 1798 1951 | 
             
              export type Boolean = boolean;
         | 
| 1799 1952 | 
             
              export type BooleanObject = boolean;
         | 
| 1800 1953 | 
             
              export interface BorderStyle {
         | 
| @@ -1949,8 +2102,9 @@ declare namespace QuickSight { | |
| 1949 2102 | 
             
                /**
         | 
| 1950 2103 | 
             
                 * The expression of the calculated field.
         | 
| 1951 2104 | 
             
                 */
         | 
| 1952 | 
            -
                Expression:  | 
| 2105 | 
            +
                Expression: CalculatedFieldExpression;
         | 
| 1953 2106 | 
             
              }
         | 
| 2107 | 
            +
              export type CalculatedFieldExpression = string;
         | 
| 1954 2108 | 
             
              export type CalculatedFields = CalculatedField[];
         | 
| 1955 2109 | 
             
              export interface CalculatedMeasureField {
         | 
| 1956 2110 | 
             
                /**
         | 
| @@ -2101,10 +2255,23 @@ declare namespace QuickSight { | |
| 2101 2255 | 
             
                 */
         | 
| 2102 2256 | 
             
                CustomFilterConfiguration?: CustomFilterConfiguration;
         | 
| 2103 2257 | 
             
              }
         | 
| 2258 | 
            +
              export type CategoryFilterFunction = "EXACT"|"CONTAINS"|string;
         | 
| 2104 2259 | 
             
              export type CategoryFilterMatchOperator = "EQUALS"|"DOES_NOT_EQUAL"|"CONTAINS"|"DOES_NOT_CONTAIN"|"STARTS_WITH"|"ENDS_WITH"|string;
         | 
| 2105 2260 | 
             
              export type CategoryFilterSelectAllOptions = "FILTER_ALL_VALUES"|string;
         | 
| 2261 | 
            +
              export type CategoryFilterType = "CUSTOM_FILTER"|"CUSTOM_FILTER_LIST"|"FILTER_LIST"|string;
         | 
| 2106 2262 | 
             
              export type CategoryValue = string;
         | 
| 2107 2263 | 
             
              export type CategoryValueList = CategoryValue[];
         | 
| 2264 | 
            +
              export interface CellValueSynonym {
         | 
| 2265 | 
            +
                /**
         | 
| 2266 | 
            +
                 * The cell value.
         | 
| 2267 | 
            +
                 */
         | 
| 2268 | 
            +
                CellValue?: LimitedString;
         | 
| 2269 | 
            +
                /**
         | 
| 2270 | 
            +
                 * Other names or aliases for the cell value.
         | 
| 2271 | 
            +
                 */
         | 
| 2272 | 
            +
                Synonyms?: StringList;
         | 
| 2273 | 
            +
              }
         | 
| 2274 | 
            +
              export type CellValueSynonyms = CellValueSynonym[];
         | 
| 2108 2275 | 
             
              export interface ChartAxisLabelOptions {
         | 
| 2109 2276 | 
             
                /**
         | 
| 2110 2277 | 
             
                 * The visibility of an axis label on a chart. Choose one of the following options:    VISIBLE: Shows the axis.    HIDDEN: Hides the axis.  
         | 
| @@ -2132,6 +2299,12 @@ declare namespace QuickSight { | |
| 2132 2299 | 
             
                 */
         | 
| 2133 2300 | 
             
                ClusterMarker?: ClusterMarker;
         | 
| 2134 2301 | 
             
              }
         | 
| 2302 | 
            +
              export interface CollectiveConstant {
         | 
| 2303 | 
            +
                /**
         | 
| 2304 | 
            +
                 * A list of values for the collective constant.
         | 
| 2305 | 
            +
                 */
         | 
| 2306 | 
            +
                ValueList?: StringList;
         | 
| 2307 | 
            +
              }
         | 
| 2135 2308 | 
             
              export type ColorFillType = "DISCRETE"|"GRADIENT"|string;
         | 
| 2136 2309 | 
             
              export type ColorList = HexColor[];
         | 
| 2137 2310 | 
             
              export interface ColorScale {
         | 
| @@ -2164,6 +2337,7 @@ declare namespace QuickSight { | |
| 2164 2337 | 
             
                Role?: ColumnRole;
         | 
| 2165 2338 | 
             
              }
         | 
| 2166 2339 | 
             
              export type ColumnConfigurationList = ColumnConfiguration[];
         | 
| 2340 | 
            +
              export type ColumnDataRole = "DIMENSION"|"MEASURE"|string;
         | 
| 2167 2341 | 
             
              export type ColumnDataType = "STRING"|"INTEGER"|"DECIMAL"|"DATETIME"|string;
         | 
| 2168 2342 | 
             
              export interface ColumnDescription {
         | 
| 2169 2343 | 
             
                /**
         | 
| @@ -2238,6 +2412,7 @@ declare namespace QuickSight { | |
| 2238 2412 | 
             
              export type ColumnList = ColumnName[];
         | 
| 2239 2413 | 
             
              export type ColumnName = string;
         | 
| 2240 2414 | 
             
              export type ColumnNameList = String[];
         | 
| 2415 | 
            +
              export type ColumnOrderingType = "GREATER_IS_BETTER"|"LESSER_IS_BETTER"|"SPECIFIED"|string;
         | 
| 2241 2416 | 
             
              export type ColumnRole = "DIMENSION"|"MEASURE"|string;
         | 
| 2242 2417 | 
             
              export interface ColumnSchema {
         | 
| 2243 2418 | 
             
                /**
         | 
| @@ -2430,6 +2605,20 @@ declare namespace QuickSight { | |
| 2430 2605 | 
             
                 */
         | 
| 2431 2606 | 
             
                ColumnHierarchies?: ColumnHierarchyList;
         | 
| 2432 2607 | 
             
              }
         | 
| 2608 | 
            +
              export interface ComparativeOrder {
         | 
| 2609 | 
            +
                /**
         | 
| 2610 | 
            +
                 * The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
         | 
| 2611 | 
            +
                 */
         | 
| 2612 | 
            +
                UseOrdering?: ColumnOrderingType;
         | 
| 2613 | 
            +
                /**
         | 
| 2614 | 
            +
                 * The list of columns to be used in the ordering.
         | 
| 2615 | 
            +
                 */
         | 
| 2616 | 
            +
                SpecifedOrder?: StringList;
         | 
| 2617 | 
            +
                /**
         | 
| 2618 | 
            +
                 * The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
         | 
| 2619 | 
            +
                 */
         | 
| 2620 | 
            +
                TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType;
         | 
| 2621 | 
            +
              }
         | 
| 2433 2622 | 
             
              export interface ComparisonConfiguration {
         | 
| 2434 2623 | 
             
                /**
         | 
| 2435 2624 | 
             
                 * The method of the comparison. Choose from the following options:    DIFFERENCE     PERCENT_DIFFERENCE     PERCENT   
         | 
| @@ -2580,6 +2769,7 @@ declare namespace QuickSight { | |
| 2580 2769 | 
             
                 */
         | 
| 2581 2770 | 
             
                Color?: HexColor;
         | 
| 2582 2771 | 
             
              }
         | 
| 2772 | 
            +
              export type ConstantType = "SINGULAR"|"RANGE"|"COLLECTIVE"|string;
         | 
| 2583 2773 | 
             
              export interface ContributionAnalysisDefault {
         | 
| 2584 2774 | 
             
                /**
         | 
| 2585 2775 | 
             
                 * The measure field that is used in the contribution analysis.
         | 
| @@ -2905,6 +3095,10 @@ declare namespace QuickSight { | |
| 2905 3095 | 
             
                 */
         | 
| 2906 3096 | 
             
                Tags?: TagList;
         | 
| 2907 3097 | 
             
                DataSetUsageConfiguration?: DataSetUsageConfiguration;
         | 
| 3098 | 
            +
                /**
         | 
| 3099 | 
            +
                 * The parameter declarations of the dataset.
         | 
| 3100 | 
            +
                 */
         | 
| 3101 | 
            +
                DatasetParameters?: DatasetParameterList;
         | 
| 2908 3102 | 
             
              }
         | 
| 2909 3103 | 
             
              export interface CreateDataSetResponse {
         | 
| 2910 3104 | 
             
                /**
         | 
| @@ -3146,7 +3340,7 @@ declare namespace QuickSight { | |
| 3146 3340 | 
             
                 */
         | 
| 3147 3341 | 
             
                AwsAccountId: AwsAccountId;
         | 
| 3148 3342 | 
             
                /**
         | 
| 3149 | 
            -
                 * The name of the assignment, also called a rule.  | 
| 3343 | 
            +
                 * The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.
         | 
| 3150 3344 | 
             
                 */
         | 
| 3151 3345 | 
             
                AssignmentName: IAMPolicyAssignmentName;
         | 
| 3152 3346 | 
             
                /**
         | 
| @@ -3168,7 +3362,7 @@ declare namespace QuickSight { | |
| 3168 3362 | 
             
              }
         | 
| 3169 3363 | 
             
              export interface CreateIAMPolicyAssignmentResponse {
         | 
| 3170 3364 | 
             
                /**
         | 
| 3171 | 
            -
                 * The name of the assignment.  | 
| 3365 | 
            +
                 * The name of the assignment. The name must be unique within the Amazon Web Services account.
         | 
| 3172 3366 | 
             
                 */
         | 
| 3173 3367 | 
             
                AssignmentName?: IAMPolicyAssignmentName;
         | 
| 3174 3368 | 
             
                /**
         | 
| @@ -3500,6 +3694,150 @@ declare namespace QuickSight { | |
| 3500 3694 | 
             
                 */
         | 
| 3501 3695 | 
             
                RequestId?: String;
         | 
| 3502 3696 | 
             
              }
         | 
| 3697 | 
            +
              export interface CreateTopicRefreshScheduleRequest {
         | 
| 3698 | 
            +
                /**
         | 
| 3699 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic you're creating a refresh schedule for.
         | 
| 3700 | 
            +
                 */
         | 
| 3701 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 3702 | 
            +
                /**
         | 
| 3703 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 3704 | 
            +
                 */
         | 
| 3705 | 
            +
                TopicId: TopicId;
         | 
| 3706 | 
            +
                /**
         | 
| 3707 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 3708 | 
            +
                 */
         | 
| 3709 | 
            +
                DatasetArn: Arn;
         | 
| 3710 | 
            +
                /**
         | 
| 3711 | 
            +
                 * The name of the dataset.
         | 
| 3712 | 
            +
                 */
         | 
| 3713 | 
            +
                DatasetName?: String;
         | 
| 3714 | 
            +
                /**
         | 
| 3715 | 
            +
                 * The definition of a refresh schedule.
         | 
| 3716 | 
            +
                 */
         | 
| 3717 | 
            +
                RefreshSchedule: TopicRefreshSchedule;
         | 
| 3718 | 
            +
              }
         | 
| 3719 | 
            +
              export interface CreateTopicRefreshScheduleResponse {
         | 
| 3720 | 
            +
                /**
         | 
| 3721 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 3722 | 
            +
                 */
         | 
| 3723 | 
            +
                TopicId?: TopicId;
         | 
| 3724 | 
            +
                /**
         | 
| 3725 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 3726 | 
            +
                 */
         | 
| 3727 | 
            +
                TopicArn?: Arn;
         | 
| 3728 | 
            +
                /**
         | 
| 3729 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 3730 | 
            +
                 */
         | 
| 3731 | 
            +
                DatasetArn?: Arn;
         | 
| 3732 | 
            +
                /**
         | 
| 3733 | 
            +
                 * The HTTP status of the request.
         | 
| 3734 | 
            +
                 */
         | 
| 3735 | 
            +
                Status?: StatusCode;
         | 
| 3736 | 
            +
                /**
         | 
| 3737 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 3738 | 
            +
                 */
         | 
| 3739 | 
            +
                RequestId?: String;
         | 
| 3740 | 
            +
              }
         | 
| 3741 | 
            +
              export interface CreateTopicRequest {
         | 
| 3742 | 
            +
                /**
         | 
| 3743 | 
            +
                 * The ID of the Amazon Web Services account that you want to create a topic in.
         | 
| 3744 | 
            +
                 */
         | 
| 3745 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 3746 | 
            +
                /**
         | 
| 3747 | 
            +
                 * The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 3748 | 
            +
                 */
         | 
| 3749 | 
            +
                TopicId: TopicId;
         | 
| 3750 | 
            +
                /**
         | 
| 3751 | 
            +
                 * The definition of a topic to create.
         | 
| 3752 | 
            +
                 */
         | 
| 3753 | 
            +
                Topic: TopicDetails;
         | 
| 3754 | 
            +
                /**
         | 
| 3755 | 
            +
                 * Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
         | 
| 3756 | 
            +
                 */
         | 
| 3757 | 
            +
                Tags?: TagList;
         | 
| 3758 | 
            +
              }
         | 
| 3759 | 
            +
              export interface CreateTopicResponse {
         | 
| 3760 | 
            +
                /**
         | 
| 3761 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 3762 | 
            +
                 */
         | 
| 3763 | 
            +
                Arn?: Arn;
         | 
| 3764 | 
            +
                /**
         | 
| 3765 | 
            +
                 * The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 3766 | 
            +
                 */
         | 
| 3767 | 
            +
                TopicId?: TopicId;
         | 
| 3768 | 
            +
                /**
         | 
| 3769 | 
            +
                 * The Amazon Resource Name (ARN) of the topic refresh.
         | 
| 3770 | 
            +
                 */
         | 
| 3771 | 
            +
                RefreshArn?: Arn;
         | 
| 3772 | 
            +
                /**
         | 
| 3773 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 3774 | 
            +
                 */
         | 
| 3775 | 
            +
                RequestId?: String;
         | 
| 3776 | 
            +
                /**
         | 
| 3777 | 
            +
                 * The HTTP status of the request.
         | 
| 3778 | 
            +
                 */
         | 
| 3779 | 
            +
                Status?: StatusCode;
         | 
| 3780 | 
            +
              }
         | 
| 3781 | 
            +
              export interface CreateVPCConnectionRequest {
         | 
| 3782 | 
            +
                /**
         | 
| 3783 | 
            +
                 * The Amazon Web Services account ID of the account where you want to create a new VPC connection.
         | 
| 3784 | 
            +
                 */
         | 
| 3785 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 3786 | 
            +
                /**
         | 
| 3787 | 
            +
                 * The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 3788 | 
            +
                 */
         | 
| 3789 | 
            +
                VPCConnectionId: VPCConnectionResourceIdRestricted;
         | 
| 3790 | 
            +
                /**
         | 
| 3791 | 
            +
                 * The display name for the VPC connection.
         | 
| 3792 | 
            +
                 */
         | 
| 3793 | 
            +
                Name: ResourceName;
         | 
| 3794 | 
            +
                /**
         | 
| 3795 | 
            +
                 * A list of subnet IDs for the VPC connection.
         | 
| 3796 | 
            +
                 */
         | 
| 3797 | 
            +
                SubnetIds: SubnetIdList;
         | 
| 3798 | 
            +
                /**
         | 
| 3799 | 
            +
                 * A list of security group IDs for the VPC connection.
         | 
| 3800 | 
            +
                 */
         | 
| 3801 | 
            +
                SecurityGroupIds: SecurityGroupIdList;
         | 
| 3802 | 
            +
                /**
         | 
| 3803 | 
            +
                 * A list of IP addresses of DNS resolver endpoints for the VPC connection.
         | 
| 3804 | 
            +
                 */
         | 
| 3805 | 
            +
                DnsResolvers?: DnsResolverList;
         | 
| 3806 | 
            +
                /**
         | 
| 3807 | 
            +
                 * The IAM role to associate with the VPC connection.
         | 
| 3808 | 
            +
                 */
         | 
| 3809 | 
            +
                RoleArn: RoleArn;
         | 
| 3810 | 
            +
                /**
         | 
| 3811 | 
            +
                 * A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
         | 
| 3812 | 
            +
                 */
         | 
| 3813 | 
            +
                Tags?: TagList;
         | 
| 3814 | 
            +
              }
         | 
| 3815 | 
            +
              export interface CreateVPCConnectionResponse {
         | 
| 3816 | 
            +
                /**
         | 
| 3817 | 
            +
                 * The Amazon Resource Name (ARN) of the VPC connection.
         | 
| 3818 | 
            +
                 */
         | 
| 3819 | 
            +
                Arn?: Arn;
         | 
| 3820 | 
            +
                /**
         | 
| 3821 | 
            +
                 * The ID for the VPC connection that you're creating. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 3822 | 
            +
                 */
         | 
| 3823 | 
            +
                VPCConnectionId?: VPCConnectionResourceIdRestricted;
         | 
| 3824 | 
            +
                /**
         | 
| 3825 | 
            +
                 * The status of the creation of the VPC connection.
         | 
| 3826 | 
            +
                 */
         | 
| 3827 | 
            +
                CreationStatus?: VPCConnectionResourceStatus;
         | 
| 3828 | 
            +
                /**
         | 
| 3829 | 
            +
                 * The availability status of the VPC connection.
         | 
| 3830 | 
            +
                 */
         | 
| 3831 | 
            +
                AvailabilityStatus?: VPCConnectionAvailabilityStatus;
         | 
| 3832 | 
            +
                /**
         | 
| 3833 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 3834 | 
            +
                 */
         | 
| 3835 | 
            +
                RequestId?: String;
         | 
| 3836 | 
            +
                /**
         | 
| 3837 | 
            +
                 * The HTTP status of the request.
         | 
| 3838 | 
            +
                 */
         | 
| 3839 | 
            +
                Status?: StatusCode;
         | 
| 3840 | 
            +
              }
         | 
| 3503 3841 | 
             
              export interface CredentialPair {
         | 
| 3504 3842 | 
             
                /**
         | 
| 3505 3843 | 
             
                 * User name.
         | 
| @@ -3550,6 +3888,7 @@ declare namespace QuickSight { | |
| 3550 3888 | 
             
                 */
         | 
| 3551 3889 | 
             
                NullValueFormatConfiguration?: NullValueFormatConfiguration;
         | 
| 3552 3890 | 
             
              }
         | 
| 3891 | 
            +
              export type CustomActionColumnList = ColumnIdentifier[];
         | 
| 3553 3892 | 
             
              export interface CustomActionFilterOperation {
         | 
| 3554 3893 | 
             
                /**
         | 
| 3555 3894 | 
             
                 * The configuration that chooses the fields to be filtered.
         | 
| @@ -3989,6 +4328,16 @@ declare namespace QuickSight { | |
| 3989 4328 | 
             
                 */
         | 
| 3990 4329 | 
             
                ExportHiddenFieldsOption?: ExportHiddenFieldsOption;
         | 
| 3991 4330 | 
             
              }
         | 
| 4331 | 
            +
              export interface DataAggregation {
         | 
| 4332 | 
            +
                /**
         | 
| 4333 | 
            +
                 * The level of time precision that is used to aggregate DateTime values.
         | 
| 4334 | 
            +
                 */
         | 
| 4335 | 
            +
                DatasetRowDateGranularity?: TopicTimeGranularity;
         | 
| 4336 | 
            +
                /**
         | 
| 4337 | 
            +
                 * The column name for the default date.
         | 
| 4338 | 
            +
                 */
         | 
| 4339 | 
            +
                DefaultDateColumnName?: LimitedString;
         | 
| 4340 | 
            +
              }
         | 
| 3992 4341 | 
             
              export interface DataBarsOptions {
         | 
| 3993 4342 | 
             
                /**
         | 
| 3994 4343 | 
             
                 * The field ID for the data bars options.
         | 
| @@ -4083,6 +4432,10 @@ declare namespace QuickSight { | |
| 4083 4432 | 
             
                 * Determines whether overlap is enabled or disabled for the data labels.
         | 
| 4084 4433 | 
             
                 */
         | 
| 4085 4434 | 
             
                Overlap?: DataLabelOverlap;
         | 
| 4435 | 
            +
                /**
         | 
| 4436 | 
            +
                 * Determines the visibility of the total.
         | 
| 4437 | 
            +
                 */
         | 
| 4438 | 
            +
                TotalsVisibility?: Visibility;
         | 
| 4086 4439 | 
             
              }
         | 
| 4087 4440 | 
             
              export type DataLabelOverlap = "DISABLE_OVERLAP"|"ENABLE_OVERLAP"|string;
         | 
| 4088 4441 | 
             
              export type DataLabelPosition = "INSIDE"|"OUTSIDE"|"LEFT"|"TOP"|"BOTTOM"|"RIGHT"|string;
         | 
| @@ -4242,6 +4595,10 @@ declare namespace QuickSight { | |
| 4242 4595 | 
             
                 * The usage configuration to apply to child datasets that reference this dataset as a source.
         | 
| 4243 4596 | 
             
                 */
         | 
| 4244 4597 | 
             
                DataSetUsageConfiguration?: DataSetUsageConfiguration;
         | 
| 4598 | 
            +
                /**
         | 
| 4599 | 
            +
                 * The parameters that are declared in a dataset.
         | 
| 4600 | 
            +
                 */
         | 
| 4601 | 
            +
                DatasetParameters?: DatasetParameterList;
         | 
| 4245 4602 | 
             
              }
         | 
| 4246 4603 | 
             
              export type DataSetArnsList = Arn[];
         | 
| 4247 4604 | 
             
              export interface DataSetConfiguration {
         | 
| @@ -4595,6 +4952,63 @@ declare namespace QuickSight { | |
| 4595 4952 | 
             
                 */
         | 
| 4596 4953 | 
             
                SqlEndpointPath: SqlEndpointPath;
         | 
| 4597 4954 | 
             
              }
         | 
| 4955 | 
            +
              export interface DatasetMetadata {
         | 
| 4956 | 
            +
                /**
         | 
| 4957 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 4958 | 
            +
                 */
         | 
| 4959 | 
            +
                DatasetArn: Arn;
         | 
| 4960 | 
            +
                /**
         | 
| 4961 | 
            +
                 * The name of the dataset.
         | 
| 4962 | 
            +
                 */
         | 
| 4963 | 
            +
                DatasetName?: LimitedString;
         | 
| 4964 | 
            +
                /**
         | 
| 4965 | 
            +
                 * The description of the dataset.
         | 
| 4966 | 
            +
                 */
         | 
| 4967 | 
            +
                DatasetDescription?: LimitedString;
         | 
| 4968 | 
            +
                /**
         | 
| 4969 | 
            +
                 * The definition of a data aggregation.
         | 
| 4970 | 
            +
                 */
         | 
| 4971 | 
            +
                DataAggregation?: DataAggregation;
         | 
| 4972 | 
            +
                /**
         | 
| 4973 | 
            +
                 * The list of filter definitions.
         | 
| 4974 | 
            +
                 */
         | 
| 4975 | 
            +
                Filters?: TopicFilters;
         | 
| 4976 | 
            +
                /**
         | 
| 4977 | 
            +
                 * The list of column definitions.
         | 
| 4978 | 
            +
                 */
         | 
| 4979 | 
            +
                Columns?: TopicColumns;
         | 
| 4980 | 
            +
                /**
         | 
| 4981 | 
            +
                 * The list of calculated field definitions.
         | 
| 4982 | 
            +
                 */
         | 
| 4983 | 
            +
                CalculatedFields?: TopicCalculatedFields;
         | 
| 4984 | 
            +
                /**
         | 
| 4985 | 
            +
                 * The list of named entities definitions.
         | 
| 4986 | 
            +
                 */
         | 
| 4987 | 
            +
                NamedEntities?: TopicNamedEntities;
         | 
| 4988 | 
            +
              }
         | 
| 4989 | 
            +
              export interface DatasetParameter {
         | 
| 4990 | 
            +
                /**
         | 
| 4991 | 
            +
                 * A string parameter that is created in the dataset.
         | 
| 4992 | 
            +
                 */
         | 
| 4993 | 
            +
                StringDatasetParameter?: StringDatasetParameter;
         | 
| 4994 | 
            +
                /**
         | 
| 4995 | 
            +
                 * A decimal parameter that is created in the dataset.
         | 
| 4996 | 
            +
                 */
         | 
| 4997 | 
            +
                DecimalDatasetParameter?: DecimalDatasetParameter;
         | 
| 4998 | 
            +
                /**
         | 
| 4999 | 
            +
                 * An integer parameter that is created in the dataset.
         | 
| 5000 | 
            +
                 */
         | 
| 5001 | 
            +
                IntegerDatasetParameter?: IntegerDatasetParameter;
         | 
| 5002 | 
            +
                /**
         | 
| 5003 | 
            +
                 * A date time parameter that is created in the dataset.
         | 
| 5004 | 
            +
                 */
         | 
| 5005 | 
            +
                DateTimeDatasetParameter?: DateTimeDatasetParameter;
         | 
| 5006 | 
            +
              }
         | 
| 5007 | 
            +
              export type DatasetParameterId = string;
         | 
| 5008 | 
            +
              export type DatasetParameterList = DatasetParameter[];
         | 
| 5009 | 
            +
              export type DatasetParameterName = string;
         | 
| 5010 | 
            +
              export type DatasetParameterValueType = "MULTI_VALUED"|"SINGLE_VALUED"|string;
         | 
| 5011 | 
            +
              export type Datasets = DatasetMetadata[];
         | 
| 4598 5012 | 
             
              export type DateAggregationFunction = "COUNT"|"DISTINCT_COUNT"|"MIN"|"MAX"|string;
         | 
| 4599 5013 | 
             
              export interface DateAxisOptions {
         | 
| 4600 5014 | 
             
                /**
         | 
| @@ -4642,6 +5056,36 @@ declare namespace QuickSight { | |
| 4642 5056 | 
             
                 */
         | 
| 4643 5057 | 
             
                FormatConfiguration?: DateTimeFormatConfiguration;
         | 
| 4644 5058 | 
             
              }
         | 
| 5059 | 
            +
              export interface DateTimeDatasetParameter {
         | 
| 5060 | 
            +
                /**
         | 
| 5061 | 
            +
                 * An identifier for the parameter that is created in the dataset.
         | 
| 5062 | 
            +
                 */
         | 
| 5063 | 
            +
                Id: DatasetParameterId;
         | 
| 5064 | 
            +
                /**
         | 
| 5065 | 
            +
                 * The name of the date time parameter that is created in the dataset.
         | 
| 5066 | 
            +
                 */
         | 
| 5067 | 
            +
                Name: DatasetParameterName;
         | 
| 5068 | 
            +
                /**
         | 
| 5069 | 
            +
                 * The value type of the dataset parameter. Valid values are single value or multi value.
         | 
| 5070 | 
            +
                 */
         | 
| 5071 | 
            +
                ValueType: DatasetParameterValueType;
         | 
| 5072 | 
            +
                /**
         | 
| 5073 | 
            +
                 * The time granularity of the date time parameter.
         | 
| 5074 | 
            +
                 */
         | 
| 5075 | 
            +
                TimeGranularity?: TimeGranularity;
         | 
| 5076 | 
            +
                /**
         | 
| 5077 | 
            +
                 * A list of default values for a given date time parameter. This structure only accepts static values.
         | 
| 5078 | 
            +
                 */
         | 
| 5079 | 
            +
                DefaultValues?: DateTimeDatasetParameterDefaultValues;
         | 
| 5080 | 
            +
              }
         | 
| 5081 | 
            +
              export type DateTimeDatasetParameterDefaultValue = Date;
         | 
| 5082 | 
            +
              export interface DateTimeDatasetParameterDefaultValues {
         | 
| 5083 | 
            +
                /**
         | 
| 5084 | 
            +
                 * A list of static default values for a given date time parameter.
         | 
| 5085 | 
            +
                 */
         | 
| 5086 | 
            +
                StaticValues?: DateTimeDatasetParameterValueList;
         | 
| 5087 | 
            +
              }
         | 
| 5088 | 
            +
              export type DateTimeDatasetParameterValueList = DateTimeDatasetParameterDefaultValue[];
         | 
| 4645 5089 | 
             
              export type DateTimeDefaultValueList = SensitiveTimestamp[];
         | 
| 4646 5090 | 
             
              export interface DateTimeDefaultValues {
         | 
| 4647 5091 | 
             
                /**
         | 
| @@ -4709,6 +5153,7 @@ declare namespace QuickSight { | |
| 4709 5153 | 
             
                 * The configuration that defines the default value of a DateTime parameter when a value has not been set.
         | 
| 4710 5154 | 
             
                 */
         | 
| 4711 5155 | 
             
                ValueWhenUnset?: DateTimeValueWhenUnsetConfiguration;
         | 
| 5156 | 
            +
                MappedDataSetParameters?: MappedDataSetParameters;
         | 
| 4712 5157 | 
             
              }
         | 
| 4713 5158 | 
             
              export type DateTimeParameterList = DateTimeParameter[];
         | 
| 4714 5159 | 
             
              export interface DateTimePickerControlDisplayOptions {
         | 
| @@ -4733,6 +5178,32 @@ declare namespace QuickSight { | |
| 4733 5178 | 
             
              }
         | 
| 4734 5179 | 
             
              export type DayOfMonth = string;
         | 
| 4735 5180 | 
             
              export type DayOfWeek = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|string;
         | 
| 5181 | 
            +
              export interface DecimalDatasetParameter {
         | 
| 5182 | 
            +
                /**
         | 
| 5183 | 
            +
                 * An identifier for the decimal parameter created in the dataset.
         | 
| 5184 | 
            +
                 */
         | 
| 5185 | 
            +
                Id: DatasetParameterId;
         | 
| 5186 | 
            +
                /**
         | 
| 5187 | 
            +
                 * The name of the decimal parameter that is created in the dataset.
         | 
| 5188 | 
            +
                 */
         | 
| 5189 | 
            +
                Name: DatasetParameterName;
         | 
| 5190 | 
            +
                /**
         | 
| 5191 | 
            +
                 * The value type of the dataset parameter. Valid values are single value or multi value.
         | 
| 5192 | 
            +
                 */
         | 
| 5193 | 
            +
                ValueType: DatasetParameterValueType;
         | 
| 5194 | 
            +
                /**
         | 
| 5195 | 
            +
                 * A list of default values for a given decimal parameter. This structure only accepts static values.
         | 
| 5196 | 
            +
                 */
         | 
| 5197 | 
            +
                DefaultValues?: DecimalDatasetParameterDefaultValues;
         | 
| 5198 | 
            +
              }
         | 
| 5199 | 
            +
              export type DecimalDatasetParameterDefaultValue = number;
         | 
| 5200 | 
            +
              export interface DecimalDatasetParameterDefaultValues {
         | 
| 5201 | 
            +
                /**
         | 
| 5202 | 
            +
                 * A list of static default values for a given decimal parameter.
         | 
| 5203 | 
            +
                 */
         | 
| 5204 | 
            +
                StaticValues?: DecimalDatasetParameterValueList;
         | 
| 5205 | 
            +
              }
         | 
| 5206 | 
            +
              export type DecimalDatasetParameterValueList = DecimalDatasetParameterDefaultValue[];
         | 
| 4736 5207 | 
             
              export type DecimalDefaultValueList = SensitiveDoubleObject[];
         | 
| 4737 5208 | 
             
              export interface DecimalDefaultValues {
         | 
| 4738 5209 | 
             
                /**
         | 
| @@ -4771,6 +5242,7 @@ declare namespace QuickSight { | |
| 4771 5242 | 
             
                 * The configuration that defines the default value of a Decimal parameter when a value has not been set.
         | 
| 4772 5243 | 
             
                 */
         | 
| 4773 5244 | 
             
                ValueWhenUnset?: DecimalValueWhenUnsetConfiguration;
         | 
| 5245 | 
            +
                MappedDataSetParameters?: MappedDataSetParameters;
         | 
| 4774 5246 | 
             
              }
         | 
| 4775 5247 | 
             
              export type DecimalParameterList = DecimalParameter[];
         | 
| 4776 5248 | 
             
              export type DecimalPlaces = number;
         | 
| @@ -4790,11 +5262,22 @@ declare namespace QuickSight { | |
| 4790 5262 | 
             
                 */
         | 
| 4791 5263 | 
             
                CustomValue?: SensitiveDouble;
         | 
| 4792 5264 | 
             
              }
         | 
| 4793 | 
            -
              export  | 
| 5265 | 
            +
              export type DefaultAggregation = "SUM"|"MAX"|"MIN"|"COUNT"|"DISTINCT_COUNT"|"AVERAGE"|string;
         | 
| 5266 | 
            +
              export interface DefaultFormatting {
         | 
| 4794 5267 | 
             
                /**
         | 
| 4795 | 
            -
                 *  | 
| 5268 | 
            +
                 * The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
         | 
| 4796 5269 | 
             
                 */
         | 
| 4797 | 
            -
                 | 
| 5270 | 
            +
                DisplayFormat?: DisplayFormat;
         | 
| 5271 | 
            +
                /**
         | 
| 5272 | 
            +
                 * The additional options for display formatting.
         | 
| 5273 | 
            +
                 */
         | 
| 5274 | 
            +
                DisplayFormatOptions?: DisplayFormatOptions;
         | 
| 5275 | 
            +
              }
         | 
| 5276 | 
            +
              export interface DefaultFreeFormLayoutConfiguration {
         | 
| 5277 | 
            +
                /**
         | 
| 5278 | 
            +
                 * Determines the screen canvas size options for a free-form layout.
         | 
| 5279 | 
            +
                 */
         | 
| 5280 | 
            +
                CanvasSizeOptions: FreeFormLayoutCanvasSizeOptions;
         | 
| 4798 5281 | 
             
              }
         | 
| 4799 5282 | 
             
              export interface DefaultGridLayoutConfiguration {
         | 
| 4800 5283 | 
             
                /**
         | 
| @@ -5346,6 +5829,70 @@ declare namespace QuickSight { | |
| 5346 5829 | 
             
                 */
         | 
| 5347 5830 | 
             
                ThemeId?: ShortRestrictiveResourceId;
         | 
| 5348 5831 | 
             
              }
         | 
| 5832 | 
            +
              export interface DeleteTopicRefreshScheduleRequest {
         | 
| 5833 | 
            +
                /**
         | 
| 5834 | 
            +
                 * The Amazon Web Services account ID.
         | 
| 5835 | 
            +
                 */
         | 
| 5836 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 5837 | 
            +
                /**
         | 
| 5838 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 5839 | 
            +
                 */
         | 
| 5840 | 
            +
                TopicId: TopicId;
         | 
| 5841 | 
            +
                /**
         | 
| 5842 | 
            +
                 * The ID of the dataset.
         | 
| 5843 | 
            +
                 */
         | 
| 5844 | 
            +
                DatasetId: String;
         | 
| 5845 | 
            +
              }
         | 
| 5846 | 
            +
              export interface DeleteTopicRefreshScheduleResponse {
         | 
| 5847 | 
            +
                /**
         | 
| 5848 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 5849 | 
            +
                 */
         | 
| 5850 | 
            +
                TopicId?: TopicId;
         | 
| 5851 | 
            +
                /**
         | 
| 5852 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 5853 | 
            +
                 */
         | 
| 5854 | 
            +
                TopicArn?: Arn;
         | 
| 5855 | 
            +
                /**
         | 
| 5856 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 5857 | 
            +
                 */
         | 
| 5858 | 
            +
                DatasetArn?: Arn;
         | 
| 5859 | 
            +
                /**
         | 
| 5860 | 
            +
                 * The HTTP status of the request.
         | 
| 5861 | 
            +
                 */
         | 
| 5862 | 
            +
                Status?: StatusCode;
         | 
| 5863 | 
            +
                /**
         | 
| 5864 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 5865 | 
            +
                 */
         | 
| 5866 | 
            +
                RequestId?: String;
         | 
| 5867 | 
            +
              }
         | 
| 5868 | 
            +
              export interface DeleteTopicRequest {
         | 
| 5869 | 
            +
                /**
         | 
| 5870 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic that you want to delete.
         | 
| 5871 | 
            +
                 */
         | 
| 5872 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 5873 | 
            +
                /**
         | 
| 5874 | 
            +
                 * The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 5875 | 
            +
                 */
         | 
| 5876 | 
            +
                TopicId: TopicId;
         | 
| 5877 | 
            +
              }
         | 
| 5878 | 
            +
              export interface DeleteTopicResponse {
         | 
| 5879 | 
            +
                /**
         | 
| 5880 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 5881 | 
            +
                 */
         | 
| 5882 | 
            +
                Arn?: Arn;
         | 
| 5883 | 
            +
                /**
         | 
| 5884 | 
            +
                 * The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 5885 | 
            +
                 */
         | 
| 5886 | 
            +
                TopicId?: TopicId;
         | 
| 5887 | 
            +
                /**
         | 
| 5888 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 5889 | 
            +
                 */
         | 
| 5890 | 
            +
                RequestId?: String;
         | 
| 5891 | 
            +
                /**
         | 
| 5892 | 
            +
                 * The HTTP status of the request.
         | 
| 5893 | 
            +
                 */
         | 
| 5894 | 
            +
                Status?: StatusCode;
         | 
| 5895 | 
            +
              }
         | 
| 5349 5896 | 
             
              export interface DeleteUserByPrincipalIdRequest {
         | 
| 5350 5897 | 
             
                /**
         | 
| 5351 5898 | 
             
                 * The principal ID of the user.
         | 
| @@ -5394,6 +5941,42 @@ declare namespace QuickSight { | |
| 5394 5941 | 
             
                 */
         | 
| 5395 5942 | 
             
                Status?: StatusCode;
         | 
| 5396 5943 | 
             
              }
         | 
| 5944 | 
            +
              export interface DeleteVPCConnectionRequest {
         | 
| 5945 | 
            +
                /**
         | 
| 5946 | 
            +
                 * The Amazon Web Services account ID of the account where you want to delete a VPC connection.
         | 
| 5947 | 
            +
                 */
         | 
| 5948 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 5949 | 
            +
                /**
         | 
| 5950 | 
            +
                 * The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 5951 | 
            +
                 */
         | 
| 5952 | 
            +
                VPCConnectionId: VPCConnectionResourceIdUnrestricted;
         | 
| 5953 | 
            +
              }
         | 
| 5954 | 
            +
              export interface DeleteVPCConnectionResponse {
         | 
| 5955 | 
            +
                /**
         | 
| 5956 | 
            +
                 * The Amazon Resource Name (ARN) of the deleted VPC connection.
         | 
| 5957 | 
            +
                 */
         | 
| 5958 | 
            +
                Arn?: Arn;
         | 
| 5959 | 
            +
                /**
         | 
| 5960 | 
            +
                 * The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 5961 | 
            +
                 */
         | 
| 5962 | 
            +
                VPCConnectionId?: VPCConnectionResourceIdUnrestricted;
         | 
| 5963 | 
            +
                /**
         | 
| 5964 | 
            +
                 * The deletion status of the VPC connection.
         | 
| 5965 | 
            +
                 */
         | 
| 5966 | 
            +
                DeletionStatus?: VPCConnectionResourceStatus;
         | 
| 5967 | 
            +
                /**
         | 
| 5968 | 
            +
                 * The availability status of the VPC connection.
         | 
| 5969 | 
            +
                 */
         | 
| 5970 | 
            +
                AvailabilityStatus?: VPCConnectionAvailabilityStatus;
         | 
| 5971 | 
            +
                /**
         | 
| 5972 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 5973 | 
            +
                 */
         | 
| 5974 | 
            +
                RequestId?: String;
         | 
| 5975 | 
            +
                /**
         | 
| 5976 | 
            +
                 * The HTTP status of the request.
         | 
| 5977 | 
            +
                 */
         | 
| 5978 | 
            +
                Status?: StatusCode;
         | 
| 5979 | 
            +
              }
         | 
| 5397 5980 | 
             
              export type Delimiter = string;
         | 
| 5398 5981 | 
             
              export interface DescribeAccountCustomizationRequest {
         | 
| 5399 5982 | 
             
                /**
         | 
| @@ -6356,6 +6939,138 @@ declare namespace QuickSight { | |
| 6356 6939 | 
             
                 */
         | 
| 6357 6940 | 
             
                RequestId?: String;
         | 
| 6358 6941 | 
             
              }
         | 
| 6942 | 
            +
              export interface DescribeTopicPermissionsRequest {
         | 
| 6943 | 
            +
                /**
         | 
| 6944 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic that you want described.
         | 
| 6945 | 
            +
                 */
         | 
| 6946 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 6947 | 
            +
                /**
         | 
| 6948 | 
            +
                 * The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 6949 | 
            +
                 */
         | 
| 6950 | 
            +
                TopicId: TopicId;
         | 
| 6951 | 
            +
              }
         | 
| 6952 | 
            +
              export interface DescribeTopicPermissionsResponse {
         | 
| 6953 | 
            +
                /**
         | 
| 6954 | 
            +
                 * The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 6955 | 
            +
                 */
         | 
| 6956 | 
            +
                TopicId?: TopicId;
         | 
| 6957 | 
            +
                /**
         | 
| 6958 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 6959 | 
            +
                 */
         | 
| 6960 | 
            +
                TopicArn?: Arn;
         | 
| 6961 | 
            +
                /**
         | 
| 6962 | 
            +
                 * A list of resource permissions that are configured to the topic.
         | 
| 6963 | 
            +
                 */
         | 
| 6964 | 
            +
                Permissions?: ResourcePermissionList;
         | 
| 6965 | 
            +
                /**
         | 
| 6966 | 
            +
                 * The HTTP status of the request.
         | 
| 6967 | 
            +
                 */
         | 
| 6968 | 
            +
                Status?: StatusCode;
         | 
| 6969 | 
            +
                /**
         | 
| 6970 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 6971 | 
            +
                 */
         | 
| 6972 | 
            +
                RequestId?: String;
         | 
| 6973 | 
            +
              }
         | 
| 6974 | 
            +
              export interface DescribeTopicRefreshRequest {
         | 
| 6975 | 
            +
                /**
         | 
| 6976 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic whose refresh you want to describe.
         | 
| 6977 | 
            +
                 */
         | 
| 6978 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 6979 | 
            +
                /**
         | 
| 6980 | 
            +
                 * The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 6981 | 
            +
                 */
         | 
| 6982 | 
            +
                TopicId: TopicId;
         | 
| 6983 | 
            +
                /**
         | 
| 6984 | 
            +
                 * The ID of the refresh, which is performed when the topic is created or updated.
         | 
| 6985 | 
            +
                 */
         | 
| 6986 | 
            +
                RefreshId: ResourceId;
         | 
| 6987 | 
            +
              }
         | 
| 6988 | 
            +
              export interface DescribeTopicRefreshResponse {
         | 
| 6989 | 
            +
                /**
         | 
| 6990 | 
            +
                 * Details of the refresh, which is performed when the topic is created or updated.
         | 
| 6991 | 
            +
                 */
         | 
| 6992 | 
            +
                RefreshDetails?: TopicRefreshDetails;
         | 
| 6993 | 
            +
                /**
         | 
| 6994 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 6995 | 
            +
                 */
         | 
| 6996 | 
            +
                RequestId?: String;
         | 
| 6997 | 
            +
                /**
         | 
| 6998 | 
            +
                 * The HTTP status of the request.
         | 
| 6999 | 
            +
                 */
         | 
| 7000 | 
            +
                Status?: StatusCode;
         | 
| 7001 | 
            +
              }
         | 
| 7002 | 
            +
              export interface DescribeTopicRefreshScheduleRequest {
         | 
| 7003 | 
            +
                /**
         | 
| 7004 | 
            +
                 * The Amazon Web Services account ID.
         | 
| 7005 | 
            +
                 */
         | 
| 7006 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 7007 | 
            +
                /**
         | 
| 7008 | 
            +
                 * The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 7009 | 
            +
                 */
         | 
| 7010 | 
            +
                TopicId: TopicId;
         | 
| 7011 | 
            +
                /**
         | 
| 7012 | 
            +
                 * The ID of the dataset.
         | 
| 7013 | 
            +
                 */
         | 
| 7014 | 
            +
                DatasetId: String;
         | 
| 7015 | 
            +
              }
         | 
| 7016 | 
            +
              export interface DescribeTopicRefreshScheduleResponse {
         | 
| 7017 | 
            +
                /**
         | 
| 7018 | 
            +
                 * The ID of the topic that contains the refresh schedule that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 7019 | 
            +
                 */
         | 
| 7020 | 
            +
                TopicId?: TopicId;
         | 
| 7021 | 
            +
                /**
         | 
| 7022 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 7023 | 
            +
                 */
         | 
| 7024 | 
            +
                TopicArn?: Arn;
         | 
| 7025 | 
            +
                /**
         | 
| 7026 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 7027 | 
            +
                 */
         | 
| 7028 | 
            +
                DatasetArn?: Arn;
         | 
| 7029 | 
            +
                /**
         | 
| 7030 | 
            +
                 * The definition of a refresh schedule.
         | 
| 7031 | 
            +
                 */
         | 
| 7032 | 
            +
                RefreshSchedule?: TopicRefreshSchedule;
         | 
| 7033 | 
            +
                /**
         | 
| 7034 | 
            +
                 * The HTTP status of the request.
         | 
| 7035 | 
            +
                 */
         | 
| 7036 | 
            +
                Status?: StatusCode;
         | 
| 7037 | 
            +
                /**
         | 
| 7038 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 7039 | 
            +
                 */
         | 
| 7040 | 
            +
                RequestId?: String;
         | 
| 7041 | 
            +
              }
         | 
| 7042 | 
            +
              export interface DescribeTopicRequest {
         | 
| 7043 | 
            +
                /**
         | 
| 7044 | 
            +
                 * The Amazon Web Services account ID.
         | 
| 7045 | 
            +
                 */
         | 
| 7046 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 7047 | 
            +
                /**
         | 
| 7048 | 
            +
                 * The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 7049 | 
            +
                 */
         | 
| 7050 | 
            +
                TopicId: TopicId;
         | 
| 7051 | 
            +
              }
         | 
| 7052 | 
            +
              export interface DescribeTopicResponse {
         | 
| 7053 | 
            +
                /**
         | 
| 7054 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 7055 | 
            +
                 */
         | 
| 7056 | 
            +
                Arn?: Arn;
         | 
| 7057 | 
            +
                /**
         | 
| 7058 | 
            +
                 * The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 7059 | 
            +
                 */
         | 
| 7060 | 
            +
                TopicId?: TopicId;
         | 
| 7061 | 
            +
                /**
         | 
| 7062 | 
            +
                 * The definition of a topic.
         | 
| 7063 | 
            +
                 */
         | 
| 7064 | 
            +
                Topic?: TopicDetails;
         | 
| 7065 | 
            +
                /**
         | 
| 7066 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 7067 | 
            +
                 */
         | 
| 7068 | 
            +
                RequestId?: String;
         | 
| 7069 | 
            +
                /**
         | 
| 7070 | 
            +
                 * The HTTP status of the request.
         | 
| 7071 | 
            +
                 */
         | 
| 7072 | 
            +
                Status?: StatusCode;
         | 
| 7073 | 
            +
              }
         | 
| 6359 7074 | 
             
              export interface DescribeUserRequest {
         | 
| 6360 7075 | 
             
                /**
         | 
| 6361 7076 | 
             
                 * The name of the user that you want to describe.
         | 
| @@ -6384,6 +7099,30 @@ declare namespace QuickSight { | |
| 6384 7099 | 
             
                 */
         | 
| 6385 7100 | 
             
                Status?: StatusCode;
         | 
| 6386 7101 | 
             
              }
         | 
| 7102 | 
            +
              export interface DescribeVPCConnectionRequest {
         | 
| 7103 | 
            +
                /**
         | 
| 7104 | 
            +
                 * The Amazon Web Services account ID of the account that contains the VPC connection that you want described.
         | 
| 7105 | 
            +
                 */
         | 
| 7106 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 7107 | 
            +
                /**
         | 
| 7108 | 
            +
                 * The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 7109 | 
            +
                 */
         | 
| 7110 | 
            +
                VPCConnectionId: VPCConnectionResourceIdUnrestricted;
         | 
| 7111 | 
            +
              }
         | 
| 7112 | 
            +
              export interface DescribeVPCConnectionResponse {
         | 
| 7113 | 
            +
                /**
         | 
| 7114 | 
            +
                 * A response object that provides information for the specified VPC connection.
         | 
| 7115 | 
            +
                 */
         | 
| 7116 | 
            +
                VPCConnection?: VPCConnection;
         | 
| 7117 | 
            +
                /**
         | 
| 7118 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 7119 | 
            +
                 */
         | 
| 7120 | 
            +
                RequestId?: String;
         | 
| 7121 | 
            +
                /**
         | 
| 7122 | 
            +
                 * The HTTP status of the request.
         | 
| 7123 | 
            +
                 */
         | 
| 7124 | 
            +
                Status?: StatusCode;
         | 
| 7125 | 
            +
              }
         | 
| 6387 7126 | 
             
              export interface DestinationParameterValueConfiguration {
         | 
| 6388 7127 | 
             
                /**
         | 
| 6389 7128 | 
             
                 * The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
         | 
| @@ -6401,6 +7140,7 @@ declare namespace QuickSight { | |
| 6401 7140 | 
             
                 * The source field ID of the destination parameter.
         | 
| 6402 7141 | 
             
                 */
         | 
| 6403 7142 | 
             
                SourceField?: FieldId;
         | 
| 7143 | 
            +
                SourceColumn?: ColumnIdentifier;
         | 
| 6404 7144 | 
             
              }
         | 
| 6405 7145 | 
             
              export interface DimensionField {
         | 
| 6406 7146 | 
             
                /**
         | 
| @@ -6417,6 +7157,58 @@ declare namespace QuickSight { | |
| 6417 7157 | 
             
                DateDimensionField?: DateDimensionField;
         | 
| 6418 7158 | 
             
              }
         | 
| 6419 7159 | 
             
              export type DimensionFieldList = DimensionField[];
         | 
| 7160 | 
            +
              export type DisplayFormat = "AUTO"|"PERCENT"|"CURRENCY"|"NUMBER"|"DATE"|"STRING"|string;
         | 
| 7161 | 
            +
              export interface DisplayFormatOptions {
         | 
| 7162 | 
            +
                /**
         | 
| 7163 | 
            +
                 * A Boolean value that indicates whether to use blank cell format.
         | 
| 7164 | 
            +
                 */
         | 
| 7165 | 
            +
                UseBlankCellFormat?: Boolean;
         | 
| 7166 | 
            +
                /**
         | 
| 7167 | 
            +
                 * Determines the blank cell format.
         | 
| 7168 | 
            +
                 */
         | 
| 7169 | 
            +
                BlankCellFormat?: LimitedString;
         | 
| 7170 | 
            +
                /**
         | 
| 7171 | 
            +
                 * Determines the DateTime format.
         | 
| 7172 | 
            +
                 */
         | 
| 7173 | 
            +
                DateFormat?: LimitedString;
         | 
| 7174 | 
            +
                /**
         | 
| 7175 | 
            +
                 * Determines the decimal separator.
         | 
| 7176 | 
            +
                 */
         | 
| 7177 | 
            +
                DecimalSeparator?: TopicNumericSeparatorSymbol;
         | 
| 7178 | 
            +
                /**
         | 
| 7179 | 
            +
                 * Determines the grouping separator.
         | 
| 7180 | 
            +
                 */
         | 
| 7181 | 
            +
                GroupingSeparator?: LimitedString;
         | 
| 7182 | 
            +
                /**
         | 
| 7183 | 
            +
                 * A Boolean value that indicates whether to use grouping.
         | 
| 7184 | 
            +
                 */
         | 
| 7185 | 
            +
                UseGrouping?: Boolean;
         | 
| 7186 | 
            +
                /**
         | 
| 7187 | 
            +
                 * Determines the number of fraction digits.
         | 
| 7188 | 
            +
                 */
         | 
| 7189 | 
            +
                FractionDigits?: Integer;
         | 
| 7190 | 
            +
                /**
         | 
| 7191 | 
            +
                 * The prefix value for a display format.
         | 
| 7192 | 
            +
                 */
         | 
| 7193 | 
            +
                Prefix?: LimitedString;
         | 
| 7194 | 
            +
                /**
         | 
| 7195 | 
            +
                 * The suffix value for a display format.
         | 
| 7196 | 
            +
                 */
         | 
| 7197 | 
            +
                Suffix?: LimitedString;
         | 
| 7198 | 
            +
                /**
         | 
| 7199 | 
            +
                 * The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
         | 
| 7200 | 
            +
                 */
         | 
| 7201 | 
            +
                UnitScaler?: NumberScale;
         | 
| 7202 | 
            +
                /**
         | 
| 7203 | 
            +
                 * The negative format.
         | 
| 7204 | 
            +
                 */
         | 
| 7205 | 
            +
                NegativeFormat?: NegativeFormat;
         | 
| 7206 | 
            +
                /**
         | 
| 7207 | 
            +
                 * The currency symbol, such as USD.
         | 
| 7208 | 
            +
                 */
         | 
| 7209 | 
            +
                CurrencySymbol?: LimitedString;
         | 
| 7210 | 
            +
              }
         | 
| 7211 | 
            +
              export type DnsResolverList = IPv4Address[];
         | 
| 6420 7212 | 
             
              export type Domain = string;
         | 
| 6421 7213 | 
             
              export interface DonutCenterOptions {
         | 
| 6422 7214 | 
             
                /**
         | 
| @@ -6791,6 +7583,7 @@ declare namespace QuickSight { | |
| 6791 7583 | 
             
                 */
         | 
| 6792 7584 | 
             
                TopBottomFilter?: TopBottomFilter;
         | 
| 6793 7585 | 
             
              }
         | 
| 7586 | 
            +
              export type FilterClass = "ENFORCED_VALUE_FILTER"|"CONDITIONAL_VALUE_FILTER"|"NAMED_VALUE_FILTER"|string;
         | 
| 6794 7587 | 
             
              export interface FilterControl {
         | 
| 6795 7588 | 
             
                /**
         | 
| 6796 7589 | 
             
                 * A control from a date filter that is used to specify date and time.
         | 
| @@ -6958,6 +7751,10 @@ declare namespace QuickSight { | |
| 6958 7751 | 
             
                 * A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation. Valid values are defined as follows:    ALL_FIELDS: Applies the filter operation to all fields.  
         | 
| 6959 7752 | 
             
                 */
         | 
| 6960 7753 | 
             
                SelectedFieldOptions?: SelectedFieldOptions;
         | 
| 7754 | 
            +
                /**
         | 
| 7755 | 
            +
                 * The selected columns of a dataset.
         | 
| 7756 | 
            +
                 */
         | 
| 7757 | 
            +
                SelectedColumns?: CustomActionColumnList;
         | 
| 6961 7758 | 
             
              }
         | 
| 6962 7759 | 
             
              export interface FilterOperationTargetVisualsConfiguration {
         | 
| 6963 7760 | 
             
                /**
         | 
| @@ -8327,6 +9124,7 @@ declare namespace QuickSight { | |
| 8327 9124 | 
             
                AssignmentStatus?: AssignmentStatus;
         | 
| 8328 9125 | 
             
              }
         | 
| 8329 9126 | 
             
              export type IAMPolicyAssignmentSummaryList = IAMPolicyAssignmentSummary[];
         | 
| 9127 | 
            +
              export type IPv4Address = string;
         | 
| 8330 9128 | 
             
              export type Icon = "CARET_UP"|"CARET_DOWN"|"PLUS"|"MINUS"|"ARROW_UP"|"ARROW_DOWN"|"ARROW_LEFT"|"ARROW_UP_LEFT"|"ARROW_DOWN_LEFT"|"ARROW_RIGHT"|"ARROW_UP_RIGHT"|"ARROW_DOWN_RIGHT"|"FACE_UP"|"FACE_DOWN"|"FACE_FLAT"|"ONE_BAR"|"TWO_BAR"|"THREE_BAR"|"CIRCLE"|"TRIANGLE"|"SQUARE"|"FLAG"|"THUMBS_UP"|"THUMBS_DOWN"|"CHECKMARK"|"X"|string;
         | 
| 8331 9129 | 
             
              export type IdentityMap = {[key: string]: IdentityNameList};
         | 
| 8332 9130 | 
             
              export type IdentityName = string;
         | 
| @@ -8437,6 +9235,32 @@ declare namespace QuickSight { | |
| 8437 9235 | 
             
              }
         | 
| 8438 9236 | 
             
              export type InstanceId = string;
         | 
| 8439 9237 | 
             
              export type Integer = number;
         | 
| 9238 | 
            +
              export interface IntegerDatasetParameter {
         | 
| 9239 | 
            +
                /**
         | 
| 9240 | 
            +
                 * An identifier for the integer parameter created in the dataset.
         | 
| 9241 | 
            +
                 */
         | 
| 9242 | 
            +
                Id: DatasetParameterId;
         | 
| 9243 | 
            +
                /**
         | 
| 9244 | 
            +
                 * The name of the integer parameter that is created in the dataset.
         | 
| 9245 | 
            +
                 */
         | 
| 9246 | 
            +
                Name: DatasetParameterName;
         | 
| 9247 | 
            +
                /**
         | 
| 9248 | 
            +
                 * The value type of the dataset parameter. Valid values are single value or multi value.
         | 
| 9249 | 
            +
                 */
         | 
| 9250 | 
            +
                ValueType: DatasetParameterValueType;
         | 
| 9251 | 
            +
                /**
         | 
| 9252 | 
            +
                 * A list of default values for a given integer parameter. This structure only accepts static values.
         | 
| 9253 | 
            +
                 */
         | 
| 9254 | 
            +
                DefaultValues?: IntegerDatasetParameterDefaultValues;
         | 
| 9255 | 
            +
              }
         | 
| 9256 | 
            +
              export type IntegerDatasetParameterDefaultValue = number;
         | 
| 9257 | 
            +
              export interface IntegerDatasetParameterDefaultValues {
         | 
| 9258 | 
            +
                /**
         | 
| 9259 | 
            +
                 * A list of static default values for a given integer parameter.
         | 
| 9260 | 
            +
                 */
         | 
| 9261 | 
            +
                StaticValues?: IntegerDatasetParameterValueList;
         | 
| 9262 | 
            +
              }
         | 
| 9263 | 
            +
              export type IntegerDatasetParameterValueList = IntegerDatasetParameterDefaultValue[];
         | 
| 8440 9264 | 
             
              export type IntegerDefaultValueList = SensitiveLongObject[];
         | 
| 8441 9265 | 
             
              export interface IntegerDefaultValues {
         | 
| 8442 9266 | 
             
                /**
         | 
| @@ -8475,6 +9299,7 @@ declare namespace QuickSight { | |
| 8475 9299 | 
             
                 * A parameter declaration for the Integer data type.
         | 
| 8476 9300 | 
             
                 */
         | 
| 8477 9301 | 
             
                ValueWhenUnset?: IntegerValueWhenUnsetConfiguration;
         | 
| 9302 | 
            +
                MappedDataSetParameters?: MappedDataSetParameters;
         | 
| 8478 9303 | 
             
              }
         | 
| 8479 9304 | 
             
              export type IntegerParameterList = IntegerParameter[];
         | 
| 8480 9305 | 
             
              export interface IntegerValueWhenUnsetConfiguration {
         | 
| @@ -8726,6 +9551,7 @@ declare namespace QuickSight { | |
| 8726 9551 | 
             
              }
         | 
| 8727 9552 | 
             
              export type LegendPosition = "AUTO"|"RIGHT"|"BOTTOM"|"TOP"|string;
         | 
| 8728 9553 | 
             
              export type Length = string;
         | 
| 9554 | 
            +
              export type LimitedString = string;
         | 
| 8729 9555 | 
             
              export interface LineChartAggregatedFieldWells {
         | 
| 8730 9556 | 
             
                /**
         | 
| 8731 9557 | 
             
                 * The category field wells of a line chart. Values are grouped by category fields.
         | 
| @@ -9694,53 +10520,117 @@ declare namespace QuickSight { | |
| 9694 10520 | 
             
                 */
         | 
| 9695 10521 | 
             
                RequestId?: String;
         | 
| 9696 10522 | 
             
              }
         | 
| 9697 | 
            -
              export interface  | 
| 9698 | 
            -
                /**
         | 
| 9699 | 
            -
                 * The Amazon QuickSight user name that you want to list group memberships for.
         | 
| 9700 | 
            -
                 */
         | 
| 9701 | 
            -
                UserName: UserName;
         | 
| 10523 | 
            +
              export interface ListTopicRefreshSchedulesRequest {
         | 
| 9702 10524 | 
             
                /**
         | 
| 9703 | 
            -
                 * The  | 
| 10525 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want described.
         | 
| 9704 10526 | 
             
                 */
         | 
| 9705 10527 | 
             
                AwsAccountId: AwsAccountId;
         | 
| 9706 10528 | 
             
                /**
         | 
| 9707 | 
            -
                 * The  | 
| 10529 | 
            +
                 * The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 9708 10530 | 
             
                 */
         | 
| 9709 | 
            -
                 | 
| 10531 | 
            +
                TopicId: TopicId;
         | 
| 10532 | 
            +
              }
         | 
| 10533 | 
            +
              export interface ListTopicRefreshSchedulesResponse {
         | 
| 9710 10534 | 
             
                /**
         | 
| 9711 | 
            -
                 *  | 
| 10535 | 
            +
                 * The ID for the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 9712 10536 | 
             
                 */
         | 
| 9713 | 
            -
                 | 
| 10537 | 
            +
                TopicId?: TopicId;
         | 
| 9714 10538 | 
             
                /**
         | 
| 9715 | 
            -
                 * The  | 
| 10539 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 9716 10540 | 
             
                 */
         | 
| 9717 | 
            -
                 | 
| 9718 | 
            -
              }
         | 
| 9719 | 
            -
              export interface ListUserGroupsResponse {
         | 
| 10541 | 
            +
                TopicArn?: Arn;
         | 
| 9720 10542 | 
             
                /**
         | 
| 9721 | 
            -
                 * The list of  | 
| 10543 | 
            +
                 * The list of topic refresh schedules.
         | 
| 9722 10544 | 
             
                 */
         | 
| 9723 | 
            -
                 | 
| 10545 | 
            +
                RefreshSchedules?: TopicRefreshScheduleSummaries;
         | 
| 9724 10546 | 
             
                /**
         | 
| 9725 | 
            -
                 *  | 
| 10547 | 
            +
                 * The HTTP status of the request.
         | 
| 9726 10548 | 
             
                 */
         | 
| 9727 | 
            -
                 | 
| 10549 | 
            +
                Status?: StatusCode;
         | 
| 9728 10550 | 
             
                /**
         | 
| 9729 10551 | 
             
                 * The Amazon Web Services request ID for this operation.
         | 
| 9730 10552 | 
             
                 */
         | 
| 9731 10553 | 
             
                RequestId?: String;
         | 
| 9732 | 
            -
                /**
         | 
| 9733 | 
            -
                 * The HTTP status of the request.
         | 
| 9734 | 
            -
                 */
         | 
| 9735 | 
            -
                Status?: StatusCode;
         | 
| 9736 10554 | 
             
              }
         | 
| 9737 | 
            -
              export interface  | 
| 10555 | 
            +
              export interface ListTopicsRequest {
         | 
| 9738 10556 | 
             
                /**
         | 
| 9739 | 
            -
                 * The ID  | 
| 10557 | 
            +
                 * The ID of the Amazon Web Services account that contains the topics that you want to list.
         | 
| 9740 10558 | 
             
                 */
         | 
| 9741 10559 | 
             
                AwsAccountId: AwsAccountId;
         | 
| 9742 10560 | 
             
                /**
         | 
| 9743 | 
            -
                 *  | 
| 10561 | 
            +
                 * The token for the next set of results, or null if there are no more results.
         | 
| 10562 | 
            +
                 */
         | 
| 10563 | 
            +
                NextToken?: String;
         | 
| 10564 | 
            +
                /**
         | 
| 10565 | 
            +
                 * The maximum number of results to be returned per request.
         | 
| 10566 | 
            +
                 */
         | 
| 10567 | 
            +
                MaxResults?: MaxResults;
         | 
| 10568 | 
            +
              }
         | 
| 10569 | 
            +
              export interface ListTopicsResponse {
         | 
| 10570 | 
            +
                /**
         | 
| 10571 | 
            +
                 * A list of topic summaries.
         | 
| 10572 | 
            +
                 */
         | 
| 10573 | 
            +
                TopicsSummaries?: TopicSummaries;
         | 
| 10574 | 
            +
                /**
         | 
| 10575 | 
            +
                 * The token for the next set of results, or null if there are no more results.
         | 
| 10576 | 
            +
                 */
         | 
| 10577 | 
            +
                NextToken?: String;
         | 
| 10578 | 
            +
                /**
         | 
| 10579 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 10580 | 
            +
                 */
         | 
| 10581 | 
            +
                RequestId?: String;
         | 
| 10582 | 
            +
                /**
         | 
| 10583 | 
            +
                 * The HTTP status of the request.
         | 
| 10584 | 
            +
                 */
         | 
| 10585 | 
            +
                Status?: StatusCode;
         | 
| 10586 | 
            +
              }
         | 
| 10587 | 
            +
              export interface ListUserGroupsRequest {
         | 
| 10588 | 
            +
                /**
         | 
| 10589 | 
            +
                 * The Amazon QuickSight user name that you want to list group memberships for.
         | 
| 10590 | 
            +
                 */
         | 
| 10591 | 
            +
                UserName: UserName;
         | 
| 10592 | 
            +
                /**
         | 
| 10593 | 
            +
                 * The Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
         | 
| 10594 | 
            +
                 */
         | 
| 10595 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 10596 | 
            +
                /**
         | 
| 10597 | 
            +
                 * The namespace. Currently, you should set this to default.
         | 
| 10598 | 
            +
                 */
         | 
| 10599 | 
            +
                Namespace: Namespace;
         | 
| 10600 | 
            +
                /**
         | 
| 10601 | 
            +
                 * A pagination token that can be used in a subsequent request.
         | 
| 10602 | 
            +
                 */
         | 
| 10603 | 
            +
                NextToken?: String;
         | 
| 10604 | 
            +
                /**
         | 
| 10605 | 
            +
                 * The maximum number of results to return from this request.
         | 
| 10606 | 
            +
                 */
         | 
| 10607 | 
            +
                MaxResults?: MaxResults;
         | 
| 10608 | 
            +
              }
         | 
| 10609 | 
            +
              export interface ListUserGroupsResponse {
         | 
| 10610 | 
            +
                /**
         | 
| 10611 | 
            +
                 * The list of groups the user is a member of.
         | 
| 10612 | 
            +
                 */
         | 
| 10613 | 
            +
                GroupList?: GroupList;
         | 
| 10614 | 
            +
                /**
         | 
| 10615 | 
            +
                 * A pagination token that can be used in a subsequent request.
         | 
| 10616 | 
            +
                 */
         | 
| 10617 | 
            +
                NextToken?: String;
         | 
| 10618 | 
            +
                /**
         | 
| 10619 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 10620 | 
            +
                 */
         | 
| 10621 | 
            +
                RequestId?: String;
         | 
| 10622 | 
            +
                /**
         | 
| 10623 | 
            +
                 * The HTTP status of the request.
         | 
| 10624 | 
            +
                 */
         | 
| 10625 | 
            +
                Status?: StatusCode;
         | 
| 10626 | 
            +
              }
         | 
| 10627 | 
            +
              export interface ListUsersRequest {
         | 
| 10628 | 
            +
                /**
         | 
| 10629 | 
            +
                 * The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
         | 
| 10630 | 
            +
                 */
         | 
| 10631 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 10632 | 
            +
                /**
         | 
| 10633 | 
            +
                 * A pagination token that can be used in a subsequent request.
         | 
| 9744 10634 | 
             
                 */
         | 
| 9745 10635 | 
             
                NextToken?: String;
         | 
| 9746 10636 | 
             
                /**
         | 
| @@ -9770,6 +10660,38 @@ declare namespace QuickSight { | |
| 9770 10660 | 
             
                 */
         | 
| 9771 10661 | 
             
                Status?: StatusCode;
         | 
| 9772 10662 | 
             
              }
         | 
| 10663 | 
            +
              export interface ListVPCConnectionsRequest {
         | 
| 10664 | 
            +
                /**
         | 
| 10665 | 
            +
                 * The Amazon Web Services account ID of the account that contains the VPC connections that you want to list.
         | 
| 10666 | 
            +
                 */
         | 
| 10667 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 10668 | 
            +
                /**
         | 
| 10669 | 
            +
                 * The token for the next set of results, or null if there are no more results.
         | 
| 10670 | 
            +
                 */
         | 
| 10671 | 
            +
                NextToken?: String;
         | 
| 10672 | 
            +
                /**
         | 
| 10673 | 
            +
                 * The maximum number of results to be returned per request.
         | 
| 10674 | 
            +
                 */
         | 
| 10675 | 
            +
                MaxResults?: MaxResults;
         | 
| 10676 | 
            +
              }
         | 
| 10677 | 
            +
              export interface ListVPCConnectionsResponse {
         | 
| 10678 | 
            +
                /**
         | 
| 10679 | 
            +
                 * A VPCConnectionSummaries object that returns a summary of VPC connection objects.
         | 
| 10680 | 
            +
                 */
         | 
| 10681 | 
            +
                VPCConnectionSummaries?: VPCConnectionSummaryList;
         | 
| 10682 | 
            +
                /**
         | 
| 10683 | 
            +
                 * The token for the next set of results, or null if there are no more results.
         | 
| 10684 | 
            +
                 */
         | 
| 10685 | 
            +
                NextToken?: String;
         | 
| 10686 | 
            +
                /**
         | 
| 10687 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 10688 | 
            +
                 */
         | 
| 10689 | 
            +
                RequestId?: String;
         | 
| 10690 | 
            +
                /**
         | 
| 10691 | 
            +
                 * The HTTP status of the request.
         | 
| 10692 | 
            +
                 */
         | 
| 10693 | 
            +
                Status?: StatusCode;
         | 
| 10694 | 
            +
              }
         | 
| 9773 10695 | 
             
              export interface LoadingAnimation {
         | 
| 9774 10696 | 
             
                /**
         | 
| 9775 10697 | 
             
                 * The visibility configuration of LoadingAnimation.
         | 
| @@ -9853,6 +10775,17 @@ declare namespace QuickSight { | |
| 9853 10775 | 
             
                Key: S3Key;
         | 
| 9854 10776 | 
             
              }
         | 
| 9855 10777 | 
             
              export type MapZoomMode = "AUTO"|"MANUAL"|string;
         | 
| 10778 | 
            +
              export interface MappedDataSetParameter {
         | 
| 10779 | 
            +
                /**
         | 
| 10780 | 
            +
                 * A unique name that identifies a dataset within the analysis or dashboard.
         | 
| 10781 | 
            +
                 */
         | 
| 10782 | 
            +
                DataSetIdentifier: DataSetIdentifier;
         | 
| 10783 | 
            +
                /**
         | 
| 10784 | 
            +
                 * The name of the dataset parameter.
         | 
| 10785 | 
            +
                 */
         | 
| 10786 | 
            +
                DataSetParameterName: ParameterName;
         | 
| 10787 | 
            +
              }
         | 
| 10788 | 
            +
              export type MappedDataSetParameters = MappedDataSetParameter[];
         | 
| 9856 10789 | 
             
              export interface MarginStyle {
         | 
| 9857 10790 | 
             
                /**
         | 
| 9858 10791 | 
             
                 * This Boolean value controls whether to display sheet margins.
         | 
| @@ -9983,6 +10916,42 @@ declare namespace QuickSight { | |
| 9983 10916 | 
             
                 */
         | 
| 9984 10917 | 
             
                Database: Database;
         | 
| 9985 10918 | 
             
              }
         | 
| 10919 | 
            +
              export type NamedEntityAggType = "SUM"|"MIN"|"MAX"|"COUNT"|"AVERAGE"|"DISTINCT_COUNT"|"STDEV"|"STDEVP"|"VAR"|"VARP"|"PERCENTILE"|"MEDIAN"|"CUSTOM"|string;
         | 
| 10920 | 
            +
              export interface NamedEntityDefinition {
         | 
| 10921 | 
            +
                /**
         | 
| 10922 | 
            +
                 * The name of the entity.
         | 
| 10923 | 
            +
                 */
         | 
| 10924 | 
            +
                FieldName?: LimitedString;
         | 
| 10925 | 
            +
                /**
         | 
| 10926 | 
            +
                 * The property name to be used for the named entity.
         | 
| 10927 | 
            +
                 */
         | 
| 10928 | 
            +
                PropertyName?: LimitedString;
         | 
| 10929 | 
            +
                /**
         | 
| 10930 | 
            +
                 * The property role. Valid values for this structure are PRIMARY and ID.
         | 
| 10931 | 
            +
                 */
         | 
| 10932 | 
            +
                PropertyRole?: PropertyRole;
         | 
| 10933 | 
            +
                /**
         | 
| 10934 | 
            +
                 * The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.
         | 
| 10935 | 
            +
                 */
         | 
| 10936 | 
            +
                PropertyUsage?: PropertyUsage;
         | 
| 10937 | 
            +
                /**
         | 
| 10938 | 
            +
                 * The definition of a metric.
         | 
| 10939 | 
            +
                 */
         | 
| 10940 | 
            +
                Metric?: NamedEntityDefinitionMetric;
         | 
| 10941 | 
            +
              }
         | 
| 10942 | 
            +
              export interface NamedEntityDefinitionMetric {
         | 
| 10943 | 
            +
                /**
         | 
| 10944 | 
            +
                 * The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.
         | 
| 10945 | 
            +
                 */
         | 
| 10946 | 
            +
                Aggregation?: NamedEntityAggType;
         | 
| 10947 | 
            +
                /**
         | 
| 10948 | 
            +
                 * The additional parameters for an aggregation function.
         | 
| 10949 | 
            +
                 */
         | 
| 10950 | 
            +
                AggregationFunctionParameters?: AggregationFunctionParameters;
         | 
| 10951 | 
            +
              }
         | 
| 10952 | 
            +
              export type NamedEntityDefinitions = NamedEntityDefinition[];
         | 
| 10953 | 
            +
              export type NamedFilterAggType = "NO_AGGREGATION"|"SUM"|"AVERAGE"|"COUNT"|"DISTINCT_COUNT"|"MAX"|"MEDIAN"|"MIN"|"STDEV"|"STDEVP"|"VAR"|"VARP"|string;
         | 
| 10954 | 
            +
              export type NamedFilterType = "CATEGORY_FILTER"|"NUMERIC_EQUALITY_FILTER"|"NUMERIC_RANGE_FILTER"|"DATE_RANGE_FILTER"|"RELATIVE_DATE_FILTER"|string;
         | 
| 9986 10955 | 
             
              export type Namespace = string;
         | 
| 9987 10956 | 
             
              export interface NamespaceError {
         | 
| 9988 10957 | 
             
                /**
         | 
| @@ -10024,6 +10993,16 @@ declare namespace QuickSight { | |
| 10024 10993 | 
             
              export type NamespaceStatus = "CREATED"|"CREATING"|"DELETING"|"RETRYABLE_FAILURE"|"NON_RETRYABLE_FAILURE"|string;
         | 
| 10025 10994 | 
             
              export type Namespaces = NamespaceInfoV2[];
         | 
| 10026 10995 | 
             
              export type NarrativeString = string;
         | 
| 10996 | 
            +
              export interface NegativeFormat {
         | 
| 10997 | 
            +
                /**
         | 
| 10998 | 
            +
                 * The prefix for a negative format.
         | 
| 10999 | 
            +
                 */
         | 
| 11000 | 
            +
                Prefix?: LimitedString;
         | 
| 11001 | 
            +
                /**
         | 
| 11002 | 
            +
                 * The suffix for a negative format.
         | 
| 11003 | 
            +
                 */
         | 
| 11004 | 
            +
                Suffix?: LimitedString;
         | 
| 11005 | 
            +
              }
         | 
| 10027 11006 | 
             
              export interface NegativeValueConfiguration {
         | 
| 10028 11007 | 
             
                /**
         | 
| 10029 11008 | 
             
                 * Determines the display mode of the negative value configuration.
         | 
| @@ -10031,6 +11010,49 @@ declare namespace QuickSight { | |
| 10031 11010 | 
             
                DisplayMode: NegativeValueDisplayMode;
         | 
| 10032 11011 | 
             
              }
         | 
| 10033 11012 | 
             
              export type NegativeValueDisplayMode = "POSITIVE"|"NEGATIVE"|string;
         | 
| 11013 | 
            +
              export interface NetworkInterface {
         | 
| 11014 | 
            +
                /**
         | 
| 11015 | 
            +
                 * The subnet ID associated with the network interface.
         | 
| 11016 | 
            +
                 */
         | 
| 11017 | 
            +
                SubnetId?: SubnetId;
         | 
| 11018 | 
            +
                /**
         | 
| 11019 | 
            +
                 * The availability zone that the network interface resides in.
         | 
| 11020 | 
            +
                 */
         | 
| 11021 | 
            +
                AvailabilityZone?: String;
         | 
| 11022 | 
            +
                /**
         | 
| 11023 | 
            +
                 * An error message.
         | 
| 11024 | 
            +
                 */
         | 
| 11025 | 
            +
                ErrorMessage?: String;
         | 
| 11026 | 
            +
                /**
         | 
| 11027 | 
            +
                 * The status of the network interface.
         | 
| 11028 | 
            +
                 */
         | 
| 11029 | 
            +
                Status?: NetworkInterfaceStatus;
         | 
| 11030 | 
            +
                /**
         | 
| 11031 | 
            +
                 * The network interface ID.
         | 
| 11032 | 
            +
                 */
         | 
| 11033 | 
            +
                NetworkInterfaceId?: NetworkInterfaceId;
         | 
| 11034 | 
            +
              }
         | 
| 11035 | 
            +
              export type NetworkInterfaceId = string;
         | 
| 11036 | 
            +
              export type NetworkInterfaceList = NetworkInterface[];
         | 
| 11037 | 
            +
              export type NetworkInterfaceStatus = "CREATING"|"AVAILABLE"|"CREATION_FAILED"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETED"|"DELETION_FAILED"|"DELETION_SCHEDULED"|"ATTACHMENT_FAILED_ROLLBACK_FAILED"|string;
         | 
| 11038 | 
            +
              export interface NewDefaultValues {
         | 
| 11039 | 
            +
                /**
         | 
| 11040 | 
            +
                 * A list of static default values for a given string parameter.
         | 
| 11041 | 
            +
                 */
         | 
| 11042 | 
            +
                StringStaticValues?: StringDatasetParameterValueList;
         | 
| 11043 | 
            +
                /**
         | 
| 11044 | 
            +
                 * A list of static default values for a given decimal parameter.
         | 
| 11045 | 
            +
                 */
         | 
| 11046 | 
            +
                DecimalStaticValues?: DecimalDatasetParameterValueList;
         | 
| 11047 | 
            +
                /**
         | 
| 11048 | 
            +
                 * A list of static default values for a given date time parameter.
         | 
| 11049 | 
            +
                 */
         | 
| 11050 | 
            +
                DateTimeStaticValues?: DateTimeDatasetParameterValueList;
         | 
| 11051 | 
            +
                /**
         | 
| 11052 | 
            +
                 * A list of static default values for a given integer parameter.
         | 
| 11053 | 
            +
                 */
         | 
| 11054 | 
            +
                IntegerStaticValues?: IntegerDatasetParameterValueList;
         | 
| 11055 | 
            +
              }
         | 
| 10034 11056 | 
             
              export type NonEmptyString = string;
         | 
| 10035 11057 | 
             
              export type NullString = string;
         | 
| 10036 11058 | 
             
              export interface NullValueFormatConfiguration {
         | 
| @@ -10260,11 +11282,11 @@ declare namespace QuickSight { | |
| 10260 11282 | 
             
                 */
         | 
| 10261 11283 | 
             
                Host: Host;
         | 
| 10262 11284 | 
             
                /**
         | 
| 10263 | 
            -
                 *  | 
| 11285 | 
            +
                 * The port.
         | 
| 10264 11286 | 
             
                 */
         | 
| 10265 11287 | 
             
                Port: Port;
         | 
| 10266 11288 | 
             
                /**
         | 
| 10267 | 
            -
                 *  | 
| 11289 | 
            +
                 * The database.
         | 
| 10268 11290 | 
             
                 */
         | 
| 10269 11291 | 
             
                Database: Database;
         | 
| 10270 11292 | 
             
              }
         | 
| @@ -10279,11 +11301,25 @@ declare namespace QuickSight { | |
| 10279 11301 | 
             
                 */
         | 
| 10280 11302 | 
             
                Description?: ColumnDescriptiveText;
         | 
| 10281 11303 | 
             
                /**
         | 
| 10282 | 
            -
                 *  | 
| 11304 | 
            +
                 * The type.
         | 
| 10283 11305 | 
             
                 */
         | 
| 10284 11306 | 
             
                Type?: ColumnDataType;
         | 
| 10285 11307 | 
             
              }
         | 
| 10286 11308 | 
             
              export type OutputColumnList = OutputColumn[];
         | 
| 11309 | 
            +
              export interface OverrideDatasetParameterOperation {
         | 
| 11310 | 
            +
                /**
         | 
| 11311 | 
            +
                 * The name of the parameter to be overridden with different values.
         | 
| 11312 | 
            +
                 */
         | 
| 11313 | 
            +
                ParameterName: DatasetParameterName;
         | 
| 11314 | 
            +
                /**
         | 
| 11315 | 
            +
                 * The new name for the parameter.
         | 
| 11316 | 
            +
                 */
         | 
| 11317 | 
            +
                NewParameterName?: DatasetParameterName;
         | 
| 11318 | 
            +
                /**
         | 
| 11319 | 
            +
                 * The new default values for the parameter.
         | 
| 11320 | 
            +
                 */
         | 
| 11321 | 
            +
                NewDefaultValues?: NewDefaultValues;
         | 
| 11322 | 
            +
              }
         | 
| 10287 11323 | 
             
              export type PageNumber = number;
         | 
| 10288 11324 | 
             
              export interface PaginationConfiguration {
         | 
| 10289 11325 | 
             
                /**
         | 
| @@ -11135,6 +12171,8 @@ declare namespace QuickSight { | |
| 11135 12171 | 
             
                ProjectedColumns: ProjectedColumnList;
         | 
| 11136 12172 | 
             
              }
         | 
| 11137 12173 | 
             
              export type ProjectedColumnList = String[];
         | 
| 12174 | 
            +
              export type PropertyRole = "PRIMARY"|"ID"|string;
         | 
| 12175 | 
            +
              export type PropertyUsage = "INHERIT"|"DIMENSION"|"MEASURE"|string;
         | 
| 11138 12176 | 
             
              export interface PutDataSetRefreshPropertiesRequest {
         | 
| 11139 12177 | 
             
                /**
         | 
| 11140 12178 | 
             
                 * The Amazon Web Services account ID.
         | 
| @@ -11309,6 +12347,16 @@ declare namespace QuickSight { | |
| 11309 12347 | 
             
                 */
         | 
| 11310 12348 | 
             
                ColumnHierarchies?: ColumnHierarchyList;
         | 
| 11311 12349 | 
             
              }
         | 
| 12350 | 
            +
              export interface RangeConstant {
         | 
| 12351 | 
            +
                /**
         | 
| 12352 | 
            +
                 * The minimum value for a range constant.
         | 
| 12353 | 
            +
                 */
         | 
| 12354 | 
            +
                Minimum?: LimitedString;
         | 
| 12355 | 
            +
                /**
         | 
| 12356 | 
            +
                 * The maximum value for a range constant.
         | 
| 12357 | 
            +
                 */
         | 
| 12358 | 
            +
                Maximum?: LimitedString;
         | 
| 12359 | 
            +
              }
         | 
| 11312 12360 | 
             
              export interface RangeEndsLabelType {
         | 
| 11313 12361 | 
             
                /**
         | 
| 11314 12362 | 
             
                 * The visibility of the range ends label.
         | 
| @@ -11390,7 +12438,7 @@ declare namespace QuickSight { | |
| 11390 12438 | 
             
                /**
         | 
| 11391 12439 | 
             
                 * The aggregation function that is used in the dynamic data.
         | 
| 11392 12440 | 
             
                 */
         | 
| 11393 | 
            -
                MeasureAggregationFunction | 
| 12441 | 
            +
                MeasureAggregationFunction?: AggregationFunction;
         | 
| 11394 12442 | 
             
                /**
         | 
| 11395 12443 | 
             
                 * The calculation that is used in the dynamic data.
         | 
| 11396 12444 | 
             
                 */
         | 
| @@ -11590,6 +12638,10 @@ declare namespace QuickSight { | |
| 11590 12638 | 
             
                 * The state persistence settings of an embedded dashboard.
         | 
| 11591 12639 | 
             
                 */
         | 
| 11592 12640 | 
             
                StatePersistence?: StatePersistenceConfigurations;
         | 
| 12641 | 
            +
                /**
         | 
| 12642 | 
            +
                 * The bookmarks configuration for an embedded dashboard in Amazon QuickSight.
         | 
| 12643 | 
            +
                 */
         | 
| 12644 | 
            +
                Bookmarks?: BookmarksConfigurations;
         | 
| 11593 12645 | 
             
              }
         | 
| 11594 12646 | 
             
              export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
         | 
| 11595 12647 | 
             
                /**
         | 
| @@ -11986,6 +13038,10 @@ declare namespace QuickSight { | |
| 11986 13038 | 
             
                 * The size field well of a scatter plot.
         | 
| 11987 13039 | 
             
                 */
         | 
| 11988 13040 | 
             
                Size?: MeasureFieldList;
         | 
| 13041 | 
            +
                /**
         | 
| 13042 | 
            +
                 * The label field well of a scatter plot.
         | 
| 13043 | 
            +
                 */
         | 
| 13044 | 
            +
                Label?: DimensionFieldList;
         | 
| 11989 13045 | 
             
              }
         | 
| 11990 13046 | 
             
              export interface ScatterPlotConfiguration {
         | 
| 11991 13047 | 
             
                /**
         | 
| @@ -12027,11 +13083,11 @@ declare namespace QuickSight { | |
| 12027 13083 | 
             
              }
         | 
| 12028 13084 | 
             
              export interface ScatterPlotFieldWells {
         | 
| 12029 13085 | 
             
                /**
         | 
| 12030 | 
            -
                 * The aggregated field wells of a scatter plot.  | 
| 13086 | 
            +
                 * The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
         | 
| 12031 13087 | 
             
                 */
         | 
| 12032 13088 | 
             
                ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
         | 
| 12033 13089 | 
             
                /**
         | 
| 12034 | 
            -
                 * The unaggregated field wells of a scatter plot.  | 
| 13090 | 
            +
                 * The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
         | 
| 12035 13091 | 
             
                 */
         | 
| 12036 13092 | 
             
                ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells;
         | 
| 12037 13093 | 
             
              }
         | 
| @@ -12048,6 +13104,14 @@ declare namespace QuickSight { | |
| 12048 13104 | 
             
                 * The size field well of a scatter plot.
         | 
| 12049 13105 | 
             
                 */
         | 
| 12050 13106 | 
             
                Size?: MeasureFieldList;
         | 
| 13107 | 
            +
                /**
         | 
| 13108 | 
            +
                 * The category field well of a scatter plot.
         | 
| 13109 | 
            +
                 */
         | 
| 13110 | 
            +
                Category?: DimensionFieldList;
         | 
| 13111 | 
            +
                /**
         | 
| 13112 | 
            +
                 * The label field well of a scatter plot.
         | 
| 13113 | 
            +
                 */
         | 
| 13114 | 
            +
                Label?: DimensionFieldList;
         | 
| 12051 13115 | 
             
              }
         | 
| 12052 13116 | 
             
              export interface ScatterPlotVisual {
         | 
| 12053 13117 | 
             
                /**
         | 
| @@ -12390,6 +13454,8 @@ declare namespace QuickSight { | |
| 12390 13454 | 
             
                 */
         | 
| 12391 13455 | 
             
                Padding?: Spacing;
         | 
| 12392 13456 | 
             
              }
         | 
| 13457 | 
            +
              export type SecurityGroupId = string;
         | 
| 13458 | 
            +
              export type SecurityGroupIdList = SecurityGroupId[];
         | 
| 12393 13459 | 
             
              export type SelectAllValueOptions = "ALL_VALUES"|string;
         | 
| 12394 13460 | 
             
              export type SelectedFieldList = FieldId[];
         | 
| 12395 13461 | 
             
              export type SelectedFieldOptions = "ALL_FIELDS"|string;
         | 
| @@ -12400,6 +13466,50 @@ declare namespace QuickSight { | |
| 12400 13466 | 
             
                SheetVisualScopingConfigurations?: SheetVisualScopingConfigurations;
         | 
| 12401 13467 | 
             
              }
         | 
| 12402 13468 | 
             
              export type SelectedTooltipType = "BASIC"|"DETAILED"|string;
         | 
| 13469 | 
            +
              export interface SemanticEntityType {
         | 
| 13470 | 
            +
                /**
         | 
| 13471 | 
            +
                 * The semantic entity type name.
         | 
| 13472 | 
            +
                 */
         | 
| 13473 | 
            +
                TypeName?: LimitedString;
         | 
| 13474 | 
            +
                /**
         | 
| 13475 | 
            +
                 * The semantic entity sub type name.
         | 
| 13476 | 
            +
                 */
         | 
| 13477 | 
            +
                SubTypeName?: LimitedString;
         | 
| 13478 | 
            +
                /**
         | 
| 13479 | 
            +
                 * The semantic entity type parameters.
         | 
| 13480 | 
            +
                 */
         | 
| 13481 | 
            +
                TypeParameters?: TypeParameters;
         | 
| 13482 | 
            +
              }
         | 
| 13483 | 
            +
              export interface SemanticType {
         | 
| 13484 | 
            +
                /**
         | 
| 13485 | 
            +
                 * The semantic type name.
         | 
| 13486 | 
            +
                 */
         | 
| 13487 | 
            +
                TypeName?: LimitedString;
         | 
| 13488 | 
            +
                /**
         | 
| 13489 | 
            +
                 * The semantic type sub type name.
         | 
| 13490 | 
            +
                 */
         | 
| 13491 | 
            +
                SubTypeName?: LimitedString;
         | 
| 13492 | 
            +
                /**
         | 
| 13493 | 
            +
                 * The semantic type parameters.
         | 
| 13494 | 
            +
                 */
         | 
| 13495 | 
            +
                TypeParameters?: TypeParameters;
         | 
| 13496 | 
            +
                /**
         | 
| 13497 | 
            +
                 * The semantic type truthy cell value.
         | 
| 13498 | 
            +
                 */
         | 
| 13499 | 
            +
                TruthyCellValue?: SensitiveString;
         | 
| 13500 | 
            +
                /**
         | 
| 13501 | 
            +
                 * The other names or aliases for the true cell value.
         | 
| 13502 | 
            +
                 */
         | 
| 13503 | 
            +
                TruthyCellValueSynonyms?: SensitiveStringList;
         | 
| 13504 | 
            +
                /**
         | 
| 13505 | 
            +
                 * The semantic type falsey cell value.
         | 
| 13506 | 
            +
                 */
         | 
| 13507 | 
            +
                FalseyCellValue?: SensitiveString;
         | 
| 13508 | 
            +
                /**
         | 
| 13509 | 
            +
                 * The other names or aliases for the false cell value.
         | 
| 13510 | 
            +
                 */
         | 
| 13511 | 
            +
                FalseyCellValueSynonyms?: SensitiveStringList;
         | 
| 13512 | 
            +
              }
         | 
| 12403 13513 | 
             
              export type SensitiveDouble = number;
         | 
| 12404 13514 | 
             
              export type SensitiveDoubleList = SensitiveDouble[];
         | 
| 12405 13515 | 
             
              export type SensitiveDoubleObject = number;
         | 
| @@ -12735,6 +13845,32 @@ declare namespace QuickSight { | |
| 12735 13845 | 
             
              export type Status = "ENABLED"|"DISABLED"|string;
         | 
| 12736 13846 | 
             
              export type StatusCode = number;
         | 
| 12737 13847 | 
             
              export type String = string;
         | 
| 13848 | 
            +
              export interface StringDatasetParameter {
         | 
| 13849 | 
            +
                /**
         | 
| 13850 | 
            +
                 * An identifier for the string parameter that is created in the dataset.
         | 
| 13851 | 
            +
                 */
         | 
| 13852 | 
            +
                Id: DatasetParameterId;
         | 
| 13853 | 
            +
                /**
         | 
| 13854 | 
            +
                 * The name of the string parameter that is created in the dataset.
         | 
| 13855 | 
            +
                 */
         | 
| 13856 | 
            +
                Name: DatasetParameterName;
         | 
| 13857 | 
            +
                /**
         | 
| 13858 | 
            +
                 * The value type of the dataset parameter. Valid values are single value or multi value.
         | 
| 13859 | 
            +
                 */
         | 
| 13860 | 
            +
                ValueType: DatasetParameterValueType;
         | 
| 13861 | 
            +
                /**
         | 
| 13862 | 
            +
                 * A list of default values for a given string dataset parameter type. This structure only accepts static values.
         | 
| 13863 | 
            +
                 */
         | 
| 13864 | 
            +
                DefaultValues?: StringDatasetParameterDefaultValues;
         | 
| 13865 | 
            +
              }
         | 
| 13866 | 
            +
              export type StringDatasetParameterDefaultValue = string;
         | 
| 13867 | 
            +
              export interface StringDatasetParameterDefaultValues {
         | 
| 13868 | 
            +
                /**
         | 
| 13869 | 
            +
                 * A list of static default values for a given string parameter.
         | 
| 13870 | 
            +
                 */
         | 
| 13871 | 
            +
                StaticValues?: StringDatasetParameterValueList;
         | 
| 13872 | 
            +
              }
         | 
| 13873 | 
            +
              export type StringDatasetParameterValueList = StringDatasetParameterDefaultValue[];
         | 
| 12738 13874 | 
             
              export type StringDefaultValueList = SensitiveStringObject[];
         | 
| 12739 13875 | 
             
              export interface StringDefaultValues {
         | 
| 12740 13876 | 
             
                /**
         | 
| @@ -12784,6 +13920,7 @@ declare namespace QuickSight { | |
| 12784 13920 | 
             
                 * The configuration that defines the default value of a String parameter when a value has not been set.
         | 
| 12785 13921 | 
             
                 */
         | 
| 12786 13922 | 
             
                ValueWhenUnset?: StringValueWhenUnsetConfiguration;
         | 
| 13923 | 
            +
                MappedDataSetParameters?: MappedDataSetParameters;
         | 
| 12787 13924 | 
             
              }
         | 
| 12788 13925 | 
             
              export type StringParameterList = StringParameter[];
         | 
| 12789 13926 | 
             
              export interface StringValueWhenUnsetConfiguration {
         | 
| @@ -12796,6 +13933,8 @@ declare namespace QuickSight { | |
| 12796 13933 | 
             
                 */
         | 
| 12797 13934 | 
             
                CustomValue?: SensitiveString;
         | 
| 12798 13935 | 
             
              }
         | 
| 13936 | 
            +
              export type SubnetId = string;
         | 
| 13937 | 
            +
              export type SubnetIdList = SubnetId[];
         | 
| 12799 13938 | 
             
              export interface SubtotalOptions {
         | 
| 12800 13939 | 
             
                /**
         | 
| 12801 13940 | 
             
                 * The visibility configuration for the subtotal cells.
         | 
| @@ -12827,6 +13966,7 @@ declare namespace QuickSight { | |
| 12827 13966 | 
             
                MetricHeaderCellStyle?: TableCellStyle;
         | 
| 12828 13967 | 
             
              }
         | 
| 12829 13968 | 
             
              export type Suffix = string;
         | 
| 13969 | 
            +
              export type Synonyms = LimitedString[];
         | 
| 12830 13970 | 
             
              export interface TableAggregatedFieldWells {
         | 
| 12831 13971 | 
             
                /**
         | 
| 12832 13972 | 
             
                 * The group by field well for a pivot table. Values are grouped by group by fields.
         | 
| @@ -13883,95 +15023,494 @@ declare namespace QuickSight { | |
| 13883 15023 | 
             
              }
         | 
| 13884 15024 | 
             
              export type TopBottomRankedComputationResultSize = number;
         | 
| 13885 15025 | 
             
              export type TopBottomSortOrder = "PERCENT_DIFFERENCE"|"ABSOLUTE_DIFFERENCE"|string;
         | 
| 13886 | 
            -
              export interface  | 
| 15026 | 
            +
              export interface TopicCalculatedField {
         | 
| 13887 15027 | 
             
                /**
         | 
| 13888 | 
            -
                 * The  | 
| 15028 | 
            +
                 * The calculated field name.
         | 
| 13889 15029 | 
             
                 */
         | 
| 13890 | 
            -
                 | 
| 15030 | 
            +
                CalculatedFieldName: LimitedString;
         | 
| 13891 15031 | 
             
                /**
         | 
| 13892 | 
            -
                 * The  | 
| 15032 | 
            +
                 * The calculated field description.
         | 
| 13893 15033 | 
             
                 */
         | 
| 13894 | 
            -
                 | 
| 15034 | 
            +
                CalculatedFieldDescription?: LimitedString;
         | 
| 13895 15035 | 
             
                /**
         | 
| 13896 | 
            -
                 * The  | 
| 15036 | 
            +
                 * The calculated field expression.
         | 
| 13897 15037 | 
             
                 */
         | 
| 13898 | 
            -
                 | 
| 13899 | 
            -
              }
         | 
| 13900 | 
            -
              export interface TotalOptions {
         | 
| 15038 | 
            +
                Expression: Expression;
         | 
| 13901 15039 | 
             
                /**
         | 
| 13902 | 
            -
                 * The  | 
| 15040 | 
            +
                 * The other names or aliases for the calculated field.
         | 
| 13903 15041 | 
             
                 */
         | 
| 13904 | 
            -
                 | 
| 15042 | 
            +
                CalculatedFieldSynonyms?: Synonyms;
         | 
| 13905 15043 | 
             
                /**
         | 
| 13906 | 
            -
                 *  | 
| 15044 | 
            +
                 * A boolean value that indicates if a calculated field is included in the topic.
         | 
| 13907 15045 | 
             
                 */
         | 
| 13908 | 
            -
                 | 
| 15046 | 
            +
                IsIncludedInTopic?: Boolean;
         | 
| 13909 15047 | 
             
                /**
         | 
| 13910 | 
            -
                 *  | 
| 15048 | 
            +
                 * A Boolean value that indicates if a calculated field is visible in the autocomplete.
         | 
| 13911 15049 | 
             
                 */
         | 
| 13912 | 
            -
                 | 
| 15050 | 
            +
                DisableIndexing?: NullableBoolean;
         | 
| 13913 15051 | 
             
                /**
         | 
| 13914 | 
            -
                 * The  | 
| 15052 | 
            +
                 * The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE.
         | 
| 13915 15053 | 
             
                 */
         | 
| 13916 | 
            -
                 | 
| 15054 | 
            +
                ColumnDataRole?: ColumnDataRole;
         | 
| 13917 15055 | 
             
                /**
         | 
| 13918 | 
            -
                 *  | 
| 15056 | 
            +
                 * The level of time precision that is used to aggregate DateTime values.
         | 
| 13919 15057 | 
             
                 */
         | 
| 13920 | 
            -
                 | 
| 13921 | 
            -
              }
         | 
| 13922 | 
            -
              export interface TransformOperation {
         | 
| 15058 | 
            +
                TimeGranularity?: TopicTimeGranularity;
         | 
| 13923 15059 | 
             
                /**
         | 
| 13924 | 
            -
                 *  | 
| 15060 | 
            +
                 * The default formatting definition.
         | 
| 13925 15061 | 
             
                 */
         | 
| 13926 | 
            -
                 | 
| 15062 | 
            +
                DefaultFormatting?: DefaultFormatting;
         | 
| 13927 15063 | 
             
                /**
         | 
| 13928 | 
            -
                 *  | 
| 15064 | 
            +
                 * The default aggregation. Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT, and AVERAGE.
         | 
| 13929 15065 | 
             
                 */
         | 
| 13930 | 
            -
                 | 
| 15066 | 
            +
                Aggregation?: DefaultAggregation;
         | 
| 13931 15067 | 
             
                /**
         | 
| 13932 | 
            -
                 *  | 
| 15068 | 
            +
                 * The order in which data is displayed for the calculated field when it's used in a comparative context.
         | 
| 13933 15069 | 
             
                 */
         | 
| 13934 | 
            -
                 | 
| 15070 | 
            +
                ComparativeOrder?: ComparativeOrder;
         | 
| 13935 15071 | 
             
                /**
         | 
| 13936 | 
            -
                 *  | 
| 15072 | 
            +
                 * The semantic type.
         | 
| 13937 15073 | 
             
                 */
         | 
| 13938 | 
            -
                 | 
| 15074 | 
            +
                SemanticType?: SemanticType;
         | 
| 13939 15075 | 
             
                /**
         | 
| 13940 | 
            -
                 *  | 
| 15076 | 
            +
                 * The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
         | 
| 13941 15077 | 
             
                 */
         | 
| 13942 | 
            -
                 | 
| 15078 | 
            +
                AllowedAggregations?: AuthorSpecifiedAggregations;
         | 
| 13943 15079 | 
             
                /**
         | 
| 13944 | 
            -
                 *  | 
| 15080 | 
            +
                 * The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
         | 
| 13945 15081 | 
             
                 */
         | 
| 13946 | 
            -
                 | 
| 13947 | 
            -
                UntagColumnOperation?: UntagColumnOperation;
         | 
| 13948 | 
            -
              }
         | 
| 13949 | 
            -
              export type TransformOperationList = TransformOperation[];
         | 
| 13950 | 
            -
              export interface TreeMapAggregatedFieldWells {
         | 
| 15082 | 
            +
                NotAllowedAggregations?: AuthorSpecifiedAggregations;
         | 
| 13951 15083 | 
             
                /**
         | 
| 13952 | 
            -
                 *  | 
| 15084 | 
            +
                 * A Boolean value that indicates whether to never aggregate calculated field in filters.
         | 
| 13953 15085 | 
             
                 */
         | 
| 13954 | 
            -
                 | 
| 15086 | 
            +
                NeverAggregateInFilter?: Boolean;
         | 
| 13955 15087 | 
             
                /**
         | 
| 13956 | 
            -
                 * The  | 
| 15088 | 
            +
                 * The other names or aliases for the calculated field cell value.
         | 
| 13957 15089 | 
             
                 */
         | 
| 13958 | 
            -
                 | 
| 15090 | 
            +
                CellValueSynonyms?: CellValueSynonyms;
         | 
| 15091 | 
            +
              }
         | 
| 15092 | 
            +
              export type TopicCalculatedFields = TopicCalculatedField[];
         | 
| 15093 | 
            +
              export interface TopicCategoryFilter {
         | 
| 13959 15094 | 
             
                /**
         | 
| 13960 | 
            -
                 * The  | 
| 15095 | 
            +
                 * The category filter function. Valid values for this structure are EXACT and CONTAINS.
         | 
| 13961 15096 | 
             
                 */
         | 
| 13962 | 
            -
                 | 
| 13963 | 
            -
              }
         | 
| 13964 | 
            -
              export interface TreeMapConfiguration {
         | 
| 15097 | 
            +
                CategoryFilterFunction?: CategoryFilterFunction;
         | 
| 13965 15098 | 
             
                /**
         | 
| 13966 | 
            -
                 * The  | 
| 15099 | 
            +
                 * The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
         | 
| 13967 15100 | 
             
                 */
         | 
| 13968 | 
            -
                 | 
| 15101 | 
            +
                CategoryFilterType?: CategoryFilterType;
         | 
| 13969 15102 | 
             
                /**
         | 
| 13970 | 
            -
                 * The  | 
| 15103 | 
            +
                 * The constant used in a category filter.
         | 
| 13971 15104 | 
             
                 */
         | 
| 13972 | 
            -
                 | 
| 15105 | 
            +
                Constant?: TopicCategoryFilterConstant;
         | 
| 13973 15106 | 
             
                /**
         | 
| 13974 | 
            -
                 *  | 
| 15107 | 
            +
                 * A Boolean value that indicates if the filter is inverse.
         | 
| 15108 | 
            +
                 */
         | 
| 15109 | 
            +
                Inverse?: Boolean;
         | 
| 15110 | 
            +
              }
         | 
| 15111 | 
            +
              export interface TopicCategoryFilterConstant {
         | 
| 15112 | 
            +
                /**
         | 
| 15113 | 
            +
                 * The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.
         | 
| 15114 | 
            +
                 */
         | 
| 15115 | 
            +
                ConstantType?: ConstantType;
         | 
| 15116 | 
            +
                /**
         | 
| 15117 | 
            +
                 * A singular constant used in a category filter. This element is used to specify a single value for the constant.
         | 
| 15118 | 
            +
                 */
         | 
| 15119 | 
            +
                SingularConstant?: LimitedString;
         | 
| 15120 | 
            +
                /**
         | 
| 15121 | 
            +
                 * A collective constant used in a category filter. This element is used to specify a list of values for the constant.
         | 
| 15122 | 
            +
                 */
         | 
| 15123 | 
            +
                CollectiveConstant?: CollectiveConstant;
         | 
| 15124 | 
            +
              }
         | 
| 15125 | 
            +
              export interface TopicColumn {
         | 
| 15126 | 
            +
                /**
         | 
| 15127 | 
            +
                 * The name of the column.
         | 
| 15128 | 
            +
                 */
         | 
| 15129 | 
            +
                ColumnName: LimitedString;
         | 
| 15130 | 
            +
                /**
         | 
| 15131 | 
            +
                 * A user-friendly name for the column.
         | 
| 15132 | 
            +
                 */
         | 
| 15133 | 
            +
                ColumnFriendlyName?: LimitedString;
         | 
| 15134 | 
            +
                /**
         | 
| 15135 | 
            +
                 * A description of the column and its contents.
         | 
| 15136 | 
            +
                 */
         | 
| 15137 | 
            +
                ColumnDescription?: LimitedString;
         | 
| 15138 | 
            +
                /**
         | 
| 15139 | 
            +
                 * The other names or aliases for the column.
         | 
| 15140 | 
            +
                 */
         | 
| 15141 | 
            +
                ColumnSynonyms?: Synonyms;
         | 
| 15142 | 
            +
                /**
         | 
| 15143 | 
            +
                 * The role of the column in the data. Valid values are DIMENSION and MEASURE.
         | 
| 15144 | 
            +
                 */
         | 
| 15145 | 
            +
                ColumnDataRole?: ColumnDataRole;
         | 
| 15146 | 
            +
                /**
         | 
| 15147 | 
            +
                 * The type of aggregation that is performed on the column data when it's queried. Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT, and AVERAGE.
         | 
| 15148 | 
            +
                 */
         | 
| 15149 | 
            +
                Aggregation?: DefaultAggregation;
         | 
| 15150 | 
            +
                /**
         | 
| 15151 | 
            +
                 * A Boolean value that indicates whether the column is included in the query results.
         | 
| 15152 | 
            +
                 */
         | 
| 15153 | 
            +
                IsIncludedInTopic?: Boolean;
         | 
| 15154 | 
            +
                /**
         | 
| 15155 | 
            +
                 * A Boolean value that indicates whether the column shows in the autocomplete functionality.
         | 
| 15156 | 
            +
                 */
         | 
| 15157 | 
            +
                DisableIndexing?: NullableBoolean;
         | 
| 15158 | 
            +
                /**
         | 
| 15159 | 
            +
                 * The order in which data is displayed for the column when it's used in a comparative context.
         | 
| 15160 | 
            +
                 */
         | 
| 15161 | 
            +
                ComparativeOrder?: ComparativeOrder;
         | 
| 15162 | 
            +
                /**
         | 
| 15163 | 
            +
                 * The semantic type of data contained in the column.
         | 
| 15164 | 
            +
                 */
         | 
| 15165 | 
            +
                SemanticType?: SemanticType;
         | 
| 15166 | 
            +
                /**
         | 
| 15167 | 
            +
                 * The level of time precision that is used to aggregate DateTime values.
         | 
| 15168 | 
            +
                 */
         | 
| 15169 | 
            +
                TimeGranularity?: TopicTimeGranularity;
         | 
| 15170 | 
            +
                /**
         | 
| 15171 | 
            +
                 * The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
         | 
| 15172 | 
            +
                 */
         | 
| 15173 | 
            +
                AllowedAggregations?: AuthorSpecifiedAggregations;
         | 
| 15174 | 
            +
                /**
         | 
| 15175 | 
            +
                 * The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.
         | 
| 15176 | 
            +
                 */
         | 
| 15177 | 
            +
                NotAllowedAggregations?: AuthorSpecifiedAggregations;
         | 
| 15178 | 
            +
                /**
         | 
| 15179 | 
            +
                 * The default formatting used for values in the column.
         | 
| 15180 | 
            +
                 */
         | 
| 15181 | 
            +
                DefaultFormatting?: DefaultFormatting;
         | 
| 15182 | 
            +
                /**
         | 
| 15183 | 
            +
                 * A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
         | 
| 15184 | 
            +
                 */
         | 
| 15185 | 
            +
                NeverAggregateInFilter?: Boolean;
         | 
| 15186 | 
            +
                /**
         | 
| 15187 | 
            +
                 * The other names or aliases for the column cell value.
         | 
| 15188 | 
            +
                 */
         | 
| 15189 | 
            +
                CellValueSynonyms?: CellValueSynonyms;
         | 
| 15190 | 
            +
              }
         | 
| 15191 | 
            +
              export type TopicColumns = TopicColumn[];
         | 
| 15192 | 
            +
              export interface TopicDateRangeFilter {
         | 
| 15193 | 
            +
                /**
         | 
| 15194 | 
            +
                 * A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
         | 
| 15195 | 
            +
                 */
         | 
| 15196 | 
            +
                Inclusive?: Boolean;
         | 
| 15197 | 
            +
                /**
         | 
| 15198 | 
            +
                 * The constant used in a date range filter.
         | 
| 15199 | 
            +
                 */
         | 
| 15200 | 
            +
                Constant?: TopicRangeFilterConstant;
         | 
| 15201 | 
            +
              }
         | 
| 15202 | 
            +
              export interface TopicDetails {
         | 
| 15203 | 
            +
                /**
         | 
| 15204 | 
            +
                 * The name of the topic.
         | 
| 15205 | 
            +
                 */
         | 
| 15206 | 
            +
                Name?: ResourceName;
         | 
| 15207 | 
            +
                /**
         | 
| 15208 | 
            +
                 * The description of the topic.
         | 
| 15209 | 
            +
                 */
         | 
| 15210 | 
            +
                Description?: LimitedString;
         | 
| 15211 | 
            +
                /**
         | 
| 15212 | 
            +
                 * The data sets that the topic is associated with.
         | 
| 15213 | 
            +
                 */
         | 
| 15214 | 
            +
                DataSets?: Datasets;
         | 
| 15215 | 
            +
              }
         | 
| 15216 | 
            +
              export interface TopicFilter {
         | 
| 15217 | 
            +
                /**
         | 
| 15218 | 
            +
                 * A description of the filter used to select items for a topic.
         | 
| 15219 | 
            +
                 */
         | 
| 15220 | 
            +
                FilterDescription?: LimitedString;
         | 
| 15221 | 
            +
                /**
         | 
| 15222 | 
            +
                 * The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER, CONDITIONAL_VALUE_FILTER, and NAMED_VALUE_FILTER.
         | 
| 15223 | 
            +
                 */
         | 
| 15224 | 
            +
                FilterClass?: FilterClass;
         | 
| 15225 | 
            +
                /**
         | 
| 15226 | 
            +
                 * The name of the filter.
         | 
| 15227 | 
            +
                 */
         | 
| 15228 | 
            +
                FilterName: LimitedString;
         | 
| 15229 | 
            +
                /**
         | 
| 15230 | 
            +
                 * The other names or aliases for the filter.
         | 
| 15231 | 
            +
                 */
         | 
| 15232 | 
            +
                FilterSynonyms?: Synonyms;
         | 
| 15233 | 
            +
                /**
         | 
| 15234 | 
            +
                 * The name of the field that the filter operates on.
         | 
| 15235 | 
            +
                 */
         | 
| 15236 | 
            +
                OperandFieldName: LimitedString;
         | 
| 15237 | 
            +
                /**
         | 
| 15238 | 
            +
                 * The type of the filter. Valid values for this structure are CATEGORY_FILTER, NUMERIC_EQUALITY_FILTER, NUMERIC_RANGE_FILTER, DATE_RANGE_FILTER, and RELATIVE_DATE_FILTER.
         | 
| 15239 | 
            +
                 */
         | 
| 15240 | 
            +
                FilterType?: NamedFilterType;
         | 
| 15241 | 
            +
                /**
         | 
| 15242 | 
            +
                 * The category filter that is associated with this filter.
         | 
| 15243 | 
            +
                 */
         | 
| 15244 | 
            +
                CategoryFilter?: TopicCategoryFilter;
         | 
| 15245 | 
            +
                /**
         | 
| 15246 | 
            +
                 * The numeric equality filter.
         | 
| 15247 | 
            +
                 */
         | 
| 15248 | 
            +
                NumericEqualityFilter?: TopicNumericEqualityFilter;
         | 
| 15249 | 
            +
                /**
         | 
| 15250 | 
            +
                 * The numeric range filter.
         | 
| 15251 | 
            +
                 */
         | 
| 15252 | 
            +
                NumericRangeFilter?: TopicNumericRangeFilter;
         | 
| 15253 | 
            +
                /**
         | 
| 15254 | 
            +
                 * The date range filter.
         | 
| 15255 | 
            +
                 */
         | 
| 15256 | 
            +
                DateRangeFilter?: TopicDateRangeFilter;
         | 
| 15257 | 
            +
                /**
         | 
| 15258 | 
            +
                 * The relative date filter.
         | 
| 15259 | 
            +
                 */
         | 
| 15260 | 
            +
                RelativeDateFilter?: TopicRelativeDateFilter;
         | 
| 15261 | 
            +
              }
         | 
| 15262 | 
            +
              export type TopicFilters = TopicFilter[];
         | 
| 15263 | 
            +
              export type TopicId = string;
         | 
| 15264 | 
            +
              export type TopicNamedEntities = TopicNamedEntity[];
         | 
| 15265 | 
            +
              export interface TopicNamedEntity {
         | 
| 15266 | 
            +
                /**
         | 
| 15267 | 
            +
                 * The name of the named entity.
         | 
| 15268 | 
            +
                 */
         | 
| 15269 | 
            +
                EntityName: LimitedString;
         | 
| 15270 | 
            +
                /**
         | 
| 15271 | 
            +
                 * The description of the named entity.
         | 
| 15272 | 
            +
                 */
         | 
| 15273 | 
            +
                EntityDescription?: LimitedString;
         | 
| 15274 | 
            +
                /**
         | 
| 15275 | 
            +
                 * The other names or aliases for the named entity.
         | 
| 15276 | 
            +
                 */
         | 
| 15277 | 
            +
                EntitySynonyms?: Synonyms;
         | 
| 15278 | 
            +
                /**
         | 
| 15279 | 
            +
                 * The type of named entity that a topic represents.
         | 
| 15280 | 
            +
                 */
         | 
| 15281 | 
            +
                SemanticEntityType?: SemanticEntityType;
         | 
| 15282 | 
            +
                /**
         | 
| 15283 | 
            +
                 * The definition of a named entity.
         | 
| 15284 | 
            +
                 */
         | 
| 15285 | 
            +
                Definition?: NamedEntityDefinitions;
         | 
| 15286 | 
            +
              }
         | 
| 15287 | 
            +
              export interface TopicNumericEqualityFilter {
         | 
| 15288 | 
            +
                /**
         | 
| 15289 | 
            +
                 * The constant used in a numeric equality filter.
         | 
| 15290 | 
            +
                 */
         | 
| 15291 | 
            +
                Constant?: TopicSingularFilterConstant;
         | 
| 15292 | 
            +
                /**
         | 
| 15293 | 
            +
                 * An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION, SUM, AVERAGE, COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV, STDEVP, VAR, and VARP.
         | 
| 15294 | 
            +
                 */
         | 
| 15295 | 
            +
                Aggregation?: NamedFilterAggType;
         | 
| 15296 | 
            +
              }
         | 
| 15297 | 
            +
              export interface TopicNumericRangeFilter {
         | 
| 15298 | 
            +
                /**
         | 
| 15299 | 
            +
                 * A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
         | 
| 15300 | 
            +
                 */
         | 
| 15301 | 
            +
                Inclusive?: Boolean;
         | 
| 15302 | 
            +
                /**
         | 
| 15303 | 
            +
                 * The constant used in a numeric range filter.
         | 
| 15304 | 
            +
                 */
         | 
| 15305 | 
            +
                Constant?: TopicRangeFilterConstant;
         | 
| 15306 | 
            +
                /**
         | 
| 15307 | 
            +
                 * An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION, SUM, AVERAGE, COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV, STDEVP, VAR, and VARP.
         | 
| 15308 | 
            +
                 */
         | 
| 15309 | 
            +
                Aggregation?: NamedFilterAggType;
         | 
| 15310 | 
            +
              }
         | 
| 15311 | 
            +
              export type TopicNumericSeparatorSymbol = "COMMA"|"DOT"|string;
         | 
| 15312 | 
            +
              export interface TopicRangeFilterConstant {
         | 
| 15313 | 
            +
                /**
         | 
| 15314 | 
            +
                 * The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
         | 
| 15315 | 
            +
                 */
         | 
| 15316 | 
            +
                ConstantType?: ConstantType;
         | 
| 15317 | 
            +
                /**
         | 
| 15318 | 
            +
                 * The value of the constant that is used to specify the endpoints of a range filter.
         | 
| 15319 | 
            +
                 */
         | 
| 15320 | 
            +
                RangeConstant?: RangeConstant;
         | 
| 15321 | 
            +
              }
         | 
| 15322 | 
            +
              export interface TopicRefreshDetails {
         | 
| 15323 | 
            +
                /**
         | 
| 15324 | 
            +
                 * The Amazon Resource Name (ARN) of the topic refresh.
         | 
| 15325 | 
            +
                 */
         | 
| 15326 | 
            +
                RefreshArn?: Arn;
         | 
| 15327 | 
            +
                /**
         | 
| 15328 | 
            +
                 * The ID of the refresh, which occurs as a result of topic creation or topic update.
         | 
| 15329 | 
            +
                 */
         | 
| 15330 | 
            +
                RefreshId?: ResourceId;
         | 
| 15331 | 
            +
                /**
         | 
| 15332 | 
            +
                 * The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
         | 
| 15333 | 
            +
                 */
         | 
| 15334 | 
            +
                RefreshStatus?: TopicRefreshStatus;
         | 
| 15335 | 
            +
              }
         | 
| 15336 | 
            +
              export interface TopicRefreshSchedule {
         | 
| 15337 | 
            +
                /**
         | 
| 15338 | 
            +
                 * A Boolean value that controls whether to schedule is enabled.
         | 
| 15339 | 
            +
                 */
         | 
| 15340 | 
            +
                IsEnabled: NullableBoolean;
         | 
| 15341 | 
            +
                /**
         | 
| 15342 | 
            +
                 * A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE dataset.
         | 
| 15343 | 
            +
                 */
         | 
| 15344 | 
            +
                BasedOnSpiceSchedule: Boolean;
         | 
| 15345 | 
            +
                /**
         | 
| 15346 | 
            +
                 * The starting date and time for the refresh schedule.
         | 
| 15347 | 
            +
                 */
         | 
| 15348 | 
            +
                StartingAt?: Timestamp;
         | 
| 15349 | 
            +
                /**
         | 
| 15350 | 
            +
                 * The timezone that you want the refresh schedule to use.
         | 
| 15351 | 
            +
                 */
         | 
| 15352 | 
            +
                Timezone?: LimitedString;
         | 
| 15353 | 
            +
                /**
         | 
| 15354 | 
            +
                 * The time of day when the refresh should run, for example, Monday-Sunday.
         | 
| 15355 | 
            +
                 */
         | 
| 15356 | 
            +
                RepeatAt?: LimitedString;
         | 
| 15357 | 
            +
                /**
         | 
| 15358 | 
            +
                 * The type of refresh schedule. Valid values for this structure are HOURLY, DAILY, WEEKLY, and MONTHLY.
         | 
| 15359 | 
            +
                 */
         | 
| 15360 | 
            +
                TopicScheduleType?: TopicScheduleType;
         | 
| 15361 | 
            +
              }
         | 
| 15362 | 
            +
              export type TopicRefreshScheduleSummaries = TopicRefreshScheduleSummary[];
         | 
| 15363 | 
            +
              export interface TopicRefreshScheduleSummary {
         | 
| 15364 | 
            +
                /**
         | 
| 15365 | 
            +
                 * The ID of the dataset.
         | 
| 15366 | 
            +
                 */
         | 
| 15367 | 
            +
                DatasetId?: LimitedString;
         | 
| 15368 | 
            +
                /**
         | 
| 15369 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 15370 | 
            +
                 */
         | 
| 15371 | 
            +
                DatasetArn?: Arn;
         | 
| 15372 | 
            +
                /**
         | 
| 15373 | 
            +
                 * The name of the dataset.
         | 
| 15374 | 
            +
                 */
         | 
| 15375 | 
            +
                DatasetName?: LimitedString;
         | 
| 15376 | 
            +
                /**
         | 
| 15377 | 
            +
                 * The definition of a refresh schedule.
         | 
| 15378 | 
            +
                 */
         | 
| 15379 | 
            +
                RefreshSchedule?: TopicRefreshSchedule;
         | 
| 15380 | 
            +
              }
         | 
| 15381 | 
            +
              export type TopicRefreshStatus = "INITIALIZED"|"RUNNING"|"FAILED"|"COMPLETED"|"CANCELLED"|string;
         | 
| 15382 | 
            +
              export interface TopicRelativeDateFilter {
         | 
| 15383 | 
            +
                /**
         | 
| 15384 | 
            +
                 * The level of time precision that is used to aggregate DateTime values.
         | 
| 15385 | 
            +
                 */
         | 
| 15386 | 
            +
                TimeGranularity?: TopicTimeGranularity;
         | 
| 15387 | 
            +
                /**
         | 
| 15388 | 
            +
                 * The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE, AFTER, and BETWEEN.
         | 
| 15389 | 
            +
                 */
         | 
| 15390 | 
            +
                RelativeDateFilterFunction?: TopicRelativeDateFilterFunction;
         | 
| 15391 | 
            +
                /**
         | 
| 15392 | 
            +
                 * The constant used in a relative date filter.
         | 
| 15393 | 
            +
                 */
         | 
| 15394 | 
            +
                Constant?: TopicSingularFilterConstant;
         | 
| 15395 | 
            +
              }
         | 
| 15396 | 
            +
              export type TopicRelativeDateFilterFunction = "PREVIOUS"|"THIS"|"LAST"|"NEXT"|"NOW"|string;
         | 
| 15397 | 
            +
              export type TopicScheduleType = "HOURLY"|"DAILY"|"WEEKLY"|"MONTHLY"|string;
         | 
| 15398 | 
            +
              export interface TopicSingularFilterConstant {
         | 
| 15399 | 
            +
                /**
         | 
| 15400 | 
            +
                 * The type of the singular filter constant. Valid values for this structure are SINGULAR.
         | 
| 15401 | 
            +
                 */
         | 
| 15402 | 
            +
                ConstantType?: ConstantType;
         | 
| 15403 | 
            +
                /**
         | 
| 15404 | 
            +
                 * The value of the singular filter constant.
         | 
| 15405 | 
            +
                 */
         | 
| 15406 | 
            +
                SingularConstant?: LimitedString;
         | 
| 15407 | 
            +
              }
         | 
| 15408 | 
            +
              export type TopicSummaries = TopicSummary[];
         | 
| 15409 | 
            +
              export interface TopicSummary {
         | 
| 15410 | 
            +
                /**
         | 
| 15411 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 15412 | 
            +
                 */
         | 
| 15413 | 
            +
                Arn?: Arn;
         | 
| 15414 | 
            +
                /**
         | 
| 15415 | 
            +
                 * The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 15416 | 
            +
                 */
         | 
| 15417 | 
            +
                TopicId?: TopicId;
         | 
| 15418 | 
            +
                /**
         | 
| 15419 | 
            +
                 * The name of the topic.
         | 
| 15420 | 
            +
                 */
         | 
| 15421 | 
            +
                Name?: ResourceName;
         | 
| 15422 | 
            +
              }
         | 
| 15423 | 
            +
              export type TopicTimeGranularity = "SECOND"|"MINUTE"|"HOUR"|"DAY"|"WEEK"|"MONTH"|"QUARTER"|"YEAR"|string;
         | 
| 15424 | 
            +
              export interface TotalAggregationComputation {
         | 
| 15425 | 
            +
                /**
         | 
| 15426 | 
            +
                 * The ID for a computation.
         | 
| 15427 | 
            +
                 */
         | 
| 15428 | 
            +
                ComputationId: ShortRestrictiveResourceId;
         | 
| 15429 | 
            +
                /**
         | 
| 15430 | 
            +
                 * The name of a computation.
         | 
| 15431 | 
            +
                 */
         | 
| 15432 | 
            +
                Name?: String;
         | 
| 15433 | 
            +
                /**
         | 
| 15434 | 
            +
                 * The value field that is used in a computation.
         | 
| 15435 | 
            +
                 */
         | 
| 15436 | 
            +
                Value: MeasureField;
         | 
| 15437 | 
            +
              }
         | 
| 15438 | 
            +
              export interface TotalOptions {
         | 
| 15439 | 
            +
                /**
         | 
| 15440 | 
            +
                 * The visibility configuration for the total cells.
         | 
| 15441 | 
            +
                 */
         | 
| 15442 | 
            +
                TotalsVisibility?: Visibility;
         | 
| 15443 | 
            +
                /**
         | 
| 15444 | 
            +
                 * The placement (start, end) for the total cells.
         | 
| 15445 | 
            +
                 */
         | 
| 15446 | 
            +
                Placement?: TableTotalsPlacement;
         | 
| 15447 | 
            +
                /**
         | 
| 15448 | 
            +
                 * The scroll status (pinned, scrolled) for the total cells.
         | 
| 15449 | 
            +
                 */
         | 
| 15450 | 
            +
                ScrollStatus?: TableTotalsScrollStatus;
         | 
| 15451 | 
            +
                /**
         | 
| 15452 | 
            +
                 * The custom label string for the total cells.
         | 
| 15453 | 
            +
                 */
         | 
| 15454 | 
            +
                CustomLabel?: String;
         | 
| 15455 | 
            +
                /**
         | 
| 15456 | 
            +
                 * Cell styling options for the total cells.
         | 
| 15457 | 
            +
                 */
         | 
| 15458 | 
            +
                TotalCellStyle?: TableCellStyle;
         | 
| 15459 | 
            +
              }
         | 
| 15460 | 
            +
              export interface TransformOperation {
         | 
| 15461 | 
            +
                /**
         | 
| 15462 | 
            +
                 * An operation that projects columns. Operations that come after a projection can only refer to projected columns.
         | 
| 15463 | 
            +
                 */
         | 
| 15464 | 
            +
                ProjectOperation?: ProjectOperation;
         | 
| 15465 | 
            +
                /**
         | 
| 15466 | 
            +
                 * An operation that filters rows based on some condition.
         | 
| 15467 | 
            +
                 */
         | 
| 15468 | 
            +
                FilterOperation?: FilterOperation;
         | 
| 15469 | 
            +
                /**
         | 
| 15470 | 
            +
                 * An operation that creates calculated columns. Columns created in one such operation form a lexical closure.
         | 
| 15471 | 
            +
                 */
         | 
| 15472 | 
            +
                CreateColumnsOperation?: CreateColumnsOperation;
         | 
| 15473 | 
            +
                /**
         | 
| 15474 | 
            +
                 * An operation that renames a column.
         | 
| 15475 | 
            +
                 */
         | 
| 15476 | 
            +
                RenameColumnOperation?: RenameColumnOperation;
         | 
| 15477 | 
            +
                /**
         | 
| 15478 | 
            +
                 * A transform operation that casts a column to a different type.
         | 
| 15479 | 
            +
                 */
         | 
| 15480 | 
            +
                CastColumnTypeOperation?: CastColumnTypeOperation;
         | 
| 15481 | 
            +
                /**
         | 
| 15482 | 
            +
                 * An operation that tags a column with additional information.
         | 
| 15483 | 
            +
                 */
         | 
| 15484 | 
            +
                TagColumnOperation?: TagColumnOperation;
         | 
| 15485 | 
            +
                UntagColumnOperation?: UntagColumnOperation;
         | 
| 15486 | 
            +
                OverrideDatasetParameterOperation?: OverrideDatasetParameterOperation;
         | 
| 15487 | 
            +
              }
         | 
| 15488 | 
            +
              export type TransformOperationList = TransformOperation[];
         | 
| 15489 | 
            +
              export interface TreeMapAggregatedFieldWells {
         | 
| 15490 | 
            +
                /**
         | 
| 15491 | 
            +
                 * The group by field well of a tree map. Values are grouped based on group by fields.
         | 
| 15492 | 
            +
                 */
         | 
| 15493 | 
            +
                Groups?: TreeMapDimensionFieldList;
         | 
| 15494 | 
            +
                /**
         | 
| 15495 | 
            +
                 * The size field well of a tree map. Values are aggregated based on group by fields.
         | 
| 15496 | 
            +
                 */
         | 
| 15497 | 
            +
                Sizes?: TreeMapMeasureFieldList;
         | 
| 15498 | 
            +
                /**
         | 
| 15499 | 
            +
                 * The color field well of a tree map. Values are grouped by aggregations based on group by fields.
         | 
| 15500 | 
            +
                 */
         | 
| 15501 | 
            +
                Colors?: TreeMapMeasureFieldList;
         | 
| 15502 | 
            +
              }
         | 
| 15503 | 
            +
              export interface TreeMapConfiguration {
         | 
| 15504 | 
            +
                /**
         | 
| 15505 | 
            +
                 * The field wells of the visual.
         | 
| 15506 | 
            +
                 */
         | 
| 15507 | 
            +
                FieldWells?: TreeMapFieldWells;
         | 
| 15508 | 
            +
                /**
         | 
| 15509 | 
            +
                 * The sort configuration of a tree map.
         | 
| 15510 | 
            +
                 */
         | 
| 15511 | 
            +
                SortConfiguration?: TreeMapSortConfiguration;
         | 
| 15512 | 
            +
                /**
         | 
| 15513 | 
            +
                 * The label options (label text, label visibility) of the groups that are displayed in a tree map.
         | 
| 13975 15514 | 
             
                 */
         | 
| 13976 15515 | 
             
                GroupLabelOptions?: ChartAxisLabelOptions;
         | 
| 13977 15516 | 
             
                /**
         | 
| @@ -14060,6 +15599,7 @@ declare namespace QuickSight { | |
| 14060 15599 | 
             
                MaxRows: PositiveInteger;
         | 
| 14061 15600 | 
             
              }
         | 
| 14062 15601 | 
             
              export type TypeCastFormat = string;
         | 
| 15602 | 
            +
              export type TypeParameters = {[key: string]: LimitedString};
         | 
| 14063 15603 | 
             
              export interface Typography {
         | 
| 14064 15604 | 
             
                /**
         | 
| 14065 15605 | 
             
                 * Determines the list of font families.
         | 
| @@ -14149,6 +15689,7 @@ declare namespace QuickSight { | |
| 14149 15689 | 
             
                FormatConfiguration?: FormatConfiguration;
         | 
| 14150 15690 | 
             
              }
         | 
| 14151 15691 | 
             
              export type UnaggregatedFieldList = UnaggregatedField[];
         | 
| 15692 | 
            +
              export type UndefinedSpecifiedValueType = "LEAST"|"MOST"|string;
         | 
| 14152 15693 | 
             
              export type UnicodeIcon = string;
         | 
| 14153 15694 | 
             
              export interface UniqueValuesComputation {
         | 
| 14154 15695 | 
             
                /**
         | 
| @@ -14585,6 +16126,10 @@ declare namespace QuickSight { | |
| 14585 16126 | 
             
                 */
         | 
| 14586 16127 | 
             
                ColumnLevelPermissionRules?: ColumnLevelPermissionRuleList;
         | 
| 14587 16128 | 
             
                DataSetUsageConfiguration?: DataSetUsageConfiguration;
         | 
| 16129 | 
            +
                /**
         | 
| 16130 | 
            +
                 * The parameter declarations of the dataset.
         | 
| 16131 | 
            +
                 */
         | 
| 16132 | 
            +
                DatasetParameters?: DatasetParameterList;
         | 
| 14588 16133 | 
             
              }
         | 
| 14589 16134 | 
             
              export interface UpdateDataSetResponse {
         | 
| 14590 16135 | 
             
                /**
         | 
| @@ -14810,7 +16355,7 @@ declare namespace QuickSight { | |
| 14810 16355 | 
             
                 */
         | 
| 14811 16356 | 
             
                AwsAccountId: AwsAccountId;
         | 
| 14812 16357 | 
             
                /**
         | 
| 14813 | 
            -
                 * The name of the assignment, also called a rule.  | 
| 16358 | 
            +
                 * The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.
         | 
| 14814 16359 | 
             
                 */
         | 
| 14815 16360 | 
             
                AssignmentName: IAMPolicyAssignmentName;
         | 
| 14816 16361 | 
             
                /**
         | 
| @@ -15190,6 +16735,122 @@ declare namespace QuickSight { | |
| 15190 16735 | 
             
                 */
         | 
| 15191 16736 | 
             
                RequestId?: String;
         | 
| 15192 16737 | 
             
              }
         | 
| 16738 | 
            +
              export interface UpdateTopicPermissionsRequest {
         | 
| 16739 | 
            +
                /**
         | 
| 16740 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic that you want to update the permissions for.
         | 
| 16741 | 
            +
                 */
         | 
| 16742 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 16743 | 
            +
                /**
         | 
| 16744 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 16745 | 
            +
                 */
         | 
| 16746 | 
            +
                TopicId: TopicId;
         | 
| 16747 | 
            +
                /**
         | 
| 16748 | 
            +
                 * The resource permissions that you want to grant to the topic.
         | 
| 16749 | 
            +
                 */
         | 
| 16750 | 
            +
                GrantPermissions?: UpdateResourcePermissionList;
         | 
| 16751 | 
            +
                /**
         | 
| 16752 | 
            +
                 * The resource permissions that you want to revoke from the topic.
         | 
| 16753 | 
            +
                 */
         | 
| 16754 | 
            +
                RevokePermissions?: UpdateResourcePermissionList;
         | 
| 16755 | 
            +
              }
         | 
| 16756 | 
            +
              export interface UpdateTopicPermissionsResponse {
         | 
| 16757 | 
            +
                /**
         | 
| 16758 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 16759 | 
            +
                 */
         | 
| 16760 | 
            +
                TopicId?: TopicId;
         | 
| 16761 | 
            +
                /**
         | 
| 16762 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 16763 | 
            +
                 */
         | 
| 16764 | 
            +
                TopicArn?: Arn;
         | 
| 16765 | 
            +
                /**
         | 
| 16766 | 
            +
                 * A list of resource permissions on the topic.
         | 
| 16767 | 
            +
                 */
         | 
| 16768 | 
            +
                Permissions?: ResourcePermissionList;
         | 
| 16769 | 
            +
                /**
         | 
| 16770 | 
            +
                 * The HTTP status of the request.
         | 
| 16771 | 
            +
                 */
         | 
| 16772 | 
            +
                Status?: StatusCode;
         | 
| 16773 | 
            +
                /**
         | 
| 16774 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 16775 | 
            +
                 */
         | 
| 16776 | 
            +
                RequestId?: String;
         | 
| 16777 | 
            +
              }
         | 
| 16778 | 
            +
              export interface UpdateTopicRefreshScheduleRequest {
         | 
| 16779 | 
            +
                /**
         | 
| 16780 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to update.
         | 
| 16781 | 
            +
                 */
         | 
| 16782 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 16783 | 
            +
                /**
         | 
| 16784 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 16785 | 
            +
                 */
         | 
| 16786 | 
            +
                TopicId: TopicId;
         | 
| 16787 | 
            +
                /**
         | 
| 16788 | 
            +
                 * The ID of the dataset.
         | 
| 16789 | 
            +
                 */
         | 
| 16790 | 
            +
                DatasetId: String;
         | 
| 16791 | 
            +
                /**
         | 
| 16792 | 
            +
                 * The definition of a refresh schedule.
         | 
| 16793 | 
            +
                 */
         | 
| 16794 | 
            +
                RefreshSchedule: TopicRefreshSchedule;
         | 
| 16795 | 
            +
              }
         | 
| 16796 | 
            +
              export interface UpdateTopicRefreshScheduleResponse {
         | 
| 16797 | 
            +
                /**
         | 
| 16798 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 16799 | 
            +
                 */
         | 
| 16800 | 
            +
                TopicId?: TopicId;
         | 
| 16801 | 
            +
                /**
         | 
| 16802 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 16803 | 
            +
                 */
         | 
| 16804 | 
            +
                TopicArn?: Arn;
         | 
| 16805 | 
            +
                /**
         | 
| 16806 | 
            +
                 * The Amazon Resource Name (ARN) of the dataset.
         | 
| 16807 | 
            +
                 */
         | 
| 16808 | 
            +
                DatasetArn?: Arn;
         | 
| 16809 | 
            +
                /**
         | 
| 16810 | 
            +
                 * The HTTP status of the request.
         | 
| 16811 | 
            +
                 */
         | 
| 16812 | 
            +
                Status?: StatusCode;
         | 
| 16813 | 
            +
                /**
         | 
| 16814 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 16815 | 
            +
                 */
         | 
| 16816 | 
            +
                RequestId?: String;
         | 
| 16817 | 
            +
              }
         | 
| 16818 | 
            +
              export interface UpdateTopicRequest {
         | 
| 16819 | 
            +
                /**
         | 
| 16820 | 
            +
                 * The ID of the Amazon Web Services account that contains the topic that you want to update.
         | 
| 16821 | 
            +
                 */
         | 
| 16822 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 16823 | 
            +
                /**
         | 
| 16824 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 16825 | 
            +
                 */
         | 
| 16826 | 
            +
                TopicId: TopicId;
         | 
| 16827 | 
            +
                /**
         | 
| 16828 | 
            +
                 * The definition of the topic that you want to update.
         | 
| 16829 | 
            +
                 */
         | 
| 16830 | 
            +
                Topic: TopicDetails;
         | 
| 16831 | 
            +
              }
         | 
| 16832 | 
            +
              export interface UpdateTopicResponse {
         | 
| 16833 | 
            +
                /**
         | 
| 16834 | 
            +
                 * The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
         | 
| 16835 | 
            +
                 */
         | 
| 16836 | 
            +
                TopicId?: TopicId;
         | 
| 16837 | 
            +
                /**
         | 
| 16838 | 
            +
                 * The Amazon Resource Name (ARN) of the topic.
         | 
| 16839 | 
            +
                 */
         | 
| 16840 | 
            +
                Arn?: Arn;
         | 
| 16841 | 
            +
                /**
         | 
| 16842 | 
            +
                 * The Amazon Resource Name (ARN) of the topic refresh.
         | 
| 16843 | 
            +
                 */
         | 
| 16844 | 
            +
                RefreshArn?: Arn;
         | 
| 16845 | 
            +
                /**
         | 
| 16846 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 16847 | 
            +
                 */
         | 
| 16848 | 
            +
                RequestId?: String;
         | 
| 16849 | 
            +
                /**
         | 
| 16850 | 
            +
                 * The HTTP status of the request.
         | 
| 16851 | 
            +
                 */
         | 
| 16852 | 
            +
                Status?: StatusCode;
         | 
| 16853 | 
            +
              }
         | 
| 15193 16854 | 
             
              export interface UpdateUserRequest {
         | 
| 15194 16855 | 
             
                /**
         | 
| 15195 16856 | 
             
                 * The Amazon QuickSight user name that you want to update.
         | 
| @@ -15246,6 +16907,62 @@ declare namespace QuickSight { | |
| 15246 16907 | 
             
                 */
         | 
| 15247 16908 | 
             
                Status?: StatusCode;
         | 
| 15248 16909 | 
             
              }
         | 
| 16910 | 
            +
              export interface UpdateVPCConnectionRequest {
         | 
| 16911 | 
            +
                /**
         | 
| 16912 | 
            +
                 * The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
         | 
| 16913 | 
            +
                 */
         | 
| 16914 | 
            +
                AwsAccountId: AwsAccountId;
         | 
| 16915 | 
            +
                /**
         | 
| 16916 | 
            +
                 * The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 16917 | 
            +
                 */
         | 
| 16918 | 
            +
                VPCConnectionId: VPCConnectionResourceIdUnrestricted;
         | 
| 16919 | 
            +
                /**
         | 
| 16920 | 
            +
                 * The display name for the VPC connection.
         | 
| 16921 | 
            +
                 */
         | 
| 16922 | 
            +
                Name: ResourceName;
         | 
| 16923 | 
            +
                /**
         | 
| 16924 | 
            +
                 * A list of subnet IDs for the VPC connection.
         | 
| 16925 | 
            +
                 */
         | 
| 16926 | 
            +
                SubnetIds: SubnetIdList;
         | 
| 16927 | 
            +
                /**
         | 
| 16928 | 
            +
                 * A list of security group IDs for the VPC connection.
         | 
| 16929 | 
            +
                 */
         | 
| 16930 | 
            +
                SecurityGroupIds: SecurityGroupIdList;
         | 
| 16931 | 
            +
                /**
         | 
| 16932 | 
            +
                 * A list of IP addresses of DNS resolver endpoints for the VPC connection.
         | 
| 16933 | 
            +
                 */
         | 
| 16934 | 
            +
                DnsResolvers?: DnsResolverList;
         | 
| 16935 | 
            +
                /**
         | 
| 16936 | 
            +
                 * An IAM role associated with the VPC connection.
         | 
| 16937 | 
            +
                 */
         | 
| 16938 | 
            +
                RoleArn: RoleArn;
         | 
| 16939 | 
            +
              }
         | 
| 16940 | 
            +
              export interface UpdateVPCConnectionResponse {
         | 
| 16941 | 
            +
                /**
         | 
| 16942 | 
            +
                 * The Amazon Resource Name (ARN) of the VPC connection.
         | 
| 16943 | 
            +
                 */
         | 
| 16944 | 
            +
                Arn?: Arn;
         | 
| 16945 | 
            +
                /**
         | 
| 16946 | 
            +
                 * The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.
         | 
| 16947 | 
            +
                 */
         | 
| 16948 | 
            +
                VPCConnectionId?: VPCConnectionResourceIdUnrestricted;
         | 
| 16949 | 
            +
                /**
         | 
| 16950 | 
            +
                 * The update status of the VPC connection's last update.
         | 
| 16951 | 
            +
                 */
         | 
| 16952 | 
            +
                UpdateStatus?: VPCConnectionResourceStatus;
         | 
| 16953 | 
            +
                /**
         | 
| 16954 | 
            +
                 * The availability status of the VPC connection.
         | 
| 16955 | 
            +
                 */
         | 
| 16956 | 
            +
                AvailabilityStatus?: VPCConnectionAvailabilityStatus;
         | 
| 16957 | 
            +
                /**
         | 
| 16958 | 
            +
                 * The Amazon Web Services request ID for this operation.
         | 
| 16959 | 
            +
                 */
         | 
| 16960 | 
            +
                RequestId?: String;
         | 
| 16961 | 
            +
                /**
         | 
| 16962 | 
            +
                 * The HTTP status of the request.
         | 
| 16963 | 
            +
                 */
         | 
| 16964 | 
            +
                Status?: StatusCode;
         | 
| 16965 | 
            +
              }
         | 
| 15249 16966 | 
             
              export interface UploadSettings {
         | 
| 15250 16967 | 
             
                /**
         | 
| 15251 16968 | 
             
                 * File format.
         | 
| @@ -15318,6 +17035,111 @@ declare namespace QuickSight { | |
| 15318 17035 | 
             
              export type UserName = string;
         | 
| 15319 17036 | 
             
              export type UserRole = "ADMIN"|"AUTHOR"|"READER"|"RESTRICTED_AUTHOR"|"RESTRICTED_READER"|string;
         | 
| 15320 17037 | 
             
              export type Username = string;
         | 
| 17038 | 
            +
              export interface VPCConnection {
         | 
| 17039 | 
            +
                /**
         | 
| 17040 | 
            +
                 * The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 17041 | 
            +
                 */
         | 
| 17042 | 
            +
                VPCConnectionId?: VPCConnectionResourceIdUnrestricted;
         | 
| 17043 | 
            +
                /**
         | 
| 17044 | 
            +
                 * The Amazon Resource Name (ARN) of the VPC connection.
         | 
| 17045 | 
            +
                 */
         | 
| 17046 | 
            +
                Arn?: Arn;
         | 
| 17047 | 
            +
                /**
         | 
| 17048 | 
            +
                 * The display name for the VPC connection.
         | 
| 17049 | 
            +
                 */
         | 
| 17050 | 
            +
                Name?: ResourceName;
         | 
| 17051 | 
            +
                /**
         | 
| 17052 | 
            +
                 * The Amazon EC2 VPC ID associated with the VPC connection.
         | 
| 17053 | 
            +
                 */
         | 
| 17054 | 
            +
                VPCId?: String;
         | 
| 17055 | 
            +
                /**
         | 
| 17056 | 
            +
                 * The Amazon EC2 security group IDs associated with the VPC connection.
         | 
| 17057 | 
            +
                 */
         | 
| 17058 | 
            +
                SecurityGroupIds?: SecurityGroupIdList;
         | 
| 17059 | 
            +
                /**
         | 
| 17060 | 
            +
                 * A list of IP addresses of DNS resolver endpoints for the VPC connection.
         | 
| 17061 | 
            +
                 */
         | 
| 17062 | 
            +
                DnsResolvers?: StringList;
         | 
| 17063 | 
            +
                /**
         | 
| 17064 | 
            +
                 * The status of the VPC connection.
         | 
| 17065 | 
            +
                 */
         | 
| 17066 | 
            +
                Status?: VPCConnectionResourceStatus;
         | 
| 17067 | 
            +
                /**
         | 
| 17068 | 
            +
                 * The availability status of the VPC connection.
         | 
| 17069 | 
            +
                 */
         | 
| 17070 | 
            +
                AvailabilityStatus?: VPCConnectionAvailabilityStatus;
         | 
| 17071 | 
            +
                /**
         | 
| 17072 | 
            +
                 * A list of network interfaces.
         | 
| 17073 | 
            +
                 */
         | 
| 17074 | 
            +
                NetworkInterfaces?: NetworkInterfaceList;
         | 
| 17075 | 
            +
                /**
         | 
| 17076 | 
            +
                 * The ARN of the IAM role associated with the VPC connection.
         | 
| 17077 | 
            +
                 */
         | 
| 17078 | 
            +
                RoleArn?: String;
         | 
| 17079 | 
            +
                /**
         | 
| 17080 | 
            +
                 * The time that the VPC connection was created.
         | 
| 17081 | 
            +
                 */
         | 
| 17082 | 
            +
                CreatedTime?: Timestamp;
         | 
| 17083 | 
            +
                /**
         | 
| 17084 | 
            +
                 * The time that the VPC connection was last updated.
         | 
| 17085 | 
            +
                 */
         | 
| 17086 | 
            +
                LastUpdatedTime?: Timestamp;
         | 
| 17087 | 
            +
              }
         | 
| 17088 | 
            +
              export type VPCConnectionAvailabilityStatus = "AVAILABLE"|"UNAVAILABLE"|"PARTIALLY_AVAILABLE"|string;
         | 
| 17089 | 
            +
              export type VPCConnectionResourceIdRestricted = string;
         | 
| 17090 | 
            +
              export type VPCConnectionResourceIdUnrestricted = string;
         | 
| 17091 | 
            +
              export type VPCConnectionResourceStatus = "CREATION_IN_PROGRESS"|"CREATION_SUCCESSFUL"|"CREATION_FAILED"|"UPDATE_IN_PROGRESS"|"UPDATE_SUCCESSFUL"|"UPDATE_FAILED"|"DELETION_IN_PROGRESS"|"DELETION_FAILED"|"DELETED"|string;
         | 
| 17092 | 
            +
              export interface VPCConnectionSummary {
         | 
| 17093 | 
            +
                /**
         | 
| 17094 | 
            +
                 * The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
         | 
| 17095 | 
            +
                 */
         | 
| 17096 | 
            +
                VPCConnectionId?: VPCConnectionResourceIdUnrestricted;
         | 
| 17097 | 
            +
                /**
         | 
| 17098 | 
            +
                 * The Amazon Resource Name (ARN) of the VPC connection.
         | 
| 17099 | 
            +
                 */
         | 
| 17100 | 
            +
                Arn?: Arn;
         | 
| 17101 | 
            +
                /**
         | 
| 17102 | 
            +
                 * The display name for the VPC connection.
         | 
| 17103 | 
            +
                 */
         | 
| 17104 | 
            +
                Name?: ResourceName;
         | 
| 17105 | 
            +
                /**
         | 
| 17106 | 
            +
                 * The Amazon EC2 VPC ID associated with the VPC connection.
         | 
| 17107 | 
            +
                 */
         | 
| 17108 | 
            +
                VPCId?: String;
         | 
| 17109 | 
            +
                /**
         | 
| 17110 | 
            +
                 * The Amazon EC2 security group IDs associated with the VPC connection.
         | 
| 17111 | 
            +
                 */
         | 
| 17112 | 
            +
                SecurityGroupIds?: SecurityGroupIdList;
         | 
| 17113 | 
            +
                /**
         | 
| 17114 | 
            +
                 * A list of IP addresses of DNS resolver endpoints for the VPC connection.
         | 
| 17115 | 
            +
                 */
         | 
| 17116 | 
            +
                DnsResolvers?: StringList;
         | 
| 17117 | 
            +
                /**
         | 
| 17118 | 
            +
                 * The status of the VPC connection.
         | 
| 17119 | 
            +
                 */
         | 
| 17120 | 
            +
                Status?: VPCConnectionResourceStatus;
         | 
| 17121 | 
            +
                /**
         | 
| 17122 | 
            +
                 * The availability status of the VPC connection.
         | 
| 17123 | 
            +
                 */
         | 
| 17124 | 
            +
                AvailabilityStatus?: VPCConnectionAvailabilityStatus;
         | 
| 17125 | 
            +
                /**
         | 
| 17126 | 
            +
                 * A list of network interfaces.
         | 
| 17127 | 
            +
                 */
         | 
| 17128 | 
            +
                NetworkInterfaces?: NetworkInterfaceList;
         | 
| 17129 | 
            +
                /**
         | 
| 17130 | 
            +
                 * The ARN of the IAM role associated with the VPC connection.
         | 
| 17131 | 
            +
                 */
         | 
| 17132 | 
            +
                RoleArn?: String;
         | 
| 17133 | 
            +
                /**
         | 
| 17134 | 
            +
                 * The time that the VPC connection was created.
         | 
| 17135 | 
            +
                 */
         | 
| 17136 | 
            +
                CreatedTime?: Timestamp;
         | 
| 17137 | 
            +
                /**
         | 
| 17138 | 
            +
                 * The time that the VPC connection was last updated.
         | 
| 17139 | 
            +
                 */
         | 
| 17140 | 
            +
                LastUpdatedTime?: Timestamp;
         | 
| 17141 | 
            +
              }
         | 
| 17142 | 
            +
              export type VPCConnectionSummaryList = VPCConnectionSummary[];
         | 
| 15321 17143 | 
             
              export type ValueWhenUnsetOption = "RECOMMENDED_VALUE"|"NULL"|string;
         | 
| 15322 17144 | 
             
              export type VersionDescription = string;
         | 
| 15323 17145 | 
             
              export type VersionNumber = number;
         |