@aws-sdk/client-internetmonitor 3.304.0 → 3.309.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.
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateMonitorCommand, serializeAws_restJson1CreateMonitorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateMonitorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class CreateMonitorCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1CreateMonitorCommand(input, context);
35
+ return se_CreateMonitorCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1CreateMonitorCommand(output, context);
38
+ return de_CreateMonitorCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteMonitorCommand, serializeAws_restJson1DeleteMonitorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteMonitorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class DeleteMonitorCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1DeleteMonitorCommand(input, context);
35
+ return se_DeleteMonitorCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1DeleteMonitorCommand(output, context);
38
+ return de_DeleteMonitorCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetHealthEventCommand, serializeAws_restJson1GetHealthEventCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetHealthEventCommand, se_GetHealthEventCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetHealthEventCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class GetHealthEventCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1GetHealthEventCommand(input, context);
35
+ return se_GetHealthEventCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1GetHealthEventCommand(output, context);
38
+ return de_GetHealthEventCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetMonitorCommand, serializeAws_restJson1GetMonitorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetMonitorCommand, se_GetMonitorCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetMonitorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class GetMonitorCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1GetMonitorCommand(input, context);
35
+ return se_GetMonitorCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1GetMonitorCommand(output, context);
38
+ return de_GetMonitorCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListHealthEventsCommand, serializeAws_restJson1ListHealthEventsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListHealthEventsCommand, se_ListHealthEventsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListHealthEventsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListHealthEventsCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListHealthEventsCommand(input, context);
35
+ return se_ListHealthEventsCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListHealthEventsCommand(output, context);
38
+ return de_ListHealthEventsCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListMonitorsCommand, serializeAws_restJson1ListMonitorsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListMonitorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListMonitorsCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListMonitorsCommand(input, context);
35
+ return se_ListMonitorsCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListMonitorsCommand(output, context);
38
+ return de_ListMonitorsCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class ListTagsForResourceCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
35
+ return se_ListTagsForResourceCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
38
+ return de_ListTagsForResourceCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class TagResourceCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1TagResourceCommand(input, context);
35
+ return se_TagResourceCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1TagResourceCommand(output, context);
38
+ return de_TagResourceCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class UntagResourceCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1UntagResourceCommand(input, context);
35
+ return se_UntagResourceCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1UntagResourceCommand(output, context);
38
+ return de_UntagResourceCommand(output, context);
39
39
  }
40
40
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateMonitorCommand, serializeAws_restJson1UpdateMonitorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateMonitorCommand, se_UpdateMonitorCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateMonitorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -32,9 +32,9 @@ export class UpdateMonitorCommand extends $Command {
32
32
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
33
33
  }
34
34
  serialize(input, context) {
35
- return serializeAws_restJson1UpdateMonitorCommand(input, context);
35
+ return se_UpdateMonitorCommand(input, context);
36
36
  }
37
37
  deserialize(output, context) {
38
- return deserializeAws_restJson1UpdateMonitorCommand(output, context);
38
+ return de_UpdateMonitorCommand(output, context);
39
39
  }
40
40
  }