@aws-sdk/client-support-app 3.335.0 → 3.338.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 (53) hide show
  1. package/dist-cjs/SupportAppClient.js +2 -1
  2. package/dist-cjs/commands/CreateSlackChannelConfigurationCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteSlackChannelConfigurationCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteSlackWorkspaceConfigurationCommand.js +2 -1
  6. package/dist-cjs/commands/GetAccountAliasCommand.js +2 -1
  7. package/dist-cjs/commands/ListSlackChannelConfigurationsCommand.js +2 -1
  8. package/dist-cjs/commands/ListSlackWorkspaceConfigurationsCommand.js +2 -1
  9. package/dist-cjs/commands/PutAccountAliasCommand.js +2 -1
  10. package/dist-cjs/commands/RegisterSlackWorkspaceForOrganizationCommand.js +2 -1
  11. package/dist-cjs/commands/UpdateSlackChannelConfigurationCommand.js +2 -1
  12. package/dist-cjs/index.js +2 -2
  13. package/dist-cjs/models/SupportAppServiceException.js +2 -1
  14. package/dist-es/SupportAppClient.js +1 -0
  15. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +1 -0
  16. package/dist-es/commands/DeleteAccountAliasCommand.js +1 -0
  17. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +1 -0
  18. package/dist-es/commands/DeleteSlackWorkspaceConfigurationCommand.js +1 -0
  19. package/dist-es/commands/GetAccountAliasCommand.js +1 -0
  20. package/dist-es/commands/ListSlackChannelConfigurationsCommand.js +1 -0
  21. package/dist-es/commands/ListSlackWorkspaceConfigurationsCommand.js +1 -0
  22. package/dist-es/commands/PutAccountAliasCommand.js +1 -0
  23. package/dist-es/commands/RegisterSlackWorkspaceForOrganizationCommand.js +1 -0
  24. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +1 -0
  25. package/dist-es/index.js +2 -2
  26. package/dist-es/models/SupportAppServiceException.js +1 -0
  27. package/dist-types/SupportAppClient.d.ts +3 -3
  28. package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +4 -0
  32. package/dist-types/commands/GetAccountAliasCommand.d.ts +4 -0
  33. package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +4 -0
  34. package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +4 -0
  35. package/dist-types/commands/PutAccountAliasCommand.d.ts +4 -0
  36. package/dist-types/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +4 -0
  37. package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +4 -0
  38. package/dist-types/index.d.ts +60 -2
  39. package/dist-types/models/SupportAppServiceException.d.ts +1 -0
  40. package/dist-types/ts3.4/SupportAppClient.d.ts +3 -3
  41. package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +1 -0
  42. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +1 -0
  43. package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +1 -0
  44. package/dist-types/ts3.4/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +1 -0
  45. package/dist-types/ts3.4/commands/GetAccountAliasCommand.d.ts +1 -0
  46. package/dist-types/ts3.4/commands/ListSlackChannelConfigurationsCommand.d.ts +1 -0
  47. package/dist-types/ts3.4/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +1 -0
  48. package/dist-types/ts3.4/commands/PutAccountAliasCommand.d.ts +1 -0
  49. package/dist-types/ts3.4/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +1 -0
  50. package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +1 -0
  51. package/dist-types/ts3.4/index.d.ts +2 -2
  52. package/dist-types/ts3.4/models/SupportAppServiceException.d.ts +1 -0
  53. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SupportAppClient = void 0;
3
+ exports.SupportAppClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class SupportAppClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSlackChannelConfigurationCommand = void 0;
3
+ exports.CreateSlackChannelConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateSlackChannelConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccountAliasCommand = void 0;
3
+ exports.DeleteAccountAliasCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteAccountAliasCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSlackChannelConfigurationCommand = void 0;
3
+ exports.DeleteSlackChannelConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteSlackChannelConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSlackWorkspaceConfigurationCommand = void 0;
3
+ exports.DeleteSlackWorkspaceConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteSlackWorkspaceConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAccountAliasCommand = void 0;
3
+ exports.GetAccountAliasCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetAccountAliasCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSlackChannelConfigurationsCommand = void 0;
3
+ exports.ListSlackChannelConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListSlackChannelConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSlackWorkspaceConfigurationsCommand = void 0;
3
+ exports.ListSlackWorkspaceConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListSlackWorkspaceConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAccountAliasCommand = void 0;
3
+ exports.PutAccountAliasCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutAccountAliasCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterSlackWorkspaceForOrganizationCommand = void 0;
3
+ exports.RegisterSlackWorkspaceForOrganizationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class RegisterSlackWorkspaceForOrganizationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSlackChannelConfigurationCommand = void 0;
3
+ exports.UpdateSlackChannelConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateSlackChannelConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SupportAppServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./SupportApp"), exports);
6
5
  tslib_1.__exportStar(require("./SupportAppClient"), exports);
6
+ tslib_1.__exportStar(require("./SupportApp"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var SupportAppServiceException_1 = require("./models/SupportAppServiceException");
11
11
  Object.defineProperty(exports, "SupportAppServiceException", { enumerable: true, get: function () { return SupportAppServiceException_1.SupportAppServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SupportAppServiceException = void 0;
3
+ exports.SupportAppServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class SupportAppServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class SupportAppClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +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 { de_CreateSlackChannelConfigurationCommand, se_CreateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateSlackChannelConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_DeleteAccountAliasCommand, se_DeleteAccountAliasCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteAccountAliasCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_DeleteSlackChannelConfigurationCommand, se_DeleteSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteSlackChannelConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_DeleteSlackWorkspaceConfigurationCommand, se_DeleteSlackWorkspaceConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteSlackWorkspaceConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_GetAccountAliasCommand, se_GetAccountAliasCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetAccountAliasCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_ListSlackChannelConfigurationsCommand, se_ListSlackChannelConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSlackChannelConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_ListSlackWorkspaceConfigurationsCommand, se_ListSlackWorkspaceConfigurationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSlackWorkspaceConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_PutAccountAliasCommand, se_PutAccountAliasCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class PutAccountAliasCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_RegisterSlackWorkspaceForOrganizationCommand, se_RegisterSlackWorkspaceForOrganizationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RegisterSlackWorkspaceForOrganizationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +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 { de_UpdateSlackChannelConfigurationCommand, se_UpdateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSlackChannelConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./SupportApp";
2
1
  export * from "./SupportAppClient";
2
+ export * from "./SupportApp";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { SupportAppServiceException } from "./models/SupportAppServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class SupportAppServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -19,6 +19,7 @@ import { PutAccountAliasCommandInput, PutAccountAliasCommandOutput } from "./com
19
19
  import { RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput } from "./commands/RegisterSlackWorkspaceForOrganizationCommand";
20
20
  import { UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput } from "./commands/UpdateSlackChannelConfigurationCommand";
21
21
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
22
+ export { __Client };
22
23
  /**
23
24
  * @public
24
25
  */
@@ -133,7 +134,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
133
134
  /**
134
135
  * @public
135
136
  */
136
- type SupportAppClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
137
+ export type SupportAppClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
137
138
  /**
138
139
  * @public
139
140
  *
@@ -144,7 +145,7 @@ export interface SupportAppClientConfig extends SupportAppClientConfigType {
144
145
  /**
145
146
  * @public
146
147
  */
147
- type SupportAppClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
148
+ export type SupportAppClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
148
149
  /**
149
150
  * @public
150
151
  *
@@ -222,4 +223,3 @@ export declare class SupportAppClient extends __Client<__HttpHandlerOptions, Ser
222
223
  */
223
224
  destroy(): void;
224
225
  }
225
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSlackChannelConfigurationRequest, CreateSlackChannelConfigurationResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAccountAliasRequest, DeleteAccountAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSlackChannelConfigurationRequest, DeleteSlackChannelConfigurationResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSlackWorkspaceConfigurationRequest, DeleteSlackWorkspaceConfigurationResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAccountAliasRequest, GetAccountAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSlackChannelConfigurationsRequest, ListSlackChannelConfigurationsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSlackWorkspaceConfigurationsRequest, ListSlackWorkspaceConfigurationsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountAliasRequest, PutAccountAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RegisterSlackWorkspaceForOrganizationRequest, RegisterSlackWorkspaceForOrganizationResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSlackChannelConfigurationRequest, UpdateSlackChannelConfigurationResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,64 @@
1
- export * from "./SupportApp";
1
+ /**
2
+ * <fullname>Amazon Web Services Support App in Slack</fullname>
3
+ * <p>You can use the Amazon Web Services Support App in Slack API to manage your support cases in Slack for your
4
+ * Amazon Web Services account. After you configure your Slack workspace and channel with the Amazon Web Services Support App, you can
5
+ * perform the following tasks directly in your Slack channel:</p>
6
+ * <ul>
7
+ * <li>
8
+ * <p>Create, search, update, and resolve your support cases</p>
9
+ * </li>
10
+ * <li>
11
+ * <p>Request service quota increases for your account</p>
12
+ * </li>
13
+ * <li>
14
+ * <p>Invite Amazon Web Services Support agents to your channel so that you can chat directly about your
15
+ * support cases</p>
16
+ * </li>
17
+ * </ul>
18
+ * <p>For more information about how to perform these actions in Slack, see the following
19
+ * documentation in the <i>Amazon Web Services Support User Guide</i>:</p>
20
+ * <ul>
21
+ * <li>
22
+ * <p>
23
+ * <a href="https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html">Amazon Web Services Support App in Slack</a>
24
+ * </p>
25
+ * </li>
26
+ * <li>
27
+ * <p>
28
+ * <a href="https://docs.aws.amazon.com/awssupport/latest/user/joining-a-live-chat-session.html">Joining a live chat session with Amazon Web Services Support</a>
29
+ * </p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <a href="https://docs.aws.amazon.com/awssupport/latest/user/service-quota-increase.html">Requesting service quota increases</a>
34
+ * </p>
35
+ * </li>
36
+ * <li>
37
+ * <p>
38
+ * <a href="https://docs.aws.amazon.com/awssupport/latest/user/support-app-commands.html">Amazon Web Services Support App commands in Slack</a>
39
+ * </p>
40
+ * </li>
41
+ * </ul>
42
+ * <p>You can also use the Amazon Web Services Management Console instead of the Amazon Web Services Support App API to manage your Slack
43
+ * configurations. For more information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/authorize-slack-workspace.html">Authorize a
44
+ * Slack workspace to enable the Amazon Web Services Support App</a>.</p>
45
+ * <note>
46
+ * <ul>
47
+ * <li>
48
+ * <p>You must have a Business or Enterprise Support plan to use the Amazon Web Services Support App API. </p>
49
+ * </li>
50
+ * <li>
51
+ * <p>For more information about the Amazon Web Services Support App endpoints, see the <a href="https://docs.aws.amazon.com/general/latest/gr/awssupport.html#awssupport_app_region">Amazon Web Services Support App in Slack endpoints</a> in the <i>Amazon Web Services General
52
+ * Reference</i>.</p>
53
+ * </li>
54
+ * </ul>
55
+ * </note>
56
+ *
57
+ * @packageDocumentation
58
+ */
2
59
  export * from "./SupportAppClient";
60
+ export * from "./SupportApp";
3
61
  export * from "./commands";
4
- export * from "./models";
5
62
  export * from "./pagination";
63
+ export * from "./models";
6
64
  export { SupportAppServiceException } from "./models/SupportAppServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -91,6 +91,7 @@ import {
91
91
  ClientResolvedEndpointParameters,
92
92
  EndpointParameters,
93
93
  } from "./endpoint/EndpointParameters";
94
+ export { __Client };
94
95
  export type ServiceInputTypes =
95
96
  | CreateSlackChannelConfigurationCommandInput
96
97
  | DeleteAccountAliasCommandInput
@@ -137,7 +138,7 @@ export interface ClientDefaults
137
138
  logger?: __Logger;
138
139
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
139
140
  }
140
- type SupportAppClientConfigType = Partial<
141
+ export type SupportAppClientConfigType = Partial<
141
142
  __SmithyConfiguration<__HttpHandlerOptions>
142
143
  > &
143
144
  ClientDefaults &
@@ -149,7 +150,7 @@ type SupportAppClientConfigType = Partial<
149
150
  UserAgentInputConfig &
150
151
  ClientInputEndpointParameters;
151
152
  export interface SupportAppClientConfig extends SupportAppClientConfigType {}
152
- type SupportAppClientResolvedConfigType =
153
+ export type SupportAppClientResolvedConfigType =
153
154
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
154
155
  Required<ClientDefaults> &
155
156
  RegionResolvedConfig &
@@ -171,4 +172,3 @@ export declare class SupportAppClient extends __Client<
171
172
  constructor(configuration: SupportAppClientConfig);
172
173
  destroy(): void;
173
174
  }
174
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSlackChannelConfigurationCommandInput
19
20
  extends CreateSlackChannelConfigurationRequest {}
20
21
  export interface CreateSlackChannelConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAccountAliasCommandInput
19
20
  extends DeleteAccountAliasRequest {}
20
21
  export interface DeleteAccountAliasCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSlackChannelConfigurationCommandInput
19
20
  extends DeleteSlackChannelConfigurationRequest {}
20
21
  export interface DeleteSlackChannelConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSlackWorkspaceConfigurationCommandInput
19
20
  extends DeleteSlackWorkspaceConfigurationRequest {}
20
21
  export interface DeleteSlackWorkspaceConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAccountAliasCommandInput extends GetAccountAliasRequest {}
19
20
  export interface GetAccountAliasCommandOutput
20
21
  extends GetAccountAliasResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListSlackChannelConfigurationsCommandInput
19
20
  extends ListSlackChannelConfigurationsRequest {}
20
21
  export interface ListSlackChannelConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListSlackWorkspaceConfigurationsCommandInput
19
20
  extends ListSlackWorkspaceConfigurationsRequest {}
20
21
  export interface ListSlackWorkspaceConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutAccountAliasCommandInput extends PutAccountAliasRequest {}
19
20
  export interface PutAccountAliasCommandOutput
20
21
  extends PutAccountAliasResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterSlackWorkspaceForOrganizationCommandInput
19
20
  extends RegisterSlackWorkspaceForOrganizationRequest {}
20
21
  export interface RegisterSlackWorkspaceForOrganizationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SupportAppClientResolvedConfig,
17
17
  } from "../SupportAppClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateSlackChannelConfigurationCommandInput
19
20
  extends UpdateSlackChannelConfigurationRequest {}
20
21
  export interface UpdateSlackChannelConfigurationCommandOutput
@@ -1,6 +1,6 @@
1
- export * from "./SupportApp";
2
1
  export * from "./SupportAppClient";
2
+ export * from "./SupportApp";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { SupportAppServiceException } from "./models/SupportAppServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class SupportAppServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-support-app",
3
3
  "description": "AWS SDK for JavaScript Support App Client for Node.js, Browser and React Native",
4
- "version": "3.335.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.335.0",
25
- "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.335.0",
27
- "@aws-sdk/fetch-http-handler": "3.329.0",
28
- "@aws-sdk/hash-node": "3.329.0",
29
- "@aws-sdk/invalid-dependency": "3.329.0",
30
- "@aws-sdk/middleware-content-length": "3.329.0",
31
- "@aws-sdk/middleware-endpoint": "3.329.0",
32
- "@aws-sdk/middleware-host-header": "3.329.0",
33
- "@aws-sdk/middleware-logger": "3.329.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
- "@aws-sdk/middleware-retry": "3.329.0",
36
- "@aws-sdk/middleware-serde": "3.329.0",
37
- "@aws-sdk/middleware-signing": "3.329.0",
38
- "@aws-sdk/middleware-stack": "3.329.0",
39
- "@aws-sdk/middleware-user-agent": "3.332.0",
40
- "@aws-sdk/node-config-provider": "3.329.0",
41
- "@aws-sdk/node-http-handler": "3.329.0",
42
- "@aws-sdk/smithy-client": "3.329.0",
43
- "@aws-sdk/types": "3.329.0",
44
- "@aws-sdk/url-parser": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.329.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
50
- "@aws-sdk/util-endpoints": "3.332.0",
51
- "@aws-sdk/util-retry": "3.329.0",
52
- "@aws-sdk/util-user-agent-browser": "3.329.0",
53
- "@aws-sdk/util-user-agent-node": "3.329.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",