aws-sdk 2.1383.0 → 2.1385.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.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +484 -131
- package/apis/codepipeline-2015-07-09.min.json +3 -0
- package/apis/connect-2017-08-08.min.json +6 -3
- package/apis/gamelift-2015-10-01.min.json +213 -204
- package/apis/glue-2017-03-31.min.json +615 -557
- package/apis/migration-hub-refactor-spaces-2021-10-26.min.json +9 -0
- package/apis/sagemaker-2017-07-24.min.json +656 -595
- package/clients/applicationautoscaling.d.ts +6 -6
- package/clients/appsync.d.ts +398 -2
- package/clients/codepipeline.d.ts +69 -65
- package/clients/connect.d.ts +1 -1
- package/clients/cur.d.ts +2 -2
- package/clients/gamelift.d.ts +22 -10
- package/clients/glue.d.ts +57 -2
- package/clients/migrationhubrefactorspaces.d.ts +16 -4
- package/clients/sagemaker.d.ts +67 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +225 -210
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -42,14 +42,23 @@ | |
| 42 42 | 
             
                    "members": {
         | 
| 43 43 | 
             
                      "GameServerGroupName": {},
         | 
| 44 44 | 
             
                      "GameServerId": {},
         | 
| 45 | 
            -
                      "GameServerData": {}
         | 
| 45 | 
            +
                      "GameServerData": {},
         | 
| 46 | 
            +
                      "FilterOption": {
         | 
| 47 | 
            +
                        "type": "structure",
         | 
| 48 | 
            +
                        "members": {
         | 
| 49 | 
            +
                          "InstanceStatuses": {
         | 
| 50 | 
            +
                            "type": "list",
         | 
| 51 | 
            +
                            "member": {}
         | 
| 52 | 
            +
                          }
         | 
| 53 | 
            +
                        }
         | 
| 54 | 
            +
                      }
         | 
| 46 55 | 
             
                    }
         | 
| 47 56 | 
             
                  },
         | 
| 48 57 | 
             
                  "output": {
         | 
| 49 58 | 
             
                    "type": "structure",
         | 
| 50 59 | 
             
                    "members": {
         | 
| 51 60 | 
             
                      "GameServer": {
         | 
| 52 | 
            -
                        "shape": " | 
| 61 | 
            +
                        "shape": "Sf"
         | 
| 53 62 | 
             
                      }
         | 
| 54 63 | 
             
                    }
         | 
| 55 64 | 
             
                  }
         | 
| @@ -65,10 +74,10 @@ | |
| 65 74 | 
             
                      "Name": {},
         | 
| 66 75 | 
             
                      "Description": {},
         | 
| 67 76 | 
             
                      "RoutingStrategy": {
         | 
| 68 | 
            -
                        "shape": " | 
| 77 | 
            +
                        "shape": "Sp"
         | 
| 69 78 | 
             
                      },
         | 
| 70 79 | 
             
                      "Tags": {
         | 
| 71 | 
            -
                        "shape": " | 
| 80 | 
            +
                        "shape": "St"
         | 
| 72 81 | 
             
                      }
         | 
| 73 82 | 
             
                    }
         | 
| 74 83 | 
             
                  },
         | 
| @@ -76,7 +85,7 @@ | |
| 76 85 | 
             
                    "type": "structure",
         | 
| 77 86 | 
             
                    "members": {
         | 
| 78 87 | 
             
                      "Alias": {
         | 
| 79 | 
            -
                        "shape": " | 
| 88 | 
            +
                        "shape": "Sy"
         | 
| 80 89 | 
             
                      }
         | 
| 81 90 | 
             
                    }
         | 
| 82 91 | 
             
                  }
         | 
| @@ -88,11 +97,11 @@ | |
| 88 97 | 
             
                      "Name": {},
         | 
| 89 98 | 
             
                      "Version": {},
         | 
| 90 99 | 
             
                      "StorageLocation": {
         | 
| 91 | 
            -
                        "shape": " | 
| 100 | 
            +
                        "shape": "S12"
         | 
| 92 101 | 
             
                      },
         | 
| 93 102 | 
             
                      "OperatingSystem": {},
         | 
| 94 103 | 
             
                      "Tags": {
         | 
| 95 | 
            -
                        "shape": " | 
| 104 | 
            +
                        "shape": "St"
         | 
| 96 105 | 
             
                      },
         | 
| 97 106 | 
             
                      "ServerSdkVersion": {}
         | 
| 98 107 | 
             
                    }
         | 
| @@ -101,13 +110,13 @@ | |
| 101 110 | 
             
                    "type": "structure",
         | 
| 102 111 | 
             
                    "members": {
         | 
| 103 112 | 
             
                      "Build": {
         | 
| 104 | 
            -
                        "shape": " | 
| 113 | 
            +
                        "shape": "S17"
         | 
| 105 114 | 
             
                      },
         | 
| 106 115 | 
             
                      "UploadCredentials": {
         | 
| 107 | 
            -
                        "shape": " | 
| 116 | 
            +
                        "shape": "S1c"
         | 
| 108 117 | 
             
                      },
         | 
| 109 118 | 
             
                      "StorageLocation": {
         | 
| 110 | 
            -
                        "shape": " | 
| 119 | 
            +
                        "shape": "S12"
         | 
| 111 120 | 
             
                      }
         | 
| 112 121 | 
             
                    }
         | 
| 113 122 | 
             
                  }
         | 
| @@ -130,34 +139,34 @@ | |
| 130 139 | 
             
                      },
         | 
| 131 140 | 
             
                      "EC2InstanceType": {},
         | 
| 132 141 | 
             
                      "EC2InboundPermissions": {
         | 
| 133 | 
            -
                        "shape": " | 
| 142 | 
            +
                        "shape": "S1j"
         | 
| 134 143 | 
             
                      },
         | 
| 135 144 | 
             
                      "NewGameSessionProtectionPolicy": {},
         | 
| 136 145 | 
             
                      "RuntimeConfiguration": {
         | 
| 137 | 
            -
                        "shape": " | 
| 146 | 
            +
                        "shape": "S1p"
         | 
| 138 147 | 
             
                      },
         | 
| 139 148 | 
             
                      "ResourceCreationLimitPolicy": {
         | 
| 140 | 
            -
                        "shape": " | 
| 149 | 
            +
                        "shape": "S1v"
         | 
| 141 150 | 
             
                      },
         | 
| 142 151 | 
             
                      "MetricGroups": {
         | 
| 143 | 
            -
                        "shape": " | 
| 152 | 
            +
                        "shape": "S1x"
         | 
| 144 153 | 
             
                      },
         | 
| 145 154 | 
             
                      "PeerVpcAwsAccountId": {},
         | 
| 146 155 | 
             
                      "PeerVpcId": {},
         | 
| 147 156 | 
             
                      "FleetType": {},
         | 
| 148 157 | 
             
                      "InstanceRoleArn": {},
         | 
| 149 158 | 
             
                      "CertificateConfiguration": {
         | 
| 150 | 
            -
                        "shape": " | 
| 159 | 
            +
                        "shape": "S20"
         | 
| 151 160 | 
             
                      },
         | 
| 152 161 | 
             
                      "Locations": {
         | 
| 153 | 
            -
                        "shape": " | 
| 162 | 
            +
                        "shape": "S22"
         | 
| 154 163 | 
             
                      },
         | 
| 155 164 | 
             
                      "Tags": {
         | 
| 156 | 
            -
                        "shape": " | 
| 165 | 
            +
                        "shape": "St"
         | 
| 157 166 | 
             
                      },
         | 
| 158 167 | 
             
                      "ComputeType": {},
         | 
| 159 168 | 
             
                      "AnywhereConfiguration": {
         | 
| 160 | 
            -
                        "shape": " | 
| 169 | 
            +
                        "shape": "S26"
         | 
| 161 170 | 
             
                      }
         | 
| 162 171 | 
             
                    }
         | 
| 163 172 | 
             
                  },
         | 
| @@ -165,10 +174,10 @@ | |
| 165 174 | 
             
                    "type": "structure",
         | 
| 166 175 | 
             
                    "members": {
         | 
| 167 176 | 
             
                      "FleetAttributes": {
         | 
| 168 | 
            -
                        "shape": " | 
| 177 | 
            +
                        "shape": "S29"
         | 
| 169 178 | 
             
                      },
         | 
| 170 179 | 
             
                      "LocationStates": {
         | 
| 171 | 
            -
                        "shape": " | 
| 180 | 
            +
                        "shape": "S2g"
         | 
| 172 181 | 
             
                      }
         | 
| 173 182 | 
             
                    }
         | 
| 174 183 | 
             
                  }
         | 
| @@ -183,7 +192,7 @@ | |
| 183 192 | 
             
                    "members": {
         | 
| 184 193 | 
             
                      "FleetId": {},
         | 
| 185 194 | 
             
                      "Locations": {
         | 
| 186 | 
            -
                        "shape": " | 
| 195 | 
            +
                        "shape": "S22"
         | 
| 187 196 | 
             
                      }
         | 
| 188 197 | 
             
                    }
         | 
| 189 198 | 
             
                  },
         | 
| @@ -193,7 +202,7 @@ | |
| 193 202 | 
             
                      "FleetId": {},
         | 
| 194 203 | 
             
                      "FleetArn": {},
         | 
| 195 204 | 
             
                      "LocationStates": {
         | 
| 196 | 
            -
                        "shape": " | 
| 205 | 
            +
                        "shape": "S2g"
         | 
| 197 206 | 
             
                      }
         | 
| 198 207 | 
             
                    }
         | 
| 199 208 | 
             
                  }
         | 
| @@ -227,7 +236,7 @@ | |
| 227 236 | 
             
                        }
         | 
| 228 237 | 
             
                      },
         | 
| 229 238 | 
             
                      "InstanceDefinitions": {
         | 
| 230 | 
            -
                        "shape": " | 
| 239 | 
            +
                        "shape": "S2r"
         | 
| 231 240 | 
             
                      },
         | 
| 232 241 | 
             
                      "AutoScalingPolicy": {
         | 
| 233 242 | 
             
                        "type": "structure",
         | 
| @@ -258,7 +267,7 @@ | |
| 258 267 | 
             
                        "member": {}
         | 
| 259 268 | 
             
                      },
         | 
| 260 269 | 
             
                      "Tags": {
         | 
| 261 | 
            -
                        "shape": " | 
| 270 | 
            +
                        "shape": "St"
         | 
| 262 271 | 
             
                      }
         | 
| 263 272 | 
             
                    }
         | 
| 264 273 | 
             
                  },
         | 
| @@ -266,7 +275,7 @@ | |
| 266 275 | 
             
                    "type": "structure",
         | 
| 267 276 | 
             
                    "members": {
         | 
| 268 277 | 
             
                      "GameServerGroup": {
         | 
| 269 | 
            -
                        "shape": " | 
| 278 | 
            +
                        "shape": "S33"
         | 
| 270 279 | 
             
                      }
         | 
| 271 280 | 
             
                    }
         | 
| 272 281 | 
             
                  }
         | 
| @@ -285,7 +294,7 @@ | |
| 285 294 | 
             
                      },
         | 
| 286 295 | 
             
                      "Name": {},
         | 
| 287 296 | 
             
                      "GameProperties": {
         | 
| 288 | 
            -
                        "shape": " | 
| 297 | 
            +
                        "shape": "S3a"
         | 
| 289 298 | 
             
                      },
         | 
| 290 299 | 
             
                      "CreatorId": {},
         | 
| 291 300 | 
             
                      "GameSessionId": {},
         | 
| @@ -298,7 +307,7 @@ | |
| 298 307 | 
             
                    "type": "structure",
         | 
| 299 308 | 
             
                    "members": {
         | 
| 300 309 | 
             
                      "GameSession": {
         | 
| 301 | 
            -
                        "shape": " | 
| 310 | 
            +
                        "shape": "S3h"
         | 
| 302 311 | 
             
                      }
         | 
| 303 312 | 
             
                    }
         | 
| 304 313 | 
             
                  }
         | 
| @@ -315,21 +324,21 @@ | |
| 315 324 | 
             
                        "type": "integer"
         | 
| 316 325 | 
             
                      },
         | 
| 317 326 | 
             
                      "PlayerLatencyPolicies": {
         | 
| 318 | 
            -
                        "shape": " | 
| 327 | 
            +
                        "shape": "S3q"
         | 
| 319 328 | 
             
                      },
         | 
| 320 329 | 
             
                      "Destinations": {
         | 
| 321 | 
            -
                        "shape": " | 
| 330 | 
            +
                        "shape": "S3s"
         | 
| 322 331 | 
             
                      },
         | 
| 323 332 | 
             
                      "FilterConfiguration": {
         | 
| 324 | 
            -
                        "shape": " | 
| 333 | 
            +
                        "shape": "S3v"
         | 
| 325 334 | 
             
                      },
         | 
| 326 335 | 
             
                      "PriorityConfiguration": {
         | 
| 327 | 
            -
                        "shape": " | 
| 336 | 
            +
                        "shape": "S3x"
         | 
| 328 337 | 
             
                      },
         | 
| 329 338 | 
             
                      "CustomEventData": {},
         | 
| 330 339 | 
             
                      "NotificationTarget": {},
         | 
| 331 340 | 
             
                      "Tags": {
         | 
| 332 | 
            -
                        "shape": " | 
| 341 | 
            +
                        "shape": "St"
         | 
| 333 342 | 
             
                      }
         | 
| 334 343 | 
             
                    }
         | 
| 335 344 | 
             
                  },
         | 
| @@ -337,7 +346,7 @@ | |
| 337 346 | 
             
                    "type": "structure",
         | 
| 338 347 | 
             
                    "members": {
         | 
| 339 348 | 
             
                      "GameSessionQueue": {
         | 
| 340 | 
            -
                        "shape": " | 
| 349 | 
            +
                        "shape": "S43"
         | 
| 341 350 | 
             
                      }
         | 
| 342 351 | 
             
                    }
         | 
| 343 352 | 
             
                  }
         | 
| @@ -351,7 +360,7 @@ | |
| 351 360 | 
             
                    "members": {
         | 
| 352 361 | 
             
                      "LocationName": {},
         | 
| 353 362 | 
             
                      "Tags": {
         | 
| 354 | 
            -
                        "shape": " | 
| 363 | 
            +
                        "shape": "St"
         | 
| 355 364 | 
             
                      }
         | 
| 356 365 | 
             
                    }
         | 
| 357 366 | 
             
                  },
         | 
| @@ -359,7 +368,7 @@ | |
| 359 368 | 
             
                    "type": "structure",
         | 
| 360 369 | 
             
                    "members": {
         | 
| 361 370 | 
             
                      "Location": {
         | 
| 362 | 
            -
                        "shape": " | 
| 371 | 
            +
                        "shape": "S48"
         | 
| 363 372 | 
             
                      }
         | 
| 364 373 | 
             
                    }
         | 
| 365 374 | 
             
                  }
         | 
| @@ -377,7 +386,7 @@ | |
| 377 386 | 
             
                      "Name": {},
         | 
| 378 387 | 
             
                      "Description": {},
         | 
| 379 388 | 
             
                      "GameSessionQueueArns": {
         | 
| 380 | 
            -
                        "shape": " | 
| 389 | 
            +
                        "shape": "S4b"
         | 
| 381 390 | 
             
                      },
         | 
| 382 391 | 
             
                      "RequestTimeoutSeconds": {
         | 
| 383 392 | 
             
                        "type": "integer"
         | 
| @@ -395,13 +404,13 @@ | |
| 395 404 | 
             
                      },
         | 
| 396 405 | 
             
                      "CustomEventData": {},
         | 
| 397 406 | 
             
                      "GameProperties": {
         | 
| 398 | 
            -
                        "shape": " | 
| 407 | 
            +
                        "shape": "S3a"
         | 
| 399 408 | 
             
                      },
         | 
| 400 409 | 
             
                      "GameSessionData": {},
         | 
| 401 410 | 
             
                      "BackfillMode": {},
         | 
| 402 411 | 
             
                      "FlexMatchMode": {},
         | 
| 403 412 | 
             
                      "Tags": {
         | 
| 404 | 
            -
                        "shape": " | 
| 413 | 
            +
                        "shape": "St"
         | 
| 405 414 | 
             
                      }
         | 
| 406 415 | 
             
                    }
         | 
| 407 416 | 
             
                  },
         | 
| @@ -409,7 +418,7 @@ | |
| 409 418 | 
             
                    "type": "structure",
         | 
| 410 419 | 
             
                    "members": {
         | 
| 411 420 | 
             
                      "Configuration": {
         | 
| 412 | 
            -
                        "shape": " | 
| 421 | 
            +
                        "shape": "S4m"
         | 
| 413 422 | 
             
                      }
         | 
| 414 423 | 
             
                    }
         | 
| 415 424 | 
             
                  }
         | 
| @@ -425,7 +434,7 @@ | |
| 425 434 | 
             
                      "Name": {},
         | 
| 426 435 | 
             
                      "RuleSetBody": {},
         | 
| 427 436 | 
             
                      "Tags": {
         | 
| 428 | 
            -
                        "shape": " | 
| 437 | 
            +
                        "shape": "St"
         | 
| 429 438 | 
             
                      }
         | 
| 430 439 | 
             
                    }
         | 
| 431 440 | 
             
                  },
         | 
| @@ -436,7 +445,7 @@ | |
| 436 445 | 
             
                    ],
         | 
| 437 446 | 
             
                    "members": {
         | 
| 438 447 | 
             
                      "RuleSet": {
         | 
| 439 | 
            -
                        "shape": " | 
| 448 | 
            +
                        "shape": "S4s"
         | 
| 440 449 | 
             
                      }
         | 
| 441 450 | 
             
                    }
         | 
| 442 451 | 
             
                  }
         | 
| @@ -458,7 +467,7 @@ | |
| 458 467 | 
             
                    "type": "structure",
         | 
| 459 468 | 
             
                    "members": {
         | 
| 460 469 | 
             
                      "PlayerSession": {
         | 
| 461 | 
            -
                        "shape": " | 
| 470 | 
            +
                        "shape": "S4w"
         | 
| 462 471 | 
             
                      }
         | 
| 463 472 | 
             
                    }
         | 
| 464 473 | 
             
                  }
         | 
| @@ -487,7 +496,7 @@ | |
| 487 496 | 
             
                    "type": "structure",
         | 
| 488 497 | 
             
                    "members": {
         | 
| 489 498 | 
             
                      "PlayerSessions": {
         | 
| 490 | 
            -
                        "shape": " | 
| 499 | 
            +
                        "shape": "S53"
         | 
| 491 500 | 
             
                      }
         | 
| 492 501 | 
             
                    }
         | 
| 493 502 | 
             
                  }
         | 
| @@ -499,13 +508,13 @@ | |
| 499 508 | 
             
                      "Name": {},
         | 
| 500 509 | 
             
                      "Version": {},
         | 
| 501 510 | 
             
                      "StorageLocation": {
         | 
| 502 | 
            -
                        "shape": " | 
| 511 | 
            +
                        "shape": "S12"
         | 
| 503 512 | 
             
                      },
         | 
| 504 513 | 
             
                      "ZipFile": {
         | 
| 505 514 | 
             
                        "type": "blob"
         | 
| 506 515 | 
             
                      },
         | 
| 507 516 | 
             
                      "Tags": {
         | 
| 508 | 
            -
                        "shape": " | 
| 517 | 
            +
                        "shape": "St"
         | 
| 509 518 | 
             
                      }
         | 
| 510 519 | 
             
                    }
         | 
| 511 520 | 
             
                  },
         | 
| @@ -513,7 +522,7 @@ | |
| 513 522 | 
             
                    "type": "structure",
         | 
| 514 523 | 
             
                    "members": {
         | 
| 515 524 | 
             
                      "Script": {
         | 
| 516 | 
            -
                        "shape": " | 
| 525 | 
            +
                        "shape": "S57"
         | 
| 517 526 | 
             
                      }
         | 
| 518 527 | 
             
                    }
         | 
| 519 528 | 
             
                  }
         | 
| @@ -534,7 +543,7 @@ | |
| 534 543 | 
             
                    "type": "structure",
         | 
| 535 544 | 
             
                    "members": {
         | 
| 536 545 | 
             
                      "VpcPeeringAuthorization": {
         | 
| 537 | 
            -
                        "shape": " | 
| 546 | 
            +
                        "shape": "S5a"
         | 
| 538 547 | 
             
                      }
         | 
| 539 548 | 
             
                    }
         | 
| 540 549 | 
             
                  }
         | 
| @@ -601,7 +610,7 @@ | |
| 601 610 | 
             
                    "members": {
         | 
| 602 611 | 
             
                      "FleetId": {},
         | 
| 603 612 | 
             
                      "Locations": {
         | 
| 604 | 
            -
                        "shape": " | 
| 613 | 
            +
                        "shape": "S3w"
         | 
| 605 614 | 
             
                      }
         | 
| 606 615 | 
             
                    }
         | 
| 607 616 | 
             
                  },
         | 
| @@ -611,7 +620,7 @@ | |
| 611 620 | 
             
                      "FleetId": {},
         | 
| 612 621 | 
             
                      "FleetArn": {},
         | 
| 613 622 | 
             
                      "LocationStates": {
         | 
| 614 | 
            -
                        "shape": " | 
| 623 | 
            +
                        "shape": "S2g"
         | 
| 615 624 | 
             
                      }
         | 
| 616 625 | 
             
                    }
         | 
| 617 626 | 
             
                  }
         | 
| @@ -631,7 +640,7 @@ | |
| 631 640 | 
             
                    "type": "structure",
         | 
| 632 641 | 
             
                    "members": {
         | 
| 633 642 | 
             
                      "GameServerGroup": {
         | 
| 634 | 
            -
                        "shape": " | 
| 643 | 
            +
                        "shape": "S33"
         | 
| 635 644 | 
             
                      }
         | 
| 636 645 | 
             
                    }
         | 
| 637 646 | 
             
                  }
         | 
| @@ -798,7 +807,7 @@ | |
| 798 807 | 
             
                    "type": "structure",
         | 
| 799 808 | 
             
                    "members": {
         | 
| 800 809 | 
             
                      "Alias": {
         | 
| 801 | 
            -
                        "shape": " | 
| 810 | 
            +
                        "shape": "Sy"
         | 
| 802 811 | 
             
                      }
         | 
| 803 812 | 
             
                    }
         | 
| 804 813 | 
             
                  }
         | 
| @@ -817,7 +826,7 @@ | |
| 817 826 | 
             
                    "type": "structure",
         | 
| 818 827 | 
             
                    "members": {
         | 
| 819 828 | 
             
                      "Build": {
         | 
| 820 | 
            -
                        "shape": " | 
| 829 | 
            +
                        "shape": "S17"
         | 
| 821 830 | 
             
                      }
         | 
| 822 831 | 
             
                    }
         | 
| 823 832 | 
             
                  }
         | 
| @@ -838,7 +847,7 @@ | |
| 838 847 | 
             
                    "type": "structure",
         | 
| 839 848 | 
             
                    "members": {
         | 
| 840 849 | 
             
                      "Compute": {
         | 
| 841 | 
            -
                        "shape": " | 
| 850 | 
            +
                        "shape": "S6c"
         | 
| 842 851 | 
             
                      }
         | 
| 843 852 | 
             
                    }
         | 
| 844 853 | 
             
                  }
         | 
| @@ -878,7 +887,7 @@ | |
| 878 887 | 
             
                    "type": "structure",
         | 
| 879 888 | 
             
                    "members": {
         | 
| 880 889 | 
             
                      "FleetIds": {
         | 
| 881 | 
            -
                        "shape": " | 
| 890 | 
            +
                        "shape": "S6m"
         | 
| 882 891 | 
             
                      },
         | 
| 883 892 | 
             
                      "Limit": {
         | 
| 884 893 | 
             
                        "type": "integer"
         | 
| @@ -892,7 +901,7 @@ | |
| 892 901 | 
             
                      "FleetAttributes": {
         | 
| 893 902 | 
             
                        "type": "list",
         | 
| 894 903 | 
             
                        "member": {
         | 
| 895 | 
            -
                          "shape": " | 
| 904 | 
            +
                          "shape": "S29"
         | 
| 896 905 | 
             
                        }
         | 
| 897 906 | 
             
                      },
         | 
| 898 907 | 
             
                      "NextToken": {}
         | 
| @@ -904,7 +913,7 @@ | |
| 904 913 | 
             
                    "type": "structure",
         | 
| 905 914 | 
             
                    "members": {
         | 
| 906 915 | 
             
                      "FleetIds": {
         | 
| 907 | 
            -
                        "shape": " | 
| 916 | 
            +
                        "shape": "S6m"
         | 
| 908 917 | 
             
                      },
         | 
| 909 918 | 
             
                      "Limit": {
         | 
| 910 919 | 
             
                        "type": "integer"
         | 
| @@ -918,7 +927,7 @@ | |
| 918 927 | 
             
                      "FleetCapacity": {
         | 
| 919 928 | 
             
                        "type": "list",
         | 
| 920 929 | 
             
                        "member": {
         | 
| 921 | 
            -
                          "shape": " | 
| 930 | 
            +
                          "shape": "S6s"
         | 
| 922 931 | 
             
                        }
         | 
| 923 932 | 
             
                      },
         | 
| 924 933 | 
             
                      "NextToken": {}
         | 
| @@ -977,7 +986,7 @@ | |
| 977 986 | 
             
                    "members": {
         | 
| 978 987 | 
             
                      "FleetId": {},
         | 
| 979 988 | 
             
                      "Locations": {
         | 
| 980 | 
            -
                        "shape": " | 
| 989 | 
            +
                        "shape": "S3w"
         | 
| 981 990 | 
             
                      },
         | 
| 982 991 | 
             
                      "Limit": {
         | 
| 983 992 | 
             
                        "type": "integer"
         | 
| @@ -996,10 +1005,10 @@ | |
| 996 1005 | 
             
                          "type": "structure",
         | 
| 997 1006 | 
             
                          "members": {
         | 
| 998 1007 | 
             
                            "LocationState": {
         | 
| 999 | 
            -
                              "shape": " | 
| 1008 | 
            +
                              "shape": "S2h"
         | 
| 1000 1009 | 
             
                            },
         | 
| 1001 1010 | 
             
                            "StoppedActions": {
         | 
| 1002 | 
            -
                              "shape": " | 
| 1011 | 
            +
                              "shape": "S2e"
         | 
| 1003 1012 | 
             
                            },
         | 
| 1004 1013 | 
             
                            "UpdateStatus": {}
         | 
| 1005 1014 | 
             
                          }
         | 
| @@ -1025,7 +1034,7 @@ | |
| 1025 1034 | 
             
                    "type": "structure",
         | 
| 1026 1035 | 
             
                    "members": {
         | 
| 1027 1036 | 
             
                      "FleetCapacity": {
         | 
| 1028 | 
            -
                        "shape": " | 
| 1037 | 
            +
                        "shape": "S6s"
         | 
| 1029 1038 | 
             
                      }
         | 
| 1030 1039 | 
             
                    }
         | 
| 1031 1040 | 
             
                  }
         | 
| @@ -1046,7 +1055,7 @@ | |
| 1046 1055 | 
             
                    "type": "structure",
         | 
| 1047 1056 | 
             
                    "members": {
         | 
| 1048 1057 | 
             
                      "FleetUtilization": {
         | 
| 1049 | 
            -
                        "shape": " | 
| 1058 | 
            +
                        "shape": "S78"
         | 
| 1050 1059 | 
             
                      }
         | 
| 1051 1060 | 
             
                    }
         | 
| 1052 1061 | 
             
                  }
         | 
| @@ -1068,7 +1077,7 @@ | |
| 1068 1077 | 
             
                      "FleetId": {},
         | 
| 1069 1078 | 
             
                      "FleetArn": {},
         | 
| 1070 1079 | 
             
                      "InboundPermissions": {
         | 
| 1071 | 
            -
                        "shape": " | 
| 1080 | 
            +
                        "shape": "S1j"
         | 
| 1072 1081 | 
             
                      },
         | 
| 1073 1082 | 
             
                      "UpdateStatus": {},
         | 
| 1074 1083 | 
             
                      "Location": {}
         | 
| @@ -1080,7 +1089,7 @@ | |
| 1080 1089 | 
             
                    "type": "structure",
         | 
| 1081 1090 | 
             
                    "members": {
         | 
| 1082 1091 | 
             
                      "FleetIds": {
         | 
| 1083 | 
            -
                        "shape": " | 
| 1092 | 
            +
                        "shape": "S6m"
         | 
| 1084 1093 | 
             
                      },
         | 
| 1085 1094 | 
             
                      "Limit": {
         | 
| 1086 1095 | 
             
                        "type": "integer"
         | 
| @@ -1094,7 +1103,7 @@ | |
| 1094 1103 | 
             
                      "FleetUtilization": {
         | 
| 1095 1104 | 
             
                        "type": "list",
         | 
| 1096 1105 | 
             
                        "member": {
         | 
| 1097 | 
            -
                          "shape": " | 
| 1106 | 
            +
                          "shape": "S78"
         | 
| 1098 1107 | 
             
                        }
         | 
| 1099 1108 | 
             
                      },
         | 
| 1100 1109 | 
             
                      "NextToken": {}
         | 
| @@ -1117,7 +1126,7 @@ | |
| 1117 1126 | 
             
                    "type": "structure",
         | 
| 1118 1127 | 
             
                    "members": {
         | 
| 1119 1128 | 
             
                      "GameServer": {
         | 
| 1120 | 
            -
                        "shape": " | 
| 1129 | 
            +
                        "shape": "Sf"
         | 
| 1121 1130 | 
             
                      }
         | 
| 1122 1131 | 
             
                    }
         | 
| 1123 1132 | 
             
                  }
         | 
| @@ -1136,7 +1145,7 @@ | |
| 1136 1145 | 
             
                    "type": "structure",
         | 
| 1137 1146 | 
             
                    "members": {
         | 
| 1138 1147 | 
             
                      "GameServerGroup": {
         | 
| 1139 | 
            -
                        "shape": " | 
| 1148 | 
            +
                        "shape": "S33"
         | 
| 1140 1149 | 
             
                      }
         | 
| 1141 1150 | 
             
                    }
         | 
| 1142 1151 | 
             
                  }
         | 
| @@ -1202,7 +1211,7 @@ | |
| 1202 1211 | 
             
                          "type": "structure",
         | 
| 1203 1212 | 
             
                          "members": {
         | 
| 1204 1213 | 
             
                            "GameSession": {
         | 
| 1205 | 
            -
                              "shape": " | 
| 1214 | 
            +
                              "shape": "S3h"
         | 
| 1206 1215 | 
             
                            },
         | 
| 1207 1216 | 
             
                            "ProtectionPolicy": {}
         | 
| 1208 1217 | 
             
                          }
         | 
| @@ -1226,7 +1235,7 @@ | |
| 1226 1235 | 
             
                    "type": "structure",
         | 
| 1227 1236 | 
             
                    "members": {
         | 
| 1228 1237 | 
             
                      "GameSessionPlacement": {
         | 
| 1229 | 
            -
                        "shape": " | 
| 1238 | 
            +
                        "shape": "S7u"
         | 
| 1230 1239 | 
             
                      }
         | 
| 1231 1240 | 
             
                    }
         | 
| 1232 1241 | 
             
                  }
         | 
| @@ -1251,7 +1260,7 @@ | |
| 1251 1260 | 
             
                      "GameSessionQueues": {
         | 
| 1252 1261 | 
             
                        "type": "list",
         | 
| 1253 1262 | 
             
                        "member": {
         | 
| 1254 | 
            -
                          "shape": " | 
| 1263 | 
            +
                          "shape": "S43"
         | 
| 1255 1264 | 
             
                        }
         | 
| 1256 1265 | 
             
                      },
         | 
| 1257 1266 | 
             
                      "NextToken": {}
         | 
| @@ -1277,7 +1286,7 @@ | |
| 1277 1286 | 
             
                    "type": "structure",
         | 
| 1278 1287 | 
             
                    "members": {
         | 
| 1279 1288 | 
             
                      "GameSessions": {
         | 
| 1280 | 
            -
                        "shape": " | 
| 1289 | 
            +
                        "shape": "S87"
         | 
| 1281 1290 | 
             
                      },
         | 
| 1282 1291 | 
             
                      "NextToken": {}
         | 
| 1283 1292 | 
             
                    }
         | 
| @@ -1345,7 +1354,7 @@ | |
| 1345 1354 | 
             
                      "TicketList": {
         | 
| 1346 1355 | 
             
                        "type": "list",
         | 
| 1347 1356 | 
             
                        "member": {
         | 
| 1348 | 
            -
                          "shape": " | 
| 1357 | 
            +
                          "shape": "S8i"
         | 
| 1349 1358 | 
             
                        }
         | 
| 1350 1359 | 
             
                      }
         | 
| 1351 1360 | 
             
                    }
         | 
| @@ -1372,7 +1381,7 @@ | |
| 1372 1381 | 
             
                      "Configurations": {
         | 
| 1373 1382 | 
             
                        "type": "list",
         | 
| 1374 1383 | 
             
                        "member": {
         | 
| 1375 | 
            -
                          "shape": " | 
| 1384 | 
            +
                          "shape": "S4m"
         | 
| 1376 1385 | 
             
                        }
         | 
| 1377 1386 | 
             
                      },
         | 
| 1378 1387 | 
             
                      "NextToken": {}
         | 
| @@ -1402,7 +1411,7 @@ | |
| 1402 1411 | 
             
                      "RuleSets": {
         | 
| 1403 1412 | 
             
                        "type": "list",
         | 
| 1404 1413 | 
             
                        "member": {
         | 
| 1405 | 
            -
                          "shape": " | 
| 1414 | 
            +
                          "shape": "S4s"
         | 
| 1406 1415 | 
             
                        }
         | 
| 1407 1416 | 
             
                      },
         | 
| 1408 1417 | 
             
                      "NextToken": {}
         | 
| @@ -1427,7 +1436,7 @@ | |
| 1427 1436 | 
             
                    "type": "structure",
         | 
| 1428 1437 | 
             
                    "members": {
         | 
| 1429 1438 | 
             
                      "PlayerSessions": {
         | 
| 1430 | 
            -
                        "shape": " | 
| 1439 | 
            +
                        "shape": "S53"
         | 
| 1431 1440 | 
             
                      },
         | 
| 1432 1441 | 
             
                      "NextToken": {}
         | 
| 1433 1442 | 
             
                    }
         | 
| @@ -1447,7 +1456,7 @@ | |
| 1447 1456 | 
             
                    "type": "structure",
         | 
| 1448 1457 | 
             
                    "members": {
         | 
| 1449 1458 | 
             
                      "RuntimeConfiguration": {
         | 
| 1450 | 
            -
                        "shape": " | 
| 1459 | 
            +
                        "shape": "S1p"
         | 
| 1451 1460 | 
             
                      }
         | 
| 1452 1461 | 
             
                    }
         | 
| 1453 1462 | 
             
                  }
         | 
| @@ -1494,7 +1503,7 @@ | |
| 1494 1503 | 
             
                            "MetricName": {},
         | 
| 1495 1504 | 
             
                            "PolicyType": {},
         | 
| 1496 1505 | 
             
                            "TargetConfiguration": {
         | 
| 1497 | 
            -
                              "shape": " | 
| 1506 | 
            +
                              "shape": "S9l"
         | 
| 1498 1507 | 
             
                            },
         | 
| 1499 1508 | 
             
                            "UpdateStatus": {},
         | 
| 1500 1509 | 
             
                            "Location": {}
         | 
| @@ -1519,7 +1528,7 @@ | |
| 1519 1528 | 
             
                    "type": "structure",
         | 
| 1520 1529 | 
             
                    "members": {
         | 
| 1521 1530 | 
             
                      "Script": {
         | 
| 1522 | 
            -
                        "shape": " | 
| 1531 | 
            +
                        "shape": "S57"
         | 
| 1523 1532 | 
             
                      }
         | 
| 1524 1533 | 
             
                    }
         | 
| 1525 1534 | 
             
                  }
         | 
| @@ -1535,7 +1544,7 @@ | |
| 1535 1544 | 
             
                      "VpcPeeringAuthorizations": {
         | 
| 1536 1545 | 
             
                        "type": "list",
         | 
| 1537 1546 | 
             
                        "member": {
         | 
| 1538 | 
            -
                          "shape": " | 
| 1547 | 
            +
                          "shape": "S5a"
         | 
| 1539 1548 | 
             
                        }
         | 
| 1540 1549 | 
             
                      }
         | 
| 1541 1550 | 
             
                    }
         | 
| @@ -1595,7 +1604,7 @@ | |
| 1595 1604 | 
             
                      "ComputeName": {},
         | 
| 1596 1605 | 
             
                      "ComputeArn": {},
         | 
| 1597 1606 | 
             
                      "Credentials": {
         | 
| 1598 | 
            -
                        "shape": " | 
| 1607 | 
            +
                        "shape": "S1c"
         | 
| 1599 1608 | 
             
                      }
         | 
| 1600 1609 | 
             
                    }
         | 
| 1601 1610 | 
             
                  }
         | 
| @@ -1696,7 +1705,7 @@ | |
| 1696 1705 | 
             
                      "Aliases": {
         | 
| 1697 1706 | 
             
                        "type": "list",
         | 
| 1698 1707 | 
             
                        "member": {
         | 
| 1699 | 
            -
                          "shape": " | 
| 1708 | 
            +
                          "shape": "Sy"
         | 
| 1700 1709 | 
             
                        }
         | 
| 1701 1710 | 
             
                      },
         | 
| 1702 1711 | 
             
                      "NextToken": {}
         | 
| @@ -1720,7 +1729,7 @@ | |
| 1720 1729 | 
             
                      "Builds": {
         | 
| 1721 1730 | 
             
                        "type": "list",
         | 
| 1722 1731 | 
             
                        "member": {
         | 
| 1723 | 
            -
                          "shape": " | 
| 1732 | 
            +
                          "shape": "S17"
         | 
| 1724 1733 | 
             
                        }
         | 
| 1725 1734 | 
             
                      },
         | 
| 1726 1735 | 
             
                      "NextToken": {}
         | 
| @@ -1748,7 +1757,7 @@ | |
| 1748 1757 | 
             
                      "ComputeList": {
         | 
| 1749 1758 | 
             
                        "type": "list",
         | 
| 1750 1759 | 
             
                        "member": {
         | 
| 1751 | 
            -
                          "shape": " | 
| 1760 | 
            +
                          "shape": "S6c"
         | 
| 1752 1761 | 
             
                        }
         | 
| 1753 1762 | 
             
                      },
         | 
| 1754 1763 | 
             
                      "NextToken": {}
         | 
| @@ -1794,7 +1803,7 @@ | |
| 1794 1803 | 
             
                      "GameServerGroups": {
         | 
| 1795 1804 | 
             
                        "type": "list",
         | 
| 1796 1805 | 
             
                        "member": {
         | 
| 1797 | 
            -
                          "shape": " | 
| 1806 | 
            +
                          "shape": "S33"
         | 
| 1798 1807 | 
             
                        }
         | 
| 1799 1808 | 
             
                      },
         | 
| 1800 1809 | 
             
                      "NextToken": {}
         | 
| @@ -1822,7 +1831,7 @@ | |
| 1822 1831 | 
             
                      "GameServers": {
         | 
| 1823 1832 | 
             
                        "type": "list",
         | 
| 1824 1833 | 
             
                        "member": {
         | 
| 1825 | 
            -
                          "shape": " | 
| 1834 | 
            +
                          "shape": "Sf"
         | 
| 1826 1835 | 
             
                        }
         | 
| 1827 1836 | 
             
                      },
         | 
| 1828 1837 | 
             
                      "NextToken": {}
         | 
| @@ -1849,7 +1858,7 @@ | |
| 1849 1858 | 
             
                      "Locations": {
         | 
| 1850 1859 | 
             
                        "type": "list",
         | 
| 1851 1860 | 
             
                        "member": {
         | 
| 1852 | 
            -
                          "shape": " | 
| 1861 | 
            +
                          "shape": "S48"
         | 
| 1853 1862 | 
             
                        }
         | 
| 1854 1863 | 
             
                      },
         | 
| 1855 1864 | 
             
                      "NextToken": {}
         | 
| @@ -1872,7 +1881,7 @@ | |
| 1872 1881 | 
             
                      "Scripts": {
         | 
| 1873 1882 | 
             
                        "type": "list",
         | 
| 1874 1883 | 
             
                        "member": {
         | 
| 1875 | 
            -
                          "shape": " | 
| 1884 | 
            +
                          "shape": "S57"
         | 
| 1876 1885 | 
             
                        }
         | 
| 1877 1886 | 
             
                      },
         | 
| 1878 1887 | 
             
                      "NextToken": {}
         | 
| @@ -1893,7 +1902,7 @@ | |
| 1893 1902 | 
             
                    "type": "structure",
         | 
| 1894 1903 | 
             
                    "members": {
         | 
| 1895 1904 | 
             
                      "Tags": {
         | 
| 1896 | 
            -
                        "shape": " | 
| 1905 | 
            +
                        "shape": "St"
         | 
| 1897 1906 | 
             
                      }
         | 
| 1898 1907 | 
             
                    }
         | 
| 1899 1908 | 
             
                  }
         | 
| @@ -1923,7 +1932,7 @@ | |
| 1923 1932 | 
             
                      "MetricName": {},
         | 
| 1924 1933 | 
             
                      "PolicyType": {},
         | 
| 1925 1934 | 
             
                      "TargetConfiguration": {
         | 
| 1926 | 
            -
                        "shape": " | 
| 1935 | 
            +
                        "shape": "S9l"
         | 
| 1927 1936 | 
             
                      }
         | 
| 1928 1937 | 
             
                    }
         | 
| 1929 1938 | 
             
                  },
         | 
| @@ -1954,7 +1963,7 @@ | |
| 1954 1963 | 
             
                    "type": "structure",
         | 
| 1955 1964 | 
             
                    "members": {
         | 
| 1956 1965 | 
             
                      "Compute": {
         | 
| 1957 | 
            -
                        "shape": " | 
| 1966 | 
            +
                        "shape": "S6c"
         | 
| 1958 1967 | 
             
                      }
         | 
| 1959 1968 | 
             
                    }
         | 
| 1960 1969 | 
             
                  }
         | 
| @@ -1979,7 +1988,7 @@ | |
| 1979 1988 | 
             
                    "type": "structure",
         | 
| 1980 1989 | 
             
                    "members": {
         | 
| 1981 1990 | 
             
                      "GameServer": {
         | 
| 1982 | 
            -
                        "shape": " | 
| 1991 | 
            +
                        "shape": "Sf"
         | 
| 1983 1992 | 
             
                      }
         | 
| 1984 1993 | 
             
                    }
         | 
| 1985 1994 | 
             
                  }
         | 
| @@ -1998,10 +2007,10 @@ | |
| 1998 2007 | 
             
                    "type": "structure",
         | 
| 1999 2008 | 
             
                    "members": {
         | 
| 2000 2009 | 
             
                      "UploadCredentials": {
         | 
| 2001 | 
            -
                        "shape": " | 
| 2010 | 
            +
                        "shape": "S1c"
         | 
| 2002 2011 | 
             
                      },
         | 
| 2003 2012 | 
             
                      "StorageLocation": {
         | 
| 2004 | 
            -
                        "shape": " | 
| 2013 | 
            +
                        "shape": "S12"
         | 
| 2005 2014 | 
             
                      }
         | 
| 2006 2015 | 
             
                    }
         | 
| 2007 2016 | 
             
                  }
         | 
| @@ -2034,7 +2043,7 @@ | |
| 2034 2043 | 
             
                    "members": {
         | 
| 2035 2044 | 
             
                      "GameServerGroupName": {},
         | 
| 2036 2045 | 
             
                      "ResumeActions": {
         | 
| 2037 | 
            -
                        "shape": " | 
| 2046 | 
            +
                        "shape": "S36"
         | 
| 2038 2047 | 
             
                      }
         | 
| 2039 2048 | 
             
                    }
         | 
| 2040 2049 | 
             
                  },
         | 
| @@ -2042,7 +2051,7 @@ | |
| 2042 2051 | 
             
                    "type": "structure",
         | 
| 2043 2052 | 
             
                    "members": {
         | 
| 2044 2053 | 
             
                      "GameServerGroup": {
         | 
| 2045 | 
            -
                        "shape": " | 
| 2054 | 
            +
                        "shape": "S33"
         | 
| 2046 2055 | 
             
                      }
         | 
| 2047 2056 | 
             
                    }
         | 
| 2048 2057 | 
             
                  }
         | 
| @@ -2066,7 +2075,7 @@ | |
| 2066 2075 | 
             
                    "type": "structure",
         | 
| 2067 2076 | 
             
                    "members": {
         | 
| 2068 2077 | 
             
                      "GameSessions": {
         | 
| 2069 | 
            -
                        "shape": " | 
| 2078 | 
            +
                        "shape": "S87"
         | 
| 2070 2079 | 
             
                      },
         | 
| 2071 2080 | 
             
                      "NextToken": {}
         | 
| 2072 2081 | 
             
                    }
         | 
| @@ -2082,7 +2091,7 @@ | |
| 2082 2091 | 
             
                    "members": {
         | 
| 2083 2092 | 
             
                      "FleetId": {},
         | 
| 2084 2093 | 
             
                      "Actions": {
         | 
| 2085 | 
            -
                        "shape": " | 
| 2094 | 
            +
                        "shape": "S2e"
         | 
| 2086 2095 | 
             
                      },
         | 
| 2087 2096 | 
             
                      "Location": {}
         | 
| 2088 2097 | 
             
                    }
         | 
| @@ -2107,14 +2116,14 @@ | |
| 2107 2116 | 
             
                      "PlacementId": {},
         | 
| 2108 2117 | 
             
                      "GameSessionQueueName": {},
         | 
| 2109 2118 | 
             
                      "GameProperties": {
         | 
| 2110 | 
            -
                        "shape": " | 
| 2119 | 
            +
                        "shape": "S3a"
         | 
| 2111 2120 | 
             
                      },
         | 
| 2112 2121 | 
             
                      "MaximumPlayerSessionCount": {
         | 
| 2113 2122 | 
             
                        "type": "integer"
         | 
| 2114 2123 | 
             
                      },
         | 
| 2115 2124 | 
             
                      "GameSessionName": {},
         | 
| 2116 2125 | 
             
                      "PlayerLatencies": {
         | 
| 2117 | 
            -
                        "shape": " | 
| 2126 | 
            +
                        "shape": "S7w"
         | 
| 2118 2127 | 
             
                      },
         | 
| 2119 2128 | 
             
                      "DesiredPlayerSessions": {
         | 
| 2120 2129 | 
             
                        "type": "list",
         | 
| @@ -2133,7 +2142,7 @@ | |
| 2133 2142 | 
             
                    "type": "structure",
         | 
| 2134 2143 | 
             
                    "members": {
         | 
| 2135 2144 | 
             
                      "GameSessionPlacement": {
         | 
| 2136 | 
            -
                        "shape": " | 
| 2145 | 
            +
                        "shape": "S7u"
         | 
| 2137 2146 | 
             
                      }
         | 
| 2138 2147 | 
             
                    }
         | 
| 2139 2148 | 
             
                  }
         | 
| @@ -2150,7 +2159,7 @@ | |
| 2150 2159 | 
             
                      "ConfigurationName": {},
         | 
| 2151 2160 | 
             
                      "GameSessionArn": {},
         | 
| 2152 2161 | 
             
                      "Players": {
         | 
| 2153 | 
            -
                        "shape": " | 
| 2162 | 
            +
                        "shape": "S8l"
         | 
| 2154 2163 | 
             
                      }
         | 
| 2155 2164 | 
             
                    }
         | 
| 2156 2165 | 
             
                  },
         | 
| @@ -2158,7 +2167,7 @@ | |
| 2158 2167 | 
             
                    "type": "structure",
         | 
| 2159 2168 | 
             
                    "members": {
         | 
| 2160 2169 | 
             
                      "MatchmakingTicket": {
         | 
| 2161 | 
            -
                        "shape": " | 
| 2170 | 
            +
                        "shape": "S8i"
         | 
| 2162 2171 | 
             
                      }
         | 
| 2163 2172 | 
             
                    }
         | 
| 2164 2173 | 
             
                  }
         | 
| @@ -2174,7 +2183,7 @@ | |
| 2174 2183 | 
             
                      "TicketId": {},
         | 
| 2175 2184 | 
             
                      "ConfigurationName": {},
         | 
| 2176 2185 | 
             
                      "Players": {
         | 
| 2177 | 
            -
                        "shape": " | 
| 2186 | 
            +
                        "shape": "S8l"
         | 
| 2178 2187 | 
             
                      }
         | 
| 2179 2188 | 
             
                    }
         | 
| 2180 2189 | 
             
                  },
         | 
| @@ -2182,7 +2191,7 @@ | |
| 2182 2191 | 
             
                    "type": "structure",
         | 
| 2183 2192 | 
             
                    "members": {
         | 
| 2184 2193 | 
             
                      "MatchmakingTicket": {
         | 
| 2185 | 
            -
                        "shape": " | 
| 2194 | 
            +
                        "shape": "S8i"
         | 
| 2186 2195 | 
             
                      }
         | 
| 2187 2196 | 
             
                    }
         | 
| 2188 2197 | 
             
                  }
         | 
| @@ -2197,7 +2206,7 @@ | |
| 2197 2206 | 
             
                    "members": {
         | 
| 2198 2207 | 
             
                      "FleetId": {},
         | 
| 2199 2208 | 
             
                      "Actions": {
         | 
| 2200 | 
            -
                        "shape": " | 
| 2209 | 
            +
                        "shape": "S2e"
         | 
| 2201 2210 | 
             
                      },
         | 
| 2202 2211 | 
             
                      "Location": {}
         | 
| 2203 2212 | 
             
                    }
         | 
| @@ -2224,7 +2233,7 @@ | |
| 2224 2233 | 
             
                    "type": "structure",
         | 
| 2225 2234 | 
             
                    "members": {
         | 
| 2226 2235 | 
             
                      "GameSessionPlacement": {
         | 
| 2227 | 
            -
                        "shape": " | 
| 2236 | 
            +
                        "shape": "S7u"
         | 
| 2228 2237 | 
             
                      }
         | 
| 2229 2238 | 
             
                    }
         | 
| 2230 2239 | 
             
                  }
         | 
| @@ -2254,7 +2263,7 @@ | |
| 2254 2263 | 
             
                    "members": {
         | 
| 2255 2264 | 
             
                      "GameServerGroupName": {},
         | 
| 2256 2265 | 
             
                      "SuspendActions": {
         | 
| 2257 | 
            -
                        "shape": " | 
| 2266 | 
            +
                        "shape": "S36"
         | 
| 2258 2267 | 
             
                      }
         | 
| 2259 2268 | 
             
                    }
         | 
| 2260 2269 | 
             
                  },
         | 
| @@ -2262,7 +2271,7 @@ | |
| 2262 2271 | 
             
                    "type": "structure",
         | 
| 2263 2272 | 
             
                    "members": {
         | 
| 2264 2273 | 
             
                      "GameServerGroup": {
         | 
| 2265 | 
            -
                        "shape": " | 
| 2274 | 
            +
                        "shape": "S33"
         | 
| 2266 2275 | 
             
                      }
         | 
| 2267 2276 | 
             
                    }
         | 
| 2268 2277 | 
             
                  }
         | 
| @@ -2277,7 +2286,7 @@ | |
| 2277 2286 | 
             
                    "members": {
         | 
| 2278 2287 | 
             
                      "ResourceARN": {},
         | 
| 2279 2288 | 
             
                      "Tags": {
         | 
| 2280 | 
            -
                        "shape": " | 
| 2289 | 
            +
                        "shape": "St"
         | 
| 2281 2290 | 
             
                      }
         | 
| 2282 2291 | 
             
                    }
         | 
| 2283 2292 | 
             
                  },
         | 
| @@ -2317,7 +2326,7 @@ | |
| 2317 2326 | 
             
                      "Name": {},
         | 
| 2318 2327 | 
             
                      "Description": {},
         | 
| 2319 2328 | 
             
                      "RoutingStrategy": {
         | 
| 2320 | 
            -
                        "shape": " | 
| 2329 | 
            +
                        "shape": "Sp"
         | 
| 2321 2330 | 
             
                      }
         | 
| 2322 2331 | 
             
                    }
         | 
| 2323 2332 | 
             
                  },
         | 
| @@ -2325,7 +2334,7 @@ | |
| 2325 2334 | 
             
                    "type": "structure",
         | 
| 2326 2335 | 
             
                    "members": {
         | 
| 2327 2336 | 
             
                      "Alias": {
         | 
| 2328 | 
            -
                        "shape": " | 
| 2337 | 
            +
                        "shape": "Sy"
         | 
| 2329 2338 | 
             
                      }
         | 
| 2330 2339 | 
             
                    }
         | 
| 2331 2340 | 
             
                  }
         | 
| @@ -2346,7 +2355,7 @@ | |
| 2346 2355 | 
             
                    "type": "structure",
         | 
| 2347 2356 | 
             
                    "members": {
         | 
| 2348 2357 | 
             
                      "Build": {
         | 
| 2349 | 
            -
                        "shape": " | 
| 2358 | 
            +
                        "shape": "S17"
         | 
| 2350 2359 | 
             
                      }
         | 
| 2351 2360 | 
             
                    }
         | 
| 2352 2361 | 
             
                  }
         | 
| @@ -2363,13 +2372,13 @@ | |
| 2363 2372 | 
             
                      "Description": {},
         | 
| 2364 2373 | 
             
                      "NewGameSessionProtectionPolicy": {},
         | 
| 2365 2374 | 
             
                      "ResourceCreationLimitPolicy": {
         | 
| 2366 | 
            -
                        "shape": " | 
| 2375 | 
            +
                        "shape": "S1v"
         | 
| 2367 2376 | 
             
                      },
         | 
| 2368 2377 | 
             
                      "MetricGroups": {
         | 
| 2369 | 
            -
                        "shape": " | 
| 2378 | 
            +
                        "shape": "S1x"
         | 
| 2370 2379 | 
             
                      },
         | 
| 2371 2380 | 
             
                      "AnywhereConfiguration": {
         | 
| 2372 | 
            -
                        "shape": " | 
| 2381 | 
            +
                        "shape": "S26"
         | 
| 2373 2382 | 
             
                      }
         | 
| 2374 2383 | 
             
                    }
         | 
| 2375 2384 | 
             
                  },
         | 
| @@ -2419,10 +2428,10 @@ | |
| 2419 2428 | 
             
                    "members": {
         | 
| 2420 2429 | 
             
                      "FleetId": {},
         | 
| 2421 2430 | 
             
                      "InboundPermissionAuthorizations": {
         | 
| 2422 | 
            -
                        "shape": " | 
| 2431 | 
            +
                        "shape": "S1j"
         | 
| 2423 2432 | 
             
                      },
         | 
| 2424 2433 | 
             
                      "InboundPermissionRevocations": {
         | 
| 2425 | 
            -
                        "shape": " | 
| 2434 | 
            +
                        "shape": "S1j"
         | 
| 2426 2435 | 
             
                      }
         | 
| 2427 2436 | 
             
                    }
         | 
| 2428 2437 | 
             
                  },
         | 
| @@ -2453,7 +2462,7 @@ | |
| 2453 2462 | 
             
                    "type": "structure",
         | 
| 2454 2463 | 
             
                    "members": {
         | 
| 2455 2464 | 
             
                      "GameServer": {
         | 
| 2456 | 
            -
                        "shape": " | 
| 2465 | 
            +
                        "shape": "Sf"
         | 
| 2457 2466 | 
             
                      }
         | 
| 2458 2467 | 
             
                    }
         | 
| 2459 2468 | 
             
                  }
         | 
| @@ -2468,7 +2477,7 @@ | |
| 2468 2477 | 
             
                      "GameServerGroupName": {},
         | 
| 2469 2478 | 
             
                      "RoleArn": {},
         | 
| 2470 2479 | 
             
                      "InstanceDefinitions": {
         | 
| 2471 | 
            -
                        "shape": " | 
| 2480 | 
            +
                        "shape": "S2r"
         | 
| 2472 2481 | 
             
                      },
         | 
| 2473 2482 | 
             
                      "GameServerProtectionPolicy": {},
         | 
| 2474 2483 | 
             
                      "BalancingStrategy": {}
         | 
| @@ -2478,7 +2487,7 @@ | |
| 2478 2487 | 
             
                    "type": "structure",
         | 
| 2479 2488 | 
             
                    "members": {
         | 
| 2480 2489 | 
             
                      "GameServerGroup": {
         | 
| 2481 | 
            -
                        "shape": " | 
| 2490 | 
            +
                        "shape": "S33"
         | 
| 2482 2491 | 
             
                      }
         | 
| 2483 2492 | 
             
                    }
         | 
| 2484 2493 | 
             
                  }
         | 
| @@ -2503,7 +2512,7 @@ | |
| 2503 2512 | 
             
                    "type": "structure",
         | 
| 2504 2513 | 
             
                    "members": {
         | 
| 2505 2514 | 
             
                      "GameSession": {
         | 
| 2506 | 
            -
                        "shape": " | 
| 2515 | 
            +
                        "shape": "S3h"
         | 
| 2507 2516 | 
             
                      }
         | 
| 2508 2517 | 
             
                    }
         | 
| 2509 2518 | 
             
                  }
         | 
| @@ -2520,16 +2529,16 @@ | |
| 2520 2529 | 
             
                        "type": "integer"
         | 
| 2521 2530 | 
             
                      },
         | 
| 2522 2531 | 
             
                      "PlayerLatencyPolicies": {
         | 
| 2523 | 
            -
                        "shape": " | 
| 2532 | 
            +
                        "shape": "S3q"
         | 
| 2524 2533 | 
             
                      },
         | 
| 2525 2534 | 
             
                      "Destinations": {
         | 
| 2526 | 
            -
                        "shape": " | 
| 2535 | 
            +
                        "shape": "S3s"
         | 
| 2527 2536 | 
             
                      },
         | 
| 2528 2537 | 
             
                      "FilterConfiguration": {
         | 
| 2529 | 
            -
                        "shape": " | 
| 2538 | 
            +
                        "shape": "S3v"
         | 
| 2530 2539 | 
             
                      },
         | 
| 2531 2540 | 
             
                      "PriorityConfiguration": {
         | 
| 2532 | 
            -
                        "shape": " | 
| 2541 | 
            +
                        "shape": "S3x"
         | 
| 2533 2542 | 
             
                      },
         | 
| 2534 2543 | 
             
                      "CustomEventData": {},
         | 
| 2535 2544 | 
             
                      "NotificationTarget": {}
         | 
| @@ -2539,7 +2548,7 @@ | |
| 2539 2548 | 
             
                    "type": "structure",
         | 
| 2540 2549 | 
             
                    "members": {
         | 
| 2541 2550 | 
             
                      "GameSessionQueue": {
         | 
| 2542 | 
            -
                        "shape": " | 
| 2551 | 
            +
                        "shape": "S43"
         | 
| 2543 2552 | 
             
                      }
         | 
| 2544 2553 | 
             
                    }
         | 
| 2545 2554 | 
             
                  }
         | 
| @@ -2554,7 +2563,7 @@ | |
| 2554 2563 | 
             
                      "Name": {},
         | 
| 2555 2564 | 
             
                      "Description": {},
         | 
| 2556 2565 | 
             
                      "GameSessionQueueArns": {
         | 
| 2557 | 
            -
                        "shape": " | 
| 2566 | 
            +
                        "shape": "S4b"
         | 
| 2558 2567 | 
             
                      },
         | 
| 2559 2568 | 
             
                      "RequestTimeoutSeconds": {
         | 
| 2560 2569 | 
             
                        "type": "integer"
         | 
| @@ -2572,7 +2581,7 @@ | |
| 2572 2581 | 
             
                      },
         | 
| 2573 2582 | 
             
                      "CustomEventData": {},
         | 
| 2574 2583 | 
             
                      "GameProperties": {
         | 
| 2575 | 
            -
                        "shape": " | 
| 2584 | 
            +
                        "shape": "S3a"
         | 
| 2576 2585 | 
             
                      },
         | 
| 2577 2586 | 
             
                      "GameSessionData": {},
         | 
| 2578 2587 | 
             
                      "BackfillMode": {},
         | 
| @@ -2583,7 +2592,7 @@ | |
| 2583 2592 | 
             
                    "type": "structure",
         | 
| 2584 2593 | 
             
                    "members": {
         | 
| 2585 2594 | 
             
                      "Configuration": {
         | 
| 2586 | 
            -
                        "shape": " | 
| 2595 | 
            +
                        "shape": "S4m"
         | 
| 2587 2596 | 
             
                      }
         | 
| 2588 2597 | 
             
                    }
         | 
| 2589 2598 | 
             
                  }
         | 
| @@ -2598,7 +2607,7 @@ | |
| 2598 2607 | 
             
                    "members": {
         | 
| 2599 2608 | 
             
                      "FleetId": {},
         | 
| 2600 2609 | 
             
                      "RuntimeConfiguration": {
         | 
| 2601 | 
            -
                        "shape": " | 
| 2610 | 
            +
                        "shape": "S1p"
         | 
| 2602 2611 | 
             
                      }
         | 
| 2603 2612 | 
             
                    }
         | 
| 2604 2613 | 
             
                  },
         | 
| @@ -2606,7 +2615,7 @@ | |
| 2606 2615 | 
             
                    "type": "structure",
         | 
| 2607 2616 | 
             
                    "members": {
         | 
| 2608 2617 | 
             
                      "RuntimeConfiguration": {
         | 
| 2609 | 
            -
                        "shape": " | 
| 2618 | 
            +
                        "shape": "S1p"
         | 
| 2610 2619 | 
             
                      }
         | 
| 2611 2620 | 
             
                    }
         | 
| 2612 2621 | 
             
                  }
         | 
| @@ -2622,7 +2631,7 @@ | |
| 2622 2631 | 
             
                      "Name": {},
         | 
| 2623 2632 | 
             
                      "Version": {},
         | 
| 2624 2633 | 
             
                      "StorageLocation": {
         | 
| 2625 | 
            -
                        "shape": " | 
| 2634 | 
            +
                        "shape": "S12"
         | 
| 2626 2635 | 
             
                      },
         | 
| 2627 2636 | 
             
                      "ZipFile": {
         | 
| 2628 2637 | 
             
                        "type": "blob"
         | 
| @@ -2633,7 +2642,7 @@ | |
| 2633 2642 | 
             
                    "type": "structure",
         | 
| 2634 2643 | 
             
                    "members": {
         | 
| 2635 2644 | 
             
                      "Script": {
         | 
| 2636 | 
            -
                        "shape": " | 
| 2645 | 
            +
                        "shape": "S57"
         | 
| 2637 2646 | 
             
                      }
         | 
| 2638 2647 | 
             
                    }
         | 
| 2639 2648 | 
             
                  }
         | 
| @@ -2663,7 +2672,7 @@ | |
| 2663 2672 | 
             
                  "type": "list",
         | 
| 2664 2673 | 
             
                  "member": {}
         | 
| 2665 2674 | 
             
                },
         | 
| 2666 | 
            -
                " | 
| 2675 | 
            +
                "Sf": {
         | 
| 2667 2676 | 
             
                  "type": "structure",
         | 
| 2668 2677 | 
             
                  "members": {
         | 
| 2669 2678 | 
             
                    "GameServerGroupName": {},
         | 
| @@ -2685,7 +2694,7 @@ | |
| 2685 2694 | 
             
                    }
         | 
| 2686 2695 | 
             
                  }
         | 
| 2687 2696 | 
             
                },
         | 
| 2688 | 
            -
                " | 
| 2697 | 
            +
                "Sp": {
         | 
| 2689 2698 | 
             
                  "type": "structure",
         | 
| 2690 2699 | 
             
                  "members": {
         | 
| 2691 2700 | 
             
                    "Type": {},
         | 
| @@ -2693,7 +2702,7 @@ | |
| 2693 2702 | 
             
                    "Message": {}
         | 
| 2694 2703 | 
             
                  }
         | 
| 2695 2704 | 
             
                },
         | 
| 2696 | 
            -
                " | 
| 2705 | 
            +
                "St": {
         | 
| 2697 2706 | 
             
                  "type": "list",
         | 
| 2698 2707 | 
             
                  "member": {
         | 
| 2699 2708 | 
             
                    "type": "structure",
         | 
| @@ -2707,7 +2716,7 @@ | |
| 2707 2716 | 
             
                    }
         | 
| 2708 2717 | 
             
                  }
         | 
| 2709 2718 | 
             
                },
         | 
| 2710 | 
            -
                " | 
| 2719 | 
            +
                "Sy": {
         | 
| 2711 2720 | 
             
                  "type": "structure",
         | 
| 2712 2721 | 
             
                  "members": {
         | 
| 2713 2722 | 
             
                    "AliasId": {},
         | 
| @@ -2715,7 +2724,7 @@ | |
| 2715 2724 | 
             
                    "AliasArn": {},
         | 
| 2716 2725 | 
             
                    "Description": {},
         | 
| 2717 2726 | 
             
                    "RoutingStrategy": {
         | 
| 2718 | 
            -
                      "shape": " | 
| 2727 | 
            +
                      "shape": "Sp"
         | 
| 2719 2728 | 
             
                    },
         | 
| 2720 2729 | 
             
                    "CreationTime": {
         | 
| 2721 2730 | 
             
                      "type": "timestamp"
         | 
| @@ -2725,7 +2734,7 @@ | |
| 2725 2734 | 
             
                    }
         | 
| 2726 2735 | 
             
                  }
         | 
| 2727 2736 | 
             
                },
         | 
| 2728 | 
            -
                " | 
| 2737 | 
            +
                "S12": {
         | 
| 2729 2738 | 
             
                  "type": "structure",
         | 
| 2730 2739 | 
             
                  "members": {
         | 
| 2731 2740 | 
             
                    "Bucket": {},
         | 
| @@ -2734,7 +2743,7 @@ | |
| 2734 2743 | 
             
                    "ObjectVersion": {}
         | 
| 2735 2744 | 
             
                  }
         | 
| 2736 2745 | 
             
                },
         | 
| 2737 | 
            -
                " | 
| 2746 | 
            +
                "S17": {
         | 
| 2738 2747 | 
             
                  "type": "structure",
         | 
| 2739 2748 | 
             
                  "members": {
         | 
| 2740 2749 | 
             
                    "BuildId": {},
         | 
| @@ -2752,7 +2761,7 @@ | |
| 2752 2761 | 
             
                    "ServerSdkVersion": {}
         | 
| 2753 2762 | 
             
                  }
         | 
| 2754 2763 | 
             
                },
         | 
| 2755 | 
            -
                " | 
| 2764 | 
            +
                "S1c": {
         | 
| 2756 2765 | 
             
                  "type": "structure",
         | 
| 2757 2766 | 
             
                  "members": {
         | 
| 2758 2767 | 
             
                    "AccessKeyId": {},
         | 
| @@ -2761,7 +2770,7 @@ | |
| 2761 2770 | 
             
                  },
         | 
| 2762 2771 | 
             
                  "sensitive": true
         | 
| 2763 2772 | 
             
                },
         | 
| 2764 | 
            -
                " | 
| 2773 | 
            +
                "S1j": {
         | 
| 2765 2774 | 
             
                  "type": "list",
         | 
| 2766 2775 | 
             
                  "member": {
         | 
| 2767 2776 | 
             
                    "type": "structure",
         | 
| @@ -2783,7 +2792,7 @@ | |
| 2783 2792 | 
             
                    }
         | 
| 2784 2793 | 
             
                  }
         | 
| 2785 2794 | 
             
                },
         | 
| 2786 | 
            -
                " | 
| 2795 | 
            +
                "S1p": {
         | 
| 2787 2796 | 
             
                  "type": "structure",
         | 
| 2788 2797 | 
             
                  "members": {
         | 
| 2789 2798 | 
             
                    "ServerProcesses": {
         | 
| @@ -2811,7 +2820,7 @@ | |
| 2811 2820 | 
             
                    }
         | 
| 2812 2821 | 
             
                  }
         | 
| 2813 2822 | 
             
                },
         | 
| 2814 | 
            -
                " | 
| 2823 | 
            +
                "S1v": {
         | 
| 2815 2824 | 
             
                  "type": "structure",
         | 
| 2816 2825 | 
             
                  "members": {
         | 
| 2817 2826 | 
             
                    "NewGameSessionsPerCreator": {
         | 
| @@ -2822,11 +2831,11 @@ | |
| 2822 2831 | 
             
                    }
         | 
| 2823 2832 | 
             
                  }
         | 
| 2824 2833 | 
             
                },
         | 
| 2825 | 
            -
                " | 
| 2834 | 
            +
                "S1x": {
         | 
| 2826 2835 | 
             
                  "type": "list",
         | 
| 2827 2836 | 
             
                  "member": {}
         | 
| 2828 2837 | 
             
                },
         | 
| 2829 | 
            -
                " | 
| 2838 | 
            +
                "S20": {
         | 
| 2830 2839 | 
             
                  "type": "structure",
         | 
| 2831 2840 | 
             
                  "required": [
         | 
| 2832 2841 | 
             
                    "CertificateType"
         | 
| @@ -2835,7 +2844,7 @@ | |
| 2835 2844 | 
             
                    "CertificateType": {}
         | 
| 2836 2845 | 
             
                  }
         | 
| 2837 2846 | 
             
                },
         | 
| 2838 | 
            -
                " | 
| 2847 | 
            +
                "S22": {
         | 
| 2839 2848 | 
             
                  "type": "list",
         | 
| 2840 2849 | 
             
                  "member": {
         | 
| 2841 2850 | 
             
                    "type": "structure",
         | 
| @@ -2847,7 +2856,7 @@ | |
| 2847 2856 | 
             
                    }
         | 
| 2848 2857 | 
             
                  }
         | 
| 2849 2858 | 
             
                },
         | 
| 2850 | 
            -
                " | 
| 2859 | 
            +
                "S26": {
         | 
| 2851 2860 | 
             
                  "type": "structure",
         | 
| 2852 2861 | 
             
                  "required": [
         | 
| 2853 2862 | 
             
                    "Cost"
         | 
| @@ -2856,7 +2865,7 @@ | |
| 2856 2865 | 
             
                    "Cost": {}
         | 
| 2857 2866 | 
             
                  }
         | 
| 2858 2867 | 
             
                },
         | 
| 2859 | 
            -
                " | 
| 2868 | 
            +
                "S29": {
         | 
| 2860 2869 | 
             
                  "type": "structure",
         | 
| 2861 2870 | 
             
                  "members": {
         | 
| 2862 2871 | 
             
                    "FleetId": {},
         | 
| @@ -2884,42 +2893,42 @@ | |
| 2884 2893 | 
             
                    "NewGameSessionProtectionPolicy": {},
         | 
| 2885 2894 | 
             
                    "OperatingSystem": {},
         | 
| 2886 2895 | 
             
                    "ResourceCreationLimitPolicy": {
         | 
| 2887 | 
            -
                      "shape": " | 
| 2896 | 
            +
                      "shape": "S1v"
         | 
| 2888 2897 | 
             
                    },
         | 
| 2889 2898 | 
             
                    "MetricGroups": {
         | 
| 2890 | 
            -
                      "shape": " | 
| 2899 | 
            +
                      "shape": "S1x"
         | 
| 2891 2900 | 
             
                    },
         | 
| 2892 2901 | 
             
                    "StoppedActions": {
         | 
| 2893 | 
            -
                      "shape": " | 
| 2902 | 
            +
                      "shape": "S2e"
         | 
| 2894 2903 | 
             
                    },
         | 
| 2895 2904 | 
             
                    "InstanceRoleArn": {},
         | 
| 2896 2905 | 
             
                    "CertificateConfiguration": {
         | 
| 2897 | 
            -
                      "shape": " | 
| 2906 | 
            +
                      "shape": "S20"
         | 
| 2898 2907 | 
             
                    },
         | 
| 2899 2908 | 
             
                    "ComputeType": {},
         | 
| 2900 2909 | 
             
                    "AnywhereConfiguration": {
         | 
| 2901 | 
            -
                      "shape": " | 
| 2910 | 
            +
                      "shape": "S26"
         | 
| 2902 2911 | 
             
                    }
         | 
| 2903 2912 | 
             
                  }
         | 
| 2904 2913 | 
             
                },
         | 
| 2905 | 
            -
                " | 
| 2914 | 
            +
                "S2e": {
         | 
| 2906 2915 | 
             
                  "type": "list",
         | 
| 2907 2916 | 
             
                  "member": {}
         | 
| 2908 2917 | 
             
                },
         | 
| 2909 | 
            -
                " | 
| 2918 | 
            +
                "S2g": {
         | 
| 2910 2919 | 
             
                  "type": "list",
         | 
| 2911 2920 | 
             
                  "member": {
         | 
| 2912 | 
            -
                    "shape": " | 
| 2921 | 
            +
                    "shape": "S2h"
         | 
| 2913 2922 | 
             
                  }
         | 
| 2914 2923 | 
             
                },
         | 
| 2915 | 
            -
                " | 
| 2924 | 
            +
                "S2h": {
         | 
| 2916 2925 | 
             
                  "type": "structure",
         | 
| 2917 2926 | 
             
                  "members": {
         | 
| 2918 2927 | 
             
                    "Location": {},
         | 
| 2919 2928 | 
             
                    "Status": {}
         | 
| 2920 2929 | 
             
                  }
         | 
| 2921 2930 | 
             
                },
         | 
| 2922 | 
            -
                " | 
| 2931 | 
            +
                "S2r": {
         | 
| 2923 2932 | 
             
                  "type": "list",
         | 
| 2924 2933 | 
             
                  "member": {
         | 
| 2925 2934 | 
             
                    "type": "structure",
         | 
| @@ -2932,14 +2941,14 @@ | |
| 2932 2941 | 
             
                    }
         | 
| 2933 2942 | 
             
                  }
         | 
| 2934 2943 | 
             
                },
         | 
| 2935 | 
            -
                " | 
| 2944 | 
            +
                "S33": {
         | 
| 2936 2945 | 
             
                  "type": "structure",
         | 
| 2937 2946 | 
             
                  "members": {
         | 
| 2938 2947 | 
             
                    "GameServerGroupName": {},
         | 
| 2939 2948 | 
             
                    "GameServerGroupArn": {},
         | 
| 2940 2949 | 
             
                    "RoleArn": {},
         | 
| 2941 2950 | 
             
                    "InstanceDefinitions": {
         | 
| 2942 | 
            -
                      "shape": " | 
| 2951 | 
            +
                      "shape": "S2r"
         | 
| 2943 2952 | 
             
                    },
         | 
| 2944 2953 | 
             
                    "BalancingStrategy": {},
         | 
| 2945 2954 | 
             
                    "GameServerProtectionPolicy": {},
         | 
| @@ -2947,7 +2956,7 @@ | |
| 2947 2956 | 
             
                    "Status": {},
         | 
| 2948 2957 | 
             
                    "StatusReason": {},
         | 
| 2949 2958 | 
             
                    "SuspendedActions": {
         | 
| 2950 | 
            -
                      "shape": " | 
| 2959 | 
            +
                      "shape": "S36"
         | 
| 2951 2960 | 
             
                    },
         | 
| 2952 2961 | 
             
                    "CreationTime": {
         | 
| 2953 2962 | 
             
                      "type": "timestamp"
         | 
| @@ -2957,11 +2966,11 @@ | |
| 2957 2966 | 
             
                    }
         | 
| 2958 2967 | 
             
                  }
         | 
| 2959 2968 | 
             
                },
         | 
| 2960 | 
            -
                " | 
| 2969 | 
            +
                "S36": {
         | 
| 2961 2970 | 
             
                  "type": "list",
         | 
| 2962 2971 | 
             
                  "member": {}
         | 
| 2963 2972 | 
             
                },
         | 
| 2964 | 
            -
                " | 
| 2973 | 
            +
                "S3a": {
         | 
| 2965 2974 | 
             
                  "type": "list",
         | 
| 2966 2975 | 
             
                  "member": {
         | 
| 2967 2976 | 
             
                    "type": "structure",
         | 
| @@ -2975,7 +2984,7 @@ | |
| 2975 2984 | 
             
                    }
         | 
| 2976 2985 | 
             
                  }
         | 
| 2977 2986 | 
             
                },
         | 
| 2978 | 
            -
                " | 
| 2987 | 
            +
                "S3h": {
         | 
| 2979 2988 | 
             
                  "type": "structure",
         | 
| 2980 2989 | 
             
                  "members": {
         | 
| 2981 2990 | 
             
                    "GameSessionId": {},
         | 
| @@ -2997,7 +3006,7 @@ | |
| 2997 3006 | 
             
                    "Status": {},
         | 
| 2998 3007 | 
             
                    "StatusReason": {},
         | 
| 2999 3008 | 
             
                    "GameProperties": {
         | 
| 3000 | 
            -
                      "shape": " | 
| 3009 | 
            +
                      "shape": "S3a"
         | 
| 3001 3010 | 
             
                    },
         | 
| 3002 3011 | 
             
                    "IpAddress": {},
         | 
| 3003 3012 | 
             
                    "DnsName": {},
         | 
| @@ -3011,7 +3020,7 @@ | |
| 3011 3020 | 
             
                    "Location": {}
         | 
| 3012 3021 | 
             
                  }
         | 
| 3013 3022 | 
             
                },
         | 
| 3014 | 
            -
                " | 
| 3023 | 
            +
                "S3q": {
         | 
| 3015 3024 | 
             
                  "type": "list",
         | 
| 3016 3025 | 
             
                  "member": {
         | 
| 3017 3026 | 
             
                    "type": "structure",
         | 
| @@ -3025,7 +3034,7 @@ | |
| 3025 3034 | 
             
                    }
         | 
| 3026 3035 | 
             
                  }
         | 
| 3027 3036 | 
             
                },
         | 
| 3028 | 
            -
                " | 
| 3037 | 
            +
                "S3s": {
         | 
| 3029 3038 | 
             
                  "type": "list",
         | 
| 3030 3039 | 
             
                  "member": {
         | 
| 3031 3040 | 
             
                    "type": "structure",
         | 
| @@ -3034,19 +3043,19 @@ | |
| 3034 3043 | 
             
                    }
         | 
| 3035 3044 | 
             
                  }
         | 
| 3036 3045 | 
             
                },
         | 
| 3037 | 
            -
                " | 
| 3046 | 
            +
                "S3v": {
         | 
| 3038 3047 | 
             
                  "type": "structure",
         | 
| 3039 3048 | 
             
                  "members": {
         | 
| 3040 3049 | 
             
                    "AllowedLocations": {
         | 
| 3041 | 
            -
                      "shape": " | 
| 3050 | 
            +
                      "shape": "S3w"
         | 
| 3042 3051 | 
             
                    }
         | 
| 3043 3052 | 
             
                  }
         | 
| 3044 3053 | 
             
                },
         | 
| 3045 | 
            -
                " | 
| 3054 | 
            +
                "S3w": {
         | 
| 3046 3055 | 
             
                  "type": "list",
         | 
| 3047 3056 | 
             
                  "member": {}
         | 
| 3048 3057 | 
             
                },
         | 
| 3049 | 
            -
                " | 
| 3058 | 
            +
                "S3x": {
         | 
| 3050 3059 | 
             
                  "type": "structure",
         | 
| 3051 3060 | 
             
                  "members": {
         | 
| 3052 3061 | 
             
                    "PriorityOrder": {
         | 
| @@ -3054,11 +3063,11 @@ | |
| 3054 3063 | 
             
                      "member": {}
         | 
| 3055 3064 | 
             
                    },
         | 
| 3056 3065 | 
             
                    "LocationOrder": {
         | 
| 3057 | 
            -
                      "shape": " | 
| 3066 | 
            +
                      "shape": "S3w"
         | 
| 3058 3067 | 
             
                    }
         | 
| 3059 3068 | 
             
                  }
         | 
| 3060 3069 | 
             
                },
         | 
| 3061 | 
            -
                " | 
| 3070 | 
            +
                "S43": {
         | 
| 3062 3071 | 
             
                  "type": "structure",
         | 
| 3063 3072 | 
             
                  "members": {
         | 
| 3064 3073 | 
             
                    "Name": {},
         | 
| @@ -3067,40 +3076,40 @@ | |
| 3067 3076 | 
             
                      "type": "integer"
         | 
| 3068 3077 | 
             
                    },
         | 
| 3069 3078 | 
             
                    "PlayerLatencyPolicies": {
         | 
| 3070 | 
            -
                      "shape": " | 
| 3079 | 
            +
                      "shape": "S3q"
         | 
| 3071 3080 | 
             
                    },
         | 
| 3072 3081 | 
             
                    "Destinations": {
         | 
| 3073 | 
            -
                      "shape": " | 
| 3082 | 
            +
                      "shape": "S3s"
         | 
| 3074 3083 | 
             
                    },
         | 
| 3075 3084 | 
             
                    "FilterConfiguration": {
         | 
| 3076 | 
            -
                      "shape": " | 
| 3085 | 
            +
                      "shape": "S3v"
         | 
| 3077 3086 | 
             
                    },
         | 
| 3078 3087 | 
             
                    "PriorityConfiguration": {
         | 
| 3079 | 
            -
                      "shape": " | 
| 3088 | 
            +
                      "shape": "S3x"
         | 
| 3080 3089 | 
             
                    },
         | 
| 3081 3090 | 
             
                    "CustomEventData": {},
         | 
| 3082 3091 | 
             
                    "NotificationTarget": {}
         | 
| 3083 3092 | 
             
                  }
         | 
| 3084 3093 | 
             
                },
         | 
| 3085 | 
            -
                " | 
| 3094 | 
            +
                "S48": {
         | 
| 3086 3095 | 
             
                  "type": "structure",
         | 
| 3087 3096 | 
             
                  "members": {
         | 
| 3088 3097 | 
             
                    "LocationName": {},
         | 
| 3089 3098 | 
             
                    "LocationArn": {}
         | 
| 3090 3099 | 
             
                  }
         | 
| 3091 3100 | 
             
                },
         | 
| 3092 | 
            -
                " | 
| 3101 | 
            +
                "S4b": {
         | 
| 3093 3102 | 
             
                  "type": "list",
         | 
| 3094 3103 | 
             
                  "member": {}
         | 
| 3095 3104 | 
             
                },
         | 
| 3096 | 
            -
                " | 
| 3105 | 
            +
                "S4m": {
         | 
| 3097 3106 | 
             
                  "type": "structure",
         | 
| 3098 3107 | 
             
                  "members": {
         | 
| 3099 3108 | 
             
                    "Name": {},
         | 
| 3100 3109 | 
             
                    "ConfigurationArn": {},
         | 
| 3101 3110 | 
             
                    "Description": {},
         | 
| 3102 3111 | 
             
                    "GameSessionQueueArns": {
         | 
| 3103 | 
            -
                      "shape": " | 
| 3112 | 
            +
                      "shape": "S4b"
         | 
| 3104 3113 | 
             
                    },
         | 
| 3105 3114 | 
             
                    "RequestTimeoutSeconds": {
         | 
| 3106 3115 | 
             
                      "type": "integer"
         | 
| @@ -3122,14 +3131,14 @@ | |
| 3122 3131 | 
             
                      "type": "timestamp"
         | 
| 3123 3132 | 
             
                    },
         | 
| 3124 3133 | 
             
                    "GameProperties": {
         | 
| 3125 | 
            -
                      "shape": " | 
| 3134 | 
            +
                      "shape": "S3a"
         | 
| 3126 3135 | 
             
                    },
         | 
| 3127 3136 | 
             
                    "GameSessionData": {},
         | 
| 3128 3137 | 
             
                    "BackfillMode": {},
         | 
| 3129 3138 | 
             
                    "FlexMatchMode": {}
         | 
| 3130 3139 | 
             
                  }
         | 
| 3131 3140 | 
             
                },
         | 
| 3132 | 
            -
                " | 
| 3141 | 
            +
                "S4s": {
         | 
| 3133 3142 | 
             
                  "type": "structure",
         | 
| 3134 3143 | 
             
                  "required": [
         | 
| 3135 3144 | 
             
                    "RuleSetBody"
         | 
| @@ -3143,7 +3152,7 @@ | |
| 3143 3152 | 
             
                    }
         | 
| 3144 3153 | 
             
                  }
         | 
| 3145 3154 | 
             
                },
         | 
| 3146 | 
            -
                " | 
| 3155 | 
            +
                "S4w": {
         | 
| 3147 3156 | 
             
                  "type": "structure",
         | 
| 3148 3157 | 
             
                  "members": {
         | 
| 3149 3158 | 
             
                    "PlayerSessionId": {},
         | 
| @@ -3166,13 +3175,13 @@ | |
| 3166 3175 | 
             
                    "PlayerData": {}
         | 
| 3167 3176 | 
             
                  }
         | 
| 3168 3177 | 
             
                },
         | 
| 3169 | 
            -
                " | 
| 3178 | 
            +
                "S53": {
         | 
| 3170 3179 | 
             
                  "type": "list",
         | 
| 3171 3180 | 
             
                  "member": {
         | 
| 3172 | 
            -
                    "shape": " | 
| 3181 | 
            +
                    "shape": "S4w"
         | 
| 3173 3182 | 
             
                  }
         | 
| 3174 3183 | 
             
                },
         | 
| 3175 | 
            -
                " | 
| 3184 | 
            +
                "S57": {
         | 
| 3176 3185 | 
             
                  "type": "structure",
         | 
| 3177 3186 | 
             
                  "members": {
         | 
| 3178 3187 | 
             
                    "ScriptId": {},
         | 
| @@ -3186,11 +3195,11 @@ | |
| 3186 3195 | 
             
                      "type": "timestamp"
         | 
| 3187 3196 | 
             
                    },
         | 
| 3188 3197 | 
             
                    "StorageLocation": {
         | 
| 3189 | 
            -
                      "shape": " | 
| 3198 | 
            +
                      "shape": "S12"
         | 
| 3190 3199 | 
             
                    }
         | 
| 3191 3200 | 
             
                  }
         | 
| 3192 3201 | 
             
                },
         | 
| 3193 | 
            -
                " | 
| 3202 | 
            +
                "S5a": {
         | 
| 3194 3203 | 
             
                  "type": "structure",
         | 
| 3195 3204 | 
             
                  "members": {
         | 
| 3196 3205 | 
             
                    "GameLiftAwsAccountId": {},
         | 
| @@ -3204,7 +3213,7 @@ | |
| 3204 3213 | 
             
                    }
         | 
| 3205 3214 | 
             
                  }
         | 
| 3206 3215 | 
             
                },
         | 
| 3207 | 
            -
                " | 
| 3216 | 
            +
                "S6c": {
         | 
| 3208 3217 | 
             
                  "type": "structure",
         | 
| 3209 3218 | 
             
                  "members": {
         | 
| 3210 3219 | 
             
                    "FleetId": {},
         | 
| @@ -3223,11 +3232,11 @@ | |
| 3223 3232 | 
             
                    "GameLiftServiceSdkEndpoint": {}
         | 
| 3224 3233 | 
             
                  }
         | 
| 3225 3234 | 
             
                },
         | 
| 3226 | 
            -
                " | 
| 3235 | 
            +
                "S6m": {
         | 
| 3227 3236 | 
             
                  "type": "list",
         | 
| 3228 3237 | 
             
                  "member": {}
         | 
| 3229 3238 | 
             
                },
         | 
| 3230 | 
            -
                " | 
| 3239 | 
            +
                "S6s": {
         | 
| 3231 3240 | 
             
                  "type": "structure",
         | 
| 3232 3241 | 
             
                  "members": {
         | 
| 3233 3242 | 
             
                    "FleetId": {},
         | 
| @@ -3262,7 +3271,7 @@ | |
| 3262 3271 | 
             
                    "Location": {}
         | 
| 3263 3272 | 
             
                  }
         | 
| 3264 3273 | 
             
                },
         | 
| 3265 | 
            -
                " | 
| 3274 | 
            +
                "S78": {
         | 
| 3266 3275 | 
             
                  "type": "structure",
         | 
| 3267 3276 | 
             
                  "members": {
         | 
| 3268 3277 | 
             
                    "FleetId": {},
         | 
| @@ -3282,14 +3291,14 @@ | |
| 3282 3291 | 
             
                    "Location": {}
         | 
| 3283 3292 | 
             
                  }
         | 
| 3284 3293 | 
             
                },
         | 
| 3285 | 
            -
                " | 
| 3294 | 
            +
                "S7u": {
         | 
| 3286 3295 | 
             
                  "type": "structure",
         | 
| 3287 3296 | 
             
                  "members": {
         | 
| 3288 3297 | 
             
                    "PlacementId": {},
         | 
| 3289 3298 | 
             
                    "GameSessionQueueName": {},
         | 
| 3290 3299 | 
             
                    "Status": {},
         | 
| 3291 3300 | 
             
                    "GameProperties": {
         | 
| 3292 | 
            -
                      "shape": " | 
| 3301 | 
            +
                      "shape": "S3a"
         | 
| 3293 3302 | 
             
                    },
         | 
| 3294 3303 | 
             
                    "MaximumPlayerSessionCount": {
         | 
| 3295 3304 | 
             
                      "type": "integer"
         | 
| @@ -3299,7 +3308,7 @@ | |
| 3299 3308 | 
             
                    "GameSessionArn": {},
         | 
| 3300 3309 | 
             
                    "GameSessionRegion": {},
         | 
| 3301 3310 | 
             
                    "PlayerLatencies": {
         | 
| 3302 | 
            -
                      "shape": " | 
| 3311 | 
            +
                      "shape": "S7w"
         | 
| 3303 3312 | 
             
                    },
         | 
| 3304 3313 | 
             
                    "StartTime": {
         | 
| 3305 3314 | 
             
                      "type": "timestamp"
         | 
| @@ -3326,7 +3335,7 @@ | |
| 3326 3335 | 
             
                    "MatchmakerData": {}
         | 
| 3327 3336 | 
             
                  }
         | 
| 3328 3337 | 
             
                },
         | 
| 3329 | 
            -
                " | 
| 3338 | 
            +
                "S7w": {
         | 
| 3330 3339 | 
             
                  "type": "list",
         | 
| 3331 3340 | 
             
                  "member": {
         | 
| 3332 3341 | 
             
                    "type": "structure",
         | 
| @@ -3339,13 +3348,13 @@ | |
| 3339 3348 | 
             
                    }
         | 
| 3340 3349 | 
             
                  }
         | 
| 3341 3350 | 
             
                },
         | 
| 3342 | 
            -
                " | 
| 3351 | 
            +
                "S87": {
         | 
| 3343 3352 | 
             
                  "type": "list",
         | 
| 3344 3353 | 
             
                  "member": {
         | 
| 3345 | 
            -
                    "shape": " | 
| 3354 | 
            +
                    "shape": "S3h"
         | 
| 3346 3355 | 
             
                  }
         | 
| 3347 3356 | 
             
                },
         | 
| 3348 | 
            -
                " | 
| 3357 | 
            +
                "S8i": {
         | 
| 3349 3358 | 
             
                  "type": "structure",
         | 
| 3350 3359 | 
             
                  "members": {
         | 
| 3351 3360 | 
             
                    "TicketId": {},
         | 
| @@ -3361,7 +3370,7 @@ | |
| 3361 3370 | 
             
                      "type": "timestamp"
         | 
| 3362 3371 | 
             
                    },
         | 
| 3363 3372 | 
             
                    "Players": {
         | 
| 3364 | 
            -
                      "shape": " | 
| 3373 | 
            +
                      "shape": "S8l"
         | 
| 3365 3374 | 
             
                    },
         | 
| 3366 3375 | 
             
                    "GameSessionConnectionInfo": {
         | 
| 3367 3376 | 
             
                      "type": "structure",
         | 
| @@ -3389,7 +3398,7 @@ | |
| 3389 3398 | 
             
                    }
         | 
| 3390 3399 | 
             
                  }
         | 
| 3391 3400 | 
             
                },
         | 
| 3392 | 
            -
                " | 
| 3401 | 
            +
                "S8l": {
         | 
| 3393 3402 | 
             
                  "type": "list",
         | 
| 3394 3403 | 
             
                  "member": {
         | 
| 3395 3404 | 
             
                    "type": "structure",
         | 
| @@ -3430,7 +3439,7 @@ | |
| 3430 3439 | 
             
                    }
         | 
| 3431 3440 | 
             
                  }
         | 
| 3432 3441 | 
             
                },
         | 
| 3433 | 
            -
                " | 
| 3442 | 
            +
                "S9l": {
         | 
| 3434 3443 | 
             
                  "type": "structure",
         | 
| 3435 3444 | 
             
                  "required": [
         | 
| 3436 3445 | 
             
                    "TargetValue"
         |