@aws-sdk/client-support-app 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 (25) hide show
  1. package/dist-cjs/commands/CreateSlackChannelConfigurationCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteSlackChannelConfigurationCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteSlackWorkspaceConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/GetAccountAliasCommand.js +2 -2
  6. package/dist-cjs/commands/ListSlackChannelConfigurationsCommand.js +2 -2
  7. package/dist-cjs/commands/ListSlackWorkspaceConfigurationsCommand.js +2 -2
  8. package/dist-cjs/commands/PutAccountAliasCommand.js +2 -2
  9. package/dist-cjs/commands/RegisterSlackWorkspaceForOrganizationCommand.js +2 -2
  10. package/dist-cjs/commands/UpdateSlackChannelConfigurationCommand.js +2 -2
  11. package/dist-cjs/protocols/Aws_restJson1.js +111 -111
  12. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -3
  13. package/dist-es/commands/DeleteAccountAliasCommand.js +3 -3
  14. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -3
  15. package/dist-es/commands/DeleteSlackWorkspaceConfigurationCommand.js +3 -3
  16. package/dist-es/commands/GetAccountAliasCommand.js +3 -3
  17. package/dist-es/commands/ListSlackChannelConfigurationsCommand.js +3 -3
  18. package/dist-es/commands/ListSlackWorkspaceConfigurationsCommand.js +3 -3
  19. package/dist-es/commands/PutAccountAliasCommand.js +3 -3
  20. package/dist-es/commands/RegisterSlackWorkspaceForOrganizationCommand.js +3 -3
  21. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -3
  22. package/dist-es/protocols/Aws_restJson1.js +90 -90
  23. package/dist-types/protocols/Aws_restJson1.d.ts +80 -20
  24. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +20 -20
  25. 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_restJson1CreateSlackChannelConfigurationCommand, serializeAws_restJson1CreateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateSlackChannelConfigurationCommand, se_CreateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class CreateSlackChannelConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateSlackChannelConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateSlackChannelConfigurationCommand(input, context);
36
+ return se_CreateSlackChannelConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateSlackChannelConfigurationCommand(output, context);
39
+ return de_CreateSlackChannelConfigurationCommand(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_restJson1DeleteAccountAliasCommand, serializeAws_restJson1DeleteAccountAliasCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteAccountAliasCommand, se_DeleteAccountAliasCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteAccountAliasCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAccountAliasCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteAccountAliasCommand(input, context);
36
+ return se_DeleteAccountAliasCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteAccountAliasCommand(output, context);
39
+ return de_DeleteAccountAliasCommand(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_restJson1DeleteSlackChannelConfigurationCommand, serializeAws_restJson1DeleteSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSlackChannelConfigurationCommand, se_DeleteSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSlackChannelConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSlackChannelConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSlackChannelConfigurationCommand(input, context);
36
+ return se_DeleteSlackChannelConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSlackChannelConfigurationCommand(output, context);
39
+ return de_DeleteSlackChannelConfigurationCommand(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_restJson1DeleteSlackWorkspaceConfigurationCommand, serializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSlackWorkspaceConfigurationCommand, se_DeleteSlackWorkspaceConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSlackWorkspaceConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSlackWorkspaceConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand(input, context);
36
+ return se_DeleteSlackWorkspaceConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand(output, context);
39
+ return de_DeleteSlackWorkspaceConfigurationCommand(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_restJson1GetAccountAliasCommand, serializeAws_restJson1GetAccountAliasCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetAccountAliasCommand, se_GetAccountAliasCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetAccountAliasCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAccountAliasCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetAccountAliasCommand(input, context);
36
+ return se_GetAccountAliasCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetAccountAliasCommand(output, context);
39
+ return de_GetAccountAliasCommand(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_restJson1ListSlackChannelConfigurationsCommand, serializeAws_restJson1ListSlackChannelConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSlackChannelConfigurationsCommand, se_ListSlackChannelConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListSlackChannelConfigurationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSlackChannelConfigurationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSlackChannelConfigurationsCommand(input, context);
36
+ return se_ListSlackChannelConfigurationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSlackChannelConfigurationsCommand(output, context);
39
+ return de_ListSlackChannelConfigurationsCommand(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_restJson1ListSlackWorkspaceConfigurationsCommand, serializeAws_restJson1ListSlackWorkspaceConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSlackWorkspaceConfigurationsCommand, se_ListSlackWorkspaceConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListSlackWorkspaceConfigurationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSlackWorkspaceConfigurationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSlackWorkspaceConfigurationsCommand(input, context);
36
+ return se_ListSlackWorkspaceConfigurationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSlackWorkspaceConfigurationsCommand(output, context);
39
+ return de_ListSlackWorkspaceConfigurationsCommand(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_restJson1PutAccountAliasCommand, serializeAws_restJson1PutAccountAliasCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutAccountAliasCommand, se_PutAccountAliasCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutAccountAliasCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutAccountAliasCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutAccountAliasCommand(input, context);
36
+ return se_PutAccountAliasCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutAccountAliasCommand(output, context);
39
+ return de_PutAccountAliasCommand(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_restJson1RegisterSlackWorkspaceForOrganizationCommand, serializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RegisterSlackWorkspaceForOrganizationCommand, se_RegisterSlackWorkspaceForOrganizationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class RegisterSlackWorkspaceForOrganizationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RegisterSlackWorkspaceForOrganizationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand(input, context);
36
+ return se_RegisterSlackWorkspaceForOrganizationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand(output, context);
39
+ return de_RegisterSlackWorkspaceForOrganizationCommand(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_restJson1UpdateSlackChannelConfigurationCommand, serializeAws_restJson1UpdateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateSlackChannelConfigurationCommand, se_UpdateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class UpdateSlackChannelConfigurationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateSlackChannelConfigurationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateSlackChannelConfigurationCommand(input, context);
36
+ return se_UpdateSlackChannelConfigurationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateSlackChannelConfigurationCommand(output, context);
39
+ return de_UpdateSlackChannelConfigurationCommand(output, context);
40
40
  }
41
41
  }