@aws-sdk/client-gamelift 3.299.0 → 3.301.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 +7 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +5 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +15 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +18 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +61 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +8 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +34 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +17 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateLocationCommand.d.ts +9 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +29 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +10 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +5 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +9 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +17 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +3 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +3 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterComputeCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +3 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +3 -0
- package/dist-types/commands/DescribeComputeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +3 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +9 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +5 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +7 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/GetComputeAccessCommand.d.ts +4 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +4 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +3 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +4 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +5 -0
- package/dist-types/commands/ListComputeCommand.d.ts +6 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +6 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +6 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +7 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +14 -0
- package/dist-types/commands/RegisterComputeCommand.d.ts +8 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +7 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +3 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +3 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +6 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +9 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +26 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +26 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +25 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +3 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +3 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +10 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +7 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +19 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +12 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +30 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +12 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +3 -0
- package/package.json +8 -8
|
@@ -32,6 +32,9 @@ export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __Metadat
|
|
|
32
32
|
* import { GameLiftClient, ResolveAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
33
33
|
* // const { GameLiftClient, ResolveAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
34
34
|
* const client = new GameLiftClient(config);
|
|
35
|
+
* const input = { // ResolveAliasInput
|
|
36
|
+
* AliasId: "STRING_VALUE", // required
|
|
37
|
+
* };
|
|
35
38
|
* const command = new ResolveAliasCommand(input);
|
|
36
39
|
* const response = await client.send(command);
|
|
37
40
|
* ```
|
|
@@ -45,6 +45,12 @@ export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGrou
|
|
|
45
45
|
* import { GameLiftClient, ResumeGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
46
46
|
* // const { GameLiftClient, ResumeGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
47
47
|
* const client = new GameLiftClient(config);
|
|
48
|
+
* const input = { // ResumeGameServerGroupInput
|
|
49
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
50
|
+
* ResumeActions: [ // GameServerGroupActions // required
|
|
51
|
+
* "REPLACE_INSTANCE_TYPES",
|
|
52
|
+
* ],
|
|
53
|
+
* };
|
|
48
54
|
* const command = new ResumeGameServerGroupCommand(input);
|
|
49
55
|
* const response = await client.send(command);
|
|
50
56
|
* ```
|
|
@@ -112,6 +112,15 @@ export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutpu
|
|
|
112
112
|
* import { GameLiftClient, SearchGameSessionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
113
113
|
* // const { GameLiftClient, SearchGameSessionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
114
114
|
* const client = new GameLiftClient(config);
|
|
115
|
+
* const input = { // SearchGameSessionsInput
|
|
116
|
+
* FleetId: "STRING_VALUE",
|
|
117
|
+
* AliasId: "STRING_VALUE",
|
|
118
|
+
* Location: "STRING_VALUE",
|
|
119
|
+
* FilterExpression: "STRING_VALUE",
|
|
120
|
+
* SortExpression: "STRING_VALUE",
|
|
121
|
+
* Limit: Number("int"),
|
|
122
|
+
* NextToken: "STRING_VALUE",
|
|
123
|
+
* };
|
|
115
124
|
* const command = new SearchGameSessionsCommand(input);
|
|
116
125
|
* const response = await client.send(command);
|
|
117
126
|
* ```
|
|
@@ -49,6 +49,13 @@ export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput,
|
|
|
49
49
|
* import { GameLiftClient, StartFleetActionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
50
50
|
* // const { GameLiftClient, StartFleetActionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
51
51
|
* const client = new GameLiftClient(config);
|
|
52
|
+
* const input = { // StartFleetActionsInput
|
|
53
|
+
* FleetId: "STRING_VALUE", // required
|
|
54
|
+
* Actions: [ // FleetActionList // required
|
|
55
|
+
* "AUTO_SCALING",
|
|
56
|
+
* ],
|
|
57
|
+
* Location: "STRING_VALUE",
|
|
58
|
+
* };
|
|
52
59
|
* const command = new StartFleetActionsCommand(input);
|
|
53
60
|
* const response = await client.send(command);
|
|
54
61
|
* ```
|
|
@@ -65,6 +65,32 @@ export interface StartGameSessionPlacementCommandOutput extends StartGameSession
|
|
|
65
65
|
* import { GameLiftClient, StartGameSessionPlacementCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
66
66
|
* // const { GameLiftClient, StartGameSessionPlacementCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
67
67
|
* const client = new GameLiftClient(config);
|
|
68
|
+
* const input = { // StartGameSessionPlacementInput
|
|
69
|
+
* PlacementId: "STRING_VALUE", // required
|
|
70
|
+
* GameSessionQueueName: "STRING_VALUE", // required
|
|
71
|
+
* GameProperties: [ // GamePropertyList
|
|
72
|
+
* { // GameProperty
|
|
73
|
+
* Key: "STRING_VALUE", // required
|
|
74
|
+
* Value: "STRING_VALUE", // required
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* MaximumPlayerSessionCount: Number("int"), // required
|
|
78
|
+
* GameSessionName: "STRING_VALUE",
|
|
79
|
+
* PlayerLatencies: [ // PlayerLatencyList
|
|
80
|
+
* { // PlayerLatency
|
|
81
|
+
* PlayerId: "STRING_VALUE",
|
|
82
|
+
* RegionIdentifier: "STRING_VALUE",
|
|
83
|
+
* LatencyInMilliseconds: Number("float"),
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* DesiredPlayerSessions: [ // DesiredPlayerSessionList
|
|
87
|
+
* { // DesiredPlayerSession
|
|
88
|
+
* PlayerId: "STRING_VALUE",
|
|
89
|
+
* PlayerData: "STRING_VALUE",
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* GameSessionData: "STRING_VALUE",
|
|
93
|
+
* };
|
|
68
94
|
* const command = new StartGameSessionPlacementCommand(input);
|
|
69
95
|
* const response = await client.send(command);
|
|
70
96
|
* ```
|
|
@@ -63,6 +63,32 @@ export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutpu
|
|
|
63
63
|
* import { GameLiftClient, StartMatchBackfillCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
64
64
|
* // const { GameLiftClient, StartMatchBackfillCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
65
65
|
* const client = new GameLiftClient(config);
|
|
66
|
+
* const input = { // StartMatchBackfillInput
|
|
67
|
+
* TicketId: "STRING_VALUE",
|
|
68
|
+
* ConfigurationName: "STRING_VALUE", // required
|
|
69
|
+
* GameSessionArn: "STRING_VALUE",
|
|
70
|
+
* Players: [ // PlayerList // required
|
|
71
|
+
* { // Player
|
|
72
|
+
* PlayerId: "STRING_VALUE",
|
|
73
|
+
* PlayerAttributes: { // PlayerAttributeMap
|
|
74
|
+
* "<keys>": { // AttributeValue
|
|
75
|
+
* S: "STRING_VALUE",
|
|
76
|
+
* N: Number("double"),
|
|
77
|
+
* SL: [ // PlayerAttributeStringList
|
|
78
|
+
* "STRING_VALUE",
|
|
79
|
+
* ],
|
|
80
|
+
* SDM: { // PlayerAttributeStringDoubleMap
|
|
81
|
+
* "<keys>": Number("double"),
|
|
82
|
+
* },
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* Team: "STRING_VALUE",
|
|
86
|
+
* LatencyInMs: { // LatencyMap
|
|
87
|
+
* "<keys>": Number("int"),
|
|
88
|
+
* },
|
|
89
|
+
* },
|
|
90
|
+
* ],
|
|
91
|
+
* };
|
|
66
92
|
* const command = new StartMatchBackfillCommand(input);
|
|
67
93
|
* const response = await client.send(command);
|
|
68
94
|
* ```
|
|
@@ -55,6 +55,31 @@ export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, _
|
|
|
55
55
|
* import { GameLiftClient, StartMatchmakingCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
56
56
|
* // const { GameLiftClient, StartMatchmakingCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
57
57
|
* const client = new GameLiftClient(config);
|
|
58
|
+
* const input = { // StartMatchmakingInput
|
|
59
|
+
* TicketId: "STRING_VALUE",
|
|
60
|
+
* ConfigurationName: "STRING_VALUE", // required
|
|
61
|
+
* Players: [ // PlayerList // required
|
|
62
|
+
* { // Player
|
|
63
|
+
* PlayerId: "STRING_VALUE",
|
|
64
|
+
* PlayerAttributes: { // PlayerAttributeMap
|
|
65
|
+
* "<keys>": { // AttributeValue
|
|
66
|
+
* S: "STRING_VALUE",
|
|
67
|
+
* N: Number("double"),
|
|
68
|
+
* SL: [ // PlayerAttributeStringList
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* SDM: { // PlayerAttributeStringDoubleMap
|
|
72
|
+
* "<keys>": Number("double"),
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* Team: "STRING_VALUE",
|
|
77
|
+
* LatencyInMs: { // LatencyMap
|
|
78
|
+
* "<keys>": Number("int"),
|
|
79
|
+
* },
|
|
80
|
+
* },
|
|
81
|
+
* ],
|
|
82
|
+
* };
|
|
58
83
|
* const command = new StartMatchmakingCommand(input);
|
|
59
84
|
* const response = await client.send(command);
|
|
60
85
|
* ```
|
|
@@ -52,6 +52,13 @@ export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, _
|
|
|
52
52
|
* import { GameLiftClient, StopFleetActionsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
53
53
|
* // const { GameLiftClient, StopFleetActionsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
54
54
|
* const client = new GameLiftClient(config);
|
|
55
|
+
* const input = { // StopFleetActionsInput
|
|
56
|
+
* FleetId: "STRING_VALUE", // required
|
|
57
|
+
* Actions: [ // FleetActionList // required
|
|
58
|
+
* "AUTO_SCALING",
|
|
59
|
+
* ],
|
|
60
|
+
* Location: "STRING_VALUE",
|
|
61
|
+
* };
|
|
55
62
|
* const command = new StopFleetActionsCommand(input);
|
|
56
63
|
* const response = await client.send(command);
|
|
57
64
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface StopGameSessionPlacementCommandOutput extends StopGameSessionPl
|
|
|
28
28
|
* import { GameLiftClient, StopGameSessionPlacementCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
29
29
|
* // const { GameLiftClient, StopGameSessionPlacementCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
30
30
|
* const client = new GameLiftClient(config);
|
|
31
|
+
* const input = { // StopGameSessionPlacementInput
|
|
32
|
+
* PlacementId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new StopGameSessionPlacementCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -44,6 +44,9 @@ export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __M
|
|
|
44
44
|
* import { GameLiftClient, StopMatchmakingCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
45
45
|
* // const { GameLiftClient, StopMatchmakingCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
46
46
|
* const client = new GameLiftClient(config);
|
|
47
|
+
* const input = { // StopMatchmakingInput
|
|
48
|
+
* TicketId: "STRING_VALUE", // required
|
|
49
|
+
* };
|
|
47
50
|
* const command = new StopMatchmakingCommand(input);
|
|
48
51
|
* const response = await client.send(command);
|
|
49
52
|
* ```
|
|
@@ -55,6 +55,12 @@ export interface SuspendGameServerGroupCommandOutput extends SuspendGameServerGr
|
|
|
55
55
|
* import { GameLiftClient, SuspendGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
56
56
|
* // const { GameLiftClient, SuspendGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
57
57
|
* const client = new GameLiftClient(config);
|
|
58
|
+
* const input = { // SuspendGameServerGroupInput
|
|
59
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
60
|
+
* SuspendActions: [ // GameServerGroupActions // required
|
|
61
|
+
* "REPLACE_INSTANCE_TYPES",
|
|
62
|
+
* ],
|
|
63
|
+
* };
|
|
58
64
|
* const command = new SuspendGameServerGroupCommand(input);
|
|
59
65
|
* const response = await client.send(command);
|
|
60
66
|
* ```
|
|
@@ -73,6 +73,15 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
73
73
|
* import { GameLiftClient, TagResourceCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
74
74
|
* // const { GameLiftClient, TagResourceCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
75
75
|
* const client = new GameLiftClient(config);
|
|
76
|
+
* const input = { // TagResourceRequest
|
|
77
|
+
* ResourceARN: "STRING_VALUE", // required
|
|
78
|
+
* Tags: [ // TagList // required
|
|
79
|
+
* { // Tag
|
|
80
|
+
* Key: "STRING_VALUE", // required
|
|
81
|
+
* Value: "STRING_VALUE", // required
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* };
|
|
76
85
|
* const command = new TagResourceCommand(input);
|
|
77
86
|
* const response = await client.send(command);
|
|
78
87
|
* ```
|
|
@@ -72,6 +72,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
72
72
|
* import { GameLiftClient, UntagResourceCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
73
73
|
* // const { GameLiftClient, UntagResourceCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
74
74
|
* const client = new GameLiftClient(config);
|
|
75
|
+
* const input = { // UntagResourceRequest
|
|
76
|
+
* ResourceARN: "STRING_VALUE", // required
|
|
77
|
+
* TagKeys: [ // TagKeyList // required
|
|
78
|
+
* "STRING_VALUE",
|
|
79
|
+
* ],
|
|
80
|
+
* };
|
|
75
81
|
* const command = new UntagResourceCommand(input);
|
|
76
82
|
* const response = await client.send(command);
|
|
77
83
|
* ```
|
|
@@ -35,6 +35,16 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
|
|
|
35
35
|
* import { GameLiftClient, UpdateAliasCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
36
36
|
* // const { GameLiftClient, UpdateAliasCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
37
37
|
* const client = new GameLiftClient(config);
|
|
38
|
+
* const input = { // UpdateAliasInput
|
|
39
|
+
* AliasId: "STRING_VALUE", // required
|
|
40
|
+
* Name: "STRING_VALUE",
|
|
41
|
+
* Description: "STRING_VALUE",
|
|
42
|
+
* RoutingStrategy: { // RoutingStrategy
|
|
43
|
+
* Type: "SIMPLE" || "TERMINAL",
|
|
44
|
+
* FleetId: "STRING_VALUE",
|
|
45
|
+
* Message: "STRING_VALUE",
|
|
46
|
+
* },
|
|
47
|
+
* };
|
|
38
48
|
* const command = new UpdateAliasCommand(input);
|
|
39
49
|
* const response = await client.send(command);
|
|
40
50
|
* ```
|
|
@@ -38,6 +38,11 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
|
|
|
38
38
|
* import { GameLiftClient, UpdateBuildCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
39
39
|
* // const { GameLiftClient, UpdateBuildCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
40
40
|
* const client = new GameLiftClient(config);
|
|
41
|
+
* const input = { // UpdateBuildInput
|
|
42
|
+
* BuildId: "STRING_VALUE", // required
|
|
43
|
+
* Name: "STRING_VALUE",
|
|
44
|
+
* Version: "STRING_VALUE",
|
|
45
|
+
* };
|
|
41
46
|
* const command = new UpdateBuildCommand(input);
|
|
42
47
|
* const response = await client.send(command);
|
|
43
48
|
* ```
|
|
@@ -37,6 +37,22 @@ export interface UpdateFleetAttributesCommandOutput extends UpdateFleetAttribute
|
|
|
37
37
|
* import { GameLiftClient, UpdateFleetAttributesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
38
38
|
* // const { GameLiftClient, UpdateFleetAttributesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
39
39
|
* const client = new GameLiftClient(config);
|
|
40
|
+
* const input = { // UpdateFleetAttributesInput
|
|
41
|
+
* FleetId: "STRING_VALUE", // required
|
|
42
|
+
* Name: "STRING_VALUE",
|
|
43
|
+
* Description: "STRING_VALUE",
|
|
44
|
+
* NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
|
|
45
|
+
* ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
|
|
46
|
+
* NewGameSessionsPerCreator: Number("int"),
|
|
47
|
+
* PolicyPeriodInMinutes: Number("int"),
|
|
48
|
+
* },
|
|
49
|
+
* MetricGroups: [ // MetricGroupList
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* AnywhereConfiguration: { // AnywhereConfiguration
|
|
53
|
+
* Cost: "STRING_VALUE", // required
|
|
54
|
+
* },
|
|
55
|
+
* };
|
|
40
56
|
* const command = new UpdateFleetAttributesCommand(input);
|
|
41
57
|
* const response = await client.send(command);
|
|
42
58
|
* ```
|
|
@@ -70,6 +70,13 @@ export interface UpdateFleetCapacityCommandOutput extends UpdateFleetCapacityOut
|
|
|
70
70
|
* import { GameLiftClient, UpdateFleetCapacityCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
71
71
|
* // const { GameLiftClient, UpdateFleetCapacityCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
72
72
|
* const client = new GameLiftClient(config);
|
|
73
|
+
* const input = { // UpdateFleetCapacityInput
|
|
74
|
+
* FleetId: "STRING_VALUE", // required
|
|
75
|
+
* DesiredInstances: Number("int"),
|
|
76
|
+
* MinSize: Number("int"),
|
|
77
|
+
* MaxSize: Number("int"),
|
|
78
|
+
* Location: "STRING_VALUE",
|
|
79
|
+
* };
|
|
73
80
|
* const command = new UpdateFleetCapacityCommand(input);
|
|
74
81
|
* const response = await client.send(command);
|
|
75
82
|
* ```
|
|
@@ -44,6 +44,25 @@ export interface UpdateFleetPortSettingsCommandOutput extends UpdateFleetPortSet
|
|
|
44
44
|
* import { GameLiftClient, UpdateFleetPortSettingsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
45
45
|
* // const { GameLiftClient, UpdateFleetPortSettingsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
46
46
|
* const client = new GameLiftClient(config);
|
|
47
|
+
* const input = { // UpdateFleetPortSettingsInput
|
|
48
|
+
* FleetId: "STRING_VALUE", // required
|
|
49
|
+
* InboundPermissionAuthorizations: [ // IpPermissionsList
|
|
50
|
+
* { // IpPermission
|
|
51
|
+
* FromPort: Number("int"), // required
|
|
52
|
+
* ToPort: Number("int"), // required
|
|
53
|
+
* IpRange: "STRING_VALUE", // required
|
|
54
|
+
* Protocol: "TCP" || "UDP", // required
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* InboundPermissionRevocations: [
|
|
58
|
+
* {
|
|
59
|
+
* FromPort: Number("int"), // required
|
|
60
|
+
* ToPort: Number("int"), // required
|
|
61
|
+
* IpRange: "STRING_VALUE", // required
|
|
62
|
+
* Protocol: "TCP" || "UDP", // required
|
|
63
|
+
* },
|
|
64
|
+
* ],
|
|
65
|
+
* };
|
|
47
66
|
* const command = new UpdateFleetPortSettingsCommand(input);
|
|
48
67
|
* const response = await client.send(command);
|
|
49
68
|
* ```
|
|
@@ -62,6 +62,13 @@ export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, _
|
|
|
62
62
|
* import { GameLiftClient, UpdateGameServerCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
63
63
|
* // const { GameLiftClient, UpdateGameServerCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
64
64
|
* const client = new GameLiftClient(config);
|
|
65
|
+
* const input = { // UpdateGameServerInput
|
|
66
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
67
|
+
* GameServerId: "STRING_VALUE", // required
|
|
68
|
+
* GameServerData: "STRING_VALUE",
|
|
69
|
+
* UtilizationStatus: "AVAILABLE" || "UTILIZED",
|
|
70
|
+
* HealthCheck: "HEALTHY",
|
|
71
|
+
* };
|
|
65
72
|
* const command = new UpdateGameServerCommand(input);
|
|
66
73
|
* const response = await client.send(command);
|
|
67
74
|
* ```
|
|
@@ -43,6 +43,18 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou
|
|
|
43
43
|
* import { GameLiftClient, UpdateGameServerGroupCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
44
44
|
* // const { GameLiftClient, UpdateGameServerGroupCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
45
45
|
* const client = new GameLiftClient(config);
|
|
46
|
+
* const input = { // UpdateGameServerGroupInput
|
|
47
|
+
* GameServerGroupName: "STRING_VALUE", // required
|
|
48
|
+
* RoleArn: "STRING_VALUE",
|
|
49
|
+
* InstanceDefinitions: [ // InstanceDefinitions
|
|
50
|
+
* { // InstanceDefinition
|
|
51
|
+
* InstanceType: "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "c6g.medium" || "c6g.large" || "c6g.xlarge" || "c6g.2xlarge" || "c6g.4xlarge" || "c6g.8xlarge" || "c6g.12xlarge" || "c6g.16xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "r6g.medium" || "r6g.large" || "r6g.xlarge" || "r6g.2xlarge" || "r6g.4xlarge" || "r6g.8xlarge" || "r6g.12xlarge" || "r6g.16xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "m6g.medium" || "m6g.large" || "m6g.xlarge" || "m6g.2xlarge" || "m6g.4xlarge" || "m6g.8xlarge" || "m6g.12xlarge" || "m6g.16xlarge", // required
|
|
52
|
+
* WeightedCapacity: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
|
|
56
|
+
* BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
|
|
57
|
+
* };
|
|
46
58
|
* const command = new UpdateGameServerGroupCommand(input);
|
|
47
59
|
* const response = await client.send(command);
|
|
48
60
|
* ```
|
|
@@ -32,6 +32,13 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput,
|
|
|
32
32
|
* import { GameLiftClient, UpdateGameSessionCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
33
33
|
* // const { GameLiftClient, UpdateGameSessionCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
34
34
|
* const client = new GameLiftClient(config);
|
|
35
|
+
* const input = { // UpdateGameSessionInput
|
|
36
|
+
* GameSessionId: "STRING_VALUE", // required
|
|
37
|
+
* MaximumPlayerSessionCount: Number("int"),
|
|
38
|
+
* Name: "STRING_VALUE",
|
|
39
|
+
* PlayerSessionCreationPolicy: "ACCEPT_ALL" || "DENY_ALL",
|
|
40
|
+
* ProtectionPolicy: "NoProtection" || "FullProtection",
|
|
41
|
+
* };
|
|
35
42
|
* const command = new UpdateGameSessionCommand(input);
|
|
36
43
|
* const response = await client.send(command);
|
|
37
44
|
* ```
|
|
@@ -36,6 +36,36 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu
|
|
|
36
36
|
* import { GameLiftClient, UpdateGameSessionQueueCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
37
37
|
* // const { GameLiftClient, UpdateGameSessionQueueCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
38
38
|
* const client = new GameLiftClient(config);
|
|
39
|
+
* const input = { // UpdateGameSessionQueueInput
|
|
40
|
+
* Name: "STRING_VALUE", // required
|
|
41
|
+
* TimeoutInSeconds: Number("int"),
|
|
42
|
+
* PlayerLatencyPolicies: [ // PlayerLatencyPolicyList
|
|
43
|
+
* { // PlayerLatencyPolicy
|
|
44
|
+
* MaximumIndividualPlayerLatencyMilliseconds: Number("int"),
|
|
45
|
+
* PolicyDurationSeconds: Number("int"),
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* Destinations: [ // GameSessionQueueDestinationList
|
|
49
|
+
* { // GameSessionQueueDestination
|
|
50
|
+
* DestinationArn: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* FilterConfiguration: { // FilterConfiguration
|
|
54
|
+
* AllowedLocations: [ // LocationList
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* PriorityConfiguration: { // PriorityConfiguration
|
|
59
|
+
* PriorityOrder: [ // PriorityTypeList
|
|
60
|
+
* "LATENCY" || "COST" || "DESTINATION" || "LOCATION",
|
|
61
|
+
* ],
|
|
62
|
+
* LocationOrder: [
|
|
63
|
+
* "STRING_VALUE",
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* CustomEventData: "STRING_VALUE",
|
|
67
|
+
* NotificationTarget: "STRING_VALUE",
|
|
68
|
+
* };
|
|
39
69
|
* const command = new UpdateGameSessionQueueCommand(input);
|
|
40
70
|
* const response = await client.send(command);
|
|
41
71
|
* ```
|
|
@@ -35,6 +35,29 @@ export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatch
|
|
|
35
35
|
* import { GameLiftClient, UpdateMatchmakingConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
36
36
|
* // const { GameLiftClient, UpdateMatchmakingConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
37
37
|
* const client = new GameLiftClient(config);
|
|
38
|
+
* const input = { // UpdateMatchmakingConfigurationInput
|
|
39
|
+
* Name: "STRING_VALUE", // required
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
|
+
* GameSessionQueueArns: [ // QueueArnsList
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* RequestTimeoutSeconds: Number("int"),
|
|
45
|
+
* AcceptanceTimeoutSeconds: Number("int"),
|
|
46
|
+
* AcceptanceRequired: true || false,
|
|
47
|
+
* RuleSetName: "STRING_VALUE",
|
|
48
|
+
* NotificationTarget: "STRING_VALUE",
|
|
49
|
+
* AdditionalPlayerCount: Number("int"),
|
|
50
|
+
* CustomEventData: "STRING_VALUE",
|
|
51
|
+
* GameProperties: [ // GamePropertyList
|
|
52
|
+
* { // GameProperty
|
|
53
|
+
* Key: "STRING_VALUE", // required
|
|
54
|
+
* Value: "STRING_VALUE", // required
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* GameSessionData: "STRING_VALUE",
|
|
58
|
+
* BackfillMode: "AUTOMATIC" || "MANUAL",
|
|
59
|
+
* FlexMatchMode: "STANDALONE" || "WITH_QUEUE",
|
|
60
|
+
* };
|
|
38
61
|
* const command = new UpdateMatchmakingConfigurationCommand(input);
|
|
39
62
|
* const response = await client.send(command);
|
|
40
63
|
* ```
|
|
@@ -44,6 +44,20 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
|
|
|
44
44
|
* import { GameLiftClient, UpdateRuntimeConfigurationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
45
45
|
* // const { GameLiftClient, UpdateRuntimeConfigurationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
46
46
|
* const client = new GameLiftClient(config);
|
|
47
|
+
* const input = { // UpdateRuntimeConfigurationInput
|
|
48
|
+
* FleetId: "STRING_VALUE", // required
|
|
49
|
+
* RuntimeConfiguration: { // RuntimeConfiguration
|
|
50
|
+
* ServerProcesses: [ // ServerProcessList
|
|
51
|
+
* { // ServerProcess
|
|
52
|
+
* LaunchPath: "STRING_VALUE", // required
|
|
53
|
+
* Parameters: "STRING_VALUE",
|
|
54
|
+
* ConcurrentExecutions: Number("int"), // required
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* MaxConcurrentGameSessionActivations: Number("int"),
|
|
58
|
+
* GameSessionActivationTimeoutSeconds: Number("int"),
|
|
59
|
+
* },
|
|
60
|
+
* };
|
|
47
61
|
* const command = new UpdateRuntimeConfigurationCommand(input);
|
|
48
62
|
* const response = await client.send(command);
|
|
49
63
|
* ```
|
|
@@ -47,6 +47,18 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
|
|
|
47
47
|
* import { GameLiftClient, UpdateScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
48
48
|
* // const { GameLiftClient, UpdateScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
49
49
|
* const client = new GameLiftClient(config);
|
|
50
|
+
* const input = { // UpdateScriptInput
|
|
51
|
+
* ScriptId: "STRING_VALUE", // required
|
|
52
|
+
* Name: "STRING_VALUE",
|
|
53
|
+
* Version: "STRING_VALUE",
|
|
54
|
+
* StorageLocation: { // S3Location
|
|
55
|
+
* Bucket: "STRING_VALUE",
|
|
56
|
+
* Key: "STRING_VALUE",
|
|
57
|
+
* RoleArn: "STRING_VALUE",
|
|
58
|
+
* ObjectVersion: "STRING_VALUE",
|
|
59
|
+
* },
|
|
60
|
+
* ZipFile: "BLOB_VALUE",
|
|
61
|
+
* };
|
|
50
62
|
* const command = new UpdateScriptCommand(input);
|
|
51
63
|
* const response = await client.send(command);
|
|
52
64
|
* ```
|
|
@@ -39,6 +39,9 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
|
|
|
39
39
|
* import { GameLiftClient, ValidateMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
40
40
|
* // const { GameLiftClient, ValidateMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
41
41
|
* const client = new GameLiftClient(config);
|
|
42
|
+
* const input = { // ValidateMatchmakingRuleSetInput
|
|
43
|
+
* RuleSetBody: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
42
45
|
* const command = new ValidateMatchmakingRuleSetCommand(input);
|
|
43
46
|
* const response = await client.send(command);
|
|
44
47
|
* ```
|
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.301.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,9 +21,9 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|