@aws-sdk/client-ssm-contacts
Advanced tools
Comparing version 3.687.0 to 3.691.0
@@ -16,7 +16,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
PageId: string | undefined; | ||
ContactChannelId?: string; | ||
ContactChannelId?: string | undefined; | ||
AcceptType: AcceptType | undefined; | ||
Note?: string; | ||
Note?: string | undefined; | ||
AcceptCode: string | undefined; | ||
AcceptCodeValidation?: AcceptCodeValidation; | ||
AcceptCodeValidation?: AcceptCodeValidation | undefined; | ||
} | ||
@@ -36,3 +36,3 @@ export interface AcceptPageResult {} | ||
Message: string | undefined; | ||
RetryAfterSeconds?: number; | ||
RetryAfterSeconds?: number | undefined; | ||
constructor( | ||
@@ -56,5 +56,5 @@ opts: __ExceptionOptionType<InternalServerException, __BaseException> | ||
Message: string | undefined; | ||
QuotaCode?: string; | ||
ServiceCode?: string; | ||
RetryAfterSeconds?: number; | ||
QuotaCode?: string | undefined; | ||
ServiceCode?: string | undefined; | ||
RetryAfterSeconds?: number | undefined; | ||
constructor( | ||
@@ -80,4 +80,4 @@ opts: __ExceptionOptionType<ThrottlingException, __BaseException> | ||
Message: string | undefined; | ||
Reason?: ValidationExceptionReason; | ||
Fields?: ValidationExceptionField[]; | ||
Reason?: ValidationExceptionReason | undefined; | ||
Fields?: ValidationExceptionField[] | undefined; | ||
constructor( | ||
@@ -100,3 +100,3 @@ opts: __ExceptionOptionType<ValidationException, __BaseException> | ||
ContactChannelId: string | undefined; | ||
RetryIntervalInMinutes?: number; | ||
RetryIntervalInMinutes?: number | undefined; | ||
} | ||
@@ -119,3 +119,3 @@ export declare const ChannelType: { | ||
ResourceType: string | undefined; | ||
DependentEntities?: DependentEntity[]; | ||
DependentEntities?: DependentEntity[] | undefined; | ||
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>); | ||
@@ -132,7 +132,7 @@ } | ||
Alias: string | undefined; | ||
DisplayName?: string; | ||
DisplayName?: string | undefined; | ||
Type: ContactType | undefined; | ||
} | ||
export interface ContactChannelAddress { | ||
SimpleAddress?: string; | ||
SimpleAddress?: string | undefined; | ||
} | ||
@@ -143,3 +143,3 @@ export interface ContactChannel { | ||
Name: string | undefined; | ||
Type?: ChannelType; | ||
Type?: ChannelType | undefined; | ||
DeliveryAddress: ContactChannelAddress | undefined; | ||
@@ -149,3 +149,3 @@ ActivationStatus: ActivationStatus | undefined; | ||
export interface ContactTargetInfo { | ||
ContactId?: string; | ||
ContactId?: string | undefined; | ||
IsEssential: boolean | undefined; | ||
@@ -158,8 +158,8 @@ } | ||
export interface CoverageTime { | ||
Start?: HandOffTime; | ||
End?: HandOffTime; | ||
Start?: HandOffTime | undefined; | ||
End?: HandOffTime | undefined; | ||
} | ||
export interface Target { | ||
ChannelTargetInfo?: ChannelTargetInfo; | ||
ContactTargetInfo?: ContactTargetInfo; | ||
ChannelTargetInfo?: ChannelTargetInfo | undefined; | ||
ContactTargetInfo?: ContactTargetInfo | undefined; | ||
} | ||
@@ -171,16 +171,16 @@ export interface Stage { | ||
export interface Plan { | ||
Stages?: Stage[]; | ||
RotationIds?: string[]; | ||
Stages?: Stage[] | undefined; | ||
RotationIds?: string[] | undefined; | ||
} | ||
export interface Tag { | ||
Key?: string; | ||
Value?: string; | ||
Key?: string | undefined; | ||
Value?: string | undefined; | ||
} | ||
export interface CreateContactRequest { | ||
Alias: string | undefined; | ||
DisplayName?: string; | ||
DisplayName?: string | undefined; | ||
Type: ContactType | undefined; | ||
Plan: Plan | undefined; | ||
Tags?: Tag[]; | ||
IdempotencyToken?: string; | ||
Tags?: Tag[] | undefined; | ||
IdempotencyToken?: string | undefined; | ||
} | ||
@@ -202,4 +202,4 @@ export interface CreateContactResult { | ||
Message: string | undefined; | ||
ResourceId?: string; | ||
ResourceType?: string; | ||
ResourceId?: string | undefined; | ||
ResourceType?: string | undefined; | ||
QuotaCode: string | undefined; | ||
@@ -216,4 +216,4 @@ ServiceCode: string | undefined; | ||
DeliveryAddress: ContactChannelAddress | undefined; | ||
DeferActivation?: boolean; | ||
IdempotencyToken?: string; | ||
DeferActivation?: boolean | undefined; | ||
IdempotencyToken?: string | undefined; | ||
} | ||
@@ -242,7 +242,7 @@ export interface CreateContactChannelResult { | ||
export interface RecurrenceSettings { | ||
MonthlySettings?: MonthlySetting[]; | ||
WeeklySettings?: WeeklySetting[]; | ||
DailySettings?: HandOffTime[]; | ||
MonthlySettings?: MonthlySetting[] | undefined; | ||
WeeklySettings?: WeeklySetting[] | undefined; | ||
DailySettings?: HandOffTime[] | undefined; | ||
NumberOfOnCalls: number | undefined; | ||
ShiftCoverages?: Partial<Record<DayOfWeek, CoverageTime[]>>; | ||
ShiftCoverages?: Partial<Record<DayOfWeek, CoverageTime[]>> | undefined; | ||
RecurrenceMultiplier: number | undefined; | ||
@@ -253,7 +253,7 @@ } | ||
ContactIds: string[] | undefined; | ||
StartTime?: Date; | ||
StartTime?: Date | undefined; | ||
TimeZoneId: string | undefined; | ||
Recurrence: RecurrenceSettings | undefined; | ||
Tags?: Tag[]; | ||
IdempotencyToken?: string; | ||
Tags?: Tag[] | undefined; | ||
IdempotencyToken?: string | undefined; | ||
} | ||
@@ -268,3 +268,3 @@ export interface CreateRotationResult { | ||
EndTime: Date | undefined; | ||
IdempotencyToken?: string; | ||
IdempotencyToken?: string | undefined; | ||
} | ||
@@ -304,7 +304,7 @@ export interface CreateRotationOverrideResult { | ||
Content: string | undefined; | ||
PublicSubject?: string; | ||
PublicContent?: string; | ||
IncidentId?: string; | ||
StartTime?: Date; | ||
StopTime?: Date; | ||
PublicSubject?: string | undefined; | ||
PublicContent?: string | undefined; | ||
IncidentId?: string | undefined; | ||
StartTime?: Date | undefined; | ||
StopTime?: Date | undefined; | ||
} | ||
@@ -321,8 +321,8 @@ export interface DescribePageRequest { | ||
Content: string | undefined; | ||
PublicSubject?: string; | ||
PublicContent?: string; | ||
IncidentId?: string; | ||
SentTime?: Date; | ||
ReadTime?: Date; | ||
DeliveryTime?: Date; | ||
PublicSubject?: string | undefined; | ||
PublicContent?: string | undefined; | ||
IncidentId?: string | undefined; | ||
SentTime?: Date | undefined; | ||
ReadTime?: Date | undefined; | ||
DeliveryTime?: Date | undefined; | ||
} | ||
@@ -333,5 +333,5 @@ export interface Engagement { | ||
Sender: string | undefined; | ||
IncidentId?: string; | ||
StartTime?: Date; | ||
StopTime?: Date; | ||
IncidentId?: string | undefined; | ||
StartTime?: Date | undefined; | ||
StopTime?: Date | undefined; | ||
} | ||
@@ -344,3 +344,3 @@ export interface GetContactRequest { | ||
Alias: string | undefined; | ||
DisplayName?: string; | ||
DisplayName?: string | undefined; | ||
Type: ContactType | undefined; | ||
@@ -358,3 +358,3 @@ Plan: Plan | undefined; | ||
DeliveryAddress: ContactChannelAddress | undefined; | ||
ActivationStatus?: ActivationStatus; | ||
ActivationStatus?: ActivationStatus | undefined; | ||
} | ||
@@ -365,4 +365,4 @@ export interface GetContactPolicyRequest { | ||
export interface GetContactPolicyResult { | ||
ContactArn?: string; | ||
Policy?: string; | ||
ContactArn?: string | undefined; | ||
Policy?: string | undefined; | ||
} | ||
@@ -385,40 +385,40 @@ export interface GetRotationRequest { | ||
export interface GetRotationOverrideResult { | ||
RotationOverrideId?: string; | ||
RotationArn?: string; | ||
NewContactIds?: string[]; | ||
StartTime?: Date; | ||
EndTime?: Date; | ||
CreateTime?: Date; | ||
RotationOverrideId?: string | undefined; | ||
RotationArn?: string | undefined; | ||
NewContactIds?: string[] | undefined; | ||
StartTime?: Date | undefined; | ||
EndTime?: Date | undefined; | ||
CreateTime?: Date | undefined; | ||
} | ||
export interface ListContactChannelsRequest { | ||
ContactId: string | undefined; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
export interface ListContactChannelsResult { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
ContactChannels: ContactChannel[] | undefined; | ||
} | ||
export interface ListContactsRequest { | ||
NextToken?: string; | ||
MaxResults?: number; | ||
AliasPrefix?: string; | ||
Type?: ContactType; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
AliasPrefix?: string | undefined; | ||
Type?: ContactType | undefined; | ||
} | ||
export interface ListContactsResult { | ||
NextToken?: string; | ||
Contacts?: Contact[]; | ||
NextToken?: string | undefined; | ||
Contacts?: Contact[] | undefined; | ||
} | ||
export interface TimeRange { | ||
StartTime?: Date; | ||
EndTime?: Date; | ||
StartTime?: Date | undefined; | ||
EndTime?: Date | undefined; | ||
} | ||
export interface ListEngagementsRequest { | ||
NextToken?: string; | ||
MaxResults?: number; | ||
IncidentId?: string; | ||
TimeRangeValue?: TimeRange; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
IncidentId?: string | undefined; | ||
TimeRangeValue?: TimeRange | undefined; | ||
} | ||
export interface ListEngagementsResult { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
Engagements: Engagement[] | undefined; | ||
@@ -428,4 +428,4 @@ } | ||
PageId: string | undefined; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -441,13 +441,13 @@ export declare const ReceiptType: { | ||
export interface Receipt { | ||
ContactChannelArn?: string; | ||
ContactChannelArn?: string | undefined; | ||
ReceiptType: ReceiptType | undefined; | ||
ReceiptInfo?: string; | ||
ReceiptInfo?: string | undefined; | ||
ReceiptTime: Date | undefined; | ||
} | ||
export interface ListPageReceiptsResult { | ||
NextToken?: string; | ||
Receipts?: Receipt[]; | ||
NextToken?: string | undefined; | ||
Receipts?: Receipt[] | undefined; | ||
} | ||
export interface ListPageResolutionsRequest { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
PageId: string | undefined; | ||
@@ -458,6 +458,6 @@ } | ||
Type: ContactType | undefined; | ||
StageIndex?: number; | ||
StageIndex?: number | undefined; | ||
} | ||
export interface ListPageResolutionsResult { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
PageResolutions: ResolutionContact[] | undefined; | ||
@@ -467,4 +467,4 @@ } | ||
ContactId: string | undefined; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -476,9 +476,9 @@ export interface Page { | ||
Sender: string | undefined; | ||
IncidentId?: string; | ||
SentTime?: Date; | ||
DeliveryTime?: Date; | ||
ReadTime?: Date; | ||
IncidentId?: string | undefined; | ||
SentTime?: Date | undefined; | ||
DeliveryTime?: Date | undefined; | ||
ReadTime?: Date | undefined; | ||
} | ||
export interface ListPagesByContactResult { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
Pages: Page[] | undefined; | ||
@@ -488,17 +488,17 @@ } | ||
EngagementId: string | undefined; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
export interface ListPagesByEngagementResult { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
Pages: Page[] | undefined; | ||
} | ||
export interface PreviewOverride { | ||
NewMembers?: string[]; | ||
StartTime?: Date; | ||
EndTime?: Date; | ||
NewMembers?: string[] | undefined; | ||
StartTime?: Date | undefined; | ||
EndTime?: Date | undefined; | ||
} | ||
export interface ListPreviewRotationShiftsRequest { | ||
RotationStartTime?: Date; | ||
StartTime?: Date; | ||
RotationStartTime?: Date | undefined; | ||
StartTime?: Date | undefined; | ||
EndTime: Date | undefined; | ||
@@ -508,5 +508,5 @@ Members: string[] | undefined; | ||
Recurrence: RecurrenceSettings | undefined; | ||
Overrides?: PreviewOverride[]; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
Overrides?: PreviewOverride[] | undefined; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -522,11 +522,11 @@ export interface ShiftDetails { | ||
export interface RotationShift { | ||
ContactIds?: string[]; | ||
ContactIds?: string[] | undefined; | ||
StartTime: Date | undefined; | ||
EndTime: Date | undefined; | ||
Type?: ShiftType; | ||
ShiftDetails?: ShiftDetails; | ||
Type?: ShiftType | undefined; | ||
ShiftDetails?: ShiftDetails | undefined; | ||
} | ||
export interface ListPreviewRotationShiftsResult { | ||
RotationShifts?: RotationShift[]; | ||
NextToken?: string; | ||
RotationShifts?: RotationShift[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
@@ -537,4 +537,4 @@ export interface ListRotationOverridesRequest { | ||
EndTime: Date | undefined; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -549,9 +549,9 @@ export interface RotationOverride { | ||
export interface ListRotationOverridesResult { | ||
RotationOverrides?: RotationOverride[]; | ||
NextToken?: string; | ||
RotationOverrides?: RotationOverride[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
export interface ListRotationsRequest { | ||
RotationNamePrefix?: string; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
RotationNamePrefix?: string | undefined; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
@@ -561,9 +561,9 @@ export interface Rotation { | ||
Name: string | undefined; | ||
ContactIds?: string[]; | ||
StartTime?: Date; | ||
TimeZoneId?: string; | ||
Recurrence?: RecurrenceSettings; | ||
ContactIds?: string[] | undefined; | ||
StartTime?: Date | undefined; | ||
TimeZoneId?: string | undefined; | ||
Recurrence?: RecurrenceSettings | undefined; | ||
} | ||
export interface ListRotationsResult { | ||
NextToken?: string; | ||
NextToken?: string | undefined; | ||
Rotations: Rotation[] | undefined; | ||
@@ -573,10 +573,10 @@ } | ||
RotationId: string | undefined; | ||
StartTime?: Date; | ||
StartTime?: Date | undefined; | ||
EndTime: Date | undefined; | ||
NextToken?: string; | ||
MaxResults?: number; | ||
NextToken?: string | undefined; | ||
MaxResults?: number | undefined; | ||
} | ||
export interface ListRotationShiftsResult { | ||
RotationShifts?: RotationShift[]; | ||
NextToken?: string; | ||
RotationShifts?: RotationShift[] | undefined; | ||
NextToken?: string | undefined; | ||
} | ||
@@ -587,3 +587,3 @@ export interface ListTagsForResourceRequest { | ||
export interface ListTagsForResourceResult { | ||
Tags?: Tag[]; | ||
Tags?: Tag[] | undefined; | ||
} | ||
@@ -604,6 +604,6 @@ export interface PutContactPolicyRequest { | ||
Content: string | undefined; | ||
PublicSubject?: string; | ||
PublicContent?: string; | ||
IncidentId?: string; | ||
IdempotencyToken?: string; | ||
PublicSubject?: string | undefined; | ||
PublicContent?: string | undefined; | ||
IncidentId?: string | undefined; | ||
IdempotencyToken?: string | undefined; | ||
} | ||
@@ -615,3 +615,3 @@ export interface StartEngagementResult { | ||
EngagementId: string | undefined; | ||
Reason?: string; | ||
Reason?: string | undefined; | ||
} | ||
@@ -631,4 +631,4 @@ export interface StopEngagementResult {} | ||
ContactId: string | undefined; | ||
DisplayName?: string; | ||
Plan?: Plan; | ||
DisplayName?: string | undefined; | ||
Plan?: Plan | undefined; | ||
} | ||
@@ -638,4 +638,4 @@ export interface UpdateContactResult {} | ||
ContactChannelId: string | undefined; | ||
Name?: string; | ||
DeliveryAddress?: ContactChannelAddress; | ||
Name?: string | undefined; | ||
DeliveryAddress?: ContactChannelAddress | undefined; | ||
} | ||
@@ -645,7 +645,7 @@ export interface UpdateContactChannelResult {} | ||
RotationId: string | undefined; | ||
ContactIds?: string[]; | ||
StartTime?: Date; | ||
TimeZoneId?: string; | ||
ContactIds?: string[] | undefined; | ||
StartTime?: Date | undefined; | ||
TimeZoneId?: string | undefined; | ||
Recurrence: RecurrenceSettings | undefined; | ||
} | ||
export interface UpdateRotationResult {} |
{ | ||
"name": "@aws-sdk/client-ssm-contacts", | ||
"description": "AWS SDK for JavaScript Ssm Contacts 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
747322
+ Added@aws-sdk/client-sso@3.691.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.691.0(transitive)
+ Added@aws-sdk/client-sts@3.691.0(transitive)
+ Added@aws-sdk/core@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.691.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.691.0(transitive)
+ Added@aws-sdk/token-providers@3.691.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.691.0(transitive)
- Removed@aws-sdk/client-sso@3.687.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.687.0(transitive)
- Removed@aws-sdk/client-sts@3.687.0(transitive)
- Removed@aws-sdk/core@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.686.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.687.0(transitive)
- Removed@aws-sdk/token-providers@3.686.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.687.0(transitive)
Updated@aws-sdk/client-sts@3.691.0
Updated@aws-sdk/core@3.691.0