aws-sdk 2.777.0 → 2.778.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.
@@ -148,11 +148,11 @@ declare class Macie2 extends Service {
148
148
  */
149
149
  disableMacie(callback?: (err: AWSError, data: Macie2.Types.DisableMacieResponse) => void): Request<Macie2.Types.DisableMacieResponse, AWSError>;
150
150
  /**
151
- * Disables an account as a delegated administrator of Amazon Macie for an AWS organization.
151
+ * Disables an account as the delegated Amazon Macie administrator account for an AWS organization.
152
152
  */
153
153
  disableOrganizationAdminAccount(params: Macie2.Types.DisableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: Macie2.Types.DisableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.DisableOrganizationAdminAccountResponse, AWSError>;
154
154
  /**
155
- * Disables an account as a delegated administrator of Amazon Macie for an AWS organization.
155
+ * Disables an account as the delegated Amazon Macie administrator account for an AWS organization.
156
156
  */
157
157
  disableOrganizationAdminAccount(callback?: (err: AWSError, data: Macie2.Types.DisableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.DisableOrganizationAdminAccountResponse, AWSError>;
158
158
  /**
@@ -180,11 +180,11 @@ declare class Macie2 extends Service {
180
180
  */
181
181
  enableMacie(callback?: (err: AWSError, data: Macie2.Types.EnableMacieResponse) => void): Request<Macie2.Types.EnableMacieResponse, AWSError>;
182
182
  /**
183
- * Enables an account as a delegated administrator of Amazon Macie for an AWS organization.
183
+ * Designates an account as the delegated Amazon Macie administrator account for an AWS organization.
184
184
  */
185
185
  enableOrganizationAdminAccount(params: Macie2.Types.EnableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: Macie2.Types.EnableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.EnableOrganizationAdminAccountResponse, AWSError>;
186
186
  /**
187
- * Enables an account as a delegated administrator of Amazon Macie for an AWS organization.
187
+ * Designates an account as the delegated Amazon Macie administrator account for an AWS organization.
188
188
  */
189
189
  enableOrganizationAdminAccount(callback?: (err: AWSError, data: Macie2.Types.EnableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.EnableOrganizationAdminAccountResponse, AWSError>;
190
190
  /**
@@ -332,11 +332,11 @@ declare class Macie2 extends Service {
332
332
  */
333
333
  listMembers(callback?: (err: AWSError, data: Macie2.Types.ListMembersResponse) => void): Request<Macie2.Types.ListMembersResponse, AWSError>;
334
334
  /**
335
- * Retrieves information about the account that's designated as the delegated administrator of Amazon Macie for an AWS organization.
335
+ * Retrieves information about the delegated Amazon Macie administrator account for an AWS organization.
336
336
  */
337
337
  listOrganizationAdminAccounts(params: Macie2.Types.ListOrganizationAdminAccountsRequest, callback?: (err: AWSError, data: Macie2.Types.ListOrganizationAdminAccountsResponse) => void): Request<Macie2.Types.ListOrganizationAdminAccountsResponse, AWSError>;
338
338
  /**
339
- * Retrieves information about the account that's designated as the delegated administrator of Amazon Macie for an AWS organization.
339
+ * Retrieves information about the delegated Amazon Macie administrator account for an AWS organization.
340
340
  */
341
341
  listOrganizationAdminAccounts(callback?: (err: AWSError, data: Macie2.Types.ListOrganizationAdminAccountsResponse) => void): Request<Macie2.Types.ListOrganizationAdminAccountsResponse, AWSError>;
342
342
  /**
@@ -412,11 +412,11 @@ declare class Macie2 extends Service {
412
412
  */
413
413
  updateMemberSession(callback?: (err: AWSError, data: Macie2.Types.UpdateMemberSessionResponse) => void): Request<Macie2.Types.UpdateMemberSessionResponse, AWSError>;
414
414
  /**
415
- * Updates Amazon Macie configuration settings for an AWS organization.
415
+ * Updates the Amazon Macie configuration settings for an AWS organization.
416
416
  */
417
417
  updateOrganizationConfiguration(params: Macie2.Types.UpdateOrganizationConfigurationRequest, callback?: (err: AWSError, data: Macie2.Types.UpdateOrganizationConfigurationResponse) => void): Request<Macie2.Types.UpdateOrganizationConfigurationResponse, AWSError>;
418
418
  /**
419
- * Updates Amazon Macie configuration settings for an AWS organization.
419
+ * Updates the Amazon Macie configuration settings for an AWS organization.
420
420
  */
421
421
  updateOrganizationConfiguration(callback?: (err: AWSError, data: Macie2.Types.UpdateOrganizationConfigurationResponse) => void): Request<Macie2.Types.UpdateOrganizationConfigurationResponse, AWSError>;
422
422
  }
@@ -1311,7 +1311,7 @@ declare namespace Macie2 {
1311
1311
  */
1312
1312
  autoEnable?: __boolean;
1313
1313
  /**
1314
- * Specifies whether the maximum number of Amazon Macie member accounts are already associated with the AWS organization.
1314
+ * Specifies whether the maximum number of Amazon Macie member accounts are part of the AWS organization.
1315
1315
  */
1316
1316
  maxAccountLimitReached?: __boolean;
1317
1317
  }
@@ -1364,7 +1364,7 @@ declare namespace Macie2 {
1364
1364
  }
1365
1365
  export interface EnableOrganizationAdminAccountRequest {
1366
1366
  /**
1367
- * The AWS account ID for the account.
1367
+ * The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
1368
1368
  */
1369
1369
  adminAccountId: __string;
1370
1370
  /**
@@ -2227,7 +2227,7 @@ declare namespace Macie2 {
2227
2227
  }
2228
2228
  export interface ListOrganizationAdminAccountsResponse {
2229
2229
  /**
2230
- * An array of objects, one for each account that's designated as a delegated administrator of Amazon Macie for the AWS organization. Of those accounts, only one can have a status of ENABLED.
2230
+ * An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.
2231
2231
  */
2232
2232
  adminAccounts?: __listOfAdminAccount;
2233
2233
  /**
@@ -2331,7 +2331,7 @@ declare namespace Macie2 {
2331
2331
  */
2332
2332
  lineRanges?: Ranges;
2333
2333
  /**
2334
- * An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the start of the file. This value is typically null. For binary text files, Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
2334
+ * An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the beginning of the file. This value is typically null. For binary text files, Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
2335
2335
  */
2336
2336
  offsetRanges?: Ranges;
2337
2337
  /**
@@ -2350,7 +2350,7 @@ declare namespace Macie2 {
2350
2350
  */
2351
2351
  lineRange?: Range;
2352
2352
  /**
2353
- * The position of the data on the page, relative to the start and end of the page.
2353
+ * The position of the data on the page, relative to the beginning of the page.
2354
2354
  */
2355
2355
  offsetRange?: Range;
2356
2356
  /**
@@ -2383,11 +2383,11 @@ declare namespace Macie2 {
2383
2383
  }
2384
2384
  export interface Range {
2385
2385
  /**
2386
- * Possible values are: In an Occurrences.lineRanges array, the number of lines from the end of the file. In an Occurrences.offsetRanges array, the number of characters from the end of the file. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
2386
+ * Possible values are: In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data. In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
2387
2387
  */
2388
2388
  end?: __long;
2389
2389
  /**
2390
- * Possible values are: In an Occurrences.lineRanges array, the number of lines from the start of the file. In an Occurrences.offsetRanges array, the number of characters from the start of the file. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
2390
+ * Possible values are: In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data. In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
2391
2391
  */
2392
2392
  start?: __long;
2393
2393
  /**
@@ -69,6 +69,12 @@ declare class MediaTailor extends Service {
69
69
  untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
70
70
  }
71
71
  declare namespace MediaTailor {
72
+ export interface AdMarkerPassthrough {
73
+ /**
74
+ * For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
75
+ */
76
+ Enabled?: __boolean;
77
+ }
72
78
  export interface AvailSuppression {
73
79
  /**
74
80
  * Sets the mode for avail suppression, also known as ad suppression. By default, ad suppression is off and all ad breaks are filled by MediaTailor with ads or slate.
@@ -166,6 +172,10 @@ declare namespace MediaTailor {
166
172
  * The configuration for pre-roll ad insertion.
167
173
  */
168
174
  LivePreRollConfiguration?: LivePreRollConfiguration;
175
+ /**
176
+ * The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
177
+ */
178
+ ManifestProcessingRules?: ManifestProcessingRules;
169
179
  /**
170
180
  * The identifier for the playback configuration.
171
181
  */
@@ -247,6 +257,9 @@ declare namespace MediaTailor {
247
257
  Tags?: __mapOf__string;
248
258
  }
249
259
  export type OriginManifestType = "SINGLE_PERIOD"|"MULTI_PERIOD"|string;
260
+ export interface ManifestProcessingRules {
261
+ AdMarkerPassthrough?: AdMarkerPassthrough;
262
+ }
250
263
  export type Mode = "OFF"|"BEHIND_LIVE_EDGE"|string;
251
264
  export interface PlaybackConfiguration {
252
265
  /**
@@ -273,6 +286,10 @@ declare namespace MediaTailor {
273
286
  * The configuration for HLS content.
274
287
  */
275
288
  HlsConfiguration?: HlsConfiguration;
289
+ /**
290
+ * The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
291
+ */
292
+ ManifestProcessingRules?: ManifestProcessingRules;
276
293
  /**
277
294
  * The identifier for the playback configuration.
278
295
  */
@@ -345,6 +362,10 @@ declare namespace MediaTailor {
345
362
  * The configuration for pre-roll ad insertion.
346
363
  */
347
364
  LivePreRollConfiguration?: LivePreRollConfiguration;
365
+ /**
366
+ * The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
367
+ */
368
+ ManifestProcessingRules?: ManifestProcessingRules;
348
369
  /**
349
370
  * The identifier for the playback configuration.
350
371
  */
@@ -399,6 +420,10 @@ declare namespace MediaTailor {
399
420
  * The configuration for pre-roll ad insertion.
400
421
  */
401
422
  LivePreRollConfiguration?: LivePreRollConfiguration;
423
+ /**
424
+ * The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
425
+ */
426
+ ManifestProcessingRules?: ManifestProcessingRules;
402
427
  /**
403
428
  * The identifier for the playback configuration.
404
429
  */
@@ -461,6 +486,7 @@ declare namespace MediaTailor {
461
486
  */
462
487
  TagKeys: __listOf__string;
463
488
  }
489
+ export type __boolean = boolean;
464
490
  export type __integer = number;
465
491
  export type __integerMin1 = number;
466
492
  export type __integerMin1Max100 = number;
@@ -1084,6 +1084,13 @@ declare namespace QuickSight {
1084
1084
  export type ClusterId = string;
1085
1085
  export type ColorList = HexColor[];
1086
1086
  export type ColumnDataType = "STRING"|"INTEGER"|"DECIMAL"|"DATETIME"|string;
1087
+ export interface ColumnDescription {
1088
+ /**
1089
+ * The text of a description for a column.
1090
+ */
1091
+ Text?: ColumnDescriptiveText;
1092
+ }
1093
+ export type ColumnDescriptiveText = string;
1087
1094
  export interface ColumnGroup {
1088
1095
  /**
1089
1096
  * Geospatial column group that denotes a hierarchy.
@@ -1133,6 +1140,10 @@ declare namespace QuickSight {
1133
1140
  * A geospatial role for a column.
1134
1141
  */
1135
1142
  ColumnGeographicRole?: GeoSpatialDataRole;
1143
+ /**
1144
+ * A description for a column.
1145
+ */
1146
+ ColumnDescription?: ColumnDescription;
1136
1147
  }
1137
1148
  export type ColumnTagList = ColumnTag[];
1138
1149
  export type CopySourceArn = string;
@@ -1836,7 +1847,7 @@ declare namespace QuickSight {
1836
1847
  */
1837
1848
  Password: Password;
1838
1849
  /**
1839
- * A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allowlist. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.
1850
+ * A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.
1840
1851
  */
1841
1852
  AlternateDataSourceParameters?: DataSourceParametersList;
1842
1853
  }
@@ -2214,7 +2225,7 @@ declare namespace QuickSight {
2214
2225
  */
2215
2226
  DataSourceParameters?: DataSourceParameters;
2216
2227
  /**
2217
- * A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allowlist. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.
2228
+ * A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.
2218
2229
  */
2219
2230
  AlternateDataSourceParameters?: DataSourceParametersList;
2220
2231
  /**
@@ -4521,6 +4532,10 @@ declare namespace QuickSight {
4521
4532
  * A display name for the dataset.
4522
4533
  */
4523
4534
  Name?: ColumnName;
4535
+ /**
4536
+ * A description for a column.
4537
+ */
4538
+ Description?: ColumnDescriptiveText;
4524
4539
  /**
4525
4540
  * Type.
4526
4541
  */
@@ -4730,7 +4745,7 @@ declare namespace QuickSight {
4730
4745
  export type ResourceName = string;
4731
4746
  export interface ResourcePermission {
4732
4747
  /**
4733
- * The Amazon Resource Name (ARN) of the principal. This can be one of the following: The ARN of an Amazon QuickSight user, group, or namespace. (This is most common.) The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.)
4748
+ * The Amazon Resource Name (ARN) of the principal. This can be one of the following: The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.)
4734
4749
  */
4735
4750
  Principal: Principal;
4736
4751
  /**
@@ -4903,7 +4918,7 @@ declare namespace QuickSight {
4903
4918
  */
4904
4919
  SheetId?: RestrictiveResourceId;
4905
4920
  /**
4906
- * The name of a sheet. This is displayed on the sheet's tab in the QuickSight console.
4921
+ * The name of a sheet. This name is displayed on the sheet's tab in the QuickSight console.
4907
4922
  */
4908
4923
  Name?: NonEmptyString;
4909
4924
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.777.0',
86
+ VERSION: '2.778.0',
87
87
 
88
88
  /**
89
89
  * @api private