aws-sdk-gamelift 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,12 +17,14 @@ module Aws::GameLift
17
17
  Alias = Shapes::StructureShape.new(name: 'Alias')
18
18
  AliasId = Shapes::StringShape.new(name: 'AliasId')
19
19
  AliasList = Shapes::ListShape.new(name: 'AliasList')
20
+ AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
20
21
  ArnStringModel = Shapes::StringShape.new(name: 'ArnStringModel')
21
22
  AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
22
23
  AwsCredentials = Shapes::StructureShape.new(name: 'AwsCredentials')
23
24
  BackfillMode = Shapes::StringShape.new(name: 'BackfillMode')
24
25
  BooleanModel = Shapes::BooleanShape.new(name: 'BooleanModel')
25
26
  Build = Shapes::StructureShape.new(name: 'Build')
27
+ BuildArn = Shapes::StringShape.new(name: 'BuildArn')
26
28
  BuildId = Shapes::StringShape.new(name: 'BuildId')
27
29
  BuildList = Shapes::ListShape.new(name: 'BuildList')
28
30
  BuildStatus = Shapes::StringShape.new(name: 'BuildStatus')
@@ -194,18 +196,25 @@ module Aws::GameLift
194
196
  ListFleetsOutput = Shapes::StructureShape.new(name: 'ListFleetsOutput')
195
197
  ListScriptsInput = Shapes::StructureShape.new(name: 'ListScriptsInput')
196
198
  ListScriptsOutput = Shapes::StructureShape.new(name: 'ListScriptsOutput')
199
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
200
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
197
201
  MatchedPlayerSession = Shapes::StructureShape.new(name: 'MatchedPlayerSession')
198
202
  MatchedPlayerSessionList = Shapes::ListShape.new(name: 'MatchedPlayerSessionList')
199
203
  MatchmakerData = Shapes::StringShape.new(name: 'MatchmakerData')
200
204
  MatchmakingAcceptanceTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingAcceptanceTimeoutInteger')
201
205
  MatchmakingConfiguration = Shapes::StructureShape.new(name: 'MatchmakingConfiguration')
206
+ MatchmakingConfigurationArn = Shapes::StringShape.new(name: 'MatchmakingConfigurationArn')
202
207
  MatchmakingConfigurationList = Shapes::ListShape.new(name: 'MatchmakingConfigurationList')
208
+ MatchmakingConfigurationName = Shapes::StringShape.new(name: 'MatchmakingConfigurationName')
209
+ MatchmakingConfigurationNameList = Shapes::ListShape.new(name: 'MatchmakingConfigurationNameList')
203
210
  MatchmakingConfigurationStatus = Shapes::StringShape.new(name: 'MatchmakingConfigurationStatus')
204
211
  MatchmakingIdList = Shapes::ListShape.new(name: 'MatchmakingIdList')
205
212
  MatchmakingIdStringModel = Shapes::StringShape.new(name: 'MatchmakingIdStringModel')
206
213
  MatchmakingRequestTimeoutInteger = Shapes::IntegerShape.new(name: 'MatchmakingRequestTimeoutInteger')
207
214
  MatchmakingRuleSet = Shapes::StructureShape.new(name: 'MatchmakingRuleSet')
215
+ MatchmakingRuleSetArn = Shapes::StringShape.new(name: 'MatchmakingRuleSetArn')
208
216
  MatchmakingRuleSetList = Shapes::ListShape.new(name: 'MatchmakingRuleSetList')
217
+ MatchmakingRuleSetName = Shapes::StringShape.new(name: 'MatchmakingRuleSetName')
209
218
  MatchmakingRuleSetNameList = Shapes::ListShape.new(name: 'MatchmakingRuleSetNameList')
210
219
  MatchmakingTicket = Shapes::StructureShape.new(name: 'MatchmakingTicket')
211
220
  MatchmakingTicketList = Shapes::ListShape.new(name: 'MatchmakingTicketList')
@@ -260,6 +269,7 @@ module Aws::GameLift
260
269
  ScalingPolicyList = Shapes::ListShape.new(name: 'ScalingPolicyList')
261
270
  ScalingStatusType = Shapes::StringShape.new(name: 'ScalingStatusType')
262
271
  Script = Shapes::StructureShape.new(name: 'Script')
272
+ ScriptArn = Shapes::StringShape.new(name: 'ScriptArn')
263
273
  ScriptId = Shapes::StringShape.new(name: 'ScriptId')
264
274
  ScriptList = Shapes::ListShape.new(name: 'ScriptList')
265
275
  SearchGameSessionsInput = Shapes::StructureShape.new(name: 'SearchGameSessionsInput')
@@ -284,11 +294,21 @@ module Aws::GameLift
284
294
  StringDoubleMap = Shapes::MapShape.new(name: 'StringDoubleMap')
285
295
  StringList = Shapes::ListShape.new(name: 'StringList')
286
296
  StringModel = Shapes::StringShape.new(name: 'StringModel')
297
+ Tag = Shapes::StructureShape.new(name: 'Tag')
298
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
299
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
300
+ TagList = Shapes::ListShape.new(name: 'TagList')
301
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
302
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
303
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
304
+ TaggingFailedException = Shapes::StructureShape.new(name: 'TaggingFailedException')
287
305
  TargetConfiguration = Shapes::StructureShape.new(name: 'TargetConfiguration')
288
306
  TerminalRoutingStrategyException = Shapes::StructureShape.new(name: 'TerminalRoutingStrategyException')
289
307
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
290
308
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
291
309
  UnsupportedRegionException = Shapes::StructureShape.new(name: 'UnsupportedRegionException')
310
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
311
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
292
312
  UpdateAliasInput = Shapes::StructureShape.new(name: 'UpdateAliasInput')
293
313
  UpdateAliasOutput = Shapes::StructureShape.new(name: 'UpdateAliasOutput')
294
314
  UpdateBuildInput = Shapes::StructureShape.new(name: 'UpdateBuildInput')
@@ -349,6 +369,7 @@ module Aws::GameLift
349
369
  AwsCredentials.struct_class = Types::AwsCredentials
350
370
 
351
371
  Build.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
372
+ Build.add_member(:build_arn, Shapes::ShapeRef.new(shape: BuildArn, location_name: "BuildArn"))
352
373
  Build.add_member(:name, Shapes::ShapeRef.new(shape: FreeText, location_name: "Name"))
353
374
  Build.add_member(:version, Shapes::ShapeRef.new(shape: FreeText, location_name: "Version"))
354
375
  Build.add_member(:status, Shapes::ShapeRef.new(shape: BuildStatus, location_name: "Status"))
@@ -368,6 +389,7 @@ module Aws::GameLift
368
389
  CreateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, required: true, location_name: "Name"))
369
390
  CreateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
370
391
  CreateAliasInput.add_member(:routing_strategy, Shapes::ShapeRef.new(shape: RoutingStrategy, required: true, location_name: "RoutingStrategy"))
392
+ CreateAliasInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
371
393
  CreateAliasInput.struct_class = Types::CreateAliasInput
372
394
 
373
395
  CreateAliasOutput.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
@@ -377,6 +399,7 @@ module Aws::GameLift
377
399
  CreateBuildInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
378
400
  CreateBuildInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
379
401
  CreateBuildInput.add_member(:operating_system, Shapes::ShapeRef.new(shape: OperatingSystem, location_name: "OperatingSystem"))
402
+ CreateBuildInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
380
403
  CreateBuildInput.struct_class = Types::CreateBuildInput
381
404
 
382
405
  CreateBuildOutput.add_member(:build, Shapes::ShapeRef.new(shape: Build, location_name: "Build"))
@@ -402,6 +425,7 @@ module Aws::GameLift
402
425
  CreateFleetInput.add_member(:fleet_type, Shapes::ShapeRef.new(shape: FleetType, location_name: "FleetType"))
403
426
  CreateFleetInput.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceRoleArn"))
404
427
  CreateFleetInput.add_member(:certificate_configuration, Shapes::ShapeRef.new(shape: CertificateConfiguration, location_name: "CertificateConfiguration"))
428
+ CreateFleetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
405
429
  CreateFleetInput.struct_class = Types::CreateFleetInput
406
430
 
407
431
  CreateFleetOutput.add_member(:fleet_attributes, Shapes::ShapeRef.new(shape: FleetAttributes, location_name: "FleetAttributes"))
@@ -425,6 +449,7 @@ module Aws::GameLift
425
449
  CreateGameSessionQueueInput.add_member(:timeout_in_seconds, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "TimeoutInSeconds"))
426
450
  CreateGameSessionQueueInput.add_member(:player_latency_policies, Shapes::ShapeRef.new(shape: PlayerLatencyPolicyList, location_name: "PlayerLatencyPolicies"))
427
451
  CreateGameSessionQueueInput.add_member(:destinations, Shapes::ShapeRef.new(shape: GameSessionQueueDestinationList, location_name: "Destinations"))
452
+ CreateGameSessionQueueInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
428
453
  CreateGameSessionQueueInput.struct_class = Types::CreateGameSessionQueueInput
429
454
 
430
455
  CreateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
@@ -436,13 +461,14 @@ module Aws::GameLift
436
461
  CreateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, required: true, location_name: "RequestTimeoutSeconds"))
437
462
  CreateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
438
463
  CreateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, required: true, location_name: "AcceptanceRequired"))
439
- CreateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "RuleSetName"))
464
+ CreateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, required: true, location_name: "RuleSetName"))
440
465
  CreateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
441
466
  CreateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
442
467
  CreateMatchmakingConfigurationInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
443
468
  CreateMatchmakingConfigurationInput.add_member(:game_properties, Shapes::ShapeRef.new(shape: GamePropertyList, location_name: "GameProperties"))
444
469
  CreateMatchmakingConfigurationInput.add_member(:game_session_data, Shapes::ShapeRef.new(shape: GameSessionData, location_name: "GameSessionData"))
445
470
  CreateMatchmakingConfigurationInput.add_member(:backfill_mode, Shapes::ShapeRef.new(shape: BackfillMode, location_name: "BackfillMode"))
471
+ CreateMatchmakingConfigurationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
446
472
  CreateMatchmakingConfigurationInput.struct_class = Types::CreateMatchmakingConfigurationInput
447
473
 
448
474
  CreateMatchmakingConfigurationOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: MatchmakingConfiguration, location_name: "Configuration"))
@@ -450,6 +476,7 @@ module Aws::GameLift
450
476
 
451
477
  CreateMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
452
478
  CreateMatchmakingRuleSetInput.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
479
+ CreateMatchmakingRuleSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
453
480
  CreateMatchmakingRuleSetInput.struct_class = Types::CreateMatchmakingRuleSetInput
454
481
 
455
482
  CreateMatchmakingRuleSetOutput.add_member(:rule_set, Shapes::ShapeRef.new(shape: MatchmakingRuleSet, required: true, location_name: "RuleSet"))
@@ -475,6 +502,7 @@ module Aws::GameLift
475
502
  CreateScriptInput.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
476
503
  CreateScriptInput.add_member(:storage_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "StorageLocation"))
477
504
  CreateScriptInput.add_member(:zip_file, Shapes::ShapeRef.new(shape: ZipBlob, location_name: "ZipFile"))
505
+ CreateScriptInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
478
506
  CreateScriptInput.struct_class = Types::CreateScriptInput
479
507
 
480
508
  CreateScriptOutput.add_member(:script, Shapes::ShapeRef.new(shape: Script, location_name: "Script"))
@@ -508,12 +536,12 @@ module Aws::GameLift
508
536
 
509
537
  DeleteGameSessionQueueOutput.struct_class = Types::DeleteGameSessionQueueOutput
510
538
 
511
- DeleteMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
539
+ DeleteMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "Name"))
512
540
  DeleteMatchmakingConfigurationInput.struct_class = Types::DeleteMatchmakingConfigurationInput
513
541
 
514
542
  DeleteMatchmakingConfigurationOutput.struct_class = Types::DeleteMatchmakingConfigurationOutput
515
543
 
516
- DeleteMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
544
+ DeleteMatchmakingRuleSetInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, required: true, location_name: "Name"))
517
545
  DeleteMatchmakingRuleSetInput.struct_class = Types::DeleteMatchmakingRuleSetInput
518
546
 
519
547
  DeleteMatchmakingRuleSetOutput.struct_class = Types::DeleteMatchmakingRuleSetOutput
@@ -648,8 +676,8 @@ module Aws::GameLift
648
676
  DescribeInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
649
677
  DescribeInstancesOutput.struct_class = Types::DescribeInstancesOutput
650
678
 
651
- DescribeMatchmakingConfigurationsInput.add_member(:names, Shapes::ShapeRef.new(shape: MatchmakingIdList, location_name: "Names"))
652
- DescribeMatchmakingConfigurationsInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
679
+ DescribeMatchmakingConfigurationsInput.add_member(:names, Shapes::ShapeRef.new(shape: MatchmakingConfigurationNameList, location_name: "Names"))
680
+ DescribeMatchmakingConfigurationsInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, location_name: "RuleSetName"))
653
681
  DescribeMatchmakingConfigurationsInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "Limit"))
654
682
  DescribeMatchmakingConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "NextToken"))
655
683
  DescribeMatchmakingConfigurationsInput.struct_class = Types::DescribeMatchmakingConfigurationsInput
@@ -762,7 +790,9 @@ module Aws::GameLift
762
790
  FleetAttributes.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
763
791
  FleetAttributes.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, location_name: "Status"))
764
792
  FleetAttributes.add_member(:build_id, Shapes::ShapeRef.new(shape: BuildId, location_name: "BuildId"))
793
+ FleetAttributes.add_member(:build_arn, Shapes::ShapeRef.new(shape: BuildArn, location_name: "BuildArn"))
765
794
  FleetAttributes.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptId, location_name: "ScriptId"))
795
+ FleetAttributes.add_member(:script_arn, Shapes::ShapeRef.new(shape: ScriptArn, location_name: "ScriptArn"))
766
796
  FleetAttributes.add_member(:server_launch_path, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchPath"))
767
797
  FleetAttributes.add_member(:server_launch_parameters, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "ServerLaunchParameters"))
768
798
  FleetAttributes.add_member(:log_paths, Shapes::ShapeRef.new(shape: StringList, location_name: "LogPaths"))
@@ -807,6 +837,7 @@ module Aws::GameLift
807
837
  GameSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
808
838
  GameSession.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
809
839
  GameSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
840
+ GameSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "FleetArn"))
810
841
  GameSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
811
842
  GameSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
812
843
  GameSession.add_member(:current_player_session_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "CurrentPlayerSessionCount"))
@@ -979,6 +1010,12 @@ module Aws::GameLift
979
1010
  ListScriptsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NextToken"))
980
1011
  ListScriptsOutput.struct_class = Types::ListScriptsOutput
981
1012
 
1013
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
1014
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1015
+
1016
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1017
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1018
+
982
1019
  MatchedPlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
983
1020
  MatchedPlayerSession.add_member(:player_session_id, Shapes::ShapeRef.new(shape: PlayerSessionId, location_name: "PlayerSessionId"))
984
1021
  MatchedPlayerSession.struct_class = Types::MatchedPlayerSession
@@ -986,12 +1023,14 @@ module Aws::GameLift
986
1023
  MatchedPlayerSessionList.member = Shapes::ShapeRef.new(shape: MatchedPlayerSession)
987
1024
 
988
1025
  MatchmakingConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "Name"))
1026
+ MatchmakingConfiguration.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: MatchmakingConfigurationArn, location_name: "ConfigurationArn"))
989
1027
  MatchmakingConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
990
1028
  MatchmakingConfiguration.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
991
1029
  MatchmakingConfiguration.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
992
1030
  MatchmakingConfiguration.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
993
1031
  MatchmakingConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "AcceptanceRequired"))
994
1032
  MatchmakingConfiguration.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
1033
+ MatchmakingConfiguration.add_member(:rule_set_arn, Shapes::ShapeRef.new(shape: MatchmakingRuleSetArn, location_name: "RuleSetArn"))
995
1034
  MatchmakingConfiguration.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
996
1035
  MatchmakingConfiguration.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
997
1036
  MatchmakingConfiguration.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
@@ -1003,19 +1042,23 @@ module Aws::GameLift
1003
1042
 
1004
1043
  MatchmakingConfigurationList.member = Shapes::ShapeRef.new(shape: MatchmakingConfiguration)
1005
1044
 
1045
+ MatchmakingConfigurationNameList.member = Shapes::ShapeRef.new(shape: MatchmakingConfigurationName)
1046
+
1006
1047
  MatchmakingIdList.member = Shapes::ShapeRef.new(shape: MatchmakingIdStringModel)
1007
1048
 
1008
1049
  MatchmakingRuleSet.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
1050
+ MatchmakingRuleSet.add_member(:rule_set_arn, Shapes::ShapeRef.new(shape: MatchmakingRuleSetArn, location_name: "RuleSetArn"))
1009
1051
  MatchmakingRuleSet.add_member(:rule_set_body, Shapes::ShapeRef.new(shape: RuleSetBody, required: true, location_name: "RuleSetBody"))
1010
1052
  MatchmakingRuleSet.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1011
1053
  MatchmakingRuleSet.struct_class = Types::MatchmakingRuleSet
1012
1054
 
1013
1055
  MatchmakingRuleSetList.member = Shapes::ShapeRef.new(shape: MatchmakingRuleSet)
1014
1056
 
1015
- MatchmakingRuleSetNameList.member = Shapes::ShapeRef.new(shape: MatchmakingIdStringModel)
1057
+ MatchmakingRuleSetNameList.member = Shapes::ShapeRef.new(shape: MatchmakingRuleSetName)
1016
1058
 
1017
1059
  MatchmakingTicket.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
1018
1060
  MatchmakingTicket.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "ConfigurationName"))
1061
+ MatchmakingTicket.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: MatchmakingConfigurationArn, location_name: "ConfigurationArn"))
1019
1062
  MatchmakingTicket.add_member(:status, Shapes::ShapeRef.new(shape: MatchmakingConfigurationStatus, location_name: "Status"))
1020
1063
  MatchmakingTicket.add_member(:status_reason, Shapes::ShapeRef.new(shape: StringModel, location_name: "StatusReason"))
1021
1064
  MatchmakingTicket.add_member(:status_message, Shapes::ShapeRef.new(shape: StringModel, location_name: "StatusMessage"))
@@ -1072,6 +1115,7 @@ module Aws::GameLift
1072
1115
  PlayerSession.add_member(:player_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "PlayerId"))
1073
1116
  PlayerSession.add_member(:game_session_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "GameSessionId"))
1074
1117
  PlayerSession.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1118
+ PlayerSession.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "FleetArn"))
1075
1119
  PlayerSession.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1076
1120
  PlayerSession.add_member(:termination_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TerminationTime"))
1077
1121
  PlayerSession.add_member(:status, Shapes::ShapeRef.new(shape: PlayerSessionStatus, location_name: "Status"))
@@ -1111,6 +1155,7 @@ module Aws::GameLift
1111
1155
  ResolveAliasInput.struct_class = Types::ResolveAliasInput
1112
1156
 
1113
1157
  ResolveAliasOutput.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1158
+ ResolveAliasOutput.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "FleetArn"))
1114
1159
  ResolveAliasOutput.struct_class = Types::ResolveAliasOutput
1115
1160
 
1116
1161
  ResourceCreationLimitPolicy.add_member(:new_game_sessions_per_creator, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "NewGameSessionsPerCreator"))
@@ -1149,6 +1194,7 @@ module Aws::GameLift
1149
1194
  ScalingPolicyList.member = Shapes::ShapeRef.new(shape: ScalingPolicy)
1150
1195
 
1151
1196
  Script.add_member(:script_id, Shapes::ShapeRef.new(shape: ScriptId, location_name: "ScriptId"))
1197
+ Script.add_member(:script_arn, Shapes::ShapeRef.new(shape: ScriptArn, location_name: "ScriptArn"))
1152
1198
  Script.add_member(:name, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Name"))
1153
1199
  Script.add_member(:version, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Version"))
1154
1200
  Script.add_member(:size_on_disk, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "SizeOnDisk"))
@@ -1197,7 +1243,7 @@ module Aws::GameLift
1197
1243
  StartGameSessionPlacementOutput.struct_class = Types::StartGameSessionPlacementOutput
1198
1244
 
1199
1245
  StartMatchBackfillInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
1200
- StartMatchBackfillInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "ConfigurationName"))
1246
+ StartMatchBackfillInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "ConfigurationName"))
1201
1247
  StartMatchBackfillInput.add_member(:game_session_arn, Shapes::ShapeRef.new(shape: ArnStringModel, required: true, location_name: "GameSessionArn"))
1202
1248
  StartMatchBackfillInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
1203
1249
  StartMatchBackfillInput.struct_class = Types::StartMatchBackfillInput
@@ -1206,7 +1252,7 @@ module Aws::GameLift
1206
1252
  StartMatchBackfillOutput.struct_class = Types::StartMatchBackfillOutput
1207
1253
 
1208
1254
  StartMatchmakingInput.add_member(:ticket_id, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "TicketId"))
1209
- StartMatchmakingInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "ConfigurationName"))
1255
+ StartMatchmakingInput.add_member(:configuration_name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "ConfigurationName"))
1210
1256
  StartMatchmakingInput.add_member(:players, Shapes::ShapeRef.new(shape: PlayerList, required: true, location_name: "Players"))
1211
1257
  StartMatchmakingInput.struct_class = Types::StartMatchmakingInput
1212
1258
 
@@ -1235,6 +1281,23 @@ module Aws::GameLift
1235
1281
 
1236
1282
  StringList.member = Shapes::ShapeRef.new(shape: NonZeroAndMaxString)
1237
1283
 
1284
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
1285
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
1286
+ Tag.struct_class = Types::Tag
1287
+
1288
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1289
+
1290
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
1291
+
1292
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
1293
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
1294
+ TagResourceRequest.struct_class = Types::TagResourceRequest
1295
+
1296
+ TagResourceResponse.struct_class = Types::TagResourceResponse
1297
+
1298
+ TaggingFailedException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
1299
+ TaggingFailedException.struct_class = Types::TaggingFailedException
1300
+
1238
1301
  TargetConfiguration.add_member(:target_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "TargetValue"))
1239
1302
  TargetConfiguration.struct_class = Types::TargetConfiguration
1240
1303
 
@@ -1247,6 +1310,12 @@ module Aws::GameLift
1247
1310
  UnsupportedRegionException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
1248
1311
  UnsupportedRegionException.struct_class = Types::UnsupportedRegionException
1249
1312
 
1313
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
1314
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
1315
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
1316
+
1317
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
1318
+
1250
1319
  UpdateAliasInput.add_member(:alias_id, Shapes::ShapeRef.new(shape: AliasId, required: true, location_name: "AliasId"))
1251
1320
  UpdateAliasInput.add_member(:name, Shapes::ShapeRef.new(shape: NonBlankAndLengthConstraintString, location_name: "Name"))
1252
1321
  UpdateAliasInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
@@ -1311,13 +1380,13 @@ module Aws::GameLift
1311
1380
  UpdateGameSessionQueueOutput.add_member(:game_session_queue, Shapes::ShapeRef.new(shape: GameSessionQueue, location_name: "GameSessionQueue"))
1312
1381
  UpdateGameSessionQueueOutput.struct_class = Types::UpdateGameSessionQueueOutput
1313
1382
 
1314
- UpdateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, required: true, location_name: "Name"))
1383
+ UpdateMatchmakingConfigurationInput.add_member(:name, Shapes::ShapeRef.new(shape: MatchmakingConfigurationName, required: true, location_name: "Name"))
1315
1384
  UpdateMatchmakingConfigurationInput.add_member(:description, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "Description"))
1316
1385
  UpdateMatchmakingConfigurationInput.add_member(:game_session_queue_arns, Shapes::ShapeRef.new(shape: QueueArnsList, location_name: "GameSessionQueueArns"))
1317
1386
  UpdateMatchmakingConfigurationInput.add_member(:request_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingRequestTimeoutInteger, location_name: "RequestTimeoutSeconds"))
1318
1387
  UpdateMatchmakingConfigurationInput.add_member(:acceptance_timeout_seconds, Shapes::ShapeRef.new(shape: MatchmakingAcceptanceTimeoutInteger, location_name: "AcceptanceTimeoutSeconds"))
1319
1388
  UpdateMatchmakingConfigurationInput.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: BooleanModel, location_name: "AcceptanceRequired"))
1320
- UpdateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingIdStringModel, location_name: "RuleSetName"))
1389
+ UpdateMatchmakingConfigurationInput.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: MatchmakingRuleSetName, location_name: "RuleSetName"))
1321
1390
  UpdateMatchmakingConfigurationInput.add_member(:notification_target, Shapes::ShapeRef.new(shape: SnsArnStringModel, location_name: "NotificationTarget"))
1322
1391
  UpdateMatchmakingConfigurationInput.add_member(:additional_player_count, Shapes::ShapeRef.new(shape: WholeNumber, location_name: "AdditionalPlayerCount"))
1323
1392
  UpdateMatchmakingConfigurationInput.add_member(:custom_event_data, Shapes::ShapeRef.new(shape: CustomEventData, location_name: "CustomEventData"))
@@ -1362,6 +1431,7 @@ module Aws::GameLift
1362
1431
  VpcPeeringAuthorizationList.member = Shapes::ShapeRef.new(shape: VpcPeeringAuthorization)
1363
1432
 
1364
1433
  VpcPeeringConnection.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "FleetId"))
1434
+ VpcPeeringConnection.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: ArnStringModel, location_name: "FleetArn"))
1365
1435
  VpcPeeringConnection.add_member(:ip_v4_cidr_block, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "IpV4CidrBlock"))
1366
1436
  VpcPeeringConnection.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: NonZeroAndMaxString, location_name: "VpcPeeringConnectionId"))
1367
1437
  VpcPeeringConnection.add_member(:status, Shapes::ShapeRef.new(shape: VpcPeeringConnectionStatus, location_name: "Status"))
@@ -1416,6 +1486,7 @@ module Aws::GameLift
1416
1486
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1417
1487
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1418
1488
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1419
1490
  end)
1420
1491
 
1421
1492
  api.add_operation(:create_build, Seahorse::Model::Operation.new.tap do |o|
@@ -1427,6 +1498,7 @@ module Aws::GameLift
1427
1498
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1428
1499
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1429
1500
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1430
1502
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1431
1503
  end)
1432
1504
 
@@ -1442,6 +1514,7 @@ module Aws::GameLift
1442
1514
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1443
1515
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1444
1516
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1517
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1445
1518
  end)
1446
1519
 
1447
1520
  api.add_operation(:create_game_session, Seahorse::Model::Operation.new.tap do |o|
@@ -1472,6 +1545,7 @@ module Aws::GameLift
1472
1545
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1473
1546
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1474
1547
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1475
1549
  end)
1476
1550
 
1477
1551
  api.add_operation(:create_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1485,6 +1559,7 @@ module Aws::GameLift
1485
1559
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1486
1560
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1487
1561
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1488
1563
  end)
1489
1564
 
1490
1565
  api.add_operation(:create_matchmaking_rule_set, Seahorse::Model::Operation.new.tap do |o|
@@ -1496,6 +1571,7 @@ module Aws::GameLift
1496
1571
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1497
1572
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1498
1573
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1499
1575
  end)
1500
1576
 
1501
1577
  api.add_operation(:create_player_session, Seahorse::Model::Operation.new.tap do |o|
@@ -1537,6 +1613,7 @@ module Aws::GameLift
1537
1613
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1538
1614
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1539
1615
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1540
1617
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1541
1618
  end)
1542
1619
 
@@ -1573,6 +1650,7 @@ module Aws::GameLift
1573
1650
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1574
1651
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1575
1652
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1576
1654
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1577
1655
  end)
1578
1656
 
@@ -1585,6 +1663,7 @@ module Aws::GameLift
1585
1663
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1586
1664
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1587
1665
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1588
1667
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1589
1668
  end)
1590
1669
 
@@ -1599,6 +1678,7 @@ module Aws::GameLift
1599
1678
  o.errors << Shapes::ShapeRef.new(shape: InvalidFleetStatusException)
1600
1679
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1601
1680
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1602
1682
  end)
1603
1683
 
1604
1684
  api.add_operation(:delete_game_session_queue, Seahorse::Model::Operation.new.tap do |o|
@@ -1611,6 +1691,7 @@ module Aws::GameLift
1611
1691
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1612
1692
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1613
1693
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1614
1695
  end)
1615
1696
 
1616
1697
  api.add_operation(:delete_matchmaking_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1623,6 +1704,7 @@ module Aws::GameLift
1623
1704
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1624
1705
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1625
1706
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1707
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1626
1708
  end)
1627
1709
 
1628
1710
  api.add_operation(:delete_matchmaking_rule_set, Seahorse::Model::Operation.new.tap do |o|
@@ -1635,6 +1717,7 @@ module Aws::GameLift
1635
1717
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1636
1718
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
1637
1719
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1638
1721
  end)
1639
1722
 
1640
1723
  api.add_operation(:delete_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1658,6 +1741,7 @@ module Aws::GameLift
1658
1741
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1659
1742
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1660
1743
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
1661
1745
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1662
1746
  end)
1663
1747
 
@@ -2016,6 +2100,18 @@ module Aws::GameLift
2016
2100
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2017
2101
  end)
2018
2102
 
2103
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2104
+ o.name = "ListTagsForResource"
2105
+ o.http_method = "POST"
2106
+ o.http_request_uri = "/"
2107
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
2108
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
2109
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2110
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2111
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
2112
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2113
+ end)
2114
+
2019
2115
  api.add_operation(:put_scaling_policy, Seahorse::Model::Operation.new.tap do |o|
2020
2116
  o.name = "PutScalingPolicy"
2021
2117
  o.http_method = "POST"
@@ -2150,6 +2246,30 @@ module Aws::GameLift
2150
2246
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedRegionException)
2151
2247
  end)
2152
2248
 
2249
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2250
+ o.name = "TagResource"
2251
+ o.http_method = "POST"
2252
+ o.http_request_uri = "/"
2253
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
2254
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
2255
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2256
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2257
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
2258
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2259
+ end)
2260
+
2261
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
2262
+ o.name = "UntagResource"
2263
+ o.http_method = "POST"
2264
+ o.http_request_uri = "/"
2265
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
2266
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
2267
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2268
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2269
+ o.errors << Shapes::ShapeRef.new(shape: TaggingFailedException)
2270
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2271
+ end)
2272
+
2153
2273
  api.add_operation(:update_alias, Seahorse::Model::Operation.new.tap do |o|
2154
2274
  o.name = "UpdateAlias"
2155
2275
  o.http_method = "POST"