@aws-sdk/client-support-app 3.303.0 → 3.309.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 (25) hide show
  1. package/dist-cjs/commands/CreateSlackChannelConfigurationCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteSlackChannelConfigurationCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteSlackWorkspaceConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/GetAccountAliasCommand.js +2 -2
  6. package/dist-cjs/commands/ListSlackChannelConfigurationsCommand.js +2 -2
  7. package/dist-cjs/commands/ListSlackWorkspaceConfigurationsCommand.js +2 -2
  8. package/dist-cjs/commands/PutAccountAliasCommand.js +2 -2
  9. package/dist-cjs/commands/RegisterSlackWorkspaceForOrganizationCommand.js +2 -2
  10. package/dist-cjs/commands/UpdateSlackChannelConfigurationCommand.js +2 -2
  11. package/dist-cjs/protocols/Aws_restJson1.js +111 -111
  12. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -3
  13. package/dist-es/commands/DeleteAccountAliasCommand.js +3 -3
  14. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -3
  15. package/dist-es/commands/DeleteSlackWorkspaceConfigurationCommand.js +3 -3
  16. package/dist-es/commands/GetAccountAliasCommand.js +3 -3
  17. package/dist-es/commands/ListSlackChannelConfigurationsCommand.js +3 -3
  18. package/dist-es/commands/ListSlackWorkspaceConfigurationsCommand.js +3 -3
  19. package/dist-es/commands/PutAccountAliasCommand.js +3 -3
  20. package/dist-es/commands/RegisterSlackWorkspaceForOrganizationCommand.js +3 -3
  21. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -3
  22. package/dist-es/protocols/Aws_restJson1.js +90 -90
  23. package/dist-types/protocols/Aws_restJson1.d.ts +80 -20
  24. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +20 -20
  25. package/package.json +29 -29
@@ -10,23 +10,83 @@ import { ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigu
10
10
  import { PutAccountAliasCommandInput, PutAccountAliasCommandOutput } from "../commands/PutAccountAliasCommand";
11
11
  import { RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput } from "../commands/RegisterSlackWorkspaceForOrganizationCommand";
12
12
  import { UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput } from "../commands/UpdateSlackChannelConfigurationCommand";
13
- export declare const serializeAws_restJson1CreateSlackChannelConfigurationCommand: (input: CreateSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1DeleteAccountAliasCommand: (input: DeleteAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const serializeAws_restJson1DeleteSlackChannelConfigurationCommand: (input: DeleteSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand: (input: DeleteSlackWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_restJson1GetAccountAliasCommand: (input: GetAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1ListSlackChannelConfigurationsCommand: (input: ListSlackChannelConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1ListSlackWorkspaceConfigurationsCommand: (input: ListSlackWorkspaceConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1PutAccountAliasCommand: (input: PutAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand: (input: RegisterSlackWorkspaceForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_restJson1UpdateSlackChannelConfigurationCommand: (input: UpdateSlackChannelConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const deserializeAws_restJson1CreateSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlackChannelConfigurationCommandOutput>;
24
- export declare const deserializeAws_restJson1DeleteAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountAliasCommandOutput>;
25
- export declare const deserializeAws_restJson1DeleteSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackChannelConfigurationCommandOutput>;
26
- export declare const deserializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlackWorkspaceConfigurationCommandOutput>;
27
- export declare const deserializeAws_restJson1GetAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountAliasCommandOutput>;
28
- export declare const deserializeAws_restJson1ListSlackChannelConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlackChannelConfigurationsCommandOutput>;
29
- export declare const deserializeAws_restJson1ListSlackWorkspaceConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlackWorkspaceConfigurationsCommandOutput>;
30
- export declare const deserializeAws_restJson1PutAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountAliasCommandOutput>;
31
- export declare const deserializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterSlackWorkspaceForOrganizationCommandOutput>;
32
- export declare const deserializeAws_restJson1UpdateSlackChannelConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlackChannelConfigurationCommandOutput>;
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>;
@@ -43,83 +43,83 @@ import {
43
43
  UpdateSlackChannelConfigurationCommandInput,
44
44
  UpdateSlackChannelConfigurationCommandOutput,
45
45
  } from "../commands/UpdateSlackChannelConfigurationCommand";
46
- export declare const serializeAws_restJson1CreateSlackChannelConfigurationCommand: (
46
+ export declare const se_CreateSlackChannelConfigurationCommand: (
47
47
  input: CreateSlackChannelConfigurationCommandInput,
48
48
  context: __SerdeContext
49
49
  ) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DeleteAccountAliasCommand: (
50
+ export declare const se_DeleteAccountAliasCommand: (
51
51
  input: DeleteAccountAliasCommandInput,
52
52
  context: __SerdeContext
53
53
  ) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1DeleteSlackChannelConfigurationCommand: (
54
+ export declare const se_DeleteSlackChannelConfigurationCommand: (
55
55
  input: DeleteSlackChannelConfigurationCommandInput,
56
56
  context: __SerdeContext
57
57
  ) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand: (
58
+ export declare const se_DeleteSlackWorkspaceConfigurationCommand: (
59
59
  input: DeleteSlackWorkspaceConfigurationCommandInput,
60
60
  context: __SerdeContext
61
61
  ) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1GetAccountAliasCommand: (
62
+ export declare const se_GetAccountAliasCommand: (
63
63
  input: GetAccountAliasCommandInput,
64
64
  context: __SerdeContext
65
65
  ) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ListSlackChannelConfigurationsCommand: (
66
+ export declare const se_ListSlackChannelConfigurationsCommand: (
67
67
  input: ListSlackChannelConfigurationsCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1ListSlackWorkspaceConfigurationsCommand: (
70
+ export declare const se_ListSlackWorkspaceConfigurationsCommand: (
71
71
  input: ListSlackWorkspaceConfigurationsCommandInput,
72
72
  context: __SerdeContext
73
73
  ) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1PutAccountAliasCommand: (
74
+ export declare const se_PutAccountAliasCommand: (
75
75
  input: PutAccountAliasCommandInput,
76
76
  context: __SerdeContext
77
77
  ) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand: (
78
+ export declare const se_RegisterSlackWorkspaceForOrganizationCommand: (
79
79
  input: RegisterSlackWorkspaceForOrganizationCommandInput,
80
80
  context: __SerdeContext
81
81
  ) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1UpdateSlackChannelConfigurationCommand: (
82
+ export declare const se_UpdateSlackChannelConfigurationCommand: (
83
83
  input: UpdateSlackChannelConfigurationCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const deserializeAws_restJson1CreateSlackChannelConfigurationCommand: (
86
+ export declare const de_CreateSlackChannelConfigurationCommand: (
87
87
  output: __HttpResponse,
88
88
  context: __SerdeContext
89
89
  ) => Promise<CreateSlackChannelConfigurationCommandOutput>;
90
- export declare const deserializeAws_restJson1DeleteAccountAliasCommand: (
90
+ export declare const de_DeleteAccountAliasCommand: (
91
91
  output: __HttpResponse,
92
92
  context: __SerdeContext
93
93
  ) => Promise<DeleteAccountAliasCommandOutput>;
94
- export declare const deserializeAws_restJson1DeleteSlackChannelConfigurationCommand: (
94
+ export declare const de_DeleteSlackChannelConfigurationCommand: (
95
95
  output: __HttpResponse,
96
96
  context: __SerdeContext
97
97
  ) => Promise<DeleteSlackChannelConfigurationCommandOutput>;
98
- export declare const deserializeAws_restJson1DeleteSlackWorkspaceConfigurationCommand: (
98
+ export declare const de_DeleteSlackWorkspaceConfigurationCommand: (
99
99
  output: __HttpResponse,
100
100
  context: __SerdeContext
101
101
  ) => Promise<DeleteSlackWorkspaceConfigurationCommandOutput>;
102
- export declare const deserializeAws_restJson1GetAccountAliasCommand: (
102
+ export declare const de_GetAccountAliasCommand: (
103
103
  output: __HttpResponse,
104
104
  context: __SerdeContext
105
105
  ) => Promise<GetAccountAliasCommandOutput>;
106
- export declare const deserializeAws_restJson1ListSlackChannelConfigurationsCommand: (
106
+ export declare const de_ListSlackChannelConfigurationsCommand: (
107
107
  output: __HttpResponse,
108
108
  context: __SerdeContext
109
109
  ) => Promise<ListSlackChannelConfigurationsCommandOutput>;
110
- export declare const deserializeAws_restJson1ListSlackWorkspaceConfigurationsCommand: (
110
+ export declare const de_ListSlackWorkspaceConfigurationsCommand: (
111
111
  output: __HttpResponse,
112
112
  context: __SerdeContext
113
113
  ) => Promise<ListSlackWorkspaceConfigurationsCommandOutput>;
114
- export declare const deserializeAws_restJson1PutAccountAliasCommand: (
114
+ export declare const de_PutAccountAliasCommand: (
115
115
  output: __HttpResponse,
116
116
  context: __SerdeContext
117
117
  ) => Promise<PutAccountAliasCommandOutput>;
118
- export declare const deserializeAws_restJson1RegisterSlackWorkspaceForOrganizationCommand: (
118
+ export declare const de_RegisterSlackWorkspaceForOrganizationCommand: (
119
119
  output: __HttpResponse,
120
120
  context: __SerdeContext
121
121
  ) => Promise<RegisterSlackWorkspaceForOrganizationCommandOutput>;
122
- export declare const deserializeAws_restJson1UpdateSlackChannelConfigurationCommand: (
122
+ export declare const de_UpdateSlackChannelConfigurationCommand: (
123
123
  output: __HttpResponse,
124
124
  context: __SerdeContext
125
125
  ) => Promise<UpdateSlackChannelConfigurationCommandOutput>;
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.303.0",
4
+ "version": "3.309.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,37 +21,37 @@
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.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },