aws-sdk 2.1648.0 → 2.1650.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 +1 -1
- package/apis/application-autoscaling-2016-02-06.min.json +4 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/controltower-2018-05-10.min.json +53 -1
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/datazone-2018-05-10.min.json +251 -26
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/eks-2017-11-01.min.json +3 -0
- package/apis/elasticache-2015-02-02.min.json +4 -1
- package/apis/ivs-realtime-2020-07-14.min.json +160 -33
- package/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +262 -109
- package/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
- package/apis/mq-2017-11-27.min.json +4 -4
- package/apis/opensearch-2021-01-01.min.json +141 -98
- package/apis/qconnect-2020-10-19.min.json +335 -108
- package/apis/qconnect-2020-10-19.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +598 -483
- package/apis/rds-2013-01-10.min.json +4 -1
- package/apis/rds-2013-02-12.min.json +4 -1
- package/apis/rds-2013-09-09.min.json +4 -1
- package/apis/rds-2014-09-01.min.json +4 -1
- package/apis/rds-2014-10-31.min.json +4 -1
- package/apis/sagemaker-2017-07-24.min.json +805 -792
- package/apis/workspaces-2015-04-08.min.json +507 -76
- package/clients/applicationautoscaling.d.ts +43 -43
- package/clients/chimesdkmediapipelines.d.ts +19 -15
- package/clients/cloudfront.d.ts +7 -7
- package/clients/controltower.d.ts +91 -27
- package/clients/datazone.d.ts +269 -1
- package/clients/eks.d.ts +4 -0
- package/clients/ivsrealtime.d.ts +163 -14
- package/clients/kinesisanalyticsv2.d.ts +146 -2
- package/clients/mq.d.ts +15 -15
- package/clients/opensearch.d.ts +53 -0
- package/clients/qconnect.d.ts +219 -1
- package/clients/quicksight.d.ts +90 -0
- package/clients/rds.d.ts +4 -4
- package/clients/sagemaker.d.ts +18 -1
- package/clients/workspaces.d.ts +595 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +26 -26
- package/dist/aws-sdk.js +35 -11
- package/dist/aws-sdk.min.js +65 -65
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/qconnect.d.ts
CHANGED
@@ -35,6 +35,14 @@ declare class QConnect extends Service {
|
|
35
35
|
* Creates Amazon Q in Connect content. Before to calling this API, use StartContentUpload to upload an asset.
|
36
36
|
*/
|
37
37
|
createContent(callback?: (err: AWSError, data: QConnect.Types.CreateContentResponse) => void): Request<QConnect.Types.CreateContentResponse, AWSError>;
|
38
|
+
/**
|
39
|
+
* Creates an association between a content resource in a knowledge base and step-by-step guides. Step-by-step guides offer instructions to agents for resolving common customer issues. You create a content association to integrate Amazon Q in Connect and step-by-step guides. After you integrate Amazon Q and step-by-step guides, when Amazon Q provides a recommendation to an agent based on the intent that it's detected, it also provides them with the option to start the step-by-step guide that you have associated with the content. Note the following limitations: You can create only one content association for each content resource in a knowledge base. You can associate a step-by-step guide with multiple content resources. For more information, see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
40
|
+
*/
|
41
|
+
createContentAssociation(params: QConnect.Types.CreateContentAssociationRequest, callback?: (err: AWSError, data: QConnect.Types.CreateContentAssociationResponse) => void): Request<QConnect.Types.CreateContentAssociationResponse, AWSError>;
|
42
|
+
/**
|
43
|
+
* Creates an association between a content resource in a knowledge base and step-by-step guides. Step-by-step guides offer instructions to agents for resolving common customer issues. You create a content association to integrate Amazon Q in Connect and step-by-step guides. After you integrate Amazon Q and step-by-step guides, when Amazon Q provides a recommendation to an agent based on the intent that it's detected, it also provides them with the option to start the step-by-step guide that you have associated with the content. Note the following limitations: You can create only one content association for each content resource in a knowledge base. You can associate a step-by-step guide with multiple content resources. For more information, see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
44
|
+
*/
|
45
|
+
createContentAssociation(callback?: (err: AWSError, data: QConnect.Types.CreateContentAssociationResponse) => void): Request<QConnect.Types.CreateContentAssociationResponse, AWSError>;
|
38
46
|
/**
|
39
47
|
* Creates a knowledge base. When using this API, you cannot reuse Amazon AppIntegrations DataIntegrations with external knowledge bases such as Salesforce and ServiceNow. If you do, you'll get an InvalidRequestException error. For example, you're programmatically managing your external knowledge base, and you want to add or remove one of the fields that is being ingested from Salesforce. Do the following: Call DeleteKnowledgeBase. Call DeleteDataIntegration. Call CreateDataIntegration to recreate the DataIntegration or a create different one. Call CreateKnowledgeBase.
|
40
48
|
*/
|
@@ -83,6 +91,14 @@ declare class QConnect extends Service {
|
|
83
91
|
* Deletes the content.
|
84
92
|
*/
|
85
93
|
deleteContent(callback?: (err: AWSError, data: QConnect.Types.DeleteContentResponse) => void): Request<QConnect.Types.DeleteContentResponse, AWSError>;
|
94
|
+
/**
|
95
|
+
* Deletes the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
96
|
+
*/
|
97
|
+
deleteContentAssociation(params: QConnect.Types.DeleteContentAssociationRequest, callback?: (err: AWSError, data: QConnect.Types.DeleteContentAssociationResponse) => void): Request<QConnect.Types.DeleteContentAssociationResponse, AWSError>;
|
98
|
+
/**
|
99
|
+
* Deletes the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
100
|
+
*/
|
101
|
+
deleteContentAssociation(callback?: (err: AWSError, data: QConnect.Types.DeleteContentAssociationResponse) => void): Request<QConnect.Types.DeleteContentAssociationResponse, AWSError>;
|
86
102
|
/**
|
87
103
|
* Deletes the quick response import job.
|
88
104
|
*/
|
@@ -131,6 +147,14 @@ declare class QConnect extends Service {
|
|
131
147
|
* Retrieves content, including a pre-signed URL to download the content.
|
132
148
|
*/
|
133
149
|
getContent(callback?: (err: AWSError, data: QConnect.Types.GetContentResponse) => void): Request<QConnect.Types.GetContentResponse, AWSError>;
|
150
|
+
/**
|
151
|
+
* Returns the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
152
|
+
*/
|
153
|
+
getContentAssociation(params: QConnect.Types.GetContentAssociationRequest, callback?: (err: AWSError, data: QConnect.Types.GetContentAssociationResponse) => void): Request<QConnect.Types.GetContentAssociationResponse, AWSError>;
|
154
|
+
/**
|
155
|
+
* Returns the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
156
|
+
*/
|
157
|
+
getContentAssociation(callback?: (err: AWSError, data: QConnect.Types.GetContentAssociationResponse) => void): Request<QConnect.Types.GetContentAssociationResponse, AWSError>;
|
134
158
|
/**
|
135
159
|
* Retrieves summary information about the content.
|
136
160
|
*/
|
@@ -195,6 +219,14 @@ declare class QConnect extends Service {
|
|
195
219
|
* Lists information about assistants.
|
196
220
|
*/
|
197
221
|
listAssistants(callback?: (err: AWSError, data: QConnect.Types.ListAssistantsResponse) => void): Request<QConnect.Types.ListAssistantsResponse, AWSError>;
|
222
|
+
/**
|
223
|
+
* Lists the content associations. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
224
|
+
*/
|
225
|
+
listContentAssociations(params: QConnect.Types.ListContentAssociationsRequest, callback?: (err: AWSError, data: QConnect.Types.ListContentAssociationsResponse) => void): Request<QConnect.Types.ListContentAssociationsResponse, AWSError>;
|
226
|
+
/**
|
227
|
+
* Lists the content associations. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.
|
228
|
+
*/
|
229
|
+
listContentAssociations(callback?: (err: AWSError, data: QConnect.Types.ListContentAssociationsResponse) => void): Request<QConnect.Types.ListContentAssociationsResponse, AWSError>;
|
198
230
|
/**
|
199
231
|
* Lists the content.
|
200
232
|
*/
|
@@ -357,6 +389,12 @@ declare class QConnect extends Service {
|
|
357
389
|
updateSession(callback?: (err: AWSError, data: QConnect.Types.UpdateSessionResponse) => void): Request<QConnect.Types.UpdateSessionResponse, AWSError>;
|
358
390
|
}
|
359
391
|
declare namespace QConnect {
|
392
|
+
export interface AmazonConnectGuideAssociationData {
|
393
|
+
/**
|
394
|
+
* The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
|
395
|
+
*/
|
396
|
+
flowId?: GenericArn;
|
397
|
+
}
|
360
398
|
export type AndConditions = TagCondition[];
|
361
399
|
export interface AppIntegrationsConfiguration {
|
362
400
|
/**
|
@@ -563,6 +601,90 @@ declare namespace QConnect {
|
|
563
601
|
export type ContactAttributeKeys = ContactAttributeKey[];
|
564
602
|
export type ContactAttributeValue = string;
|
565
603
|
export type ContactAttributes = {[key: string]: ContactAttributeValue};
|
604
|
+
export interface ContentAssociationContents {
|
605
|
+
/**
|
606
|
+
* The data of the step-by-step guide association.
|
607
|
+
*/
|
608
|
+
amazonConnectGuideAssociation?: AmazonConnectGuideAssociationData;
|
609
|
+
}
|
610
|
+
export interface ContentAssociationData {
|
611
|
+
/**
|
612
|
+
* The content association.
|
613
|
+
*/
|
614
|
+
associationData: ContentAssociationContents;
|
615
|
+
/**
|
616
|
+
* The type of association.
|
617
|
+
*/
|
618
|
+
associationType: ContentAssociationType;
|
619
|
+
/**
|
620
|
+
* The Amazon Resource Name (ARN) of the content.
|
621
|
+
*/
|
622
|
+
contentArn: Arn;
|
623
|
+
/**
|
624
|
+
* The Amazon Resource Name (ARN) of the content association.
|
625
|
+
*/
|
626
|
+
contentAssociationArn: Arn;
|
627
|
+
/**
|
628
|
+
* The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
629
|
+
*/
|
630
|
+
contentAssociationId: Uuid;
|
631
|
+
/**
|
632
|
+
* The identifier of the content.
|
633
|
+
*/
|
634
|
+
contentId: Uuid;
|
635
|
+
/**
|
636
|
+
* The Amazon Resource Name (ARN) of the knowledge base.
|
637
|
+
*/
|
638
|
+
knowledgeBaseArn: Arn;
|
639
|
+
/**
|
640
|
+
* The identifier of the knowledge base.
|
641
|
+
*/
|
642
|
+
knowledgeBaseId: Uuid;
|
643
|
+
/**
|
644
|
+
* The tags used to organize, track, or control access for this resource.
|
645
|
+
*/
|
646
|
+
tags?: Tags;
|
647
|
+
}
|
648
|
+
export interface ContentAssociationSummary {
|
649
|
+
/**
|
650
|
+
* The content association.
|
651
|
+
*/
|
652
|
+
associationData: ContentAssociationContents;
|
653
|
+
/**
|
654
|
+
* The type of association.
|
655
|
+
*/
|
656
|
+
associationType: ContentAssociationType;
|
657
|
+
/**
|
658
|
+
* The Amazon Resource Name (ARN) of the content.
|
659
|
+
*/
|
660
|
+
contentArn: Arn;
|
661
|
+
/**
|
662
|
+
* The Amazon Resource Name (ARN) of the content association.
|
663
|
+
*/
|
664
|
+
contentAssociationArn: Arn;
|
665
|
+
/**
|
666
|
+
* The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
667
|
+
*/
|
668
|
+
contentAssociationId: Uuid;
|
669
|
+
/**
|
670
|
+
* The identifier of the content.
|
671
|
+
*/
|
672
|
+
contentId: Uuid;
|
673
|
+
/**
|
674
|
+
* The Amazon Resource Name (ARN) of the knowledge base.
|
675
|
+
*/
|
676
|
+
knowledgeBaseArn: Arn;
|
677
|
+
/**
|
678
|
+
* The identifier of the knowledge base.
|
679
|
+
*/
|
680
|
+
knowledgeBaseId: Uuid;
|
681
|
+
/**
|
682
|
+
* The tags used to organize, track, or control access for this resource.
|
683
|
+
*/
|
684
|
+
tags?: Tags;
|
685
|
+
}
|
686
|
+
export type ContentAssociationSummaryList = ContentAssociationSummary[];
|
687
|
+
export type ContentAssociationType = "AMAZON_CONNECT_GUIDE"|string;
|
566
688
|
export interface ContentData {
|
567
689
|
/**
|
568
690
|
* The Amazon Resource Name (ARN) of the content.
|
@@ -766,6 +888,38 @@ declare namespace QConnect {
|
|
766
888
|
*/
|
767
889
|
assistant?: AssistantData;
|
768
890
|
}
|
891
|
+
export interface CreateContentAssociationRequest {
|
892
|
+
/**
|
893
|
+
* The identifier of the associated resource.
|
894
|
+
*/
|
895
|
+
association: ContentAssociationContents;
|
896
|
+
/**
|
897
|
+
* The type of association.
|
898
|
+
*/
|
899
|
+
associationType: ContentAssociationType;
|
900
|
+
/**
|
901
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
902
|
+
*/
|
903
|
+
clientToken?: ClientToken;
|
904
|
+
/**
|
905
|
+
* The identifier of the content.
|
906
|
+
*/
|
907
|
+
contentId: UuidOrArn;
|
908
|
+
/**
|
909
|
+
* The identifier of the knowledge base.
|
910
|
+
*/
|
911
|
+
knowledgeBaseId: UuidOrArn;
|
912
|
+
/**
|
913
|
+
* The tags used to organize, track, or control access for this resource.
|
914
|
+
*/
|
915
|
+
tags?: Tags;
|
916
|
+
}
|
917
|
+
export interface CreateContentAssociationResponse {
|
918
|
+
/**
|
919
|
+
* The association between Amazon Q in Connect content and another resource.
|
920
|
+
*/
|
921
|
+
contentAssociation?: ContentAssociationData;
|
922
|
+
}
|
769
923
|
export interface CreateContentRequest {
|
770
924
|
/**
|
771
925
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
@@ -986,6 +1140,22 @@ declare namespace QConnect {
|
|
986
1140
|
}
|
987
1141
|
export interface DeleteAssistantResponse {
|
988
1142
|
}
|
1143
|
+
export interface DeleteContentAssociationRequest {
|
1144
|
+
/**
|
1145
|
+
* The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
1146
|
+
*/
|
1147
|
+
contentAssociationId: UuidOrArn;
|
1148
|
+
/**
|
1149
|
+
* The identifier of the content.
|
1150
|
+
*/
|
1151
|
+
contentId: UuidOrArn;
|
1152
|
+
/**
|
1153
|
+
* The identifier of the knowledge base.
|
1154
|
+
*/
|
1155
|
+
knowledgeBaseId: UuidOrArn;
|
1156
|
+
}
|
1157
|
+
export interface DeleteContentAssociationResponse {
|
1158
|
+
}
|
989
1159
|
export interface DeleteContentRequest {
|
990
1160
|
/**
|
991
1161
|
* The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
@@ -1142,6 +1312,26 @@ declare namespace QConnect {
|
|
1142
1312
|
*/
|
1143
1313
|
assistant?: AssistantData;
|
1144
1314
|
}
|
1315
|
+
export interface GetContentAssociationRequest {
|
1316
|
+
/**
|
1317
|
+
* The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
1318
|
+
*/
|
1319
|
+
contentAssociationId: UuidOrArn;
|
1320
|
+
/**
|
1321
|
+
* The identifier of the content.
|
1322
|
+
*/
|
1323
|
+
contentId: UuidOrArn;
|
1324
|
+
/**
|
1325
|
+
* The identifier of the knowledge base.
|
1326
|
+
*/
|
1327
|
+
knowledgeBaseId: UuidOrArn;
|
1328
|
+
}
|
1329
|
+
export interface GetContentAssociationResponse {
|
1330
|
+
/**
|
1331
|
+
* The association between Amazon Q in Connect content and another resource.
|
1332
|
+
*/
|
1333
|
+
contentAssociation?: ContentAssociationData;
|
1334
|
+
}
|
1145
1335
|
export interface GetContentRequest {
|
1146
1336
|
/**
|
1147
1337
|
* The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
@@ -1295,7 +1485,7 @@ declare namespace QConnect {
|
|
1295
1485
|
createdTime: SyntheticTimestamp_epoch_seconds;
|
1296
1486
|
externalSourceConfiguration?: ExternalSourceConfiguration;
|
1297
1487
|
/**
|
1298
|
-
* The link to
|
1488
|
+
* The link to download the information of resource data that failed to be imported.
|
1299
1489
|
*/
|
1300
1490
|
failedRecordReport?: Url;
|
1301
1491
|
/**
|
@@ -1530,6 +1720,34 @@ declare namespace QConnect {
|
|
1530
1720
|
*/
|
1531
1721
|
nextToken?: NextToken;
|
1532
1722
|
}
|
1723
|
+
export interface ListContentAssociationsRequest {
|
1724
|
+
/**
|
1725
|
+
* The identifier of the content.
|
1726
|
+
*/
|
1727
|
+
contentId: UuidOrArn;
|
1728
|
+
/**
|
1729
|
+
* The identifier of the knowledge base.
|
1730
|
+
*/
|
1731
|
+
knowledgeBaseId: UuidOrArn;
|
1732
|
+
/**
|
1733
|
+
* The maximum number of results to return per page.
|
1734
|
+
*/
|
1735
|
+
maxResults?: MaxResults;
|
1736
|
+
/**
|
1737
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
1738
|
+
*/
|
1739
|
+
nextToken?: NextToken;
|
1740
|
+
}
|
1741
|
+
export interface ListContentAssociationsResponse {
|
1742
|
+
/**
|
1743
|
+
* Summary information about content associations.
|
1744
|
+
*/
|
1745
|
+
contentAssociationSummaries: ContentAssociationSummaryList;
|
1746
|
+
/**
|
1747
|
+
* If there are additional results, this is the token for the next set of results.
|
1748
|
+
*/
|
1749
|
+
nextToken?: NextToken;
|
1750
|
+
}
|
1533
1751
|
export interface ListContentsRequest {
|
1534
1752
|
/**
|
1535
1753
|
* The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
|
package/clients/quicksight.d.ts
CHANGED
@@ -2823,6 +2823,10 @@ declare namespace QuickSight {
|
|
2823
2823
|
* The configuration of a page break for a section.
|
2824
2824
|
*/
|
2825
2825
|
PageBreakConfiguration?: SectionPageBreakConfiguration;
|
2826
|
+
/**
|
2827
|
+
* Describes the configurations that are required to declare a section as repeating.
|
2828
|
+
*/
|
2829
|
+
RepeatConfiguration?: BodySectionRepeatConfiguration;
|
2826
2830
|
}
|
2827
2831
|
export type BodySectionConfigurationList = BodySectionConfiguration[];
|
2828
2832
|
export interface BodySectionContent {
|
@@ -2831,6 +2835,58 @@ declare namespace QuickSight {
|
|
2831
2835
|
*/
|
2832
2836
|
Layout?: SectionLayoutConfiguration;
|
2833
2837
|
}
|
2838
|
+
export interface BodySectionDynamicCategoryDimensionConfiguration {
|
2839
|
+
Column: ColumnIdentifier;
|
2840
|
+
/**
|
2841
|
+
* Number of values to use from the column for repetition.
|
2842
|
+
*/
|
2843
|
+
Limit?: BodySectionDynamicDimensionLimit;
|
2844
|
+
/**
|
2845
|
+
* Sort criteria on the column values that you use for repetition.
|
2846
|
+
*/
|
2847
|
+
SortByMetrics?: BodySectionDynamicDimensionSortConfigurationList;
|
2848
|
+
}
|
2849
|
+
export type BodySectionDynamicDimensionLimit = number;
|
2850
|
+
export type BodySectionDynamicDimensionSortConfigurationList = ColumnSort[];
|
2851
|
+
export interface BodySectionDynamicNumericDimensionConfiguration {
|
2852
|
+
Column: ColumnIdentifier;
|
2853
|
+
/**
|
2854
|
+
* Number of values to use from the column for repetition.
|
2855
|
+
*/
|
2856
|
+
Limit?: BodySectionDynamicDimensionLimit;
|
2857
|
+
/**
|
2858
|
+
* Sort criteria on the column values that you use for repetition.
|
2859
|
+
*/
|
2860
|
+
SortByMetrics?: BodySectionDynamicDimensionSortConfigurationList;
|
2861
|
+
}
|
2862
|
+
export interface BodySectionRepeatConfiguration {
|
2863
|
+
/**
|
2864
|
+
* List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
2865
|
+
*/
|
2866
|
+
DimensionConfigurations?: BodySectionRepeatDimensionConfigurationList;
|
2867
|
+
/**
|
2868
|
+
* Page break configuration to apply for each repeating instance.
|
2869
|
+
*/
|
2870
|
+
PageBreakConfiguration?: BodySectionRepeatPageBreakConfiguration;
|
2871
|
+
/**
|
2872
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
2873
|
+
*/
|
2874
|
+
NonRepeatingVisuals?: NonRepeatingVisualsList;
|
2875
|
+
}
|
2876
|
+
export interface BodySectionRepeatDimensionConfiguration {
|
2877
|
+
/**
|
2878
|
+
* Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
2879
|
+
*/
|
2880
|
+
DynamicCategoryDimensionConfiguration?: BodySectionDynamicCategoryDimensionConfiguration;
|
2881
|
+
/**
|
2882
|
+
* Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
2883
|
+
*/
|
2884
|
+
DynamicNumericDimensionConfiguration?: BodySectionDynamicNumericDimensionConfiguration;
|
2885
|
+
}
|
2886
|
+
export type BodySectionRepeatDimensionConfigurationList = BodySectionRepeatDimensionConfiguration[];
|
2887
|
+
export interface BodySectionRepeatPageBreakConfiguration {
|
2888
|
+
After?: SectionAfterPageBreak;
|
2889
|
+
}
|
2834
2890
|
export interface BookmarksConfigurations {
|
2835
2891
|
/**
|
2836
2892
|
* A Boolean value that determines whether a user can bookmark an embedded dashboard.
|
@@ -3160,6 +3216,11 @@ declare namespace QuickSight {
|
|
3160
3216
|
export type CategoryFilterMatchOperator = "EQUALS"|"DOES_NOT_EQUAL"|"CONTAINS"|"DOES_NOT_CONTAIN"|"STARTS_WITH"|"ENDS_WITH"|string;
|
3161
3217
|
export type CategoryFilterSelectAllOptions = "FILTER_ALL_VALUES"|string;
|
3162
3218
|
export type CategoryFilterType = "CUSTOM_FILTER"|"CUSTOM_FILTER_LIST"|"FILTER_LIST"|string;
|
3219
|
+
export interface CategoryInnerFilter {
|
3220
|
+
Column: ColumnIdentifier;
|
3221
|
+
Configuration: CategoryFilterConfiguration;
|
3222
|
+
DefaultFilterControlConfiguration?: DefaultFilterControlConfiguration;
|
3223
|
+
}
|
3163
3224
|
export type CategoryValue = string;
|
3164
3225
|
export type CategoryValueList = CategoryValue[];
|
3165
3226
|
export interface CellValueSynonym {
|
@@ -9237,6 +9298,10 @@ declare namespace QuickSight {
|
|
9237
9298
|
* A TopBottomFilter filters data to the top or bottom values for a given column.
|
9238
9299
|
*/
|
9239
9300
|
TopBottomFilter?: TopBottomFilter;
|
9301
|
+
/**
|
9302
|
+
* A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
|
9303
|
+
*/
|
9304
|
+
NestedFilter?: NestedFilter;
|
9240
9305
|
}
|
9241
9306
|
export type FilterClass = "ENFORCED_VALUE_FILTER"|"CONDITIONAL_VALUE_FILTER"|"NAMED_VALUE_FILTER"|string;
|
9242
9307
|
export interface FilterControl {
|
@@ -10938,6 +11003,12 @@ declare namespace QuickSight {
|
|
10938
11003
|
export type IngestionStatus = "INITIALIZED"|"QUEUED"|"RUNNING"|"FAILED"|"COMPLETED"|"CANCELLED"|string;
|
10939
11004
|
export type IngestionType = "INCREMENTAL_REFRESH"|"FULL_REFRESH"|string;
|
10940
11005
|
export type Ingestions = Ingestion[];
|
11006
|
+
export interface InnerFilter {
|
11007
|
+
/**
|
11008
|
+
* A CategoryInnerFilter filters text values for the NestedFilter.
|
11009
|
+
*/
|
11010
|
+
CategoryInnerFilter?: CategoryInnerFilter;
|
11011
|
+
}
|
10941
11012
|
export interface InputColumn {
|
10942
11013
|
/**
|
10943
11014
|
* The name of this column in the underlying data source.
|
@@ -12992,6 +13063,24 @@ declare namespace QuickSight {
|
|
12992
13063
|
DisplayMode: NegativeValueDisplayMode;
|
12993
13064
|
}
|
12994
13065
|
export type NegativeValueDisplayMode = "POSITIVE"|"NEGATIVE"|string;
|
13066
|
+
export interface NestedFilter {
|
13067
|
+
/**
|
13068
|
+
* An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
|
13069
|
+
*/
|
13070
|
+
FilterId: ShortRestrictiveResourceId;
|
13071
|
+
/**
|
13072
|
+
* The column that the filter is applied to.
|
13073
|
+
*/
|
13074
|
+
Column: ColumnIdentifier;
|
13075
|
+
/**
|
13076
|
+
* A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
|
13077
|
+
*/
|
13078
|
+
IncludeInnerSet: Boolean;
|
13079
|
+
/**
|
13080
|
+
* The InnerFilter defines the subset of data to be used with the NestedFilter.
|
13081
|
+
*/
|
13082
|
+
InnerFilter: InnerFilter;
|
13083
|
+
}
|
12995
13084
|
export interface NetworkInterface {
|
12996
13085
|
/**
|
12997
13086
|
* The subnet ID associated with the network interface.
|
@@ -13036,6 +13125,7 @@ declare namespace QuickSight {
|
|
13036
13125
|
IntegerStaticValues?: IntegerDatasetParameterValueList;
|
13037
13126
|
}
|
13038
13127
|
export type NonEmptyString = string;
|
13128
|
+
export type NonRepeatingVisualsList = ShortRestrictiveResourceId[];
|
13039
13129
|
export type NullString = string;
|
13040
13130
|
export interface NullValueFormatConfiguration {
|
13041
13131
|
/**
|
package/clients/rds.d.ts
CHANGED
@@ -1246,11 +1246,11 @@ declare class RDS extends Service {
|
|
1246
1246
|
*/
|
1247
1247
|
startDBInstanceAutomatedBackupsReplication(callback?: (err: AWSError, data: RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StartDBInstanceAutomatedBackupsReplicationResult, AWSError>;
|
1248
1248
|
/**
|
1249
|
-
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances.
|
1249
|
+
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances. For more information on exporting DB snapshot data, see Exporting DB snapshot data to Amazon S3 in the Amazon RDS User Guide or Exporting DB cluster snapshot data to Amazon S3 in the Amazon Aurora User Guide. For more information on exporting DB cluster data, see Exporting DB cluster data to Amazon S3 in the Amazon Aurora User Guide.
|
1250
1250
|
*/
|
1251
1251
|
startExportTask(params: RDS.Types.StartExportTaskMessage, callback?: (err: AWSError, data: RDS.Types.ExportTask) => void): Request<RDS.Types.ExportTask, AWSError>;
|
1252
1252
|
/**
|
1253
|
-
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances.
|
1253
|
+
* Starts an export of DB snapshot or DB cluster data to Amazon S3. The provided IAM role must have access to the S3 bucket. You can't export snapshot data from Db2 or RDS Custom DB instances. For more information on exporting DB snapshot data, see Exporting DB snapshot data to Amazon S3 in the Amazon RDS User Guide or Exporting DB cluster snapshot data to Amazon S3 in the Amazon Aurora User Guide. For more information on exporting DB cluster data, see Exporting DB cluster data to Amazon S3 in the Amazon Aurora User Guide.
|
1254
1254
|
*/
|
1255
1255
|
startExportTask(callback?: (err: AWSError, data: RDS.Types.ExportTask) => void): Request<RDS.Types.ExportTask, AWSError>;
|
1256
1256
|
/**
|
@@ -2068,7 +2068,7 @@ declare namespace RDS {
|
|
2068
2068
|
*/
|
2069
2069
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
2070
2070
|
/**
|
2071
|
-
* A DB subnet group to associate with this DB cluster. This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must match the name of an existing DB subnet group.
|
2071
|
+
* A DB subnet group to associate with this DB cluster. This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: Must match the name of an existing DB subnet group. Example: mydbsubnetgroup
|
2072
2072
|
*/
|
2073
2073
|
DBSubnetGroupName?: String;
|
2074
2074
|
/**
|
@@ -8822,7 +8822,7 @@ declare namespace RDS {
|
|
8822
8822
|
*/
|
8823
8823
|
Name?: String;
|
8824
8824
|
/**
|
8825
|
-
* The value of a processor feature
|
8825
|
+
* The value of a processor feature.
|
8826
8826
|
*/
|
8827
8827
|
Value?: String;
|
8828
8828
|
}
|
package/clients/sagemaker.d.ts
CHANGED
@@ -7445,7 +7445,7 @@ declare namespace SageMaker {
|
|
7445
7445
|
*/
|
7446
7446
|
HubName: HubNameOrArn;
|
7447
7447
|
/**
|
7448
|
-
* The type of hub content to delete.
|
7448
|
+
* The type of hub content reference to delete. The only supported type of hub content reference to delete is ModelReference.
|
7449
7449
|
*/
|
7450
7450
|
HubContentType: HubContentType;
|
7451
7451
|
/**
|
@@ -12805,6 +12805,8 @@ declare namespace SageMaker {
|
|
12805
12805
|
export type GroupingAttributeName = string;
|
12806
12806
|
export type GroupingAttributeNames = GroupingAttributeName[];
|
12807
12807
|
export type Groups = Group[];
|
12808
|
+
export type HiddenAppTypesList = AppType[];
|
12809
|
+
export type HiddenMlToolsList = MlTools[];
|
12808
12810
|
export type HolidayConfig = HolidayConfigAttributes[];
|
12809
12811
|
export interface HolidayConfigAttributes {
|
12810
12812
|
/**
|
@@ -17943,6 +17945,7 @@ declare namespace SageMaker {
|
|
17943
17945
|
S3Uri: S3Uri;
|
17944
17946
|
}
|
17945
17947
|
export type MinimumInstanceMetadataServiceVersion = string;
|
17948
|
+
export type MlTools = "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|string;
|
17946
17949
|
export type MlflowVersion = string;
|
17947
17950
|
export interface Model {
|
17948
17951
|
/**
|
@@ -22441,6 +22444,16 @@ declare namespace SageMaker {
|
|
22441
22444
|
export type StudioLifecycleConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
|
22442
22445
|
export type StudioLifecycleConfigsList = StudioLifecycleConfigDetails[];
|
22443
22446
|
export type StudioWebPortal = "ENABLED"|"DISABLED"|string;
|
22447
|
+
export interface StudioWebPortalSettings {
|
22448
|
+
/**
|
22449
|
+
* The machine learning tools that are hidden from the Studio left navigation pane.
|
22450
|
+
*/
|
22451
|
+
HiddenMlTools?: HiddenMlToolsList;
|
22452
|
+
/**
|
22453
|
+
* The Applications supported in Studio that are hidden from the Studio left navigation pane.
|
22454
|
+
*/
|
22455
|
+
HiddenAppTypes?: HiddenAppTypesList;
|
22456
|
+
}
|
22444
22457
|
export type SubnetId = string;
|
22445
22458
|
export type Subnets = SubnetId[];
|
22446
22459
|
export interface SubscribedWorkteam {
|
@@ -24812,6 +24825,10 @@ declare namespace SageMaker {
|
|
24812
24825
|
* The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio.
|
24813
24826
|
*/
|
24814
24827
|
CustomFileSystemConfigs?: CustomFileSystemConfigs;
|
24828
|
+
/**
|
24829
|
+
* Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
|
24830
|
+
*/
|
24831
|
+
StudioWebPortalSettings?: StudioWebPortalSettings;
|
24815
24832
|
}
|
24816
24833
|
export type UsersPerStep = number;
|
24817
24834
|
export type UtilizationMetric = number;
|