@aws-sdk/client-support-app 3.928.0 → 3.929.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 (31) hide show
  1. package/dist-cjs/index.js +353 -478
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SupportAppClient.js +2 -0
  4. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -9
  5. package/dist-es/commands/DeleteAccountAliasCommand.js +3 -9
  6. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
  7. package/dist-es/commands/DeleteSlackWorkspaceConfigurationCommand.js +3 -9
  8. package/dist-es/commands/GetAccountAliasCommand.js +3 -9
  9. package/dist-es/commands/ListSlackChannelConfigurationsCommand.js +3 -9
  10. package/dist-es/commands/ListSlackWorkspaceConfigurationsCommand.js +3 -9
  11. package/dist-es/commands/PutAccountAliasCommand.js +3 -9
  12. package/dist-es/commands/RegisterSlackWorkspaceForOrganizationCommand.js +3 -9
  13. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -9
  14. package/dist-es/runtimeConfig.shared.js +2 -0
  15. package/dist-es/schemas/schemas_0.js +313 -0
  16. package/dist-types/SupportAppClient.d.ts +10 -1
  17. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  18. package/dist-types/runtimeConfig.d.ts +1 -0
  19. package/dist-types/runtimeConfig.native.d.ts +1 -0
  20. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  21. package/dist-types/schemas/schemas_0.d.ts +42 -0
  22. package/dist-types/ts3.4/SupportAppClient.d.ts +4 -0
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  27. package/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -0
  28. package/package.json +2 -2
  29. package/dist-es/protocols/Aws_restJson1.js +0 -391
  30. package/dist-types/protocols/Aws_restJson1.d.ts +0 -92
  31. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -125
@@ -1,92 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput } from "../commands/CreateSlackChannelConfigurationCommand";
4
- import { DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput } from "../commands/DeleteAccountAliasCommand";
5
- import { DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput } from "../commands/DeleteSlackChannelConfigurationCommand";
6
- import { DeleteSlackWorkspaceConfigurationCommandInput, DeleteSlackWorkspaceConfigurationCommandOutput } from "../commands/DeleteSlackWorkspaceConfigurationCommand";
7
- import { GetAccountAliasCommandInput, GetAccountAliasCommandOutput } from "../commands/GetAccountAliasCommand";
8
- import { ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput } from "../commands/ListSlackChannelConfigurationsCommand";
9
- import { ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput } from "../commands/ListSlackWorkspaceConfigurationsCommand";
10
- import { PutAccountAliasCommandInput, PutAccountAliasCommandOutput } from "../commands/PutAccountAliasCommand";
11
- import { RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput } from "../commands/RegisterSlackWorkspaceForOrganizationCommand";
12
- import { UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput } from "../commands/UpdateSlackChannelConfigurationCommand";
13
- /**
14
- * serializeAws_restJson1CreateSlackChannelConfigurationCommand
15
- */
16
- export declare const se_CreateSlackChannelConfigurationCommand: (input: CreateSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- /**
18
- * serializeAws_restJson1DeleteAccountAliasCommand
19
- */
20
- export declare const se_DeleteAccountAliasCommand: (input: DeleteAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_restJson1DeleteSlackChannelConfigurationCommand
23
- */
24
- export declare const se_DeleteSlackChannelConfigurationCommand: (input: DeleteSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand
27
- */
28
- export declare const se_DeleteSlackWorkspaceConfigurationCommand: (input: DeleteSlackWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1GetAccountAliasCommand
31
- */
32
- export declare const se_GetAccountAliasCommand: (input: GetAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_restJson1ListSlackChannelConfigurationsCommand
35
- */
36
- export declare const se_ListSlackChannelConfigurationsCommand: (input: ListSlackChannelConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_restJson1ListSlackWorkspaceConfigurationsCommand
39
- */
40
- export declare const se_ListSlackWorkspaceConfigurationsCommand: (input: ListSlackWorkspaceConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1PutAccountAliasCommand
43
- */
44
- export declare const se_PutAccountAliasCommand: (input: PutAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand
47
- */
48
- export declare const se_RegisterSlackWorkspaceForOrganizationCommand: (input: RegisterSlackWorkspaceForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1UpdateSlackChannelConfigurationCommand
51
- */
52
- export declare const se_UpdateSlackChannelConfigurationCommand: (input: UpdateSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * deserializeAws_restJson1CreateSlackChannelConfigurationCommand
55
- */
56
- export declare const de_CreateSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlackChannelConfigurationCommandOutput>;
57
- /**
58
- * deserializeAws_restJson1DeleteAccountAliasCommand
59
- */
60
- export declare const de_DeleteAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountAliasCommandOutput>;
61
- /**
62
- * deserializeAws_restJson1DeleteSlackChannelConfigurationCommand
63
- */
64
- export declare const de_DeleteSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackChannelConfigurationCommandOutput>;
65
- /**
66
- * deserializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand
67
- */
68
- export declare const de_DeleteSlackWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackWorkspaceConfigurationCommandOutput>;
69
- /**
70
- * deserializeAws_restJson1GetAccountAliasCommand
71
- */
72
- export declare const de_GetAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountAliasCommandOutput>;
73
- /**
74
- * deserializeAws_restJson1ListSlackChannelConfigurationsCommand
75
- */
76
- export declare const de_ListSlackChannelConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlackChannelConfigurationsCommandOutput>;
77
- /**
78
- * deserializeAws_restJson1ListSlackWorkspaceConfigurationsCommand
79
- */
80
- export declare const de_ListSlackWorkspaceConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlackWorkspaceConfigurationsCommandOutput>;
81
- /**
82
- * deserializeAws_restJson1PutAccountAliasCommand
83
- */
84
- export declare const de_PutAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountAliasCommandOutput>;
85
- /**
86
- * deserializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand
87
- */
88
- export declare const de_RegisterSlackWorkspaceForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterSlackWorkspaceForOrganizationCommandOutput>;
89
- /**
90
- * deserializeAws_restJson1UpdateSlackChannelConfigurationCommand
91
- */
92
- export declare const de_UpdateSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlackChannelConfigurationCommandOutput>;
@@ -1,125 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateSlackChannelConfigurationCommandInput,
8
- CreateSlackChannelConfigurationCommandOutput,
9
- } from "../commands/CreateSlackChannelConfigurationCommand";
10
- import {
11
- DeleteAccountAliasCommandInput,
12
- DeleteAccountAliasCommandOutput,
13
- } from "../commands/DeleteAccountAliasCommand";
14
- import {
15
- DeleteSlackChannelConfigurationCommandInput,
16
- DeleteSlackChannelConfigurationCommandOutput,
17
- } from "../commands/DeleteSlackChannelConfigurationCommand";
18
- import {
19
- DeleteSlackWorkspaceConfigurationCommandInput,
20
- DeleteSlackWorkspaceConfigurationCommandOutput,
21
- } from "../commands/DeleteSlackWorkspaceConfigurationCommand";
22
- import {
23
- GetAccountAliasCommandInput,
24
- GetAccountAliasCommandOutput,
25
- } from "../commands/GetAccountAliasCommand";
26
- import {
27
- ListSlackChannelConfigurationsCommandInput,
28
- ListSlackChannelConfigurationsCommandOutput,
29
- } from "../commands/ListSlackChannelConfigurationsCommand";
30
- import {
31
- ListSlackWorkspaceConfigurationsCommandInput,
32
- ListSlackWorkspaceConfigurationsCommandOutput,
33
- } from "../commands/ListSlackWorkspaceConfigurationsCommand";
34
- import {
35
- PutAccountAliasCommandInput,
36
- PutAccountAliasCommandOutput,
37
- } from "../commands/PutAccountAliasCommand";
38
- import {
39
- RegisterSlackWorkspaceForOrganizationCommandInput,
40
- RegisterSlackWorkspaceForOrganizationCommandOutput,
41
- } from "../commands/RegisterSlackWorkspaceForOrganizationCommand";
42
- import {
43
- UpdateSlackChannelConfigurationCommandInput,
44
- UpdateSlackChannelConfigurationCommandOutput,
45
- } from "../commands/UpdateSlackChannelConfigurationCommand";
46
- export declare const se_CreateSlackChannelConfigurationCommand: (
47
- input: CreateSlackChannelConfigurationCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_DeleteAccountAliasCommand: (
51
- input: DeleteAccountAliasCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_DeleteSlackChannelConfigurationCommand: (
55
- input: DeleteSlackChannelConfigurationCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_DeleteSlackWorkspaceConfigurationCommand: (
59
- input: DeleteSlackWorkspaceConfigurationCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_GetAccountAliasCommand: (
63
- input: GetAccountAliasCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_ListSlackChannelConfigurationsCommand: (
67
- input: ListSlackChannelConfigurationsCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_ListSlackWorkspaceConfigurationsCommand: (
71
- input: ListSlackWorkspaceConfigurationsCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_PutAccountAliasCommand: (
75
- input: PutAccountAliasCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_RegisterSlackWorkspaceForOrganizationCommand: (
79
- input: RegisterSlackWorkspaceForOrganizationCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_UpdateSlackChannelConfigurationCommand: (
83
- input: UpdateSlackChannelConfigurationCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const de_CreateSlackChannelConfigurationCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<CreateSlackChannelConfigurationCommandOutput>;
90
- export declare const de_DeleteAccountAliasCommand: (
91
- output: __HttpResponse,
92
- context: __SerdeContext
93
- ) => Promise<DeleteAccountAliasCommandOutput>;
94
- export declare const de_DeleteSlackChannelConfigurationCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<DeleteSlackChannelConfigurationCommandOutput>;
98
- export declare const de_DeleteSlackWorkspaceConfigurationCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<DeleteSlackWorkspaceConfigurationCommandOutput>;
102
- export declare const de_GetAccountAliasCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<GetAccountAliasCommandOutput>;
106
- export declare const de_ListSlackChannelConfigurationsCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<ListSlackChannelConfigurationsCommandOutput>;
110
- export declare const de_ListSlackWorkspaceConfigurationsCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<ListSlackWorkspaceConfigurationsCommandOutput>;
114
- export declare const de_PutAccountAliasCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<PutAccountAliasCommandOutput>;
118
- export declare const de_RegisterSlackWorkspaceForOrganizationCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<RegisterSlackWorkspaceForOrganizationCommandOutput>;
122
- export declare const de_UpdateSlackChannelConfigurationCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<UpdateSlackChannelConfigurationCommandOutput>;