@aws-sdk/client-ssm-incidents 3.130.0 → 3.141.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 (65) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -2
  4. package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -2
  5. package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -2
  11. package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -2
  12. package/dist-cjs/commands/GetReplicationSetCommand.js +2 -2
  13. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
  14. package/dist-cjs/commands/GetResponsePlanCommand.js +2 -2
  15. package/dist-cjs/commands/GetTimelineEventCommand.js +2 -2
  16. package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -2
  17. package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -2
  18. package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -2
  19. package/dist-cjs/commands/ListResponsePlansCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -2
  22. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  23. package/dist-cjs/commands/StartIncidentCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -2
  32. package/dist-cjs/models/models_0.js +438 -584
  33. package/dist-es/commands/CreateReplicationSetCommand.js +3 -3
  34. package/dist-es/commands/CreateResponsePlanCommand.js +3 -3
  35. package/dist-es/commands/CreateTimelineEventCommand.js +3 -3
  36. package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -3
  37. package/dist-es/commands/DeleteReplicationSetCommand.js +3 -3
  38. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  39. package/dist-es/commands/DeleteResponsePlanCommand.js +3 -3
  40. package/dist-es/commands/DeleteTimelineEventCommand.js +3 -3
  41. package/dist-es/commands/GetIncidentRecordCommand.js +3 -3
  42. package/dist-es/commands/GetReplicationSetCommand.js +3 -3
  43. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
  44. package/dist-es/commands/GetResponsePlanCommand.js +3 -3
  45. package/dist-es/commands/GetTimelineEventCommand.js +3 -3
  46. package/dist-es/commands/ListIncidentRecordsCommand.js +3 -3
  47. package/dist-es/commands/ListRelatedItemsCommand.js +3 -3
  48. package/dist-es/commands/ListReplicationSetsCommand.js +3 -3
  49. package/dist-es/commands/ListResponsePlansCommand.js +3 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  51. package/dist-es/commands/ListTimelineEventsCommand.js +3 -3
  52. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  53. package/dist-es/commands/StartIncidentCommand.js +3 -3
  54. package/dist-es/commands/TagResourceCommand.js +3 -3
  55. package/dist-es/commands/UntagResourceCommand.js +3 -3
  56. package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -3
  57. package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -3
  58. package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -3
  59. package/dist-es/commands/UpdateReplicationSetCommand.js +3 -3
  60. package/dist-es/commands/UpdateResponsePlanCommand.js +3 -3
  61. package/dist-es/commands/UpdateTimelineEventCommand.js +3 -3
  62. package/dist-es/models/models_0.js +181 -414
  63. package/dist-types/models/models_0.d.ts +348 -502
  64. package/dist-types/ts3.4/models/models_0.d.ts +174 -328
  65. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models/models_0";
4
+ import { CreateReplicationSetInputFilterSensitiveLog, CreateReplicationSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateReplicationSetCommand, serializeAws_restJson1CreateReplicationSetCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateReplicationSetCommand = (function (_super) {
7
7
  __extends(CreateReplicationSetCommand, _super);
@@ -20,8 +20,8 @@ var CreateReplicationSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateReplicationSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateReplicationSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateReplicationSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateReplicationSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/models_0";
4
+ import { CreateResponsePlanInputFilterSensitiveLog, CreateResponsePlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateResponsePlanCommand, serializeAws_restJson1CreateResponsePlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateResponsePlanCommand = (function (_super) {
7
7
  __extends(CreateResponsePlanCommand, _super);
@@ -20,8 +20,8 @@ var CreateResponsePlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateResponsePlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateResponsePlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateResponsePlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateResponsePlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/models_0";
4
+ import { CreateTimelineEventInputFilterSensitiveLog, CreateTimelineEventOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateTimelineEventCommand, serializeAws_restJson1CreateTimelineEventCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateTimelineEventCommand = (function (_super) {
7
7
  __extends(CreateTimelineEventCommand, _super);
@@ -20,8 +20,8 @@ var CreateTimelineEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateTimelineEventInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateTimelineEventOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateTimelineEventInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateTimelineEventOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models/models_0";
4
+ import { DeleteIncidentRecordInputFilterSensitiveLog, DeleteIncidentRecordOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteIncidentRecordCommand, serializeAws_restJson1DeleteIncidentRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteIncidentRecordCommand = (function (_super) {
7
7
  __extends(DeleteIncidentRecordCommand, _super);
@@ -20,8 +20,8 @@ var DeleteIncidentRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteIncidentRecordInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteIncidentRecordOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteIncidentRecordInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteIncidentRecordOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models/models_0";
4
+ import { DeleteReplicationSetInputFilterSensitiveLog, DeleteReplicationSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteReplicationSetCommand, serializeAws_restJson1DeleteReplicationSetCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteReplicationSetCommand = (function (_super) {
7
7
  __extends(DeleteReplicationSetCommand, _super);
@@ -20,8 +20,8 @@ var DeleteReplicationSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteReplicationSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteReplicationSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteReplicationSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteReplicationSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
4
+ import { DeleteResourcePolicyInputFilterSensitiveLog, DeleteResourcePolicyOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteResourcePolicyCommand, serializeAws_restJson1DeleteResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteResourcePolicyCommand = (function (_super) {
7
7
  __extends(DeleteResourcePolicyCommand, _super);
@@ -20,8 +20,8 @@ var DeleteResourcePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteResourcePolicyInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteResourcePolicyOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteResourcePolicyInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteResourcePolicyOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/models_0";
4
+ import { DeleteResponsePlanInputFilterSensitiveLog, DeleteResponsePlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteResponsePlanCommand, serializeAws_restJson1DeleteResponsePlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteResponsePlanCommand = (function (_super) {
7
7
  __extends(DeleteResponsePlanCommand, _super);
@@ -20,8 +20,8 @@ var DeleteResponsePlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteResponsePlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteResponsePlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteResponsePlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteResponsePlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0";
4
+ import { DeleteTimelineEventInputFilterSensitiveLog, DeleteTimelineEventOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteTimelineEventCommand, serializeAws_restJson1DeleteTimelineEventCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteTimelineEventCommand = (function (_super) {
7
7
  __extends(DeleteTimelineEventCommand, _super);
@@ -20,8 +20,8 @@ var DeleteTimelineEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteTimelineEventInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteTimelineEventOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteTimelineEventInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteTimelineEventOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/models_0";
4
+ import { GetIncidentRecordInputFilterSensitiveLog, GetIncidentRecordOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetIncidentRecordCommand, serializeAws_restJson1GetIncidentRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetIncidentRecordCommand = (function (_super) {
7
7
  __extends(GetIncidentRecordCommand, _super);
@@ -20,8 +20,8 @@ var GetIncidentRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetIncidentRecordInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetIncidentRecordOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetIncidentRecordInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetIncidentRecordOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/models_0";
4
+ import { GetReplicationSetInputFilterSensitiveLog, GetReplicationSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetReplicationSetCommand, serializeAws_restJson1GetReplicationSetCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetReplicationSetCommand = (function (_super) {
7
7
  __extends(GetReplicationSetCommand, _super);
@@ -20,8 +20,8 @@ var GetReplicationSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetReplicationSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetReplicationSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetReplicationSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetReplicationSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/models_0";
4
+ import { GetResourcePoliciesInputFilterSensitiveLog, GetResourcePoliciesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetResourcePoliciesCommand, serializeAws_restJson1GetResourcePoliciesCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetResourcePoliciesCommand = (function (_super) {
7
7
  __extends(GetResourcePoliciesCommand, _super);
@@ -20,8 +20,8 @@ var GetResourcePoliciesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetResourcePoliciesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetResourcePoliciesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetResourcePoliciesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetResourcePoliciesOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0";
4
+ import { GetResponsePlanInputFilterSensitiveLog, GetResponsePlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetResponsePlanCommand, serializeAws_restJson1GetResponsePlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetResponsePlanCommand = (function (_super) {
7
7
  __extends(GetResponsePlanCommand, _super);
@@ -20,8 +20,8 @@ var GetResponsePlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetResponsePlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetResponsePlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetResponsePlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetResponsePlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0";
4
+ import { GetTimelineEventInputFilterSensitiveLog, GetTimelineEventOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetTimelineEventCommand, serializeAws_restJson1GetTimelineEventCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetTimelineEventCommand = (function (_super) {
7
7
  __extends(GetTimelineEventCommand, _super);
@@ -20,8 +20,8 @@ var GetTimelineEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetTimelineEventInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetTimelineEventOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetTimelineEventInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetTimelineEventOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/models_0";
4
+ import { ListIncidentRecordsInputFilterSensitiveLog, ListIncidentRecordsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListIncidentRecordsCommand, serializeAws_restJson1ListIncidentRecordsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListIncidentRecordsCommand = (function (_super) {
7
7
  __extends(ListIncidentRecordsCommand, _super);
@@ -20,8 +20,8 @@ var ListIncidentRecordsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListIncidentRecordsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListIncidentRecordsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListIncidentRecordsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListIncidentRecordsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_0";
4
+ import { ListRelatedItemsInputFilterSensitiveLog, ListRelatedItemsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRelatedItemsCommand, serializeAws_restJson1ListRelatedItemsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListRelatedItemsCommand = (function (_super) {
7
7
  __extends(ListRelatedItemsCommand, _super);
@@ -20,8 +20,8 @@ var ListRelatedItemsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRelatedItemsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRelatedItemsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRelatedItemsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListRelatedItemsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/models_0";
4
+ import { ListReplicationSetsInputFilterSensitiveLog, ListReplicationSetsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListReplicationSetsCommand, serializeAws_restJson1ListReplicationSetsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListReplicationSetsCommand = (function (_super) {
7
7
  __extends(ListReplicationSetsCommand, _super);
@@ -20,8 +20,8 @@ var ListReplicationSetsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListReplicationSetsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListReplicationSetsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListReplicationSetsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListReplicationSetsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/models_0";
4
+ import { ListResponsePlansInputFilterSensitiveLog, ListResponsePlansOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListResponsePlansCommand, serializeAws_restJson1ListResponsePlansCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListResponsePlansCommand = (function (_super) {
7
7
  __extends(ListResponsePlansCommand, _super);
@@ -20,8 +20,8 @@ var ListResponsePlansCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListResponsePlansInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListResponsePlansOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListResponsePlansInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListResponsePlansOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/models_0";
4
+ import { ListTimelineEventsInputFilterSensitiveLog, ListTimelineEventsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTimelineEventsCommand, serializeAws_restJson1ListTimelineEventsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTimelineEventsCommand = (function (_super) {
7
7
  __extends(ListTimelineEventsCommand, _super);
@@ -20,8 +20,8 @@ var ListTimelineEventsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTimelineEventsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTimelineEventsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTimelineEventsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTimelineEventsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
4
+ import { PutResourcePolicyInputFilterSensitiveLog, PutResourcePolicyOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutResourcePolicyCommand, serializeAws_restJson1PutResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutResourcePolicyCommand = (function (_super) {
7
7
  __extends(PutResourcePolicyCommand, _super);
@@ -20,8 +20,8 @@ var PutResourcePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutResourcePolicyInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutResourcePolicyOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutResourcePolicyInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutResourcePolicyOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StartIncidentInput, StartIncidentOutput } from "../models/models_0";
4
+ import { StartIncidentInputFilterSensitiveLog, StartIncidentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StartIncidentCommand, serializeAws_restJson1StartIncidentCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartIncidentCommand = (function (_super) {
7
7
  __extends(StartIncidentCommand, _super);
@@ -20,8 +20,8 @@ var StartIncidentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartIncidentInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartIncidentOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartIncidentInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartIncidentOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from "../models/models_0";
4
+ import { UpdateDeletionProtectionInputFilterSensitiveLog, UpdateDeletionProtectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDeletionProtectionCommand, serializeAws_restJson1UpdateDeletionProtectionCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDeletionProtectionCommand = (function (_super) {
7
7
  __extends(UpdateDeletionProtectionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDeletionProtectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDeletionProtectionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDeletionProtectionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDeletionProtectionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDeletionProtectionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models/models_0";
4
+ import { UpdateIncidentRecordInputFilterSensitiveLog, UpdateIncidentRecordOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateIncidentRecordCommand, serializeAws_restJson1UpdateIncidentRecordCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateIncidentRecordCommand = (function (_super) {
7
7
  __extends(UpdateIncidentRecordCommand, _super);
@@ -20,8 +20,8 @@ var UpdateIncidentRecordCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateIncidentRecordInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateIncidentRecordOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateIncidentRecordInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateIncidentRecordOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/models_0";
4
+ import { UpdateRelatedItemsInputFilterSensitiveLog, UpdateRelatedItemsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRelatedItemsCommand, serializeAws_restJson1UpdateRelatedItemsCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRelatedItemsCommand = (function (_super) {
7
7
  __extends(UpdateRelatedItemsCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRelatedItemsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRelatedItemsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRelatedItemsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRelatedItemsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRelatedItemsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models/models_0";
4
+ import { UpdateReplicationSetInputFilterSensitiveLog, UpdateReplicationSetOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateReplicationSetCommand, serializeAws_restJson1UpdateReplicationSetCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateReplicationSetCommand = (function (_super) {
7
7
  __extends(UpdateReplicationSetCommand, _super);
@@ -20,8 +20,8 @@ var UpdateReplicationSetCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateReplicationSetInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateReplicationSetOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateReplicationSetInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateReplicationSetOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/models_0";
4
+ import { UpdateResponsePlanInputFilterSensitiveLog, UpdateResponsePlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateResponsePlanCommand, serializeAws_restJson1UpdateResponsePlanCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateResponsePlanCommand = (function (_super) {
7
7
  __extends(UpdateResponsePlanCommand, _super);
@@ -20,8 +20,8 @@ var UpdateResponsePlanCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateResponsePlanInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateResponsePlanOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateResponsePlanInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateResponsePlanOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/models_0";
4
+ import { UpdateTimelineEventInputFilterSensitiveLog, UpdateTimelineEventOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateTimelineEventCommand, serializeAws_restJson1UpdateTimelineEventCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateTimelineEventCommand = (function (_super) {
7
7
  __extends(UpdateTimelineEventCommand, _super);
@@ -20,8 +20,8 @@ var UpdateTimelineEventCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateTimelineEventInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateTimelineEventOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateTimelineEventInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateTimelineEventOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {