aws-sdk 2.1649.0 → 2.1651.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.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/apis/application-autoscaling-2016-02-06.min.json +4 -1
  3. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
  4. package/apis/cloudfront-2020-05-31.min.json +4 -1
  5. package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
  6. package/apis/connect-2017-08-08.min.json +272 -255
  7. package/apis/datazone-2018-05-10.min.json +251 -26
  8. package/apis/datazone-2018-05-10.paginators.json +6 -0
  9. package/apis/elasticache-2015-02-02.min.json +4 -1
  10. package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  11. package/apis/glue-2017-03-31.min.json +93 -89
  12. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  13. package/apis/mq-2017-11-27.min.json +4 -4
  14. package/apis/opensearch-2021-01-01.min.json +98 -141
  15. package/apis/pi-2018-02-27.min.json +4 -1
  16. package/apis/qconnect-2020-10-19.min.json +335 -108
  17. package/apis/qconnect-2020-10-19.paginators.json +6 -0
  18. package/apis/quicksight-2018-04-01.min.json +598 -483
  19. package/apis/rds-2013-01-10.min.json +4 -1
  20. package/apis/rds-2013-02-12.min.json +4 -1
  21. package/apis/rds-2013-09-09.min.json +4 -1
  22. package/apis/rds-2014-09-01.min.json +4 -1
  23. package/apis/rds-2014-10-31.min.json +4 -1
  24. package/apis/sagemaker-2017-07-24.min.json +805 -792
  25. package/apis/workspaces-2015-04-08.min.json +507 -76
  26. package/clients/acmpca.d.ts +3 -3
  27. package/clients/applicationautoscaling.d.ts +43 -43
  28. package/clients/chimesdkmediapipelines.d.ts +19 -15
  29. package/clients/cloudfront.d.ts +7 -7
  30. package/clients/cloudhsmv2.d.ts +117 -34
  31. package/clients/connect.d.ts +29 -10
  32. package/clients/datazone.d.ts +269 -1
  33. package/clients/emr.d.ts +12 -4
  34. package/clients/glue.d.ts +6 -0
  35. package/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/clients/mq.d.ts +15 -15
  37. package/clients/opensearch.d.ts +0 -53
  38. package/clients/pi.d.ts +2 -2
  39. package/clients/qconnect.d.ts +219 -1
  40. package/clients/quicksight.d.ts +90 -0
  41. package/clients/rds.d.ts +4 -4
  42. package/clients/sagemaker.d.ts +18 -1
  43. package/clients/workspaces.d.ts +596 -4
  44. package/dist/aws-sdk-core-react-native.js +1 -1
  45. package/dist/aws-sdk-react-native.js +25 -25
  46. package/dist/aws-sdk.js +391 -286
  47. package/dist/aws-sdk.min.js +103 -103
  48. package/lib/core.js +1 -1
  49. package/package.json +1 -1
package/clients/mq.d.ts CHANGED
@@ -323,7 +323,7 @@ declare namespace MQ {
323
323
  */
324
324
  EngineType: EngineType;
325
325
  /**
326
- * Required. The broker engine's version. For a list of supported engine versions, see, Supported engines.
326
+ * The broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
327
327
  */
328
328
  EngineVersion: __string;
329
329
  /**
@@ -387,9 +387,9 @@ declare namespace MQ {
387
387
  */
388
388
  AuthenticationStrategy?: AuthenticationStrategy;
389
389
  /**
390
- * Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot. Set to true by default, if no value is specified.
390
+ * Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Set to true by default, if no value is specified. Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.
391
391
  */
392
- AutoMinorVersionUpgrade: __boolean;
392
+ AutoMinorVersionUpgrade?: __boolean;
393
393
  /**
394
394
  * Required. The broker's name. This value must be unique in your Amazon Web Services account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other Amazon Web Services services, including CloudWatch Logs. Broker names are not intended to be used for private or sensitive data.
395
395
  */
@@ -415,9 +415,9 @@ declare namespace MQ {
415
415
  */
416
416
  EngineType: EngineType;
417
417
  /**
418
- * Required. The broker engine's version. For a list of supported engine versions, see Supported engines.
418
+ * The broker engine version. Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
419
419
  */
420
- EngineVersion: __string;
420
+ EngineVersion?: __string;
421
421
  /**
422
422
  * Required. The broker's instance type.
423
423
  */
@@ -487,9 +487,9 @@ declare namespace MQ {
487
487
  */
488
488
  EngineType: EngineType;
489
489
  /**
490
- * Required. The broker engine's version. For a list of supported engine versions, see Supported engines.
490
+ * The broker engine version. Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
491
491
  */
492
- EngineVersion: __string;
492
+ EngineVersion?: __string;
493
493
  /**
494
494
  * Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
495
495
  */
@@ -700,7 +700,7 @@ declare namespace MQ {
700
700
  */
701
701
  AuthenticationStrategy?: AuthenticationStrategy;
702
702
  /**
703
- * Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
703
+ * Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot.
704
704
  */
705
705
  AutoMinorVersionUpgrade?: __boolean;
706
706
  /**
@@ -744,7 +744,7 @@ declare namespace MQ {
744
744
  */
745
745
  EngineType?: EngineType;
746
746
  /**
747
- * The broker engine's version. For a list of supported engine versions, see Supported engines.
747
+ * The broker engine version. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
748
748
  */
749
749
  EngineVersion?: __string;
750
750
  /**
@@ -768,7 +768,7 @@ declare namespace MQ {
768
768
  */
769
769
  PendingAuthenticationStrategy?: AuthenticationStrategy;
770
770
  /**
771
- * The broker engine version to upgrade to. For a list of supported engine versions, see Supported engines.
771
+ * The broker engine version to upgrade to. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
772
772
  */
773
773
  PendingEngineVersion?: __string;
774
774
  /**
@@ -852,7 +852,7 @@ declare namespace MQ {
852
852
  */
853
853
  EngineType?: EngineType;
854
854
  /**
855
- * Required. The broker engine's version. For a list of supported engine versions, see, Supported engines.
855
+ * The broker engine version. Defaults to the latest available version for the specified broker engine type. For a list of supported engine versions, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
856
856
  */
857
857
  EngineVersion?: __string;
858
858
  /**
@@ -1259,7 +1259,7 @@ declare namespace MQ {
1259
1259
  */
1260
1260
  AuthenticationStrategy?: AuthenticationStrategy;
1261
1261
  /**
1262
- * Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
1262
+ * Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot. Must be set to true for ActiveMQ brokers version 5.18 and above and for RabbitMQ brokers version 3.13 and above.
1263
1263
  */
1264
1264
  AutoMinorVersionUpgrade?: __boolean;
1265
1265
  /**
@@ -1271,7 +1271,7 @@ declare namespace MQ {
1271
1271
  */
1272
1272
  Configuration?: ConfigurationId;
1273
1273
  /**
1274
- * The broker engine version. For a list of supported engine versions, see Supported engines.
1274
+ * The broker engine version. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide. When upgrading to ActiveMQ version 5.18 and above or RabbitMQ version 3.13 and above, you must have autoMinorVersionUpgrade set to true for the broker.
1275
1275
  */
1276
1276
  EngineVersion?: __string;
1277
1277
  /**
@@ -1305,7 +1305,7 @@ declare namespace MQ {
1305
1305
  */
1306
1306
  AuthenticationStrategy?: AuthenticationStrategy;
1307
1307
  /**
1308
- * The new boolean value that specifies whether broker engines automatically upgrade to new minor versions as new versions are released and supported by Amazon MQ.
1308
+ * Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot.
1309
1309
  */
1310
1310
  AutoMinorVersionUpgrade?: __boolean;
1311
1311
  /**
@@ -1317,7 +1317,7 @@ declare namespace MQ {
1317
1317
  */
1318
1318
  Configuration?: ConfigurationId;
1319
1319
  /**
1320
- * The broker engine version to upgrade to. For a list of supported engine versions, see Supported engines.
1320
+ * The broker engine version to upgrade to. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.
1321
1321
  */
1322
1322
  EngineVersion?: __string;
1323
1323
  /**
@@ -517,25 +517,6 @@ declare class OpenSearch extends Service {
517
517
  upgradeDomain(callback?: (err: AWSError, data: OpenSearch.Types.UpgradeDomainResponse) => void): Request<OpenSearch.Types.UpgradeDomainResponse, AWSError>;
518
518
  }
519
519
  declare namespace OpenSearch {
520
- export interface AIMLOptionsInput {
521
- /**
522
- * Container for parameters required for natural language query generation on the specified domain.
523
- */
524
- NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsInput;
525
- }
526
- export interface AIMLOptionsOutput {
527
- /**
528
- * Container for parameters required for natural language query generation on the specified domain.
529
- */
530
- NaturalLanguageQueryGenerationOptions?: NaturalLanguageQueryGenerationOptionsOutput;
531
- }
532
- export interface AIMLOptionsStatus {
533
- /**
534
- * Machine learning options on the specified domain.
535
- */
536
- Options?: AIMLOptionsOutput;
537
- Status?: OptionStatus;
538
- }
539
520
  export type ARN = string;
540
521
  export type AWSAccount = string;
541
522
  export interface AWSDomainInformation {
@@ -1224,10 +1205,6 @@ declare namespace OpenSearch {
1224
1205
  * Software update options for the domain.
1225
1206
  */
1226
1207
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
1227
- /**
1228
- * Options for all machine learning features for the specified domain.
1229
- */
1230
- AIMLOptions?: AIMLOptionsInput;
1231
1208
  }
1232
1209
  export interface CreateDomainResponse {
1233
1210
  /**
@@ -1887,10 +1864,6 @@ declare namespace OpenSearch {
1887
1864
  * Information about the domain properties that are currently being modified.
1888
1865
  */
1889
1866
  ModifyingProperties?: ModifyingPropertiesList;
1890
- /**
1891
- * Container for parameters required to enable all machine learning features.
1892
- */
1893
- AIMLOptions?: AIMLOptionsStatus;
1894
1867
  }
1895
1868
  export interface DomainEndpointOptions {
1896
1869
  /**
@@ -2187,10 +2160,6 @@ declare namespace OpenSearch {
2187
2160
  * Information about the domain properties that are currently being modified.
2188
2161
  */
2189
2162
  ModifyingProperties?: ModifyingPropertiesList;
2190
- /**
2191
- * Container for parameters required to enable all machine learning features.
2192
- */
2193
- AIMLOptions?: AIMLOptionsOutput;
2194
2163
  }
2195
2164
  export type DomainStatusList = DomainStatus[];
2196
2165
  export type Double = number;
@@ -2951,24 +2920,6 @@ declare namespace OpenSearch {
2951
2920
  ValueType?: PropertyValueType;
2952
2921
  }
2953
2922
  export type ModifyingPropertiesList = ModifyingProperties[];
2954
- export type NaturalLanguageQueryGenerationCurrentState = "NOT_ENABLED"|"ENABLE_COMPLETE"|"ENABLE_IN_PROGRESS"|"ENABLE_FAILED"|"DISABLE_COMPLETE"|"DISABLE_IN_PROGRESS"|"DISABLE_FAILED"|string;
2955
- export type NaturalLanguageQueryGenerationDesiredState = "ENABLED"|"DISABLED"|string;
2956
- export interface NaturalLanguageQueryGenerationOptionsInput {
2957
- /**
2958
- * The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
2959
- */
2960
- DesiredState?: NaturalLanguageQueryGenerationDesiredState;
2961
- }
2962
- export interface NaturalLanguageQueryGenerationOptionsOutput {
2963
- /**
2964
- * The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
2965
- */
2966
- DesiredState?: NaturalLanguageQueryGenerationDesiredState;
2967
- /**
2968
- * The current state of the natural language query generation feature, indicating completion, in progress, or failure.
2969
- */
2970
- CurrentState?: NaturalLanguageQueryGenerationCurrentState;
2971
- }
2972
2923
  export type NextToken = string;
2973
2924
  export type NodeId = string;
2974
2925
  export type NodeStatus = "Active"|"StandBy"|"NotAvailable"|string;
@@ -3771,10 +3722,6 @@ declare namespace OpenSearch {
3771
3722
  * Service software update options for the domain.
3772
3723
  */
3773
3724
  SoftwareUpdateOptions?: SoftwareUpdateOptions;
3774
- /**
3775
- * Options for all machine learning features for the specified domain.
3776
- */
3777
- AIMLOptions?: AIMLOptionsInput;
3778
3725
  }
3779
3726
  export interface UpdateDomainConfigResponse {
3780
3727
  /**
package/clients/pi.d.ts CHANGED
@@ -287,7 +287,7 @@ declare namespace PI {
287
287
  */
288
288
  PartitionBy?: DimensionGroup;
289
289
  /**
290
- * One or more filters to apply in the request. Restrictions: Any number of filters by the same dimension, as specified in the GroupBy or Partition parameters. A single filter for any other dimension in this dimension group.
290
+ * One or more filters to apply in the request. Restrictions: Any number of filters by the same dimension, as specified in the GroupBy or Partition parameters. A single filter for any other dimension in this dimension group. The db.sql.db_id filter isn't available for RDS for SQL Server DB instances.
291
291
  */
292
292
  Filter?: MetricQueryFilterMap;
293
293
  /**
@@ -740,7 +740,7 @@ declare namespace PI {
740
740
  */
741
741
  GroupBy?: DimensionGroup;
742
742
  /**
743
- * One or more filters to apply in the request. Restrictions: Any number of filters by the same dimension, as specified in the GroupBy parameter. A single filter for any other dimension in this dimension group.
743
+ * One or more filters to apply in the request. Restrictions: Any number of filters by the same dimension, as specified in the GroupBy parameter. A single filter for any other dimension in this dimension group. The db.sql.db_id filter isn't available for RDS for SQL Server DB instances.
744
744
  */
745
745
  Filter?: MetricQueryFilterMap;
746
746
  }
@@ -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 donwload the information of resource data that failed to be imported.
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.
@@ -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
  /**