@aws-sdk/client-support-app 3.649.0 → 3.651.1
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 +10 -30
- package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteAccountAliasCommand.js +1 -3
- package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteSlackWorkspaceConfigurationCommand.js +1 -3
- package/dist-es/commands/GetAccountAliasCommand.js +1 -3
- package/dist-es/commands/ListSlackChannelConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListSlackWorkspaceConfigurationsCommand.js +1 -3
- package/dist-es/commands/PutAccountAliasCommand.js +1 -3
- package/dist-es/commands/RegisterSlackWorkspaceForOrganizationCommand.js +1 -3
- package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -729,9 +729,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
729
729
|
}), "deserializeMetadata");
|
|
730
730
|
|
|
731
731
|
// src/commands/CreateSlackChannelConfigurationCommand.ts
|
|
732
|
-
var _CreateSlackChannelConfigurationCommand = class _CreateSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
733
|
-
...commonParams
|
|
734
|
-
}).m(function(Command, cs, config, o) {
|
|
732
|
+
var _CreateSlackChannelConfigurationCommand = class _CreateSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
735
733
|
return [
|
|
736
734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
737
735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -745,9 +743,7 @@ var CreateSlackChannelConfigurationCommand = _CreateSlackChannelConfigurationCom
|
|
|
745
743
|
|
|
746
744
|
|
|
747
745
|
|
|
748
|
-
var _DeleteAccountAliasCommand = class _DeleteAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
749
|
-
...commonParams
|
|
750
|
-
}).m(function(Command, cs, config, o) {
|
|
746
|
+
var _DeleteAccountAliasCommand = class _DeleteAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
751
747
|
return [
|
|
752
748
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
753
749
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -761,9 +757,7 @@ var DeleteAccountAliasCommand = _DeleteAccountAliasCommand;
|
|
|
761
757
|
|
|
762
758
|
|
|
763
759
|
|
|
764
|
-
var _DeleteSlackChannelConfigurationCommand = class _DeleteSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
765
|
-
...commonParams
|
|
766
|
-
}).m(function(Command, cs, config, o) {
|
|
760
|
+
var _DeleteSlackChannelConfigurationCommand = class _DeleteSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
767
761
|
return [
|
|
768
762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
769
763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -777,9 +771,7 @@ var DeleteSlackChannelConfigurationCommand = _DeleteSlackChannelConfigurationCom
|
|
|
777
771
|
|
|
778
772
|
|
|
779
773
|
|
|
780
|
-
var _DeleteSlackWorkspaceConfigurationCommand = class _DeleteSlackWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
781
|
-
...commonParams
|
|
782
|
-
}).m(function(Command, cs, config, o) {
|
|
774
|
+
var _DeleteSlackWorkspaceConfigurationCommand = class _DeleteSlackWorkspaceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
783
775
|
return [
|
|
784
776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
785
777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -793,9 +785,7 @@ var DeleteSlackWorkspaceConfigurationCommand = _DeleteSlackWorkspaceConfiguratio
|
|
|
793
785
|
|
|
794
786
|
|
|
795
787
|
|
|
796
|
-
var _GetAccountAliasCommand = class _GetAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
797
|
-
...commonParams
|
|
798
|
-
}).m(function(Command, cs, config, o) {
|
|
788
|
+
var _GetAccountAliasCommand = class _GetAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
799
789
|
return [
|
|
800
790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
801
791
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -809,9 +799,7 @@ var GetAccountAliasCommand = _GetAccountAliasCommand;
|
|
|
809
799
|
|
|
810
800
|
|
|
811
801
|
|
|
812
|
-
var _ListSlackChannelConfigurationsCommand = class _ListSlackChannelConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
813
|
-
...commonParams
|
|
814
|
-
}).m(function(Command, cs, config, o) {
|
|
802
|
+
var _ListSlackChannelConfigurationsCommand = class _ListSlackChannelConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
815
803
|
return [
|
|
816
804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
817
805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -825,9 +813,7 @@ var ListSlackChannelConfigurationsCommand = _ListSlackChannelConfigurationsComma
|
|
|
825
813
|
|
|
826
814
|
|
|
827
815
|
|
|
828
|
-
var _ListSlackWorkspaceConfigurationsCommand = class _ListSlackWorkspaceConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
829
|
-
...commonParams
|
|
830
|
-
}).m(function(Command, cs, config, o) {
|
|
816
|
+
var _ListSlackWorkspaceConfigurationsCommand = class _ListSlackWorkspaceConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
831
817
|
return [
|
|
832
818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
833
819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -841,9 +827,7 @@ var ListSlackWorkspaceConfigurationsCommand = _ListSlackWorkspaceConfigurationsC
|
|
|
841
827
|
|
|
842
828
|
|
|
843
829
|
|
|
844
|
-
var _PutAccountAliasCommand = class _PutAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
845
|
-
...commonParams
|
|
846
|
-
}).m(function(Command, cs, config, o) {
|
|
830
|
+
var _PutAccountAliasCommand = class _PutAccountAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
847
831
|
return [
|
|
848
832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
849
833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -857,9 +841,7 @@ var PutAccountAliasCommand = _PutAccountAliasCommand;
|
|
|
857
841
|
|
|
858
842
|
|
|
859
843
|
|
|
860
|
-
var _RegisterSlackWorkspaceForOrganizationCommand = class _RegisterSlackWorkspaceForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
861
|
-
...commonParams
|
|
862
|
-
}).m(function(Command, cs, config, o) {
|
|
844
|
+
var _RegisterSlackWorkspaceForOrganizationCommand = class _RegisterSlackWorkspaceForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
863
845
|
return [
|
|
864
846
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
865
847
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -873,9 +855,7 @@ var RegisterSlackWorkspaceForOrganizationCommand = _RegisterSlackWorkspaceForOrg
|
|
|
873
855
|
|
|
874
856
|
|
|
875
857
|
|
|
876
|
-
var _UpdateSlackChannelConfigurationCommand = class _UpdateSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
877
|
-
...commonParams
|
|
878
|
-
}).m(function(Command, cs, config, o) {
|
|
858
|
+
var _UpdateSlackChannelConfigurationCommand = class _UpdateSlackChannelConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
879
859
|
return [
|
|
880
860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
881
861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateSlackChannelConfigurationCommand, se_CreateSlackChannelConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSlackChannelConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAccountAliasCommand, se_DeleteAccountAliasCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAccountAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSlackChannelConfigurationCommand, se_DeleteSlackChannelConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSlackChannelConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSlackWorkspaceConfigurationCommand, se_DeleteSlackWorkspaceCon
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSlackWorkspaceConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAccountAliasCommand, se_GetAccountAliasCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSlackChannelConfigurationsCommand, se_ListSlackChannelConfigurat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSlackChannelConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSlackWorkspaceConfigurationsCommand, se_ListSlackWorkspaceConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSlackWorkspaceConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutAccountAliasCommand, se_PutAccountAliasCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAccountAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RegisterSlackWorkspaceForOrganizationCommand, se_RegisterSlackWorksp
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterSlackWorkspaceForOrganizationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSlackChannelConfigurationCommand, se_UpdateSlackChannelConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSlackChannelConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|