@aws-sdk/client-support-app 3.588.0 → 3.592.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/dist-cjs/index.js +0 -10
- package/dist-types/SupportAppClient.d.ts +4 -4
- package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountAliasCommand.d.ts +2 -1
- package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountAliasCommand.d.ts +2 -1
- package/dist-types/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SupportAppServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SupportAppClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAccountAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSlackChannelConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutAccountAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SupportAppServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -198,7 +198,6 @@ var SupportAppClient = _SupportAppClient;
|
|
|
198
198
|
|
|
199
199
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
200
200
|
|
|
201
|
-
var import_types = require("@smithy/types");
|
|
202
201
|
|
|
203
202
|
// src/protocols/Aws_restJson1.ts
|
|
204
203
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -758,7 +757,6 @@ var CreateSlackChannelConfigurationCommand = _CreateSlackChannelConfigurationCom
|
|
|
758
757
|
|
|
759
758
|
|
|
760
759
|
|
|
761
|
-
|
|
762
760
|
var _DeleteAccountAliasCommand = class _DeleteAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
763
761
|
...commonParams
|
|
764
762
|
}).m(function(Command, cs, config, o) {
|
|
@@ -775,7 +773,6 @@ var DeleteAccountAliasCommand = _DeleteAccountAliasCommand;
|
|
|
775
773
|
|
|
776
774
|
|
|
777
775
|
|
|
778
|
-
|
|
779
776
|
var _DeleteSlackChannelConfigurationCommand = class _DeleteSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
780
777
|
...commonParams
|
|
781
778
|
}).m(function(Command, cs, config, o) {
|
|
@@ -792,7 +789,6 @@ var DeleteSlackChannelConfigurationCommand = _DeleteSlackChannelConfigurationCom
|
|
|
792
789
|
|
|
793
790
|
|
|
794
791
|
|
|
795
|
-
|
|
796
792
|
var _DeleteSlackWorkspaceConfigurationCommand = class _DeleteSlackWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
797
793
|
...commonParams
|
|
798
794
|
}).m(function(Command, cs, config, o) {
|
|
@@ -809,7 +805,6 @@ var DeleteSlackWorkspaceConfigurationCommand = _DeleteSlackWorkspaceConfiguratio
|
|
|
809
805
|
|
|
810
806
|
|
|
811
807
|
|
|
812
|
-
|
|
813
808
|
var _GetAccountAliasCommand = class _GetAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
814
809
|
...commonParams
|
|
815
810
|
}).m(function(Command, cs, config, o) {
|
|
@@ -826,7 +821,6 @@ var GetAccountAliasCommand = _GetAccountAliasCommand;
|
|
|
826
821
|
|
|
827
822
|
|
|
828
823
|
|
|
829
|
-
|
|
830
824
|
var _ListSlackChannelConfigurationsCommand = class _ListSlackChannelConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
831
825
|
...commonParams
|
|
832
826
|
}).m(function(Command, cs, config, o) {
|
|
@@ -843,7 +837,6 @@ var ListSlackChannelConfigurationsCommand = _ListSlackChannelConfigurationsComma
|
|
|
843
837
|
|
|
844
838
|
|
|
845
839
|
|
|
846
|
-
|
|
847
840
|
var _ListSlackWorkspaceConfigurationsCommand = class _ListSlackWorkspaceConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
848
841
|
...commonParams
|
|
849
842
|
}).m(function(Command, cs, config, o) {
|
|
@@ -860,7 +853,6 @@ var ListSlackWorkspaceConfigurationsCommand = _ListSlackWorkspaceConfigurationsC
|
|
|
860
853
|
|
|
861
854
|
|
|
862
855
|
|
|
863
|
-
|
|
864
856
|
var _PutAccountAliasCommand = class _PutAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
865
857
|
...commonParams
|
|
866
858
|
}).m(function(Command, cs, config, o) {
|
|
@@ -877,7 +869,6 @@ var PutAccountAliasCommand = _PutAccountAliasCommand;
|
|
|
877
869
|
|
|
878
870
|
|
|
879
871
|
|
|
880
|
-
|
|
881
872
|
var _RegisterSlackWorkspaceForOrganizationCommand = class _RegisterSlackWorkspaceForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
882
873
|
...commonParams
|
|
883
874
|
}).m(function(Command, cs, config, o) {
|
|
@@ -894,7 +885,6 @@ var RegisterSlackWorkspaceForOrganizationCommand = _RegisterSlackWorkspaceForOrg
|
|
|
894
885
|
|
|
895
886
|
|
|
896
887
|
|
|
897
|
-
|
|
898
888
|
var _UpdateSlackChannelConfigurationCommand = class _UpdateSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
899
889
|
...commonParams
|
|
900
890
|
}).m(function(Command, cs, config, o) {
|
|
@@ -100,15 +100,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
100
100
|
* Enables FIPS compatible endpoints.
|
|
101
101
|
*/
|
|
102
102
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
103
|
+
/**
|
|
104
|
+
* The AWS region to which this client will send requests
|
|
105
|
+
*/
|
|
106
|
+
region?: string | __Provider<string>;
|
|
103
107
|
/**
|
|
104
108
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
105
109
|
* @internal
|
|
106
110
|
*/
|
|
107
111
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
108
|
-
/**
|
|
109
|
-
* The AWS region to which this client will send requests
|
|
110
|
-
*/
|
|
111
|
-
region?: string | __Provider<string>;
|
|
112
112
|
/**
|
|
113
113
|
* Default credentials provider; Not available in browser runtime.
|
|
114
114
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
export * from "./SupportAppClient";
|
|
60
60
|
export * from "./SupportApp";
|
|
61
61
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
62
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
63
|
-
export { SupportAppExtensionConfiguration } from "./extensionConfiguration";
|
|
62
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
63
|
+
export type { SupportAppExtensionConfiguration } from "./extensionConfiguration";
|
|
64
64
|
export * from "./commands";
|
|
65
65
|
export * from "./pagination";
|
|
66
66
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: SupportAppClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -130,8 +130,8 @@ export interface ClientDefaults
|
|
|
130
130
|
serviceId?: string;
|
|
131
131
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
132
132
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
133
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
134
133
|
region?: string | __Provider<string>;
|
|
134
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
135
135
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
136
136
|
maxAttempts?: number | __Provider<number>;
|
|
137
137
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSlackChannelConfigurationCommandInput
|
|
14
15
|
extends CreateSlackChannelConfigurationRequest {}
|
|
15
16
|
export interface CreateSlackChannelConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteAccountAliasCommandInput
|
|
14
15
|
extends DeleteAccountAliasRequest {}
|
|
15
16
|
export interface DeleteAccountAliasCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteSlackChannelConfigurationCommandInput
|
|
14
15
|
extends DeleteSlackChannelConfigurationRequest {}
|
|
15
16
|
export interface DeleteSlackChannelConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteSlackWorkspaceConfigurationCommandInput
|
|
14
15
|
extends DeleteSlackWorkspaceConfigurationRequest {}
|
|
15
16
|
export interface DeleteSlackWorkspaceConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAccountAliasCommandInput extends GetAccountAliasRequest {}
|
|
14
15
|
export interface GetAccountAliasCommandOutput
|
|
15
16
|
extends GetAccountAliasResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSlackChannelConfigurationsCommandInput
|
|
14
15
|
extends ListSlackChannelConfigurationsRequest {}
|
|
15
16
|
export interface ListSlackChannelConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSlackWorkspaceConfigurationsCommandInput
|
|
14
15
|
extends ListSlackWorkspaceConfigurationsRequest {}
|
|
15
16
|
export interface ListSlackWorkspaceConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutAccountAliasCommandInput extends PutAccountAliasRequest {}
|
|
14
15
|
export interface PutAccountAliasCommandOutput
|
|
15
16
|
extends PutAccountAliasResult,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterSlackWorkspaceForOrganizationCommandInput
|
|
14
15
|
extends RegisterSlackWorkspaceForOrganizationRequest {}
|
|
15
16
|
export interface RegisterSlackWorkspaceForOrganizationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportAppClientResolvedConfig,
|
|
11
11
|
} from "../SupportAppClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSlackChannelConfigurationCommandInput
|
|
14
15
|
extends UpdateSlackChannelConfigurationRequest {}
|
|
15
16
|
export interface UpdateSlackChannelConfigurationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class SupportAppServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: SupportAppClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-support-app",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|