@aws-sdk/client-support-app 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SupportApp.d.ts +0 -9
- package/dist-types/ts3.4/SupportAppClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccountAliasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSlackChannelConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountAliasCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SupportAppServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-support-app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-support-app
|
|
@@ -36,7 +36,6 @@ import {
|
|
|
36
36
|
UpdateSlackChannelConfigurationCommandOutput,
|
|
37
37
|
} from "./commands/UpdateSlackChannelConfigurationCommand";
|
|
38
38
|
import { SupportAppClient } from "./SupportAppClient";
|
|
39
|
-
|
|
40
39
|
export declare class SupportApp extends SupportAppClient {
|
|
41
40
|
createSlackChannelConfiguration(
|
|
42
41
|
args: CreateSlackChannelConfigurationCommandInput,
|
|
@@ -51,7 +50,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
51
50
|
options: __HttpHandlerOptions,
|
|
52
51
|
cb: (err: any, data?: CreateSlackChannelConfigurationCommandOutput) => void
|
|
53
52
|
): void;
|
|
54
|
-
|
|
55
53
|
deleteAccountAlias(
|
|
56
54
|
args: DeleteAccountAliasCommandInput,
|
|
57
55
|
options?: __HttpHandlerOptions
|
|
@@ -65,7 +63,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
65
63
|
options: __HttpHandlerOptions,
|
|
66
64
|
cb: (err: any, data?: DeleteAccountAliasCommandOutput) => void
|
|
67
65
|
): void;
|
|
68
|
-
|
|
69
66
|
deleteSlackChannelConfiguration(
|
|
70
67
|
args: DeleteSlackChannelConfigurationCommandInput,
|
|
71
68
|
options?: __HttpHandlerOptions
|
|
@@ -79,7 +76,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
79
76
|
options: __HttpHandlerOptions,
|
|
80
77
|
cb: (err: any, data?: DeleteSlackChannelConfigurationCommandOutput) => void
|
|
81
78
|
): void;
|
|
82
|
-
|
|
83
79
|
deleteSlackWorkspaceConfiguration(
|
|
84
80
|
args: DeleteSlackWorkspaceConfigurationCommandInput,
|
|
85
81
|
options?: __HttpHandlerOptions
|
|
@@ -99,7 +95,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
99
95
|
data?: DeleteSlackWorkspaceConfigurationCommandOutput
|
|
100
96
|
) => void
|
|
101
97
|
): void;
|
|
102
|
-
|
|
103
98
|
getAccountAlias(
|
|
104
99
|
args: GetAccountAliasCommandInput,
|
|
105
100
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +108,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
113
108
|
options: __HttpHandlerOptions,
|
|
114
109
|
cb: (err: any, data?: GetAccountAliasCommandOutput) => void
|
|
115
110
|
): void;
|
|
116
|
-
|
|
117
111
|
listSlackChannelConfigurations(
|
|
118
112
|
args: ListSlackChannelConfigurationsCommandInput,
|
|
119
113
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +121,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
127
121
|
options: __HttpHandlerOptions,
|
|
128
122
|
cb: (err: any, data?: ListSlackChannelConfigurationsCommandOutput) => void
|
|
129
123
|
): void;
|
|
130
|
-
|
|
131
124
|
listSlackWorkspaceConfigurations(
|
|
132
125
|
args: ListSlackWorkspaceConfigurationsCommandInput,
|
|
133
126
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +134,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
141
134
|
options: __HttpHandlerOptions,
|
|
142
135
|
cb: (err: any, data?: ListSlackWorkspaceConfigurationsCommandOutput) => void
|
|
143
136
|
): void;
|
|
144
|
-
|
|
145
137
|
putAccountAlias(
|
|
146
138
|
args: PutAccountAliasCommandInput,
|
|
147
139
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +147,6 @@ export declare class SupportApp extends SupportAppClient {
|
|
|
155
147
|
options: __HttpHandlerOptions,
|
|
156
148
|
cb: (err: any, data?: PutAccountAliasCommandOutput) => void
|
|
157
149
|
): void;
|
|
158
|
-
|
|
159
150
|
updateSlackChannelConfiguration(
|
|
160
151
|
args: UpdateSlackChannelConfigurationCommandInput,
|
|
161
152
|
options?: __HttpHandlerOptions
|
|
@@ -101,47 +101,26 @@ export declare type ServiceOutputTypes =
|
|
|
101
101
|
export interface ClientDefaults
|
|
102
102
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
103
103
|
requestHandler?: __HttpHandler;
|
|
104
|
-
|
|
105
104
|
sha256?: __HashConstructor;
|
|
106
|
-
|
|
107
105
|
urlParser?: __UrlParser;
|
|
108
|
-
|
|
109
106
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
110
|
-
|
|
111
107
|
streamCollector?: __StreamCollector;
|
|
112
|
-
|
|
113
108
|
base64Decoder?: __Decoder;
|
|
114
|
-
|
|
115
109
|
base64Encoder?: __Encoder;
|
|
116
|
-
|
|
117
110
|
utf8Decoder?: __Decoder;
|
|
118
|
-
|
|
119
111
|
utf8Encoder?: __Encoder;
|
|
120
|
-
|
|
121
112
|
runtime?: string;
|
|
122
|
-
|
|
123
113
|
disableHostPrefix?: boolean;
|
|
124
|
-
|
|
125
114
|
maxAttempts?: number | __Provider<number>;
|
|
126
|
-
|
|
127
115
|
retryMode?: string | __Provider<string>;
|
|
128
|
-
|
|
129
116
|
logger?: __Logger;
|
|
130
|
-
|
|
131
117
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
132
|
-
|
|
133
118
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
134
|
-
|
|
135
119
|
serviceId?: string;
|
|
136
|
-
|
|
137
120
|
region?: string | __Provider<string>;
|
|
138
|
-
|
|
139
121
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
140
|
-
|
|
141
122
|
regionInfoProvider?: RegionInfoProvider;
|
|
142
|
-
|
|
143
123
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
144
|
-
|
|
145
124
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
146
125
|
}
|
|
147
126
|
declare type SupportAppClientConfigType = Partial<
|
|
@@ -154,7 +133,6 @@ declare type SupportAppClientConfigType = Partial<
|
|
|
154
133
|
HostHeaderInputConfig &
|
|
155
134
|
AwsAuthInputConfig &
|
|
156
135
|
UserAgentInputConfig;
|
|
157
|
-
|
|
158
136
|
export interface SupportAppClientConfig extends SupportAppClientConfigType {}
|
|
159
137
|
declare type SupportAppClientResolvedConfigType =
|
|
160
138
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -165,10 +143,8 @@ declare type SupportAppClientResolvedConfigType =
|
|
|
165
143
|
HostHeaderResolvedConfig &
|
|
166
144
|
AwsAuthResolvedConfig &
|
|
167
145
|
UserAgentResolvedConfig;
|
|
168
|
-
|
|
169
146
|
export interface SupportAppClientResolvedConfig
|
|
170
147
|
extends SupportAppClientResolvedConfigType {}
|
|
171
|
-
|
|
172
148
|
export declare class SupportAppClient extends __Client<
|
|
173
149
|
__HttpHandlerOptions,
|
|
174
150
|
ServiceInputTypes,
|
|
@@ -177,7 +153,6 @@ export declare class SupportAppClient extends __Client<
|
|
|
177
153
|
> {
|
|
178
154
|
readonly config: SupportAppClientResolvedConfig;
|
|
179
155
|
constructor(configuration: SupportAppClientConfig);
|
|
180
|
-
|
|
181
156
|
destroy(): void;
|
|
182
157
|
}
|
|
183
158
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateSlackChannelConfigurationCommandInput
|
|
|
19
19
|
export interface CreateSlackChannelConfigurationCommandOutput
|
|
20
20
|
extends CreateSlackChannelConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateSlackChannelConfigurationCommand extends $Command<
|
|
24
23
|
CreateSlackChannelConfigurationCommandInput,
|
|
25
24
|
CreateSlackChannelConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateSlackChannelConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateSlackChannelConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreateSlackChannelConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAccountAliasCommandInput
|
|
|
19
19
|
export interface DeleteAccountAliasCommandOutput
|
|
20
20
|
extends DeleteAccountAliasResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAccountAliasCommand extends $Command<
|
|
24
23
|
DeleteAccountAliasCommandInput,
|
|
25
24
|
DeleteAccountAliasCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAccountAliasCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAccountAliasCommandInput;
|
|
29
28
|
constructor(input: DeleteAccountAliasCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSlackChannelConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteSlackChannelConfigurationCommandOutput
|
|
20
20
|
extends DeleteSlackChannelConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSlackChannelConfigurationCommand extends $Command<
|
|
24
23
|
DeleteSlackChannelConfigurationCommandInput,
|
|
25
24
|
DeleteSlackChannelConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSlackChannelConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSlackChannelConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteSlackChannelConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSlackWorkspaceConfigurationCommandInput
|
|
|
19
19
|
export interface DeleteSlackWorkspaceConfigurationCommandOutput
|
|
20
20
|
extends DeleteSlackWorkspaceConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSlackWorkspaceConfigurationCommand extends $Command<
|
|
24
23
|
DeleteSlackWorkspaceConfigurationCommandInput,
|
|
25
24
|
DeleteSlackWorkspaceConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSlackWorkspaceConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSlackWorkspaceConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeleteSlackWorkspaceConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetAccountAliasCommandInput extends GetAccountAliasRequest {}
|
|
|
18
18
|
export interface GetAccountAliasCommandOutput
|
|
19
19
|
extends GetAccountAliasResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetAccountAliasCommand extends $Command<
|
|
23
22
|
GetAccountAliasCommandInput,
|
|
24
23
|
GetAccountAliasCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetAccountAliasCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetAccountAliasCommandInput;
|
|
28
27
|
constructor(input: GetAccountAliasCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSlackChannelConfigurationsCommandInput
|
|
|
19
19
|
export interface ListSlackChannelConfigurationsCommandOutput
|
|
20
20
|
extends ListSlackChannelConfigurationsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSlackChannelConfigurationsCommand extends $Command<
|
|
24
23
|
ListSlackChannelConfigurationsCommandInput,
|
|
25
24
|
ListSlackChannelConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSlackChannelConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSlackChannelConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListSlackChannelConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSlackWorkspaceConfigurationsCommandInput
|
|
|
19
19
|
export interface ListSlackWorkspaceConfigurationsCommandOutput
|
|
20
20
|
extends ListSlackWorkspaceConfigurationsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSlackWorkspaceConfigurationsCommand extends $Command<
|
|
24
23
|
ListSlackWorkspaceConfigurationsCommandInput,
|
|
25
24
|
ListSlackWorkspaceConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSlackWorkspaceConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSlackWorkspaceConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListSlackWorkspaceConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutAccountAliasCommandInput extends PutAccountAliasRequest {}
|
|
|
18
18
|
export interface PutAccountAliasCommandOutput
|
|
19
19
|
extends PutAccountAliasResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutAccountAliasCommand extends $Command<
|
|
23
22
|
PutAccountAliasCommandInput,
|
|
24
23
|
PutAccountAliasCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutAccountAliasCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutAccountAliasCommandInput;
|
|
28
27
|
constructor(input: PutAccountAliasCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateSlackChannelConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateSlackChannelConfigurationCommandOutput
|
|
20
20
|
extends UpdateSlackChannelConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateSlackChannelConfigurationCommand extends $Command<
|
|
24
23
|
UpdateSlackChannelConfigurationCommandInput,
|
|
25
24
|
UpdateSlackChannelConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateSlackChannelConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateSlackChannelConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateSlackChannelConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SupportAppClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SupportAppServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { SupportAppServiceException as __BaseException } from "./SupportAppServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
11
9
|
}
|
|
12
|
-
|
|
13
10
|
export declare class ConflictException extends __BaseException {
|
|
14
11
|
readonly name: "ConflictException";
|
|
15
12
|
readonly $fault: "client";
|
|
16
|
-
|
|
17
13
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
18
14
|
}
|
|
19
15
|
export declare enum NotificationSeverityLevel {
|
|
@@ -23,63 +19,47 @@ export declare enum NotificationSeverityLevel {
|
|
|
23
19
|
}
|
|
24
20
|
export interface CreateSlackChannelConfigurationRequest {
|
|
25
21
|
teamId: string | undefined;
|
|
26
|
-
|
|
27
22
|
channelId: string | undefined;
|
|
28
|
-
|
|
29
23
|
channelName?: string;
|
|
30
|
-
|
|
31
24
|
notifyOnCreateOrReopenCase?: boolean;
|
|
32
|
-
|
|
33
25
|
notifyOnAddCorrespondenceToCase?: boolean;
|
|
34
|
-
|
|
35
26
|
notifyOnResolveCase?: boolean;
|
|
36
|
-
|
|
37
27
|
notifyOnCaseSeverity: NotificationSeverityLevel | string | undefined;
|
|
38
|
-
|
|
39
28
|
channelRoleArn: string | undefined;
|
|
40
29
|
}
|
|
41
30
|
export interface CreateSlackChannelConfigurationResult {}
|
|
42
|
-
|
|
43
31
|
export declare class InternalServerException extends __BaseException {
|
|
44
32
|
readonly name: "InternalServerException";
|
|
45
33
|
readonly $fault: "server";
|
|
46
|
-
|
|
47
34
|
constructor(
|
|
48
35
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
49
36
|
);
|
|
50
37
|
}
|
|
51
|
-
|
|
52
38
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
53
39
|
readonly name: "ServiceQuotaExceededException";
|
|
54
40
|
readonly $fault: "client";
|
|
55
|
-
|
|
56
41
|
constructor(
|
|
57
42
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
58
43
|
);
|
|
59
44
|
}
|
|
60
|
-
|
|
61
45
|
export declare class ValidationException extends __BaseException {
|
|
62
46
|
readonly name: "ValidationException";
|
|
63
47
|
readonly $fault: "client";
|
|
64
|
-
|
|
65
48
|
constructor(
|
|
66
49
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
67
50
|
);
|
|
68
51
|
}
|
|
69
52
|
export interface DeleteAccountAliasRequest {}
|
|
70
53
|
export interface DeleteAccountAliasResult {}
|
|
71
|
-
|
|
72
54
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
73
55
|
readonly name: "ResourceNotFoundException";
|
|
74
56
|
readonly $fault: "client";
|
|
75
|
-
|
|
76
57
|
constructor(
|
|
77
58
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
78
59
|
);
|
|
79
60
|
}
|
|
80
61
|
export interface DeleteSlackChannelConfigurationRequest {
|
|
81
62
|
teamId: string | undefined;
|
|
82
|
-
|
|
83
63
|
channelId: string | undefined;
|
|
84
64
|
}
|
|
85
65
|
export interface DeleteSlackChannelConfigurationResult {}
|
|
@@ -94,39 +74,28 @@ export interface GetAccountAliasResult {
|
|
|
94
74
|
export interface ListSlackChannelConfigurationsRequest {
|
|
95
75
|
nextToken?: string;
|
|
96
76
|
}
|
|
97
|
-
|
|
98
77
|
export interface SlackChannelConfiguration {
|
|
99
78
|
teamId: string | undefined;
|
|
100
|
-
|
|
101
79
|
channelId: string | undefined;
|
|
102
|
-
|
|
103
80
|
channelName?: string;
|
|
104
|
-
|
|
105
81
|
notifyOnCreateOrReopenCase?: boolean;
|
|
106
|
-
|
|
107
82
|
notifyOnAddCorrespondenceToCase?: boolean;
|
|
108
|
-
|
|
109
83
|
notifyOnResolveCase?: boolean;
|
|
110
|
-
|
|
111
84
|
notifyOnCaseSeverity?: NotificationSeverityLevel | string;
|
|
112
|
-
|
|
113
85
|
channelRoleArn?: string;
|
|
114
86
|
}
|
|
115
87
|
export interface ListSlackChannelConfigurationsResult {
|
|
116
88
|
nextToken?: string;
|
|
117
|
-
|
|
118
89
|
slackChannelConfigurations: SlackChannelConfiguration[] | undefined;
|
|
119
90
|
}
|
|
120
91
|
export interface ListSlackWorkspaceConfigurationsRequest {
|
|
121
92
|
nextToken?: string;
|
|
122
93
|
}
|
|
123
|
-
|
|
124
94
|
export interface SlackWorkspaceConfiguration {
|
|
125
95
|
teamId: string | undefined;
|
|
126
96
|
}
|
|
127
97
|
export interface ListSlackWorkspaceConfigurationsResult {
|
|
128
98
|
nextToken?: string;
|
|
129
|
-
|
|
130
99
|
slackWorkspaceConfigurations?: SlackWorkspaceConfiguration[];
|
|
131
100
|
}
|
|
132
101
|
export interface PutAccountAliasRequest {
|
|
@@ -135,115 +104,81 @@ export interface PutAccountAliasRequest {
|
|
|
135
104
|
export interface PutAccountAliasResult {}
|
|
136
105
|
export interface UpdateSlackChannelConfigurationRequest {
|
|
137
106
|
teamId: string | undefined;
|
|
138
|
-
|
|
139
107
|
channelId: string | undefined;
|
|
140
|
-
|
|
141
108
|
channelName?: string;
|
|
142
|
-
|
|
143
109
|
notifyOnCreateOrReopenCase?: boolean;
|
|
144
|
-
|
|
145
110
|
notifyOnAddCorrespondenceToCase?: boolean;
|
|
146
|
-
|
|
147
111
|
notifyOnResolveCase?: boolean;
|
|
148
|
-
|
|
149
112
|
notifyOnCaseSeverity?: NotificationSeverityLevel | string;
|
|
150
|
-
|
|
151
113
|
channelRoleArn?: string;
|
|
152
114
|
}
|
|
153
115
|
export interface UpdateSlackChannelConfigurationResult {
|
|
154
116
|
teamId?: string;
|
|
155
|
-
|
|
156
117
|
channelId?: string;
|
|
157
|
-
|
|
158
118
|
channelName?: string;
|
|
159
|
-
|
|
160
119
|
notifyOnCreateOrReopenCase?: boolean;
|
|
161
|
-
|
|
162
120
|
notifyOnAddCorrespondenceToCase?: boolean;
|
|
163
|
-
|
|
164
121
|
notifyOnResolveCase?: boolean;
|
|
165
|
-
|
|
166
122
|
notifyOnCaseSeverity?: NotificationSeverityLevel | string;
|
|
167
|
-
|
|
168
123
|
channelRoleArn?: string;
|
|
169
124
|
}
|
|
170
|
-
|
|
171
125
|
export declare const CreateSlackChannelConfigurationRequestFilterSensitiveLog: (
|
|
172
126
|
obj: CreateSlackChannelConfigurationRequest
|
|
173
127
|
) => any;
|
|
174
|
-
|
|
175
128
|
export declare const CreateSlackChannelConfigurationResultFilterSensitiveLog: (
|
|
176
129
|
obj: CreateSlackChannelConfigurationResult
|
|
177
130
|
) => any;
|
|
178
|
-
|
|
179
131
|
export declare const DeleteAccountAliasRequestFilterSensitiveLog: (
|
|
180
132
|
obj: DeleteAccountAliasRequest
|
|
181
133
|
) => any;
|
|
182
|
-
|
|
183
134
|
export declare const DeleteAccountAliasResultFilterSensitiveLog: (
|
|
184
135
|
obj: DeleteAccountAliasResult
|
|
185
136
|
) => any;
|
|
186
|
-
|
|
187
137
|
export declare const DeleteSlackChannelConfigurationRequestFilterSensitiveLog: (
|
|
188
138
|
obj: DeleteSlackChannelConfigurationRequest
|
|
189
139
|
) => any;
|
|
190
|
-
|
|
191
140
|
export declare const DeleteSlackChannelConfigurationResultFilterSensitiveLog: (
|
|
192
141
|
obj: DeleteSlackChannelConfigurationResult
|
|
193
142
|
) => any;
|
|
194
|
-
|
|
195
143
|
export declare const DeleteSlackWorkspaceConfigurationRequestFilterSensitiveLog: (
|
|
196
144
|
obj: DeleteSlackWorkspaceConfigurationRequest
|
|
197
145
|
) => any;
|
|
198
|
-
|
|
199
146
|
export declare const DeleteSlackWorkspaceConfigurationResultFilterSensitiveLog: (
|
|
200
147
|
obj: DeleteSlackWorkspaceConfigurationResult
|
|
201
148
|
) => any;
|
|
202
|
-
|
|
203
149
|
export declare const GetAccountAliasRequestFilterSensitiveLog: (
|
|
204
150
|
obj: GetAccountAliasRequest
|
|
205
151
|
) => any;
|
|
206
|
-
|
|
207
152
|
export declare const GetAccountAliasResultFilterSensitiveLog: (
|
|
208
153
|
obj: GetAccountAliasResult
|
|
209
154
|
) => any;
|
|
210
|
-
|
|
211
155
|
export declare const ListSlackChannelConfigurationsRequestFilterSensitiveLog: (
|
|
212
156
|
obj: ListSlackChannelConfigurationsRequest
|
|
213
157
|
) => any;
|
|
214
|
-
|
|
215
158
|
export declare const SlackChannelConfigurationFilterSensitiveLog: (
|
|
216
159
|
obj: SlackChannelConfiguration
|
|
217
160
|
) => any;
|
|
218
|
-
|
|
219
161
|
export declare const ListSlackChannelConfigurationsResultFilterSensitiveLog: (
|
|
220
162
|
obj: ListSlackChannelConfigurationsResult
|
|
221
163
|
) => any;
|
|
222
|
-
|
|
223
164
|
export declare const ListSlackWorkspaceConfigurationsRequestFilterSensitiveLog: (
|
|
224
165
|
obj: ListSlackWorkspaceConfigurationsRequest
|
|
225
166
|
) => any;
|
|
226
|
-
|
|
227
167
|
export declare const SlackWorkspaceConfigurationFilterSensitiveLog: (
|
|
228
168
|
obj: SlackWorkspaceConfiguration
|
|
229
169
|
) => any;
|
|
230
|
-
|
|
231
170
|
export declare const ListSlackWorkspaceConfigurationsResultFilterSensitiveLog: (
|
|
232
171
|
obj: ListSlackWorkspaceConfigurationsResult
|
|
233
172
|
) => any;
|
|
234
|
-
|
|
235
173
|
export declare const PutAccountAliasRequestFilterSensitiveLog: (
|
|
236
174
|
obj: PutAccountAliasRequest
|
|
237
175
|
) => any;
|
|
238
|
-
|
|
239
176
|
export declare const PutAccountAliasResultFilterSensitiveLog: (
|
|
240
177
|
obj: PutAccountAliasResult
|
|
241
178
|
) => any;
|
|
242
|
-
|
|
243
179
|
export declare const UpdateSlackChannelConfigurationRequestFilterSensitiveLog: (
|
|
244
180
|
obj: UpdateSlackChannelConfigurationRequest
|
|
245
181
|
) => any;
|
|
246
|
-
|
|
247
182
|
export declare const UpdateSlackChannelConfigurationResultFilterSensitiveLog: (
|
|
248
183
|
obj: UpdateSlackChannelConfigurationResult
|
|
249
184
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SupportAppClientConfig } from "./SupportAppClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: SupportAppClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { SupportAppClientConfig } from "./SupportAppClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: SupportAppClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
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.
|
|
4
|
+
"version": "3.171.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|