@aws-sdk/client-iotdeviceadvisor 3.306.0 → 3.310.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 (33) hide show
  1. package/dist-cjs/commands/CreateSuiteDefinitionCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteSuiteDefinitionCommand.js +2 -2
  3. package/dist-cjs/commands/GetEndpointCommand.js +2 -2
  4. package/dist-cjs/commands/GetSuiteDefinitionCommand.js +2 -2
  5. package/dist-cjs/commands/GetSuiteRunCommand.js +2 -2
  6. package/dist-cjs/commands/GetSuiteRunReportCommand.js +2 -2
  7. package/dist-cjs/commands/ListSuiteDefinitionsCommand.js +2 -2
  8. package/dist-cjs/commands/ListSuiteRunsCommand.js +2 -2
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-cjs/commands/StartSuiteRunCommand.js +2 -2
  11. package/dist-cjs/commands/StopSuiteRunCommand.js +2 -2
  12. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateSuiteDefinitionCommand.js +2 -2
  15. package/dist-cjs/protocols/Aws_restJson1.js +180 -190
  16. package/dist-es/commands/CreateSuiteDefinitionCommand.js +3 -3
  17. package/dist-es/commands/DeleteSuiteDefinitionCommand.js +3 -3
  18. package/dist-es/commands/GetEndpointCommand.js +3 -3
  19. package/dist-es/commands/GetSuiteDefinitionCommand.js +3 -3
  20. package/dist-es/commands/GetSuiteRunCommand.js +3 -3
  21. package/dist-es/commands/GetSuiteRunReportCommand.js +3 -3
  22. package/dist-es/commands/ListSuiteDefinitionsCommand.js +3 -3
  23. package/dist-es/commands/ListSuiteRunsCommand.js +3 -3
  24. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  25. package/dist-es/commands/StartSuiteRunCommand.js +3 -3
  26. package/dist-es/commands/StopSuiteRunCommand.js +3 -3
  27. package/dist-es/commands/TagResourceCommand.js +3 -3
  28. package/dist-es/commands/UntagResourceCommand.js +3 -3
  29. package/dist-es/commands/UpdateSuiteDefinitionCommand.js +3 -3
  30. package/dist-es/protocols/Aws_restJson1.js +151 -161
  31. package/dist-types/protocols/Aws_restJson1.d.ts +112 -28
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +28 -28
  33. package/package.json +35 -35
@@ -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_restJson1CreateSuiteDefinitionCommand, serializeAws_restJson1CreateSuiteDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateSuiteDefinitionCommand, se_CreateSuiteDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateSuiteDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateSuiteDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateSuiteDefinitionCommand(input, context);
36
+ return se_CreateSuiteDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateSuiteDefinitionCommand(output, context);
39
+ return de_CreateSuiteDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1DeleteSuiteDefinitionCommand, serializeAws_restJson1DeleteSuiteDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSuiteDefinitionCommand, se_DeleteSuiteDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSuiteDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSuiteDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSuiteDefinitionCommand(input, context);
36
+ return se_DeleteSuiteDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSuiteDefinitionCommand(output, context);
39
+ return de_DeleteSuiteDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1GetEndpointCommand, serializeAws_restJson1GetEndpointCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetEndpointCommand, se_GetEndpointCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetEndpointCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetEndpointCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetEndpointCommand(input, context);
36
+ return se_GetEndpointCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetEndpointCommand(output, context);
39
+ return de_GetEndpointCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1GetSuiteDefinitionCommand, serializeAws_restJson1GetSuiteDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSuiteDefinitionCommand, se_GetSuiteDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSuiteDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSuiteDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSuiteDefinitionCommand(input, context);
36
+ return se_GetSuiteDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSuiteDefinitionCommand(output, context);
39
+ return de_GetSuiteDefinitionCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1GetSuiteRunCommand, serializeAws_restJson1GetSuiteRunCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSuiteRunCommand, se_GetSuiteRunCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSuiteRunCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSuiteRunCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSuiteRunCommand(input, context);
36
+ return se_GetSuiteRunCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSuiteRunCommand(output, context);
39
+ return de_GetSuiteRunCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1GetSuiteRunReportCommand, serializeAws_restJson1GetSuiteRunReportCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSuiteRunReportCommand, se_GetSuiteRunReportCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSuiteRunReportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSuiteRunReportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSuiteRunReportCommand(input, context);
36
+ return se_GetSuiteRunReportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSuiteRunReportCommand(output, context);
39
+ return de_GetSuiteRunReportCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1ListSuiteDefinitionsCommand, serializeAws_restJson1ListSuiteDefinitionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSuiteDefinitionsCommand, se_ListSuiteDefinitionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSuiteDefinitionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSuiteDefinitionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSuiteDefinitionsCommand(input, context);
36
+ return se_ListSuiteDefinitionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSuiteDefinitionsCommand(output, context);
39
+ return de_ListSuiteDefinitionsCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1ListSuiteRunsCommand, serializeAws_restJson1ListSuiteRunsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSuiteRunsCommand, se_ListSuiteRunsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSuiteRunsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSuiteRunsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSuiteRunsCommand(input, context);
36
+ return se_ListSuiteRunsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSuiteRunsCommand(output, context);
39
+ return de_ListSuiteRunsCommand(output, context);
40
40
  }
41
41
  }
@@ -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 {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1StartSuiteRunCommand, serializeAws_restJson1StartSuiteRunCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartSuiteRunCommand, se_StartSuiteRunCommand } from "../protocols/Aws_restJson1";
5
5
  export class StartSuiteRunCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartSuiteRunCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartSuiteRunCommand(input, context);
36
+ return se_StartSuiteRunCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartSuiteRunCommand(output, context);
39
+ return de_StartSuiteRunCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1StopSuiteRunCommand, serializeAws_restJson1StopSuiteRunCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StopSuiteRunCommand, se_StopSuiteRunCommand } from "../protocols/Aws_restJson1";
5
5
  export class StopSuiteRunCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StopSuiteRunCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StopSuiteRunCommand(input, context);
36
+ return se_StopSuiteRunCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StopSuiteRunCommand(output, context);
39
+ return de_StopSuiteRunCommand(output, context);
40
40
  }
41
41
  }
@@ -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 {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1TagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1TagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -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 {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -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_restJson1UpdateSuiteDefinitionCommand, serializeAws_restJson1UpdateSuiteDefinitionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateSuiteDefinitionCommand, se_UpdateSuiteDefinitionCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateSuiteDefinitionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateSuiteDefinitionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateSuiteDefinitionCommand(input, context);
36
+ return se_UpdateSuiteDefinitionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateSuiteDefinitionCommand(output, context);
39
+ return de_UpdateSuiteDefinitionCommand(output, context);
40
40
  }
41
41
  }