New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@aws-sdk/client-health

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-health - npm Package Compare versions

Comparing version

to
3.691.0

@@ -27,3 +27,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

*/
accountId?: string;
accountId?: string | undefined;
/**

@@ -33,3 +33,3 @@ * <p>The number of entities that match the filter criteria for the specified events.</p>

*/
count?: number;
count?: number | undefined;
/**

@@ -39,3 +39,3 @@ * <p>The number of affected entities aggregated by the entity status codes.</p>

*/
statuses?: Partial<Record<EntityStatusCode, number>>;
statuses?: Partial<Record<EntityStatusCode, number>> | undefined;
}

@@ -53,3 +53,3 @@ /**

*/
entityArn?: string;
entityArn?: string | undefined;
/**

@@ -66,3 +66,3 @@ * <p>The unique identifier for the event. The event ARN has the

*/
eventArn?: string;
eventArn?: string | undefined;
/**

@@ -72,3 +72,3 @@ * <p>The ID of the affected entity.</p>

*/
entityValue?: string;
entityValue?: string | undefined;
/**

@@ -78,3 +78,3 @@ * <p>The URL of the affected entity.</p>

*/
entityUrl?: string;
entityUrl?: string | undefined;
/**

@@ -84,3 +84,3 @@ * <p>The 12-digit Amazon Web Services account number that contains the affected entity.</p>

*/
awsAccountId?: string;
awsAccountId?: string | undefined;
/**

@@ -90,3 +90,3 @@ * <p>The most recent time that the entity was updated.</p>

*/
lastUpdatedTime?: Date;
lastUpdatedTime?: Date | undefined;
/**

@@ -97,3 +97,3 @@ * <p>The most recent status of the entity affected by the event. The possible values are

*/
statusCode?: EntityStatusCode;
statusCode?: EntityStatusCode | undefined;
/**

@@ -106,3 +106,3 @@ * <p>A map of entity tags attached to the affected entity.</p>

*/
tags?: Record<string, string>;
tags?: Record<string, string> | undefined;
}

@@ -132,3 +132,3 @@ /**

*/
nextToken?: string;
nextToken?: string | undefined;
/**

@@ -138,3 +138,3 @@ * <p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
}

@@ -162,3 +162,3 @@ /**

*/
affectedAccounts?: string[];
affectedAccounts?: string[] | undefined;
/**

@@ -186,3 +186,3 @@ * <p>This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.</p>

*/
eventScopeCode?: EventScopeCode;
eventScopeCode?: EventScopeCode | undefined;
/**

@@ -195,3 +195,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -225,3 +225,3 @@ /**

*/
from?: Date;
from?: Date | undefined;
/**

@@ -231,3 +231,3 @@ * <p>The ending date and time of a time range.</p>

*/
to?: Date;
to?: Date | undefined;
}

@@ -249,3 +249,3 @@ /**

*/
entityArns?: string[];
entityArns?: string[] | undefined;
/**

@@ -255,3 +255,3 @@ * <p>A list of IDs for affected entities.</p>

*/
entityValues?: string[];
entityValues?: string[] | undefined;
/**

@@ -261,3 +261,3 @@ * <p>A list of the most recent dates and times that the entity was updated.</p>

*/
lastUpdatedTimes?: DateTimeRange[];
lastUpdatedTimes?: DateTimeRange[] | undefined;
/**

@@ -270,3 +270,3 @@ * <p>A map of entity tags attached to the affected entity.</p>

*/
tags?: Record<string, string>[];
tags?: Record<string, string>[] | undefined;
/**

@@ -277,3 +277,3 @@ * <p>A list of entity status codes (<code>IMPAIRED</code>, <code>UNIMPAIRED</code>, or

*/
statusCodes?: EntityStatusCode[];
statusCodes?: EntityStatusCode[] | undefined;
}

@@ -293,3 +293,3 @@ /**

*/
locale?: string;
locale?: string | undefined;
/**

@@ -302,3 +302,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
/**

@@ -308,3 +308,3 @@ * <p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
}

@@ -319,3 +319,3 @@ /**

*/
entities?: AffectedEntity[];
entities?: AffectedEntity[] | undefined;
/**

@@ -328,3 +328,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -364,3 +364,3 @@ /**

*/
awsAccountId?: string;
awsAccountId?: string | undefined;
/**

@@ -370,3 +370,3 @@ * <p>A list of entity status codes.</p>

*/
statusCodes?: EntityStatusCode[];
statusCodes?: EntityStatusCode[] | undefined;
}

@@ -394,3 +394,3 @@ /**

*/
awsAccountId?: string;
awsAccountId?: string | undefined;
}

@@ -408,3 +408,3 @@ /**

*/
organizationEntityFilters?: EventAccountFilter[];
organizationEntityFilters?: EventAccountFilter[] | undefined;
/**

@@ -414,3 +414,3 @@ * <p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>

*/
locale?: string;
locale?: string | undefined;
/**

@@ -423,3 +423,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
/**

@@ -429,3 +429,3 @@ * <p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
/**

@@ -435,3 +435,3 @@ * <p>A JSON set of elements including the <code>awsAccountId</code>, <code>eventArn</code> and a set of <code>statusCodes</code>.</p>

*/
organizationEntityAccountFilters?: EntityAccountFilter[];
organizationEntityAccountFilters?: EntityAccountFilter[] | undefined;
}

@@ -448,3 +448,3 @@ /**

*/
awsAccountId?: string;
awsAccountId?: string | undefined;
/**

@@ -461,3 +461,3 @@ * <p>The unique identifier for the event. The event ARN has the

*/
eventArn?: string;
eventArn?: string | undefined;
/**

@@ -467,3 +467,3 @@ * <p>The name of the error.</p>

*/
errorName?: string;
errorName?: string | undefined;
/**

@@ -477,3 +477,3 @@ * <p>A message that describes the error. Follow the error message and retry your request.</p>

*/
errorMessage?: string;
errorMessage?: string | undefined;
}

@@ -490,3 +490,3 @@ /**

*/
entities?: AffectedEntity[];
entities?: AffectedEntity[] | undefined;
/**

@@ -497,3 +497,3 @@ * <p>A JSON set of elements of the failed response, including the <code>awsAccountId</code>,

*/
failedSet?: OrganizationAffectedEntitiesErrorItem[];
failedSet?: OrganizationAffectedEntitiesErrorItem[] | undefined;
/**

@@ -506,3 +506,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -518,3 +518,3 @@ /**

*/
eventArns?: string[];
eventArns?: string[] | undefined;
}

@@ -537,3 +537,3 @@ /**

*/
eventArn?: string;
eventArn?: string | undefined;
/**

@@ -543,3 +543,3 @@ * <p>The number of entities that match the criteria for the specified events.</p>

*/
count?: number;
count?: number | undefined;
/**

@@ -549,3 +549,3 @@ * <p>The number of affected entities aggregated by the entity status codes.</p>

*/
statuses?: Partial<Record<EntityStatusCode, number>>;
statuses?: Partial<Record<EntityStatusCode, number>> | undefined;
}

@@ -560,3 +560,3 @@ /**

*/
entityAggregates?: EntityAggregate[];
entityAggregates?: EntityAggregate[] | undefined;
}

@@ -577,3 +577,3 @@ /**

*/
awsAccountIds?: string[];
awsAccountIds?: string[] | undefined;
}

@@ -591,3 +591,3 @@ /**

*/
eventArn?: string;
eventArn?: string | undefined;
/**

@@ -597,3 +597,3 @@ * <p>The number of entities for the organization that match the filter criteria for the specified events.</p>

*/
count?: number;
count?: number | undefined;
/**

@@ -603,3 +603,3 @@ * <p>The number of affected entities aggregated by the entitiy status codes.</p>

*/
statuses?: Partial<Record<EntityStatusCode, number>>;
statuses?: Partial<Record<EntityStatusCode, number>> | undefined;
/**

@@ -610,3 +610,3 @@ * <p>A list of entity aggregates for each of the specified accounts in your organization that are affected by

*/
accounts?: AccountEntityAggregate[];
accounts?: AccountEntityAggregate[] | undefined;
}

@@ -621,3 +621,3 @@ /**

*/
organizationEntityAggregates?: OrganizationEntityAggregate[];
organizationEntityAggregates?: OrganizationEntityAggregate[] | undefined;
}

@@ -673,3 +673,3 @@ /**

*/
eventArns?: string[];
eventArns?: string[] | undefined;
/**

@@ -680,3 +680,3 @@ * <p>A list of unique identifiers for event types. For example, <code>"AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".</code>

*/
eventTypeCodes?: string[];
eventTypeCodes?: string[] | undefined;
/**

@@ -686,3 +686,3 @@ * <p>The Amazon Web Services associated with the event. For example, <code>EC2</code>, <code>RDS</code>.</p>

*/
services?: string[];
services?: string[] | undefined;
/**

@@ -692,3 +692,3 @@ * <p>A list of Amazon Web Services Regions.</p>

*/
regions?: string[];
regions?: string[] | undefined;
/**

@@ -698,3 +698,3 @@ * <p>A list of Amazon Web Services Availability Zones.</p>

*/
availabilityZones?: string[];
availabilityZones?: string[] | undefined;
/**

@@ -704,3 +704,3 @@ * <p>A list of dates and times that the event began.</p>

*/
startTimes?: DateTimeRange[];
startTimes?: DateTimeRange[] | undefined;
/**

@@ -710,3 +710,3 @@ * <p>A list of dates and times that the event ended.</p>

*/
endTimes?: DateTimeRange[];
endTimes?: DateTimeRange[] | undefined;
/**

@@ -716,3 +716,3 @@ * <p>A list of dates and times that the event was last updated.</p>

*/
lastUpdatedTimes?: DateTimeRange[];
lastUpdatedTimes?: DateTimeRange[] | undefined;
/**

@@ -722,3 +722,3 @@ * <p>A list of entity ARNs (unique identifiers).</p>

*/
entityArns?: string[];
entityArns?: string[] | undefined;
/**

@@ -729,3 +729,3 @@ * <p>A list of entity identifiers, such as EC2 instance IDs (<code>i-34ab692e</code>) or EBS

*/
entityValues?: string[];
entityValues?: string[] | undefined;
/**

@@ -737,3 +737,3 @@ * <p>A list of event type category codes. Possible values are

*/
eventTypeCategories?: EventTypeCategory[];
eventTypeCategories?: EventTypeCategory[] | undefined;
/**

@@ -746,3 +746,3 @@ * <p>A map of entity tags attached to the affected entity.</p>

*/
tags?: Record<string, string>[];
tags?: Record<string, string>[] | undefined;
/**

@@ -752,3 +752,3 @@ * <p>A list of event status codes.</p>

*/
eventStatusCodes?: EventStatusCode[];
eventStatusCodes?: EventStatusCode[] | undefined;
}

@@ -763,3 +763,3 @@ /**

*/
filter?: EventFilter;
filter?: EventFilter | undefined;
/**

@@ -774,3 +774,3 @@ * <p>The only currently supported value is <code>eventTypeCategory</code>.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
/**

@@ -783,3 +783,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -795,3 +795,3 @@ /**

*/
aggregateValue?: string;
aggregateValue?: string | undefined;
/**

@@ -801,3 +801,3 @@ * <p>The number of events of the associated issue type.</p>

*/
count?: number;
count?: number | undefined;
}

@@ -812,3 +812,3 @@ /**

*/
eventAggregates?: EventAggregate[];
eventAggregates?: EventAggregate[] | undefined;
/**

@@ -821,3 +821,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -838,3 +838,3 @@ /**

*/
locale?: string;
locale?: string | undefined;
}

@@ -857,3 +857,3 @@ /**

*/
eventArn?: string;
eventArn?: string | undefined;
/**

@@ -863,3 +863,3 @@ * <p>The name of the error.</p>

*/
errorName?: string;
errorName?: string | undefined;
/**

@@ -869,3 +869,3 @@ * <p>A message that describes the error.</p>

*/
errorMessage?: string;
errorMessage?: string | undefined;
}

@@ -907,3 +907,3 @@ /**

*/
arn?: string;
arn?: string | undefined;
/**

@@ -913,3 +913,3 @@ * <p>The Amazon Web Service that is affected by the event. For example, <code>EC2</code>, <code>RDS</code>.</p>

*/
service?: string;
service?: string | undefined;
/**

@@ -920,3 +920,3 @@ * <p>The unique identifier for the event type. The format is <code>AWS_<i>SERVICE</i>_<i>DESCRIPTION</i>

*/
eventTypeCode?: string;
eventTypeCode?: string | undefined;
/**

@@ -928,3 +928,3 @@ * <p>A list of event type category codes. Possible values are

*/
eventTypeCategory?: EventTypeCategory;
eventTypeCategory?: EventTypeCategory | undefined;
/**

@@ -934,3 +934,3 @@ * <p>The Amazon Web Services Region name of the event.</p>

*/
region?: string;
region?: string | undefined;
/**

@@ -940,3 +940,3 @@ * <p>The Amazon Web Services Availability Zone of the event. For example, us-east-1a.</p>

*/
availabilityZone?: string;
availabilityZone?: string | undefined;
/**

@@ -946,3 +946,3 @@ * <p>The date and time that the event began.</p>

*/
startTime?: Date;
startTime?: Date | undefined;
/**

@@ -952,3 +952,3 @@ * <p>The date and time that the event ended.</p>

*/
endTime?: Date;
endTime?: Date | undefined;
/**

@@ -958,3 +958,3 @@ * <p>The most recent date and time that the event was updated.</p>

*/
lastUpdatedTime?: Date;
lastUpdatedTime?: Date | undefined;
/**

@@ -965,3 +965,3 @@ * <p>The most recent status of the event. Possible values are <code>open</code>,

*/
statusCode?: EventStatusCode;
statusCode?: EventStatusCode | undefined;
/**

@@ -989,3 +989,3 @@ * <p>This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.</p>

*/
eventScopeCode?: EventScopeCode;
eventScopeCode?: EventScopeCode | undefined;
}

@@ -1002,3 +1002,3 @@ /**

*/
latestDescription?: string;
latestDescription?: string | undefined;
}

@@ -1015,3 +1015,3 @@ /**

*/
event?: Event;
event?: Event | undefined;
/**

@@ -1021,3 +1021,3 @@ * <p>The most recent description of the event.</p>

*/
eventDescription?: EventDescription;
eventDescription?: EventDescription | undefined;
/**

@@ -1027,3 +1027,3 @@ * <p>Additional metadata about the event.</p>

*/
eventMetadata?: Record<string, string>;
eventMetadata?: Record<string, string> | undefined;
}

@@ -1038,3 +1038,3 @@ /**

*/
successfulSet?: EventDetails[];
successfulSet?: EventDetails[] | undefined;
/**

@@ -1044,3 +1044,3 @@ * <p>Error messages for any events that could not be retrieved.</p>

*/
failedSet?: EventDetailsErrorItem[];
failedSet?: EventDetailsErrorItem[] | undefined;
}

@@ -1061,3 +1061,3 @@ /**

*/
locale?: string;
locale?: string | undefined;
}

@@ -1075,3 +1075,3 @@ /**

*/
awsAccountId?: string;
awsAccountId?: string | undefined;
/**

@@ -1088,3 +1088,3 @@ * <p>The unique identifier for the event. The event ARN has the

*/
eventArn?: string;
eventArn?: string | undefined;
/**

@@ -1094,3 +1094,3 @@ * <p>The name of the error.</p>

*/
errorName?: string;
errorName?: string | undefined;
/**

@@ -1113,3 +1113,3 @@ * <p>A message that describes the error.</p>

*/
errorMessage?: string;
errorMessage?: string | undefined;
}

@@ -1126,3 +1126,3 @@ /**

*/
awsAccountId?: string;
awsAccountId?: string | undefined;
/**

@@ -1151,3 +1151,3 @@ * <p>Summary information about an Health event.</p>

*/
event?: Event;
event?: Event | undefined;
/**

@@ -1158,3 +1158,3 @@ * <p>The detailed description of the event. Included in the information returned by the

*/
eventDescription?: EventDescription;
eventDescription?: EventDescription | undefined;
/**

@@ -1164,3 +1164,3 @@ * <p>Additional metadata about the event.</p>

*/
eventMetadata?: Record<string, string>;
eventMetadata?: Record<string, string> | undefined;
}

@@ -1175,3 +1175,3 @@ /**

*/
successfulSet?: OrganizationEventDetails[];
successfulSet?: OrganizationEventDetails[] | undefined;
/**

@@ -1181,3 +1181,3 @@ * <p>Error messages for any events that could not be retrieved.</p>

*/
failedSet?: OrganizationEventDetailsErrorItem[];
failedSet?: OrganizationEventDetailsErrorItem[] | undefined;
}

@@ -1192,3 +1192,3 @@ /**

*/
filter?: EventFilter;
filter?: EventFilter | undefined;
/**

@@ -1201,3 +1201,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
/**

@@ -1207,3 +1207,3 @@ * <p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
/**

@@ -1213,3 +1213,3 @@ * <p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>

*/
locale?: string;
locale?: string | undefined;
}

@@ -1224,3 +1224,3 @@ /**

*/
events?: Event[];
events?: Event[] | undefined;
/**

@@ -1233,3 +1233,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -1246,3 +1246,3 @@ /**

*/
eventTypeCodes?: string[];
eventTypeCodes?: string[] | undefined;
/**

@@ -1252,3 +1252,3 @@ * <p>A list of 12-digit Amazon Web Services account numbers that contains the affected entities.</p>

*/
awsAccountIds?: string[];
awsAccountIds?: string[] | undefined;
/**

@@ -1258,3 +1258,3 @@ * <p>The Amazon Web Services associated with the event. For example, <code>EC2</code>, <code>RDS</code>.</p>

*/
services?: string[];
services?: string[] | undefined;
/**

@@ -1264,3 +1264,3 @@ * <p>A list of Amazon Web Services Regions.</p>

*/
regions?: string[];
regions?: string[] | undefined;
/**

@@ -1276,3 +1276,3 @@ * <p>A range of dates and times that is used by the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EventFilter.html">EventFilter</a> and <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EntityFilter.html">EntityFilter</a> objects. If <code>from</code> is set and <code>to</code> is set:

*/
startTime?: DateTimeRange;
startTime?: DateTimeRange | undefined;
/**

@@ -1288,3 +1288,3 @@ * <p>A range of dates and times that is used by the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EventFilter.html">EventFilter</a> and <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EntityFilter.html">EntityFilter</a> objects. If <code>from</code> is set and <code>to</code> is set:

*/
endTime?: DateTimeRange;
endTime?: DateTimeRange | undefined;
/**

@@ -1300,3 +1300,3 @@ * <p>A range of dates and times that is used by the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EventFilter.html">EventFilter</a> and <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EntityFilter.html">EntityFilter</a> objects. If <code>from</code> is set and <code>to</code> is set:

*/
lastUpdatedTime?: DateTimeRange;
lastUpdatedTime?: DateTimeRange | undefined;
/**

@@ -1306,3 +1306,3 @@ * <p>A list of entity ARNs (unique identifiers).</p>

*/
entityArns?: string[];
entityArns?: string[] | undefined;
/**

@@ -1312,3 +1312,3 @@ * <p>A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).</p>

*/
entityValues?: string[];
entityValues?: string[] | undefined;
/**

@@ -1320,3 +1320,3 @@ * <p>A list of event type category codes. Possible values are

*/
eventTypeCategories?: EventTypeCategory[];
eventTypeCategories?: EventTypeCategory[] | undefined;
/**

@@ -1326,3 +1326,3 @@ * <p>A list of event status codes.</p>

*/
eventStatusCodes?: EventStatusCode[];
eventStatusCodes?: EventStatusCode[] | undefined;
}

@@ -1337,3 +1337,3 @@ /**

*/
filter?: OrganizationEventFilter;
filter?: OrganizationEventFilter | undefined;
/**

@@ -1346,3 +1346,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
/**

@@ -1352,3 +1352,3 @@ * <p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
/**

@@ -1358,3 +1358,3 @@ * <p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>

*/
locale?: string;
locale?: string | undefined;
}

@@ -1377,3 +1377,3 @@ /**

*/
arn?: string;
arn?: string | undefined;
/**

@@ -1383,3 +1383,3 @@ * <p>The Amazon Web Service that is affected by the event, such as EC2 and RDS.</p>

*/
service?: string;
service?: string | undefined;
/**

@@ -1391,3 +1391,3 @@ * <p>The unique identifier for the event type. The format is

*/
eventTypeCode?: string;
eventTypeCode?: string | undefined;
/**

@@ -1399,3 +1399,3 @@ * <p>A list of event type category codes. Possible values are

*/
eventTypeCategory?: EventTypeCategory;
eventTypeCategory?: EventTypeCategory | undefined;
/**

@@ -1423,3 +1423,3 @@ * <p>This parameter specifies if the Health event is a public Amazon Web Service event or an account-specific event.</p>

*/
eventScopeCode?: EventScopeCode;
eventScopeCode?: EventScopeCode | undefined;
/**

@@ -1429,3 +1429,3 @@ * <p>The Amazon Web Services Region name of the event.</p>

*/
region?: string;
region?: string | undefined;
/**

@@ -1435,3 +1435,3 @@ * <p>The date and time that the event began.</p>

*/
startTime?: Date;
startTime?: Date | undefined;
/**

@@ -1441,3 +1441,3 @@ * <p>The date and time that the event ended.</p>

*/
endTime?: Date;
endTime?: Date | undefined;
/**

@@ -1447,3 +1447,3 @@ * <p>The most recent date and time that the event was updated.</p>

*/
lastUpdatedTime?: Date;
lastUpdatedTime?: Date | undefined;
/**

@@ -1454,3 +1454,3 @@ * <p>The most recent status of the event. Possible values are <code>open</code>,

*/
statusCode?: EventStatusCode;
statusCode?: EventStatusCode | undefined;
}

@@ -1465,3 +1465,3 @@ /**

*/
events?: OrganizationEvent[];
events?: OrganizationEvent[] | undefined;
/**

@@ -1474,3 +1474,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -1487,3 +1487,3 @@ /**

*/
eventTypeCodes?: string[];
eventTypeCodes?: string[] | undefined;
/**

@@ -1493,3 +1493,3 @@ * <p>The Amazon Web Services associated with the event. For example, <code>EC2</code>, <code>RDS</code>.</p>

*/
services?: string[];
services?: string[] | undefined;
/**

@@ -1501,3 +1501,3 @@ * <p>A list of event type category codes. Possible values are

*/
eventTypeCategories?: EventTypeCategory[];
eventTypeCategories?: EventTypeCategory[] | undefined;
}

@@ -1512,3 +1512,3 @@ /**

*/
filter?: EventTypeFilter;
filter?: EventTypeFilter | undefined;
/**

@@ -1518,3 +1518,3 @@ * <p>The locale (language) to return information in. English (en) is the default and the only supported value at this time.</p>

*/
locale?: string;
locale?: string | undefined;
/**

@@ -1527,3 +1527,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
/**

@@ -1537,3 +1537,3 @@ * <p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>

*/
maxResults?: number;
maxResults?: number | undefined;
}

@@ -1558,3 +1558,3 @@ /**

*/
service?: string;
service?: string | undefined;
/**

@@ -1565,3 +1565,3 @@ * <p>The unique identifier for the event type. The format is <code>AWS_<i>SERVICE</i>_<i>DESCRIPTION</i>

*/
code?: string;
code?: string | undefined;
/**

@@ -1573,3 +1573,3 @@ * <p>A list of event type category codes. Possible values are

*/
category?: EventTypeCategory;
category?: EventTypeCategory | undefined;
}

@@ -1590,3 +1590,3 @@ /**

*/
eventTypes?: EventType[];
eventTypes?: EventType[] | undefined;
/**

@@ -1599,3 +1599,3 @@ * <p>If the results of a search are large, only a portion of the

*/
nextToken?: string;
nextToken?: string | undefined;
}

@@ -1612,3 +1612,3 @@ /**

*/
healthServiceAccessStatusForOrganization?: string;
healthServiceAccessStatusForOrganization?: string | undefined;
}

@@ -1615,0 +1615,0 @@ /**

@@ -13,20 +13,20 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

export interface AccountEntityAggregate {
accountId?: string;
count?: number;
statuses?: Partial<Record<EntityStatusCode, number>>;
accountId?: string | undefined;
count?: number | undefined;
statuses?: Partial<Record<EntityStatusCode, number>> | undefined;
}
export interface AffectedEntity {
entityArn?: string;
eventArn?: string;
entityValue?: string;
entityUrl?: string;
awsAccountId?: string;
lastUpdatedTime?: Date;
statusCode?: EntityStatusCode;
tags?: Record<string, string>;
entityArn?: string | undefined;
eventArn?: string | undefined;
entityValue?: string | undefined;
entityUrl?: string | undefined;
awsAccountId?: string | undefined;
lastUpdatedTime?: Date | undefined;
statusCode?: EntityStatusCode | undefined;
tags?: Record<string, string> | undefined;
}
export interface DescribeAffectedAccountsForOrganizationRequest {
eventArn: string | undefined;
nextToken?: string;
maxResults?: number;
nextToken?: string | undefined;
maxResults?: number | undefined;
}

@@ -41,5 +41,5 @@ export declare const EventScopeCode: {

export interface DescribeAffectedAccountsForOrganizationResponse {
affectedAccounts?: string[];
eventScopeCode?: EventScopeCode;
nextToken?: string;
affectedAccounts?: string[] | undefined;
eventScopeCode?: EventScopeCode | undefined;
nextToken?: string | undefined;
}

@@ -54,22 +54,22 @@ export declare class InvalidPaginationToken extends __BaseException {

export interface DateTimeRange {
from?: Date;
to?: Date;
from?: Date | undefined;
to?: Date | undefined;
}
export interface EntityFilter {
eventArns: string[] | undefined;
entityArns?: string[];
entityValues?: string[];
lastUpdatedTimes?: DateTimeRange[];
tags?: Record<string, string>[];
statusCodes?: EntityStatusCode[];
entityArns?: string[] | undefined;
entityValues?: string[] | undefined;
lastUpdatedTimes?: DateTimeRange[] | undefined;
tags?: Record<string, string>[] | undefined;
statusCodes?: EntityStatusCode[] | undefined;
}
export interface DescribeAffectedEntitiesRequest {
filter: EntityFilter | undefined;
locale?: string;
nextToken?: string;
maxResults?: number;
locale?: string | undefined;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface DescribeAffectedEntitiesResponse {
entities?: AffectedEntity[];
nextToken?: string;
entities?: AffectedEntity[] | undefined;
nextToken?: string | undefined;
}

@@ -83,50 +83,50 @@ export declare class UnsupportedLocale extends __BaseException {

eventArn: string | undefined;
awsAccountId?: string;
statusCodes?: EntityStatusCode[];
awsAccountId?: string | undefined;
statusCodes?: EntityStatusCode[] | undefined;
}
export interface EventAccountFilter {
eventArn: string | undefined;
awsAccountId?: string;
awsAccountId?: string | undefined;
}
export interface DescribeAffectedEntitiesForOrganizationRequest {
organizationEntityFilters?: EventAccountFilter[];
locale?: string;
nextToken?: string;
maxResults?: number;
organizationEntityAccountFilters?: EntityAccountFilter[];
organizationEntityFilters?: EventAccountFilter[] | undefined;
locale?: string | undefined;
nextToken?: string | undefined;
maxResults?: number | undefined;
organizationEntityAccountFilters?: EntityAccountFilter[] | undefined;
}
export interface OrganizationAffectedEntitiesErrorItem {
awsAccountId?: string;
eventArn?: string;
errorName?: string;
errorMessage?: string;
awsAccountId?: string | undefined;
eventArn?: string | undefined;
errorName?: string | undefined;
errorMessage?: string | undefined;
}
export interface DescribeAffectedEntitiesForOrganizationResponse {
entities?: AffectedEntity[];
failedSet?: OrganizationAffectedEntitiesErrorItem[];
nextToken?: string;
entities?: AffectedEntity[] | undefined;
failedSet?: OrganizationAffectedEntitiesErrorItem[] | undefined;
nextToken?: string | undefined;
}
export interface DescribeEntityAggregatesRequest {
eventArns?: string[];
eventArns?: string[] | undefined;
}
export interface EntityAggregate {
eventArn?: string;
count?: number;
statuses?: Partial<Record<EntityStatusCode, number>>;
eventArn?: string | undefined;
count?: number | undefined;
statuses?: Partial<Record<EntityStatusCode, number>> | undefined;
}
export interface DescribeEntityAggregatesResponse {
entityAggregates?: EntityAggregate[];
entityAggregates?: EntityAggregate[] | undefined;
}
export interface DescribeEntityAggregatesForOrganizationRequest {
eventArns: string[] | undefined;
awsAccountIds?: string[];
awsAccountIds?: string[] | undefined;
}
export interface OrganizationEntityAggregate {
eventArn?: string;
count?: number;
statuses?: Partial<Record<EntityStatusCode, number>>;
accounts?: AccountEntityAggregate[];
eventArn?: string | undefined;
count?: number | undefined;
statuses?: Partial<Record<EntityStatusCode, number>> | undefined;
accounts?: AccountEntityAggregate[] | undefined;
}
export interface DescribeEntityAggregatesForOrganizationResponse {
organizationEntityAggregates?: OrganizationEntityAggregate[];
organizationEntityAggregates?: OrganizationEntityAggregate[] | undefined;
}

@@ -154,151 +154,151 @@ export declare const EventAggregateField: {

export interface EventFilter {
eventArns?: string[];
eventTypeCodes?: string[];
services?: string[];
regions?: string[];
availabilityZones?: string[];
startTimes?: DateTimeRange[];
endTimes?: DateTimeRange[];
lastUpdatedTimes?: DateTimeRange[];
entityArns?: string[];
entityValues?: string[];
eventTypeCategories?: EventTypeCategory[];
tags?: Record<string, string>[];
eventStatusCodes?: EventStatusCode[];
eventArns?: string[] | undefined;
eventTypeCodes?: string[] | undefined;
services?: string[] | undefined;
regions?: string[] | undefined;
availabilityZones?: string[] | undefined;
startTimes?: DateTimeRange[] | undefined;
endTimes?: DateTimeRange[] | undefined;
lastUpdatedTimes?: DateTimeRange[] | undefined;
entityArns?: string[] | undefined;
entityValues?: string[] | undefined;
eventTypeCategories?: EventTypeCategory[] | undefined;
tags?: Record<string, string>[] | undefined;
eventStatusCodes?: EventStatusCode[] | undefined;
}
export interface DescribeEventAggregatesRequest {
filter?: EventFilter;
filter?: EventFilter | undefined;
aggregateField: EventAggregateField | undefined;
maxResults?: number;
nextToken?: string;
maxResults?: number | undefined;
nextToken?: string | undefined;
}
export interface EventAggregate {
aggregateValue?: string;
count?: number;
aggregateValue?: string | undefined;
count?: number | undefined;
}
export interface DescribeEventAggregatesResponse {
eventAggregates?: EventAggregate[];
nextToken?: string;
eventAggregates?: EventAggregate[] | undefined;
nextToken?: string | undefined;
}
export interface DescribeEventDetailsRequest {
eventArns: string[] | undefined;
locale?: string;
locale?: string | undefined;
}
export interface EventDetailsErrorItem {
eventArn?: string;
errorName?: string;
errorMessage?: string;
eventArn?: string | undefined;
errorName?: string | undefined;
errorMessage?: string | undefined;
}
export interface Event {
arn?: string;
service?: string;
eventTypeCode?: string;
eventTypeCategory?: EventTypeCategory;
region?: string;
availabilityZone?: string;
startTime?: Date;
endTime?: Date;
lastUpdatedTime?: Date;
statusCode?: EventStatusCode;
eventScopeCode?: EventScopeCode;
arn?: string | undefined;
service?: string | undefined;
eventTypeCode?: string | undefined;
eventTypeCategory?: EventTypeCategory | undefined;
region?: string | undefined;
availabilityZone?: string | undefined;
startTime?: Date | undefined;
endTime?: Date | undefined;
lastUpdatedTime?: Date | undefined;
statusCode?: EventStatusCode | undefined;
eventScopeCode?: EventScopeCode | undefined;
}
export interface EventDescription {
latestDescription?: string;
latestDescription?: string | undefined;
}
export interface EventDetails {
event?: Event;
eventDescription?: EventDescription;
eventMetadata?: Record<string, string>;
event?: Event | undefined;
eventDescription?: EventDescription | undefined;
eventMetadata?: Record<string, string> | undefined;
}
export interface DescribeEventDetailsResponse {
successfulSet?: EventDetails[];
failedSet?: EventDetailsErrorItem[];
successfulSet?: EventDetails[] | undefined;
failedSet?: EventDetailsErrorItem[] | undefined;
}
export interface DescribeEventDetailsForOrganizationRequest {
organizationEventDetailFilters: EventAccountFilter[] | undefined;
locale?: string;
locale?: string | undefined;
}
export interface OrganizationEventDetailsErrorItem {
awsAccountId?: string;
eventArn?: string;
errorName?: string;
errorMessage?: string;
awsAccountId?: string | undefined;
eventArn?: string | undefined;
errorName?: string | undefined;
errorMessage?: string | undefined;
}
export interface OrganizationEventDetails {
awsAccountId?: string;
event?: Event;
eventDescription?: EventDescription;
eventMetadata?: Record<string, string>;
awsAccountId?: string | undefined;
event?: Event | undefined;
eventDescription?: EventDescription | undefined;
eventMetadata?: Record<string, string> | undefined;
}
export interface DescribeEventDetailsForOrganizationResponse {
successfulSet?: OrganizationEventDetails[];
failedSet?: OrganizationEventDetailsErrorItem[];
successfulSet?: OrganizationEventDetails[] | undefined;
failedSet?: OrganizationEventDetailsErrorItem[] | undefined;
}
export interface DescribeEventsRequest {
filter?: EventFilter;
nextToken?: string;
maxResults?: number;
locale?: string;
filter?: EventFilter | undefined;
nextToken?: string | undefined;
maxResults?: number | undefined;
locale?: string | undefined;
}
export interface DescribeEventsResponse {
events?: Event[];
nextToken?: string;
events?: Event[] | undefined;
nextToken?: string | undefined;
}
export interface OrganizationEventFilter {
eventTypeCodes?: string[];
awsAccountIds?: string[];
services?: string[];
regions?: string[];
startTime?: DateTimeRange;
endTime?: DateTimeRange;
lastUpdatedTime?: DateTimeRange;
entityArns?: string[];
entityValues?: string[];
eventTypeCategories?: EventTypeCategory[];
eventStatusCodes?: EventStatusCode[];
eventTypeCodes?: string[] | undefined;
awsAccountIds?: string[] | undefined;
services?: string[] | undefined;
regions?: string[] | undefined;
startTime?: DateTimeRange | undefined;
endTime?: DateTimeRange | undefined;
lastUpdatedTime?: DateTimeRange | undefined;
entityArns?: string[] | undefined;
entityValues?: string[] | undefined;
eventTypeCategories?: EventTypeCategory[] | undefined;
eventStatusCodes?: EventStatusCode[] | undefined;
}
export interface DescribeEventsForOrganizationRequest {
filter?: OrganizationEventFilter;
nextToken?: string;
maxResults?: number;
locale?: string;
filter?: OrganizationEventFilter | undefined;
nextToken?: string | undefined;
maxResults?: number | undefined;
locale?: string | undefined;
}
export interface OrganizationEvent {
arn?: string;
service?: string;
eventTypeCode?: string;
eventTypeCategory?: EventTypeCategory;
eventScopeCode?: EventScopeCode;
region?: string;
startTime?: Date;
endTime?: Date;
lastUpdatedTime?: Date;
statusCode?: EventStatusCode;
arn?: string | undefined;
service?: string | undefined;
eventTypeCode?: string | undefined;
eventTypeCategory?: EventTypeCategory | undefined;
eventScopeCode?: EventScopeCode | undefined;
region?: string | undefined;
startTime?: Date | undefined;
endTime?: Date | undefined;
lastUpdatedTime?: Date | undefined;
statusCode?: EventStatusCode | undefined;
}
export interface DescribeEventsForOrganizationResponse {
events?: OrganizationEvent[];
nextToken?: string;
events?: OrganizationEvent[] | undefined;
nextToken?: string | undefined;
}
export interface EventTypeFilter {
eventTypeCodes?: string[];
services?: string[];
eventTypeCategories?: EventTypeCategory[];
eventTypeCodes?: string[] | undefined;
services?: string[] | undefined;
eventTypeCategories?: EventTypeCategory[] | undefined;
}
export interface DescribeEventTypesRequest {
filter?: EventTypeFilter;
locale?: string;
nextToken?: string;
maxResults?: number;
filter?: EventTypeFilter | undefined;
locale?: string | undefined;
nextToken?: string | undefined;
maxResults?: number | undefined;
}
export interface EventType {
service?: string;
code?: string;
category?: EventTypeCategory;
service?: string | undefined;
code?: string | undefined;
category?: EventTypeCategory | undefined;
}
export interface DescribeEventTypesResponse {
eventTypes?: EventType[];
nextToken?: string;
eventTypes?: EventType[] | undefined;
nextToken?: string | undefined;
}
export interface DescribeHealthServiceStatusForOrganizationResponse {
healthServiceAccessStatusForOrganization?: string;
healthServiceAccessStatusForOrganization?: string | undefined;
}

@@ -305,0 +305,0 @@ export declare class ConcurrentModificationException extends __BaseException {

{
"name": "@aws-sdk/client-health",
"description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.691.0",
"scripts": {

@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.687.0",
"@aws-sdk/client-sts": "3.687.0",
"@aws-sdk/core": "3.686.0",
"@aws-sdk/credential-provider-node": "3.687.0",
"@aws-sdk/client-sso-oidc": "3.691.0",
"@aws-sdk/client-sts": "3.691.0",
"@aws-sdk/core": "3.691.0",
"@aws-sdk/credential-provider-node": "3.691.0",
"@aws-sdk/middleware-host-header": "3.686.0",
"@aws-sdk/middleware-logger": "3.686.0",
"@aws-sdk/middleware-recursion-detection": "3.686.0",
"@aws-sdk/middleware-user-agent": "3.687.0",
"@aws-sdk/middleware-user-agent": "3.691.0",
"@aws-sdk/region-config-resolver": "3.686.0",

@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0",

"@aws-sdk/util-user-agent-browser": "3.686.0",
"@aws-sdk/util-user-agent-node": "3.687.0",
"@aws-sdk/util-user-agent-node": "3.691.0",
"@smithy/config-resolver": "^3.0.10",

@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.1",