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.
Files changed (47) 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/controltower-2018-05-10.min.json +53 -1
  6. package/apis/controltower-2018-05-10.paginators.json +6 -0
  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/eks-2017-11-01.min.json +3 -0
  10. package/apis/elasticache-2015-02-02.min.json +4 -1
  11. package/apis/ivs-realtime-2020-07-14.min.json +160 -33
  12. package/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
  13. package/apis/kinesisanalyticsv2-2018-05-23.min.json +262 -109
  14. package/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
  15. package/apis/mq-2017-11-27.min.json +4 -4
  16. package/apis/opensearch-2021-01-01.min.json +141 -98
  17. package/apis/qconnect-2020-10-19.min.json +335 -108
  18. package/apis/qconnect-2020-10-19.paginators.json +6 -0
  19. package/apis/quicksight-2018-04-01.min.json +598 -483
  20. package/apis/rds-2013-01-10.min.json +4 -1
  21. package/apis/rds-2013-02-12.min.json +4 -1
  22. package/apis/rds-2013-09-09.min.json +4 -1
  23. package/apis/rds-2014-09-01.min.json +4 -1
  24. package/apis/rds-2014-10-31.min.json +4 -1
  25. package/apis/sagemaker-2017-07-24.min.json +805 -792
  26. package/apis/workspaces-2015-04-08.min.json +507 -76
  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/controltower.d.ts +91 -27
  31. package/clients/datazone.d.ts +269 -1
  32. package/clients/eks.d.ts +4 -0
  33. package/clients/ivsrealtime.d.ts +163 -14
  34. package/clients/kinesisanalyticsv2.d.ts +146 -2
  35. package/clients/mq.d.ts +15 -15
  36. package/clients/opensearch.d.ts +53 -0
  37. package/clients/qconnect.d.ts +219 -1
  38. package/clients/quicksight.d.ts +90 -0
  39. package/clients/rds.d.ts +4 -4
  40. package/clients/sagemaker.d.ts +18 -1
  41. package/clients/workspaces.d.ts +595 -3
  42. package/dist/aws-sdk-core-react-native.js +1 -1
  43. package/dist/aws-sdk-react-native.js +26 -26
  44. package/dist/aws-sdk.js +35 -11
  45. package/dist/aws-sdk.min.js +65 -65
  46. package/lib/core.js +1 -1
  47. 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
  }
@@ -36,11 +36,11 @@ declare class ControlTower extends Service {
36
36
  */
37
37
  disableBaseline(callback?: (err: AWSError, data: ControlTower.Types.DisableBaselineOutput) => void): Request<ControlTower.Types.DisableBaselineOutput, AWSError>;
38
38
  /**
39
- * This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
39
+ * This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
40
40
  */
41
41
  disableControl(params: ControlTower.Types.DisableControlInput, callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
42
42
  /**
43
- * This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
43
+ * This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
44
44
  */
45
45
  disableControl(callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
46
46
  /**
@@ -52,11 +52,11 @@ declare class ControlTower extends Service {
52
52
  */
53
53
  enableBaseline(callback?: (err: AWSError, data: ControlTower.Types.EnableBaselineOutput) => void): Request<ControlTower.Types.EnableBaselineOutput, AWSError>;
54
54
  /**
55
- * This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
55
+ * This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
56
56
  */
57
57
  enableControl(params: ControlTower.Types.EnableControlInput, callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
58
58
  /**
59
- * This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Amazon Web Services Control Tower User Guide .
59
+ * This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
60
60
  */
61
61
  enableControl(callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
62
62
  /**
@@ -76,11 +76,11 @@ declare class ControlTower extends Service {
76
76
  */
77
77
  getBaselineOperation(callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOperationOutput) => void): Request<ControlTower.Types.GetBaselineOperationOutput, AWSError>;
78
78
  /**
79
- * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
79
+ * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .
80
80
  */
81
81
  getControlOperation(params: ControlTower.Types.GetControlOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
82
82
  /**
83
- * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Amazon Web Services Control Tower User Guide .
83
+ * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .
84
84
  */
85
85
  getControlOperation(callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
86
86
  /**
@@ -92,11 +92,11 @@ declare class ControlTower extends Service {
92
92
  */
93
93
  getEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledBaselineOutput) => void): Request<ControlTower.Types.GetEnabledBaselineOutput, AWSError>;
94
94
  /**
95
- * Retrieves details about an enabled control. For usage examples, see the Amazon Web Services Control Tower User Guide .
95
+ * Retrieves details about an enabled control. For usage examples, see the Controls Reference Guide .
96
96
  */
97
97
  getEnabledControl(params: ControlTower.Types.GetEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
98
98
  /**
99
- * Retrieves details about an enabled control. For usage examples, see the Amazon Web Services Control Tower User Guide .
99
+ * Retrieves details about an enabled control. For usage examples, see the Controls Reference Guide .
100
100
  */
101
101
  getEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
102
102
  /**
@@ -124,11 +124,11 @@ declare class ControlTower extends Service {
124
124
  */
125
125
  listBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListBaselinesOutput) => void): Request<ControlTower.Types.ListBaselinesOutput, AWSError>;
126
126
  /**
127
- * Provides a list of operations in progress or queued.
127
+ * Provides a list of operations in progress or queued. For usage examples, see ListControlOperation examples.
128
128
  */
129
129
  listControlOperations(params: ControlTower.Types.ListControlOperationsInput, callback?: (err: AWSError, data: ControlTower.Types.ListControlOperationsOutput) => void): Request<ControlTower.Types.ListControlOperationsOutput, AWSError>;
130
130
  /**
131
- * Provides a list of operations in progress or queued.
131
+ * Provides a list of operations in progress or queued. For usage examples, see ListControlOperation examples.
132
132
  */
133
133
  listControlOperations(callback?: (err: AWSError, data: ControlTower.Types.ListControlOperationsOutput) => void): Request<ControlTower.Types.ListControlOperationsOutput, AWSError>;
134
134
  /**
@@ -140,13 +140,21 @@ declare class ControlTower extends Service {
140
140
  */
141
141
  listEnabledBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledBaselinesOutput) => void): Request<ControlTower.Types.ListEnabledBaselinesOutput, AWSError>;
142
142
  /**
143
- * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Amazon Web Services Control Tower User Guide .
143
+ * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Controls Reference Guide .
144
144
  */
145
145
  listEnabledControls(params: ControlTower.Types.ListEnabledControlsInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
146
146
  /**
147
- * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Amazon Web Services Control Tower User Guide .
147
+ * Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Controls Reference Guide .
148
148
  */
149
149
  listEnabledControls(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
150
+ /**
151
+ * Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.
152
+ */
153
+ listLandingZoneOperations(params: ControlTower.Types.ListLandingZoneOperationsInput, callback?: (err: AWSError, data: ControlTower.Types.ListLandingZoneOperationsOutput) => void): Request<ControlTower.Types.ListLandingZoneOperationsOutput, AWSError>;
154
+ /**
155
+ * Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.
156
+ */
157
+ listLandingZoneOperations(callback?: (err: AWSError, data: ControlTower.Types.ListLandingZoneOperationsOutput) => void): Request<ControlTower.Types.ListLandingZoneOperationsOutput, AWSError>;
150
158
  /**
151
159
  * Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. Returns one landing zone ARN.
152
160
  */
@@ -156,11 +164,11 @@ declare class ControlTower extends Service {
156
164
  */
157
165
  listLandingZones(callback?: (err: AWSError, data: ControlTower.Types.ListLandingZonesOutput) => void): Request<ControlTower.Types.ListLandingZonesOutput, AWSError>;
158
166
  /**
159
- * Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
167
+ * Returns a list of tags associated with the resource. For usage examples, see the Controls Reference Guide .
160
168
  */
161
169
  listTagsForResource(params: ControlTower.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
162
170
  /**
163
- * Returns a list of tags associated with the resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
171
+ * Returns a list of tags associated with the resource. For usage examples, see the Controls Reference Guide .
164
172
  */
165
173
  listTagsForResource(callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
166
174
  /**
@@ -172,27 +180,27 @@ declare class ControlTower extends Service {
172
180
  */
173
181
  resetEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.ResetEnabledBaselineOutput) => void): Request<ControlTower.Types.ResetEnabledBaselineOutput, AWSError>;
174
182
  /**
175
- * This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
183
+ * This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.
176
184
  */
177
185
  resetLandingZone(params: ControlTower.Types.ResetLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
178
186
  /**
179
- * This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
187
+ * This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.
180
188
  */
181
189
  resetLandingZone(callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
182
190
  /**
183
- * Applies tags to a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
191
+ * Applies tags to a resource. For usage examples, see the Controls Reference Guide .
184
192
  */
185
193
  tagResource(params: ControlTower.Types.TagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
186
194
  /**
187
- * Applies tags to a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
195
+ * Applies tags to a resource. For usage examples, see the Controls Reference Guide .
188
196
  */
189
197
  tagResource(callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
190
198
  /**
191
- * Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
199
+ * Removes tags from a resource. For usage examples, see the Controls Reference Guide .
192
200
  */
193
201
  untagResource(params: ControlTower.Types.UntagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
194
202
  /**
195
- * Removes tags from a resource. For usage examples, see the Amazon Web Services Control Tower User Guide .
203
+ * Removes tags from a resource. For usage examples, see the Controls Reference Guide .
196
204
  */
197
205
  untagResource(callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
198
206
  /**
@@ -204,11 +212,11 @@ declare class ControlTower extends Service {
204
212
  */
205
213
  updateEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledBaselineOutput) => void): Request<ControlTower.Types.UpdateEnabledBaselineOutput, AWSError>;
206
214
  /**
207
- * Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower will update the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Amazon Web Services Control Tower User Guide
215
+ * Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Controls Reference Guide .
208
216
  */
209
217
  updateEnabledControl(params: ControlTower.Types.UpdateEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledControlOutput) => void): Request<ControlTower.Types.UpdateEnabledControlOutput, AWSError>;
210
218
  /**
211
- * Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower will update the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Amazon Web Services Control Tower User Guide
219
+ * Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Controls Reference Guide .
212
220
  */
213
221
  updateEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledControlOutput) => void): Request<ControlTower.Types.UpdateEnabledControlOutput, AWSError>;
214
222
  /**
@@ -678,11 +686,11 @@ declare namespace ControlTower {
678
686
  export type EnablementStatus = "SUCCEEDED"|"FAILED"|"UNDER_CHANGE"|string;
679
687
  export interface EnablementStatusSummary {
680
688
  /**
681
- * The last operation identifier for the enabled control.
689
+ * The last operation identifier for the enabled resource.
682
690
  */
683
691
  lastOperationIdentifier?: OperationIdentifier;
684
692
  /**
685
- * The deployment status of the enabled control. Valid values: SUCCEEDED: The enabledControl configuration was deployed successfully. UNDER_CHANGE: The enabledControl configuration is changing. FAILED: The enabledControl configuration failed to deploy.
693
+ * The deployment status of the enabled resource. Valid values: SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully. UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing. FAILED: The EnabledControl or EnabledBaseline configuration failed to deploy.
686
694
  */
687
695
  status?: EnablementStatus;
688
696
  }
@@ -817,6 +825,10 @@ declare namespace ControlTower {
817
825
  * The landing zone operation end time.
818
826
  */
819
827
  endTime?: Timestamp;
828
+ /**
829
+ * The operationIdentifier of the landing zone operation.
830
+ */
831
+ operationIdentifier?: OperationIdentifier;
820
832
  /**
821
833
  * The landing zone operation type. Valid values: DELETE: The DeleteLandingZone operation. CREATE: The CreateLandingZone operation. UPDATE: The UpdateLandingZone operation. RESET: The ResetLandingZone operation.
822
834
  */
@@ -834,8 +846,35 @@ declare namespace ControlTower {
834
846
  */
835
847
  statusMessage?: String;
836
848
  }
849
+ export interface LandingZoneOperationFilter {
850
+ /**
851
+ * The statuses of the set of landing zone operations selected by the filter.
852
+ */
853
+ statuses?: LandingZoneOperationStatuses;
854
+ /**
855
+ * The set of landing zone operation types selected by the filter.
856
+ */
857
+ types?: LandingZoneOperationTypes;
858
+ }
837
859
  export type LandingZoneOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
860
+ export type LandingZoneOperationStatuses = LandingZoneOperationStatus[];
861
+ export interface LandingZoneOperationSummary {
862
+ /**
863
+ * The operationIdentifier of the landing zone operation.
864
+ */
865
+ operationIdentifier?: OperationIdentifier;
866
+ /**
867
+ * The type of the landing zone operation.
868
+ */
869
+ operationType?: LandingZoneOperationType;
870
+ /**
871
+ * The status of the landing zone operation.
872
+ */
873
+ status?: LandingZoneOperationStatus;
874
+ }
838
875
  export type LandingZoneOperationType = "DELETE"|"CREATE"|"UPDATE"|"RESET"|string;
876
+ export type LandingZoneOperationTypes = LandingZoneOperationType[];
877
+ export type LandingZoneOperations = LandingZoneOperationSummary[];
839
878
  export type LandingZoneStatus = "ACTIVE"|"PROCESSING"|"FAILED"|string;
840
879
  export interface LandingZoneSummary {
841
880
  /**
@@ -883,7 +922,7 @@ declare namespace ControlTower {
883
922
  export type ListControlOperationsNextToken = string;
884
923
  export interface ListControlOperationsOutput {
885
924
  /**
886
- * Returns a list of output from control operations. PLACEHOLDER
925
+ * Returns a list of output from control operations.
887
926
  */
888
927
  controlOperations: ControlOperations;
889
928
  /**
@@ -919,7 +958,7 @@ declare namespace ControlTower {
919
958
  }
920
959
  export interface ListEnabledControlsInput {
921
960
  /**
922
- * An input filter for the ListCEnabledControls API that lets you select the types of control operations to view.
961
+ * An input filter for the ListEnabledControls API that lets you select the types of control operations to view.
923
962
  */
924
963
  filter?: EnabledControlFilter;
925
964
  /**
@@ -945,6 +984,31 @@ declare namespace ControlTower {
945
984
  */
946
985
  nextToken?: String;
947
986
  }
987
+ export interface ListLandingZoneOperationsInput {
988
+ /**
989
+ * An input filter for the ListLandingZoneOperations API that lets you select the types of landing zone operations to view.
990
+ */
991
+ filter?: LandingZoneOperationFilter;
992
+ /**
993
+ * How many results to return per API call.
994
+ */
995
+ maxResults?: ListLandingZoneOperationsMaxResults;
996
+ /**
997
+ * The token to continue the list from a previous API call with the same parameters.
998
+ */
999
+ nextToken?: String;
1000
+ }
1001
+ export type ListLandingZoneOperationsMaxResults = number;
1002
+ export interface ListLandingZoneOperationsOutput {
1003
+ /**
1004
+ * Lists landing zone operations.
1005
+ */
1006
+ landingZoneOperations: LandingZoneOperations;
1007
+ /**
1008
+ * Retrieves the next page of results. If the string is empty, the response is the end of the results.
1009
+ */
1010
+ nextToken?: String;
1011
+ }
948
1012
  export interface ListLandingZonesInput {
949
1013
  /**
950
1014
  * The maximum number of returned landing zone ARNs, which is one.
@@ -1090,7 +1154,7 @@ declare namespace ControlTower {
1090
1154
  */
1091
1155
  landingZoneIdentifier: String;
1092
1156
  /**
1093
- * The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
1157
+ * The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.
1094
1158
  */
1095
1159
  manifest: Manifest;
1096
1160
  /**