@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-gamelift
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-gamelift
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -14,6 +14,7 @@ const partitionHash = {
14
14
  "ap-south-1",
15
15
  "ap-southeast-1",
16
16
  "ap-southeast-2",
17
+ "ap-southeast-3",
17
18
  "ca-central-1",
18
19
  "eu-central-1",
19
20
  "eu-north-1",
@@ -78,6 +79,10 @@ const partitionHash = {
78
79
  hostname: "gamelift.{region}.c2s.ic.gov",
79
80
  tags: [],
80
81
  },
82
+ {
83
+ hostname: "gamelift-fips.{region}.c2s.ic.gov",
84
+ tags: ["fips"],
85
+ },
81
86
  ],
82
87
  },
83
88
  "aws-iso-b": {
@@ -88,6 +93,10 @@ const partitionHash = {
88
93
  hostname: "gamelift.{region}.sc2s.sgov.gov",
89
94
  tags: [],
90
95
  },
96
+ {
97
+ hostname: "gamelift-fips.{region}.sc2s.sgov.gov",
98
+ tags: ["fips"],
99
+ },
91
100
  ],
92
101
  },
93
102
  "aws-us-gov": {
@@ -12,6 +12,7 @@ var partitionHash = {
12
12
  "ap-south-1",
13
13
  "ap-southeast-1",
14
14
  "ap-southeast-2",
15
+ "ap-southeast-3",
15
16
  "ca-central-1",
16
17
  "eu-central-1",
17
18
  "eu-north-1",
@@ -76,6 +77,10 @@ var partitionHash = {
76
77
  hostname: "gamelift.{region}.c2s.ic.gov",
77
78
  tags: [],
78
79
  },
80
+ {
81
+ hostname: "gamelift-fips.{region}.c2s.ic.gov",
82
+ tags: ["fips"],
83
+ },
79
84
  ],
80
85
  },
81
86
  "aws-iso-b": {
@@ -86,6 +91,10 @@ var partitionHash = {
86
91
  hostname: "gamelift.{region}.sc2s.sgov.gov",
87
92
  tags: [],
88
93
  },
94
+ {
95
+ hostname: "gamelift-fips.{region}.sc2s.sgov.gov",
96
+ tags: ["fips"],
97
+ },
89
98
  ],
90
99
  },
91
100
  "aws-us-gov": {
@@ -58,7 +58,7 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB
58
58
  *
59
59
  * @see {@link AcceptMatchCommandInput} for command's `input` shape.
60
60
  * @see {@link AcceptMatchCommandOutput} for command's `response` shape.
61
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class AcceptMatchCommand extends $Command<AcceptMatchCommandInput, AcceptMatchCommandOutput, GameLiftClientResolvedConfig> {
@@ -72,7 +72,7 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
72
72
  *
73
73
  * @see {@link ClaimGameServerCommandInput} for command's `input` shape.
74
74
  * @see {@link ClaimGameServerCommandOutput} for command's `response` shape.
75
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
75
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
76
76
  *
77
77
  */
78
78
  export declare class ClaimGameServerCommand extends $Command<ClaimGameServerCommandInput, ClaimGameServerCommandOutput, GameLiftClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB
45
45
  *
46
46
  * @see {@link CreateAliasCommandInput} for command's `input` shape.
47
47
  * @see {@link CreateAliasCommandOutput} 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 CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -73,7 +73,7 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
73
73
  *
74
74
  * @see {@link CreateBuildCommandInput} for command's `input` shape.
75
75
  * @see {@link CreateBuildCommandOutput} for command's `response` shape.
76
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
76
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
77
77
  *
78
78
  */
79
79
  export declare class CreateBuildCommand extends $Command<CreateBuildCommandInput, CreateBuildCommandOutput, GameLiftClientResolvedConfig> {
@@ -71,7 +71,7 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
71
71
  *
72
72
  * @see {@link CreateFleetCommandInput} for command's `input` shape.
73
73
  * @see {@link CreateFleetCommandOutput} for command's `response` shape.
74
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
74
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
75
75
  *
76
76
  */
77
77
  export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, GameLiftClientResolvedConfig> {
@@ -62,7 +62,7 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
62
62
  *
63
63
  * @see {@link CreateFleetLocationsCommandInput} for command's `input` shape.
64
64
  * @see {@link CreateFleetLocationsCommandOutput} 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 CreateFleetLocationsCommand extends $Command<CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
@@ -73,7 +73,7 @@ export interface CreateGameServerGroupCommandOutput extends CreateGameServerGrou
73
73
  *
74
74
  * @see {@link CreateGameServerGroupCommandInput} for command's `input` shape.
75
75
  * @see {@link CreateGameServerGroupCommandOutput} for command's `response` shape.
76
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
76
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
77
77
  *
78
78
  */
79
79
  export declare class CreateGameServerGroupCommand extends $Command<CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -73,7 +73,7 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput,
73
73
  *
74
74
  * @see {@link CreateGameSessionCommandInput} for command's `input` shape.
75
75
  * @see {@link CreateGameSessionCommandOutput} for command's `response` shape.
76
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
76
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
77
77
  *
78
78
  */
79
79
  export declare class CreateGameSessionCommand extends $Command<CreateGameSessionCommandInput, CreateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
@@ -63,7 +63,7 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu
63
63
  *
64
64
  * @see {@link CreateGameSessionQueueCommandInput} for command's `input` shape.
65
65
  * @see {@link CreateGameSessionQueueCommandOutput} for command's `response` shape.
66
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
66
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
67
67
  *
68
68
  */
69
69
  export declare class CreateGameSessionQueueCommand extends $Command<CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface CreateMatchmakingConfigurationCommandOutput extends CreateMatch
61
61
  *
62
62
  * @see {@link CreateMatchmakingConfigurationCommandInput} for command's `input` shape.
63
63
  * @see {@link CreateMatchmakingConfigurationCommandOutput} 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 CreateMatchmakingConfigurationCommand extends $Command<CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmaking
66
66
  *
67
67
  * @see {@link CreateMatchmakingRuleSetCommandInput} for command's `input` shape.
68
68
  * @see {@link CreateMatchmakingRuleSetCommandOutput} 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 CreateMatchmakingRuleSetCommand extends $Command<CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut
43
43
  *
44
44
  * @see {@link CreatePlayerSessionCommandInput} for command's `input` shape.
45
45
  * @see {@link CreatePlayerSessionCommandOutput} 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 CreatePlayerSessionCommand extends $Command<CreatePlayerSessionCommandInput, CreatePlayerSessionCommandOutput, GameLiftClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO
43
43
  *
44
44
  * @see {@link CreatePlayerSessionsCommandInput} for command's `input` shape.
45
45
  * @see {@link CreatePlayerSessionsCommandOutput} 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 CreatePlayerSessionsCommand extends $Command<CreatePlayerSessionsCommandInput, CreatePlayerSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -63,7 +63,7 @@ export interface CreateScriptCommandOutput extends CreateScriptOutput, __Metadat
63
63
  *
64
64
  * @see {@link CreateScriptCommandInput} for command's `input` shape.
65
65
  * @see {@link CreateScriptCommandOutput} for command's `response` shape.
66
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
66
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
67
67
  *
68
68
  */
69
69
  export declare class CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GameLiftClientResolvedConfig> {
@@ -53,7 +53,7 @@ export interface CreateVpcPeeringAuthorizationCommandOutput extends CreateVpcPee
53
53
  *
54
54
  * @see {@link CreateVpcPeeringAuthorizationCommandInput} for command's `input` shape.
55
55
  * @see {@link CreateVpcPeeringAuthorizationCommandOutput} 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 CreateVpcPeeringAuthorizationCommand extends $Command<CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
@@ -50,7 +50,7 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin
50
50
  *
51
51
  * @see {@link CreateVpcPeeringConnectionCommandInput} for command's `input` shape.
52
52
  * @see {@link CreateVpcPeeringConnectionCommandOutput} for command's `response` shape.
53
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
53
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
54
54
  *
55
55
  */
56
56
  export declare class CreateVpcPeeringConnectionCommand extends $Command<CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
34
34
  *
35
35
  * @see {@link DeleteAliasCommandInput} for command's `input` shape.
36
36
  * @see {@link DeleteAliasCommandOutput} 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 DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {
41
41
  *
42
42
  * @see {@link DeleteBuildCommandInput} for command's `input` shape.
43
43
  * @see {@link DeleteBuildCommandOutput} for command's `response` shape.
44
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class DeleteBuildCommand extends $Command<DeleteBuildCommandInput, DeleteBuildCommandOutput, GameLiftClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {
54
54
  *
55
55
  * @see {@link DeleteFleetCommandInput} for command's `input` shape.
56
56
  * @see {@link DeleteFleetCommandOutput} 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 DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, GameLiftClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO
48
48
  *
49
49
  * @see {@link DeleteFleetLocationsCommandInput} for command's `input` shape.
50
50
  * @see {@link DeleteFleetLocationsCommandOutput} 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 DeleteFleetLocationsCommand extends $Command<DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou
67
67
  *
68
68
  * @see {@link DeleteGameServerGroupCommandInput} for command's `input` shape.
69
69
  * @see {@link DeleteGameServerGroupCommandOutput} for command's `response` shape.
70
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class DeleteGameServerGroupCommand extends $Command<DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu
38
38
  *
39
39
  * @see {@link DeleteGameSessionQueueCommandInput} for command's `input` shape.
40
40
  * @see {@link DeleteGameSessionQueueCommandOutput} 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 DeleteGameSessionQueueCommand extends $Command<DeleteGameSessionQueueCommandInput, DeleteGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface DeleteMatchmakingConfigurationCommandOutput extends DeleteMatch
36
36
  *
37
37
  * @see {@link DeleteMatchmakingConfigurationCommandInput} for command's `input` shape.
38
38
  * @see {@link DeleteMatchmakingConfigurationCommandOutput} for command's `response` shape.
39
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class DeleteMatchmakingConfigurationCommand extends $Command<DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking
47
47
  *
48
48
  * @see {@link DeleteMatchmakingRuleSetCommandInput} for command's `input` shape.
49
49
  * @see {@link DeleteMatchmakingRuleSetCommandOutput} 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 DeleteMatchmakingRuleSetCommand extends $Command<DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {
38
38
  *
39
39
  * @see {@link DeleteScalingPolicyCommandInput} for command's `input` shape.
40
40
  * @see {@link DeleteScalingPolicyCommandOutput} 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 DeleteScalingPolicyCommand extends $Command<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {
43
43
  *
44
44
  * @see {@link DeleteScriptCommandInput} for command's `input` shape.
45
45
  * @see {@link DeleteScriptCommandOutput} 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 DeleteScriptCommand extends $Command<DeleteScriptCommandInput, DeleteScriptCommandOutput, GameLiftClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput extends DeleteVpcPee
33
33
  *
34
34
  * @see {@link DeleteVpcPeeringAuthorizationCommandInput} for command's `input` shape.
35
35
  * @see {@link DeleteVpcPeeringAuthorizationCommandOutput} for command's `response` shape.
36
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class DeleteVpcPeeringAuthorizationCommand extends $Command<DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin
38
38
  *
39
39
  * @see {@link DeleteVpcPeeringConnectionCommandInput} for command's `input` shape.
40
40
  * @see {@link DeleteVpcPeeringConnectionCommandOutput} 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 DeleteVpcPeeringConnectionCommand extends $Command<DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {
46
46
  *
47
47
  * @see {@link DeregisterGameServerCommandInput} for command's `input` shape.
48
48
  * @see {@link DeregisterGameServerCommandOutput} 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 DeregisterGameServerCommand extends $Command<DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad
35
35
  *
36
36
  * @see {@link DescribeAliasCommandInput} for command's `input` shape.
37
37
  * @see {@link DescribeAliasCommandOutput} 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 DescribeAliasCommand extends $Command<DescribeAliasCommandInput, DescribeAliasCommandOutput, GameLiftClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
39
39
  *
40
40
  * @see {@link DescribeBuildCommandInput} for command's `input` shape.
41
41
  * @see {@link DescribeBuildCommandOutput} 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 DescribeBuildCommand extends $Command<DescribeBuildCommandInput, DescribeBuildCommandOutput, GameLiftClientResolvedConfig> {
@@ -90,7 +90,7 @@ export interface DescribeEC2InstanceLimitsCommandOutput extends DescribeEC2Insta
90
90
  *
91
91
  * @see {@link DescribeEC2InstanceLimitsCommandInput} for command's `input` shape.
92
92
  * @see {@link DescribeEC2InstanceLimitsCommandOutput} for command's `response` shape.
93
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
93
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
94
94
  *
95
95
  */
96
96
  export declare class DescribeEC2InstanceLimitsCommand extends $Command<DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput, GameLiftClientResolvedConfig> {
@@ -62,7 +62,7 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
62
62
  *
63
63
  * @see {@link DescribeFleetAttributesCommandInput} for command's `input` shape.
64
64
  * @see {@link DescribeFleetAttributesCommandOutput} 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 DescribeFleetAttributesCommand extends $Command<DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
@@ -69,7 +69,7 @@ export interface DescribeFleetCapacityCommandOutput extends DescribeFleetCapacit
69
69
  *
70
70
  * @see {@link DescribeFleetCapacityCommandInput} for command's `input` shape.
71
71
  * @see {@link DescribeFleetCapacityCommandOutput} for command's `response` shape.
72
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
72
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
73
73
  *
74
74
  */
75
75
  export declare class DescribeFleetCapacityCommand extends $Command<DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput, GameLiftClientResolvedConfig> {
@@ -49,7 +49,7 @@ export interface DescribeFleetEventsCommandOutput extends DescribeFleetEventsOut
49
49
  *
50
50
  * @see {@link DescribeFleetEventsCommandInput} for command's `input` shape.
51
51
  * @see {@link DescribeFleetEventsCommandOutput} 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 DescribeFleetEventsCommand extends $Command<DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput, GameLiftClientResolvedConfig> {
@@ -60,7 +60,7 @@ export interface DescribeFleetLocationAttributesCommandOutput extends DescribeFl
60
60
  *
61
61
  * @see {@link DescribeFleetLocationAttributesCommandInput} for command's `input` shape.
62
62
  * @see {@link DescribeFleetLocationAttributesCommandOutput} 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 DescribeFleetLocationAttributesCommand extends $Command<DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput, GameLiftClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface DescribeFleetLocationCapacityCommandOutput extends DescribeFlee
52
52
  *
53
53
  * @see {@link DescribeFleetLocationCapacityCommandInput} for command's `input` shape.
54
54
  * @see {@link DescribeFleetLocationCapacityCommandOutput} 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 DescribeFleetLocationCapacityCommand extends $Command<DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput, GameLiftClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface DescribeFleetLocationUtilizationCommandOutput extends DescribeF
52
52
  *
53
53
  * @see {@link DescribeFleetLocationUtilizationCommandInput} for command's `input` shape.
54
54
  * @see {@link DescribeFleetLocationUtilizationCommandOutput} 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 DescribeFleetLocationUtilizationCommand extends $Command<DescribeFleetLocationUtilizationCommandInput, DescribeFleetLocationUtilizationCommandOutput, GameLiftClientResolvedConfig> {
@@ -60,7 +60,7 @@ export interface DescribeFleetPortSettingsCommandOutput extends DescribeFleetPor
60
60
  *
61
61
  * @see {@link DescribeFleetPortSettingsCommandInput} for command's `input` shape.
62
62
  * @see {@link DescribeFleetPortSettingsCommandOutput} 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 DescribeFleetPortSettingsCommand extends $Command<DescribeFleetPortSettingsCommandInput, DescribeFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface DescribeFleetUtilizationCommandOutput extends DescribeFleetUtil
70
70
  *
71
71
  * @see {@link DescribeFleetUtilizationCommandInput} for command's `input` shape.
72
72
  * @see {@link DescribeFleetUtilizationCommandOutput} 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 DescribeFleetUtilizationCommand extends $Command<DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput, GameLiftClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface DescribeGameServerCommandOutput extends DescribeGameServerOutpu
44
44
  *
45
45
  * @see {@link DescribeGameServerCommandInput} for command's `input` shape.
46
46
  * @see {@link DescribeGameServerCommandOutput} 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 DescribeGameServerCommand extends $Command<DescribeGameServerCommandInput, DescribeGameServerCommandOutput, GameLiftClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface DescribeGameServerGroupCommandOutput extends DescribeGameServer
48
48
  *
49
49
  * @see {@link DescribeGameServerGroupCommandInput} for command's `input` shape.
50
50
  * @see {@link DescribeGameServerGroupCommandOutput} 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 DescribeGameServerGroupCommand extends $Command<DescribeGameServerGroupCommandInput, DescribeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface DescribeGameServerInstancesCommandOutput extends DescribeGameSe
58
58
  *
59
59
  * @see {@link DescribeGameServerInstancesCommandInput} for command's `input` shape.
60
60
  * @see {@link DescribeGameServerInstancesCommandOutput} for command's `response` shape.
61
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class DescribeGameServerInstancesCommand extends $Command<DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput, GameLiftClientResolvedConfig> {
@@ -68,7 +68,7 @@ export interface DescribeGameSessionDetailsCommandOutput extends DescribeGameSes
68
68
  *
69
69
  * @see {@link DescribeGameSessionDetailsCommandInput} for command's `input` shape.
70
70
  * @see {@link DescribeGameSessionDetailsCommandOutput} 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 DescribeGameSessionDetailsCommand extends $Command<DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput, GameLiftClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface DescribeGameSessionPlacementCommandOutput extends DescribeGameS
37
37
  *
38
38
  * @see {@link DescribeGameSessionPlacementCommandInput} for command's `input` shape.
39
39
  * @see {@link DescribeGameSessionPlacementCommandOutput} 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 DescribeGameSessionPlacementCommand extends $Command<DescribeGameSessionPlacementCommandInput, DescribeGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface DescribeGameSessionQueuesCommandOutput extends DescribeGameSess
41
41
  *
42
42
  * @see {@link DescribeGameSessionQueuesCommandInput} for command's `input` shape.
43
43
  * @see {@link DescribeGameSessionQueuesCommandOutput} for command's `response` shape.
44
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class DescribeGameSessionQueuesCommand extends $Command<DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput, GameLiftClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface DescribeGameSessionsCommandOutput extends DescribeGameSessionsO
70
70
  *
71
71
  * @see {@link DescribeGameSessionsCommandInput} for command's `input` shape.
72
72
  * @see {@link DescribeGameSessionsCommandOutput} 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 DescribeGameSessionsCommand extends $Command<DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput,
58
58
  *
59
59
  * @see {@link DescribeInstancesCommandInput} for command's `input` shape.
60
60
  * @see {@link DescribeInstancesCommandOutput} for command's `response` shape.
61
- * @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class DescribeInstancesCommand extends $Command<DescribeInstancesCommandInput, DescribeInstancesCommandOutput, GameLiftClientResolvedConfig> {