aws-sdk 2.1419.0 → 2.1421.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.
@@ -42,6 +42,30 @@
42
42
  "limit_key": "MaxResults",
43
43
  "result_key": "DataSources"
44
44
  },
45
+ "ListGroupMemberships": {
46
+ "input_token": "NextToken",
47
+ "output_token": "NextToken",
48
+ "limit_key": "MaxResults",
49
+ "result_key": "GroupMemberList"
50
+ },
51
+ "ListGroups": {
52
+ "input_token": "NextToken",
53
+ "output_token": "NextToken",
54
+ "limit_key": "MaxResults",
55
+ "result_key": "GroupList"
56
+ },
57
+ "ListIAMPolicyAssignments": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "result_key": "IAMPolicyAssignments"
62
+ },
63
+ "ListIAMPolicyAssignmentsForUser": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "MaxResults",
67
+ "result_key": "ActiveAssignments"
68
+ },
45
69
  "ListIngestions": {
46
70
  "input_token": "NextToken",
47
71
  "output_token": "NextToken",
@@ -89,6 +113,18 @@
89
113
  "output_token": "NextToken",
90
114
  "limit_key": "MaxResults"
91
115
  },
116
+ "ListUserGroups": {
117
+ "input_token": "NextToken",
118
+ "output_token": "NextToken",
119
+ "limit_key": "MaxResults",
120
+ "result_key": "GroupList"
121
+ },
122
+ "ListUsers": {
123
+ "input_token": "NextToken",
124
+ "output_token": "NextToken",
125
+ "limit_key": "MaxResults",
126
+ "result_key": "UserList"
127
+ },
92
128
  "ListVPCConnections": {
93
129
  "input_token": "NextToken",
94
130
  "output_token": "NextToken",
@@ -117,6 +153,12 @@
117
153
  "output_token": "NextToken",
118
154
  "limit_key": "MaxResults",
119
155
  "result_key": "DataSourceSummaries"
156
+ },
157
+ "SearchGroups": {
158
+ "input_token": "NextToken",
159
+ "output_token": "NextToken",
160
+ "limit_key": "MaxResults",
161
+ "result_key": "GroupList"
120
162
  }
121
163
  }
122
164
  }
@@ -681,7 +681,8 @@
681
681
  "type": "boolean"
682
682
  },
683
683
  "MasterUserSecretKmsKeyId": {},
684
- "CACertificateIdentifier": {}
684
+ "CACertificateIdentifier": {},
685
+ "DBSystemId": {}
685
686
  }
686
687
  },
687
688
  "output": {
@@ -5078,7 +5079,8 @@
5078
5079
  "SnapshotTarget": {},
5079
5080
  "StorageThroughput": {
5080
5081
  "type": "integer"
5081
- }
5082
+ },
5083
+ "DBSystemId": {}
5082
5084
  },
5083
5085
  "wrapper": true
5084
5086
  },
@@ -196,11 +196,11 @@ declare class ApiGatewayV2 extends Service {
196
196
  */
197
197
  deleteRoute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
198
198
  /**
199
- * Deletes a route request parameter.
199
+ * Deletes a route request parameter. Supported only for WebSocket APIs.
200
200
  */
201
201
  deleteRouteRequestParameter(params: ApiGatewayV2.Types.DeleteRouteRequestParameterRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
202
202
  /**
203
- * Deletes a route request parameter.
203
+ * Deletes a route request parameter. Supported only for WebSocket APIs.
204
204
  */
205
205
  deleteRouteRequestParameter(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
206
206
  /**
@@ -1237,7 +1237,7 @@ declare namespace ApiGatewayV2 {
1237
1237
  {location}
1238
1238
  is querystring, path, or header; and
1239
1239
  {name}
1240
- must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
1240
+ must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
1241
1241
  */
1242
1242
  RequestParameters?: IntegrationParameters;
1243
1243
  /**
@@ -2375,7 +2375,7 @@ declare namespace ApiGatewayV2 {
2375
2375
  {location}
2376
2376
  is querystring, path, or header; and
2377
2377
  {name}
2378
- must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
2378
+ must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
2379
2379
  */
2380
2380
  RequestParameters?: IntegrationParameters;
2381
2381
  /**
@@ -3028,7 +3028,7 @@ declare namespace ApiGatewayV2 {
3028
3028
  {location}
3029
3029
  is querystring, path, or header; and
3030
3030
  {name}
3031
- must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
3031
+ must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
3032
3032
  */
3033
3033
  RequestParameters?: IntegrationParameters;
3034
3034
  /**
@@ -3918,7 +3918,7 @@ declare namespace ApiGatewayV2 {
3918
3918
  {location}
3919
3919
  is querystring, path, or header; and
3920
3920
  {name}
3921
- must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API itegrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
3921
+ must be a valid and unique method request parameter name. For HTTP API integrations with a specified integrationSubtype, request parameters are a key-value map specifying parameters that are passed to AWS_PROXY integrations. You can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Working with AWS service integrations for HTTP APIs. For HTTP API integrations, without a specified integrationSubtype request parameters are a key-value map specifying how to transform HTTP requests before sending them to backend integrations. The key should follow the pattern &lt;action&gt;:&lt;header|querystring|path&gt;.&lt;location&gt;. The action can be append, overwrite or remove. For values, you can provide static values, or map request data, stage variables, or context variables that are evaluated at runtime. To learn more, see Transforming API requests and responses.
3922
3922
  */
3923
3923
  RequestParameters?: IntegrationParameters;
3924
3924
  /**
@@ -165,6 +165,13 @@ declare class ChimeSDKMediaPipelines extends Service {
165
165
  updateMediaInsightsPipelineStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
166
166
  }
167
167
  declare namespace ChimeSDKMediaPipelines {
168
+ export interface ActiveSpeakerOnlyConfiguration {
169
+ /**
170
+ * The position of the ActiveSpeakerOnly video tile.
171
+ */
172
+ ActiveSpeakerPosition?: ActiveSpeakerPosition;
173
+ }
174
+ export type ActiveSpeakerPosition = "TopLeft"|"TopRight"|"BottomLeft"|"BottomRight"|string;
168
175
  export type AmazonResourceName = string;
169
176
  export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
170
177
  /**
@@ -224,7 +231,7 @@ declare namespace ChimeSDKMediaPipelines {
224
231
  /**
225
232
  * The language code that represents the language spoken in your audio. If you're unsure of the language spoken in your audio, consider using IdentifyLanguage to enable automatic language identification. For a list of languages that real-time Call Analytics supports, see the Supported languages table in the Amazon Transcribe Developer Guide.
226
233
  */
227
- LanguageCode: CallAnalyticsLanguageCode;
234
+ LanguageCode?: CallAnalyticsLanguageCode;
228
235
  /**
229
236
  * The name of the custom vocabulary that you specified in your Call Analytics request. Length Constraints: Minimum length of 1. Maximum length of 200.
230
237
  */
@@ -269,6 +276,26 @@ declare namespace ChimeSDKMediaPipelines {
269
276
  * If true, TranscriptEvents with IsPartial: true are filtered out of the insights target.
270
277
  */
271
278
  FilterPartialResults?: Boolean;
279
+ /**
280
+ * Turns language identification on or off.
281
+ */
282
+ IdentifyLanguage?: Boolean;
283
+ /**
284
+ * The language options for the transcription, such as automatic language detection.
285
+ */
286
+ LanguageOptions?: LanguageOptions;
287
+ /**
288
+ * The preferred language for the transcription.
289
+ */
290
+ PreferredLanguage?: CallAnalyticsLanguageCode;
291
+ /**
292
+ * The names of the custom vocabulary or vocabularies used during transcription.
293
+ */
294
+ VocabularyNames?: VocabularyNames;
295
+ /**
296
+ * The names of the custom vocabulary filter or filters using during transcription.
297
+ */
298
+ VocabularyFilterNames?: VocabularyFilterNames;
272
299
  }
273
300
  export type Arn = string;
274
301
  export interface ArtifactsConcatenationConfiguration {
@@ -339,7 +366,10 @@ declare namespace ChimeSDKMediaPipelines {
339
366
  export type AudioMuxType = "AudioOnly"|"AudioWithActiveSpeakerVideo"|"AudioWithCompositedVideo"|string;
340
367
  export type AudioSampleRateOption = string;
341
368
  export type Boolean = boolean;
369
+ export type BorderColor = "Black"|"Blue"|"Red"|"Green"|"White"|"Yellow"|string;
370
+ export type BorderThickness = number;
342
371
  export type CallAnalyticsLanguageCode = "en-US"|"en-GB"|"es-US"|"fr-CA"|"fr-FR"|"en-AU"|"it-IT"|"de-DE"|"pt-BR"|string;
372
+ export type CanvasOrientation = "Landscape"|"Portrait"|string;
343
373
  export type CategoryName = string;
344
374
  export type CategoryNameList = CategoryName[];
345
375
  export interface ChannelDefinition {
@@ -451,8 +481,9 @@ declare namespace ChimeSDKMediaPipelines {
451
481
  }
452
482
  export type ContentMuxType = "ContentOnly"|string;
453
483
  export type ContentRedactionOutput = "redacted"|"redacted_and_unredacted"|string;
454
- export type ContentShareLayoutOption = "PresenterOnly"|"Horizontal"|"Vertical"|string;
484
+ export type ContentShareLayoutOption = "PresenterOnly"|"Horizontal"|"Vertical"|"ActiveSpeakerOnly"|string;
455
485
  export type ContentType = "PII"|string;
486
+ export type CornerRadius = number;
456
487
  export interface CreateMediaCapturePipelineRequest {
457
488
  /**
458
489
  * Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
@@ -563,7 +594,7 @@ declare namespace ChimeSDKMediaPipelines {
563
594
  */
564
595
  KinesisVideoStreamRecordingSourceRuntimeConfiguration?: KinesisVideoStreamRecordingSourceRuntimeConfiguration;
565
596
  /**
566
- * The runtime configuration for the S3 recording sink.
597
+ * The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in S3RecordingSinkConfiguration.
567
598
  */
568
599
  S3RecordingSinkRuntimeConfiguration?: S3RecordingSinkRuntimeConfiguration;
569
600
  /**
@@ -688,8 +719,48 @@ declare namespace ChimeSDKMediaPipelines {
688
719
  * Defines the configuration options for a presenter only video tile.
689
720
  */
690
721
  PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
722
+ /**
723
+ * The configuration settings for an ActiveSpeakerOnly video tile.
724
+ */
725
+ ActiveSpeakerOnlyConfiguration?: ActiveSpeakerOnlyConfiguration;
726
+ /**
727
+ * The configuration settings for a horizontal layout.
728
+ */
729
+ HorizontalLayoutConfiguration?: HorizontalLayoutConfiguration;
730
+ /**
731
+ * The configuration settings for a vertical layout.
732
+ */
733
+ VerticalLayoutConfiguration?: VerticalLayoutConfiguration;
734
+ /**
735
+ * The attribute settings for the video tiles.
736
+ */
737
+ VideoAttribute?: VideoAttribute;
738
+ /**
739
+ * The orientation setting, horizontal or vertical.
740
+ */
741
+ CanvasOrientation?: CanvasOrientation;
691
742
  }
692
743
  export type GuidString = string;
744
+ export type HighlightColor = "Black"|"Blue"|"Red"|"Green"|"White"|"Yellow"|string;
745
+ export interface HorizontalLayoutConfiguration {
746
+ /**
747
+ * Sets the automatic ordering of the video tiles.
748
+ */
749
+ TileOrder?: TileOrder;
750
+ /**
751
+ * Sets the position of horizontal tiles.
752
+ */
753
+ TilePosition?: HorizontalTilePosition;
754
+ /**
755
+ * The maximum number of video tiles to display.
756
+ */
757
+ TileCount?: TileCount;
758
+ /**
759
+ * Sets the aspect ratio of the video tiles, such as 16:9.
760
+ */
761
+ TileAspectRatio?: TileAspectRatio;
762
+ }
763
+ export type HorizontalTilePosition = "Top"|"Bottom"|string;
693
764
  export type Iso8601Timestamp = Date;
694
765
  export interface IssueDetectionConfiguration {
695
766
  /**
@@ -750,6 +821,7 @@ declare namespace ChimeSDKMediaPipelines {
750
821
  */
751
822
  InsightsTarget?: Arn;
752
823
  }
824
+ export type LanguageOptions = string;
753
825
  export type LayoutOption = "GridView"|string;
754
826
  export interface ListMediaCapturePipelinesRequest {
755
827
  /**
@@ -1350,6 +1422,9 @@ declare namespace ChimeSDKMediaPipelines {
1350
1422
  export interface TagResourceResponse {
1351
1423
  }
1352
1424
  export type TagValue = string;
1425
+ export type TileAspectRatio = string;
1426
+ export type TileCount = number;
1427
+ export type TileOrder = "JoinSequence"|"SpeakerSequence"|string;
1353
1428
  export type Timestamp = Date;
1354
1429
  export interface TimestampRange {
1355
1430
  /**
@@ -1413,6 +1488,25 @@ declare namespace ChimeSDKMediaPipelines {
1413
1488
  */
1414
1489
  UpdateStatus: MediaPipelineStatusUpdate;
1415
1490
  }
1491
+ export interface VerticalLayoutConfiguration {
1492
+ /**
1493
+ * Sets the automatic ordering of the video tiles.
1494
+ */
1495
+ TileOrder?: TileOrder;
1496
+ /**
1497
+ * Sets the position of vertical tiles.
1498
+ */
1499
+ TilePosition?: VerticalTilePosition;
1500
+ /**
1501
+ * The maximum number of tiles to display.
1502
+ */
1503
+ TileCount?: TileCount;
1504
+ /**
1505
+ * Sets the aspect ratio of the video tiles, such as 16:9.
1506
+ */
1507
+ TileAspectRatio?: TileAspectRatio;
1508
+ }
1509
+ export type VerticalTilePosition = "Left"|"Right"|string;
1416
1510
  export interface VideoArtifactsConfiguration {
1417
1511
  /**
1418
1512
  * Indicates whether the video artifact is enabled or disabled.
@@ -1423,6 +1517,24 @@ declare namespace ChimeSDKMediaPipelines {
1423
1517
  */
1424
1518
  MuxType?: VideoMuxType;
1425
1519
  }
1520
+ export interface VideoAttribute {
1521
+ /**
1522
+ * Sets the corner radius of all video tiles.
1523
+ */
1524
+ CornerRadius?: CornerRadius;
1525
+ /**
1526
+ * Defines the border color of all video tiles.
1527
+ */
1528
+ BorderColor?: BorderColor;
1529
+ /**
1530
+ * Defines the highlight color for the active video tile.
1531
+ */
1532
+ HighlightColor?: HighlightColor;
1533
+ /**
1534
+ * Defines the border thickness for all video tiles.
1535
+ */
1536
+ BorderThickness?: BorderThickness;
1537
+ }
1426
1538
  export interface VideoConcatenationConfiguration {
1427
1539
  /**
1428
1540
  * Enables or disables the configuration object.
@@ -1432,7 +1544,9 @@ declare namespace ChimeSDKMediaPipelines {
1432
1544
  export type VideoMuxType = "VideoOnly"|string;
1433
1545
  export type VocabularyFilterMethod = "remove"|"mask"|"tag"|string;
1434
1546
  export type VocabularyFilterName = string;
1547
+ export type VocabularyFilterNames = string;
1435
1548
  export type VocabularyName = string;
1549
+ export type VocabularyNames = string;
1436
1550
  export type VoiceAnalyticsConfigurationStatus = "Enabled"|"Disabled"|string;
1437
1551
  export interface VoiceAnalyticsProcessorConfiguration {
1438
1552
  /**
@@ -364,6 +364,14 @@ declare class CloudFormation extends Service {
364
364
  * Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports. For more information about importing an exported output value, see the Fn::ImportValue function.
365
365
  */
366
366
  listImports(callback?: (err: AWSError, data: CloudFormation.Types.ListImportsOutput) => void): Request<CloudFormation.Types.ListImportsOutput, AWSError>;
367
+ /**
368
+ * Returns drift information for resources in a stack instance. ListStackInstanceResourceDrifts returns drift information for the most recent drift detection operation. If an operation is in progress, it may only return partial results.
369
+ */
370
+ listStackInstanceResourceDrifts(params: CloudFormation.Types.ListStackInstanceResourceDriftsInput, callback?: (err: AWSError, data: CloudFormation.Types.ListStackInstanceResourceDriftsOutput) => void): Request<CloudFormation.Types.ListStackInstanceResourceDriftsOutput, AWSError>;
371
+ /**
372
+ * Returns drift information for resources in a stack instance. ListStackInstanceResourceDrifts returns drift information for the most recent drift detection operation. If an operation is in progress, it may only return partial results.
373
+ */
374
+ listStackInstanceResourceDrifts(callback?: (err: AWSError, data: CloudFormation.Types.ListStackInstanceResourceDriftsOutput) => void): Request<CloudFormation.Types.ListStackInstanceResourceDriftsOutput, AWSError>;
367
375
  /**
368
376
  * Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that have a specific status.
369
377
  */
@@ -2243,6 +2251,50 @@ declare namespace CloudFormation {
2243
2251
  */
2244
2252
  NextToken?: NextToken;
2245
2253
  }
2254
+ export interface ListStackInstanceResourceDriftsInput {
2255
+ /**
2256
+ * The name or unique ID of the stack set that you want to list drifted resources for.
2257
+ */
2258
+ StackSetName: StackSetNameOrId;
2259
+ /**
2260
+ * If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
2261
+ */
2262
+ NextToken?: NextToken;
2263
+ /**
2264
+ * The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
2265
+ */
2266
+ MaxResults?: MaxResults;
2267
+ /**
2268
+ * The resource drift status of the stack instance. DELETED: The resource differs from its expected template configuration in that the resource has been deleted. MODIFIED: One or more resource properties differ from their expected template values. IN_SYNC: The resource's actual configuration matches its expected template configuration. NOT_CHECKED: CloudFormation doesn't currently return this value.
2269
+ */
2270
+ StackInstanceResourceDriftStatuses?: StackResourceDriftStatusFilters;
2271
+ /**
2272
+ * The name of the Amazon Web Services account that you want to list resource drifts for.
2273
+ */
2274
+ StackInstanceAccount: Account;
2275
+ /**
2276
+ * The name of the Region where you want to list resource drifts.
2277
+ */
2278
+ StackInstanceRegion: Region;
2279
+ /**
2280
+ * The unique ID of the drift operation.
2281
+ */
2282
+ OperationId: ClientRequestToken;
2283
+ /**
2284
+ * [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, SELF is specified. Use SELF for stack sets with self-managed permissions. If you are signed in to the management account, specify SELF. If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN. Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
2285
+ */
2286
+ CallAs?: CallAs;
2287
+ }
2288
+ export interface ListStackInstanceResourceDriftsOutput {
2289
+ /**
2290
+ * A list of StackInstanceResourceDriftSummary structures that contain information about the specified stack instances.
2291
+ */
2292
+ Summaries?: StackInstanceResourceDriftsSummaries;
2293
+ /**
2294
+ * If the previous paginated request didn't return all of the remaining results, the response object's NextToken parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
2295
+ */
2296
+ NextToken?: NextToken;
2297
+ }
2246
2298
  export interface ListStackInstancesInput {
2247
2299
  /**
2248
2300
  * The name or unique ID of the stack set that you want to list stack instances for.
@@ -3342,9 +3394,44 @@ declare namespace CloudFormation {
3342
3394
  */
3343
3395
  Values?: StackInstanceFilterValues;
3344
3396
  }
3345
- export type StackInstanceFilterName = "DETAILED_STATUS"|"LAST_OPERATION_ID"|string;
3397
+ export type StackInstanceFilterName = "DETAILED_STATUS"|"LAST_OPERATION_ID"|"DRIFT_STATUS"|string;
3346
3398
  export type StackInstanceFilterValues = string;
3347
3399
  export type StackInstanceFilters = StackInstanceFilter[];
3400
+ export type StackInstanceResourceDriftsSummaries = StackInstanceResourceDriftsSummary[];
3401
+ export interface StackInstanceResourceDriftsSummary {
3402
+ /**
3403
+ * The ID of the stack instance.
3404
+ */
3405
+ StackId: StackId;
3406
+ /**
3407
+ * The logical name of the resource specified in the template.
3408
+ */
3409
+ LogicalResourceId: LogicalResourceId;
3410
+ /**
3411
+ * The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
3412
+ */
3413
+ PhysicalResourceId?: PhysicalResourceId;
3414
+ /**
3415
+ * Context information that enables CloudFormation to uniquely identify a resource. CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs aren't enough to uniquely identify that resource. Each context key-value pair specifies a unique resource that contains the targeted resource.
3416
+ */
3417
+ PhysicalResourceIdContext?: PhysicalResourceIdContext;
3418
+ /**
3419
+ * Type of resource. For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.
3420
+ */
3421
+ ResourceType: ResourceType;
3422
+ /**
3423
+ * Status of the actual configuration of the resource compared to its expected configuration. These will be present only for resources whose StackInstanceResourceDriftStatus is MODIFIED.
3424
+ */
3425
+ PropertyDifferences?: PropertyDifferences;
3426
+ /**
3427
+ * The drift status of the resource in a stack instance. DELETED: The resource differs from its expected template configuration in that the resource has been deleted. MODIFIED: One or more resource properties differ from their expected template values. IN_SYNC: The resource's actual configuration matches its expected template configuration. NOT_CHECKED: CloudFormation doesn't currently return this value.
3428
+ */
3429
+ StackResourceDriftStatus: StackResourceDriftStatus;
3430
+ /**
3431
+ * Time at which the stack instance drift detection operation was initiated.
3432
+ */
3433
+ Timestamp: Timestamp;
3434
+ }
3348
3435
  export type StackInstanceStatus = "CURRENT"|"OUTDATED"|"INOPERABLE"|string;
3349
3436
  export type StackInstanceSummaries = StackInstanceSummary[];
3350
3437
  export interface StackInstanceSummary {