@aws-sdk/client-ssm-incidents 3.496.0 → 3.501.0
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.
- package/dist-cjs/index.js +37 -36
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3462,14 +3462,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3462
3462
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3463
3463
|
|
|
3464
3464
|
0 && (module.exports = {
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3465
|
+
SSMIncidentsServiceException,
|
|
3466
|
+
__Client,
|
|
3467
|
+
SSMIncidentsClient,
|
|
3468
|
+
SSMIncidents,
|
|
3469
|
+
$Command,
|
|
3469
3470
|
BatchGetIncidentFindingsCommand,
|
|
3470
|
-
ChatChannel,
|
|
3471
|
-
Condition,
|
|
3472
|
-
ConflictException,
|
|
3473
3471
|
CreateReplicationSetCommand,
|
|
3474
3472
|
CreateResponsePlanCommand,
|
|
3475
3473
|
CreateTimelineEventCommand,
|
|
@@ -3478,19 +3476,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3478
3476
|
DeleteResourcePolicyCommand,
|
|
3479
3477
|
DeleteResponsePlanCommand,
|
|
3480
3478
|
DeleteTimelineEventCommand,
|
|
3481
|
-
DynamicSsmParameterValue,
|
|
3482
|
-
EventReference,
|
|
3483
|
-
FindingDetails,
|
|
3484
3479
|
GetIncidentRecordCommand,
|
|
3485
3480
|
GetReplicationSetCommand,
|
|
3486
3481
|
GetResourcePoliciesCommand,
|
|
3487
3482
|
GetResponsePlanCommand,
|
|
3488
3483
|
GetTimelineEventCommand,
|
|
3489
|
-
IncidentRecordStatus,
|
|
3490
|
-
Integration,
|
|
3491
|
-
InternalServerException,
|
|
3492
|
-
ItemType,
|
|
3493
|
-
ItemValue,
|
|
3494
3484
|
ListIncidentFindingsCommand,
|
|
3495
3485
|
ListIncidentRecordsCommand,
|
|
3496
3486
|
ListRelatedItemsCommand,
|
|
@@ -3498,35 +3488,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3498
3488
|
ListResponsePlansCommand,
|
|
3499
3489
|
ListTagsForResourceCommand,
|
|
3500
3490
|
ListTimelineEventsCommand,
|
|
3501
|
-
NotificationTargetItem,
|
|
3502
3491
|
PutResourcePolicyCommand,
|
|
3503
|
-
RegionStatus,
|
|
3504
|
-
RelatedItemsUpdate,
|
|
3505
|
-
ReplicationSetStatus,
|
|
3506
|
-
ResourceNotFoundException,
|
|
3507
|
-
ResourceType,
|
|
3508
|
-
SSMIncidents,
|
|
3509
|
-
SSMIncidentsClient,
|
|
3510
|
-
SSMIncidentsServiceException,
|
|
3511
|
-
ServiceCode,
|
|
3512
|
-
ServiceQuotaExceededException,
|
|
3513
|
-
SortOrder,
|
|
3514
|
-
SsmTargetAccount,
|
|
3515
3492
|
StartIncidentCommand,
|
|
3516
3493
|
TagResourceCommand,
|
|
3517
|
-
ThrottlingException,
|
|
3518
|
-
TimelineEventSort,
|
|
3519
3494
|
UntagResourceCommand,
|
|
3520
3495
|
UpdateDeletionProtectionCommand,
|
|
3521
3496
|
UpdateIncidentRecordCommand,
|
|
3522
3497
|
UpdateRelatedItemsCommand,
|
|
3523
|
-
UpdateReplicationSetAction,
|
|
3524
3498
|
UpdateReplicationSetCommand,
|
|
3525
3499
|
UpdateResponsePlanCommand,
|
|
3526
3500
|
UpdateTimelineEventCommand,
|
|
3527
|
-
ValidationException,
|
|
3528
|
-
VariableType,
|
|
3529
|
-
__Client,
|
|
3530
3501
|
paginateGetResourcePolicies,
|
|
3531
3502
|
paginateListIncidentFindings,
|
|
3532
3503
|
paginateListIncidentRecords,
|
|
@@ -3535,8 +3506,38 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3535
3506
|
paginateListResponsePlans,
|
|
3536
3507
|
paginateListTimelineEvents,
|
|
3537
3508
|
waitForWaitForReplicationSetActive,
|
|
3538
|
-
waitForWaitForReplicationSetDeleted,
|
|
3539
3509
|
waitUntilWaitForReplicationSetActive,
|
|
3540
|
-
|
|
3510
|
+
waitForWaitForReplicationSetDeleted,
|
|
3511
|
+
waitUntilWaitForReplicationSetDeleted,
|
|
3512
|
+
AccessDeniedException,
|
|
3513
|
+
VariableType,
|
|
3514
|
+
DynamicSsmParameterValue,
|
|
3515
|
+
SsmTargetAccount,
|
|
3516
|
+
Action,
|
|
3517
|
+
AttributeValueList,
|
|
3518
|
+
AutomationExecution,
|
|
3519
|
+
FindingDetails,
|
|
3520
|
+
InternalServerException,
|
|
3521
|
+
ResourceType,
|
|
3522
|
+
ResourceNotFoundException,
|
|
3523
|
+
ServiceCode,
|
|
3524
|
+
ThrottlingException,
|
|
3525
|
+
ValidationException,
|
|
3526
|
+
ChatChannel,
|
|
3527
|
+
Condition,
|
|
3528
|
+
ConflictException,
|
|
3529
|
+
ServiceQuotaExceededException,
|
|
3530
|
+
NotificationTargetItem,
|
|
3531
|
+
Integration,
|
|
3532
|
+
EventReference,
|
|
3533
|
+
IncidentRecordStatus,
|
|
3534
|
+
RegionStatus,
|
|
3535
|
+
ReplicationSetStatus,
|
|
3536
|
+
ItemType,
|
|
3537
|
+
ItemValue,
|
|
3538
|
+
TimelineEventSort,
|
|
3539
|
+
SortOrder,
|
|
3540
|
+
RelatedItemsUpdate,
|
|
3541
|
+
UpdateReplicationSetAction
|
|
3541
3542
|
});
|
|
3542
3543
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-incidents",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm-incidents",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|