@aws-sdk/client-resiliencehub 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 (109) hide show
  1. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAppCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAppVersionResourceCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAppCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAppInputSourceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeAppCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeAppVersionCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +2 -2
  24. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAppAssessmentsCommand.js +2 -2
  26. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +2 -2
  27. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +2 -2
  28. package/dist-cjs/commands/ListAppInputSourcesCommand.js +2 -2
  29. package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +2 -2
  30. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +2 -2
  31. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +2 -2
  32. package/dist-cjs/commands/ListAppVersionsCommand.js +2 -2
  33. package/dist-cjs/commands/ListAppsCommand.js +2 -2
  34. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +2 -2
  35. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +2 -2
  36. package/dist-cjs/commands/ListSopRecommendationsCommand.js +2 -2
  37. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/ListTestRecommendationsCommand.js +2 -2
  40. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +2 -2
  41. package/dist-cjs/commands/PublishAppVersionCommand.js +2 -2
  42. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +2 -2
  43. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +2 -2
  44. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +2 -2
  45. package/dist-cjs/commands/StartAppAssessmentCommand.js +2 -2
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateAppCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateAppVersionCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +2 -2
  53. package/dist-cjs/protocols/Aws_restJson1.js +843 -899
  54. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -3
  55. package/dist-es/commands/CreateAppCommand.js +3 -3
  56. package/dist-es/commands/CreateAppVersionAppComponentCommand.js +3 -3
  57. package/dist-es/commands/CreateAppVersionResourceCommand.js +3 -3
  58. package/dist-es/commands/CreateRecommendationTemplateCommand.js +3 -3
  59. package/dist-es/commands/CreateResiliencyPolicyCommand.js +3 -3
  60. package/dist-es/commands/DeleteAppAssessmentCommand.js +3 -3
  61. package/dist-es/commands/DeleteAppCommand.js +3 -3
  62. package/dist-es/commands/DeleteAppInputSourceCommand.js +3 -3
  63. package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +3 -3
  64. package/dist-es/commands/DeleteAppVersionResourceCommand.js +3 -3
  65. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +3 -3
  66. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +3 -3
  67. package/dist-es/commands/DescribeAppAssessmentCommand.js +3 -3
  68. package/dist-es/commands/DescribeAppCommand.js +3 -3
  69. package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +3 -3
  70. package/dist-es/commands/DescribeAppVersionCommand.js +3 -3
  71. package/dist-es/commands/DescribeAppVersionResourceCommand.js +3 -3
  72. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -3
  73. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +3 -3
  74. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -3
  75. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +3 -3
  76. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +3 -3
  77. package/dist-es/commands/ListAlarmRecommendationsCommand.js +3 -3
  78. package/dist-es/commands/ListAppAssessmentsCommand.js +3 -3
  79. package/dist-es/commands/ListAppComponentCompliancesCommand.js +3 -3
  80. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +3 -3
  81. package/dist-es/commands/ListAppInputSourcesCommand.js +3 -3
  82. package/dist-es/commands/ListAppVersionAppComponentsCommand.js +3 -3
  83. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +3 -3
  84. package/dist-es/commands/ListAppVersionResourcesCommand.js +3 -3
  85. package/dist-es/commands/ListAppVersionsCommand.js +3 -3
  86. package/dist-es/commands/ListAppsCommand.js +3 -3
  87. package/dist-es/commands/ListRecommendationTemplatesCommand.js +3 -3
  88. package/dist-es/commands/ListResiliencyPoliciesCommand.js +3 -3
  89. package/dist-es/commands/ListSopRecommendationsCommand.js +3 -3
  90. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -3
  91. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  92. package/dist-es/commands/ListTestRecommendationsCommand.js +3 -3
  93. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -3
  94. package/dist-es/commands/PublishAppVersionCommand.js +3 -3
  95. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +3 -3
  96. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -3
  97. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +3 -3
  98. package/dist-es/commands/StartAppAssessmentCommand.js +3 -3
  99. package/dist-es/commands/TagResourceCommand.js +3 -3
  100. package/dist-es/commands/UntagResourceCommand.js +3 -3
  101. package/dist-es/commands/UpdateAppCommand.js +3 -3
  102. package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +3 -3
  103. package/dist-es/commands/UpdateAppVersionCommand.js +3 -3
  104. package/dist-es/commands/UpdateAppVersionResourceCommand.js +3 -3
  105. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +3 -3
  106. package/dist-es/protocols/Aws_restJson1.js +736 -792
  107. package/dist-types/protocols/Aws_restJson1.d.ts +416 -104
  108. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +104 -104
  109. 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_restJson1ListAppVersionAppComponentsCommand, serializeAws_restJson1ListAppVersionAppComponentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAppVersionAppComponentsCommand, se_ListAppVersionAppComponentsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListAppVersionAppComponentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAppVersionAppComponentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAppVersionAppComponentsCommand(input, context);
36
+ return se_ListAppVersionAppComponentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAppVersionAppComponentsCommand(output, context);
39
+ return de_ListAppVersionAppComponentsCommand(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_restJson1ListAppVersionResourceMappingsCommand, serializeAws_restJson1ListAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAppVersionResourceMappingsCommand, se_ListAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListAppVersionResourceMappingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAppVersionResourceMappingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAppVersionResourceMappingsCommand(input, context);
36
+ return se_ListAppVersionResourceMappingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAppVersionResourceMappingsCommand(output, context);
39
+ return de_ListAppVersionResourceMappingsCommand(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_restJson1ListAppVersionResourcesCommand, serializeAws_restJson1ListAppVersionResourcesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAppVersionResourcesCommand, se_ListAppVersionResourcesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAppVersionResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAppVersionResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAppVersionResourcesCommand(input, context);
36
+ return se_ListAppVersionResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAppVersionResourcesCommand(output, context);
39
+ return de_ListAppVersionResourcesCommand(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_restJson1ListAppVersionsCommand, serializeAws_restJson1ListAppVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAppVersionsCommand, se_ListAppVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAppVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAppVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAppVersionsCommand(input, context);
36
+ return se_ListAppVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAppVersionsCommand(output, context);
39
+ return de_ListAppVersionsCommand(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_restJson1ListAppsCommand, serializeAws_restJson1ListAppsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAppsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAppsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAppsCommand(input, context);
36
+ return se_ListAppsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAppsCommand(output, context);
39
+ return de_ListAppsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListRecommendationTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListRecommendationTemplatesCommand, serializeAws_restJson1ListRecommendationTemplatesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListRecommendationTemplatesCommand, se_ListRecommendationTemplatesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListRecommendationTemplatesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListRecommendationTemplatesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListRecommendationTemplatesCommand(input, context);
37
+ return se_ListRecommendationTemplatesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListRecommendationTemplatesCommand(output, context);
40
+ return de_ListRecommendationTemplatesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListResiliencyPoliciesCommand, serializeAws_restJson1ListResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListResiliencyPoliciesCommand, se_ListResiliencyPoliciesCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListResiliencyPoliciesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListResiliencyPoliciesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListResiliencyPoliciesCommand(input, context);
37
+ return se_ListResiliencyPoliciesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListResiliencyPoliciesCommand(output, context);
40
+ return de_ListResiliencyPoliciesCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1ListSopRecommendationsCommand, serializeAws_restJson1ListSopRecommendationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSopRecommendationsCommand, se_ListSopRecommendationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSopRecommendationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSopRecommendationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSopRecommendationsCommand(input, context);
36
+ return se_ListSopRecommendationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSopRecommendationsCommand(output, context);
39
+ return de_ListSopRecommendationsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListSuggestedResiliencyPoliciesCommand, serializeAws_restJson1ListSuggestedResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListSuggestedResiliencyPoliciesCommand, se_ListSuggestedResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSuggestedResiliencyPoliciesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListSuggestedResiliencyPoliciesCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListSuggestedResiliencyPoliciesCommand(input, context);
37
+ return se_ListSuggestedResiliencyPoliciesCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListSuggestedResiliencyPoliciesCommand(output, context);
40
+ return de_ListSuggestedResiliencyPoliciesCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListTagsForResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
37
+ return se_ListTagsForResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
40
+ return de_ListTagsForResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1ListTestRecommendationsCommand, serializeAws_restJson1ListTestRecommendationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTestRecommendationsCommand, se_ListTestRecommendationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTestRecommendationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTestRecommendationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTestRecommendationsCommand(input, context);
36
+ return se_ListTestRecommendationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTestRecommendationsCommand(output, context);
39
+ return de_ListTestRecommendationsCommand(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_restJson1ListUnsupportedAppVersionResourcesCommand, serializeAws_restJson1ListUnsupportedAppVersionResourcesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListUnsupportedAppVersionResourcesCommand, se_ListUnsupportedAppVersionResourcesCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListUnsupportedAppVersionResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListUnsupportedAppVersionResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListUnsupportedAppVersionResourcesCommand(input, context);
36
+ return se_ListUnsupportedAppVersionResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListUnsupportedAppVersionResourcesCommand(output, context);
39
+ return de_ListUnsupportedAppVersionResourcesCommand(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_restJson1PublishAppVersionCommand, serializeAws_restJson1PublishAppVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PublishAppVersionCommand, se_PublishAppVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class PublishAppVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PublishAppVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PublishAppVersionCommand(input, context);
36
+ return se_PublishAppVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PublishAppVersionCommand(output, context);
39
+ return de_PublishAppVersionCommand(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_restJson1PutDraftAppVersionTemplateCommand, serializeAws_restJson1PutDraftAppVersionTemplateCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutDraftAppVersionTemplateCommand, se_PutDraftAppVersionTemplateCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutDraftAppVersionTemplateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutDraftAppVersionTemplateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutDraftAppVersionTemplateCommand(input, context);
36
+ return se_PutDraftAppVersionTemplateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutDraftAppVersionTemplateCommand(output, context);
39
+ return de_PutDraftAppVersionTemplateCommand(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_restJson1RemoveDraftAppVersionResourceMappingsCommand, serializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RemoveDraftAppVersionResourceMappingsCommand, se_RemoveDraftAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class RemoveDraftAppVersionResourceMappingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveDraftAppVersionResourceMappingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand(input, context);
36
+ return se_RemoveDraftAppVersionResourceMappingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand(output, context);
39
+ return de_RemoveDraftAppVersionResourceMappingsCommand(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_restJson1ResolveAppVersionResourcesCommand, serializeAws_restJson1ResolveAppVersionResourcesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ResolveAppVersionResourcesCommand, se_ResolveAppVersionResourcesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ResolveAppVersionResourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ResolveAppVersionResourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ResolveAppVersionResourcesCommand(input, context);
36
+ return se_ResolveAppVersionResourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ResolveAppVersionResourcesCommand(output, context);
39
+ return de_ResolveAppVersionResourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { StartAppAssessmentRequestFilterSensitiveLog, StartAppAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1StartAppAssessmentCommand, serializeAws_restJson1StartAppAssessmentCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_StartAppAssessmentCommand, se_StartAppAssessmentCommand } from "../protocols/Aws_restJson1";
6
6
  export class StartAppAssessmentCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class StartAppAssessmentCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1StartAppAssessmentCommand(input, context);
37
+ return se_StartAppAssessmentCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1StartAppAssessmentCommand(output, context);
40
+ return de_StartAppAssessmentCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class TagResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class TagResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1TagResourceCommand(input, context);
37
+ return se_TagResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1TagResourceCommand(output, context);
40
+ return de_TagResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export class UntagResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UntagResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UntagResourceCommand(input, context);
37
+ return se_UntagResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UntagResourceCommand(output, context);
40
+ return de_UntagResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ 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
4
  import { UpdateAppResponseFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateAppCommand, serializeAws_restJson1UpdateAppCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateAppCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateAppCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateAppCommand(input, context);
37
+ return se_UpdateAppCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateAppCommand(output, context);
40
+ return de_UpdateAppCommand(output, context);
41
41
  }
42
42
  }
@@ -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_restJson1UpdateAppVersionAppComponentCommand, serializeAws_restJson1UpdateAppVersionAppComponentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateAppVersionAppComponentCommand, se_UpdateAppVersionAppComponentCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateAppVersionAppComponentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAppVersionAppComponentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateAppVersionAppComponentCommand(input, context);
36
+ return se_UpdateAppVersionAppComponentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateAppVersionAppComponentCommand(output, context);
39
+ return de_UpdateAppVersionAppComponentCommand(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_restJson1UpdateAppVersionCommand, serializeAws_restJson1UpdateAppVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateAppVersionCommand, se_UpdateAppVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateAppVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAppVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateAppVersionCommand(input, context);
36
+ return se_UpdateAppVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateAppVersionCommand(output, context);
39
+ return de_UpdateAppVersionCommand(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_restJson1UpdateAppVersionResourceCommand, serializeAws_restJson1UpdateAppVersionResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateAppVersionResourceCommand, se_UpdateAppVersionResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateAppVersionResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateAppVersionResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateAppVersionResourceCommand(input, context);
36
+ return se_UpdateAppVersionResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateAppVersionResourceCommand(output, context);
39
+ return de_UpdateAppVersionResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { UpdateResiliencyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1UpdateResiliencyPolicyCommand, serializeAws_restJson1UpdateResiliencyPolicyCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_UpdateResiliencyPolicyCommand, se_UpdateResiliencyPolicyCommand } from "../protocols/Aws_restJson1";
6
6
  export class UpdateResiliencyPolicyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class UpdateResiliencyPolicyCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1UpdateResiliencyPolicyCommand(input, context);
37
+ return se_UpdateResiliencyPolicyCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1UpdateResiliencyPolicyCommand(output, context);
40
+ return de_UpdateResiliencyPolicyCommand(output, context);
41
41
  }
42
42
  }