@aws-sdk/client-quicksight 3.454.0 → 3.458.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +191 -167
- package/dist-cjs/QuickSight.js +6 -0
- package/dist-cjs/commands/DeleteIdentityPropagationConfigCommand.js +51 -0
- package/dist-cjs/commands/ListIdentityPropagationConfigsCommand.js +51 -0
- package/dist-cjs/commands/UpdateIdentityPropagationConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_2.js +6 -20
- package/dist-cjs/models/models_3.js +20 -3
- package/dist-cjs/protocols/Aws_restJson1.js +222 -7
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteIdentityPropagationConfigCommand.js +47 -0
- package/dist-es/commands/ListIdentityPropagationConfigsCommand.js +47 -0
- package/dist-es/commands/UpdateIdentityPropagationConfigCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +3 -16
- package/dist-es/models/models_3.js +17 -1
- package/dist-es/protocols/Aws_restJson1.js +209 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +94 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +104 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +97 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_2.d.ts +44 -50
- package/dist-types/models/models_3.d.ts +124 -191
- package/dist-types/models/models_4.d.ts +228 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +12 -22
- package/dist-types/ts3.4/models/models_3.d.ts +43 -48
- package/dist-types/ts3.4/models/models_4.d.ts +55 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +3 -3
|
@@ -1,8 +1,54 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
3
|
import { AnalysisDefinition, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, DashboardVisualId, FilterOperator } from "./models_1";
|
|
4
|
-
import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataAggregation, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder,
|
|
4
|
+
import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DataAggregation, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicCalculatedField, TopicCategoryFilter, TopicColumn, TopicRangeFilterConstant, TopicTimeGranularity, VpcConnectionProperties } from "./models_2";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>A filter used to restrict data based on a range of dates or times.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface TopicDateRangeFilter {
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* <p>A Boolean value that indicates whether the date range filter should include the boundary values. If
|
|
14
|
+
* set to true, the filter includes the start and end dates. If set to false, the filter
|
|
15
|
+
* excludes them.</p>
|
|
16
|
+
*/
|
|
17
|
+
Inclusive?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* <p>The constant used in a date range filter.</p>
|
|
21
|
+
*/
|
|
22
|
+
Constant?: TopicRangeFilterConstant;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* @enum
|
|
27
|
+
*/
|
|
28
|
+
export declare const FilterClass: {
|
|
29
|
+
readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
|
|
30
|
+
readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
|
|
31
|
+
readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @enum
|
|
40
|
+
*/
|
|
41
|
+
export declare const NamedFilterType: {
|
|
42
|
+
readonly CATEGORY_FILTER: "CATEGORY_FILTER";
|
|
43
|
+
readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
|
|
44
|
+
readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
|
|
45
|
+
readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
|
|
46
|
+
readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type NamedFilterType = (typeof NamedFilterType)[keyof typeof NamedFilterType];
|
|
6
52
|
/**
|
|
7
53
|
* @public
|
|
8
54
|
* @enum
|
|
@@ -1990,6 +2036,36 @@ export interface DeleteIAMPolicyAssignmentResponse {
|
|
|
1990
2036
|
*/
|
|
1991
2037
|
Status?: number;
|
|
1992
2038
|
}
|
|
2039
|
+
/**
|
|
2040
|
+
* @public
|
|
2041
|
+
*/
|
|
2042
|
+
export interface DeleteIdentityPropagationConfigRequest {
|
|
2043
|
+
/**
|
|
2044
|
+
* @public
|
|
2045
|
+
* <p>The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.</p>
|
|
2046
|
+
*/
|
|
2047
|
+
AwsAccountId: string | undefined;
|
|
2048
|
+
/**
|
|
2049
|
+
* @public
|
|
2050
|
+
* <p>The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.</p>
|
|
2051
|
+
*/
|
|
2052
|
+
Service: ServiceType | undefined;
|
|
2053
|
+
}
|
|
2054
|
+
/**
|
|
2055
|
+
* @public
|
|
2056
|
+
*/
|
|
2057
|
+
export interface DeleteIdentityPropagationConfigResponse {
|
|
2058
|
+
/**
|
|
2059
|
+
* @public
|
|
2060
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2061
|
+
*/
|
|
2062
|
+
RequestId?: string;
|
|
2063
|
+
/**
|
|
2064
|
+
* @public
|
|
2065
|
+
* <p>The HTTP status of the request.</p>
|
|
2066
|
+
*/
|
|
2067
|
+
Status?: number;
|
|
2068
|
+
}
|
|
1993
2069
|
/**
|
|
1994
2070
|
* @public
|
|
1995
2071
|
*/
|
|
@@ -7437,6 +7513,51 @@ export interface ListIAMPolicyAssignmentsForUserResponse {
|
|
|
7437
7513
|
*/
|
|
7438
7514
|
Status?: number;
|
|
7439
7515
|
}
|
|
7516
|
+
/**
|
|
7517
|
+
* @public
|
|
7518
|
+
*/
|
|
7519
|
+
export interface ListIdentityPropagationConfigsRequest {
|
|
7520
|
+
/**
|
|
7521
|
+
* @public
|
|
7522
|
+
* <p>The ID of the Amazon Web Services account that contain the identity propagation configurations of.</p>
|
|
7523
|
+
*/
|
|
7524
|
+
AwsAccountId: string | undefined;
|
|
7525
|
+
/**
|
|
7526
|
+
* @public
|
|
7527
|
+
* <p>The maximum number of results to be returned.</p>
|
|
7528
|
+
*/
|
|
7529
|
+
MaxResults?: number;
|
|
7530
|
+
/**
|
|
7531
|
+
* @public
|
|
7532
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7533
|
+
*/
|
|
7534
|
+
NextToken?: string;
|
|
7535
|
+
}
|
|
7536
|
+
/**
|
|
7537
|
+
* @public
|
|
7538
|
+
*/
|
|
7539
|
+
export interface ListIdentityPropagationConfigsResponse {
|
|
7540
|
+
/**
|
|
7541
|
+
* @public
|
|
7542
|
+
* <p>A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.</p>
|
|
7543
|
+
*/
|
|
7544
|
+
Services?: AuthorizedTargetsByService[];
|
|
7545
|
+
/**
|
|
7546
|
+
* @public
|
|
7547
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7548
|
+
*/
|
|
7549
|
+
NextToken?: string;
|
|
7550
|
+
/**
|
|
7551
|
+
* @public
|
|
7552
|
+
* <p>The HTTP status of the request.</p>
|
|
7553
|
+
*/
|
|
7554
|
+
Status?: number;
|
|
7555
|
+
/**
|
|
7556
|
+
* @public
|
|
7557
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7558
|
+
*/
|
|
7559
|
+
RequestId?: string;
|
|
7560
|
+
}
|
|
7440
7561
|
/**
|
|
7441
7562
|
* @public
|
|
7442
7563
|
*/
|
|
@@ -7726,197 +7847,9 @@ export interface ListTemplatesRequest {
|
|
|
7726
7847
|
MaxResults?: number;
|
|
7727
7848
|
}
|
|
7728
7849
|
/**
|
|
7729
|
-
* @
|
|
7730
|
-
* <p>The template summary.</p>
|
|
7731
|
-
*/
|
|
7732
|
-
export interface TemplateSummary {
|
|
7733
|
-
/**
|
|
7734
|
-
* @public
|
|
7735
|
-
* <p>A summary of a template.</p>
|
|
7736
|
-
*/
|
|
7737
|
-
Arn?: string;
|
|
7738
|
-
/**
|
|
7739
|
-
* @public
|
|
7740
|
-
* <p>The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
7741
|
-
*/
|
|
7742
|
-
TemplateId?: string;
|
|
7743
|
-
/**
|
|
7744
|
-
* @public
|
|
7745
|
-
* <p>A display name for the template.</p>
|
|
7746
|
-
*/
|
|
7747
|
-
Name?: string;
|
|
7748
|
-
/**
|
|
7749
|
-
* @public
|
|
7750
|
-
* <p>A structure containing a list of version numbers for the template summary.</p>
|
|
7751
|
-
*/
|
|
7752
|
-
LatestVersionNumber?: number;
|
|
7753
|
-
/**
|
|
7754
|
-
* @public
|
|
7755
|
-
* <p>The last time that this template was created.</p>
|
|
7756
|
-
*/
|
|
7757
|
-
CreatedTime?: Date;
|
|
7758
|
-
/**
|
|
7759
|
-
* @public
|
|
7760
|
-
* <p>The last time that this template was updated.</p>
|
|
7761
|
-
*/
|
|
7762
|
-
LastUpdatedTime?: Date;
|
|
7763
|
-
}
|
|
7764
|
-
/**
|
|
7765
|
-
* @public
|
|
7766
|
-
*/
|
|
7767
|
-
export interface ListTemplatesResponse {
|
|
7768
|
-
/**
|
|
7769
|
-
* @public
|
|
7770
|
-
* <p>A structure containing information about the templates in the list.</p>
|
|
7771
|
-
*/
|
|
7772
|
-
TemplateSummaryList?: TemplateSummary[];
|
|
7773
|
-
/**
|
|
7774
|
-
* @public
|
|
7775
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7776
|
-
*/
|
|
7777
|
-
NextToken?: string;
|
|
7778
|
-
/**
|
|
7779
|
-
* @public
|
|
7780
|
-
* <p>The HTTP status of the request.</p>
|
|
7781
|
-
*/
|
|
7782
|
-
Status?: number;
|
|
7783
|
-
/**
|
|
7784
|
-
* @public
|
|
7785
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7786
|
-
*/
|
|
7787
|
-
RequestId?: string;
|
|
7788
|
-
}
|
|
7789
|
-
/**
|
|
7790
|
-
* @public
|
|
7791
|
-
*/
|
|
7792
|
-
export interface ListTemplateVersionsRequest {
|
|
7793
|
-
/**
|
|
7794
|
-
* @public
|
|
7795
|
-
* <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
|
|
7796
|
-
*/
|
|
7797
|
-
AwsAccountId: string | undefined;
|
|
7798
|
-
/**
|
|
7799
|
-
* @public
|
|
7800
|
-
* <p>The ID for the template.</p>
|
|
7801
|
-
*/
|
|
7802
|
-
TemplateId: string | undefined;
|
|
7803
|
-
/**
|
|
7804
|
-
* @public
|
|
7805
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7806
|
-
*/
|
|
7807
|
-
NextToken?: string;
|
|
7808
|
-
/**
|
|
7809
|
-
* @public
|
|
7810
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
7811
|
-
*/
|
|
7812
|
-
MaxResults?: number;
|
|
7813
|
-
}
|
|
7814
|
-
/**
|
|
7815
|
-
* @public
|
|
7816
|
-
* <p>The template version.</p>
|
|
7817
|
-
*/
|
|
7818
|
-
export interface TemplateVersionSummary {
|
|
7819
|
-
/**
|
|
7820
|
-
* @public
|
|
7821
|
-
* <p>The Amazon Resource Name (ARN) of the template version.</p>
|
|
7822
|
-
*/
|
|
7823
|
-
Arn?: string;
|
|
7824
|
-
/**
|
|
7825
|
-
* @public
|
|
7826
|
-
* <p>The version number of the template version.</p>
|
|
7827
|
-
*/
|
|
7828
|
-
VersionNumber?: number;
|
|
7829
|
-
/**
|
|
7830
|
-
* @public
|
|
7831
|
-
* <p>The time that this template version was created.</p>
|
|
7832
|
-
*/
|
|
7833
|
-
CreatedTime?: Date;
|
|
7834
|
-
/**
|
|
7835
|
-
* @public
|
|
7836
|
-
* <p>The status of the template version.</p>
|
|
7837
|
-
*/
|
|
7838
|
-
Status?: ResourceStatus;
|
|
7839
|
-
/**
|
|
7840
|
-
* @public
|
|
7841
|
-
* <p>The description of the template version.</p>
|
|
7842
|
-
*/
|
|
7843
|
-
Description?: string;
|
|
7844
|
-
}
|
|
7845
|
-
/**
|
|
7846
|
-
* @public
|
|
7847
|
-
*/
|
|
7848
|
-
export interface ListTemplateVersionsResponse {
|
|
7849
|
-
/**
|
|
7850
|
-
* @public
|
|
7851
|
-
* <p>A structure containing a list of all the versions of the specified template.</p>
|
|
7852
|
-
*/
|
|
7853
|
-
TemplateVersionSummaryList?: TemplateVersionSummary[];
|
|
7854
|
-
/**
|
|
7855
|
-
* @public
|
|
7856
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7857
|
-
*/
|
|
7858
|
-
NextToken?: string;
|
|
7859
|
-
/**
|
|
7860
|
-
* @public
|
|
7861
|
-
* <p>The HTTP status of the request.</p>
|
|
7862
|
-
*/
|
|
7863
|
-
Status?: number;
|
|
7864
|
-
/**
|
|
7865
|
-
* @public
|
|
7866
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7867
|
-
*/
|
|
7868
|
-
RequestId?: string;
|
|
7869
|
-
}
|
|
7870
|
-
/**
|
|
7871
|
-
* @public
|
|
7872
|
-
*/
|
|
7873
|
-
export interface ListThemeAliasesRequest {
|
|
7874
|
-
/**
|
|
7875
|
-
* @public
|
|
7876
|
-
* <p>The ID of the Amazon Web Services account that contains the theme aliases that you're listing.</p>
|
|
7877
|
-
*/
|
|
7878
|
-
AwsAccountId: string | undefined;
|
|
7879
|
-
/**
|
|
7880
|
-
* @public
|
|
7881
|
-
* <p>The ID for the theme.</p>
|
|
7882
|
-
*/
|
|
7883
|
-
ThemeId: string | undefined;
|
|
7884
|
-
/**
|
|
7885
|
-
* @public
|
|
7886
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7887
|
-
*/
|
|
7888
|
-
NextToken?: string;
|
|
7889
|
-
/**
|
|
7890
|
-
* @public
|
|
7891
|
-
* <p>The maximum number of results to be returned per request.</p>
|
|
7892
|
-
*/
|
|
7893
|
-
MaxResults?: number;
|
|
7894
|
-
}
|
|
7895
|
-
/**
|
|
7896
|
-
* @public
|
|
7850
|
+
* @internal
|
|
7897
7851
|
*/
|
|
7898
|
-
export
|
|
7899
|
-
/**
|
|
7900
|
-
* @public
|
|
7901
|
-
* <p>A structure containing the list of the theme's aliases.</p>
|
|
7902
|
-
*/
|
|
7903
|
-
ThemeAliasList?: ThemeAlias[];
|
|
7904
|
-
/**
|
|
7905
|
-
* @public
|
|
7906
|
-
* <p>The HTTP status of the request.</p>
|
|
7907
|
-
*/
|
|
7908
|
-
Status?: number;
|
|
7909
|
-
/**
|
|
7910
|
-
* @public
|
|
7911
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7912
|
-
*/
|
|
7913
|
-
RequestId?: string;
|
|
7914
|
-
/**
|
|
7915
|
-
* @public
|
|
7916
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7917
|
-
*/
|
|
7918
|
-
NextToken?: string;
|
|
7919
|
-
}
|
|
7852
|
+
export declare const TopicDateRangeFilterFilterSensitiveLog: (obj: TopicDateRangeFilter) => any;
|
|
7920
7853
|
/**
|
|
7921
7854
|
* @internal
|
|
7922
7855
|
*/
|
|
@@ -1,7 +1,199 @@
|
|
|
1
1
|
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
2
|
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary } from "./models_1";
|
|
3
|
-
import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
3
|
+
import { _Parameters, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
|
|
4
4
|
import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, IdentityType, NetworkInterface, SessionTag, SnapshotConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* <p>The template summary.</p>
|
|
8
|
+
*/
|
|
9
|
+
export interface TemplateSummary {
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
* <p>A summary of a template.</p>
|
|
13
|
+
*/
|
|
14
|
+
Arn?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* <p>The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
18
|
+
*/
|
|
19
|
+
TemplateId?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>A display name for the template.</p>
|
|
23
|
+
*/
|
|
24
|
+
Name?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* <p>A structure containing a list of version numbers for the template summary.</p>
|
|
28
|
+
*/
|
|
29
|
+
LatestVersionNumber?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
* <p>The last time that this template was created.</p>
|
|
33
|
+
*/
|
|
34
|
+
CreatedTime?: Date;
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
* <p>The last time that this template was updated.</p>
|
|
38
|
+
*/
|
|
39
|
+
LastUpdatedTime?: Date;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface ListTemplatesResponse {
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
* <p>A structure containing information about the templates in the list.</p>
|
|
48
|
+
*/
|
|
49
|
+
TemplateSummaryList?: TemplateSummary[];
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
53
|
+
*/
|
|
54
|
+
NextToken?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>The HTTP status of the request.</p>
|
|
58
|
+
*/
|
|
59
|
+
Status?: number;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
63
|
+
*/
|
|
64
|
+
RequestId?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface ListTemplateVersionsRequest {
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
* <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
|
|
73
|
+
*/
|
|
74
|
+
AwsAccountId: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
* <p>The ID for the template.</p>
|
|
78
|
+
*/
|
|
79
|
+
TemplateId: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
83
|
+
*/
|
|
84
|
+
NextToken?: string;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
88
|
+
*/
|
|
89
|
+
MaxResults?: number;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
* <p>The template version.</p>
|
|
94
|
+
*/
|
|
95
|
+
export interface TemplateVersionSummary {
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
* <p>The Amazon Resource Name (ARN) of the template version.</p>
|
|
99
|
+
*/
|
|
100
|
+
Arn?: string;
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
* <p>The version number of the template version.</p>
|
|
104
|
+
*/
|
|
105
|
+
VersionNumber?: number;
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
* <p>The time that this template version was created.</p>
|
|
109
|
+
*/
|
|
110
|
+
CreatedTime?: Date;
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* <p>The status of the template version.</p>
|
|
114
|
+
*/
|
|
115
|
+
Status?: ResourceStatus;
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
* <p>The description of the template version.</p>
|
|
119
|
+
*/
|
|
120
|
+
Description?: string;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export interface ListTemplateVersionsResponse {
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
* <p>A structure containing a list of all the versions of the specified template.</p>
|
|
129
|
+
*/
|
|
130
|
+
TemplateVersionSummaryList?: TemplateVersionSummary[];
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
134
|
+
*/
|
|
135
|
+
NextToken?: string;
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
* <p>The HTTP status of the request.</p>
|
|
139
|
+
*/
|
|
140
|
+
Status?: number;
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
144
|
+
*/
|
|
145
|
+
RequestId?: string;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
export interface ListThemeAliasesRequest {
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* <p>The ID of the Amazon Web Services account that contains the theme aliases that you're listing.</p>
|
|
154
|
+
*/
|
|
155
|
+
AwsAccountId: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
* <p>The ID for the theme.</p>
|
|
159
|
+
*/
|
|
160
|
+
ThemeId: string | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
164
|
+
*/
|
|
165
|
+
NextToken?: string;
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
* <p>The maximum number of results to be returned per request.</p>
|
|
169
|
+
*/
|
|
170
|
+
MaxResults?: number;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export interface ListThemeAliasesResponse {
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
* <p>A structure containing the list of the theme's aliases.</p>
|
|
179
|
+
*/
|
|
180
|
+
ThemeAliasList?: ThemeAlias[];
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* <p>The HTTP status of the request.</p>
|
|
184
|
+
*/
|
|
185
|
+
Status?: number;
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
189
|
+
*/
|
|
190
|
+
RequestId?: string;
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
194
|
+
*/
|
|
195
|
+
NextToken?: string;
|
|
196
|
+
}
|
|
5
197
|
/**
|
|
6
198
|
* @public
|
|
7
199
|
*/
|
|
@@ -2497,6 +2689,41 @@ export interface UpdateIAMPolicyAssignmentResponse {
|
|
|
2497
2689
|
*/
|
|
2498
2690
|
Status?: number;
|
|
2499
2691
|
}
|
|
2692
|
+
/**
|
|
2693
|
+
* @public
|
|
2694
|
+
*/
|
|
2695
|
+
export interface UpdateIdentityPropagationConfigRequest {
|
|
2696
|
+
/**
|
|
2697
|
+
* @public
|
|
2698
|
+
* <p>The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.</p>
|
|
2699
|
+
*/
|
|
2700
|
+
AwsAccountId: string | undefined;
|
|
2701
|
+
/**
|
|
2702
|
+
* @public
|
|
2703
|
+
* <p>The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.</p>
|
|
2704
|
+
*/
|
|
2705
|
+
Service: ServiceType | undefined;
|
|
2706
|
+
/**
|
|
2707
|
+
* @public
|
|
2708
|
+
* <p>Specifies a list of application ARNs that represent the authorized targets for a service.</p>
|
|
2709
|
+
*/
|
|
2710
|
+
AuthorizedTargets?: string[];
|
|
2711
|
+
}
|
|
2712
|
+
/**
|
|
2713
|
+
* @public
|
|
2714
|
+
*/
|
|
2715
|
+
export interface UpdateIdentityPropagationConfigResponse {
|
|
2716
|
+
/**
|
|
2717
|
+
* @public
|
|
2718
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
2719
|
+
*/
|
|
2720
|
+
RequestId?: string;
|
|
2721
|
+
/**
|
|
2722
|
+
* @public
|
|
2723
|
+
* <p>The HTTP status of the request.</p>
|
|
2724
|
+
*/
|
|
2725
|
+
Status?: number;
|
|
2726
|
+
}
|
|
2500
2727
|
/**
|
|
2501
2728
|
* @public
|
|
2502
2729
|
*/
|
|
@@ -35,6 +35,7 @@ import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput
|
|
|
35
35
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
36
36
|
import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "../commands/DeleteGroupMembershipCommand";
|
|
37
37
|
import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "../commands/DeleteIAMPolicyAssignmentCommand";
|
|
38
|
+
import { DeleteIdentityPropagationConfigCommandInput, DeleteIdentityPropagationConfigCommandOutput } from "../commands/DeleteIdentityPropagationConfigCommand";
|
|
38
39
|
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
|
|
39
40
|
import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "../commands/DeleteRefreshScheduleCommand";
|
|
40
41
|
import { DeleteRoleCustomPermissionCommandInput, DeleteRoleCustomPermissionCommandOutput } from "../commands/DeleteRoleCustomPermissionCommand";
|
|
@@ -107,6 +108,7 @@ import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } f
|
|
|
107
108
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
108
109
|
import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "../commands/ListIAMPolicyAssignmentsCommand";
|
|
109
110
|
import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "../commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
111
|
+
import { ListIdentityPropagationConfigsCommandInput, ListIdentityPropagationConfigsCommandOutput } from "../commands/ListIdentityPropagationConfigsCommand";
|
|
110
112
|
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
|
|
111
113
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
112
114
|
import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "../commands/ListRefreshSchedulesCommand";
|
|
@@ -152,6 +154,7 @@ import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands
|
|
|
152
154
|
import { UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput } from "../commands/UpdateFolderPermissionsCommand";
|
|
153
155
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
154
156
|
import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "../commands/UpdateIAMPolicyAssignmentCommand";
|
|
157
|
+
import { UpdateIdentityPropagationConfigCommandInput, UpdateIdentityPropagationConfigCommandOutput } from "../commands/UpdateIdentityPropagationConfigCommand";
|
|
155
158
|
import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "../commands/UpdateIpRestrictionCommand";
|
|
156
159
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "../commands/UpdatePublicSharingSettingsCommand";
|
|
157
160
|
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "../commands/UpdateRefreshScheduleCommand";
|
|
@@ -307,6 +310,10 @@ export declare const se_DeleteGroupMembershipCommand: (input: DeleteGroupMembers
|
|
|
307
310
|
* serializeAws_restJson1DeleteIAMPolicyAssignmentCommand
|
|
308
311
|
*/
|
|
309
312
|
export declare const se_DeleteIAMPolicyAssignmentCommand: (input: DeleteIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
+
/**
|
|
314
|
+
* serializeAws_restJson1DeleteIdentityPropagationConfigCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const se_DeleteIdentityPropagationConfigCommand: (input: DeleteIdentityPropagationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
317
|
/**
|
|
311
318
|
* serializeAws_restJson1DeleteNamespaceCommand
|
|
312
319
|
*/
|
|
@@ -595,6 +602,10 @@ export declare const se_ListIAMPolicyAssignmentsCommand: (input: ListIAMPolicyAs
|
|
|
595
602
|
* serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand
|
|
596
603
|
*/
|
|
597
604
|
export declare const se_ListIAMPolicyAssignmentsForUserCommand: (input: ListIAMPolicyAssignmentsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
605
|
+
/**
|
|
606
|
+
* serializeAws_restJson1ListIdentityPropagationConfigsCommand
|
|
607
|
+
*/
|
|
608
|
+
export declare const se_ListIdentityPropagationConfigsCommand: (input: ListIdentityPropagationConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
598
609
|
/**
|
|
599
610
|
* serializeAws_restJson1ListIngestionsCommand
|
|
600
611
|
*/
|
|
@@ -775,6 +786,10 @@ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, con
|
|
|
775
786
|
* serializeAws_restJson1UpdateIAMPolicyAssignmentCommand
|
|
776
787
|
*/
|
|
777
788
|
export declare const se_UpdateIAMPolicyAssignmentCommand: (input: UpdateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
789
|
+
/**
|
|
790
|
+
* serializeAws_restJson1UpdateIdentityPropagationConfigCommand
|
|
791
|
+
*/
|
|
792
|
+
export declare const se_UpdateIdentityPropagationConfigCommand: (input: UpdateIdentityPropagationConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
778
793
|
/**
|
|
779
794
|
* serializeAws_restJson1UpdateIpRestrictionCommand
|
|
780
795
|
*/
|
|
@@ -975,6 +990,10 @@ export declare const de_DeleteGroupMembershipCommand: (output: __HttpResponse, c
|
|
|
975
990
|
* deserializeAws_restJson1DeleteIAMPolicyAssignmentCommand
|
|
976
991
|
*/
|
|
977
992
|
export declare const de_DeleteIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIAMPolicyAssignmentCommandOutput>;
|
|
993
|
+
/**
|
|
994
|
+
* deserializeAws_restJson1DeleteIdentityPropagationConfigCommand
|
|
995
|
+
*/
|
|
996
|
+
export declare const de_DeleteIdentityPropagationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityPropagationConfigCommandOutput>;
|
|
978
997
|
/**
|
|
979
998
|
* deserializeAws_restJson1DeleteNamespaceCommand
|
|
980
999
|
*/
|
|
@@ -1263,6 +1282,10 @@ export declare const de_ListIAMPolicyAssignmentsCommand: (output: __HttpResponse
|
|
|
1263
1282
|
* deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand
|
|
1264
1283
|
*/
|
|
1265
1284
|
export declare const de_ListIAMPolicyAssignmentsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
1285
|
+
/**
|
|
1286
|
+
* deserializeAws_restJson1ListIdentityPropagationConfigsCommand
|
|
1287
|
+
*/
|
|
1288
|
+
export declare const de_ListIdentityPropagationConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityPropagationConfigsCommandOutput>;
|
|
1266
1289
|
/**
|
|
1267
1290
|
* deserializeAws_restJson1ListIngestionsCommand
|
|
1268
1291
|
*/
|
|
@@ -1443,6 +1466,10 @@ export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __
|
|
|
1443
1466
|
* deserializeAws_restJson1UpdateIAMPolicyAssignmentCommand
|
|
1444
1467
|
*/
|
|
1445
1468
|
export declare const de_UpdateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIAMPolicyAssignmentCommandOutput>;
|
|
1469
|
+
/**
|
|
1470
|
+
* deserializeAws_restJson1UpdateIdentityPropagationConfigCommand
|
|
1471
|
+
*/
|
|
1472
|
+
export declare const de_UpdateIdentityPropagationConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityPropagationConfigCommandOutput>;
|
|
1446
1473
|
/**
|
|
1447
1474
|
* deserializeAws_restJson1UpdateIpRestrictionCommand
|
|
1448
1475
|
*/
|