@aws-sdk/client-amplify 3.296.0 → 3.298.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 (111) hide show
  1. package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateWebhookCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteAppCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteBranchCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteJobCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
  11. package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -3
  12. package/dist-cjs/commands/GetAppCommand.js +1 -1
  13. package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -3
  14. package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -3
  15. package/dist-cjs/commands/GetBranchCommand.js +1 -1
  16. package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -3
  17. package/dist-cjs/commands/GetJobCommand.js +2 -3
  18. package/dist-cjs/commands/GetWebhookCommand.js +2 -3
  19. package/dist-cjs/commands/ListAppsCommand.js +1 -1
  20. package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
  21. package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -3
  22. package/dist-cjs/commands/ListBranchesCommand.js +1 -1
  23. package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -3
  24. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
  27. package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
  28. package/dist-cjs/commands/StartJobCommand.js +2 -3
  29. package/dist-cjs/commands/StopJobCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateWebhookCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -287
  35. package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -3
  36. package/dist-es/commands/CreateDeploymentCommand.js +2 -3
  37. package/dist-es/commands/CreateDomainAssociationCommand.js +2 -3
  38. package/dist-es/commands/CreateWebhookCommand.js +2 -3
  39. package/dist-es/commands/DeleteAppCommand.js +2 -2
  40. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -3
  41. package/dist-es/commands/DeleteBranchCommand.js +2 -2
  42. package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -3
  43. package/dist-es/commands/DeleteJobCommand.js +2 -3
  44. package/dist-es/commands/DeleteWebhookCommand.js +2 -3
  45. package/dist-es/commands/GenerateAccessLogsCommand.js +2 -3
  46. package/dist-es/commands/GetAppCommand.js +2 -2
  47. package/dist-es/commands/GetArtifactUrlCommand.js +2 -3
  48. package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -3
  49. package/dist-es/commands/GetBranchCommand.js +2 -2
  50. package/dist-es/commands/GetDomainAssociationCommand.js +2 -3
  51. package/dist-es/commands/GetJobCommand.js +2 -3
  52. package/dist-es/commands/GetWebhookCommand.js +2 -3
  53. package/dist-es/commands/ListAppsCommand.js +2 -2
  54. package/dist-es/commands/ListArtifactsCommand.js +2 -3
  55. package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -3
  56. package/dist-es/commands/ListBranchesCommand.js +2 -2
  57. package/dist-es/commands/ListDomainAssociationsCommand.js +2 -3
  58. package/dist-es/commands/ListJobsCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/ListWebhooksCommand.js +2 -3
  61. package/dist-es/commands/StartDeploymentCommand.js +2 -3
  62. package/dist-es/commands/StartJobCommand.js +2 -3
  63. package/dist-es/commands/StopJobCommand.js +2 -3
  64. package/dist-es/commands/TagResourceCommand.js +2 -3
  65. package/dist-es/commands/UntagResourceCommand.js +2 -3
  66. package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -3
  67. package/dist-es/commands/UpdateWebhookCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -213
  69. package/dist-types/Amplify.d.ts +38 -0
  70. package/dist-types/AmplifyClient.d.ts +24 -4
  71. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +16 -0
  76. package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
  83. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +16 -0
  84. package/dist-types/commands/GetAppCommand.d.ts +16 -0
  85. package/dist-types/commands/GetArtifactUrlCommand.d.ts +16 -0
  86. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +16 -0
  87. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  88. package/dist-types/commands/GetDomainAssociationCommand.d.ts +16 -0
  89. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  90. package/dist-types/commands/GetWebhookCommand.d.ts +16 -0
  91. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  95. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/ListWebhooksCommand.d.ts +16 -0
  99. package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
  100. package/dist-types/commands/StartJobCommand.d.ts +16 -0
  101. package/dist-types/commands/StopJobCommand.d.ts +16 -0
  102. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  103. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateAppCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateBranchCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
  108. package/dist-types/models/AmplifyServiceException.d.ts +2 -0
  109. package/dist-types/models/models_0.d.ts +123 -284
  110. package/dist-types/ts3.4/models/models_0.d.ts +0 -197
  111. package/package.json +4 -3
@@ -1,7 +1,6 @@
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 { GetDomainAssociationRequestFilterSensitiveLog, GetDomainAssociationResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetDomainAssociationCommand, serializeAws_restJson1GetDomainAssociationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetDomainAssociationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetDomainAssociationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetDomainAssociationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetDomainAssociationResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { GetJobRequestFilterSensitiveLog, GetJobResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetJobCommand, serializeAws_restJson1GetJobCommand } from "../protocols/Aws_restJson1";
6
5
  export class GetJobCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetJobCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetJobRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetJobResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { GetWebhookRequestFilterSensitiveLog, GetWebhookResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetWebhookCommand, serializeAws_restJson1GetWebhookCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetWebhookCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetWebhookCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetWebhookRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetWebhookResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -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 { ListAppsRequestFilterSensitiveLog, ListAppsResultFilterSensitiveLog, } from "../models/models_0";
4
+ import { ListAppsResultFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAppsCommand, serializeAws_restJson1ListAppsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListAppsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -27,7 +27,7 @@ export class ListAppsCommand extends $Command {
27
27
  logger,
28
28
  clientName,
29
29
  commandName,
30
- inputFilterSensitiveLog: ListAppsRequestFilterSensitiveLog,
30
+ inputFilterSensitiveLog: (_) => _,
31
31
  outputFilterSensitiveLog: ListAppsResultFilterSensitiveLog,
32
32
  };
33
33
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
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 { ListArtifactsRequestFilterSensitiveLog, ListArtifactsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListArtifactsCommand, serializeAws_restJson1ListArtifactsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListArtifactsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListArtifactsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListArtifactsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListArtifactsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { ListBackendEnvironmentsRequestFilterSensitiveLog, ListBackendEnvironmentsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListBackendEnvironmentsCommand, serializeAws_restJson1ListBackendEnvironmentsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListBackendEnvironmentsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListBackendEnvironmentsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListBackendEnvironmentsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListBackendEnvironmentsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -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 { ListBranchesRequestFilterSensitiveLog, ListBranchesResultFilterSensitiveLog, } from "../models/models_0";
4
+ import { ListBranchesResultFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListBranchesCommand, serializeAws_restJson1ListBranchesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListBranchesCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -27,7 +27,7 @@ export class ListBranchesCommand extends $Command {
27
27
  logger,
28
28
  clientName,
29
29
  commandName,
30
- inputFilterSensitiveLog: ListBranchesRequestFilterSensitiveLog,
30
+ inputFilterSensitiveLog: (_) => _,
31
31
  outputFilterSensitiveLog: ListBranchesResultFilterSensitiveLog,
32
32
  };
33
33
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
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 { ListDomainAssociationsRequestFilterSensitiveLog, ListDomainAssociationsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListDomainAssociationsCommand, serializeAws_restJson1ListDomainAssociationsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListDomainAssociationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListDomainAssociationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListDomainAssociationsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListDomainAssociationsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { ListJobsRequestFilterSensitiveLog, ListJobsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListJobsCommand, serializeAws_restJson1ListJobsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListJobsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListJobsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListJobsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListJobsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { ListWebhooksRequestFilterSensitiveLog, ListWebhooksResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListWebhooksCommand, serializeAws_restJson1ListWebhooksCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListWebhooksCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListWebhooksCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListWebhooksRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListWebhooksResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { StartDeploymentRequestFilterSensitiveLog, StartDeploymentResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartDeploymentCommand, serializeAws_restJson1StartDeploymentCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartDeploymentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartDeploymentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartDeploymentRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartDeploymentResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { StartJobRequestFilterSensitiveLog, StartJobResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StartJobCommand, serializeAws_restJson1StartJobCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StartJobCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StartJobCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StartJobRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StartJobResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { StopJobRequestFilterSensitiveLog, StopJobResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StopJobCommand, serializeAws_restJson1StopJobCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopJobCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopJobCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopJobRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopJobResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { UpdateDomainAssociationRequestFilterSensitiveLog, UpdateDomainAssociationResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateDomainAssociationCommand, serializeAws_restJson1UpdateDomainAssociationCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateDomainAssociationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateDomainAssociationCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateDomainAssociationRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateDomainAssociationResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
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 { UpdateWebhookRequestFilterSensitiveLog, UpdateWebhookResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateWebhookCommand, serializeAws_restJson1UpdateWebhookCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateWebhookCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateWebhookCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateWebhookRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateWebhookResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -138,9 +138,6 @@ export const AutoBranchCreationConfigFilterSensitiveLog = (obj) => ({
138
138
  ...(obj.basicAuthCredentials && { basicAuthCredentials: SENSITIVE_STRING }),
139
139
  ...(obj.buildSpec && { buildSpec: SENSITIVE_STRING }),
140
140
  });
141
- export const CustomRuleFilterSensitiveLog = (obj) => ({
142
- ...obj,
143
- });
144
141
  export const CreateAppRequestFilterSensitiveLog = (obj) => ({
145
142
  ...obj,
146
143
  ...(obj.oauthToken && { oauthToken: SENSITIVE_STRING }),
@@ -151,9 +148,6 @@ export const CreateAppRequestFilterSensitiveLog = (obj) => ({
151
148
  autoBranchCreationConfig: AutoBranchCreationConfigFilterSensitiveLog(obj.autoBranchCreationConfig),
152
149
  }),
153
150
  });
154
- export const ProductionBranchFilterSensitiveLog = (obj) => ({
155
- ...obj,
156
- });
157
151
  export const AppFilterSensitiveLog = (obj) => ({
158
152
  ...obj,
159
153
  ...(obj.basicAuthCredentials && { basicAuthCredentials: SENSITIVE_STRING }),
@@ -166,15 +160,6 @@ export const CreateAppResultFilterSensitiveLog = (obj) => ({
166
160
  ...obj,
167
161
  ...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
168
162
  });
169
- export const CreateBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
170
- ...obj,
171
- });
172
- export const BackendEnvironmentFilterSensitiveLog = (obj) => ({
173
- ...obj,
174
- });
175
- export const CreateBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
176
- ...obj,
177
- });
178
163
  export const CreateBranchRequestFilterSensitiveLog = (obj) => ({
179
164
  ...obj,
180
165
  ...(obj.basicAuthCredentials && { basicAuthCredentials: SENSITIVE_STRING }),
@@ -189,216 +174,30 @@ export const CreateBranchResultFilterSensitiveLog = (obj) => ({
189
174
  ...obj,
190
175
  ...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
191
176
  });
192
- export const CreateDeploymentRequestFilterSensitiveLog = (obj) => ({
193
- ...obj,
194
- });
195
- export const CreateDeploymentResultFilterSensitiveLog = (obj) => ({
196
- ...obj,
197
- });
198
- export const SubDomainSettingFilterSensitiveLog = (obj) => ({
199
- ...obj,
200
- });
201
- export const CreateDomainAssociationRequestFilterSensitiveLog = (obj) => ({
202
- ...obj,
203
- });
204
- export const SubDomainFilterSensitiveLog = (obj) => ({
205
- ...obj,
206
- });
207
- export const DomainAssociationFilterSensitiveLog = (obj) => ({
208
- ...obj,
209
- });
210
- export const CreateDomainAssociationResultFilterSensitiveLog = (obj) => ({
211
- ...obj,
212
- });
213
- export const CreateWebhookRequestFilterSensitiveLog = (obj) => ({
214
- ...obj,
215
- });
216
- export const WebhookFilterSensitiveLog = (obj) => ({
217
- ...obj,
218
- });
219
- export const CreateWebhookResultFilterSensitiveLog = (obj) => ({
220
- ...obj,
221
- });
222
- export const DeleteAppRequestFilterSensitiveLog = (obj) => ({
223
- ...obj,
224
- });
225
177
  export const DeleteAppResultFilterSensitiveLog = (obj) => ({
226
178
  ...obj,
227
179
  ...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
228
180
  });
229
- export const DeleteBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
230
- ...obj,
231
- });
232
- export const DeleteBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- export const DeleteBranchRequestFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
181
  export const DeleteBranchResultFilterSensitiveLog = (obj) => ({
239
182
  ...obj,
240
183
  ...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
241
184
  });
242
- export const DeleteDomainAssociationRequestFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- });
245
- export const DeleteDomainAssociationResultFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- });
248
- export const DeleteJobRequestFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const JobSummaryFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const DeleteJobResultFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const DeleteWebhookRequestFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- export const DeleteWebhookResultFilterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
263
- export const GenerateAccessLogsRequestFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- export const GenerateAccessLogsResultFilterSensitiveLog = (obj) => ({
267
- ...obj,
268
- });
269
- export const GetAppRequestFilterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
185
  export const GetAppResultFilterSensitiveLog = (obj) => ({
273
186
  ...obj,
274
187
  ...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
275
188
  });
276
- export const GetArtifactUrlRequestFilterSensitiveLog = (obj) => ({
277
- ...obj,
278
- });
279
- export const GetArtifactUrlResultFilterSensitiveLog = (obj) => ({
280
- ...obj,
281
- });
282
- export const GetBackendEnvironmentRequestFilterSensitiveLog = (obj) => ({
283
- ...obj,
284
- });
285
- export const GetBackendEnvironmentResultFilterSensitiveLog = (obj) => ({
286
- ...obj,
287
- });
288
- export const GetBranchRequestFilterSensitiveLog = (obj) => ({
289
- ...obj,
290
- });
291
189
  export const GetBranchResultFilterSensitiveLog = (obj) => ({
292
190
  ...obj,
293
191
  ...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
294
192
  });
295
- export const GetDomainAssociationRequestFilterSensitiveLog = (obj) => ({
296
- ...obj,
297
- });
298
- export const GetDomainAssociationResultFilterSensitiveLog = (obj) => ({
299
- ...obj,
300
- });
301
- export const GetJobRequestFilterSensitiveLog = (obj) => ({
302
- ...obj,
303
- });
304
- export const StepFilterSensitiveLog = (obj) => ({
305
- ...obj,
306
- });
307
- export const JobFilterSensitiveLog = (obj) => ({
308
- ...obj,
309
- });
310
- export const GetJobResultFilterSensitiveLog = (obj) => ({
311
- ...obj,
312
- });
313
- export const GetWebhookRequestFilterSensitiveLog = (obj) => ({
314
- ...obj,
315
- });
316
- export const GetWebhookResultFilterSensitiveLog = (obj) => ({
317
- ...obj,
318
- });
319
- export const ListAppsRequestFilterSensitiveLog = (obj) => ({
320
- ...obj,
321
- });
322
193
  export const ListAppsResultFilterSensitiveLog = (obj) => ({
323
194
  ...obj,
324
195
  ...(obj.apps && { apps: obj.apps.map((item) => AppFilterSensitiveLog(item)) }),
325
196
  });
326
- export const ListArtifactsRequestFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- export const ArtifactFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const ListArtifactsResultFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const ListBackendEnvironmentsRequestFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const ListBackendEnvironmentsResultFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- export const ListBranchesRequestFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
344
197
  export const ListBranchesResultFilterSensitiveLog = (obj) => ({
345
198
  ...obj,
346
199
  ...(obj.branches && { branches: obj.branches.map((item) => BranchFilterSensitiveLog(item)) }),
347
200
  });
348
- export const ListDomainAssociationsRequestFilterSensitiveLog = (obj) => ({
349
- ...obj,
350
- });
351
- export const ListDomainAssociationsResultFilterSensitiveLog = (obj) => ({
352
- ...obj,
353
- });
354
- export const ListJobsRequestFilterSensitiveLog = (obj) => ({
355
- ...obj,
356
- });
357
- export const ListJobsResultFilterSensitiveLog = (obj) => ({
358
- ...obj,
359
- });
360
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
361
- ...obj,
362
- });
363
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
364
- ...obj,
365
- });
366
- export const ListWebhooksRequestFilterSensitiveLog = (obj) => ({
367
- ...obj,
368
- });
369
- export const ListWebhooksResultFilterSensitiveLog = (obj) => ({
370
- ...obj,
371
- });
372
- export const StartDeploymentRequestFilterSensitiveLog = (obj) => ({
373
- ...obj,
374
- });
375
- export const StartDeploymentResultFilterSensitiveLog = (obj) => ({
376
- ...obj,
377
- });
378
- export const StartJobRequestFilterSensitiveLog = (obj) => ({
379
- ...obj,
380
- });
381
- export const StartJobResultFilterSensitiveLog = (obj) => ({
382
- ...obj,
383
- });
384
- export const StopJobRequestFilterSensitiveLog = (obj) => ({
385
- ...obj,
386
- });
387
- export const StopJobResultFilterSensitiveLog = (obj) => ({
388
- ...obj,
389
- });
390
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
391
- ...obj,
392
- });
393
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
394
- ...obj,
395
- });
396
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
397
- ...obj,
398
- });
399
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
400
- ...obj,
401
- });
402
201
  export const UpdateAppRequestFilterSensitiveLog = (obj) => ({
403
202
  ...obj,
404
203
  ...(obj.basicAuthCredentials && { basicAuthCredentials: SENSITIVE_STRING }),
@@ -422,15 +221,3 @@ export const UpdateBranchResultFilterSensitiveLog = (obj) => ({
422
221
  ...obj,
423
222
  ...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
424
223
  });
425
- export const UpdateDomainAssociationRequestFilterSensitiveLog = (obj) => ({
426
- ...obj,
427
- });
428
- export const UpdateDomainAssociationResultFilterSensitiveLog = (obj) => ({
429
- ...obj,
430
- });
431
- export const UpdateWebhookRequestFilterSensitiveLog = (obj) => ({
432
- ...obj,
433
- });
434
- export const UpdateWebhookResultFilterSensitiveLog = (obj) => ({
435
- ...obj,
436
- });