@aws-sdk/client-license-manager-user-subscriptions 3.288.0 → 3.290.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/AssociateUserCommand.d.ts +23 -0
- package/dist-types/commands/DeregisterIdentityProviderCommand.d.ts +23 -0
- package/dist-types/commands/DisassociateUserCommand.d.ts +23 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +23 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +23 -0
- package/dist-types/commands/ListProductSubscriptionsCommand.d.ts +23 -0
- package/dist-types/commands/ListUserAssociationsCommand.d.ts +23 -0
- package/dist-types/commands/RegisterIdentityProviderCommand.d.ts +23 -0
- package/dist-types/commands/StartProductSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/StopProductSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/UpdateIdentityProviderSettingsCommand.d.ts +13 -0
- package/package.json +29 -29
|
@@ -34,6 +34,29 @@ export interface AssociateUserCommandOutput extends AssociateUserResponse, __Met
|
|
|
34
34
|
* @see {@link AssociateUserCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (server fault)
|
|
41
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
42
|
+
* resource.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>An exception occurred with the service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The resource couldn't be found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
51
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>A parameter is not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
37
60
|
*/
|
|
38
61
|
export declare class AssociateUserCommand extends $Command<AssociateUserCommandInput, AssociateUserCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
39
62
|
readonly input: AssociateUserCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DeregisterIdentityProviderCommandOutput extends DeregisterIdent
|
|
|
29
29
|
* @see {@link DeregisterIdentityProviderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DeregisterIdentityProviderCommand extends $Command<DeregisterIdentityProviderCommandInput, DeregisterIdentityProviderCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: DeregisterIdentityProviderCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DisassociateUserCommandOutput extends DisassociateUserResponse,
|
|
|
29
29
|
* @see {@link DisassociateUserCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DisassociateUserCommand extends $Command<DisassociateUserCommandInput, DisassociateUserCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: DisassociateUserCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
29
29
|
* @see {@link ListIdentityProvidersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class ListIdentityProvidersCommand extends $Command<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: ListIdentityProvidersCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
|
|
|
29
29
|
* @see {@link ListInstancesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: ListInstancesCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface ListProductSubscriptionsCommandOutput extends ListProductSubscr
|
|
|
29
29
|
* @see {@link ListProductSubscriptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class ListProductSubscriptionsCommand extends $Command<ListProductSubscriptionsCommandInput, ListProductSubscriptionsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: ListProductSubscriptionsCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface ListUserAssociationsCommandOutput extends ListUserAssociationsR
|
|
|
29
29
|
* @see {@link ListUserAssociationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class ListUserAssociationsCommand extends $Command<ListUserAssociationsCommandInput, ListUserAssociationsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: ListUserAssociationsCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface RegisterIdentityProviderCommandOutput extends RegisterIdentityP
|
|
|
29
29
|
* @see {@link RegisterIdentityProviderCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class RegisterIdentityProviderCommand extends $Command<RegisterIdentityProviderCommandInput, RegisterIdentityProviderCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: RegisterIdentityProviderCommandInput;
|
|
@@ -34,6 +34,29 @@ export interface StartProductSubscriptionCommandOutput extends StartProductSubsc
|
|
|
34
34
|
* @see {@link StartProductSubscriptionCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (server fault)
|
|
41
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
42
|
+
* resource.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>An exception occurred with the service.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The resource couldn't be found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
51
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>A parameter is not valid.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
37
60
|
*/
|
|
38
61
|
export declare class StartProductSubscriptionCommand extends $Command<StartProductSubscriptionCommandInput, StartProductSubscriptionCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
39
62
|
readonly input: StartProductSubscriptionCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface StopProductSubscriptionCommandOutput extends StopProductSubscri
|
|
|
29
29
|
* @see {@link StopProductSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (server fault)
|
|
36
|
+
* <p>The request couldn't be completed because it conflicted with the current state of the
|
|
37
|
+
* resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An exception occurred with the service.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource couldn't be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because a service quota is exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>A parameter is not valid.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class StopProductSubscriptionCommand extends $Command<StopProductSubscriptionCommandInput, StopProductSubscriptionCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
34
57
|
readonly input: StopProductSubscriptionCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface UpdateIdentityProviderSettingsCommandOutput extends UpdateIdent
|
|
|
30
30
|
* @see {@link UpdateIdentityProviderSettingsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LicenseManagerUserSubscriptionsClientResolvedConfig | config} for LicenseManagerUserSubscriptionsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>An exception occurred with the service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The request was denied because of request throttling. Retry the request.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>A parameter is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class UpdateIdentityProviderSettingsCommand extends $Command<UpdateIdentityProviderSettingsCommandInput, UpdateIdentityProviderSettingsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
35
48
|
readonly input: UpdateIdentityProviderSettingsCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-user-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager User Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.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,37 +20,37 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
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.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|