cdk-comprehend-s3olap 2.0.6 → 2.0.9

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/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  8. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
  9. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
  10. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
  11. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
  12. package/node_modules/aws-sdk/apis/metadata.json +0 -4
  13. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
  14. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
  15. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
  16. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  17. package/node_modules/aws-sdk/clients/all.js +1 -2
  18. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  19. package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
  20. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  21. package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
  22. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
  23. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
  24. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
  25. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
  26. package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +42 -63
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +18 -14
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/lib/util.js +15 -7
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/node_modules/esbuild/bin/esbuild +1 -0
  36. package/node_modules/esbuild/install.js +5 -4
  37. package/node_modules/esbuild/lib/main.d.ts +1 -1
  38. package/node_modules/esbuild/lib/main.js +8 -7
  39. package/node_modules/esbuild/package.json +21 -21
  40. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  41. package/node_modules/esbuild-linux-64/package.json +1 -1
  42. package/package.json +7 -7
  43. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +0 -5
  44. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +0 -1206
  45. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +0 -40
  46. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
  47. package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -11,6 +11,14 @@ declare class GuardDuty extends Service {
11
11
  */
12
12
  constructor(options?: GuardDuty.Types.ClientConfiguration)
13
13
  config: Config & GuardDuty.Types.ClientConfiguration;
14
+ /**
15
+ * Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
16
+ */
17
+ acceptAdministratorInvitation(params: GuardDuty.Types.AcceptAdministratorInvitationRequest, callback?: (err: AWSError, data: GuardDuty.Types.AcceptAdministratorInvitationResponse) => void): Request<GuardDuty.Types.AcceptAdministratorInvitationResponse, AWSError>;
18
+ /**
19
+ * Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
20
+ */
21
+ acceptAdministratorInvitation(callback?: (err: AWSError, data: GuardDuty.Types.AcceptAdministratorInvitationResponse) => void): Request<GuardDuty.Types.AcceptAdministratorInvitationResponse, AWSError>;
14
22
  /**
15
23
  * Accepts the invitation to be monitored by a GuardDuty administrator account.
16
24
  */
@@ -171,6 +179,14 @@ declare class GuardDuty extends Service {
171
179
  * Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
172
180
  */
173
181
  disableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
182
+ /**
183
+ * Disassociates the current GuardDuty member account from its administrator account.
184
+ */
185
+ disassociateFromAdministratorAccount(params: GuardDuty.Types.DisassociateFromAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
186
+ /**
187
+ * Disassociates the current GuardDuty member account from its administrator account.
188
+ */
189
+ disassociateFromAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
174
190
  /**
175
191
  * Disassociates the current GuardDuty member account from its administrator account.
176
192
  */
@@ -180,11 +196,11 @@ declare class GuardDuty extends Service {
180
196
  */
181
197
  disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
182
198
  /**
183
- * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs. Member accounts added through Invitation get deleted from the current GuardDuty administrator account after 30 days of disassociation.
199
+ * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
184
200
  */
185
201
  disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
186
202
  /**
187
- * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs. Member accounts added through Invitation get deleted from the current GuardDuty administrator account after 30 days of disassociation.
203
+ * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
188
204
  */
189
205
  disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
190
206
  /**
@@ -195,6 +211,14 @@ declare class GuardDuty extends Service {
195
211
  * Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
196
212
  */
197
213
  enableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
214
+ /**
215
+ * Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
216
+ */
217
+ getAdministratorAccount(params: GuardDuty.Types.GetAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
218
+ /**
219
+ * Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
220
+ */
221
+ getAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
198
222
  /**
199
223
  * Retrieves an Amazon GuardDuty detector specified by the detectorId.
200
224
  */
@@ -267,6 +291,14 @@ declare class GuardDuty extends Service {
267
291
  * Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
268
292
  */
269
293
  getMembers(callback?: (err: AWSError, data: GuardDuty.Types.GetMembersResponse) => void): Request<GuardDuty.Types.GetMembersResponse, AWSError>;
294
+ /**
295
+ * Provides the number of days left for each data source used in the free trial period.
296
+ */
297
+ getRemainingFreeTrialDays(params: GuardDuty.Types.GetRemainingFreeTrialDaysRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetRemainingFreeTrialDaysResponse) => void): Request<GuardDuty.Types.GetRemainingFreeTrialDaysResponse, AWSError>;
298
+ /**
299
+ * Provides the number of days left for each data source used in the free trial period.
300
+ */
301
+ getRemainingFreeTrialDays(callback?: (err: AWSError, data: GuardDuty.Types.GetRemainingFreeTrialDaysResponse) => void): Request<GuardDuty.Types.GetRemainingFreeTrialDaysResponse, AWSError>;
270
302
  /**
271
303
  * Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
272
304
  */
@@ -276,11 +308,11 @@ declare class GuardDuty extends Service {
276
308
  */
277
309
  getThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.GetThreatIntelSetResponse) => void): Request<GuardDuty.Types.GetThreatIntelSetResponse, AWSError>;
278
310
  /**
279
- * Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days, this may differ from the cost metrics in the console, which projects usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.
311
+ * Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
280
312
  */
281
313
  getUsageStatistics(params: GuardDuty.Types.GetUsageStatisticsRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
282
314
  /**
283
- * Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days, this may differ from the cost metrics in the console, which projects usage over 30 days to provide a monthly cost estimate. For more information see Understanding How Usage Costs are Calculated.
315
+ * Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
284
316
  */
285
317
  getUsageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
286
318
  /**
@@ -477,6 +509,22 @@ declare class GuardDuty extends Service {
477
509
  updateThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.UpdateThreatIntelSetResponse) => void): Request<GuardDuty.Types.UpdateThreatIntelSetResponse, AWSError>;
478
510
  }
479
511
  declare namespace GuardDuty {
512
+ export interface AcceptAdministratorInvitationRequest {
513
+ /**
514
+ * The unique ID of the detector of the GuardDuty member account.
515
+ */
516
+ DetectorId: DetectorId;
517
+ /**
518
+ * The account ID of the GuardDuty administrator account whose invitation you're accepting.
519
+ */
520
+ AdministratorId: String;
521
+ /**
522
+ * The value that is used to validate the administrator account to the member account.
523
+ */
524
+ InvitationId: String;
525
+ }
526
+ export interface AcceptAdministratorInvitationResponse {
527
+ }
480
528
  export interface AcceptInvitationRequest {
481
529
  /**
482
530
  * The unique ID of the detector of the GuardDuty member account.
@@ -532,6 +580,17 @@ declare namespace GuardDuty {
532
580
  Email: Email;
533
581
  }
534
582
  export type AccountDetails = AccountDetail[];
583
+ export interface AccountFreeTrialInfo {
584
+ /**
585
+ * The account identifier of the GuardDuty member account.
586
+ */
587
+ AccountId?: String;
588
+ /**
589
+ * Describes the data source enabled for the GuardDuty member account.
590
+ */
591
+ DataSources?: DataSourcesFreeTrial;
592
+ }
593
+ export type AccountFreeTrialInfos = AccountFreeTrialInfo[];
535
594
  export type AccountId = string;
536
595
  export type AccountIds = AccountId[];
537
596
  export interface AccountLevelPermissions {
@@ -578,6 +637,25 @@ declare namespace GuardDuty {
578
637
  }
579
638
  export type AdminAccounts = AdminAccount[];
580
639
  export type AdminStatus = "ENABLED"|"DISABLE_IN_PROGRESS"|string;
640
+ export interface Administrator {
641
+ /**
642
+ * The ID of the account used as the administrator account.
643
+ */
644
+ AccountId?: AccountId;
645
+ /**
646
+ * The value that is used to validate the administrator account to the member account.
647
+ */
648
+ InvitationId?: String;
649
+ /**
650
+ * The status of the relationship between the administrator and member accounts.
651
+ */
652
+ RelationshipStatus?: String;
653
+ /**
654
+ * The timestamp when the invitation was sent.
655
+ */
656
+ InvitedAt?: String;
657
+ }
658
+ export type AffectedResources = {[key: string]: String};
581
659
  export interface ArchiveFindingsRequest {
582
660
  /**
583
661
  * The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
@@ -623,6 +701,10 @@ declare namespace GuardDuty {
623
701
  * The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.
624
702
  */
625
703
  RemoteAccountDetails?: RemoteAccountDetails;
704
+ /**
705
+ * The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.
706
+ */
707
+ AffectedResources?: AffectedResources;
626
708
  }
627
709
  export interface BlockPublicAccess {
628
710
  /**
@@ -1004,8 +1086,36 @@ declare namespace GuardDuty {
1004
1086
  */
1005
1087
  Kubernetes?: KubernetesConfigurationResult;
1006
1088
  }
1089
+ export interface DataSourceFreeTrial {
1090
+ /**
1091
+ * A value that specifies the number of days left to use each enabled data source.
1092
+ */
1093
+ FreeTrialDaysRemaining?: Integer;
1094
+ }
1007
1095
  export type DataSourceList = DataSource[];
1008
1096
  export type DataSourceStatus = "ENABLED"|"DISABLED"|string;
1097
+ export interface DataSourcesFreeTrial {
1098
+ /**
1099
+ * Describes whether any AWS CloudTrail management event logs are enabled as data sources.
1100
+ */
1101
+ CloudTrail?: DataSourceFreeTrial;
1102
+ /**
1103
+ * Describes whether any DNS logs are enabled as data sources.
1104
+ */
1105
+ DnsLogs?: DataSourceFreeTrial;
1106
+ /**
1107
+ * Describes whether any VPC Flow logs are enabled as data sources.
1108
+ */
1109
+ FlowLogs?: DataSourceFreeTrial;
1110
+ /**
1111
+ * Describes whether any S3 data event logs are enabled as data sources.
1112
+ */
1113
+ S3Logs?: DataSourceFreeTrial;
1114
+ /**
1115
+ * Describes whether any Kubernetes logs are enabled as data sources.
1116
+ */
1117
+ Kubernetes?: KubernetesDataSourceFreeTrial;
1118
+ }
1009
1119
  export interface DeclineInvitationsRequest {
1010
1120
  /**
1011
1121
  * A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.
@@ -1201,6 +1311,14 @@ declare namespace GuardDuty {
1201
1311
  }
1202
1312
  export interface DisableOrganizationAdminAccountResponse {
1203
1313
  }
1314
+ export interface DisassociateFromAdministratorAccountRequest {
1315
+ /**
1316
+ * The unique ID of the detector of the GuardDuty member account.
1317
+ */
1318
+ DetectorId: DetectorId;
1319
+ }
1320
+ export interface DisassociateFromAdministratorAccountResponse {
1321
+ }
1204
1322
  export interface DisassociateFromMasterAccountRequest {
1205
1323
  /**
1206
1324
  * The unique ID of the detector of the GuardDuty member account.
@@ -1230,6 +1348,14 @@ declare namespace GuardDuty {
1230
1348
  * The domain information for the API request.
1231
1349
  */
1232
1350
  Domain?: String;
1351
+ /**
1352
+ * The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
1353
+ */
1354
+ Protocol?: String;
1355
+ /**
1356
+ * Indicates whether the targeted port is blocked.
1357
+ */
1358
+ Blocked?: Boolean;
1233
1359
  }
1234
1360
  export interface DomainDetails {
1235
1361
  /**
@@ -1379,6 +1505,18 @@ declare namespace GuardDuty {
1379
1505
  */
1380
1506
  Lon?: Double;
1381
1507
  }
1508
+ export interface GetAdministratorAccountRequest {
1509
+ /**
1510
+ * The unique ID of the detector of the GuardDuty member account.
1511
+ */
1512
+ DetectorId: DetectorId;
1513
+ }
1514
+ export interface GetAdministratorAccountResponse {
1515
+ /**
1516
+ * The administrator account details.
1517
+ */
1518
+ Administrator: Administrator;
1519
+ }
1382
1520
  export interface GetDetectorRequest {
1383
1521
  /**
1384
1522
  * The unique ID of the detector that you want to get.
@@ -1583,6 +1721,26 @@ declare namespace GuardDuty {
1583
1721
  */
1584
1722
  UnprocessedAccounts: UnprocessedAccounts;
1585
1723
  }
1724
+ export interface GetRemainingFreeTrialDaysRequest {
1725
+ /**
1726
+ * The unique ID of the detector of the GuardDuty member account.
1727
+ */
1728
+ DetectorId: DetectorId;
1729
+ /**
1730
+ * A list of account identifiers of the GuardDuty member account.
1731
+ */
1732
+ AccountIds?: AccountIds;
1733
+ }
1734
+ export interface GetRemainingFreeTrialDaysResponse {
1735
+ /**
1736
+ * The member accounts which were included in a request and were processed successfully.
1737
+ */
1738
+ Accounts?: AccountFreeTrialInfos;
1739
+ /**
1740
+ * The member account that was included in a request but for which the request could not be processed.
1741
+ */
1742
+ UnprocessedAccounts?: UnprocessedAccounts;
1743
+ }
1586
1744
  export interface GetThreatIntelSetRequest {
1587
1745
  /**
1588
1746
  * The unique ID of the detector that the threatIntelSet is associated with.
@@ -1822,6 +1980,12 @@ declare namespace GuardDuty {
1822
1980
  */
1823
1981
  AuditLogs: KubernetesAuditLogsConfigurationResult;
1824
1982
  }
1983
+ export interface KubernetesDataSourceFreeTrial {
1984
+ /**
1985
+ * Describes whether Kubernetes audit logs are enabled as a data source.
1986
+ */
1987
+ AuditLogs?: DataSourceFreeTrial;
1988
+ }
1825
1989
  export interface KubernetesDetails {
1826
1990
  /**
1827
1991
  * Details about the Kubernetes user involved in a Kubernetes finding.
@@ -2170,6 +2334,10 @@ declare namespace GuardDuty {
2170
2334
  * The last-updated timestamp of the member.
2171
2335
  */
2172
2336
  UpdatedAt: String;
2337
+ /**
2338
+ * The administrator account ID.
2339
+ */
2340
+ AdministratorId?: String;
2173
2341
  }
2174
2342
  export interface MemberDataSourceConfiguration {
2175
2343
  /**
@@ -2582,6 +2750,20 @@ declare namespace GuardDuty {
2582
2750
  * Feedback that was submitted about the finding.
2583
2751
  */
2584
2752
  UserFeedback?: String;
2753
+ /**
2754
+ * Contains additional information about the generated finding.
2755
+ */
2756
+ AdditionalInfo?: ServiceAdditionalInfo;
2757
+ }
2758
+ export interface ServiceAdditionalInfo {
2759
+ /**
2760
+ * This field specifies the value of the additional information.
2761
+ */
2762
+ Value?: String;
2763
+ /**
2764
+ * Describes the type of the additional information.
2765
+ */
2766
+ Type?: String;
2585
2767
  }
2586
2768
  export interface SortCriteria {
2587
2769
  /**
@@ -219,6 +219,14 @@ declare class LookoutMetrics extends Service {
219
219
  * Removes tags from a detector, dataset, or alert.
220
220
  */
221
221
  untagResource(callback?: (err: AWSError, data: LookoutMetrics.Types.UntagResourceResponse) => void): Request<LookoutMetrics.Types.UntagResourceResponse, AWSError>;
222
+ /**
223
+ * Make changes to an existing alert.
224
+ */
225
+ updateAlert(params: LookoutMetrics.Types.UpdateAlertRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.UpdateAlertResponse) => void): Request<LookoutMetrics.Types.UpdateAlertResponse, AWSError>;
226
+ /**
227
+ * Make changes to an existing alert.
228
+ */
229
+ updateAlert(callback?: (err: AWSError, data: LookoutMetrics.Types.UpdateAlertResponse) => void): Request<LookoutMetrics.Types.UpdateAlertResponse, AWSError>;
222
230
  /**
223
231
  * Updates a detector. After activation, you can only change a detector's ingestion delay and description.
224
232
  */
@@ -297,8 +305,22 @@ declare namespace LookoutMetrics {
297
305
  * The time at which the alert was created.
298
306
  */
299
307
  CreationTime?: Timestamp;
308
+ /**
309
+ * The configuration of the alert filters, containing MetricList and DimensionFilter.
310
+ */
311
+ AlertFilters?: AlertFilters;
300
312
  }
301
313
  export type AlertDescription = string;
314
+ export interface AlertFilters {
315
+ /**
316
+ * The list of measures that you want to get alerts for.
317
+ */
318
+ MetricList?: MetricNameList;
319
+ /**
320
+ * The list of DimensionFilter objects that are used for dimension-based filtering.
321
+ */
322
+ DimensionFilterList?: DimensionFilterList;
323
+ }
302
324
  export type AlertName = string;
303
325
  export type AlertStatus = "ACTIVE"|"INACTIVE"|string;
304
326
  export interface AlertSummary {
@@ -610,7 +632,7 @@ declare namespace LookoutMetrics {
610
632
  /**
611
633
  * An integer from 0 to 100 specifying the alert sensitivity threshold.
612
634
  */
613
- AlertSensitivityThreshold: SensitivityThreshold;
635
+ AlertSensitivityThreshold?: SensitivityThreshold;
614
636
  /**
615
637
  * A description of the alert.
616
638
  */
@@ -627,6 +649,10 @@ declare namespace LookoutMetrics {
627
649
  * A list of tags to apply to the alert.
628
650
  */
629
651
  Tags?: TagMap;
652
+ /**
653
+ * The configuration of the alert filters, containing MetricList and DimensionFilterList.
654
+ */
655
+ AlertFilters?: AlertFilters;
630
656
  }
631
657
  export interface CreateAlertResponse {
632
658
  /**
@@ -1030,6 +1056,17 @@ declare namespace LookoutMetrics {
1030
1056
  DimensionValueContributionList?: DimensionValueContributionList;
1031
1057
  }
1032
1058
  export type DimensionContributionList = DimensionContribution[];
1059
+ export interface DimensionFilter {
1060
+ /**
1061
+ * The name of the dimension to filter on.
1062
+ */
1063
+ DimensionName?: ColumnName;
1064
+ /**
1065
+ * The list of values for the dimension specified in DimensionName that you want to filter on.
1066
+ */
1067
+ DimensionValueList?: DimensionValueList;
1068
+ }
1069
+ export type DimensionFilterList = DimensionFilter[];
1033
1070
  export type DimensionList = ColumnName[];
1034
1071
  export interface DimensionNameValue {
1035
1072
  /**
@@ -1054,6 +1091,7 @@ declare namespace LookoutMetrics {
1054
1091
  ContributionScore?: Score;
1055
1092
  }
1056
1093
  export type DimensionValueContributionList = DimensionValueContribution[];
1094
+ export type DimensionValueList = DimensionValue[];
1057
1095
  export type ErrorMessage = string;
1058
1096
  export type ExecutionList = ExecutionStatus[];
1059
1097
  export interface ExecutionStatus {
@@ -1422,6 +1460,7 @@ declare namespace LookoutMetrics {
1422
1460
  export type MetricLevelImpactList = MetricLevelImpact[];
1423
1461
  export type MetricList = Metric[];
1424
1462
  export type MetricName = string;
1463
+ export type MetricNameList = MetricName[];
1425
1464
  export type MetricSetDescription = string;
1426
1465
  export type MetricSetName = string;
1427
1466
  export interface MetricSetSummary {
@@ -1600,7 +1639,7 @@ declare namespace LookoutMetrics {
1600
1639
  */
1601
1640
  SnsTopicArn: Arn;
1602
1641
  /**
1603
- * The format of the SNS topic.
1642
+ * The format of the SNS topic. JSON – Send JSON alerts with an anomaly ID and a link to the anomaly detail page. This is the default. LONG_TEXT – Send human-readable alerts with information about the impacted timeseries and a link to the anomaly detail page. We recommend this for email. SHORT_TEXT – Send human-readable alerts with a link to the anomaly detail page. We recommend this for SMS.
1604
1643
  */
1605
1644
  SnsFormat?: SnsFormat;
1606
1645
  }
@@ -1703,6 +1742,34 @@ declare namespace LookoutMetrics {
1703
1742
  }
1704
1743
  export interface UntagResourceResponse {
1705
1744
  }
1745
+ export interface UpdateAlertRequest {
1746
+ /**
1747
+ * The ARN of the alert to update.
1748
+ */
1749
+ AlertArn: Arn;
1750
+ /**
1751
+ * A description of the alert.
1752
+ */
1753
+ AlertDescription?: AlertDescription;
1754
+ /**
1755
+ * An integer from 0 to 100 specifying the alert sensitivity threshold.
1756
+ */
1757
+ AlertSensitivityThreshold?: SensitivityThreshold;
1758
+ /**
1759
+ * Action that will be triggered when there is an alert.
1760
+ */
1761
+ Action?: Action;
1762
+ /**
1763
+ * The configuration of the alert filters, containing MetricList and DimensionFilterList.
1764
+ */
1765
+ AlertFilters?: AlertFilters;
1766
+ }
1767
+ export interface UpdateAlertResponse {
1768
+ /**
1769
+ * The ARN of the updated alert.
1770
+ */
1771
+ AlertArn?: Arn;
1772
+ }
1706
1773
  export interface UpdateAnomalyDetectorRequest {
1707
1774
  /**
1708
1775
  * The ARN of the detector to update.
@@ -495,6 +495,7 @@ declare namespace MediaConvert {
495
495
  */
496
496
  StreamName?: __stringPatternWS;
497
497
  }
498
+ export type AudioDurationCorrection = "DISABLED"|"AUTO"|"TRACK"|"FRAME"|string;
498
499
  export type AudioLanguageCodeControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
499
500
  export type AudioNormalizationAlgorithm = "ITU_BS_1770_1"|"ITU_BS_1770_2"|"ITU_BS_1770_3"|"ITU_BS_1770_4"|string;
500
501
  export type AudioNormalizationAlgorithmControl = "CORRECT_AUDIO"|"MEASURE_ONLY"|string;
@@ -527,6 +528,10 @@ declare namespace MediaConvert {
527
528
  TargetLkfs?: __doubleMinNegative59Max0;
528
529
  }
529
530
  export interface AudioSelector {
531
+ /**
532
+ * Apply audio timing corrections to help synchronize audio and video in your output. To apply timing corrections, your input must meet the following requirements: * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. * Audio track: AAC. Choose from the following audio timing correction settings: * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs. MediaConvert analyzes the audio timing in your input and determines which correction setting to use, if needed. * Track: Adjust the duration of each audio frame by a constant amount to align the audio track length with STTS duration. Track-level correction does not affect pitch, and is recommended for tonal audio content such as music. * Frame: Adjust the duration of each audio frame by a variable amount to align audio frames with STTS timestamps. No corrections are made to already-aligned frames. Frame-level correction may affect the pitch of corrected frames, and is recommended for atonal audio content such as speech or percussion.
533
+ */
534
+ AudioDurationCorrection?: AudioDurationCorrection;
530
535
  /**
531
536
  * Selects a specific language code from within an audio source, using the ISO 639-2 or ISO 639-3 three-letter language code
532
537
  */
@@ -3139,7 +3144,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3139
3144
  */
3140
3145
  TimecodeStart?: __stringMin11Max11Pattern01D20305D205D;
3141
3146
  /**
3142
- * Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both.
3147
+ * When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
3143
3148
  */
3144
3149
  VideoGenerator?: InputVideoGenerator;
3145
3150
  /**
@@ -67,6 +67,14 @@ declare class Outposts extends Service {
67
67
  * Gets information about a catalog item.
68
68
  */
69
69
  getCatalogItem(callback?: (err: AWSError, data: Outposts.Types.GetCatalogItemOutput) => void): Request<Outposts.Types.GetCatalogItemOutput, AWSError>;
70
+ /**
71
+ * Amazon Web Services uses this action to install Outpost servers. Gets information about a specified connection. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
72
+ */
73
+ getConnection(params: Outposts.Types.GetConnectionRequest, callback?: (err: AWSError, data: Outposts.Types.GetConnectionResponse) => void): Request<Outposts.Types.GetConnectionResponse, AWSError>;
74
+ /**
75
+ * Amazon Web Services uses this action to install Outpost servers. Gets information about a specified connection. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
76
+ */
77
+ getConnection(callback?: (err: AWSError, data: Outposts.Types.GetConnectionResponse) => void): Request<Outposts.Types.GetConnectionResponse, AWSError>;
70
78
  /**
71
79
  * Gets an order.
72
80
  */
@@ -155,6 +163,14 @@ declare class Outposts extends Service {
155
163
  * Lists the tags for the specified resource.
156
164
  */
157
165
  listTagsForResource(callback?: (err: AWSError, data: Outposts.Types.ListTagsForResourceResponse) => void): Request<Outposts.Types.ListTagsForResourceResponse, AWSError>;
166
+ /**
167
+ * Amazon Web Services uses this action to install Outpost servers. Starts the connection required for Outpost server installation. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
168
+ */
169
+ startConnection(params: Outposts.Types.StartConnectionRequest, callback?: (err: AWSError, data: Outposts.Types.StartConnectionResponse) => void): Request<Outposts.Types.StartConnectionResponse, AWSError>;
170
+ /**
171
+ * Amazon Web Services uses this action to install Outpost servers. Starts the connection required for Outpost server installation. Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.
172
+ */
173
+ startConnection(callback?: (err: AWSError, data: Outposts.Types.StartConnectionResponse) => void): Request<Outposts.Types.StartConnectionResponse, AWSError>;
158
174
  /**
159
175
  * Adds tags to the specified resource.
160
176
  */
@@ -282,6 +298,8 @@ declare namespace Outposts {
282
298
  export type AvailabilityZoneId = string;
283
299
  export type AvailabilityZoneIdList = AvailabilityZoneId[];
284
300
  export type AvailabilityZoneList = AvailabilityZone[];
301
+ export type CIDR = string;
302
+ export type CIDRList = CIDR[];
285
303
  export interface CancelOrderInput {
286
304
  /**
287
305
  * The ID of the order to cancel.
@@ -334,6 +352,33 @@ declare namespace Outposts {
334
352
  */
335
353
  HostId?: HostId;
336
354
  }
355
+ export interface ConnectionDetails {
356
+ /**
357
+ * The public key of the client.
358
+ */
359
+ ClientPublicKey?: WireGuardPublicKey;
360
+ /**
361
+ * The public key of the server.
362
+ */
363
+ ServerPublicKey?: WireGuardPublicKey;
364
+ /**
365
+ * The endpoint for the server.
366
+ */
367
+ ServerEndpoint?: ServerEndpoint;
368
+ /**
369
+ * The client tunnel address.
370
+ */
371
+ ClientTunnelAddress?: CIDR;
372
+ /**
373
+ * The server tunnel address.
374
+ */
375
+ ServerTunnelAddress?: CIDR;
376
+ /**
377
+ * The allowed IP addresses.
378
+ */
379
+ AllowedIps?: CIDRList;
380
+ }
381
+ export type ConnectionId = string;
337
382
  export type ContactName = string;
338
383
  export type ContactPhoneNumber = string;
339
384
  export type CountryCode = string;
@@ -426,6 +471,7 @@ declare namespace Outposts {
426
471
  }
427
472
  export interface DeleteSiteOutput {
428
473
  }
474
+ export type DeviceSerialNumber = string;
429
475
  export type DistrictOrCounty = string;
430
476
  export interface EC2Capacity {
431
477
  /**
@@ -457,6 +503,22 @@ declare namespace Outposts {
457
503
  */
458
504
  CatalogItem?: CatalogItem;
459
505
  }
506
+ export interface GetConnectionRequest {
507
+ /**
508
+ * The ID of the connection you request.
509
+ */
510
+ ConnectionId: ConnectionId;
511
+ }
512
+ export interface GetConnectionResponse {
513
+ /**
514
+ * The ID of the connection you receive.
515
+ */
516
+ ConnectionId?: ConnectionId;
517
+ /**
518
+ * Information about a connection.
519
+ */
520
+ ConnectionDetails?: ConnectionDetails;
521
+ }
460
522
  export interface GetOrderInput {
461
523
  /**
462
524
  * The ID of the order.
@@ -679,6 +741,7 @@ declare namespace Outposts {
679
741
  export type MaxSize = string;
680
742
  export type MaximumSupportedWeightLbs = "NO_LIMIT"|"MAX_1400_LBS"|"MAX_1600_LBS"|"MAX_1800_LBS"|"MAX_2000_LBS"|string;
681
743
  export type Municipality = string;
744
+ export type NetworkInterfaceDeviceIndex = number;
682
745
  export type OpticalStandard = "OPTIC_10GBASE_SR"|"OPTIC_10GBASE_IR"|"OPTIC_10GBASE_LR"|"OPTIC_40GBASE_SR"|"OPTIC_40GBASE_ESR"|"OPTIC_40GBASE_IR4_LR4L"|"OPTIC_40GBASE_LR4"|"OPTIC_100GBASE_SR4"|"OPTIC_100GBASE_CWDM4"|"OPTIC_100GBASE_LR4"|"OPTIC_100G_PSM4_MSA"|"OPTIC_1000BASE_LX"|"OPTIC_1000BASE_SX"|string;
683
746
  export interface Order {
684
747
  /**
@@ -821,6 +884,7 @@ declare namespace Outposts {
821
884
  */
822
885
  MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs;
823
886
  }
887
+ export type ServerEndpoint = string;
824
888
  export interface Site {
825
889
  SiteId?: SiteId;
826
890
  AccountId?: AccountId;
@@ -858,6 +922,34 @@ declare namespace Outposts {
858
922
  export type SiteName = string;
859
923
  export type SiteNotes = string;
860
924
  export type SkuCode = string;
925
+ export interface StartConnectionRequest {
926
+ /**
927
+ * The serial number of the dongle.
928
+ */
929
+ DeviceSerialNumber: DeviceSerialNumber;
930
+ /**
931
+ * The ID of the Outpost server.
932
+ */
933
+ AssetId: AssetId;
934
+ /**
935
+ * The public key of the client.
936
+ */
937
+ ClientPublicKey: WireGuardPublicKey;
938
+ /**
939
+ * The device index of the network interface on the Outpost server.
940
+ */
941
+ NetworkInterfaceDeviceIndex: NetworkInterfaceDeviceIndex;
942
+ }
943
+ export interface StartConnectionResponse {
944
+ /**
945
+ * The ID of the connection.
946
+ */
947
+ ConnectionId?: ConnectionId;
948
+ /**
949
+ * The underlay IP address.
950
+ */
951
+ UnderlayIpAddress?: UnderlayIpAddress;
952
+ }
861
953
  export type StateOrRegion = string;
862
954
  export type StateOrRegionList = StateOrRegion[];
863
955
  export type SupportedHardwareType = "RACK"|"SERVER"|string;
@@ -882,6 +974,7 @@ declare namespace Outposts {
882
974
  }
883
975
  export type TagValue = string;
884
976
  export type Token = string;
977
+ export type UnderlayIpAddress = string;
885
978
  export interface UntagResourceRequest {
886
979
  /**
887
980
  * The Amazon Resource Name (ARN) of the resource.
@@ -995,6 +1088,7 @@ declare namespace Outposts {
995
1088
  }
996
1089
  export type UplinkCount = "UPLINK_COUNT_1"|"UPLINK_COUNT_2"|"UPLINK_COUNT_3"|"UPLINK_COUNT_4"|"UPLINK_COUNT_5"|"UPLINK_COUNT_6"|"UPLINK_COUNT_7"|"UPLINK_COUNT_8"|"UPLINK_COUNT_12"|"UPLINK_COUNT_16"|string;
997
1090
  export type UplinkGbps = "UPLINK_1G"|"UPLINK_10G"|"UPLINK_40G"|"UPLINK_100G"|string;
1091
+ export type WireGuardPublicKey = string;
998
1092
  export type outpostListDefinition = Outpost[];
999
1093
  export type siteListDefinition = Site[];
1000
1094
  /**