cdk-comprehend-s3olap 2.0.230 → 2.0.232

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 (46) 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 +23 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
  8. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +73 -10
  9. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +61 -52
  10. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +601 -85
  11. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +12 -0
  12. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +60 -16
  13. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +5 -0
  14. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +291 -192
  15. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +37 -19
  16. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +337 -23
  17. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +12 -0
  19. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +32 -29
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +295 -177
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +571 -556
  22. package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +15 -12
  23. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +48 -4
  24. package/node_modules/aws-sdk/clients/autoscaling.d.ts +13 -2
  25. package/node_modules/aws-sdk/clients/batch.d.ts +9 -9
  26. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +516 -9
  27. package/node_modules/aws-sdk/clients/codestarconnections.d.ts +10 -10
  28. package/node_modules/aws-sdk/clients/dms.d.ts +65 -1
  29. package/node_modules/aws-sdk/clients/drs.d.ts +1 -1
  30. package/node_modules/aws-sdk/clients/inspector2.d.ts +101 -2
  31. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +49 -26
  32. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +522 -15
  33. package/node_modules/aws-sdk/clients/medialive.d.ts +16 -0
  34. package/node_modules/aws-sdk/clients/omics.d.ts +13 -0
  35. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  36. package/node_modules/aws-sdk/clients/rds.d.ts +194 -8
  37. package/node_modules/aws-sdk/clients/route53.d.ts +9 -9
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +33 -8
  39. package/node_modules/aws-sdk/clients/scheduler.d.ts +16 -3
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +359 -232
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +49 -49
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +5 -5
@@ -12,11 +12,11 @@ declare class CodeStarconnections extends Service {
12
12
  constructor(options?: CodeStarconnections.Types.ClientConfiguration)
13
13
  config: Config & CodeStarconnections.Types.ClientConfiguration;
14
14
  /**
15
- * Creates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
15
+ * Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
16
16
  */
17
17
  createConnection(params: CodeStarconnections.Types.CreateConnectionInput, callback?: (err: AWSError, data: CodeStarconnections.Types.CreateConnectionOutput) => void): Request<CodeStarconnections.Types.CreateConnectionOutput, AWSError>;
18
18
  /**
19
- * Creates a connection that can then be given to other AWS services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
19
+ * Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
20
20
  */
21
21
  createConnection(callback?: (err: AWSError, data: CodeStarconnections.Types.CreateConnectionOutput) => void): Request<CodeStarconnections.Types.CreateConnectionOutput, AWSError>;
22
22
  /**
@@ -92,11 +92,11 @@ declare class CodeStarconnections extends Service {
92
92
  */
93
93
  tagResource(callback?: (err: AWSError, data: CodeStarconnections.Types.TagResourceOutput) => void): Request<CodeStarconnections.Types.TagResourceOutput, AWSError>;
94
94
  /**
95
- * Removes tags from an AWS resource.
95
+ * Removes tags from an Amazon Web Services resource.
96
96
  */
97
97
  untagResource(params: CodeStarconnections.Types.UntagResourceInput, callback?: (err: AWSError, data: CodeStarconnections.Types.UntagResourceOutput) => void): Request<CodeStarconnections.Types.UntagResourceOutput, AWSError>;
98
98
  /**
99
- * Removes tags from an AWS resource.
99
+ * Removes tags from an Amazon Web Services resource.
100
100
  */
101
101
  untagResource(callback?: (err: AWSError, data: CodeStarconnections.Types.UntagResourceOutput) => void): Request<CodeStarconnections.Types.UntagResourceOutput, AWSError>;
102
102
  /**
@@ -113,11 +113,11 @@ declare namespace CodeStarconnections {
113
113
  export type AmazonResourceName = string;
114
114
  export interface Connection {
115
115
  /**
116
- * The name of the connection. Connection names must be unique in an AWS user account.
116
+ * The name of the connection. Connection names must be unique in an Amazon Web Services account.
117
117
  */
118
118
  ConnectionName?: ConnectionName;
119
119
  /**
120
- * The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted.
120
+ * The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between Amazon Web Services. The ARN is never reused if the connection is deleted.
121
121
  */
122
122
  ConnectionArn?: ConnectionArn;
123
123
  /**
@@ -147,7 +147,7 @@ declare namespace CodeStarconnections {
147
147
  */
148
148
  ProviderType?: ProviderType;
149
149
  /**
150
- * The name of the connection to be created. The name must be unique in the calling AWS account.
150
+ * The name of the connection to be created.
151
151
  */
152
152
  ConnectionName: ConnectionName;
153
153
  /**
@@ -161,7 +161,7 @@ declare namespace CodeStarconnections {
161
161
  }
162
162
  export interface CreateConnectionOutput {
163
163
  /**
164
- * The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted.
164
+ * The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services. The ARN is never reused if the connection is deleted.
165
165
  */
166
166
  ConnectionArn: ConnectionArn;
167
167
  /**
@@ -171,7 +171,7 @@ declare namespace CodeStarconnections {
171
171
  }
172
172
  export interface CreateHostInput {
173
173
  /**
174
- * The name of the host to be created. The name must be unique in the calling AWS account.
174
+ * The name of the host to be created.
175
175
  */
176
176
  Name: HostName;
177
177
  /**
@@ -348,7 +348,7 @@ declare namespace CodeStarconnections {
348
348
  }
349
349
  export type MaxResults = number;
350
350
  export type NextToken = string;
351
- export type ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|string;
351
+ export type ProviderType = "Bitbucket"|"GitHub"|"GitHubEnterpriseServer"|"GitLab"|string;
352
352
  export type SecurityGroupId = string;
353
353
  export type SecurityGroupIds = SecurityGroupId[];
354
354
  export type SubnetId = string;
@@ -244,6 +244,14 @@ declare class DMS extends Service {
244
244
  * Returns information about the endpoints for your account in the current region.
245
245
  */
246
246
  describeEndpoints(callback?: (err: AWSError, data: DMS.Types.DescribeEndpointsResponse) => void): Request<DMS.Types.DescribeEndpointsResponse, AWSError>;
247
+ /**
248
+ * Returns information about the replication instance versions used in the project.
249
+ */
250
+ describeEngineVersions(params: DMS.Types.DescribeEngineVersionsMessage, callback?: (err: AWSError, data: DMS.Types.DescribeEngineVersionsResponse) => void): Request<DMS.Types.DescribeEngineVersionsResponse, AWSError>;
251
+ /**
252
+ * Returns information about the replication instance versions used in the project.
253
+ */
254
+ describeEngineVersions(callback?: (err: AWSError, data: DMS.Types.DescribeEngineVersionsResponse) => void): Request<DMS.Types.DescribeEngineVersionsResponse, AWSError>;
247
255
  /**
248
256
  * Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications in the Database Migration Service User Guide.
249
257
  */
@@ -755,6 +763,7 @@ declare namespace DMS {
755
763
  Name?: String;
756
764
  }
757
765
  export type AvailabilityZonesList = String[];
766
+ export type AvailableUpgradesList = String[];
758
767
  export interface BatchStartRecommendationsErrorEntry {
759
768
  /**
760
769
  * The identifier of the source database.
@@ -1790,6 +1799,26 @@ declare namespace DMS {
1790
1799
  */
1791
1800
  Endpoints?: EndpointList;
1792
1801
  }
1802
+ export interface DescribeEngineVersionsMessage {
1803
+ /**
1804
+ * The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
1805
+ */
1806
+ MaxRecords?: IntegerOptional;
1807
+ /**
1808
+ * An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
1809
+ */
1810
+ Marker?: String;
1811
+ }
1812
+ export interface DescribeEngineVersionsResponse {
1813
+ /**
1814
+ * Returned EngineVersion objects that describe the replication instance engine versions used in the project.
1815
+ */
1816
+ EngineVersions?: EngineVersionList;
1817
+ /**
1818
+ * An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
1819
+ */
1820
+ Marker?: String;
1821
+ }
1793
1822
  export interface DescribeEventCategoriesMessage {
1794
1823
  /**
1795
1824
  * The type of DMS resource that generates events. Valid values: replication-instance | replication-task
@@ -2703,6 +2732,41 @@ declare namespace DMS {
2703
2732
  export type EndpointSettingEnumValues = String[];
2704
2733
  export type EndpointSettingTypeValue = "string"|"boolean"|"integer"|"enum"|string;
2705
2734
  export type EndpointSettingsList = EndpointSetting[];
2735
+ export interface EngineVersion {
2736
+ /**
2737
+ * The version number of the replication instance.
2738
+ */
2739
+ Version?: String;
2740
+ /**
2741
+ * The lifecycle status of the replication instance version. Valid values are DEPRECATED, DEFAULT_VERSION, and ACTIVE.
2742
+ */
2743
+ Lifecycle?: String;
2744
+ /**
2745
+ * The release status of the replication instance version.
2746
+ */
2747
+ ReleaseStatus?: ReleaseStatusValues;
2748
+ /**
2749
+ * The date when the replication instance version became publicly available.
2750
+ */
2751
+ LaunchDate?: TStamp;
2752
+ /**
2753
+ * The date when the replication instance will be automatically upgraded. This setting only applies if the auto-minor-version setting is enabled.
2754
+ */
2755
+ AutoUpgradeDate?: TStamp;
2756
+ /**
2757
+ * The date when the replication instance version will be deprecated and can no longer be requested.
2758
+ */
2759
+ DeprecationDate?: TStamp;
2760
+ /**
2761
+ * The date when the replication instance will have a version upgrade forced.
2762
+ */
2763
+ ForceUpgradeDate?: TStamp;
2764
+ /**
2765
+ * The list of valid replication instance versions that you can upgrade to.
2766
+ */
2767
+ AvailableUpgrades?: AvailableUpgradesList;
2768
+ }
2769
+ export type EngineVersionList = EngineVersion[];
2706
2770
  export interface Event {
2707
2771
  /**
2708
2772
  * The identifier of an event source.
@@ -4047,7 +4111,7 @@ declare namespace DMS {
4047
4111
  */
4048
4112
  MapLongVarcharAs?: LongVarcharMappingType;
4049
4113
  /**
4050
- * Specifies whether to use default or custom replication behavior for PostgreSQL-compatible endpoints. You can use this setting to specify replication behavior for endpoints that require additional configuration, such as Babelfish endpoints.
4114
+ * Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.
4051
4115
  */
4052
4116
  DatabaseMode?: DatabaseMode;
4053
4117
  /**
@@ -2300,7 +2300,7 @@ declare namespace Drs {
2300
2300
  }
2301
2301
  export type TagValue = string;
2302
2302
  export type TagsMap = {[key: string]: TagValue};
2303
- export type TargetInstanceTypeRightSizingMethod = "NONE"|"BASIC"|string;
2303
+ export type TargetInstanceTypeRightSizingMethod = "NONE"|"BASIC"|"IN_AWS"|string;
2304
2304
  export interface TerminateRecoveryInstancesRequest {
2305
2305
  /**
2306
2306
  * The IDs of the Recovery Instances that should be terminated.
@@ -35,6 +35,14 @@ declare class Inspector2 extends Service {
35
35
  * Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.
36
36
  */
37
37
  batchGetCodeSnippet(callback?: (err: AWSError, data: Inspector2.Types.BatchGetCodeSnippetResponse) => void): Request<Inspector2.Types.BatchGetCodeSnippetResponse, AWSError>;
38
+ /**
39
+ * Gets vulnerability details for findings.
40
+ */
41
+ batchGetFindingDetails(params: Inspector2.Types.BatchGetFindingDetailsRequest, callback?: (err: AWSError, data: Inspector2.Types.BatchGetFindingDetailsResponse) => void): Request<Inspector2.Types.BatchGetFindingDetailsResponse, AWSError>;
42
+ /**
43
+ * Gets vulnerability details for findings.
44
+ */
45
+ batchGetFindingDetails(callback?: (err: AWSError, data: Inspector2.Types.BatchGetFindingDetailsResponse) => void): Request<Inspector2.Types.BatchGetFindingDetailsResponse, AWSError>;
38
46
  /**
39
47
  * Gets free trial status for multiple Amazon Web Services accounts.
40
48
  */
@@ -828,6 +836,22 @@ declare namespace Inspector2 {
828
836
  */
829
837
  errors?: CodeSnippetErrorList;
830
838
  }
839
+ export interface BatchGetFindingDetailsRequest {
840
+ /**
841
+ * A list of finding ARNs.
842
+ */
843
+ findingArns: FindingArnList;
844
+ }
845
+ export interface BatchGetFindingDetailsResponse {
846
+ /**
847
+ * Error information for findings that details could not be returned for.
848
+ */
849
+ errors?: FindingDetailsErrorList;
850
+ /**
851
+ * A finding's vulnerability details.
852
+ */
853
+ findingDetails?: FindingDetails;
854
+ }
831
855
  export interface BatchGetFreeTrialInfoRequest {
832
856
  /**
833
857
  * The account IDs to get free trial status for.
@@ -1379,7 +1403,7 @@ declare namespace Inspector2 {
1379
1403
  */
1380
1404
  bucketName: String;
1381
1405
  /**
1382
- * The prefix of the Amazon S3 bucket used to export findings.
1406
+ * The prefix that the findings will be written under.
1383
1407
  */
1384
1408
  keyPrefix?: String;
1385
1409
  /**
@@ -1610,6 +1634,24 @@ declare namespace Inspector2 {
1610
1634
  export type EpssScoreValue = number;
1611
1635
  export type ErrorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|string;
1612
1636
  export type ErrorMessage = string;
1637
+ export interface Evidence {
1638
+ /**
1639
+ * The evidence details.
1640
+ */
1641
+ evidenceDetail?: EvidenceDetail;
1642
+ /**
1643
+ * The evidence rule.
1644
+ */
1645
+ evidenceRule?: EvidenceRule;
1646
+ /**
1647
+ * The evidence severity.
1648
+ */
1649
+ severity?: EvidenceSeverity;
1650
+ }
1651
+ export type EvidenceDetail = string;
1652
+ export type EvidenceList = Evidence[];
1653
+ export type EvidenceRule = string;
1654
+ export type EvidenceSeverity = string;
1613
1655
  export type ExecutionRoleArn = string;
1614
1656
  export type ExploitAvailable = "YES"|"NO"|string;
1615
1657
  export interface ExploitObserved {
@@ -1831,7 +1873,7 @@ declare namespace Inspector2 {
1831
1873
  */
1832
1874
  lastObservedAt?: DateFilterList;
1833
1875
  /**
1834
- * Details on the ingress source addresses used to filter findings.
1876
+ * Details on network protocol used to filter findings.
1835
1877
  */
1836
1878
  networkProtocol?: StringFilterList;
1837
1879
  /**
@@ -1974,7 +2016,61 @@ declare namespace Inspector2 {
1974
2016
  updatedAt?: DateTimeTimestamp;
1975
2017
  }
1976
2018
  export type FindingArn = string;
2019
+ export type FindingArnList = FindingArn[];
1977
2020
  export type FindingDescription = string;
2021
+ export interface FindingDetail {
2022
+ cisaData?: CisaData;
2023
+ /**
2024
+ * The Common Weakness Enumerations (CWEs) associated with the vulnerability.
2025
+ */
2026
+ cwes?: Cwes;
2027
+ /**
2028
+ * The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
2029
+ */
2030
+ epssScore?: Double;
2031
+ /**
2032
+ * Information on the evidence of the vulnerability.
2033
+ */
2034
+ evidences?: EvidenceList;
2035
+ exploitObserved?: ExploitObserved;
2036
+ /**
2037
+ * The finding ARN that the vulnerability details are associated with.
2038
+ */
2039
+ findingArn?: FindingArn;
2040
+ /**
2041
+ * The reference URLs for the vulnerability data.
2042
+ */
2043
+ referenceUrls?: VulnerabilityReferenceUrls;
2044
+ /**
2045
+ * The risk score of the vulnerability.
2046
+ */
2047
+ riskScore?: RiskScore;
2048
+ /**
2049
+ * The known malware tools or kits that can exploit the vulnerability.
2050
+ */
2051
+ tools?: Tools;
2052
+ /**
2053
+ * The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
2054
+ */
2055
+ ttps?: Ttps;
2056
+ }
2057
+ export type FindingDetails = FindingDetail[];
2058
+ export interface FindingDetailsError {
2059
+ /**
2060
+ * The error code.
2061
+ */
2062
+ errorCode: FindingDetailsErrorCode;
2063
+ /**
2064
+ * The error message.
2065
+ */
2066
+ errorMessage: NonEmptyString;
2067
+ /**
2068
+ * The finding ARN that returned an error.
2069
+ */
2070
+ findingArn: FindingArn;
2071
+ }
2072
+ export type FindingDetailsErrorCode = "INTERNAL_ERROR"|"ACCESS_DENIED"|"FINDING_DETAILS_NOT_FOUND"|"INVALID_INPUT"|string;
2073
+ export type FindingDetailsErrorList = FindingDetailsError[];
1978
2074
  export type FindingList = Finding[];
1979
2075
  export type FindingStatus = "ACTIVE"|"SUPPRESSED"|"CLOSED"|string;
1980
2076
  export type FindingTitle = string;
@@ -3105,6 +3201,7 @@ declare namespace Inspector2 {
3105
3201
  export type ResourceStringFilterList = ResourceStringFilter[];
3106
3202
  export type ResourceStringInput = string;
3107
3203
  export type ResourceType = "AWS_EC2_INSTANCE"|"AWS_ECR_CONTAINER_IMAGE"|"AWS_ECR_REPOSITORY"|"AWS_LAMBDA_FUNCTION"|string;
3204
+ export type RiskScore = number;
3108
3205
  export type Runtime = "NODEJS"|"NODEJS_12_X"|"NODEJS_14_X"|"NODEJS_16_X"|"JAVA_8"|"JAVA_8_AL2"|"JAVA_11"|"PYTHON_3_7"|"PYTHON_3_8"|"PYTHON_3_9"|"UNSUPPORTED"|"NODEJS_18_X"|"GO_1_X"|"JAVA_17"|"PYTHON_3_10"|string;
3109
3206
  export type SbomReportFormat = "CYCLONEDX_1_4"|"SPDX_2_3"|string;
3110
3207
  export interface ScanStatus {
@@ -3301,6 +3398,8 @@ declare namespace Inspector2 {
3301
3398
  vulnerabilityId?: String;
3302
3399
  }
3303
3400
  export type TitleSortBy = "CRITICAL"|"HIGH"|"ALL"|string;
3401
+ export type Tool = string;
3402
+ export type Tools = Tool[];
3304
3403
  export type Ttp = string;
3305
3404
  export type Ttps = Ttp[];
3306
3405
  export interface UntagResourceRequest {
@@ -12,11 +12,11 @@ declare class InternetMonitor extends Service {
12
12
  constructor(options?: InternetMonitor.Types.ClientConfiguration)
13
13
  config: Config & InternetMonitor.Types.ClientConfiguration;
14
14
  /**
15
- * Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add: Amazon Virtual Private Clouds (VPCs), Amazon CloudFront distributions, and WorkSpaces directories. Internet Monitor then publishes internet measurements from Amazon Web Services that are specific to the city-networks, that is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide. When you create a monitor, you set a maximum limit for the number of city-networks where client traffic is monitored. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. You can change the maximum at any time by updating your monitor. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
15
+ * Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add: VPCs, Network Load Balancers (NLBs), Amazon CloudFront distributions, and Amazon WorkSpaces directories. Internet Monitor then publishes internet measurements from Amazon Web Services that are specific to the city-networks. That is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide. When you create a monitor, you choose the percentage of traffic that you want to monitor. You can also set a maximum limit for the number of city-networks where client traffic is monitored, that caps the total traffic that Internet Monitor monitors. A city-network maximum is the limit of city-networks, but you only pay for the number of city-networks that are actually monitored. You can update your monitor at any time to change the percentage of traffic to monitor or the city-networks maximum. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
16
16
  */
17
17
  createMonitor(params: InternetMonitor.Types.CreateMonitorInput, callback?: (err: AWSError, data: InternetMonitor.Types.CreateMonitorOutput) => void): Request<InternetMonitor.Types.CreateMonitorOutput, AWSError>;
18
18
  /**
19
- * Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add: Amazon Virtual Private Clouds (VPCs), Amazon CloudFront distributions, and WorkSpaces directories. Internet Monitor then publishes internet measurements from Amazon Web Services that are specific to the city-networks, that is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide. When you create a monitor, you set a maximum limit for the number of city-networks where client traffic is monitored. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. You can change the maximum at any time by updating your monitor. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
19
+ * Creates a monitor in Amazon CloudWatch Internet Monitor. A monitor is built based on information from the application resources that you add: VPCs, Network Load Balancers (NLBs), Amazon CloudFront distributions, and Amazon WorkSpaces directories. Internet Monitor then publishes internet measurements from Amazon Web Services that are specific to the city-networks. That is, the locations and ASNs (typically internet service providers or ISPs), where clients access your application. For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide. When you create a monitor, you choose the percentage of traffic that you want to monitor. You can also set a maximum limit for the number of city-networks where client traffic is monitored, that caps the total traffic that Internet Monitor monitors. A city-network maximum is the limit of city-networks, but you only pay for the number of city-networks that are actually monitored. You can update your monitor at any time to change the percentage of traffic to monitor or the city-networks maximum. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
20
20
  */
21
21
  createMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.CreateMonitorOutput) => void): Request<InternetMonitor.Types.CreateMonitorOutput, AWSError>;
22
22
  /**
@@ -28,11 +28,11 @@ declare class InternetMonitor extends Service {
28
28
  */
29
29
  deleteMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.DeleteMonitorOutput) => void): Request<InternetMonitor.Types.DeleteMonitorOutput, AWSError>;
30
30
  /**
31
- * Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all of the information related to the event by location. The information returned includes the performance, availability, and round-trip time impact, information about the network providers, the event type, and so on. Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.
31
+ * Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all the information related to the event, by location. The information returned includes the impact on performance, availability, and round-trip time, information about the network providers (ASNs), the event type, and so on. Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.
32
32
  */
33
33
  getHealthEvent(params: InternetMonitor.Types.GetHealthEventInput, callback?: (err: AWSError, data: InternetMonitor.Types.GetHealthEventOutput) => void): Request<InternetMonitor.Types.GetHealthEventOutput, AWSError>;
34
34
  /**
35
- * Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all of the information related to the event by location. The information returned includes the performance, availability, and round-trip time impact, information about the network providers, the event type, and so on. Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.
35
+ * Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor. This information includes the impacted locations, and all the information related to the event, by location. The information returned includes the impact on performance, availability, and round-trip time, information about the network providers (ASNs), the event type, and so on. Information rolled up at the global traffic level is also returned, including the impact type and total traffic impact.
36
36
  */
37
37
  getHealthEvent(callback?: (err: AWSError, data: InternetMonitor.Types.GetHealthEventOutput) => void): Request<InternetMonitor.Types.GetHealthEventOutput, AWSError>;
38
38
  /**
@@ -44,11 +44,11 @@ declare class InternetMonitor extends Service {
44
44
  */
45
45
  getMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.GetMonitorOutput) => void): Request<InternetMonitor.Types.GetMonitorOutput, AWSError>;
46
46
  /**
47
- * Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns all information for health events including the client location information the network cause and status, event start and end time, percentage of total traffic impacted, and status. Health events that have start times during the time frame that is requested are not included in the list of health events.
47
+ * Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end time and the status. Health events that have start times during the time frame that is requested are not included in the list of health events.
48
48
  */
49
49
  listHealthEvents(params: InternetMonitor.Types.ListHealthEventsInput, callback?: (err: AWSError, data: InternetMonitor.Types.ListHealthEventsOutput) => void): Request<InternetMonitor.Types.ListHealthEventsOutput, AWSError>;
50
50
  /**
51
- * Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns all information for health events including the client location information the network cause and status, event start and end time, percentage of total traffic impacted, and status. Health events that have start times during the time frame that is requested are not included in the list of health events.
51
+ * Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end time and the status. Health events that have start times during the time frame that is requested are not included in the list of health events.
52
52
  */
53
53
  listHealthEvents(callback?: (err: AWSError, data: InternetMonitor.Types.ListHealthEventsOutput) => void): Request<InternetMonitor.Types.ListHealthEventsOutput, AWSError>;
54
54
  /**
@@ -84,11 +84,11 @@ declare class InternetMonitor extends Service {
84
84
  */
85
85
  untagResource(callback?: (err: AWSError, data: InternetMonitor.Types.UntagResourceOutput) => void): Request<InternetMonitor.Types.UntagResourceOutput, AWSError>;
86
86
  /**
87
- * Updates a monitor. You can update a monitor to change the maximum number of city-networks (locations and ASNs or internet service providers), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
87
+ * Updates a monitor. You can update a monitor to change the percentage of traffic to monitor or the maximum number of city-networks (locations and ASNs), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
88
88
  */
89
89
  updateMonitor(params: InternetMonitor.Types.UpdateMonitorInput, callback?: (err: AWSError, data: InternetMonitor.Types.UpdateMonitorOutput) => void): Request<InternetMonitor.Types.UpdateMonitorOutput, AWSError>;
90
90
  /**
91
- * Updates a monitor. You can update a monitor to change the maximum number of city-networks (locations and ASNs or internet service providers), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
91
+ * Updates a monitor. You can update a monitor to change the percentage of traffic to monitor or the maximum number of city-networks (locations and ASNs), to add or remove resources, or to change the status of the monitor. Note that you can't change the name of a monitor. The city-network maximum that you choose is the limit, but you only pay for the number of city-networks that are actually monitored. For more information, see Choosing a city-network maximum value in the Amazon CloudWatch User Guide.
92
92
  */
93
93
  updateMonitor(callback?: (err: AWSError, data: InternetMonitor.Types.UpdateMonitorOutput) => void): Request<InternetMonitor.Types.UpdateMonitorOutput, AWSError>;
94
94
  }
@@ -100,7 +100,7 @@ declare namespace InternetMonitor {
100
100
  */
101
101
  ExperienceScore?: Double;
102
102
  /**
103
- * The percentage of impact caused by a health event for total traffic globally. For information about how Internet Monitor calculates impact, see Inside Internet Monitor in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
103
+ * The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network. For information about how Internet Monitor calculates impact, see How Internet Monitor works in the Amazon CloudWatch Internet Monitor section of the Amazon CloudWatch User Guide.
104
104
  */
105
105
  PercentOfTotalTrafficImpacted?: Double;
106
106
  /**
@@ -114,7 +114,7 @@ declare namespace InternetMonitor {
114
114
  */
115
115
  MonitorName: ResourceName;
116
116
  /**
117
- * The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). You can add a combination of Amazon Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add Amazon WorkSpaces directories. You can't add all three types of resources. If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
117
+ * The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories. You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources. If you add only Amazon VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
118
118
  */
119
119
  Resources?: SetOfARNs;
120
120
  /**
@@ -126,7 +126,7 @@ declare namespace InternetMonitor {
126
126
  */
127
127
  Tags?: TagMap;
128
128
  /**
129
- * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
129
+ * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. Setting this limit can help control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
130
130
  */
131
131
  MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
132
132
  /**
@@ -134,11 +134,11 @@ declare namespace InternetMonitor {
134
134
  */
135
135
  InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
136
136
  /**
137
- * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
137
+ * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set. To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
138
138
  */
139
139
  TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
140
140
  /**
141
- * Defines the health event threshold percentages, for performance score and availability score. Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default calue is 95%.
141
+ * Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event. Internet Monitor creates a health event when an internet issue that affects your application end users has a health score percentage that is at or below a specific threshold, and, sometimes, when other criteria are met. If you don't set a health event threshold, the default value is 95%. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
142
142
  */
143
143
  HealthEventsConfig?: HealthEventsConfig;
144
144
  }
@@ -205,7 +205,7 @@ declare namespace InternetMonitor {
205
205
  */
206
206
  Status: HealthEventStatus;
207
207
  /**
208
- * The impact on total traffic that a health event has.
208
+ * The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
209
209
  */
210
210
  PercentOfTotalTrafficImpacted?: Double;
211
211
  /**
@@ -213,7 +213,7 @@ declare namespace InternetMonitor {
213
213
  */
214
214
  ImpactType: HealthEventImpactType;
215
215
  /**
216
- * The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.
216
+ * The threshold percentage for a health score that determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
217
217
  */
218
218
  HealthScoreThreshold?: Percentage;
219
219
  }
@@ -233,7 +233,7 @@ declare namespace InternetMonitor {
233
233
  */
234
234
  MonitorArn: MonitorArn;
235
235
  /**
236
- * The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
236
+ * The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
237
237
  */
238
238
  Resources: SetOfARNs;
239
239
  /**
@@ -261,7 +261,7 @@ declare namespace InternetMonitor {
261
261
  */
262
262
  Tags?: TagMap;
263
263
  /**
264
- * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
264
+ * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs. To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
265
265
  */
266
266
  MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
267
267
  /**
@@ -269,11 +269,11 @@ declare namespace InternetMonitor {
269
269
  */
270
270
  InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
271
271
  /**
272
- * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
272
+ * The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set. To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
273
273
  */
274
274
  TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
275
275
  /**
276
- * The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.
276
+ * The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
277
277
  */
278
278
  HealthEventsConfig?: HealthEventsConfig;
279
279
  }
@@ -311,7 +311,7 @@ declare namespace InternetMonitor {
311
311
  */
312
312
  Status: HealthEventStatus;
313
313
  /**
314
- * The impact on global traffic monitored by this monitor for this health event.
314
+ * The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
315
315
  */
316
316
  PercentOfTotalTrafficImpacted?: Double;
317
317
  /**
@@ -323,7 +323,7 @@ declare namespace InternetMonitor {
323
323
  */
324
324
  HealthScoreThreshold?: Percentage;
325
325
  }
326
- export type HealthEventImpactType = "AVAILABILITY"|"PERFORMANCE"|string;
326
+ export type HealthEventImpactType = "AVAILABILITY"|"PERFORMANCE"|"LOCAL_AVAILABILITY"|"LOCAL_PERFORMANCE"|string;
327
327
  export type HealthEventList = HealthEvent[];
328
328
  export type HealthEventName = string;
329
329
  export type HealthEventStatus = "ACTIVE"|"RESOLVED"|string;
@@ -336,6 +336,14 @@ declare namespace InternetMonitor {
336
336
  * The health event threshold percentage set for performance scores.
337
337
  */
338
338
  PerformanceScoreThreshold?: Percentage;
339
+ /**
340
+ * The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.
341
+ */
342
+ AvailabilityLocalHealthEventsConfig?: LocalHealthEventsConfig;
343
+ /**
344
+ * The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.
345
+ */
346
+ PerformanceLocalHealthEventsConfig?: LocalHealthEventsConfig;
339
347
  }
340
348
  export interface ImpactedLocation {
341
349
  /**
@@ -484,6 +492,21 @@ declare namespace InternetMonitor {
484
492
  */
485
493
  Tags?: TagMap;
486
494
  }
495
+ export interface LocalHealthEventsConfig {
496
+ /**
497
+ * The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be ENABLED or DISABLED.
498
+ */
499
+ Status?: LocalHealthEventsConfigStatus;
500
+ /**
501
+ * The health event threshold percentage set for a local health score.
502
+ */
503
+ HealthScoreThreshold?: Percentage;
504
+ /**
505
+ * The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
506
+ */
507
+ MinTrafficImpact?: Percentage;
508
+ }
509
+ export type LocalHealthEventsConfigStatus = "ENABLED"|"DISABLED"|string;
487
510
  export type LogDeliveryStatus = "ENABLED"|"DISABLED"|string;
488
511
  export type Long = number;
489
512
  export type MaxCityNetworksToMonitor = number;
@@ -542,7 +565,7 @@ declare namespace InternetMonitor {
542
565
  */
543
566
  ExperienceScore?: Double;
544
567
  /**
545
- * How much performance impact was caused by a health event for total traffic globally. For performance, this is the percentage of how much latency increased during the event compared to typical performance for your application traffic globally. For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
568
+ * The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network. For more information, see When Amazon Web Services creates and resolves health events in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
546
569
  */
547
570
  PercentOfTotalTrafficImpacted?: Double;
548
571
  /**
@@ -623,7 +646,7 @@ declare namespace InternetMonitor {
623
646
  */
624
647
  MonitorName: ResourceName;
625
648
  /**
626
- * The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). You can add a combination of Amazon Virtual Private Clouds (VPCs) and Amazon CloudFront distributions, or you can add Amazon WorkSpaces directories. You can't add all three types of resources. If you add only VPC resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
649
+ * The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs). Resources can be VPCs, NLBs, Amazon CloudFront distributions, or Amazon WorkSpaces directories. You can add a combination of VPCs and CloudFront distributions, or you can add WorkSpaces directories, or you can add NLBs. You can't add NLBs or WorkSpaces directories together with any other resources. If you add only Amazon Virtual Private Clouds resources, at least one VPC must have an Internet Gateway attached to it, to make sure that it has internet connectivity.
627
650
  */
628
651
  ResourcesToAdd?: SetOfARNs;
629
652
  /**
@@ -639,7 +662,7 @@ declare namespace InternetMonitor {
639
662
  */
640
663
  ClientToken?: String;
641
664
  /**
642
- * The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network or ASN, such as an internet service provider, that clients access the resources through.
665
+ * The maximum number of city-networks to monitor for your application. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. Setting this limit can help control billing costs.
643
666
  */
644
667
  MaxCityNetworksToMonitor?: MaxCityNetworksToMonitor;
645
668
  /**
@@ -647,11 +670,11 @@ declare namespace InternetMonitor {
647
670
  */
648
671
  InternetMeasurementsLogDelivery?: InternetMeasurementsLogDelivery;
649
672
  /**
650
- * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
673
+ * The percentage of the internet-facing traffic for your application that you want to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set. To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
651
674
  */
652
675
  TrafficPercentageToMonitor?: TrafficPercentageToMonitor;
653
676
  /**
654
- * The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
677
+ * The list of health score thresholds. A threshold percentage for health scores, along with other configuration information, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
655
678
  */
656
679
  HealthEventsConfig?: HealthEventsConfig;
657
680
  }