@aws-sdk/client-gamelift 3.316.0 → 3.317.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.
Files changed (112) hide show
  1. package/README.md +13 -13
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +1 -0
  4. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  5. package/dist-es/endpoint/ruleset.js +3 -3
  6. package/dist-es/models/models_0.js +1 -0
  7. package/dist-es/protocols/Aws_json1_1.js +3 -0
  8. package/dist-types/GameLift.d.ts +20 -20
  9. package/dist-types/GameLiftClient.d.ts +20 -20
  10. package/dist-types/commands/AcceptMatchCommand.d.ts +6 -6
  11. package/dist-types/commands/ClaimGameServerCommand.d.ts +16 -16
  12. package/dist-types/commands/CreateAliasCommand.d.ts +5 -5
  13. package/dist-types/commands/CreateBuildCommand.d.ts +16 -16
  14. package/dist-types/commands/CreateFleetCommand.d.ts +13 -13
  15. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +11 -7
  16. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +17 -17
  17. package/dist-types/commands/CreateGameSessionCommand.d.ts +11 -11
  18. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +10 -10
  19. package/dist-types/commands/CreateLocationCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +9 -9
  21. package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +7 -7
  22. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +7 -7
  23. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +8 -8
  24. package/dist-types/commands/CreateScriptCommand.d.ts +11 -12
  25. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +5 -5
  26. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteAliasCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteBuildCommand.d.ts +4 -4
  29. package/dist-types/commands/DeleteFleetCommand.d.ts +4 -4
  30. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +4 -4
  31. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +13 -13
  32. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +2 -2
  35. package/dist-types/commands/DeleteScriptCommand.d.ts +6 -6
  36. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -2
  38. package/dist-types/commands/DeregisterGameServerCommand.d.ts +6 -6
  39. package/dist-types/commands/DescribeAliasCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeBuildCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeComputeCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +15 -15
  43. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +9 -9
  44. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +10 -10
  45. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +7 -7
  47. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -4
  48. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -4
  49. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +7 -7
  50. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +10 -10
  51. package/dist-types/commands/DescribeGameServerCommand.d.ts +6 -6
  52. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +7 -7
  53. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +8 -8
  54. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +8 -8
  55. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +2 -2
  56. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +3 -3
  57. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +10 -10
  58. package/dist-types/commands/DescribeInstancesCommand.d.ts +12 -12
  59. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +6 -6
  60. package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +4 -4
  61. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +9 -9
  63. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +5 -5
  64. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +2 -2
  65. package/dist-types/commands/DescribeScriptCommand.d.ts +6 -6
  66. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -2
  68. package/dist-types/commands/GetComputeAccessCommand.d.ts +7 -7
  69. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +4 -4
  70. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +4 -4
  71. package/dist-types/commands/GetInstanceAccessCommand.d.ts +9 -9
  72. package/dist-types/commands/ListAliasesCommand.d.ts +4 -4
  73. package/dist-types/commands/ListBuildsCommand.d.ts +5 -5
  74. package/dist-types/commands/ListFleetsCommand.d.ts +10 -10
  75. package/dist-types/commands/ListGameServersCommand.d.ts +5 -5
  76. package/dist-types/commands/ListScriptsCommand.d.ts +5 -5
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -31
  78. package/dist-types/commands/PutScalingPolicyCommand.d.ts +14 -14
  79. package/dist-types/commands/RegisterComputeCommand.d.ts +5 -5
  80. package/dist-types/commands/RegisterGameServerCommand.d.ts +10 -10
  81. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +5 -5
  82. package/dist-types/commands/ResolveAliasCommand.d.ts +2 -2
  83. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +6 -6
  84. package/dist-types/commands/SearchGameSessionsCommand.d.ts +20 -20
  85. package/dist-types/commands/StartFleetActionsCommand.d.ts +6 -6
  86. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +11 -11
  87. package/dist-types/commands/StartMatchBackfillCommand.d.ts +9 -9
  88. package/dist-types/commands/StartMatchmakingCommand.d.ts +8 -8
  89. package/dist-types/commands/StopFleetActionsCommand.d.ts +7 -7
  90. package/dist-types/commands/StopMatchmakingCommand.d.ts +5 -5
  91. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +8 -8
  92. package/dist-types/commands/TagResourceCommand.d.ts +10 -34
  93. package/dist-types/commands/UntagResourceCommand.d.ts +10 -34
  94. package/dist-types/commands/UpdateAliasCommand.d.ts +2 -2
  95. package/dist-types/commands/UpdateBuildCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +5 -5
  97. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +10 -10
  98. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +5 -5
  99. package/dist-types/commands/UpdateGameServerCommand.d.ts +12 -12
  100. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +8 -8
  101. package/dist-types/commands/UpdateGameSessionCommand.d.ts +5 -5
  102. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +3 -3
  103. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +2 -2
  104. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +5 -5
  105. package/dist-types/commands/UpdateScriptCommand.d.ts +8 -8
  106. package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +3 -3
  107. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  108. package/dist-types/models/models_0.d.ts +591 -591
  109. package/dist-types/models/models_1.d.ts +22 -22
  110. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  111. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  112. package/package.json +1 -1
@@ -19,14 +19,14 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Updates the current runtime configuration for the specified fleet, which tells GameLift
22
+ * <p>Updates the current runtime configuration for the specified fleet, which tells Amazon GameLift
23
23
  * how to launch server processes on all instances in the fleet. You can update a fleet's
24
24
  * runtime configuration at any time after the fleet is created; it does not need to be in
25
25
  * <code>ACTIVE</code> status.</p>
26
- * <p>To update runtime configuration, specify the fleet ID and provide a
26
+ * <p>To update runtime configuration, specify the fleet ID and provide a
27
27
  * <code>RuntimeConfiguration</code> with an updated set of server process
28
28
  * configurations.</p>
29
- * <p>If successful, the fleet's runtime configuration settings are updated. Each instance
29
+ * <p>If successful, the fleet's runtime configuration settings are updated. Each instance
30
30
  * in the fleet regularly checks for and retrieves updated runtime configurations.
31
31
  * Instances immediately begin complying with the new configuration by launching new server
32
32
  * processes or not replacing existing processes when they shut down. Updating a fleet's
@@ -34,8 +34,8 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
34
34
  * <p>
35
35
  * <b>Learn more</b>
36
36
  * </p>
37
- * <p>
38
- * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift
37
+ * <p>
38
+ * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up Amazon GameLift
39
39
  * fleets</a>
40
40
  * </p>
41
41
  * @example
@@ -20,26 +20,26 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
20
20
  /**
21
21
  * @public
22
22
  * <p>Updates Realtime script metadata and content.</p>
23
- * <p>To update script metadata, specify the script ID and provide updated name and/or
23
+ * <p>To update script metadata, specify the script ID and provide updated name and/or
24
24
  * version values. </p>
25
- * <p>To update script content, provide an updated zip file by pointing to either a local
25
+ * <p>To update script content, provide an updated zip file by pointing to either a local
26
26
  * file or an Amazon S3 bucket location. You can use either method regardless of how the
27
27
  * original script was uploaded. Use the <i>Version</i> parameter to track
28
28
  * updates to the script.</p>
29
- * <p>If the call is successful, the updated metadata is stored in the script record and a
29
+ * <p>If the call is successful, the updated metadata is stored in the script record and a
30
30
  * revised script is uploaded to the Amazon GameLift service. Once the script is updated and
31
31
  * acquired by a fleet instance, the new version is used for all new game sessions. </p>
32
- * <p>
32
+ * <p>
33
33
  * <b>Learn more</b>
34
34
  * </p>
35
- * <p>
35
+ * <p>
36
36
  * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/realtime-intro.html">Amazon GameLift Realtime Servers</a>
37
- * </p>
37
+ * </p>
38
38
  * <p>
39
39
  * <b>Related actions</b>
40
40
  * </p>
41
- * <p>
42
- * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
41
+ * <p>
42
+ * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
43
43
  * </p>
44
44
  * @example
45
45
  * Use a bare-bones client and the command you need to make an API call.
@@ -22,12 +22,12 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
22
22
  * <p>Validates the syntax of a matchmaking rule or rule set. This operation checks that the
23
23
  * rule set is using syntactically correct JSON and that it conforms to allowed property
24
24
  * expressions. To validate syntax, provide a rule set JSON string.</p>
25
- * <p>
25
+ * <p>
26
26
  * <b>Learn more</b>
27
27
  * </p>
28
- * <ul>
28
+ * <ul>
29
29
  * <li>
30
- * <p>
30
+ * <p>
31
31
  * <a href="https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-rulesets.html">Build a rule
32
32
  * set</a>
33
33
  * </p>
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region: string;
15
+ Region?: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;