@aws-sdk/client-gamelift 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/AcceptMatchCommand.d.ts +15 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +26 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +27 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +23 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +33 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +29 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +22 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +48 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +24 -0
- package/dist-types/commands/CreateLocationCommand.d.ts +27 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +21 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +30 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +30 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +23 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +15 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +20 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +20 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +25 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +18 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +20 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +15 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +20 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +15 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +15 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +15 -0
- package/dist-types/commands/DeregisterComputeCommand.d.ts +15 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +15 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +15 -0
- package/dist-types/commands/DescribeComputeCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +12 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +15 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +15 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +15 -0
- package/dist-types/commands/GetComputeAccessCommand.d.ts +15 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +15 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +15 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +15 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +12 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +12 -0
- package/dist-types/commands/ListComputeCommand.d.ts +12 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +15 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +12 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +12 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +15 -0
- package/dist-types/commands/RegisterComputeCommand.d.ts +18 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +22 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +15 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +21 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +24 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +18 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +15 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +15 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +15 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +18 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +15 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +15 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +15 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +15 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +30 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +33 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +30 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +15 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +26 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +15 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +15 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +12 -0
- package/package.json +29 -29
|
@@ -46,6 +46,21 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou
|
|
|
46
46
|
* @see {@link UpdateGameServerGroupCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
50
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
51
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
55
|
+
* values before retrying.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link NotFoundException} (client fault)
|
|
58
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
61
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
49
64
|
*/
|
|
50
65
|
export declare class UpdateGameServerGroupCommand extends $Command<UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
|
|
51
66
|
readonly input: UpdateGameServerGroupCommandInput;
|
|
@@ -35,6 +35,32 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput,
|
|
|
35
35
|
* @see {@link UpdateGameSessionCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
40
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
41
|
+
* request.</p>
|
|
42
|
+
* <p></p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
46
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidGameSessionStatusException} (client fault)
|
|
49
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
50
|
+
* associated with the request and/or the game instance. Resolve the conflict before
|
|
51
|
+
* retrying.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
55
|
+
* values before retrying.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link NotFoundException} (client fault)
|
|
58
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
61
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
38
64
|
*/
|
|
39
65
|
export declare class UpdateGameSessionCommand extends $Command<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
|
|
40
66
|
readonly input: UpdateGameSessionCommandInput;
|
|
@@ -39,6 +39,21 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu
|
|
|
39
39
|
* @see {@link UpdateGameSessionQueueCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
43
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
44
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
47
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
48
|
+
* values before retrying.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
54
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
42
57
|
*/
|
|
43
58
|
export declare class UpdateGameSessionQueueCommand extends $Command<UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
|
|
44
59
|
readonly input: UpdateGameSessionQueueCommandInput;
|
|
@@ -38,6 +38,21 @@ export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatch
|
|
|
38
38
|
* @see {@link UpdateMatchmakingConfigurationCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
43
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
47
|
+
* values before retrying.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
53
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
41
56
|
*/
|
|
42
57
|
export declare class UpdateMatchmakingConfigurationCommand extends $Command<UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
|
|
43
58
|
readonly input: UpdateMatchmakingConfigurationCommandInput;
|
|
@@ -47,6 +47,26 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
|
|
|
47
47
|
* @see {@link UpdateRuntimeConfigurationCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
51
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
52
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidFleetStatusException} (client fault)
|
|
55
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
56
|
+
* associated with the request and/or the fleet. Resolve the conflict before
|
|
57
|
+
* retrying.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
61
|
+
* values before retrying.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
67
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
50
70
|
*/
|
|
51
71
|
export declare class UpdateRuntimeConfigurationCommand extends $Command<UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
|
|
52
72
|
readonly input: UpdateRuntimeConfigurationCommandInput;
|
|
@@ -50,6 +50,21 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
|
|
|
50
50
|
* @see {@link UpdateScriptCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
54
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
55
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
58
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
59
|
+
* values before retrying.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link NotFoundException} (client fault)
|
|
62
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
65
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
53
68
|
*/
|
|
54
69
|
export declare class UpdateScriptCommand extends $Command<UpdateScriptCommandInput, UpdateScriptCommandOutput, GameLiftClientResolvedConfig> {
|
|
55
70
|
readonly input: UpdateScriptCommandInput;
|
|
@@ -42,6 +42,18 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
|
|
|
42
42
|
* @see {@link ValidateMatchmakingRuleSetCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
46
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
47
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
50
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
51
|
+
* values before retrying.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
54
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
45
57
|
*/
|
|
46
58
|
export declare class ValidateMatchmakingRuleSetCommand extends $Command<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
|
|
47
59
|
readonly input: ValidateMatchmakingRuleSetCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-gamelift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Gamelift 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
|
},
|