@aws-sdk/client-appconfig 3.303.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.
Files changed (91) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  2. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +2 -2
  4. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateExtensionAssociationCommand.js +2 -2
  6. package/dist-cjs/commands/CreateExtensionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteExtensionCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
  15. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  16. package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/GetConfigurationProfileCommand.js +2 -2
  18. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  19. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +2 -2
  20. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  21. package/dist-cjs/commands/GetExtensionAssociationCommand.js +2 -2
  22. package/dist-cjs/commands/GetExtensionCommand.js +2 -2
  23. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +2 -2
  24. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  25. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +2 -2
  26. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +2 -2
  27. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  28. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  29. package/dist-cjs/commands/ListExtensionAssociationsCommand.js +2 -2
  30. package/dist-cjs/commands/ListExtensionsCommand.js +2 -2
  31. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
  34. package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
  35. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  36. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateExtensionCommand.js +2 -2
  43. package/dist-cjs/commands/ValidateConfigurationCommand.js +2 -2
  44. package/dist-cjs/protocols/Aws_restJson1.js +522 -526
  45. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  46. package/dist-es/commands/CreateConfigurationProfileCommand.js +3 -3
  47. package/dist-es/commands/CreateDeploymentStrategyCommand.js +3 -3
  48. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  49. package/dist-es/commands/CreateExtensionAssociationCommand.js +3 -3
  50. package/dist-es/commands/CreateExtensionCommand.js +3 -3
  51. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +3 -3
  52. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  53. package/dist-es/commands/DeleteConfigurationProfileCommand.js +3 -3
  54. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +3 -3
  55. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
  56. package/dist-es/commands/DeleteExtensionAssociationCommand.js +3 -3
  57. package/dist-es/commands/DeleteExtensionCommand.js +3 -3
  58. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +3 -3
  59. package/dist-es/commands/GetApplicationCommand.js +3 -3
  60. package/dist-es/commands/GetConfigurationCommand.js +3 -3
  61. package/dist-es/commands/GetConfigurationProfileCommand.js +3 -3
  62. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  63. package/dist-es/commands/GetDeploymentStrategyCommand.js +3 -3
  64. package/dist-es/commands/GetEnvironmentCommand.js +3 -3
  65. package/dist-es/commands/GetExtensionAssociationCommand.js +3 -3
  66. package/dist-es/commands/GetExtensionCommand.js +3 -3
  67. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +3 -3
  68. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  69. package/dist-es/commands/ListConfigurationProfilesCommand.js +3 -3
  70. package/dist-es/commands/ListDeploymentStrategiesCommand.js +3 -3
  71. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  72. package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
  73. package/dist-es/commands/ListExtensionAssociationsCommand.js +3 -3
  74. package/dist-es/commands/ListExtensionsCommand.js +3 -3
  75. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +3 -3
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  77. package/dist-es/commands/StartDeploymentCommand.js +3 -3
  78. package/dist-es/commands/StopDeploymentCommand.js +3 -3
  79. package/dist-es/commands/TagResourceCommand.js +3 -3
  80. package/dist-es/commands/UntagResourceCommand.js +3 -3
  81. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  82. package/dist-es/commands/UpdateConfigurationProfileCommand.js +3 -3
  83. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +3 -3
  84. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  85. package/dist-es/commands/UpdateExtensionAssociationCommand.js +3 -3
  86. package/dist-es/commands/UpdateExtensionCommand.js +3 -3
  87. package/dist-es/commands/ValidateConfigurationCommand.js +3 -3
  88. package/dist-es/protocols/Aws_restJson1.js +434 -438
  89. package/dist-types/protocols/Aws_restJson1.d.ts +344 -86
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +86 -86
  91. package/package.json +29 -29
@@ -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_restJson1CreateApplicationCommand, serializeAws_restJson1CreateApplicationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateApplicationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateApplicationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateApplicationCommand(input, context);
36
+ return se_CreateApplicationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateApplicationCommand(output, context);
39
+ return de_CreateApplicationCommand(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 { ConfigurationProfileFilterSensitiveLog, CreateConfigurationProfileRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateConfigurationProfileCommand, serializeAws_restJson1CreateConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateConfigurationProfileCommand, se_CreateConfigurationProfileCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateConfigurationProfileCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateConfigurationProfileCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateConfigurationProfileCommand(input, context);
37
+ return se_CreateConfigurationProfileCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateConfigurationProfileCommand(output, context);
40
+ return de_CreateConfigurationProfileCommand(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_restJson1CreateDeploymentStrategyCommand, serializeAws_restJson1CreateDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDeploymentStrategyCommand, se_CreateDeploymentStrategyCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDeploymentStrategyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDeploymentStrategyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDeploymentStrategyCommand(input, context);
36
+ return se_CreateDeploymentStrategyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDeploymentStrategyCommand(output, context);
39
+ return de_CreateDeploymentStrategyCommand(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_restJson1CreateEnvironmentCommand, serializeAws_restJson1CreateEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateEnvironmentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateEnvironmentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateEnvironmentCommand(input, context);
36
+ return se_CreateEnvironmentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateEnvironmentCommand(output, context);
39
+ return de_CreateEnvironmentCommand(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_restJson1CreateExtensionAssociationCommand, serializeAws_restJson1CreateExtensionAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateExtensionAssociationCommand, se_CreateExtensionAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateExtensionAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateExtensionAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateExtensionAssociationCommand(input, context);
36
+ return se_CreateExtensionAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateExtensionAssociationCommand(output, context);
39
+ return de_CreateExtensionAssociationCommand(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_restJson1CreateExtensionCommand, serializeAws_restJson1CreateExtensionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateExtensionCommand, se_CreateExtensionCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateExtensionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateExtensionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateExtensionCommand(input, context);
36
+ return se_CreateExtensionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateExtensionCommand(output, context);
39
+ return de_CreateExtensionCommand(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 { CreateHostedConfigurationVersionRequestFilterSensitiveLog, HostedConfigurationVersionFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateHostedConfigurationVersionCommand, serializeAws_restJson1CreateHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateHostedConfigurationVersionCommand, se_CreateHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateHostedConfigurationVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateHostedConfigurationVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateHostedConfigurationVersionCommand(input, context);
37
+ return se_CreateHostedConfigurationVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateHostedConfigurationVersionCommand(output, context);
40
+ return de_CreateHostedConfigurationVersionCommand(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_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteApplicationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteApplicationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteApplicationCommand(input, context);
36
+ return se_DeleteApplicationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteApplicationCommand(output, context);
39
+ return de_DeleteApplicationCommand(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_restJson1DeleteConfigurationProfileCommand, serializeAws_restJson1DeleteConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteConfigurationProfileCommand, se_DeleteConfigurationProfileCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteConfigurationProfileCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteConfigurationProfileCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteConfigurationProfileCommand(input, context);
36
+ return se_DeleteConfigurationProfileCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteConfigurationProfileCommand(output, context);
39
+ return de_DeleteConfigurationProfileCommand(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_restJson1DeleteDeploymentStrategyCommand, serializeAws_restJson1DeleteDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDeploymentStrategyCommand, se_DeleteDeploymentStrategyCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDeploymentStrategyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDeploymentStrategyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDeploymentStrategyCommand(input, context);
36
+ return se_DeleteDeploymentStrategyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDeploymentStrategyCommand(output, context);
39
+ return de_DeleteDeploymentStrategyCommand(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_restJson1DeleteEnvironmentCommand, serializeAws_restJson1DeleteEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteEnvironmentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEnvironmentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteEnvironmentCommand(input, context);
36
+ return se_DeleteEnvironmentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteEnvironmentCommand(output, context);
39
+ return de_DeleteEnvironmentCommand(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_restJson1DeleteExtensionAssociationCommand, serializeAws_restJson1DeleteExtensionAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteExtensionAssociationCommand, se_DeleteExtensionAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteExtensionAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteExtensionAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteExtensionAssociationCommand(input, context);
36
+ return se_DeleteExtensionAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteExtensionAssociationCommand(output, context);
39
+ return de_DeleteExtensionAssociationCommand(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_restJson1DeleteExtensionCommand, serializeAws_restJson1DeleteExtensionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteExtensionCommand, se_DeleteExtensionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteExtensionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteExtensionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteExtensionCommand(input, context);
36
+ return se_DeleteExtensionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteExtensionCommand(output, context);
39
+ return de_DeleteExtensionCommand(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_restJson1DeleteHostedConfigurationVersionCommand, serializeAws_restJson1DeleteHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteHostedConfigurationVersionCommand, se_DeleteHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteHostedConfigurationVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteHostedConfigurationVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteHostedConfigurationVersionCommand(input, context);
36
+ return se_DeleteHostedConfigurationVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteHostedConfigurationVersionCommand(output, context);
39
+ return de_DeleteHostedConfigurationVersionCommand(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_restJson1GetApplicationCommand, serializeAws_restJson1GetApplicationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetApplicationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetApplicationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetApplicationCommand(input, context);
36
+ return se_GetApplicationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetApplicationCommand(output, context);
39
+ return de_GetApplicationCommand(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 { ConfigurationFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1GetConfigurationCommand, serializeAws_restJson1GetConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetConfigurationCommand, se_GetConfigurationCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetConfigurationCommand(input, context);
37
+ return se_GetConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetConfigurationCommand(output, context);
40
+ return de_GetConfigurationCommand(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 { ConfigurationProfileFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetConfigurationProfileCommand, serializeAws_restJson1GetConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetConfigurationProfileCommand, se_GetConfigurationProfileCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetConfigurationProfileCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetConfigurationProfileCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetConfigurationProfileCommand(input, context);
37
+ return se_GetConfigurationProfileCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetConfigurationProfileCommand(output, context);
40
+ return de_GetConfigurationProfileCommand(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_restJson1GetDeploymentCommand, serializeAws_restJson1GetDeploymentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDeploymentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeploymentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDeploymentCommand(input, context);
36
+ return se_GetDeploymentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDeploymentCommand(output, context);
39
+ return de_GetDeploymentCommand(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_restJson1GetDeploymentStrategyCommand, serializeAws_restJson1GetDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDeploymentStrategyCommand, se_GetDeploymentStrategyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDeploymentStrategyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDeploymentStrategyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDeploymentStrategyCommand(input, context);
36
+ return se_GetDeploymentStrategyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDeploymentStrategyCommand(output, context);
39
+ return de_GetDeploymentStrategyCommand(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_restJson1GetEnvironmentCommand, serializeAws_restJson1GetEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetEnvironmentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetEnvironmentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetEnvironmentCommand(input, context);
36
+ return se_GetEnvironmentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetEnvironmentCommand(output, context);
39
+ return de_GetEnvironmentCommand(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_restJson1GetExtensionAssociationCommand, serializeAws_restJson1GetExtensionAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetExtensionAssociationCommand, se_GetExtensionAssociationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetExtensionAssociationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetExtensionAssociationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetExtensionAssociationCommand(input, context);
36
+ return se_GetExtensionAssociationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetExtensionAssociationCommand(output, context);
39
+ return de_GetExtensionAssociationCommand(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_restJson1GetExtensionCommand, serializeAws_restJson1GetExtensionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetExtensionCommand, se_GetExtensionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetExtensionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetExtensionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetExtensionCommand(input, context);
36
+ return se_GetExtensionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetExtensionCommand(output, context);
39
+ return de_GetExtensionCommand(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 { HostedConfigurationVersionFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetHostedConfigurationVersionCommand, serializeAws_restJson1GetHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetHostedConfigurationVersionCommand, se_GetHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetHostedConfigurationVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetHostedConfigurationVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetHostedConfigurationVersionCommand(input, context);
37
+ return se_GetHostedConfigurationVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetHostedConfigurationVersionCommand(output, context);
40
+ return de_GetHostedConfigurationVersionCommand(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_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListApplicationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListApplicationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListApplicationsCommand(input, context);
36
+ return se_ListApplicationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListApplicationsCommand(output, context);
39
+ return de_ListApplicationsCommand(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_restJson1ListConfigurationProfilesCommand, serializeAws_restJson1ListConfigurationProfilesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListConfigurationProfilesCommand, se_ListConfigurationProfilesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListConfigurationProfilesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConfigurationProfilesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListConfigurationProfilesCommand(input, context);
36
+ return se_ListConfigurationProfilesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListConfigurationProfilesCommand(output, context);
39
+ return de_ListConfigurationProfilesCommand(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_restJson1ListDeploymentStrategiesCommand, serializeAws_restJson1ListDeploymentStrategiesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDeploymentStrategiesCommand, se_ListDeploymentStrategiesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDeploymentStrategiesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDeploymentStrategiesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDeploymentStrategiesCommand(input, context);
36
+ return se_ListDeploymentStrategiesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDeploymentStrategiesCommand(output, context);
39
+ return de_ListDeploymentStrategiesCommand(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_restJson1ListDeploymentsCommand, serializeAws_restJson1ListDeploymentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDeploymentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDeploymentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDeploymentsCommand(input, context);
36
+ return se_ListDeploymentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDeploymentsCommand(output, context);
39
+ return de_ListDeploymentsCommand(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_restJson1ListEnvironmentsCommand, serializeAws_restJson1ListEnvironmentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListEnvironmentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEnvironmentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListEnvironmentsCommand(input, context);
36
+ return se_ListEnvironmentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListEnvironmentsCommand(output, context);
39
+ return de_ListEnvironmentsCommand(output, context);
40
40
  }
41
41
  }