@aws-sdk/client-gamelift 3.40.0 → 3.45.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 (99) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/AcceptMatchCommand.d.ts +1 -1
  5. package/dist-types/commands/ClaimGameServerCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateBuildCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +1 -1
  15. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +1 -1
  16. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateScriptCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteBuildCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/DeregisterGameServerCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeAliasCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeBuildCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeGameServerCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  61. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
  62. package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
  63. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListGameServersCommand.d.ts +1 -1
  68. package/dist-types/commands/ListScriptsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  70. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  71. package/dist-types/commands/RegisterGameServerCommand.d.ts +1 -1
  72. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  73. package/dist-types/commands/ResolveAliasCommand.d.ts +1 -1
  74. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/SearchGameSessionsCommand.d.ts +1 -1
  76. package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
  77. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  78. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
  79. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  80. package/dist-types/commands/StopFleetActionsCommand.d.ts +1 -1
  81. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  82. package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
  83. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  85. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateBuildCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateGameServerCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateScriptCommand.d.ts +1 -1
  98. package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +1 -1
  99. package/package.json +6 -6
@@ -54,7 +54,7 @@ export interface DescribeMatchmakingCommandOutput extends DescribeMatchmakingOut
54
54
  *
55
55
  * @see {@link DescribeMatchmakingCommandInput} for command's `input` shape.
56
56
  * @see {@link DescribeMatchmakingCommandOutput} for command's `response` shape.
57
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class DescribeMatchmakingCommand extends $Command<DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface DescribeMatchmakingConfigurationsCommandOutput extends Describe
47
47
  *
48
48
  * @see {@link DescribeMatchmakingConfigurationsCommandInput} for command's `input` shape.
49
49
  * @see {@link DescribeMatchmakingConfigurationsCommandOutput} for command's `response` shape.
50
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class DescribeMatchmakingConfigurationsCommand extends $Command<DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput, GameLiftClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface DescribeMatchmakingRuleSetsCommandOutput extends DescribeMatchm
48
48
  *
49
49
  * @see {@link DescribeMatchmakingRuleSetsCommandInput} for command's `input` shape.
50
50
  * @see {@link DescribeMatchmakingRuleSetsCommandOutput} for command's `response` shape.
51
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class DescribeMatchmakingRuleSetsCommand extends $Command<DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput, GameLiftClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface DescribePlayerSessionsCommandOutput extends DescribePlayerSessi
54
54
  *
55
55
  * @see {@link DescribePlayerSessionsCommandInput} for command's `input` shape.
56
56
  * @see {@link DescribePlayerSessionsCommandOutput} for command's `response` shape.
57
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class DescribePlayerSessionsCommand extends $Command<DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface DescribeRuntimeConfigurationCommandOutput extends DescribeRunti
52
52
  *
53
53
  * @see {@link DescribeRuntimeConfigurationCommandInput} for command's `input` shape.
54
54
  * @see {@link DescribeRuntimeConfigurationCommandOutput} for command's `response` shape.
55
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class DescribeRuntimeConfigurationCommand extends $Command<DescribeRuntimeConfigurationCommandInput, DescribeRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
42
42
  *
43
43
  * @see {@link DescribeScalingPoliciesCommandInput} for command's `input` shape.
44
44
  * @see {@link DescribeScalingPoliciesCommandOutput} for command's `response` shape.
45
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class DescribeScalingPoliciesCommand extends $Command<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, GameLiftClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DescribeScriptCommandOutput extends DescribeScriptOutput, __Met
39
39
  *
40
40
  * @see {@link DescribeScriptCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeScriptCommandOutput} for command's `response` shape.
42
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DescribeScriptCommand extends $Command<DescribeScriptCommandInput, DescribeScriptCommandOutput, GameLiftClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DescribeVpcPeeringAuthorizationsCommandOutput extends DescribeV
34
34
  *
35
35
  * @see {@link DescribeVpcPeeringAuthorizationsCommandInput} for command's `input` shape.
36
36
  * @see {@link DescribeVpcPeeringAuthorizationsCommandOutput} for command's `response` shape.
37
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class DescribeVpcPeeringAuthorizationsCommand extends $Command<DescribeVpcPeeringAuthorizationsCommandInput, DescribeVpcPeeringAuthorizationsCommandOutput, GameLiftClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DescribeVpcPeeringConnectionsCommandOutput extends DescribeVpcP
38
38
  *
39
39
  * @see {@link DescribeVpcPeeringConnectionsCommandInput} for command's `input` shape.
40
40
  * @see {@link DescribeVpcPeeringConnectionsCommandOutput} for command's `response` shape.
41
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class DescribeVpcPeeringConnectionsCommand extends $Command<DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface GetGameSessionLogUrlCommandOutput extends GetGameSessionLogUrlO
42
42
  *
43
43
  * @see {@link GetGameSessionLogUrlCommandInput} for command's `input` shape.
44
44
  * @see {@link GetGameSessionLogUrlCommandOutput} for command's `response` shape.
45
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class GetGameSessionLogUrlCommand extends $Command<GetGameSessionLogUrlCommandInput, GetGameSessionLogUrlCommandOutput, GameLiftClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput,
54
54
  *
55
55
  * @see {@link GetInstanceAccessCommandInput} for command's `input` shape.
56
56
  * @see {@link GetInstanceAccessCommandOutput} for command's `response` shape.
57
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class GetInstanceAccessCommand extends $Command<GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput, GameLiftClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB
37
37
  *
38
38
  * @see {@link ListAliasesCommandInput} for command's `input` shape.
39
39
  * @see {@link ListAliasesCommandOutput} for command's `response` shape.
40
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, GameLiftClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
44
44
  *
45
45
  * @see {@link ListBuildsCommandInput} for command's `input` shape.
46
46
  * @see {@link ListBuildsCommandOutput} for command's `response` shape.
47
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, GameLiftClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBea
66
66
  *
67
67
  * @see {@link ListFleetsCommandInput} for command's `input` shape.
68
68
  * @see {@link ListFleetsCommandOutput} for command's `response` shape.
69
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class ListFleetsCommand extends $Command<ListFleetsCommandInput, ListFleetsCommandOutput, GameLiftClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface ListGameServerGroupsCommandOutput extends ListGameServerGroupsO
45
45
  *
46
46
  * @see {@link ListGameServerGroupsCommandInput} for command's `input` shape.
47
47
  * @see {@link ListGameServerGroupsCommandOutput} for command's `response` shape.
48
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class ListGameServerGroupsCommand extends $Command<ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput, GameLiftClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface ListGameServersCommandOutput extends ListGameServersOutput, __M
43
43
  *
44
44
  * @see {@link ListGameServersCommandInput} for command's `input` shape.
45
45
  * @see {@link ListGameServersCommandOutput} for command's `response` shape.
46
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class ListGameServersCommand extends $Command<ListGameServersCommandInput, ListGameServersCommandOutput, GameLiftClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface ListScriptsCommandOutput extends ListScriptsOutput, __MetadataB
37
37
  *
38
38
  * @see {@link ListScriptsCommandInput} for command's `input` shape.
39
39
  * @see {@link ListScriptsCommandOutput} for command's `response` shape.
40
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class ListScriptsCommand extends $Command<ListScriptsCommandInput, ListScriptsCommandOutput, GameLiftClientResolvedConfig> {
@@ -68,7 +68,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
68
68
  *
69
69
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
70
70
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
71
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
71
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
72
72
  *
73
73
  */
74
74
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftClientResolvedConfig> {
@@ -96,7 +96,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, _
96
96
  *
97
97
  * @see {@link PutScalingPolicyCommandInput} for command's `input` shape.
98
98
  * @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
99
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
99
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
100
100
  *
101
101
  */
102
102
  export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface RegisterGameServerCommandOutput extends RegisterGameServerOutpu
54
54
  *
55
55
  * @see {@link RegisterGameServerCommandInput} for command's `input` shape.
56
56
  * @see {@link RegisterGameServerCommandOutput} for command's `response` shape.
57
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class RegisterGameServerCommand extends $Command<RegisterGameServerCommandInput, RegisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface RequestUploadCredentialsCommandOutput extends RequestUploadCred
43
43
  *
44
44
  * @see {@link RequestUploadCredentialsCommandInput} for command's `input` shape.
45
45
  * @see {@link RequestUploadCredentialsCommandOutput} for command's `response` shape.
46
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class RequestUploadCredentialsCommand extends $Command<RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput, GameLiftClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __Metadat
32
32
  *
33
33
  * @see {@link ResolveAliasCommandInput} for command's `input` shape.
34
34
  * @see {@link ResolveAliasCommandOutput} for command's `response` shape.
35
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class ResolveAliasCommand extends $Command<ResolveAliasCommandInput, ResolveAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGrou
51
51
  *
52
52
  * @see {@link ResumeGameServerGroupCommandInput} for command's `input` shape.
53
53
  * @see {@link ResumeGameServerGroupCommandOutput} for command's `response` shape.
54
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class ResumeGameServerGroupCommand extends $Command<ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -116,7 +116,7 @@ export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutpu
116
116
  *
117
117
  * @see {@link SearchGameSessionsCommandInput} for command's `input` shape.
118
118
  * @see {@link SearchGameSessionsCommandOutput} for command's `response` shape.
119
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
119
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
120
120
  *
121
121
  */
122
122
  export declare class SearchGameSessionsCommand extends $Command<SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput,
57
57
  *
58
58
  * @see {@link StartFleetActionsCommandInput} for command's `input` shape.
59
59
  * @see {@link StartFleetActionsCommandOutput} for command's `response` shape.
60
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class StartFleetActionsCommand extends $Command<StartFleetActionsCommandInput, StartFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -74,7 +74,7 @@ export interface StartGameSessionPlacementCommandOutput extends StartGameSession
74
74
  *
75
75
  * @see {@link StartGameSessionPlacementCommandInput} for command's `input` shape.
76
76
  * @see {@link StartGameSessionPlacementCommandOutput} for command's `response` shape.
77
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
77
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
78
78
  *
79
79
  */
80
80
  export declare class StartGameSessionPlacementCommand extends $Command<StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutpu
66
66
  *
67
67
  * @see {@link StartMatchBackfillCommandInput} for command's `input` shape.
68
68
  * @see {@link StartMatchBackfillCommandOutput} for command's `response` shape.
69
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class StartMatchBackfillCommand extends $Command<StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput, GameLiftClientResolvedConfig> {
@@ -60,7 +60,7 @@ export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, _
60
60
  *
61
61
  * @see {@link StartMatchmakingCommandInput} for command's `input` shape.
62
62
  * @see {@link StartMatchmakingCommandOutput} for command's `response` shape.
63
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
63
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
64
64
  *
65
65
  */
66
66
  export declare class StartMatchmakingCommand extends $Command<StartMatchmakingCommandInput, StartMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
@@ -62,7 +62,7 @@ export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, _
62
62
  *
63
63
  * @see {@link StopFleetActionsCommandInput} for command's `input` shape.
64
64
  * @see {@link StopFleetActionsCommandOutput} for command's `response` shape.
65
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
65
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
66
66
  *
67
67
  */
68
68
  export declare class StopFleetActionsCommand extends $Command<StopFleetActionsCommandInput, StopFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface StopGameSessionPlacementCommandOutput extends StopGameSessionPl
37
37
  *
38
38
  * @see {@link StopGameSessionPlacementCommandInput} for command's `input` shape.
39
39
  * @see {@link StopGameSessionPlacementCommandOutput} for command's `response` shape.
40
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class StopGameSessionPlacementCommand extends $Command<StopGameSessionPlacementCommandInput, StopGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __M
49
49
  *
50
50
  * @see {@link StopMatchmakingCommandInput} for command's `input` shape.
51
51
  * @see {@link StopMatchmakingCommandOutput} for command's `response` shape.
52
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class StopMatchmakingCommand extends $Command<StopMatchmakingCommandInput, StopMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface SuspendGameServerGroupCommandOutput extends SuspendGameServerGr
61
61
  *
62
62
  * @see {@link SuspendGameServerGroupCommandInput} for command's `input` shape.
63
63
  * @see {@link SuspendGameServerGroupCommandOutput} for command's `response` shape.
64
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class SuspendGameServerGroupCommand extends $Command<SuspendGameServerGroupCommandInput, SuspendGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
70
70
  *
71
71
  * @see {@link TagResourceCommandInput} for command's `input` shape.
72
72
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
73
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
73
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
74
74
  *
75
75
  */
76
76
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GameLiftClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
70
70
  *
71
71
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
72
72
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
73
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
73
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
74
74
  *
75
75
  */
76
76
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GameLiftClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
35
35
  *
36
36
  * @see {@link UpdateAliasCommandInput} for command's `input` shape.
37
37
  * @see {@link UpdateAliasCommandOutput} for command's `response` shape.
38
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
40
40
  *
41
41
  * @see {@link UpdateBuildCommandInput} for command's `input` shape.
42
42
  * @see {@link UpdateBuildCommandOutput} for command's `response` shape.
43
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class UpdateBuildCommand extends $Command<UpdateBuildCommandInput, UpdateBuildCommandOutput, GameLiftClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface UpdateFleetAttributesCommandOutput extends UpdateFleetAttribute
47
47
  *
48
48
  * @see {@link UpdateFleetAttributesCommandInput} for command's `input` shape.
49
49
  * @see {@link UpdateFleetAttributesCommandOutput} for command's `response` shape.
50
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class UpdateFleetAttributesCommand extends $Command<UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
@@ -80,7 +80,7 @@ export interface UpdateFleetCapacityCommandOutput extends UpdateFleetCapacityOut
80
80
  *
81
81
  * @see {@link UpdateFleetCapacityCommandInput} for command's `input` shape.
82
82
  * @see {@link UpdateFleetCapacityCommandOutput} for command's `response` shape.
83
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
83
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
84
84
  *
85
85
  */
86
86
  export declare class UpdateFleetCapacityCommand extends $Command<UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput, GameLiftClientResolvedConfig> {
@@ -53,7 +53,7 @@ export interface UpdateFleetPortSettingsCommandOutput extends UpdateFleetPortSet
53
53
  *
54
54
  * @see {@link UpdateFleetPortSettingsCommandInput} for command's `input` shape.
55
55
  * @see {@link UpdateFleetPortSettingsCommandOutput} for command's `response` shape.
56
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
56
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
57
57
  *
58
58
  */
59
59
  export declare class UpdateFleetPortSettingsCommand extends $Command<UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig> {
@@ -65,7 +65,7 @@ export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, _
65
65
  *
66
66
  * @see {@link UpdateGameServerCommandInput} for command's `input` shape.
67
67
  * @see {@link UpdateGameServerCommandOutput} for command's `response` shape.
68
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
68
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
69
69
  *
70
70
  */
71
71
  export declare class UpdateGameServerCommand extends $Command<UpdateGameServerCommandInput, UpdateGameServerCommandOutput, GameLiftClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou
49
49
  *
50
50
  * @see {@link UpdateGameServerGroupCommandInput} for command's `input` shape.
51
51
  * @see {@link UpdateGameServerGroupCommandOutput} for command's `response` shape.
52
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
52
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
53
53
  *
54
54
  */
55
55
  export declare class UpdateGameServerGroupCommand extends $Command<UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput,
38
38
  *
39
39
  * @see {@link UpdateGameSessionCommandInput} for command's `input` shape.
40
40
  * @see {@link UpdateGameSessionCommandOutput} for command's `response` shape.
41
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class UpdateGameSessionCommand extends $Command<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu
40
40
  *
41
41
  * @see {@link UpdateGameSessionQueueCommandInput} for command's `input` shape.
42
42
  * @see {@link UpdateGameSessionQueueCommandOutput} for command's `response` shape.
43
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class UpdateGameSessionQueueCommand extends $Command<UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatch
43
43
  *
44
44
  * @see {@link UpdateMatchmakingConfigurationCommandInput} for command's `input` shape.
45
45
  * @see {@link UpdateMatchmakingConfigurationCommandOutput} for command's `response` shape.
46
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class UpdateMatchmakingConfigurationCommand extends $Command<UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
54
54
  *
55
55
  * @see {@link UpdateRuntimeConfigurationCommandInput} for command's `input` shape.
56
56
  * @see {@link UpdateRuntimeConfigurationCommandOutput} for command's `response` shape.
57
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class UpdateRuntimeConfigurationCommand extends $Command<UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
46
46
  *
47
47
  * @see {@link UpdateScriptCommandInput} for command's `input` shape.
48
48
  * @see {@link UpdateScriptCommandOutput} for command's `response` shape.
49
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class UpdateScriptCommand extends $Command<UpdateScriptCommandInput, UpdateScriptCommandOutput, GameLiftClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
47
47
  *
48
48
  * @see {@link ValidateMatchmakingRuleSetCommandInput} for command's `input` shape.
49
49
  * @see {@link ValidateMatchmakingRuleSetCommandOutput} for command's `response` shape.
50
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class ValidateMatchmakingRuleSetCommand extends $Command<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",