cdk-lambda-subminute 2.0.432 → 2.0.434

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 (31) hide show
  1. package/.jsii +55 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
  5. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +23 -17
  6. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2 -1
  7. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
  8. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +149 -0
  9. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +32 -14
  11. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
  12. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
  13. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
  14. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
  15. package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
  16. package/node_modules/aws-sdk/clients/emrserverless.d.ts +14 -1
  17. package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
  18. package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
  19. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +170 -13
  20. package/node_modules/aws-sdk/clients/personalize.d.ts +56 -19
  21. package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
  22. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
  24. package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -0
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +35 -17
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +29 -29
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +3 -3
@@ -25,6 +25,12 @@
25
25
  "limit_key": "Limit",
26
26
  "output_token": "NextToken",
27
27
  "result_key": "Workspaces"
28
+ },
29
+ "ListAccountLinks": {
30
+ "input_token": "NextToken",
31
+ "limit_key": "MaxResults",
32
+ "output_token": "NextToken",
33
+ "result_key": "AccountLinks"
28
34
  }
29
35
  }
30
36
  }
@@ -669,6 +669,10 @@ declare namespace Drs {
669
669
  * AWS Availability zone into which data is being replicated.
670
670
  */
671
671
  stagingAvailabilityZone?: AwsAvailabilityZone;
672
+ /**
673
+ * The ARN of the staging Outpost
674
+ */
675
+ stagingOutpostArn?: OutpostARN;
672
676
  }
673
677
  export interface DataReplicationInfoReplicatedDisk {
674
678
  /**
@@ -1591,6 +1595,7 @@ declare namespace Drs {
1591
1595
  fullString?: BoundedString;
1592
1596
  }
1593
1597
  export type OriginEnvironment = "ON_PREMISES"|"AWS"|string;
1598
+ export type OutpostARN = string;
1594
1599
  export type PITPolicy = PITPolicyRule[];
1595
1600
  export interface PITPolicyRule {
1596
1601
  /**
@@ -1767,6 +1772,10 @@ declare namespace Drs {
1767
1772
  * Properties of the Recovery Instance machine.
1768
1773
  */
1769
1774
  recoveryInstanceProperties?: RecoveryInstanceProperties;
1775
+ /**
1776
+ * The ARN of the source Outpost
1777
+ */
1778
+ sourceOutpostArn?: OutpostARN;
1770
1779
  /**
1771
1780
  * The Source Server ID that this Recovery Instance is associated with.
1772
1781
  */
@@ -1815,6 +1824,10 @@ declare namespace Drs {
1815
1824
  * AWS Availability zone into which data is being replicated.
1816
1825
  */
1817
1826
  stagingAvailabilityZone?: AwsAvailabilityZone;
1827
+ /**
1828
+ * The ARN of the staging Outpost
1829
+ */
1830
+ stagingOutpostArn?: OutpostARN;
1818
1831
  }
1819
1832
  export interface RecoveryInstanceDataReplicationInfoReplicatedDisk {
1820
1833
  /**
@@ -2204,6 +2217,10 @@ declare namespace Drs {
2204
2217
  * AWS Region for an EC2-originated Source Server.
2205
2218
  */
2206
2219
  originRegion?: AwsRegion;
2220
+ /**
2221
+ * The ARN of the source Outpost
2222
+ */
2223
+ sourceOutpostArn?: OutpostARN;
2207
2224
  }
2208
2225
  export interface SourceNetwork {
2209
2226
  /**
@@ -2814,7 +2831,7 @@ declare namespace Drs {
2814
2831
  */
2815
2832
  useDedicatedReplicationServer?: Boolean;
2816
2833
  }
2817
- export type VolumeStatus = "REGULAR"|"CONTAINS_MARKETPLACE_PRODUCT_CODES"|"MISSING_VOLUME_ATTRIBUTES"|"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"|string;
2834
+ export type VolumeStatus = "REGULAR"|"CONTAINS_MARKETPLACE_PRODUCT_CODES"|"MISSING_VOLUME_ATTRIBUTES"|"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"|"PENDING"|string;
2818
2835
  export type VolumeToConversionMap = {[key: string]: ConversionMap};
2819
2836
  export type VolumeToProductCodes = {[key: string]: ProductCodes};
2820
2837
  export type VolumeToSizeMap = {[key: string]: PositiveInteger};
@@ -347,6 +347,8 @@ declare namespace EMRServerless {
347
347
  */
348
348
  monitoringConfiguration?: MonitoringConfiguration;
349
349
  }
350
+ export type ConfigurationPropertyKey = string;
351
+ export type ConfigurationPropertyValue = string;
350
352
  export type CpuSize = string;
351
353
  export interface CreateApplicationRequest {
352
354
  /**
@@ -791,6 +793,10 @@ declare namespace EMRServerless {
791
793
  * The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs to send log information to CloudWatch.
792
794
  */
793
795
  cloudWatchLoggingConfiguration?: CloudWatchLoggingConfiguration;
796
+ /**
797
+ * The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.
798
+ */
799
+ prometheusMonitoringConfiguration?: PrometheusMonitoringConfiguration;
794
800
  }
795
801
  export interface NetworkConfiguration {
796
802
  /**
@@ -803,6 +809,13 @@ declare namespace EMRServerless {
803
809
  securityGroupIds?: SecurityGroupIds;
804
810
  }
805
811
  export type NextToken = string;
812
+ export interface PrometheusMonitoringConfiguration {
813
+ /**
814
+ * The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.
815
+ */
816
+ remoteWriteUrl?: PrometheusUrlString;
817
+ }
818
+ export type PrometheusUrlString = string;
806
819
  export type Query = string;
807
820
  export type ReleaseLabel = string;
808
821
  export type RequestIdentityUserArn = string;
@@ -833,7 +846,7 @@ declare namespace EMRServerless {
833
846
  }
834
847
  export type SecurityGroupIds = SecurityGroupString[];
835
848
  export type SecurityGroupString = string;
836
- export type SensitivePropertiesMap = {[key: string]: String1024};
849
+ export type SensitivePropertiesMap = {[key: string]: ConfigurationPropertyValue};
837
850
  export interface SparkSubmit {
838
851
  /**
839
852
  * The entry point for the Spark submit job run.
@@ -8353,6 +8353,10 @@ declare namespace Glue {
8353
8353
  * The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.
8354
8354
  */
8355
8355
  Permissions?: PermissionList;
8356
+ /**
8357
+ * The filter that applies to the table. For example when applying the filter in SQL, it would go in the WHERE clause and can be evaluated by using an AND operator with any other predicates applied by the user querying the table.
8358
+ */
8359
+ RowFilter?: PredicateString;
8356
8360
  }
8357
8361
  export interface GetUserDefinedFunctionRequest {
8358
8362
  /**
@@ -1207,7 +1207,7 @@ declare namespace GuardDuty {
1207
1207
  */
1208
1208
  Rank?: FilterRank;
1209
1209
  /**
1210
- * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId id region severity To filter on the basis of severity, the API and CLI use the following input list for the FindingCriteria condition: Low: ["1", "2", "3"] Medium: ["4", "5", "6"] High: ["7", "8", "9"] For more information, see Severity levels for GuardDuty findings. type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds. resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.outpostArn resource.resourceType resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.action.awsApiCallAction.remoteAccountDetails.affiliated service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4 service.action.kubernetesApiCallAction.namespace service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn service.action.kubernetesApiCallAction.requestUri service.action.kubernetesApiCallAction.statusCode service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.protocol service.action.awsApiCallAction.serviceName service.action.awsApiCallAction.remoteAccountDetails.accountId service.additionalInfo.threatListName service.resourceRole resource.eksClusterDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.namespace resource.kubernetesDetails.kubernetesUserDetails.username resource.kubernetesDetails.kubernetesWorkloadDetails.containers.image resource.kubernetesDetails.kubernetesWorkloadDetails.containers.imagePrefix service.ebsVolumeScanDetails.scanId service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.name service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.severity service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.filePaths.hash resource.ecsClusterDetails.name resource.ecsClusterDetails.taskDetails.containers.image resource.ecsClusterDetails.taskDetails.definitionArn resource.containerDetails.image resource.rdsDbInstanceDetails.dbInstanceIdentifier resource.rdsDbInstanceDetails.dbClusterIdentifier resource.rdsDbInstanceDetails.engine resource.rdsDbUserDetails.user resource.rdsDbInstanceDetails.tags.key resource.rdsDbInstanceDetails.tags.value service.runtimeDetails.process.executableSha256 service.runtimeDetails.process.name service.runtimeDetails.process.name resource.lambdaDetails.functionName resource.lambdaDetails.functionArn resource.lambdaDetails.tags.key resource.lambdaDetails.tags.value
1210
+ * Represents the criteria to be used in the filter for querying findings. You can only use the following attributes to query findings: accountId id region severity To filter on the basis of severity, the API and CLI use the following input list for the FindingCriteria condition: Low: ["1", "2", "3"] Medium: ["4", "5", "6"] High: ["7", "8", "9"] For more information, see Severity levels for GuardDuty findings. type updatedAt Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds. resource.accessKeyDetails.accessKeyId resource.accessKeyDetails.principalId resource.accessKeyDetails.userName resource.accessKeyDetails.userType resource.instanceDetails.iamInstanceProfile.id resource.instanceDetails.imageId resource.instanceDetails.instanceId resource.instanceDetails.tags.key resource.instanceDetails.tags.value resource.instanceDetails.networkInterfaces.ipv6Addresses resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress resource.instanceDetails.networkInterfaces.publicDnsName resource.instanceDetails.networkInterfaces.publicIp resource.instanceDetails.networkInterfaces.securityGroups.groupId resource.instanceDetails.networkInterfaces.securityGroups.groupName resource.instanceDetails.networkInterfaces.subnetId resource.instanceDetails.networkInterfaces.vpcId resource.instanceDetails.outpostArn resource.resourceType resource.s3BucketDetails.publicAccess.effectivePermissions resource.s3BucketDetails.name resource.s3BucketDetails.tags.key resource.s3BucketDetails.tags.value resource.s3BucketDetails.type service.action.actionType service.action.awsApiCallAction.api service.action.awsApiCallAction.callerType service.action.awsApiCallAction.errorCode service.action.awsApiCallAction.remoteIpDetails.city.cityName service.action.awsApiCallAction.remoteIpDetails.country.countryName service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 service.action.awsApiCallAction.remoteIpDetails.ipAddressV6 service.action.awsApiCallAction.remoteIpDetails.organization.asn service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg service.action.awsApiCallAction.serviceName service.action.dnsRequestAction.domain service.action.dnsRequestAction.domainWithSuffix service.action.networkConnectionAction.blocked service.action.networkConnectionAction.connectionDirection service.action.networkConnectionAction.localPortDetails.port service.action.networkConnectionAction.protocol service.action.networkConnectionAction.remoteIpDetails.city.cityName service.action.networkConnectionAction.remoteIpDetails.country.countryName service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 service.action.networkConnectionAction.remoteIpDetails.ipAddressV6 service.action.networkConnectionAction.remoteIpDetails.organization.asn service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg service.action.networkConnectionAction.remotePortDetails.port service.action.awsApiCallAction.remoteAccountDetails.affiliated service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV4 service.action.kubernetesApiCallAction.remoteIpDetails.ipAddressV6 service.action.kubernetesApiCallAction.namespace service.action.kubernetesApiCallAction.remoteIpDetails.organization.asn service.action.kubernetesApiCallAction.requestUri service.action.kubernetesApiCallAction.statusCode service.action.networkConnectionAction.localIpDetails.ipAddressV4 service.action.networkConnectionAction.localIpDetails.ipAddressV6 service.action.networkConnectionAction.protocol service.action.awsApiCallAction.serviceName service.action.awsApiCallAction.remoteAccountDetails.accountId service.additionalInfo.threatListName service.resourceRole resource.eksClusterDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.name resource.kubernetesDetails.kubernetesWorkloadDetails.namespace resource.kubernetesDetails.kubernetesUserDetails.username resource.kubernetesDetails.kubernetesWorkloadDetails.containers.image resource.kubernetesDetails.kubernetesWorkloadDetails.containers.imagePrefix service.ebsVolumeScanDetails.scanId service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.name service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.severity service.ebsVolumeScanDetails.scanDetections.threatDetectedByName.threatNames.filePaths.hash resource.ecsClusterDetails.name resource.ecsClusterDetails.taskDetails.containers.image resource.ecsClusterDetails.taskDetails.definitionArn resource.containerDetails.image resource.rdsDbInstanceDetails.dbInstanceIdentifier resource.rdsDbInstanceDetails.dbClusterIdentifier resource.rdsDbInstanceDetails.engine resource.rdsDbUserDetails.user resource.rdsDbInstanceDetails.tags.key resource.rdsDbInstanceDetails.tags.value service.runtimeDetails.process.executableSha256 service.runtimeDetails.process.name service.runtimeDetails.process.name resource.lambdaDetails.functionName resource.lambdaDetails.functionArn resource.lambdaDetails.tags.key resource.lambdaDetails.tags.value
1211
1211
  */
1212
1212
  FindingCriteria: FindingCriteria;
1213
1213
  /**
@@ -3169,6 +3169,10 @@ declare namespace GuardDuty {
3169
3169
  * The IPv4 local address of the connection.
3170
3170
  */
3171
3171
  IpAddressV4?: SensitiveString;
3172
+ /**
3173
+ * The IPv6 local address of the connection.
3174
+ */
3175
+ IpAddressV6?: SensitiveString;
3172
3176
  }
3173
3177
  export interface LocalPortDetails {
3174
3178
  /**
@@ -3885,6 +3889,10 @@ declare namespace GuardDuty {
3885
3889
  * The IPv4 remote address of the connection.
3886
3890
  */
3887
3891
  IpAddressV4?: SensitiveString;
3892
+ /**
3893
+ * The IPv6 remote address of the connection.
3894
+ */
3895
+ IpAddressV6?: SensitiveString;
3888
3896
  /**
3889
3897
  * The ISP organization information of the remote IP address.
3890
3898
  */
@@ -28,13 +28,21 @@ 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 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.
31
+ * Gets information that 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 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.
35
+ * Gets information that 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
+ /**
39
+ * Gets information that Amazon CloudWatch Internet Monitor has generated about an internet event. Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers. The information returned here includes the impacted location, when the event started and (if the event is over) ended, the type of event (PERFORMANCE or AVAILABILITY), and the status (ACTIVE or RESOLVED).
40
+ */
41
+ getInternetEvent(params: InternetMonitor.Types.GetInternetEventInput, callback?: (err: AWSError, data: InternetMonitor.Types.GetInternetEventOutput) => void): Request<InternetMonitor.Types.GetInternetEventOutput, AWSError>;
42
+ /**
43
+ * Gets information that Amazon CloudWatch Internet Monitor has generated about an internet event. Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers. The information returned here includes the impacted location, when the event started and (if the event is over) ended, the type of event (PERFORMANCE or AVAILABILITY), and the status (ACTIVE or RESOLVED).
44
+ */
45
+ getInternetEvent(callback?: (err: AWSError, data: InternetMonitor.Types.GetInternetEventOutput) => void): Request<InternetMonitor.Types.GetInternetEventOutput, AWSError>;
38
46
  /**
39
47
  * Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name. The information returned includes the Amazon Resource Name (ARN), create time, modified time, resources included in the monitor, and status information.
40
48
  */
@@ -60,13 +68,21 @@ declare class InternetMonitor extends Service {
60
68
  */
61
69
  getQueryStatus(callback?: (err: AWSError, data: InternetMonitor.Types.GetQueryStatusOutput) => void): Request<InternetMonitor.Types.GetQueryStatusOutput, AWSError>;
62
70
  /**
63
- * 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.
71
+ * Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end times, 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.
64
72
  */
65
73
  listHealthEvents(params: InternetMonitor.Types.ListHealthEventsInput, callback?: (err: AWSError, data: InternetMonitor.Types.ListHealthEventsOutput) => void): Request<InternetMonitor.Types.ListHealthEventsOutput, AWSError>;
66
74
  /**
67
- * 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.
75
+ * Lists all health events for a monitor in Amazon CloudWatch Internet Monitor. Returns information for health events including the event start and end times, 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.
68
76
  */
69
77
  listHealthEvents(callback?: (err: AWSError, data: InternetMonitor.Types.ListHealthEventsOutput) => void): Request<InternetMonitor.Types.ListHealthEventsOutput, AWSError>;
78
+ /**
79
+ * Lists internet events that cause performance or availability issues for client locations. Amazon CloudWatch Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers. You can constrain the list of internet events returned by providing a start time and end time to define a total time frame for events you want to list. Both start time and end time specify the time when an event started. End time is optional. If you don't include it, the default end time is the current time. You can also limit the events returned to a specific status (ACTIVE or RESOLVED) or type (PERFORMANCE or AVAILABILITY).
80
+ */
81
+ listInternetEvents(params: InternetMonitor.Types.ListInternetEventsInput, callback?: (err: AWSError, data: InternetMonitor.Types.ListInternetEventsOutput) => void): Request<InternetMonitor.Types.ListInternetEventsOutput, AWSError>;
82
+ /**
83
+ * Lists internet events that cause performance or availability issues for client locations. Amazon CloudWatch Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers. You can constrain the list of internet events returned by providing a start time and end time to define a total time frame for events you want to list. Both start time and end time specify the time when an event started. End time is optional. If you don't include it, the default end time is the current time. You can also limit the events returned to a specific status (ACTIVE or RESOLVED) or type (PERFORMANCE or AVAILABILITY).
84
+ */
85
+ listInternetEvents(callback?: (err: AWSError, data: InternetMonitor.Types.ListInternetEventsOutput) => void): Request<InternetMonitor.Types.ListInternetEventsOutput, AWSError>;
70
86
  /**
71
87
  * Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.
72
88
  */
@@ -142,6 +158,40 @@ declare namespace InternetMonitor {
142
158
  PercentOfClientLocationImpacted?: Double;
143
159
  }
144
160
  export type Boolean = boolean;
161
+ export interface ClientLocation {
162
+ /**
163
+ * The name of the internet service provider (ISP) or network (ASN).
164
+ */
165
+ ASName: String;
166
+ /**
167
+ * The Autonomous System Number (ASN) of the network at an impacted location.
168
+ */
169
+ ASNumber: Long;
170
+ /**
171
+ * The name of the country where the internet event is located.
172
+ */
173
+ Country: String;
174
+ /**
175
+ * The subdivision location where the health event is located. The subdivision usually maps to states in most countries (including the United States). For United Kingdom, it maps to a country (England, Scotland, Wales) or province (Northern Ireland).
176
+ */
177
+ Subdivision?: String;
178
+ /**
179
+ * The metro area where the health event is located. Metro indicates a metropolitan region in the United States, such as the region around New York City. In non-US countries, this is a second-level subdivision. For example, in the United Kingdom, it could be a county, a London borough, a unitary authority, council area, and so on.
180
+ */
181
+ Metro?: String;
182
+ /**
183
+ * The name of the city where the internet event is located.
184
+ */
185
+ City: String;
186
+ /**
187
+ * The latitude where the internet event is located.
188
+ */
189
+ Latitude: Double;
190
+ /**
191
+ * The longitude where the internet event is located.
192
+ */
193
+ Longitude: Double;
194
+ }
145
195
  export interface CreateMonitorInput {
146
196
  /**
147
197
  * The name of the monitor.
@@ -221,7 +271,7 @@ declare namespace InternetMonitor {
221
271
  */
222
272
  EventId: HealthEventName;
223
273
  /**
224
- * TBD
274
+ * The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
225
275
  */
226
276
  LinkedAccountId?: AccountId;
227
277
  }
@@ -271,13 +321,49 @@ declare namespace InternetMonitor {
271
321
  */
272
322
  HealthScoreThreshold?: Percentage;
273
323
  }
324
+ export interface GetInternetEventInput {
325
+ /**
326
+ * The EventId of the internet event to return information for.
327
+ */
328
+ EventId: InternetEventId;
329
+ }
330
+ export interface GetInternetEventOutput {
331
+ /**
332
+ * The internally-generated identifier of an internet event.
333
+ */
334
+ EventId: InternetEventId;
335
+ /**
336
+ * The Amazon Resource Name (ARN) of the internet event.
337
+ */
338
+ EventArn: Arn;
339
+ /**
340
+ * The time when the internet event started.
341
+ */
342
+ StartedAt: SyntheticTimestamp_date_time;
343
+ /**
344
+ * The time when the internet event ended. If the event hasn't ended yet, this value is empty.
345
+ */
346
+ EndedAt?: SyntheticTimestamp_date_time;
347
+ /**
348
+ * The impacted location, such as a city, where clients access Amazon Web Services application resources.
349
+ */
350
+ ClientLocation: ClientLocation;
351
+ /**
352
+ * The type of network impairment.
353
+ */
354
+ EventType: InternetEventType;
355
+ /**
356
+ * The status of the internet event.
357
+ */
358
+ EventStatus: InternetEventStatus;
359
+ }
274
360
  export interface GetMonitorInput {
275
361
  /**
276
362
  * The name of the monitor.
277
363
  */
278
364
  MonitorName: ResourceName;
279
365
  /**
280
- * TBD
366
+ * The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
281
367
  */
282
368
  LinkedAccountId?: AccountId;
283
369
  }
@@ -413,7 +499,7 @@ declare namespace InternetMonitor {
413
499
  */
414
500
  ImpactedLocations: ImpactedLocationsList;
415
501
  /**
416
- * Health event list member.
502
+ * The status of a health event.
417
503
  */
418
504
  Status: HealthEventStatus;
419
505
  /**
@@ -453,7 +539,7 @@ declare namespace InternetMonitor {
453
539
  }
454
540
  export interface ImpactedLocation {
455
541
  /**
456
- * The name of the network at an impacted location.
542
+ * The name of the internet service provider (ISP) or network (ASN).
457
543
  */
458
544
  ASName: String;
459
545
  /**
@@ -514,6 +600,41 @@ declare namespace InternetMonitor {
514
600
  Ipv4Prefixes?: Ipv4PrefixList;
515
601
  }
516
602
  export type ImpactedLocationsList = ImpactedLocation[];
603
+ export type InternetEventId = string;
604
+ export type InternetEventMaxResults = number;
605
+ export type InternetEventStatus = "ACTIVE"|"RESOLVED"|string;
606
+ export interface InternetEventSummary {
607
+ /**
608
+ * The internally-generated identifier of an internet event.
609
+ */
610
+ EventId: InternetEventId;
611
+ /**
612
+ * The Amazon Resource Name (ARN) of the internet event.
613
+ */
614
+ EventArn: Arn;
615
+ /**
616
+ * The time when an internet event started.
617
+ */
618
+ StartedAt: SyntheticTimestamp_date_time;
619
+ /**
620
+ * The time when an internet event ended. If the event hasn't ended yet, this value is empty.
621
+ */
622
+ EndedAt?: SyntheticTimestamp_date_time;
623
+ /**
624
+ * The impacted location, such as a city, that Amazon Web Services clients access application resources from.
625
+ */
626
+ ClientLocation: ClientLocation;
627
+ /**
628
+ * The type of network impairment.
629
+ */
630
+ EventType: InternetEventType;
631
+ /**
632
+ * The status of an internet event.
633
+ */
634
+ EventStatus: InternetEventStatus;
635
+ }
636
+ export type InternetEventType = "AVAILABILITY"|"PERFORMANCE"|string;
637
+ export type InternetEventsList = InternetEventSummary[];
517
638
  export interface InternetHealth {
518
639
  /**
519
640
  * Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an availability drop. For example, an availability score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing an availability drop for that pair. For more information, see How Internet Monitor calculates performance and availability scores in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
@@ -557,7 +678,7 @@ declare namespace InternetMonitor {
557
678
  */
558
679
  EventStatus?: HealthEventStatus;
559
680
  /**
560
- * TBD
681
+ * The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
561
682
  */
562
683
  LinkedAccountId?: AccountId;
563
684
  }
@@ -571,6 +692,42 @@ declare namespace InternetMonitor {
571
692
  */
572
693
  NextToken?: String;
573
694
  }
695
+ export interface ListInternetEventsInput {
696
+ /**
697
+ * The token for the next set of results. You receive this token from a previous call.
698
+ */
699
+ NextToken?: String;
700
+ /**
701
+ * The number of query results that you want to return with this call.
702
+ */
703
+ MaxResults?: InternetEventMaxResults;
704
+ /**
705
+ * The start time of the time window that you want to get a list of internet events for.
706
+ */
707
+ StartTime?: SyntheticTimestamp_date_time;
708
+ /**
709
+ * The end time of the time window that you want to get a list of internet events for.
710
+ */
711
+ EndTime?: SyntheticTimestamp_date_time;
712
+ /**
713
+ * The status of an internet event.
714
+ */
715
+ EventStatus?: String;
716
+ /**
717
+ * The type of network impairment.
718
+ */
719
+ EventType?: String;
720
+ }
721
+ export interface ListInternetEventsOutput {
722
+ /**
723
+ * A set of internet events returned for the list operation.
724
+ */
725
+ InternetEvents: InternetEventsList;
726
+ /**
727
+ * The token for the next set of results. You receive this token from a previous call.
728
+ */
729
+ NextToken?: String;
730
+ }
574
731
  export interface ListMonitorsInput {
575
732
  /**
576
733
  * The token for the next set of results. You receive this token from a previous call.
@@ -585,7 +742,7 @@ declare namespace InternetMonitor {
585
742
  */
586
743
  MonitorStatus?: String;
587
744
  /**
588
- * TBD
745
+ * A boolean option that you can set to TRUE to include monitors for linked accounts in a list of monitors, when you've set up cross-account sharing in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
589
746
  */
590
747
  IncludeLinkedAccounts?: Boolean;
591
748
  }
@@ -654,7 +811,7 @@ declare namespace InternetMonitor {
654
811
  export type MonitorProcessingStatusCode = "OK"|"INACTIVE"|"COLLECTING_DATA"|"INSUFFICIENT_DATA"|"FAULT_SERVICE"|"FAULT_ACCESS_CLOUDWATCH"|string;
655
812
  export interface Network {
656
813
  /**
657
- * The internet provider name or network name.
814
+ * The name of the internet service provider (ISP) or network (ASN).
658
815
  */
659
816
  ASName: String;
660
817
  /**
@@ -672,7 +829,7 @@ declare namespace InternetMonitor {
672
829
  */
673
830
  AsPath: NetworkList;
674
831
  /**
675
- * Type of network impairment.
832
+ * The type of network impairment.
676
833
  */
677
834
  NetworkEventType: TriangulationEventType;
678
835
  }
@@ -766,7 +923,7 @@ declare namespace InternetMonitor {
766
923
  */
767
924
  FilterParameters?: FilterParameters;
768
925
  /**
769
- * TBD
926
+ * The account ID for an account that you've set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see Internet Monitor cross-account observability in the Amazon CloudWatch Internet Monitor User Guide.
770
927
  */
771
928
  LinkedAccountId?: AccountId;
772
929
  }