Skip to content

Commit f9b12c4

Browse files
author
awstools
committed
feat(client-gamelift): Amazon GameLift provides additional events for tracking the fleet creation process.
1 parent 737e3a3 commit f9b12c4

File tree

88 files changed

+266
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+266
-168
lines changed

clients/client-gamelift/src/commands/AcceptMatchCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB
9797
* values before retrying.</p>
9898
*
9999
* @throws {@link NotFoundException} (client fault)
100-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
100+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
101101
*
102102
* @throws {@link UnsupportedRegionException} (client fault)
103103
* <p>The requested operation is not supported in the Region specified.</p>

clients/client-gamelift/src/commands/ClaimGameServerCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
128128
* values before retrying.</p>
129129
*
130130
* @throws {@link NotFoundException} (client fault)
131-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
131+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
132132
*
133133
* @throws {@link OutOfCapacityException} (client fault)
134134
* <p>The specified game server group has no available game servers to fulfill a

clients/client-gamelift/src/commands/CreateFleetCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
355355
* Resolve the issue before retrying.</p>
356356
*
357357
* @throws {@link NotFoundException} (client fault)
358-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
358+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
359359
*
360360
* @throws {@link NotReadyException} (client fault)
361361
* <p> The operation failed because Amazon GameLift has not yet finished validating this compute. We

clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
5353
* fleets</a>
5454
* </p>
5555
* <p>
56-
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Multi-location fleets</a>
56+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-editing.html#fleets-update-locations">Update fleet locations</a>
5757
* </p>
58+
* <p>
59+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html">
60+
* Amazon GameLift service locations</a> for managed hosting.</p>
5861
* @example
5962
* Use a bare-bones client and the command you need to make an API call.
6063
* ```javascript
@@ -114,7 +117,7 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
114117
* Resolve the issue before retrying.</p>
115118
*
116119
* @throws {@link NotFoundException} (client fault)
117-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
120+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118121
*
119122
* @throws {@link NotReadyException} (client fault)
120123
* <p> The operation failed because Amazon GameLift has not yet finished validating this compute. We

clients/client-gamelift/src/commands/CreateGameSessionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput,
171171
* Resolve the issue before retrying.</p>
172172
*
173173
* @throws {@link NotFoundException} (client fault)
174-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
174+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
175175
*
176176
* @throws {@link TerminalRoutingStrategyException} (client fault)
177177
* <p>The service is unable to resolve the routing for a particular alias because it has a

clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu
173173
* Resolve the issue before retrying.</p>
174174
*
175175
* @throws {@link NotFoundException} (client fault)
176-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
176+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
177177
*
178178
* @throws {@link TaggingFailedException} (client fault)
179179
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export interface CreateMatchmakingConfigurationCommandOutput
146146
* Resolve the issue before retrying.</p>
147147
*
148148
* @throws {@link NotFoundException} (client fault)
149-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
149+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
150150
*
151151
* @throws {@link TaggingFailedException} (client fault)
152152
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut
107107
* values before retrying.</p>
108108
*
109109
* @throws {@link NotFoundException} (client fault)
110-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
110+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
111111
*
112112
* @throws {@link TerminalRoutingStrategyException} (client fault)
113113
* <p>The service is unable to resolve the routing for a particular alias because it has a

clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO
114114
* values before retrying.</p>
115115
*
116116
* @throws {@link NotFoundException} (client fault)
117-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
117+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118118
*
119119
* @throws {@link TerminalRoutingStrategyException} (client fault)
120120
* <p>The service is unable to resolve the routing for a particular alias because it has a

clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export interface CreateVpcPeeringAuthorizationCommandOutput
9999
* values before retrying.</p>
100100
*
101101
* @throws {@link NotFoundException} (client fault)
102-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
102+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
103103
*
104104
* @throws {@link UnauthorizedException} (client fault)
105105
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin
8484
* values before retrying.</p>
8585
*
8686
* @throws {@link NotFoundException} (client fault)
87-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
87+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8888
*
8989
* @throws {@link UnauthorizedException} (client fault)
9090
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeleteAliasCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {}
6767
* values before retrying.</p>
6868
*
6969
* @throws {@link NotFoundException} (client fault)
70-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
70+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7171
*
7272
* @throws {@link TaggingFailedException} (client fault)
7373
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteBuildCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {}
7272
* values before retrying.</p>
7373
*
7474
* @throws {@link NotFoundException} (client fault)
75-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
75+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7676
*
7777
* @throws {@link TaggingFailedException} (client fault)
7878
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface DeleteContainerGroupDefinitionCommandOutput extends __MetadataB
7777
* values before retrying.</p>
7878
*
7979
* @throws {@link NotFoundException} (client fault)
80-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
80+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8181
*
8282
* @throws {@link TaggingFailedException} (client fault)
8383
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteFleetCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {}
8181
* values before retrying.</p>
8282
*
8383
* @throws {@link NotFoundException} (client fault)
84-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
84+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8585
*
8686
* @throws {@link TaggingFailedException} (client fault)
8787
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO
8484
* values before retrying.</p>
8585
*
8686
* @throws {@link NotFoundException} (client fault)
87-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
87+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8888
*
8989
* @throws {@link UnauthorizedException} (client fault)
9090
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou
116116
* values before retrying.</p>
117117
*
118118
* @throws {@link NotFoundException} (client fault)
119-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
119+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
120120
*
121121
* @throws {@link UnauthorizedException} (client fault)
122122
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu
6060
* values before retrying.</p>
6161
*
6262
* @throws {@link NotFoundException} (client fault)
63-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
63+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
6464
*
6565
* @throws {@link TaggingFailedException} (client fault)
6666
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteLocationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface DeleteLocationCommandOutput extends DeleteLocationOutput, __Met
6161
* values before retrying.</p>
6262
*
6363
* @throws {@link NotFoundException} (client fault)
64-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
64+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
6565
*
6666
* @throws {@link UnauthorizedException} (client fault)
6767
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface DeleteMatchmakingConfigurationCommandOutput
6666
* values before retrying.</p>
6767
*
6868
* @throws {@link NotFoundException} (client fault)
69-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
69+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7070
*
7171
* @throws {@link TaggingFailedException} (client fault)
7272
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking
7272
* values before retrying.</p>
7373
*
7474
* @throws {@link NotFoundException} (client fault)
75-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
75+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7676
*
7777
* @throws {@link TaggingFailedException} (client fault)
7878
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {}
6464
* values before retrying.</p>
6565
*
6666
* @throws {@link NotFoundException} (client fault)
67-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
67+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
6868
*
6969
* @throws {@link UnauthorizedException} (client fault)
7070
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeleteScriptCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {}
7777
* values before retrying.</p>
7878
*
7979
* @throws {@link NotFoundException} (client fault)
80-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
80+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8181
*
8282
* @throws {@link TaggingFailedException} (client fault)
8383
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format

clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput
7272
* values before retrying.</p>
7373
*
7474
* @throws {@link NotFoundException} (client fault)
75-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
75+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7676
*
7777
* @throws {@link UnauthorizedException} (client fault)
7878
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin
7070
* values before retrying.</p>
7171
*
7272
* @throws {@link NotFoundException} (client fault)
73-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
73+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7474
*
7575
* @throws {@link UnauthorizedException} (client fault)
7676
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeregisterComputeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface DeregisterComputeCommandOutput extends DeregisterComputeOutput,
6969
* values before retrying.</p>
7070
*
7171
* @throws {@link NotFoundException} (client fault)
72-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
72+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7373
*
7474
* @throws {@link UnauthorizedException} (client fault)
7575
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {}
7575
* values before retrying.</p>
7676
*
7777
* @throws {@link NotFoundException} (client fault)
78-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
78+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
7979
*
8080
* @throws {@link UnauthorizedException} (client fault)
8181
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DescribeAliasCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad
8282
* values before retrying.</p>
8383
*
8484
* @throws {@link NotFoundException} (client fault)
85-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
85+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8686
*
8787
* @throws {@link UnauthorizedException} (client fault)
8888
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DescribeBuildCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
8282
* values before retrying.</p>
8383
*
8484
* @throws {@link NotFoundException} (client fault)
85-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
85+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
8686
*
8787
* @throws {@link UnauthorizedException} (client fault)
8888
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DescribeComputeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __M
113113
* values before retrying.</p>
114114
*
115115
* @throws {@link NotFoundException} (client fault)
116-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
116+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
117117
*
118118
* @throws {@link UnauthorizedException} (client fault)
119119
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export interface DescribeContainerGroupDefinitionCommandOutput
146146
* values before retrying.</p>
147147
*
148148
* @throws {@link NotFoundException} (client fault)
149-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
149+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
150150
*
151151
* @throws {@link UnauthorizedException} (client fault)
152152
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
157157
* values before retrying.</p>
158158
*
159159
* @throws {@link NotFoundException} (client fault)
160-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
160+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
161161
*
162162
* @throws {@link UnauthorizedException} (client fault)
163163
* <p>The client failed authentication. Clients should not retry such requests.</p>

clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export interface DescribeFleetCapacityCommandOutput extends DescribeFleetCapacit
127127
* values before retrying.</p>
128128
*
129129
* @throws {@link NotFoundException} (client fault)
130-
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
130+
* <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
131131
*
132132
* @throws {@link UnauthorizedException} (client fault)
133133
* <p>The client failed authentication. Clients should not retry such requests.</p>

0 commit comments

Comments
 (0)