@aws-sdk/client-ssm-incidents 3.495.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +39 -36
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -3460,15 +3460,14 @@ var waitUntilWaitForReplicationSetDeleted = /* @__PURE__ */ __name(async (params
3460
3460
  // src/index.ts
3461
3461
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3462
3462
  // Annotate the CommonJS export names for ESM import in node:
3463
+
3463
3464
  0 && (module.exports = {
3464
- AccessDeniedException,
3465
- Action,
3466
- AttributeValueList,
3467
- AutomationExecution,
3465
+ SSMIncidentsServiceException,
3466
+ __Client,
3467
+ SSMIncidentsClient,
3468
+ SSMIncidents,
3469
+ $Command,
3468
3470
  BatchGetIncidentFindingsCommand,
3469
- ChatChannel,
3470
- Condition,
3471
- ConflictException,
3472
3471
  CreateReplicationSetCommand,
3473
3472
  CreateResponsePlanCommand,
3474
3473
  CreateTimelineEventCommand,
@@ -3477,19 +3476,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3477
3476
  DeleteResourcePolicyCommand,
3478
3477
  DeleteResponsePlanCommand,
3479
3478
  DeleteTimelineEventCommand,
3480
- DynamicSsmParameterValue,
3481
- EventReference,
3482
- FindingDetails,
3483
3479
  GetIncidentRecordCommand,
3484
3480
  GetReplicationSetCommand,
3485
3481
  GetResourcePoliciesCommand,
3486
3482
  GetResponsePlanCommand,
3487
3483
  GetTimelineEventCommand,
3488
- IncidentRecordStatus,
3489
- Integration,
3490
- InternalServerException,
3491
- ItemType,
3492
- ItemValue,
3493
3484
  ListIncidentFindingsCommand,
3494
3485
  ListIncidentRecordsCommand,
3495
3486
  ListRelatedItemsCommand,
@@ -3497,35 +3488,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3497
3488
  ListResponsePlansCommand,
3498
3489
  ListTagsForResourceCommand,
3499
3490
  ListTimelineEventsCommand,
3500
- NotificationTargetItem,
3501
3491
  PutResourcePolicyCommand,
3502
- RegionStatus,
3503
- RelatedItemsUpdate,
3504
- ReplicationSetStatus,
3505
- ResourceNotFoundException,
3506
- ResourceType,
3507
- SSMIncidents,
3508
- SSMIncidentsClient,
3509
- SSMIncidentsServiceException,
3510
- ServiceCode,
3511
- ServiceQuotaExceededException,
3512
- SortOrder,
3513
- SsmTargetAccount,
3514
3492
  StartIncidentCommand,
3515
3493
  TagResourceCommand,
3516
- ThrottlingException,
3517
- TimelineEventSort,
3518
3494
  UntagResourceCommand,
3519
3495
  UpdateDeletionProtectionCommand,
3520
3496
  UpdateIncidentRecordCommand,
3521
3497
  UpdateRelatedItemsCommand,
3522
- UpdateReplicationSetAction,
3523
3498
  UpdateReplicationSetCommand,
3524
3499
  UpdateResponsePlanCommand,
3525
3500
  UpdateTimelineEventCommand,
3526
- ValidationException,
3527
- VariableType,
3528
- __Client,
3529
3501
  paginateGetResourcePolicies,
3530
3502
  paginateListIncidentFindings,
3531
3503
  paginateListIncidentRecords,
@@ -3534,7 +3506,38 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3534
3506
  paginateListResponsePlans,
3535
3507
  paginateListTimelineEvents,
3536
3508
  waitForWaitForReplicationSetActive,
3537
- waitForWaitForReplicationSetDeleted,
3538
3509
  waitUntilWaitForReplicationSetActive,
3539
- waitUntilWaitForReplicationSetDeleted
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
3540
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.495.0",
4
+ "version": "3.499.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,49 +20,49 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "tslib": "^2.5.0",
62
62
  "uuid": "^8.3.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "@types/uuid": "^8.3.0",