aws-sdk 2.1649.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.
Files changed (34) 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/datazone-2018-05-10.min.json +251 -26
  6. package/apis/datazone-2018-05-10.paginators.json +6 -0
  7. package/apis/elasticache-2015-02-02.min.json +4 -1
  8. package/apis/mq-2017-11-27.min.json +4 -4
  9. package/apis/qconnect-2020-10-19.min.json +335 -108
  10. package/apis/qconnect-2020-10-19.paginators.json +6 -0
  11. package/apis/quicksight-2018-04-01.min.json +598 -483
  12. package/apis/rds-2013-01-10.min.json +4 -1
  13. package/apis/rds-2013-02-12.min.json +4 -1
  14. package/apis/rds-2013-09-09.min.json +4 -1
  15. package/apis/rds-2014-09-01.min.json +4 -1
  16. package/apis/rds-2014-10-31.min.json +4 -1
  17. package/apis/sagemaker-2017-07-24.min.json +805 -792
  18. package/apis/workspaces-2015-04-08.min.json +507 -76
  19. package/clients/applicationautoscaling.d.ts +43 -43
  20. package/clients/chimesdkmediapipelines.d.ts +19 -15
  21. package/clients/cloudfront.d.ts +7 -7
  22. package/clients/datazone.d.ts +269 -1
  23. package/clients/mq.d.ts +15 -15
  24. package/clients/qconnect.d.ts +219 -1
  25. package/clients/quicksight.d.ts +90 -0
  26. package/clients/rds.d.ts +4 -4
  27. package/clients/sagemaker.d.ts +18 -1
  28. package/clients/workspaces.d.ts +595 -3
  29. package/dist/aws-sdk-core-react-native.js +1 -1
  30. package/dist/aws-sdk-react-native.js +18 -18
  31. package/dist/aws-sdk.js +35 -11
  32. package/dist/aws-sdk.min.js +65 -65
  33. package/lib/core.js +1 -1
  34. package/package.json +1 -1
@@ -52,11 +52,11 @@ declare class ChimeSDKMediaPipelines extends Service {
52
52
  */
53
53
  createMediaLiveConnectorPipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaLiveConnectorPipelineResponse, AWSError>;
54
54
  /**
55
- * Creates an Kinesis video stream pool for the media pipeline.
55
+ * Creates an Amazon Kinesis Video Stream pool for use with media stream pipelines. If a meeting uses an opt-in Region as its MediaRegion, the KVS stream must be in that same Region. For example, if a meeting uses the af-south-1 Region, the KVS stream must also be in af-south-1. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses ca-central-1, the KVS stream can be in eu-west-2, us-east-1, af-south-1, or any other Region that the Amazon Chime SDK supports. To learn which AWS Region a meeting uses, call the GetMeeting API and use the MediaRegion parameter from the response. For more information about opt-in Regions, refer to Available Regions in the Amazon Chime SDK Developer Guide, and Specify which AWS Regions your account can use, in the AWS Account Management Reference Guide.
56
56
  */
57
57
  createMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
58
58
  /**
59
- * Creates an Kinesis video stream pool for the media pipeline.
59
+ * Creates an Amazon Kinesis Video Stream pool for use with media stream pipelines. If a meeting uses an opt-in Region as its MediaRegion, the KVS stream must be in that same Region. For example, if a meeting uses the af-south-1 Region, the KVS stream must also be in af-south-1. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses ca-central-1, the KVS stream can be in eu-west-2, us-east-1, af-south-1, or any other Region that the Amazon Chime SDK supports. To learn which AWS Region a meeting uses, call the GetMeeting API and use the MediaRegion parameter from the response. For more information about opt-in Regions, refer to Available Regions in the Amazon Chime SDK Developer Guide, and Specify which AWS Regions your account can use, in the AWS Account Management Reference Guide.
60
60
  */
61
61
  createMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
62
62
  /**
@@ -92,11 +92,11 @@ declare class ChimeSDKMediaPipelines extends Service {
92
92
  */
93
93
  deleteMediaPipeline(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94
94
  /**
95
- * Deletes an Kinesis video stream pool.
95
+ * Deletes an Amazon Kinesis Video Stream pool.
96
96
  */
97
97
  deleteMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.DeleteMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98
98
  /**
99
- * Deletes an Kinesis video stream pool.
99
+ * Deletes an Amazon Kinesis Video Stream pool.
100
100
  */
101
101
  deleteMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
102
102
  /**
@@ -252,11 +252,11 @@ declare class ChimeSDKMediaPipelines extends Service {
252
252
  */
253
253
  updateMediaInsightsPipelineStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
254
254
  /**
255
- * Updates an Kinesis video stream pool in a media pipeline.
255
+ * Updates an Amazon Kinesis Video Stream pool in a media pipeline.
256
256
  */
257
257
  updateMediaPipelineKinesisVideoStreamPool(params: ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
258
258
  /**
259
- * Updates an Kinesis video stream pool in a media pipeline.
259
+ * Updates an Amazon Kinesis Video Stream pool in a media pipeline.
260
260
  */
261
261
  updateMediaPipelineKinesisVideoStreamPool(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse) => void): Request<ChimeSDKMediaPipelines.Types.UpdateMediaPipelineKinesisVideoStreamPoolResponse, AWSError>;
262
262
  }
@@ -376,6 +376,10 @@ declare namespace ChimeSDKMediaPipelines {
376
376
  * Turns language identification on or off.
377
377
  */
378
378
  IdentifyLanguage?: Boolean;
379
+ /**
380
+ * Turns language identification on or off for multiple languages.
381
+ */
382
+ IdentifyMultipleLanguages?: Boolean;
379
383
  /**
380
384
  * The language options for the transcription, such as automatic language detection.
381
385
  */
@@ -735,11 +739,11 @@ declare namespace ChimeSDKMediaPipelines {
735
739
  }
736
740
  export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
737
741
  /**
738
- * The configuration settings for the video stream.
742
+ * The configuration settings for the stream.
739
743
  */
740
744
  StreamConfiguration: KinesisVideoStreamConfiguration;
741
745
  /**
742
- * The name of the video stream pool.
746
+ * The name of the pool.
743
747
  */
744
748
  PoolName: KinesisVideoStreamPoolName;
745
749
  /**
@@ -747,13 +751,13 @@ declare namespace ChimeSDKMediaPipelines {
747
751
  */
748
752
  ClientRequestToken?: ClientRequestToken;
749
753
  /**
750
- * The tags assigned to the video stream pool.
754
+ * The tags assigned to the stream pool.
751
755
  */
752
756
  Tags?: TagList;
753
757
  }
754
758
  export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
755
759
  /**
756
- * The configuration for the Kinesis video stream pool.
760
+ * The configuration for applying the streams to the pool.
757
761
  */
758
762
  KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
759
763
  }
@@ -803,7 +807,7 @@ declare namespace ChimeSDKMediaPipelines {
803
807
  }
804
808
  export interface DeleteMediaPipelineKinesisVideoStreamPoolRequest {
805
809
  /**
806
- * The ID of the pool being deleted.
810
+ * The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.
807
811
  */
808
812
  Identifier: NonEmptyString;
809
813
  }
@@ -853,7 +857,7 @@ declare namespace ChimeSDKMediaPipelines {
853
857
  }
854
858
  export interface GetMediaPipelineKinesisVideoStreamPoolRequest {
855
859
  /**
856
- * The ID of the video stream pool.
860
+ * The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.
857
861
  */
858
862
  Identifier: NonEmptyString;
859
863
  }
@@ -1579,7 +1583,7 @@ declare namespace ChimeSDKMediaPipelines {
1579
1583
  export type MediaStreamPipelineSinkType = "KinesisVideoStreamPool"|string;
1580
1584
  export interface MediaStreamSink {
1581
1585
  /**
1582
- * The ARN of the media stream sink.
1586
+ * The ARN of the Kinesis Video Stream pool returned by the CreateMediaPipelineKinesisVideoStreamPool API.
1583
1587
  */
1584
1588
  SinkArn: Arn;
1585
1589
  /**
@@ -1602,7 +1606,7 @@ declare namespace ChimeSDKMediaPipelines {
1602
1606
  */
1603
1607
  SourceType: MediaPipelineSourceType;
1604
1608
  /**
1605
- * The ARN of the media stream source.
1609
+ * The ARN of the meeting.
1606
1610
  */
1607
1611
  SourceArn: Arn;
1608
1612
  }
@@ -1964,7 +1968,7 @@ declare namespace ChimeSDKMediaPipelines {
1964
1968
  }
1965
1969
  export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
1966
1970
  /**
1967
- * The ID of the video stream pool.
1971
+ * The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.
1968
1972
  */
1969
1973
  Identifier: NonEmptyString;
1970
1974
  /**
@@ -734,11 +734,11 @@ declare class CloudFront extends CloudFrontCustomizations {
734
734
  */
735
735
  listStreamingDistributions(callback?: (err: AWSError, data: CloudFront.Types.ListStreamingDistributionsResult) => void): Request<CloudFront.Types.ListStreamingDistributionsResult, AWSError>;
736
736
  /**
737
- * List tags for a CloudFront resource.
737
+ * List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
738
738
  */
739
739
  listTagsForResource(params: CloudFront.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: CloudFront.Types.ListTagsForResourceResult) => void): Request<CloudFront.Types.ListTagsForResourceResult, AWSError>;
740
740
  /**
741
- * List tags for a CloudFront resource.
741
+ * List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
742
742
  */
743
743
  listTagsForResource(callback?: (err: AWSError, data: CloudFront.Types.ListTagsForResourceResult) => void): Request<CloudFront.Types.ListTagsForResourceResult, AWSError>;
744
744
  /**
@@ -750,11 +750,11 @@ declare class CloudFront extends CloudFrontCustomizations {
750
750
  */
751
751
  publishFunction(callback?: (err: AWSError, data: CloudFront.Types.PublishFunctionResult) => void): Request<CloudFront.Types.PublishFunctionResult, AWSError>;
752
752
  /**
753
- * Add tags to a CloudFront resource.
753
+ * Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
754
754
  */
755
755
  tagResource(params: CloudFront.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
756
756
  /**
757
- * Add tags to a CloudFront resource.
757
+ * Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
758
758
  */
759
759
  tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
760
760
  /**
@@ -766,11 +766,11 @@ declare class CloudFront extends CloudFrontCustomizations {
766
766
  */
767
767
  testFunction(callback?: (err: AWSError, data: CloudFront.Types.TestFunctionResult) => void): Request<CloudFront.Types.TestFunctionResult, AWSError>;
768
768
  /**
769
- * Remove tags from a CloudFront resource.
769
+ * Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
770
770
  */
771
771
  untagResource(params: CloudFront.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
772
772
  /**
773
- * Remove tags from a CloudFront resource.
773
+ * Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
774
774
  */
775
775
  untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
776
776
  /**
@@ -1195,7 +1195,7 @@ declare namespace CloudFront {
1195
1195
  */
1196
1196
  Quantity: integer;
1197
1197
  /**
1198
- * A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
1198
+ * A complex type that contains the HTTP methods that you want CloudFront to cache responses to. Valid values for CachedMethods include GET, HEAD, and OPTIONS, depending on which caching option you choose. For more information, see the preceding section.
1199
1199
  */
1200
1200
  Items: MethodsList;
1201
1201
  }
@@ -475,6 +475,14 @@ declare class DataZone extends Service {
475
475
  * Gets the data portal URL for the specified Amazon DataZone domain.
476
476
  */
477
477
  getIamPortalLoginUrl(callback?: (err: AWSError, data: DataZone.Types.GetIamPortalLoginUrlOutput) => void): Request<DataZone.Types.GetIamPortalLoginUrlOutput, AWSError>;
478
+ /**
479
+ * Gets the data lineage node.
480
+ */
481
+ getLineageNode(params: DataZone.Types.GetLineageNodeInput, callback?: (err: AWSError, data: DataZone.Types.GetLineageNodeOutput) => void): Request<DataZone.Types.GetLineageNodeOutput, AWSError>;
482
+ /**
483
+ * Gets the data lineage node.
484
+ */
485
+ getLineageNode(callback?: (err: AWSError, data: DataZone.Types.GetLineageNodeOutput) => void): Request<DataZone.Types.GetLineageNodeOutput, AWSError>;
478
486
  /**
479
487
  * Gets a listing (a record of an asset at a given time).
480
488
  */
@@ -627,6 +635,14 @@ declare class DataZone extends Service {
627
635
  * Lists Amazon DataZone environments.
628
636
  */
629
637
  listEnvironments(callback?: (err: AWSError, data: DataZone.Types.ListEnvironmentsOutput) => void): Request<DataZone.Types.ListEnvironmentsOutput, AWSError>;
638
+ /**
639
+ * Lists the history of the specified data lineage node.
640
+ */
641
+ listLineageNodeHistory(params: DataZone.Types.ListLineageNodeHistoryInput, callback?: (err: AWSError, data: DataZone.Types.ListLineageNodeHistoryOutput) => void): Request<DataZone.Types.ListLineageNodeHistoryOutput, AWSError>;
642
+ /**
643
+ * Lists the history of the specified data lineage node.
644
+ */
645
+ listLineageNodeHistory(callback?: (err: AWSError, data: DataZone.Types.ListLineageNodeHistoryOutput) => void): Request<DataZone.Types.ListLineageNodeHistoryOutput, AWSError>;
630
646
  /**
631
647
  * Lists all metadata generation runs.
632
648
  */
@@ -707,6 +723,14 @@ declare class DataZone extends Service {
707
723
  * Lists time series data points.
708
724
  */
709
725
  listTimeSeriesDataPoints(callback?: (err: AWSError, data: DataZone.Types.ListTimeSeriesDataPointsOutput) => void): Request<DataZone.Types.ListTimeSeriesDataPointsOutput, AWSError>;
726
+ /**
727
+ * Posts a data lineage event.
728
+ */
729
+ postLineageEvent(params: DataZone.Types.PostLineageEventInput, callback?: (err: AWSError, data: DataZone.Types.PostLineageEventOutput) => void): Request<DataZone.Types.PostLineageEventOutput, AWSError>;
730
+ /**
731
+ * Posts a data lineage event.
732
+ */
733
+ postLineageEvent(callback?: (err: AWSError, data: DataZone.Types.PostLineageEventOutput) => void): Request<DataZone.Types.PostLineageEventOutput, AWSError>;
710
734
  /**
711
735
  * Posts time series data points to Amazon DataZone for the specified asset.
712
736
  */
@@ -3622,6 +3646,7 @@ declare namespace DataZone {
3622
3646
  */
3623
3647
  status: DomainStatus;
3624
3648
  }
3649
+ export type EdgeDirection = "UPSTREAM"|"DOWNSTREAM"|string;
3625
3650
  export type EditedValue = string;
3626
3651
  export type EnableSetting = "ENABLED"|"DISABLED"|string;
3627
3652
  export type EnabledRegionList = RegionName[];
@@ -4909,6 +4934,82 @@ declare namespace DataZone {
4909
4934
  */
4910
4935
  userProfileId: String;
4911
4936
  }
4937
+ export interface GetLineageNodeInput {
4938
+ /**
4939
+ * The ID of the domain in which you want to get the data lineage node.
4940
+ */
4941
+ domainIdentifier: DomainId;
4942
+ /**
4943
+ * The event time stamp for which you want to get the data lineage node.
4944
+ */
4945
+ eventTimestamp?: Timestamp;
4946
+ /**
4947
+ * The ID of the data lineage node that you want to get. Both, a lineage node identifier generated by Amazon DataZone and a sourceIdentifier of the lineage node are supported. If sourceIdentifier is greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.
4948
+ */
4949
+ identifier: LineageNodeIdentifier;
4950
+ }
4951
+ export interface GetLineageNodeOutput {
4952
+ /**
4953
+ * The timestamp at which the data lineage node was created.
4954
+ */
4955
+ createdAt?: CreatedAt;
4956
+ /**
4957
+ * The user who created the data lineage node.
4958
+ */
4959
+ createdBy?: CreatedBy;
4960
+ /**
4961
+ * The description of the data lineage node.
4962
+ */
4963
+ description?: String;
4964
+ /**
4965
+ * The ID of the domain where you're getting the data lineage node.
4966
+ */
4967
+ domainId: DomainId;
4968
+ /**
4969
+ * The downsteam nodes of the specified data lineage node.
4970
+ */
4971
+ downstreamNodes?: LineageNodeReferenceList;
4972
+ /**
4973
+ * The timestamp of the event described in the data lineage node.
4974
+ */
4975
+ eventTimestamp?: Timestamp;
4976
+ /**
4977
+ * The metadata of the specified data lineage node.
4978
+ */
4979
+ formsOutput?: FormOutputList;
4980
+ /**
4981
+ * The ID of the data lineage node.
4982
+ */
4983
+ id: LineageNodeId;
4984
+ /**
4985
+ * The name of the data lineage node.
4986
+ */
4987
+ name?: String;
4988
+ /**
4989
+ * The source identifier of the data lineage node.
4990
+ */
4991
+ sourceIdentifier?: String;
4992
+ /**
4993
+ * The name of the type of the specified data lineage node.
4994
+ */
4995
+ typeName: String;
4996
+ /**
4997
+ * The revision type of the specified data lineage node.
4998
+ */
4999
+ typeRevision?: Revision;
5000
+ /**
5001
+ * The timestamp at which the data lineage node was updated.
5002
+ */
5003
+ updatedAt?: UpdatedAt;
5004
+ /**
5005
+ * The user who updated the data lineage node.
5006
+ */
5007
+ updatedBy?: UpdatedBy;
5008
+ /**
5009
+ * The upstream nodes of the specified data lineage node.
5010
+ */
5011
+ upstreamNodes?: LineageNodeReferenceList;
5012
+ }
4912
5013
  export interface GetListingInput {
4913
5014
  /**
4914
5015
  * The ID of the Amazon DataZone domain.
@@ -5602,6 +5703,109 @@ declare namespace DataZone {
5602
5703
  export type InventorySearchScope = "ASSET"|"GLOSSARY"|"GLOSSARY_TERM"|string;
5603
5704
  export type KmsKeyArn = string;
5604
5705
  export type LastName = string;
5706
+ export type LineageEvent = Buffer|Uint8Array|Blob|string;
5707
+ export type LineageNodeId = string;
5708
+ export type LineageNodeIdentifier = string;
5709
+ export interface LineageNodeReference {
5710
+ /**
5711
+ * The event timestamp of the data lineage node.
5712
+ */
5713
+ eventTimestamp?: Timestamp;
5714
+ /**
5715
+ * The ID of the data lineage node.
5716
+ */
5717
+ id?: LineageNodeId;
5718
+ }
5719
+ export type LineageNodeReferenceList = LineageNodeReference[];
5720
+ export type LineageNodeSummaries = LineageNodeSummary[];
5721
+ export interface LineageNodeSummary {
5722
+ /**
5723
+ * The timestamp at which the data lineage node was created.
5724
+ */
5725
+ createdAt?: CreatedAt;
5726
+ /**
5727
+ * The user who created the data lineage node.
5728
+ */
5729
+ createdBy?: CreatedBy;
5730
+ /**
5731
+ * The description of the data lineage node.
5732
+ */
5733
+ description?: String;
5734
+ /**
5735
+ * The ID of the domain of the data lineage node.
5736
+ */
5737
+ domainId: DomainId;
5738
+ /**
5739
+ * The event timestamp of the data lineage node.
5740
+ */
5741
+ eventTimestamp?: Timestamp;
5742
+ /**
5743
+ * The ID of the data lineage node.
5744
+ */
5745
+ id: LineageNodeId;
5746
+ /**
5747
+ * The name of the data lineage node.
5748
+ */
5749
+ name?: String;
5750
+ /**
5751
+ * The alternate ID of the data lineage node.
5752
+ */
5753
+ sourceIdentifier?: String;
5754
+ /**
5755
+ * The name of the type of the data lineage node.
5756
+ */
5757
+ typeName: String;
5758
+ /**
5759
+ * The type of the revision of the data lineage node.
5760
+ */
5761
+ typeRevision?: Revision;
5762
+ /**
5763
+ * The timestamp at which the data lineage node was updated.
5764
+ */
5765
+ updatedAt?: UpdatedAt;
5766
+ /**
5767
+ * The user who updated the data lineage node.
5768
+ */
5769
+ updatedBy?: UpdatedBy;
5770
+ }
5771
+ export interface LineageNodeTypeItem {
5772
+ /**
5773
+ * The timestamp at which the data lineage node type was created.
5774
+ */
5775
+ createdAt?: CreatedAt;
5776
+ /**
5777
+ * The user who created the data lineage node type.
5778
+ */
5779
+ createdBy?: CreatedBy;
5780
+ /**
5781
+ * The description of the data lineage node type.
5782
+ */
5783
+ description?: String;
5784
+ /**
5785
+ * The ID of the domain where the data lineage node type lives.
5786
+ */
5787
+ domainId: DomainId;
5788
+ /**
5789
+ * The forms output of the data lineage node type.
5790
+ */
5791
+ formsOutput: FormsOutputMap;
5792
+ /**
5793
+ * The name of the data lineage node type.
5794
+ */
5795
+ name?: String;
5796
+ /**
5797
+ * The revision of the data lineage node type.
5798
+ */
5799
+ revision: Revision;
5800
+ /**
5801
+ * The timestamp at which the data lineage node type was updated.
5802
+ */
5803
+ updatedAt?: UpdatedAt;
5804
+ /**
5805
+ * The user who updated the data lineage node type.
5806
+ */
5807
+ updatedBy?: UpdatedBy;
5808
+ }
5605
5809
  export interface ListAssetRevisionsInput {
5606
5810
  /**
5607
5811
  * The identifier of the domain.
@@ -5947,6 +6151,50 @@ declare namespace DataZone {
5947
6151
  */
5948
6152
  nextToken?: PaginationToken;
5949
6153
  }
6154
+ export interface ListLineageNodeHistoryInput {
6155
+ /**
6156
+ * The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is UPSTREAM, the ListLineageNodeHistory API responds with historical versions with upstream neighbors only.
6157
+ */
6158
+ direction?: EdgeDirection;
6159
+ /**
6160
+ * The ID of the domain where you want to list the history of the specified data lineage node.
6161
+ */
6162
+ domainIdentifier: DomainId;
6163
+ /**
6164
+ * Specifies whether the action is to return data lineage node history from the time after the event timestamp.
6165
+ */
6166
+ eventTimestampGTE?: Timestamp;
6167
+ /**
6168
+ * Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.
6169
+ */
6170
+ eventTimestampLTE?: Timestamp;
6171
+ /**
6172
+ * The ID of the data lineage node whose history you want to list.
6173
+ */
6174
+ identifier: LineageNodeIdentifier;
6175
+ /**
6176
+ * The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageNodeHistory to list the next set of items.
6177
+ */
6178
+ maxResults?: MaxResults;
6179
+ /**
6180
+ * When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
6181
+ */
6182
+ nextToken?: PaginationToken;
6183
+ /**
6184
+ * The order by which you want data lineage node history to be sorted.
6185
+ */
6186
+ sortOrder?: SortOrder;
6187
+ }
6188
+ export interface ListLineageNodeHistoryOutput {
6189
+ /**
6190
+ * When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
6191
+ */
6192
+ nextToken?: PaginationToken;
6193
+ /**
6194
+ * The nodes returned by the ListLineageNodeHistory action.
6195
+ */
6196
+ nodes?: LineageNodeSummaries;
6197
+ }
5950
6198
  export interface ListMetadataGenerationRunsInput {
5951
6199
  /**
5952
6200
  * The ID of the Amazon DataZone domain where you want to list metadata generation runs.
@@ -6515,6 +6763,22 @@ declare namespace DataZone {
6515
6763
  export type NotificationType = "TASK"|"EVENT"|string;
6516
6764
  export type NotificationsList = NotificationOutput[];
6517
6765
  export type PaginationToken = string;
6766
+ export interface PostLineageEventInput {
6767
+ /**
6768
+ * A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
6769
+ */
6770
+ clientToken?: ClientToken;
6771
+ /**
6772
+ * The ID of the domain where you want to post a data lineage event.
6773
+ */
6774
+ domainIdentifier: DomainId;
6775
+ /**
6776
+ * The data lineage event that you want to post. Only open-lineage run event are supported as events.
6777
+ */
6778
+ event: LineageEvent;
6779
+ }
6780
+ export interface PostLineageEventOutput {
6781
+ }
6518
6782
  export interface PostTimeSeriesDataPointsInput {
6519
6783
  /**
6520
6784
  * A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
@@ -7275,6 +7539,10 @@ declare namespace DataZone {
7275
7539
  * The form type included in the results of the SearchTypes action.
7276
7540
  */
7277
7541
  formTypeItem?: FormTypeData;
7542
+ /**
7543
+ * The details of a data lineage node type.
7544
+ */
7545
+ lineageNodeTypeItem?: LineageNodeTypeItem;
7278
7546
  }
7279
7547
  export type SearchTypesResultItems = SearchTypesResultItem[];
7280
7548
  export interface SearchUserProfilesInput {
@@ -7975,7 +8243,7 @@ declare namespace DataZone {
7975
8243
  subject: String;
7976
8244
  }
7977
8245
  export type TypeName = string;
7978
- export type TypesSearchScope = "ASSET_TYPE"|"FORM_TYPE"|string;
8246
+ export type TypesSearchScope = "ASSET_TYPE"|"FORM_TYPE"|"LINEAGE_NODE_TYPE"|string;
7979
8247
  export interface UntagResourceRequest {
7980
8248
  /**
7981
8249
  * The ARN of the resource to be untagged in Amazon DataZone.
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
  /**