@aws-sdk/client-gamelift 3.186.0 → 3.190.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/CHANGELOG.md +16 -0
- package/dist-es/GameLift.js +382 -389
- package/dist-es/GameLiftClient.js +22 -28
- package/dist-es/commands/AcceptMatchCommand.js +21 -28
- package/dist-es/commands/ClaimGameServerCommand.js +21 -28
- package/dist-es/commands/CreateAliasCommand.js +21 -28
- package/dist-es/commands/CreateBuildCommand.js +21 -28
- package/dist-es/commands/CreateFleetCommand.js +21 -28
- package/dist-es/commands/CreateFleetLocationsCommand.js +21 -28
- package/dist-es/commands/CreateGameServerGroupCommand.js +21 -28
- package/dist-es/commands/CreateGameSessionCommand.js +21 -28
- package/dist-es/commands/CreateGameSessionQueueCommand.js +21 -28
- package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +21 -28
- package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +21 -28
- package/dist-es/commands/CreatePlayerSessionCommand.js +21 -28
- package/dist-es/commands/CreatePlayerSessionsCommand.js +21 -28
- package/dist-es/commands/CreateScriptCommand.js +21 -28
- package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +21 -28
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteAliasCommand.js +22 -29
- package/dist-es/commands/DeleteBuildCommand.js +22 -29
- package/dist-es/commands/DeleteFleetCommand.js +22 -29
- package/dist-es/commands/DeleteFleetLocationsCommand.js +21 -28
- package/dist-es/commands/DeleteGameServerGroupCommand.js +21 -28
- package/dist-es/commands/DeleteGameSessionQueueCommand.js +21 -28
- package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +21 -28
- package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +21 -28
- package/dist-es/commands/DeleteScalingPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteScriptCommand.js +22 -29
- package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +21 -28
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +21 -28
- package/dist-es/commands/DeregisterGameServerCommand.js +22 -29
- package/dist-es/commands/DescribeAliasCommand.js +21 -28
- package/dist-es/commands/DescribeBuildCommand.js +21 -28
- package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +21 -28
- package/dist-es/commands/DescribeFleetAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeFleetCapacityCommand.js +21 -28
- package/dist-es/commands/DescribeFleetEventsCommand.js +21 -28
- package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +21 -28
- package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +21 -28
- package/dist-es/commands/DescribeFleetPortSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeFleetUtilizationCommand.js +21 -28
- package/dist-es/commands/DescribeGameServerCommand.js +21 -28
- package/dist-es/commands/DescribeGameServerGroupCommand.js +21 -28
- package/dist-es/commands/DescribeGameServerInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeGameSessionDetailsCommand.js +21 -28
- package/dist-es/commands/DescribeGameSessionPlacementCommand.js +21 -28
- package/dist-es/commands/DescribeGameSessionQueuesCommand.js +21 -28
- package/dist-es/commands/DescribeGameSessionsCommand.js +21 -28
- package/dist-es/commands/DescribeInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeMatchmakingCommand.js +21 -28
- package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +21 -28
- package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +21 -28
- package/dist-es/commands/DescribePlayerSessionsCommand.js +21 -28
- package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +21 -28
- package/dist-es/commands/DescribeScriptCommand.js +21 -28
- package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +21 -28
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +21 -28
- package/dist-es/commands/GetGameSessionLogUrlCommand.js +21 -28
- package/dist-es/commands/GetInstanceAccessCommand.js +21 -28
- package/dist-es/commands/ListAliasesCommand.js +21 -28
- package/dist-es/commands/ListBuildsCommand.js +21 -28
- package/dist-es/commands/ListFleetsCommand.js +21 -28
- package/dist-es/commands/ListGameServerGroupsCommand.js +21 -28
- package/dist-es/commands/ListGameServersCommand.js +21 -28
- package/dist-es/commands/ListScriptsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/PutScalingPolicyCommand.js +21 -28
- package/dist-es/commands/RegisterGameServerCommand.js +21 -28
- package/dist-es/commands/RequestUploadCredentialsCommand.js +21 -28
- package/dist-es/commands/ResolveAliasCommand.js +21 -28
- package/dist-es/commands/ResumeGameServerGroupCommand.js +21 -28
- package/dist-es/commands/SearchGameSessionsCommand.js +21 -28
- package/dist-es/commands/StartFleetActionsCommand.js +21 -28
- package/dist-es/commands/StartGameSessionPlacementCommand.js +21 -28
- package/dist-es/commands/StartMatchBackfillCommand.js +21 -28
- package/dist-es/commands/StartMatchmakingCommand.js +21 -28
- package/dist-es/commands/StopFleetActionsCommand.js +21 -28
- package/dist-es/commands/StopGameSessionPlacementCommand.js +21 -28
- package/dist-es/commands/StopMatchmakingCommand.js +21 -28
- package/dist-es/commands/SuspendGameServerGroupCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateAliasCommand.js +21 -28
- package/dist-es/commands/UpdateBuildCommand.js +21 -28
- package/dist-es/commands/UpdateFleetAttributesCommand.js +21 -28
- package/dist-es/commands/UpdateFleetCapacityCommand.js +21 -28
- package/dist-es/commands/UpdateFleetPortSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateGameServerCommand.js +21 -28
- package/dist-es/commands/UpdateGameServerGroupCommand.js +21 -28
- package/dist-es/commands/UpdateGameSessionCommand.js +21 -28
- package/dist-es/commands/UpdateGameSessionQueueCommand.js +21 -28
- package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateScriptCommand.js +21 -28
- package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/GameLiftServiceException.js +5 -10
- package/dist-es/models/models_0.js +904 -421
- package/dist-es/pagination/DescribeFleetAttributesPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetCapacityPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +25 -68
- package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +25 -68
- package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +25 -68
- package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +25 -68
- package/dist-es/pagination/DescribeGameSessionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +25 -68
- package/dist-es/pagination/DescribePlayerSessionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListAliasesPaginator.js +25 -68
- package/dist-es/pagination/ListBuildsPaginator.js +25 -68
- package/dist-es/pagination/ListFleetsPaginator.js +25 -68
- package/dist-es/pagination/ListGameServerGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListGameServersPaginator.js +25 -68
- package/dist-es/pagination/ListScriptsPaginator.js +25 -68
- package/dist-es/pagination/SearchGameSessionsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +6509 -8273
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-gamelift
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-gamelift
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-gamelift
|