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

@aws-sdk/client-ssm-incidents

Package Overview
Dependencies
Maintainers
0
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-ssm-incidents - npm Package Compare versions

Comparing version 3.687.0 to 3.691.0

226

dist-types/ts3.4/models/models_0.d.ts

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

documentName: string | undefined;
documentVersion?: string;
targetAccount?: SsmTargetAccount;
parameters?: Record<string, string[]>;
dynamicParameters?: Record<string, DynamicSsmParameterValue>;
documentVersion?: string | undefined;
targetAccount?: SsmTargetAccount | undefined;
parameters?: Record<string, string[]> | undefined;
dynamicParameters?: Record<string, DynamicSsmParameterValue> | undefined;
}

@@ -66,3 +66,3 @@ export type Action = Action.SsmAutomationMember | Action.$UnknownMember;

regionName: string | undefined;
sseKmsKeyId?: string;
sseKmsKeyId?: string | undefined;
}

@@ -125,3 +125,3 @@ export type AttributeValueList =

startTime: Date | undefined;
endTime?: Date;
endTime?: Date | undefined;
stackArn: string | undefined;

@@ -131,3 +131,3 @@ }

startTime: Date | undefined;
endTime?: Date;
endTime?: Date | undefined;
deploymentGroupArn: string | undefined;

@@ -167,3 +167,3 @@ deploymentId: string | undefined;

lastModifiedTime: Date | undefined;
details?: FindingDetails;
details?: FindingDetails | undefined;
}

@@ -192,4 +192,4 @@ export interface BatchGetIncidentFindingsOutput {

readonly $fault: "client";
resourceIdentifier?: string;
resourceType?: ResourceType;
resourceIdentifier?: string | undefined;
resourceType?: ResourceType | undefined;
constructor(

@@ -288,14 +288,14 @@ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>

readonly $fault: "client";
resourceIdentifier?: string;
resourceType?: ResourceType;
retryAfter?: Date;
resourceIdentifier?: string | undefined;
resourceType?: ResourceType | undefined;
retryAfter?: Date | undefined;
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
}
export interface RegionMapInputValue {
sseKmsKeyId?: string;
sseKmsKeyId?: string | undefined;
}
export interface CreateReplicationSetInput {
regions: Record<string, RegionMapInputValue> | undefined;
clientToken?: string;
tags?: Record<string, string>;
clientToken?: string | undefined;
tags?: Record<string, string> | undefined;
}

@@ -308,4 +308,4 @@ export interface CreateReplicationSetOutput {

readonly $fault: "client";
resourceIdentifier?: string;
resourceType?: ResourceType;
resourceIdentifier?: string | undefined;
resourceType?: ResourceType | undefined;
serviceCode: ServiceCode | undefined;

@@ -338,6 +338,6 @@ quotaCode: string | undefined;

impact: number | undefined;
summary?: string;
dedupeString?: string;
notificationTargets?: NotificationTargetItem[];
incidentTags?: Record<string, string>;
summary?: string | undefined;
dedupeString?: string | undefined;
notificationTargets?: NotificationTargetItem[] | undefined;
incidentTags?: Record<string, string> | undefined;
}

@@ -371,11 +371,11 @@ export interface PagerDutyIncidentConfiguration {

export interface CreateResponsePlanInput {
clientToken?: string;
clientToken?: string | undefined;
name: string | undefined;
displayName?: string;
displayName?: string | undefined;
incidentTemplate: IncidentTemplate | undefined;
chatChannel?: ChatChannel;
engagements?: string[];
actions?: Action[];
tags?: Record<string, string>;
integrations?: Integration[];
chatChannel?: ChatChannel | undefined;
engagements?: string[] | undefined;
actions?: Action[] | undefined;
tags?: Record<string, string> | undefined;
integrations?: Integration[] | undefined;
}

@@ -413,3 +413,3 @@ export interface CreateResponsePlanOutput {

export interface CreateTimelineEventInput {
clientToken?: string;
clientToken?: string | undefined;
incidentRecordArn: string | undefined;

@@ -419,3 +419,3 @@ eventTime: Date | undefined;

eventData: string | undefined;
eventReferences?: EventReference[];
eventReferences?: EventReference[] | undefined;
}

@@ -457,3 +457,3 @@ export interface CreateTimelineEventOutput {

eventType: string | undefined;
eventReferences?: EventReference[];
eventReferences?: EventReference[] | undefined;
}

@@ -473,4 +473,4 @@ export interface Filter {

createdBy: string | undefined;
invokedBy?: string;
resourceArn?: string;
invokedBy?: string | undefined;
resourceArn?: string | undefined;
source: string | undefined;

@@ -487,14 +487,14 @@ }

title: string | undefined;
summary?: string;
summary?: string | undefined;
status: IncidentRecordStatus | undefined;
impact: number | undefined;
creationTime: Date | undefined;
resolvedTime?: Date;
resolvedTime?: Date | undefined;
lastModifiedTime: Date | undefined;
lastModifiedBy: string | undefined;
automationExecutions?: AutomationExecution[];
automationExecutions?: AutomationExecution[] | undefined;
incidentRecordSource: IncidentRecordSource | undefined;
dedupeString: string | undefined;
chatChannel?: ChatChannel;
notificationTargets?: NotificationTargetItem[];
chatChannel?: ChatChannel | undefined;
notificationTargets?: NotificationTargetItem[] | undefined;
}

@@ -515,5 +515,5 @@ export interface GetIncidentRecordOutput {

export interface RegionInfo {
sseKmsKeyId?: string;
sseKmsKeyId?: string | undefined;
status: RegionStatus | undefined;
statusMessage?: string;
statusMessage?: string | undefined;
statusUpdateDateTime: Date | undefined;

@@ -531,3 +531,3 @@ }

export interface ReplicationSet {
arn?: string;
arn?: string | undefined;
regionMap: Record<string, RegionInfo> | undefined;

@@ -546,4 +546,4 @@ status: ReplicationSetStatus | undefined;

resourceArn: string | undefined;
maxResults?: number;
nextToken?: string;
maxResults?: number | undefined;
nextToken?: string | undefined;
}

@@ -557,3 +557,3 @@ export interface ResourcePolicy {

resourcePolicies: ResourcePolicy[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -566,8 +566,8 @@ export interface GetResponsePlanInput {

name: string | undefined;
displayName?: string;
displayName?: string | undefined;
incidentTemplate: IncidentTemplate | undefined;
chatChannel?: ChatChannel;
engagements?: string[];
actions?: Action[];
integrations?: Integration[];
chatChannel?: ChatChannel | undefined;
engagements?: string[] | undefined;
actions?: Action[] | undefined;
integrations?: Integration[] | undefined;
}

@@ -585,3 +585,3 @@ export interface GetTimelineEventInput {

eventData: string | undefined;
eventReferences?: EventReference[];
eventReferences?: EventReference[] | undefined;
}

@@ -597,3 +597,3 @@ export interface GetTimelineEventOutput {

creationTime: Date | undefined;
resolvedTime?: Date;
resolvedTime?: Date | undefined;
incidentRecordSource: IncidentRecordSource | undefined;

@@ -615,4 +615,4 @@ }

id: string | undefined;
autoResolve?: boolean;
secretId?: string;
autoResolve?: boolean | undefined;
secretId?: string | undefined;
}

@@ -676,43 +676,43 @@ export type ItemValue =

incidentRecordArn: string | undefined;
maxResults?: number;
nextToken?: string;
maxResults?: number | undefined;
nextToken?: string | undefined;
}
export interface ListIncidentFindingsOutput {
findings: FindingSummary[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListIncidentRecordsInput {
filters?: Filter[];
maxResults?: number;
nextToken?: string;
filters?: Filter[] | undefined;
maxResults?: number | undefined;
nextToken?: string | undefined;
}
export interface ListIncidentRecordsOutput {
incidentRecordSummaries: IncidentRecordSummary[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListRelatedItemsInput {
incidentRecordArn: string | undefined;
maxResults?: number;
nextToken?: string;
maxResults?: number | undefined;
nextToken?: string | undefined;
}
export interface RelatedItem {
identifier: ItemIdentifier | undefined;
title?: string;
generatedId?: string;
title?: string | undefined;
generatedId?: string | undefined;
}
export interface ListRelatedItemsOutput {
relatedItems: RelatedItem[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListReplicationSetsInput {
maxResults?: number;
nextToken?: string;
maxResults?: number | undefined;
nextToken?: string | undefined;
}
export interface ListReplicationSetsOutput {
replicationSetArns: string[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}
export interface ListResponsePlansInput {
maxResults?: number;
nextToken?: string;
maxResults?: number | undefined;
nextToken?: string | undefined;
}

@@ -722,7 +722,7 @@ export interface ResponsePlanSummary {

name: string | undefined;
displayName?: string;
displayName?: string | undefined;
}
export interface ListResponsePlansOutput {
responsePlanSummaries: ResponsePlanSummary[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -747,11 +747,11 @@ export interface ListTagsForResourceRequest {

incidentRecordArn: string | undefined;
filters?: Filter[];
sortBy?: TimelineEventSort;
sortOrder?: SortOrder;
maxResults?: number;
nextToken?: string;
filters?: Filter[] | undefined;
sortBy?: TimelineEventSort | undefined;
sortOrder?: SortOrder | undefined;
maxResults?: number | undefined;
nextToken?: string | undefined;
}
export interface ListTimelineEventsOutput {
eventSummaries: EventSummary[] | undefined;
nextToken?: string;
nextToken?: string | undefined;
}

@@ -794,13 +794,13 @@ export interface PutResourcePolicyInput {

source: string | undefined;
triggerArn?: string;
triggerArn?: string | undefined;
timestamp: Date | undefined;
rawData?: string;
rawData?: string | undefined;
}
export interface StartIncidentInput {
clientToken?: string;
clientToken?: string | undefined;
responsePlanArn: string | undefined;
title?: string;
impact?: number;
triggerDetails?: TriggerDetails;
relatedItems?: RelatedItem[];
title?: string | undefined;
impact?: number | undefined;
triggerDetails?: TriggerDetails | undefined;
relatedItems?: RelatedItem[] | undefined;
}

@@ -823,18 +823,18 @@ export interface StartIncidentOutput {

deletionProtected: boolean | undefined;
clientToken?: string;
clientToken?: string | undefined;
}
export interface UpdateDeletionProtectionOutput {}
export interface UpdateIncidentRecordInput {
clientToken?: string;
clientToken?: string | undefined;
arn: string | undefined;
title?: string;
summary?: string;
impact?: number;
status?: IncidentRecordStatus;
chatChannel?: ChatChannel;
notificationTargets?: NotificationTargetItem[];
title?: string | undefined;
summary?: string | undefined;
impact?: number | undefined;
status?: IncidentRecordStatus | undefined;
chatChannel?: ChatChannel | undefined;
notificationTargets?: NotificationTargetItem[] | undefined;
}
export interface UpdateIncidentRecordOutput {}
export interface UpdateRelatedItemsInput {
clientToken?: string;
clientToken?: string | undefined;
incidentRecordArn: string | undefined;

@@ -874,30 +874,30 @@ relatedItemsUpdate: RelatedItemsUpdate | undefined;

actions: UpdateReplicationSetAction[] | undefined;
clientToken?: string;
clientToken?: string | undefined;
}
export interface UpdateReplicationSetOutput {}
export interface UpdateResponsePlanInput {
clientToken?: string;
clientToken?: string | undefined;
arn: string | undefined;
displayName?: string;
incidentTemplateTitle?: string;
incidentTemplateImpact?: number;
incidentTemplateSummary?: string;
incidentTemplateDedupeString?: string;
incidentTemplateNotificationTargets?: NotificationTargetItem[];
chatChannel?: ChatChannel;
engagements?: string[];
actions?: Action[];
incidentTemplateTags?: Record<string, string>;
integrations?: Integration[];
displayName?: string | undefined;
incidentTemplateTitle?: string | undefined;
incidentTemplateImpact?: number | undefined;
incidentTemplateSummary?: string | undefined;
incidentTemplateDedupeString?: string | undefined;
incidentTemplateNotificationTargets?: NotificationTargetItem[] | undefined;
chatChannel?: ChatChannel | undefined;
engagements?: string[] | undefined;
actions?: Action[] | undefined;
incidentTemplateTags?: Record<string, string> | undefined;
integrations?: Integration[] | undefined;
}
export interface UpdateResponsePlanOutput {}
export interface UpdateTimelineEventInput {
clientToken?: string;
clientToken?: string | undefined;
incidentRecordArn: string | undefined;
eventId: string | undefined;
eventTime?: Date;
eventType?: string;
eventData?: string;
eventReferences?: EventReference[];
eventTime?: Date | undefined;
eventType?: string | undefined;
eventData?: string | undefined;
eventReferences?: EventReference[] | undefined;
}
export interface UpdateTimelineEventOutput {}
{
"name": "@aws-sdk/client-ssm-incidents",
"description": "AWS SDK for JavaScript Ssm Incidents 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",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc