@aws-sdk/client-ssm-incidents 3.170.0 → 3.171.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 (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SSMIncidents.d.ts +0 -29
  3. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +0 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -296
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  39. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +0 -2
  40. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +0 -2
  41. package/package.json +27 -27
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
@@ -1,12 +1,10 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand";
3
3
  import { SSMIncidentsClient } from "../SSMIncidentsClient";
4
-
5
4
  export declare const waitForWaitForReplicationSetActive: (
6
5
  params: WaiterConfiguration<SSMIncidentsClient>,
7
6
  input: GetReplicationSetCommandInput
8
7
  ) => Promise<WaiterResult>;
9
-
10
8
  export declare const waitUntilWaitForReplicationSetActive: (
11
9
  params: WaiterConfiguration<SSMIncidentsClient>,
12
10
  input: GetReplicationSetCommandInput
@@ -1,12 +1,10 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
2
  import { GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand";
3
3
  import { SSMIncidentsClient } from "../SSMIncidentsClient";
4
-
5
4
  export declare const waitForWaitForReplicationSetDeleted: (
6
5
  params: WaiterConfiguration<SSMIncidentsClient>,
7
6
  input: GetReplicationSetCommandInput
8
7
  ) => Promise<WaiterResult>;
9
-
10
8
  export declare const waitUntilWaitForReplicationSetDeleted: (
11
9
  params: WaiterConfiguration<SSMIncidentsClient>,
12
10
  input: GetReplicationSetCommandInput
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.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,38 +19,38 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
- "@aws-sdk/util-waiter": "3.170.0",
53
+ "@aws-sdk/util-waiter": "3.171.0",
54
54
  "tslib": "^2.3.1",
55
55
  "uuid": "^8.3.2"
56
56
  },