@aws-sdk/client-support-app 3.289.0 → 3.292.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-types/commands/CreateSlackChannelConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/DeleteSlackWorkspaceConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/GetAccountAliasCommand.d.ts +4 -0
- package/dist-types/commands/ListSlackChannelConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/ListSlackWorkspaceConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/PutAccountAliasCommand.d.ts +10 -0
- package/dist-types/commands/RegisterSlackWorkspaceForOrganizationCommand.d.ts +43 -0
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +43 -0
- package/package.json +35 -40
|
@@ -49,6 +49,50 @@ export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlac
|
|
|
49
49
|
* @see {@link CreateSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>Your request has a conflict. For example, you might receive this error if you try the
|
|
57
|
+
* following:</p>
|
|
58
|
+
* <ul>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>Add, update, or delete a Slack channel configuration before you add a Slack workspace
|
|
61
|
+
* to your Amazon Web Services account.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* <li>
|
|
64
|
+
* <p>Add a Slack channel configuration that already exists in your Amazon Web Services account.</p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>Delete a Slack channel configuration for a live chat channel.</p>
|
|
68
|
+
* </li>
|
|
69
|
+
* <li>
|
|
70
|
+
* <p>Delete a Slack workspace from your Amazon Web Services account that has an active live chat
|
|
71
|
+
* channel.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from an Amazon Web Services account
|
|
75
|
+
* that doesn't belong to an organization.</p>
|
|
76
|
+
* </li>
|
|
77
|
+
* <li>
|
|
78
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from a member account,
|
|
79
|
+
* but the management account hasn't registered that workspace yet for the
|
|
80
|
+
* organization.</p>
|
|
81
|
+
* </li>
|
|
82
|
+
* </ul>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InternalServerException} (server fault)
|
|
85
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
88
|
+
* <p>Your Service Quotas request exceeds the quota for the service. For example, your Service Quotas request to
|
|
89
|
+
* Amazon Web Services Support App might exceed the maximum number of workspaces or channels per account, or the maximum
|
|
90
|
+
* number of accounts per Slack channel.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ValidationException} (client fault)
|
|
93
|
+
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
94
|
+
*
|
|
95
|
+
*
|
|
52
96
|
*/
|
|
53
97
|
export declare class CreateSlackChannelConfigurationCommand extends $Command<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
54
98
|
readonly input: CreateSlackChannelConfigurationCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface DeleteAccountAliasCommandOutput extends DeleteAccountAliasResul
|
|
|
30
30
|
* @see {@link DeleteAccountAliasCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The specified resource is missing or doesn't exist, such as an account alias, Slack
|
|
41
|
+
* channel configuration, or Slack workspace configuration.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class DeleteAccountAliasCommand extends $Command<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
35
46
|
readonly input: DeleteAccountAliasCommandInput;
|
|
@@ -30,6 +30,49 @@ export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlac
|
|
|
30
30
|
* @see {@link DeleteSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>Your request has a conflict. For example, you might receive this error if you try the
|
|
38
|
+
* following:</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Add, update, or delete a Slack channel configuration before you add a Slack workspace
|
|
42
|
+
* to your Amazon Web Services account.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>Add a Slack channel configuration that already exists in your Amazon Web Services account.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>Delete a Slack channel configuration for a live chat channel.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>Delete a Slack workspace from your Amazon Web Services account that has an active live chat
|
|
52
|
+
* channel.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from an Amazon Web Services account
|
|
56
|
+
* that doesn't belong to an organization.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from a member account,
|
|
60
|
+
* but the management account hasn't registered that workspace yet for the
|
|
61
|
+
* organization.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServerException} (server fault)
|
|
66
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>The specified resource is missing or doesn't exist, such as an account alias, Slack
|
|
70
|
+
* channel configuration, or Slack workspace configuration.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ValidationException} (client fault)
|
|
73
|
+
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
33
76
|
*/
|
|
34
77
|
export declare class DeleteSlackChannelConfigurationCommand extends $Command<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
35
78
|
readonly input: DeleteSlackChannelConfigurationCommandInput;
|
|
@@ -30,6 +30,49 @@ export interface DeleteSlackWorkspaceConfigurationCommandOutput extends DeleteSl
|
|
|
30
30
|
* @see {@link DeleteSlackWorkspaceConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>Your request has a conflict. For example, you might receive this error if you try the
|
|
38
|
+
* following:</p>
|
|
39
|
+
* <ul>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Add, update, or delete a Slack channel configuration before you add a Slack workspace
|
|
42
|
+
* to your Amazon Web Services account.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>Add a Slack channel configuration that already exists in your Amazon Web Services account.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>Delete a Slack channel configuration for a live chat channel.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>Delete a Slack workspace from your Amazon Web Services account that has an active live chat
|
|
52
|
+
* channel.</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from an Amazon Web Services account
|
|
56
|
+
* that doesn't belong to an organization.</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from a member account,
|
|
60
|
+
* but the management account hasn't registered that workspace yet for the
|
|
61
|
+
* organization.</p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServerException} (server fault)
|
|
66
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>The specified resource is missing or doesn't exist, such as an account alias, Slack
|
|
70
|
+
* channel configuration, or Slack workspace configuration.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ValidationException} (client fault)
|
|
73
|
+
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
33
76
|
*/
|
|
34
77
|
export declare class DeleteSlackWorkspaceConfigurationCommand extends $Command<DeleteSlackWorkspaceConfigurationCommandInput, DeleteSlackWorkspaceConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
35
78
|
readonly input: DeleteSlackWorkspaceConfigurationCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface GetAccountAliasCommandOutput extends GetAccountAliasResult, __M
|
|
|
30
30
|
* @see {@link GetAccountAliasCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class GetAccountAliasCommand extends $Command<GetAccountAliasCommandInput, GetAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
35
39
|
readonly input: GetAccountAliasCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListSlackChannelConfigurationsCommandOutput extends ListSlackCh
|
|
|
29
29
|
* @see {@link ListSlackChannelConfigurationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListSlackChannelConfigurationsCommand extends $Command<ListSlackChannelConfigurationsCommandInput, ListSlackChannelConfigurationsCommandOutput, SupportAppClientResolvedConfig> {
|
|
34
41
|
readonly input: ListSlackChannelConfigurationsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListSlackWorkspaceConfigurationsCommandOutput extends ListSlack
|
|
|
29
29
|
* @see {@link ListSlackWorkspaceConfigurationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListSlackWorkspaceConfigurationsCommand extends $Command<ListSlackWorkspaceConfigurationsCommandInput, ListSlackWorkspaceConfigurationsCommandOutput, SupportAppClientResolvedConfig> {
|
|
34
41
|
readonly input: ListSlackWorkspaceConfigurationsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface PutAccountAliasCommandOutput extends PutAccountAliasResult, __M
|
|
|
31
31
|
* @see {@link PutAccountAliasCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class PutAccountAliasCommand extends $Command<PutAccountAliasCommandInput, PutAccountAliasCommandOutput, SupportAppClientResolvedConfig> {
|
|
36
46
|
readonly input: PutAccountAliasCommandInput;
|
|
@@ -58,6 +58,49 @@ export interface RegisterSlackWorkspaceForOrganizationCommandOutput extends Regi
|
|
|
58
58
|
* @see {@link RegisterSlackWorkspaceForOrganizationCommandOutput} for command's `response` shape.
|
|
59
59
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
60
60
|
*
|
|
61
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ConflictException} (client fault)
|
|
65
|
+
* <p>Your request has a conflict. For example, you might receive this error if you try the
|
|
66
|
+
* following:</p>
|
|
67
|
+
* <ul>
|
|
68
|
+
* <li>
|
|
69
|
+
* <p>Add, update, or delete a Slack channel configuration before you add a Slack workspace
|
|
70
|
+
* to your Amazon Web Services account.</p>
|
|
71
|
+
* </li>
|
|
72
|
+
* <li>
|
|
73
|
+
* <p>Add a Slack channel configuration that already exists in your Amazon Web Services account.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>Delete a Slack channel configuration for a live chat channel.</p>
|
|
77
|
+
* </li>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>Delete a Slack workspace from your Amazon Web Services account that has an active live chat
|
|
80
|
+
* channel.</p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from an Amazon Web Services account
|
|
84
|
+
* that doesn't belong to an organization.</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* <li>
|
|
87
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from a member account,
|
|
88
|
+
* but the management account hasn't registered that workspace yet for the
|
|
89
|
+
* organization.</p>
|
|
90
|
+
* </li>
|
|
91
|
+
* </ul>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InternalServerException} (server fault)
|
|
94
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
|
+
* <p>The specified resource is missing or doesn't exist, such as an account alias, Slack
|
|
98
|
+
* channel configuration, or Slack workspace configuration.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ValidationException} (client fault)
|
|
101
|
+
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
102
|
+
*
|
|
103
|
+
*
|
|
61
104
|
*/
|
|
62
105
|
export declare class RegisterSlackWorkspaceForOrganizationCommand extends $Command<RegisterSlackWorkspaceForOrganizationCommandInput, RegisterSlackWorkspaceForOrganizationCommandOutput, SupportAppClientResolvedConfig> {
|
|
63
106
|
readonly input: RegisterSlackWorkspaceForOrganizationCommandInput;
|
|
@@ -29,6 +29,49 @@ export interface UpdateSlackChannelConfigurationCommandOutput extends UpdateSlac
|
|
|
29
29
|
* @see {@link UpdateSlackChannelConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link SupportAppClientResolvedConfig | config} for SupportAppClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Your request has a conflict. For example, you might receive this error if you try the
|
|
37
|
+
* following:</p>
|
|
38
|
+
* <ul>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>Add, update, or delete a Slack channel configuration before you add a Slack workspace
|
|
41
|
+
* to your Amazon Web Services account.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>Add a Slack channel configuration that already exists in your Amazon Web Services account.</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>Delete a Slack channel configuration for a live chat channel.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>Delete a Slack workspace from your Amazon Web Services account that has an active live chat
|
|
51
|
+
* channel.</p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from an Amazon Web Services account
|
|
55
|
+
* that doesn't belong to an organization.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>Call the <code>RegisterSlackWorkspaceForOrganization</code> API from a member account,
|
|
59
|
+
* but the management account hasn't registered that workspace yet for the
|
|
60
|
+
* organization.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* </ul>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServerException} (server fault)
|
|
65
|
+
* <p>We can’t process your request right now because of a server issue. Try again later.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>The specified resource is missing or doesn't exist, such as an account alias, Slack
|
|
69
|
+
* channel configuration, or Slack workspace configuration.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ValidationException} (client fault)
|
|
72
|
+
* <p>Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
32
75
|
*/
|
|
33
76
|
export declare class UpdateSlackChannelConfigurationCommand extends $Command<UpdateSlackChannelConfigurationCommandInput, UpdateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig> {
|
|
34
77
|
readonly input: UpdateSlackChannelConfigurationCommandInput;
|
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.292.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",
|
|
@@ -20,55 +20,50 @@
|
|
|
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-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|