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
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1385.0
         | 
| 2 2 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 3 3 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 4 4 | 
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         | 
| @@ -47994,6 +47994,9 @@ module.exports={ | |
| 47994 47994 | 
             
                          },
         | 
| 47995 47995 | 
             
                          "updated": {
         | 
| 47996 47996 | 
             
                            "type": "timestamp"
         | 
| 47997 | 
            +
                          },
         | 
| 47998 | 
            +
                          "pollingDisabledAt": {
         | 
| 47999 | 
            +
                            "type": "timestamp"
         | 
| 47997 48000 | 
             
                          }
         | 
| 47998 48001 | 
             
                        }
         | 
| 47999 48002 | 
             
                      }
         | 
| @@ -64392,7 +64395,8 @@ module.exports={ | |
| 64392 64395 | 
             
                        "locationName": "EvaluationId"
         | 
| 64393 64396 | 
             
                      }
         | 
| 64394 64397 | 
             
                    }
         | 
| 64395 | 
            -
                  }
         | 
| 64398 | 
            +
                  },
         | 
| 64399 | 
            +
                  "idempotent": true
         | 
| 64396 64400 | 
             
                },
         | 
| 64397 64401 | 
             
                "DeleteContactFlow": {
         | 
| 64398 64402 | 
             
                  "http": {
         | 
| @@ -64474,7 +64478,8 @@ module.exports={ | |
| 64474 64478 | 
             
                        "type": "integer"
         | 
| 64475 64479 | 
             
                      }
         | 
| 64476 64480 | 
             
                    }
         | 
| 64477 | 
            -
                  }
         | 
| 64481 | 
            +
                  },
         | 
| 64482 | 
            +
                  "idempotent": true
         | 
| 64478 64483 | 
             
                },
         | 
| 64479 64484 | 
             
                "DeleteHoursOfOperation": {
         | 
| 64480 64485 | 
             
                  "http": {
         | 
| @@ -70733,7 +70738,8 @@ module.exports={ | |
| 70733 70738 | 
             
                        "type": "structure",
         | 
| 70734 70739 | 
             
                        "required": [
         | 
| 70735 70740 | 
             
                          "Title",
         | 
| 70736 | 
            -
                          "RefId"
         | 
| 70741 | 
            +
                          "RefId",
         | 
| 70742 | 
            +
                          "Items"
         | 
| 70737 70743 | 
             
                        ],
         | 
| 70738 70744 | 
             
                        "members": {
         | 
| 70739 70745 | 
             
                          "Title": {},
         | 
| @@ -142323,14 +142329,23 @@ module.exports={ | |
| 142323 142329 | 
             
                    "members": {
         | 
| 142324 142330 | 
             
                      "GameServerGroupName": {},
         | 
| 142325 142331 | 
             
                      "GameServerId": {},
         | 
| 142326 | 
            -
                      "GameServerData": {}
         | 
| 142332 | 
            +
                      "GameServerData": {},
         | 
| 142333 | 
            +
                      "FilterOption": {
         | 
| 142334 | 
            +
                        "type": "structure",
         | 
| 142335 | 
            +
                        "members": {
         | 
| 142336 | 
            +
                          "InstanceStatuses": {
         | 
| 142337 | 
            +
                            "type": "list",
         | 
| 142338 | 
            +
                            "member": {}
         | 
| 142339 | 
            +
                          }
         | 
| 142340 | 
            +
                        }
         | 
| 142341 | 
            +
                      }
         | 
| 142327 142342 | 
             
                    }
         | 
| 142328 142343 | 
             
                  },
         | 
| 142329 142344 | 
             
                  "output": {
         | 
| 142330 142345 | 
             
                    "type": "structure",
         | 
| 142331 142346 | 
             
                    "members": {
         | 
| 142332 142347 | 
             
                      "GameServer": {
         | 
| 142333 | 
            -
                        "shape": " | 
| 142348 | 
            +
                        "shape": "Sf"
         | 
| 142334 142349 | 
             
                      }
         | 
| 142335 142350 | 
             
                    }
         | 
| 142336 142351 | 
             
                  }
         | 
| @@ -142346,10 +142361,10 @@ module.exports={ | |
| 142346 142361 | 
             
                      "Name": {},
         | 
| 142347 142362 | 
             
                      "Description": {},
         | 
| 142348 142363 | 
             
                      "RoutingStrategy": {
         | 
| 142349 | 
            -
                        "shape": " | 
| 142364 | 
            +
                        "shape": "Sp"
         | 
| 142350 142365 | 
             
                      },
         | 
| 142351 142366 | 
             
                      "Tags": {
         | 
| 142352 | 
            -
                        "shape": " | 
| 142367 | 
            +
                        "shape": "St"
         | 
| 142353 142368 | 
             
                      }
         | 
| 142354 142369 | 
             
                    }
         | 
| 142355 142370 | 
             
                  },
         | 
| @@ -142357,7 +142372,7 @@ module.exports={ | |
| 142357 142372 | 
             
                    "type": "structure",
         | 
| 142358 142373 | 
             
                    "members": {
         | 
| 142359 142374 | 
             
                      "Alias": {
         | 
| 142360 | 
            -
                        "shape": " | 
| 142375 | 
            +
                        "shape": "Sy"
         | 
| 142361 142376 | 
             
                      }
         | 
| 142362 142377 | 
             
                    }
         | 
| 142363 142378 | 
             
                  }
         | 
| @@ -142369,11 +142384,11 @@ module.exports={ | |
| 142369 142384 | 
             
                      "Name": {},
         | 
| 142370 142385 | 
             
                      "Version": {},
         | 
| 142371 142386 | 
             
                      "StorageLocation": {
         | 
| 142372 | 
            -
                        "shape": " | 
| 142387 | 
            +
                        "shape": "S12"
         | 
| 142373 142388 | 
             
                      },
         | 
| 142374 142389 | 
             
                      "OperatingSystem": {},
         | 
| 142375 142390 | 
             
                      "Tags": {
         | 
| 142376 | 
            -
                        "shape": " | 
| 142391 | 
            +
                        "shape": "St"
         | 
| 142377 142392 | 
             
                      },
         | 
| 142378 142393 | 
             
                      "ServerSdkVersion": {}
         | 
| 142379 142394 | 
             
                    }
         | 
| @@ -142382,13 +142397,13 @@ module.exports={ | |
| 142382 142397 | 
             
                    "type": "structure",
         | 
| 142383 142398 | 
             
                    "members": {
         | 
| 142384 142399 | 
             
                      "Build": {
         | 
| 142385 | 
            -
                        "shape": " | 
| 142400 | 
            +
                        "shape": "S17"
         | 
| 142386 142401 | 
             
                      },
         | 
| 142387 142402 | 
             
                      "UploadCredentials": {
         | 
| 142388 | 
            -
                        "shape": " | 
| 142403 | 
            +
                        "shape": "S1c"
         | 
| 142389 142404 | 
             
                      },
         | 
| 142390 142405 | 
             
                      "StorageLocation": {
         | 
| 142391 | 
            -
                        "shape": " | 
| 142406 | 
            +
                        "shape": "S12"
         | 
| 142392 142407 | 
             
                      }
         | 
| 142393 142408 | 
             
                    }
         | 
| 142394 142409 | 
             
                  }
         | 
| @@ -142411,34 +142426,34 @@ module.exports={ | |
| 142411 142426 | 
             
                      },
         | 
| 142412 142427 | 
             
                      "EC2InstanceType": {},
         | 
| 142413 142428 | 
             
                      "EC2InboundPermissions": {
         | 
| 142414 | 
            -
                        "shape": " | 
| 142429 | 
            +
                        "shape": "S1j"
         | 
| 142415 142430 | 
             
                      },
         | 
| 142416 142431 | 
             
                      "NewGameSessionProtectionPolicy": {},
         | 
| 142417 142432 | 
             
                      "RuntimeConfiguration": {
         | 
| 142418 | 
            -
                        "shape": " | 
| 142433 | 
            +
                        "shape": "S1p"
         | 
| 142419 142434 | 
             
                      },
         | 
| 142420 142435 | 
             
                      "ResourceCreationLimitPolicy": {
         | 
| 142421 | 
            -
                        "shape": " | 
| 142436 | 
            +
                        "shape": "S1v"
         | 
| 142422 142437 | 
             
                      },
         | 
| 142423 142438 | 
             
                      "MetricGroups": {
         | 
| 142424 | 
            -
                        "shape": " | 
| 142439 | 
            +
                        "shape": "S1x"
         | 
| 142425 142440 | 
             
                      },
         | 
| 142426 142441 | 
             
                      "PeerVpcAwsAccountId": {},
         | 
| 142427 142442 | 
             
                      "PeerVpcId": {},
         | 
| 142428 142443 | 
             
                      "FleetType": {},
         | 
| 142429 142444 | 
             
                      "InstanceRoleArn": {},
         | 
| 142430 142445 | 
             
                      "CertificateConfiguration": {
         | 
| 142431 | 
            -
                        "shape": " | 
| 142446 | 
            +
                        "shape": "S20"
         | 
| 142432 142447 | 
             
                      },
         | 
| 142433 142448 | 
             
                      "Locations": {
         | 
| 142434 | 
            -
                        "shape": " | 
| 142449 | 
            +
                        "shape": "S22"
         | 
| 142435 142450 | 
             
                      },
         | 
| 142436 142451 | 
             
                      "Tags": {
         | 
| 142437 | 
            -
                        "shape": " | 
| 142452 | 
            +
                        "shape": "St"
         | 
| 142438 142453 | 
             
                      },
         | 
| 142439 142454 | 
             
                      "ComputeType": {},
         | 
| 142440 142455 | 
             
                      "AnywhereConfiguration": {
         | 
| 142441 | 
            -
                        "shape": " | 
| 142456 | 
            +
                        "shape": "S26"
         | 
| 142442 142457 | 
             
                      }
         | 
| 142443 142458 | 
             
                    }
         | 
| 142444 142459 | 
             
                  },
         | 
| @@ -142446,10 +142461,10 @@ module.exports={ | |
| 142446 142461 | 
             
                    "type": "structure",
         | 
| 142447 142462 | 
             
                    "members": {
         | 
| 142448 142463 | 
             
                      "FleetAttributes": {
         | 
| 142449 | 
            -
                        "shape": " | 
| 142464 | 
            +
                        "shape": "S29"
         | 
| 142450 142465 | 
             
                      },
         | 
| 142451 142466 | 
             
                      "LocationStates": {
         | 
| 142452 | 
            -
                        "shape": " | 
| 142467 | 
            +
                        "shape": "S2g"
         | 
| 142453 142468 | 
             
                      }
         | 
| 142454 142469 | 
             
                    }
         | 
| 142455 142470 | 
             
                  }
         | 
| @@ -142464,7 +142479,7 @@ module.exports={ | |
| 142464 142479 | 
             
                    "members": {
         | 
| 142465 142480 | 
             
                      "FleetId": {},
         | 
| 142466 142481 | 
             
                      "Locations": {
         | 
| 142467 | 
            -
                        "shape": " | 
| 142482 | 
            +
                        "shape": "S22"
         | 
| 142468 142483 | 
             
                      }
         | 
| 142469 142484 | 
             
                    }
         | 
| 142470 142485 | 
             
                  },
         | 
| @@ -142474,7 +142489,7 @@ module.exports={ | |
| 142474 142489 | 
             
                      "FleetId": {},
         | 
| 142475 142490 | 
             
                      "FleetArn": {},
         | 
| 142476 142491 | 
             
                      "LocationStates": {
         | 
| 142477 | 
            -
                        "shape": " | 
| 142492 | 
            +
                        "shape": "S2g"
         | 
| 142478 142493 | 
             
                      }
         | 
| 142479 142494 | 
             
                    }
         | 
| 142480 142495 | 
             
                  }
         | 
| @@ -142508,7 +142523,7 @@ module.exports={ | |
| 142508 142523 | 
             
                        }
         | 
| 142509 142524 | 
             
                      },
         | 
| 142510 142525 | 
             
                      "InstanceDefinitions": {
         | 
| 142511 | 
            -
                        "shape": " | 
| 142526 | 
            +
                        "shape": "S2r"
         | 
| 142512 142527 | 
             
                      },
         | 
| 142513 142528 | 
             
                      "AutoScalingPolicy": {
         | 
| 142514 142529 | 
             
                        "type": "structure",
         | 
| @@ -142539,7 +142554,7 @@ module.exports={ | |
| 142539 142554 | 
             
                        "member": {}
         | 
| 142540 142555 | 
             
                      },
         | 
| 142541 142556 | 
             
                      "Tags": {
         | 
| 142542 | 
            -
                        "shape": " | 
| 142557 | 
            +
                        "shape": "St"
         | 
| 142543 142558 | 
             
                      }
         | 
| 142544 142559 | 
             
                    }
         | 
| 142545 142560 | 
             
                  },
         | 
| @@ -142547,7 +142562,7 @@ module.exports={ | |
| 142547 142562 | 
             
                    "type": "structure",
         | 
| 142548 142563 | 
             
                    "members": {
         | 
| 142549 142564 | 
             
                      "GameServerGroup": {
         | 
| 142550 | 
            -
                        "shape": " | 
| 142565 | 
            +
                        "shape": "S33"
         | 
| 142551 142566 | 
             
                      }
         | 
| 142552 142567 | 
             
                    }
         | 
| 142553 142568 | 
             
                  }
         | 
| @@ -142566,7 +142581,7 @@ module.exports={ | |
| 142566 142581 | 
             
                      },
         | 
| 142567 142582 | 
             
                      "Name": {},
         | 
| 142568 142583 | 
             
                      "GameProperties": {
         | 
| 142569 | 
            -
                        "shape": " | 
| 142584 | 
            +
                        "shape": "S3a"
         | 
| 142570 142585 | 
             
                      },
         | 
| 142571 142586 | 
             
                      "CreatorId": {},
         | 
| 142572 142587 | 
             
                      "GameSessionId": {},
         | 
| @@ -142579,7 +142594,7 @@ module.exports={ | |
| 142579 142594 | 
             
                    "type": "structure",
         | 
| 142580 142595 | 
             
                    "members": {
         | 
| 142581 142596 | 
             
                      "GameSession": {
         | 
| 142582 | 
            -
                        "shape": " | 
| 142597 | 
            +
                        "shape": "S3h"
         | 
| 142583 142598 | 
             
                      }
         | 
| 142584 142599 | 
             
                    }
         | 
| 142585 142600 | 
             
                  }
         | 
| @@ -142596,21 +142611,21 @@ module.exports={ | |
| 142596 142611 | 
             
                        "type": "integer"
         | 
| 142597 142612 | 
             
                      },
         | 
| 142598 142613 | 
             
                      "PlayerLatencyPolicies": {
         | 
| 142599 | 
            -
                        "shape": " | 
| 142614 | 
            +
                        "shape": "S3q"
         | 
| 142600 142615 | 
             
                      },
         | 
| 142601 142616 | 
             
                      "Destinations": {
         | 
| 142602 | 
            -
                        "shape": " | 
| 142617 | 
            +
                        "shape": "S3s"
         | 
| 142603 142618 | 
             
                      },
         | 
| 142604 142619 | 
             
                      "FilterConfiguration": {
         | 
| 142605 | 
            -
                        "shape": " | 
| 142620 | 
            +
                        "shape": "S3v"
         | 
| 142606 142621 | 
             
                      },
         | 
| 142607 142622 | 
             
                      "PriorityConfiguration": {
         | 
| 142608 | 
            -
                        "shape": " | 
| 142623 | 
            +
                        "shape": "S3x"
         | 
| 142609 142624 | 
             
                      },
         | 
| 142610 142625 | 
             
                      "CustomEventData": {},
         | 
| 142611 142626 | 
             
                      "NotificationTarget": {},
         | 
| 142612 142627 | 
             
                      "Tags": {
         | 
| 142613 | 
            -
                        "shape": " | 
| 142628 | 
            +
                        "shape": "St"
         | 
| 142614 142629 | 
             
                      }
         | 
| 142615 142630 | 
             
                    }
         | 
| 142616 142631 | 
             
                  },
         | 
| @@ -142618,7 +142633,7 @@ module.exports={ | |
| 142618 142633 | 
             
                    "type": "structure",
         | 
| 142619 142634 | 
             
                    "members": {
         | 
| 142620 142635 | 
             
                      "GameSessionQueue": {
         | 
| 142621 | 
            -
                        "shape": " | 
| 142636 | 
            +
                        "shape": "S43"
         | 
| 142622 142637 | 
             
                      }
         | 
| 142623 142638 | 
             
                    }
         | 
| 142624 142639 | 
             
                  }
         | 
| @@ -142632,7 +142647,7 @@ module.exports={ | |
| 142632 142647 | 
             
                    "members": {
         | 
| 142633 142648 | 
             
                      "LocationName": {},
         | 
| 142634 142649 | 
             
                      "Tags": {
         | 
| 142635 | 
            -
                        "shape": " | 
| 142650 | 
            +
                        "shape": "St"
         | 
| 142636 142651 | 
             
                      }
         | 
| 142637 142652 | 
             
                    }
         | 
| 142638 142653 | 
             
                  },
         | 
| @@ -142640,7 +142655,7 @@ module.exports={ | |
| 142640 142655 | 
             
                    "type": "structure",
         | 
| 142641 142656 | 
             
                    "members": {
         | 
| 142642 142657 | 
             
                      "Location": {
         | 
| 142643 | 
            -
                        "shape": " | 
| 142658 | 
            +
                        "shape": "S48"
         | 
| 142644 142659 | 
             
                      }
         | 
| 142645 142660 | 
             
                    }
         | 
| 142646 142661 | 
             
                  }
         | 
| @@ -142658,7 +142673,7 @@ module.exports={ | |
| 142658 142673 | 
             
                      "Name": {},
         | 
| 142659 142674 | 
             
                      "Description": {},
         | 
| 142660 142675 | 
             
                      "GameSessionQueueArns": {
         | 
| 142661 | 
            -
                        "shape": " | 
| 142676 | 
            +
                        "shape": "S4b"
         | 
| 142662 142677 | 
             
                      },
         | 
| 142663 142678 | 
             
                      "RequestTimeoutSeconds": {
         | 
| 142664 142679 | 
             
                        "type": "integer"
         | 
| @@ -142676,13 +142691,13 @@ module.exports={ | |
| 142676 142691 | 
             
                      },
         | 
| 142677 142692 | 
             
                      "CustomEventData": {},
         | 
| 142678 142693 | 
             
                      "GameProperties": {
         | 
| 142679 | 
            -
                        "shape": " | 
| 142694 | 
            +
                        "shape": "S3a"
         | 
| 142680 142695 | 
             
                      },
         | 
| 142681 142696 | 
             
                      "GameSessionData": {},
         | 
| 142682 142697 | 
             
                      "BackfillMode": {},
         | 
| 142683 142698 | 
             
                      "FlexMatchMode": {},
         | 
| 142684 142699 | 
             
                      "Tags": {
         | 
| 142685 | 
            -
                        "shape": " | 
| 142700 | 
            +
                        "shape": "St"
         | 
| 142686 142701 | 
             
                      }
         | 
| 142687 142702 | 
             
                    }
         | 
| 142688 142703 | 
             
                  },
         | 
| @@ -142690,7 +142705,7 @@ module.exports={ | |
| 142690 142705 | 
             
                    "type": "structure",
         | 
| 142691 142706 | 
             
                    "members": {
         | 
| 142692 142707 | 
             
                      "Configuration": {
         | 
| 142693 | 
            -
                        "shape": " | 
| 142708 | 
            +
                        "shape": "S4m"
         | 
| 142694 142709 | 
             
                      }
         | 
| 142695 142710 | 
             
                    }
         | 
| 142696 142711 | 
             
                  }
         | 
| @@ -142706,7 +142721,7 @@ module.exports={ | |
| 142706 142721 | 
             
                      "Name": {},
         | 
| 142707 142722 | 
             
                      "RuleSetBody": {},
         | 
| 142708 142723 | 
             
                      "Tags": {
         | 
| 142709 | 
            -
                        "shape": " | 
| 142724 | 
            +
                        "shape": "St"
         | 
| 142710 142725 | 
             
                      }
         | 
| 142711 142726 | 
             
                    }
         | 
| 142712 142727 | 
             
                  },
         | 
| @@ -142717,7 +142732,7 @@ module.exports={ | |
| 142717 142732 | 
             
                    ],
         | 
| 142718 142733 | 
             
                    "members": {
         | 
| 142719 142734 | 
             
                      "RuleSet": {
         | 
| 142720 | 
            -
                        "shape": " | 
| 142735 | 
            +
                        "shape": "S4s"
         | 
| 142721 142736 | 
             
                      }
         | 
| 142722 142737 | 
             
                    }
         | 
| 142723 142738 | 
             
                  }
         | 
| @@ -142739,7 +142754,7 @@ module.exports={ | |
| 142739 142754 | 
             
                    "type": "structure",
         | 
| 142740 142755 | 
             
                    "members": {
         | 
| 142741 142756 | 
             
                      "PlayerSession": {
         | 
| 142742 | 
            -
                        "shape": " | 
| 142757 | 
            +
                        "shape": "S4w"
         | 
| 142743 142758 | 
             
                      }
         | 
| 142744 142759 | 
             
                    }
         | 
| 142745 142760 | 
             
                  }
         | 
| @@ -142768,7 +142783,7 @@ module.exports={ | |
| 142768 142783 | 
             
                    "type": "structure",
         | 
| 142769 142784 | 
             
                    "members": {
         | 
| 142770 142785 | 
             
                      "PlayerSessions": {
         | 
| 142771 | 
            -
                        "shape": " | 
| 142786 | 
            +
                        "shape": "S53"
         | 
| 142772 142787 | 
             
                      }
         | 
| 142773 142788 | 
             
                    }
         | 
| 142774 142789 | 
             
                  }
         | 
| @@ -142780,13 +142795,13 @@ module.exports={ | |
| 142780 142795 | 
             
                      "Name": {},
         | 
| 142781 142796 | 
             
                      "Version": {},
         | 
| 142782 142797 | 
             
                      "StorageLocation": {
         | 
| 142783 | 
            -
                        "shape": " | 
| 142798 | 
            +
                        "shape": "S12"
         | 
| 142784 142799 | 
             
                      },
         | 
| 142785 142800 | 
             
                      "ZipFile": {
         | 
| 142786 142801 | 
             
                        "type": "blob"
         | 
| 142787 142802 | 
             
                      },
         | 
| 142788 142803 | 
             
                      "Tags": {
         | 
| 142789 | 
            -
                        "shape": " | 
| 142804 | 
            +
                        "shape": "St"
         | 
| 142790 142805 | 
             
                      }
         | 
| 142791 142806 | 
             
                    }
         | 
| 142792 142807 | 
             
                  },
         | 
| @@ -142794,7 +142809,7 @@ module.exports={ | |
| 142794 142809 | 
             
                    "type": "structure",
         | 
| 142795 142810 | 
             
                    "members": {
         | 
| 142796 142811 | 
             
                      "Script": {
         | 
| 142797 | 
            -
                        "shape": " | 
| 142812 | 
            +
                        "shape": "S57"
         | 
| 142798 142813 | 
             
                      }
         | 
| 142799 142814 | 
             
                    }
         | 
| 142800 142815 | 
             
                  }
         | 
| @@ -142815,7 +142830,7 @@ module.exports={ | |
| 142815 142830 | 
             
                    "type": "structure",
         | 
| 142816 142831 | 
             
                    "members": {
         | 
| 142817 142832 | 
             
                      "VpcPeeringAuthorization": {
         | 
| 142818 | 
            -
                        "shape": " | 
| 142833 | 
            +
                        "shape": "S5a"
         | 
| 142819 142834 | 
             
                      }
         | 
| 142820 142835 | 
             
                    }
         | 
| 142821 142836 | 
             
                  }
         | 
| @@ -142882,7 +142897,7 @@ module.exports={ | |
| 142882 142897 | 
             
                    "members": {
         | 
| 142883 142898 | 
             
                      "FleetId": {},
         | 
| 142884 142899 | 
             
                      "Locations": {
         | 
| 142885 | 
            -
                        "shape": " | 
| 142900 | 
            +
                        "shape": "S3w"
         | 
| 142886 142901 | 
             
                      }
         | 
| 142887 142902 | 
             
                    }
         | 
| 142888 142903 | 
             
                  },
         | 
| @@ -142892,7 +142907,7 @@ module.exports={ | |
| 142892 142907 | 
             
                      "FleetId": {},
         | 
| 142893 142908 | 
             
                      "FleetArn": {},
         | 
| 142894 142909 | 
             
                      "LocationStates": {
         | 
| 142895 | 
            -
                        "shape": " | 
| 142910 | 
            +
                        "shape": "S2g"
         | 
| 142896 142911 | 
             
                      }
         | 
| 142897 142912 | 
             
                    }
         | 
| 142898 142913 | 
             
                  }
         | 
| @@ -142912,7 +142927,7 @@ module.exports={ | |
| 142912 142927 | 
             
                    "type": "structure",
         | 
| 142913 142928 | 
             
                    "members": {
         | 
| 142914 142929 | 
             
                      "GameServerGroup": {
         | 
| 142915 | 
            -
                        "shape": " | 
| 142930 | 
            +
                        "shape": "S33"
         | 
| 142916 142931 | 
             
                      }
         | 
| 142917 142932 | 
             
                    }
         | 
| 142918 142933 | 
             
                  }
         | 
| @@ -143079,7 +143094,7 @@ module.exports={ | |
| 143079 143094 | 
             
                    "type": "structure",
         | 
| 143080 143095 | 
             
                    "members": {
         | 
| 143081 143096 | 
             
                      "Alias": {
         | 
| 143082 | 
            -
                        "shape": " | 
| 143097 | 
            +
                        "shape": "Sy"
         | 
| 143083 143098 | 
             
                      }
         | 
| 143084 143099 | 
             
                    }
         | 
| 143085 143100 | 
             
                  }
         | 
| @@ -143098,7 +143113,7 @@ module.exports={ | |
| 143098 143113 | 
             
                    "type": "structure",
         | 
| 143099 143114 | 
             
                    "members": {
         | 
| 143100 143115 | 
             
                      "Build": {
         | 
| 143101 | 
            -
                        "shape": " | 
| 143116 | 
            +
                        "shape": "S17"
         | 
| 143102 143117 | 
             
                      }
         | 
| 143103 143118 | 
             
                    }
         | 
| 143104 143119 | 
             
                  }
         | 
| @@ -143119,7 +143134,7 @@ module.exports={ | |
| 143119 143134 | 
             
                    "type": "structure",
         | 
| 143120 143135 | 
             
                    "members": {
         | 
| 143121 143136 | 
             
                      "Compute": {
         | 
| 143122 | 
            -
                        "shape": " | 
| 143137 | 
            +
                        "shape": "S6c"
         | 
| 143123 143138 | 
             
                      }
         | 
| 143124 143139 | 
             
                    }
         | 
| 143125 143140 | 
             
                  }
         | 
| @@ -143159,7 +143174,7 @@ module.exports={ | |
| 143159 143174 | 
             
                    "type": "structure",
         | 
| 143160 143175 | 
             
                    "members": {
         | 
| 143161 143176 | 
             
                      "FleetIds": {
         | 
| 143162 | 
            -
                        "shape": " | 
| 143177 | 
            +
                        "shape": "S6m"
         | 
| 143163 143178 | 
             
                      },
         | 
| 143164 143179 | 
             
                      "Limit": {
         | 
| 143165 143180 | 
             
                        "type": "integer"
         | 
| @@ -143173,7 +143188,7 @@ module.exports={ | |
| 143173 143188 | 
             
                      "FleetAttributes": {
         | 
| 143174 143189 | 
             
                        "type": "list",
         | 
| 143175 143190 | 
             
                        "member": {
         | 
| 143176 | 
            -
                          "shape": " | 
| 143191 | 
            +
                          "shape": "S29"
         | 
| 143177 143192 | 
             
                        }
         | 
| 143178 143193 | 
             
                      },
         | 
| 143179 143194 | 
             
                      "NextToken": {}
         | 
| @@ -143185,7 +143200,7 @@ module.exports={ | |
| 143185 143200 | 
             
                    "type": "structure",
         | 
| 143186 143201 | 
             
                    "members": {
         | 
| 143187 143202 | 
             
                      "FleetIds": {
         | 
| 143188 | 
            -
                        "shape": " | 
| 143203 | 
            +
                        "shape": "S6m"
         | 
| 143189 143204 | 
             
                      },
         | 
| 143190 143205 | 
             
                      "Limit": {
         | 
| 143191 143206 | 
             
                        "type": "integer"
         | 
| @@ -143199,7 +143214,7 @@ module.exports={ | |
| 143199 143214 | 
             
                      "FleetCapacity": {
         | 
| 143200 143215 | 
             
                        "type": "list",
         | 
| 143201 143216 | 
             
                        "member": {
         | 
| 143202 | 
            -
                          "shape": " | 
| 143217 | 
            +
                          "shape": "S6s"
         | 
| 143203 143218 | 
             
                        }
         | 
| 143204 143219 | 
             
                      },
         | 
| 143205 143220 | 
             
                      "NextToken": {}
         | 
| @@ -143258,7 +143273,7 @@ module.exports={ | |
| 143258 143273 | 
             
                    "members": {
         | 
| 143259 143274 | 
             
                      "FleetId": {},
         | 
| 143260 143275 | 
             
                      "Locations": {
         | 
| 143261 | 
            -
                        "shape": " | 
| 143276 | 
            +
                        "shape": "S3w"
         | 
| 143262 143277 | 
             
                      },
         | 
| 143263 143278 | 
             
                      "Limit": {
         | 
| 143264 143279 | 
             
                        "type": "integer"
         | 
| @@ -143277,10 +143292,10 @@ module.exports={ | |
| 143277 143292 | 
             
                          "type": "structure",
         | 
| 143278 143293 | 
             
                          "members": {
         | 
| 143279 143294 | 
             
                            "LocationState": {
         | 
| 143280 | 
            -
                              "shape": " | 
| 143295 | 
            +
                              "shape": "S2h"
         | 
| 143281 143296 | 
             
                            },
         | 
| 143282 143297 | 
             
                            "StoppedActions": {
         | 
| 143283 | 
            -
                              "shape": " | 
| 143298 | 
            +
                              "shape": "S2e"
         | 
| 143284 143299 | 
             
                            },
         | 
| 143285 143300 | 
             
                            "UpdateStatus": {}
         | 
| 143286 143301 | 
             
                          }
         | 
| @@ -143306,7 +143321,7 @@ module.exports={ | |
| 143306 143321 | 
             
                    "type": "structure",
         | 
| 143307 143322 | 
             
                    "members": {
         | 
| 143308 143323 | 
             
                      "FleetCapacity": {
         | 
| 143309 | 
            -
                        "shape": " | 
| 143324 | 
            +
                        "shape": "S6s"
         | 
| 143310 143325 | 
             
                      }
         | 
| 143311 143326 | 
             
                    }
         | 
| 143312 143327 | 
             
                  }
         | 
| @@ -143327,7 +143342,7 @@ module.exports={ | |
| 143327 143342 | 
             
                    "type": "structure",
         | 
| 143328 143343 | 
             
                    "members": {
         | 
| 143329 143344 | 
             
                      "FleetUtilization": {
         | 
| 143330 | 
            -
                        "shape": " | 
| 143345 | 
            +
                        "shape": "S78"
         | 
| 143331 143346 | 
             
                      }
         | 
| 143332 143347 | 
             
                    }
         | 
| 143333 143348 | 
             
                  }
         | 
| @@ -143349,7 +143364,7 @@ module.exports={ | |
| 143349 143364 | 
             
                      "FleetId": {},
         | 
| 143350 143365 | 
             
                      "FleetArn": {},
         | 
| 143351 143366 | 
             
                      "InboundPermissions": {
         | 
| 143352 | 
            -
                        "shape": " | 
| 143367 | 
            +
                        "shape": "S1j"
         | 
| 143353 143368 | 
             
                      },
         | 
| 143354 143369 | 
             
                      "UpdateStatus": {},
         | 
| 143355 143370 | 
             
                      "Location": {}
         | 
| @@ -143361,7 +143376,7 @@ module.exports={ | |
| 143361 143376 | 
             
                    "type": "structure",
         | 
| 143362 143377 | 
             
                    "members": {
         | 
| 143363 143378 | 
             
                      "FleetIds": {
         | 
| 143364 | 
            -
                        "shape": " | 
| 143379 | 
            +
                        "shape": "S6m"
         | 
| 143365 143380 | 
             
                      },
         | 
| 143366 143381 | 
             
                      "Limit": {
         | 
| 143367 143382 | 
             
                        "type": "integer"
         | 
| @@ -143375,7 +143390,7 @@ module.exports={ | |
| 143375 143390 | 
             
                      "FleetUtilization": {
         | 
| 143376 143391 | 
             
                        "type": "list",
         | 
| 143377 143392 | 
             
                        "member": {
         | 
| 143378 | 
            -
                          "shape": " | 
| 143393 | 
            +
                          "shape": "S78"
         | 
| 143379 143394 | 
             
                        }
         | 
| 143380 143395 | 
             
                      },
         | 
| 143381 143396 | 
             
                      "NextToken": {}
         | 
| @@ -143398,7 +143413,7 @@ module.exports={ | |
| 143398 143413 | 
             
                    "type": "structure",
         | 
| 143399 143414 | 
             
                    "members": {
         | 
| 143400 143415 | 
             
                      "GameServer": {
         | 
| 143401 | 
            -
                        "shape": " | 
| 143416 | 
            +
                        "shape": "Sf"
         | 
| 143402 143417 | 
             
                      }
         | 
| 143403 143418 | 
             
                    }
         | 
| 143404 143419 | 
             
                  }
         | 
| @@ -143417,7 +143432,7 @@ module.exports={ | |
| 143417 143432 | 
             
                    "type": "structure",
         | 
| 143418 143433 | 
             
                    "members": {
         | 
| 143419 143434 | 
             
                      "GameServerGroup": {
         | 
| 143420 | 
            -
                        "shape": " | 
| 143435 | 
            +
                        "shape": "S33"
         | 
| 143421 143436 | 
             
                      }
         | 
| 143422 143437 | 
             
                    }
         | 
| 143423 143438 | 
             
                  }
         | 
| @@ -143483,7 +143498,7 @@ module.exports={ | |
| 143483 143498 | 
             
                          "type": "structure",
         | 
| 143484 143499 | 
             
                          "members": {
         | 
| 143485 143500 | 
             
                            "GameSession": {
         | 
| 143486 | 
            -
                              "shape": " | 
| 143501 | 
            +
                              "shape": "S3h"
         | 
| 143487 143502 | 
             
                            },
         | 
| 143488 143503 | 
             
                            "ProtectionPolicy": {}
         | 
| 143489 143504 | 
             
                          }
         | 
| @@ -143507,7 +143522,7 @@ module.exports={ | |
| 143507 143522 | 
             
                    "type": "structure",
         | 
| 143508 143523 | 
             
                    "members": {
         | 
| 143509 143524 | 
             
                      "GameSessionPlacement": {
         | 
| 143510 | 
            -
                        "shape": " | 
| 143525 | 
            +
                        "shape": "S7u"
         | 
| 143511 143526 | 
             
                      }
         | 
| 143512 143527 | 
             
                    }
         | 
| 143513 143528 | 
             
                  }
         | 
| @@ -143532,7 +143547,7 @@ module.exports={ | |
| 143532 143547 | 
             
                      "GameSessionQueues": {
         | 
| 143533 143548 | 
             
                        "type": "list",
         | 
| 143534 143549 | 
             
                        "member": {
         | 
| 143535 | 
            -
                          "shape": " | 
| 143550 | 
            +
                          "shape": "S43"
         | 
| 143536 143551 | 
             
                        }
         | 
| 143537 143552 | 
             
                      },
         | 
| 143538 143553 | 
             
                      "NextToken": {}
         | 
| @@ -143558,7 +143573,7 @@ module.exports={ | |
| 143558 143573 | 
             
                    "type": "structure",
         | 
| 143559 143574 | 
             
                    "members": {
         | 
| 143560 143575 | 
             
                      "GameSessions": {
         | 
| 143561 | 
            -
                        "shape": " | 
| 143576 | 
            +
                        "shape": "S87"
         | 
| 143562 143577 | 
             
                      },
         | 
| 143563 143578 | 
             
                      "NextToken": {}
         | 
| 143564 143579 | 
             
                    }
         | 
| @@ -143626,7 +143641,7 @@ module.exports={ | |
| 143626 143641 | 
             
                      "TicketList": {
         | 
| 143627 143642 | 
             
                        "type": "list",
         | 
| 143628 143643 | 
             
                        "member": {
         | 
| 143629 | 
            -
                          "shape": " | 
| 143644 | 
            +
                          "shape": "S8i"
         | 
| 143630 143645 | 
             
                        }
         | 
| 143631 143646 | 
             
                      }
         | 
| 143632 143647 | 
             
                    }
         | 
| @@ -143653,7 +143668,7 @@ module.exports={ | |
| 143653 143668 | 
             
                      "Configurations": {
         | 
| 143654 143669 | 
             
                        "type": "list",
         | 
| 143655 143670 | 
             
                        "member": {
         | 
| 143656 | 
            -
                          "shape": " | 
| 143671 | 
            +
                          "shape": "S4m"
         | 
| 143657 143672 | 
             
                        }
         | 
| 143658 143673 | 
             
                      },
         | 
| 143659 143674 | 
             
                      "NextToken": {}
         | 
| @@ -143683,7 +143698,7 @@ module.exports={ | |
| 143683 143698 | 
             
                      "RuleSets": {
         | 
| 143684 143699 | 
             
                        "type": "list",
         | 
| 143685 143700 | 
             
                        "member": {
         | 
| 143686 | 
            -
                          "shape": " | 
| 143701 | 
            +
                          "shape": "S4s"
         | 
| 143687 143702 | 
             
                        }
         | 
| 143688 143703 | 
             
                      },
         | 
| 143689 143704 | 
             
                      "NextToken": {}
         | 
| @@ -143708,7 +143723,7 @@ module.exports={ | |
| 143708 143723 | 
             
                    "type": "structure",
         | 
| 143709 143724 | 
             
                    "members": {
         | 
| 143710 143725 | 
             
                      "PlayerSessions": {
         | 
| 143711 | 
            -
                        "shape": " | 
| 143726 | 
            +
                        "shape": "S53"
         | 
| 143712 143727 | 
             
                      },
         | 
| 143713 143728 | 
             
                      "NextToken": {}
         | 
| 143714 143729 | 
             
                    }
         | 
| @@ -143728,7 +143743,7 @@ module.exports={ | |
| 143728 143743 | 
             
                    "type": "structure",
         | 
| 143729 143744 | 
             
                    "members": {
         | 
| 143730 143745 | 
             
                      "RuntimeConfiguration": {
         | 
| 143731 | 
            -
                        "shape": " | 
| 143746 | 
            +
                        "shape": "S1p"
         | 
| 143732 143747 | 
             
                      }
         | 
| 143733 143748 | 
             
                    }
         | 
| 143734 143749 | 
             
                  }
         | 
| @@ -143775,7 +143790,7 @@ module.exports={ | |
| 143775 143790 | 
             
                            "MetricName": {},
         | 
| 143776 143791 | 
             
                            "PolicyType": {},
         | 
| 143777 143792 | 
             
                            "TargetConfiguration": {
         | 
| 143778 | 
            -
                              "shape": " | 
| 143793 | 
            +
                              "shape": "S9l"
         | 
| 143779 143794 | 
             
                            },
         | 
| 143780 143795 | 
             
                            "UpdateStatus": {},
         | 
| 143781 143796 | 
             
                            "Location": {}
         | 
| @@ -143800,7 +143815,7 @@ module.exports={ | |
| 143800 143815 | 
             
                    "type": "structure",
         | 
| 143801 143816 | 
             
                    "members": {
         | 
| 143802 143817 | 
             
                      "Script": {
         | 
| 143803 | 
            -
                        "shape": " | 
| 143818 | 
            +
                        "shape": "S57"
         | 
| 143804 143819 | 
             
                      }
         | 
| 143805 143820 | 
             
                    }
         | 
| 143806 143821 | 
             
                  }
         | 
| @@ -143816,7 +143831,7 @@ module.exports={ | |
| 143816 143831 | 
             
                      "VpcPeeringAuthorizations": {
         | 
| 143817 143832 | 
             
                        "type": "list",
         | 
| 143818 143833 | 
             
                        "member": {
         | 
| 143819 | 
            -
                          "shape": " | 
| 143834 | 
            +
                          "shape": "S5a"
         | 
| 143820 143835 | 
             
                        }
         | 
| 143821 143836 | 
             
                      }
         | 
| 143822 143837 | 
             
                    }
         | 
| @@ -143876,7 +143891,7 @@ module.exports={ | |
| 143876 143891 | 
             
                      "ComputeName": {},
         | 
| 143877 143892 | 
             
                      "ComputeArn": {},
         | 
| 143878 143893 | 
             
                      "Credentials": {
         | 
| 143879 | 
            -
                        "shape": " | 
| 143894 | 
            +
                        "shape": "S1c"
         | 
| 143880 143895 | 
             
                      }
         | 
| 143881 143896 | 
             
                    }
         | 
| 143882 143897 | 
             
                  }
         | 
| @@ -143977,7 +143992,7 @@ module.exports={ | |
| 143977 143992 | 
             
                      "Aliases": {
         | 
| 143978 143993 | 
             
                        "type": "list",
         | 
| 143979 143994 | 
             
                        "member": {
         | 
| 143980 | 
            -
                          "shape": " | 
| 143995 | 
            +
                          "shape": "Sy"
         | 
| 143981 143996 | 
             
                        }
         | 
| 143982 143997 | 
             
                      },
         | 
| 143983 143998 | 
             
                      "NextToken": {}
         | 
| @@ -144001,7 +144016,7 @@ module.exports={ | |
| 144001 144016 | 
             
                      "Builds": {
         | 
| 144002 144017 | 
             
                        "type": "list",
         | 
| 144003 144018 | 
             
                        "member": {
         | 
| 144004 | 
            -
                          "shape": " | 
| 144019 | 
            +
                          "shape": "S17"
         | 
| 144005 144020 | 
             
                        }
         | 
| 144006 144021 | 
             
                      },
         | 
| 144007 144022 | 
             
                      "NextToken": {}
         | 
| @@ -144029,7 +144044,7 @@ module.exports={ | |
| 144029 144044 | 
             
                      "ComputeList": {
         | 
| 144030 144045 | 
             
                        "type": "list",
         | 
| 144031 144046 | 
             
                        "member": {
         | 
| 144032 | 
            -
                          "shape": " | 
| 144047 | 
            +
                          "shape": "S6c"
         | 
| 144033 144048 | 
             
                        }
         | 
| 144034 144049 | 
             
                      },
         | 
| 144035 144050 | 
             
                      "NextToken": {}
         | 
| @@ -144075,7 +144090,7 @@ module.exports={ | |
| 144075 144090 | 
             
                      "GameServerGroups": {
         | 
| 144076 144091 | 
             
                        "type": "list",
         | 
| 144077 144092 | 
             
                        "member": {
         | 
| 144078 | 
            -
                          "shape": " | 
| 144093 | 
            +
                          "shape": "S33"
         | 
| 144079 144094 | 
             
                        }
         | 
| 144080 144095 | 
             
                      },
         | 
| 144081 144096 | 
             
                      "NextToken": {}
         | 
| @@ -144103,7 +144118,7 @@ module.exports={ | |
| 144103 144118 | 
             
                      "GameServers": {
         | 
| 144104 144119 | 
             
                        "type": "list",
         | 
| 144105 144120 | 
             
                        "member": {
         | 
| 144106 | 
            -
                          "shape": " | 
| 144121 | 
            +
                          "shape": "Sf"
         | 
| 144107 144122 | 
             
                        }
         | 
| 144108 144123 | 
             
                      },
         | 
| 144109 144124 | 
             
                      "NextToken": {}
         | 
| @@ -144130,7 +144145,7 @@ module.exports={ | |
| 144130 144145 | 
             
                      "Locations": {
         | 
| 144131 144146 | 
             
                        "type": "list",
         | 
| 144132 144147 | 
             
                        "member": {
         | 
| 144133 | 
            -
                          "shape": " | 
| 144148 | 
            +
                          "shape": "S48"
         | 
| 144134 144149 | 
             
                        }
         | 
| 144135 144150 | 
             
                      },
         | 
| 144136 144151 | 
             
                      "NextToken": {}
         | 
| @@ -144153,7 +144168,7 @@ module.exports={ | |
| 144153 144168 | 
             
                      "Scripts": {
         | 
| 144154 144169 | 
             
                        "type": "list",
         | 
| 144155 144170 | 
             
                        "member": {
         | 
| 144156 | 
            -
                          "shape": " | 
| 144171 | 
            +
                          "shape": "S57"
         | 
| 144157 144172 | 
             
                        }
         | 
| 144158 144173 | 
             
                      },
         | 
| 144159 144174 | 
             
                      "NextToken": {}
         | 
| @@ -144174,7 +144189,7 @@ module.exports={ | |
| 144174 144189 | 
             
                    "type": "structure",
         | 
| 144175 144190 | 
             
                    "members": {
         | 
| 144176 144191 | 
             
                      "Tags": {
         | 
| 144177 | 
            -
                        "shape": " | 
| 144192 | 
            +
                        "shape": "St"
         | 
| 144178 144193 | 
             
                      }
         | 
| 144179 144194 | 
             
                    }
         | 
| 144180 144195 | 
             
                  }
         | 
| @@ -144204,7 +144219,7 @@ module.exports={ | |
| 144204 144219 | 
             
                      "MetricName": {},
         | 
| 144205 144220 | 
             
                      "PolicyType": {},
         | 
| 144206 144221 | 
             
                      "TargetConfiguration": {
         | 
| 144207 | 
            -
                        "shape": " | 
| 144222 | 
            +
                        "shape": "S9l"
         | 
| 144208 144223 | 
             
                      }
         | 
| 144209 144224 | 
             
                    }
         | 
| 144210 144225 | 
             
                  },
         | 
| @@ -144235,7 +144250,7 @@ module.exports={ | |
| 144235 144250 | 
             
                    "type": "structure",
         | 
| 144236 144251 | 
             
                    "members": {
         | 
| 144237 144252 | 
             
                      "Compute": {
         | 
| 144238 | 
            -
                        "shape": " | 
| 144253 | 
            +
                        "shape": "S6c"
         | 
| 144239 144254 | 
             
                      }
         | 
| 144240 144255 | 
             
                    }
         | 
| 144241 144256 | 
             
                  }
         | 
| @@ -144260,7 +144275,7 @@ module.exports={ | |
| 144260 144275 | 
             
                    "type": "structure",
         | 
| 144261 144276 | 
             
                    "members": {
         | 
| 144262 144277 | 
             
                      "GameServer": {
         | 
| 144263 | 
            -
                        "shape": " | 
| 144278 | 
            +
                        "shape": "Sf"
         | 
| 144264 144279 | 
             
                      }
         | 
| 144265 144280 | 
             
                    }
         | 
| 144266 144281 | 
             
                  }
         | 
| @@ -144279,10 +144294,10 @@ module.exports={ | |
| 144279 144294 | 
             
                    "type": "structure",
         | 
| 144280 144295 | 
             
                    "members": {
         | 
| 144281 144296 | 
             
                      "UploadCredentials": {
         | 
| 144282 | 
            -
                        "shape": " | 
| 144297 | 
            +
                        "shape": "S1c"
         | 
| 144283 144298 | 
             
                      },
         | 
| 144284 144299 | 
             
                      "StorageLocation": {
         | 
| 144285 | 
            -
                        "shape": " | 
| 144300 | 
            +
                        "shape": "S12"
         | 
| 144286 144301 | 
             
                      }
         | 
| 144287 144302 | 
             
                    }
         | 
| 144288 144303 | 
             
                  }
         | 
| @@ -144315,7 +144330,7 @@ module.exports={ | |
| 144315 144330 | 
             
                    "members": {
         | 
| 144316 144331 | 
             
                      "GameServerGroupName": {},
         | 
| 144317 144332 | 
             
                      "ResumeActions": {
         | 
| 144318 | 
            -
                        "shape": " | 
| 144333 | 
            +
                        "shape": "S36"
         | 
| 144319 144334 | 
             
                      }
         | 
| 144320 144335 | 
             
                    }
         | 
| 144321 144336 | 
             
                  },
         | 
| @@ -144323,7 +144338,7 @@ module.exports={ | |
| 144323 144338 | 
             
                    "type": "structure",
         | 
| 144324 144339 | 
             
                    "members": {
         | 
| 144325 144340 | 
             
                      "GameServerGroup": {
         | 
| 144326 | 
            -
                        "shape": " | 
| 144341 | 
            +
                        "shape": "S33"
         | 
| 144327 144342 | 
             
                      }
         | 
| 144328 144343 | 
             
                    }
         | 
| 144329 144344 | 
             
                  }
         | 
| @@ -144347,7 +144362,7 @@ module.exports={ | |
| 144347 144362 | 
             
                    "type": "structure",
         | 
| 144348 144363 | 
             
                    "members": {
         | 
| 144349 144364 | 
             
                      "GameSessions": {
         | 
| 144350 | 
            -
                        "shape": " | 
| 144365 | 
            +
                        "shape": "S87"
         | 
| 144351 144366 | 
             
                      },
         | 
| 144352 144367 | 
             
                      "NextToken": {}
         | 
| 144353 144368 | 
             
                    }
         | 
| @@ -144363,7 +144378,7 @@ module.exports={ | |
| 144363 144378 | 
             
                    "members": {
         | 
| 144364 144379 | 
             
                      "FleetId": {},
         | 
| 144365 144380 | 
             
                      "Actions": {
         | 
| 144366 | 
            -
                        "shape": " | 
| 144381 | 
            +
                        "shape": "S2e"
         | 
| 144367 144382 | 
             
                      },
         | 
| 144368 144383 | 
             
                      "Location": {}
         | 
| 144369 144384 | 
             
                    }
         | 
| @@ -144388,14 +144403,14 @@ module.exports={ | |
| 144388 144403 | 
             
                      "PlacementId": {},
         | 
| 144389 144404 | 
             
                      "GameSessionQueueName": {},
         | 
| 144390 144405 | 
             
                      "GameProperties": {
         | 
| 144391 | 
            -
                        "shape": " | 
| 144406 | 
            +
                        "shape": "S3a"
         | 
| 144392 144407 | 
             
                      },
         | 
| 144393 144408 | 
             
                      "MaximumPlayerSessionCount": {
         | 
| 144394 144409 | 
             
                        "type": "integer"
         | 
| 144395 144410 | 
             
                      },
         | 
| 144396 144411 | 
             
                      "GameSessionName": {},
         | 
| 144397 144412 | 
             
                      "PlayerLatencies": {
         | 
| 144398 | 
            -
                        "shape": " | 
| 144413 | 
            +
                        "shape": "S7w"
         | 
| 144399 144414 | 
             
                      },
         | 
| 144400 144415 | 
             
                      "DesiredPlayerSessions": {
         | 
| 144401 144416 | 
             
                        "type": "list",
         | 
| @@ -144414,7 +144429,7 @@ module.exports={ | |
| 144414 144429 | 
             
                    "type": "structure",
         | 
| 144415 144430 | 
             
                    "members": {
         | 
| 144416 144431 | 
             
                      "GameSessionPlacement": {
         | 
| 144417 | 
            -
                        "shape": " | 
| 144432 | 
            +
                        "shape": "S7u"
         | 
| 144418 144433 | 
             
                      }
         | 
| 144419 144434 | 
             
                    }
         | 
| 144420 144435 | 
             
                  }
         | 
| @@ -144431,7 +144446,7 @@ module.exports={ | |
| 144431 144446 | 
             
                      "ConfigurationName": {},
         | 
| 144432 144447 | 
             
                      "GameSessionArn": {},
         | 
| 144433 144448 | 
             
                      "Players": {
         | 
| 144434 | 
            -
                        "shape": " | 
| 144449 | 
            +
                        "shape": "S8l"
         | 
| 144435 144450 | 
             
                      }
         | 
| 144436 144451 | 
             
                    }
         | 
| 144437 144452 | 
             
                  },
         | 
| @@ -144439,7 +144454,7 @@ module.exports={ | |
| 144439 144454 | 
             
                    "type": "structure",
         | 
| 144440 144455 | 
             
                    "members": {
         | 
| 144441 144456 | 
             
                      "MatchmakingTicket": {
         | 
| 144442 | 
            -
                        "shape": " | 
| 144457 | 
            +
                        "shape": "S8i"
         | 
| 144443 144458 | 
             
                      }
         | 
| 144444 144459 | 
             
                    }
         | 
| 144445 144460 | 
             
                  }
         | 
| @@ -144455,7 +144470,7 @@ module.exports={ | |
| 144455 144470 | 
             
                      "TicketId": {},
         | 
| 144456 144471 | 
             
                      "ConfigurationName": {},
         | 
| 144457 144472 | 
             
                      "Players": {
         | 
| 144458 | 
            -
                        "shape": " | 
| 144473 | 
            +
                        "shape": "S8l"
         | 
| 144459 144474 | 
             
                      }
         | 
| 144460 144475 | 
             
                    }
         | 
| 144461 144476 | 
             
                  },
         | 
| @@ -144463,7 +144478,7 @@ module.exports={ | |
| 144463 144478 | 
             
                    "type": "structure",
         | 
| 144464 144479 | 
             
                    "members": {
         | 
| 144465 144480 | 
             
                      "MatchmakingTicket": {
         | 
| 144466 | 
            -
                        "shape": " | 
| 144481 | 
            +
                        "shape": "S8i"
         | 
| 144467 144482 | 
             
                      }
         | 
| 144468 144483 | 
             
                    }
         | 
| 144469 144484 | 
             
                  }
         | 
| @@ -144478,7 +144493,7 @@ module.exports={ | |
| 144478 144493 | 
             
                    "members": {
         | 
| 144479 144494 | 
             
                      "FleetId": {},
         | 
| 144480 144495 | 
             
                      "Actions": {
         | 
| 144481 | 
            -
                        "shape": " | 
| 144496 | 
            +
                        "shape": "S2e"
         | 
| 144482 144497 | 
             
                      },
         | 
| 144483 144498 | 
             
                      "Location": {}
         | 
| 144484 144499 | 
             
                    }
         | 
| @@ -144505,7 +144520,7 @@ module.exports={ | |
| 144505 144520 | 
             
                    "type": "structure",
         | 
| 144506 144521 | 
             
                    "members": {
         | 
| 144507 144522 | 
             
                      "GameSessionPlacement": {
         | 
| 144508 | 
            -
                        "shape": " | 
| 144523 | 
            +
                        "shape": "S7u"
         | 
| 144509 144524 | 
             
                      }
         | 
| 144510 144525 | 
             
                    }
         | 
| 144511 144526 | 
             
                  }
         | 
| @@ -144535,7 +144550,7 @@ module.exports={ | |
| 144535 144550 | 
             
                    "members": {
         | 
| 144536 144551 | 
             
                      "GameServerGroupName": {},
         | 
| 144537 144552 | 
             
                      "SuspendActions": {
         | 
| 144538 | 
            -
                        "shape": " | 
| 144553 | 
            +
                        "shape": "S36"
         | 
| 144539 144554 | 
             
                      }
         | 
| 144540 144555 | 
             
                    }
         | 
| 144541 144556 | 
             
                  },
         | 
| @@ -144543,7 +144558,7 @@ module.exports={ | |
| 144543 144558 | 
             
                    "type": "structure",
         | 
| 144544 144559 | 
             
                    "members": {
         | 
| 144545 144560 | 
             
                      "GameServerGroup": {
         | 
| 144546 | 
            -
                        "shape": " | 
| 144561 | 
            +
                        "shape": "S33"
         | 
| 144547 144562 | 
             
                      }
         | 
| 144548 144563 | 
             
                    }
         | 
| 144549 144564 | 
             
                  }
         | 
| @@ -144558,7 +144573,7 @@ module.exports={ | |
| 144558 144573 | 
             
                    "members": {
         | 
| 144559 144574 | 
             
                      "ResourceARN": {},
         | 
| 144560 144575 | 
             
                      "Tags": {
         | 
| 144561 | 
            -
                        "shape": " | 
| 144576 | 
            +
                        "shape": "St"
         | 
| 144562 144577 | 
             
                      }
         | 
| 144563 144578 | 
             
                    }
         | 
| 144564 144579 | 
             
                  },
         | 
| @@ -144598,7 +144613,7 @@ module.exports={ | |
| 144598 144613 | 
             
                      "Name": {},
         | 
| 144599 144614 | 
             
                      "Description": {},
         | 
| 144600 144615 | 
             
                      "RoutingStrategy": {
         | 
| 144601 | 
            -
                        "shape": " | 
| 144616 | 
            +
                        "shape": "Sp"
         | 
| 144602 144617 | 
             
                      }
         | 
| 144603 144618 | 
             
                    }
         | 
| 144604 144619 | 
             
                  },
         | 
| @@ -144606,7 +144621,7 @@ module.exports={ | |
| 144606 144621 | 
             
                    "type": "structure",
         | 
| 144607 144622 | 
             
                    "members": {
         | 
| 144608 144623 | 
             
                      "Alias": {
         | 
| 144609 | 
            -
                        "shape": " | 
| 144624 | 
            +
                        "shape": "Sy"
         | 
| 144610 144625 | 
             
                      }
         | 
| 144611 144626 | 
             
                    }
         | 
| 144612 144627 | 
             
                  }
         | 
| @@ -144627,7 +144642,7 @@ module.exports={ | |
| 144627 144642 | 
             
                    "type": "structure",
         | 
| 144628 144643 | 
             
                    "members": {
         | 
| 144629 144644 | 
             
                      "Build": {
         | 
| 144630 | 
            -
                        "shape": " | 
| 144645 | 
            +
                        "shape": "S17"
         | 
| 144631 144646 | 
             
                      }
         | 
| 144632 144647 | 
             
                    }
         | 
| 144633 144648 | 
             
                  }
         | 
| @@ -144644,13 +144659,13 @@ module.exports={ | |
| 144644 144659 | 
             
                      "Description": {},
         | 
| 144645 144660 | 
             
                      "NewGameSessionProtectionPolicy": {},
         | 
| 144646 144661 | 
             
                      "ResourceCreationLimitPolicy": {
         | 
| 144647 | 
            -
                        "shape": " | 
| 144662 | 
            +
                        "shape": "S1v"
         | 
| 144648 144663 | 
             
                      },
         | 
| 144649 144664 | 
             
                      "MetricGroups": {
         | 
| 144650 | 
            -
                        "shape": " | 
| 144665 | 
            +
                        "shape": "S1x"
         | 
| 144651 144666 | 
             
                      },
         | 
| 144652 144667 | 
             
                      "AnywhereConfiguration": {
         | 
| 144653 | 
            -
                        "shape": " | 
| 144668 | 
            +
                        "shape": "S26"
         | 
| 144654 144669 | 
             
                      }
         | 
| 144655 144670 | 
             
                    }
         | 
| 144656 144671 | 
             
                  },
         | 
| @@ -144700,10 +144715,10 @@ module.exports={ | |
| 144700 144715 | 
             
                    "members": {
         | 
| 144701 144716 | 
             
                      "FleetId": {},
         | 
| 144702 144717 | 
             
                      "InboundPermissionAuthorizations": {
         | 
| 144703 | 
            -
                        "shape": " | 
| 144718 | 
            +
                        "shape": "S1j"
         | 
| 144704 144719 | 
             
                      },
         | 
| 144705 144720 | 
             
                      "InboundPermissionRevocations": {
         | 
| 144706 | 
            -
                        "shape": " | 
| 144721 | 
            +
                        "shape": "S1j"
         | 
| 144707 144722 | 
             
                      }
         | 
| 144708 144723 | 
             
                    }
         | 
| 144709 144724 | 
             
                  },
         | 
| @@ -144734,7 +144749,7 @@ module.exports={ | |
| 144734 144749 | 
             
                    "type": "structure",
         | 
| 144735 144750 | 
             
                    "members": {
         | 
| 144736 144751 | 
             
                      "GameServer": {
         | 
| 144737 | 
            -
                        "shape": " | 
| 144752 | 
            +
                        "shape": "Sf"
         | 
| 144738 144753 | 
             
                      }
         | 
| 144739 144754 | 
             
                    }
         | 
| 144740 144755 | 
             
                  }
         | 
| @@ -144749,7 +144764,7 @@ module.exports={ | |
| 144749 144764 | 
             
                      "GameServerGroupName": {},
         | 
| 144750 144765 | 
             
                      "RoleArn": {},
         | 
| 144751 144766 | 
             
                      "InstanceDefinitions": {
         | 
| 144752 | 
            -
                        "shape": " | 
| 144767 | 
            +
                        "shape": "S2r"
         | 
| 144753 144768 | 
             
                      },
         | 
| 144754 144769 | 
             
                      "GameServerProtectionPolicy": {},
         | 
| 144755 144770 | 
             
                      "BalancingStrategy": {}
         | 
| @@ -144759,7 +144774,7 @@ module.exports={ | |
| 144759 144774 | 
             
                    "type": "structure",
         | 
| 144760 144775 | 
             
                    "members": {
         | 
| 144761 144776 | 
             
                      "GameServerGroup": {
         | 
| 144762 | 
            -
                        "shape": " | 
| 144777 | 
            +
                        "shape": "S33"
         | 
| 144763 144778 | 
             
                      }
         | 
| 144764 144779 | 
             
                    }
         | 
| 144765 144780 | 
             
                  }
         | 
| @@ -144784,7 +144799,7 @@ module.exports={ | |
| 144784 144799 | 
             
                    "type": "structure",
         | 
| 144785 144800 | 
             
                    "members": {
         | 
| 144786 144801 | 
             
                      "GameSession": {
         | 
| 144787 | 
            -
                        "shape": " | 
| 144802 | 
            +
                        "shape": "S3h"
         | 
| 144788 144803 | 
             
                      }
         | 
| 144789 144804 | 
             
                    }
         | 
| 144790 144805 | 
             
                  }
         | 
| @@ -144801,16 +144816,16 @@ module.exports={ | |
| 144801 144816 | 
             
                        "type": "integer"
         | 
| 144802 144817 | 
             
                      },
         | 
| 144803 144818 | 
             
                      "PlayerLatencyPolicies": {
         | 
| 144804 | 
            -
                        "shape": " | 
| 144819 | 
            +
                        "shape": "S3q"
         | 
| 144805 144820 | 
             
                      },
         | 
| 144806 144821 | 
             
                      "Destinations": {
         | 
| 144807 | 
            -
                        "shape": " | 
| 144822 | 
            +
                        "shape": "S3s"
         | 
| 144808 144823 | 
             
                      },
         | 
| 144809 144824 | 
             
                      "FilterConfiguration": {
         | 
| 144810 | 
            -
                        "shape": " | 
| 144825 | 
            +
                        "shape": "S3v"
         | 
| 144811 144826 | 
             
                      },
         | 
| 144812 144827 | 
             
                      "PriorityConfiguration": {
         | 
| 144813 | 
            -
                        "shape": " | 
| 144828 | 
            +
                        "shape": "S3x"
         | 
| 144814 144829 | 
             
                      },
         | 
| 144815 144830 | 
             
                      "CustomEventData": {},
         | 
| 144816 144831 | 
             
                      "NotificationTarget": {}
         | 
| @@ -144820,7 +144835,7 @@ module.exports={ | |
| 144820 144835 | 
             
                    "type": "structure",
         | 
| 144821 144836 | 
             
                    "members": {
         | 
| 144822 144837 | 
             
                      "GameSessionQueue": {
         | 
| 144823 | 
            -
                        "shape": " | 
| 144838 | 
            +
                        "shape": "S43"
         | 
| 144824 144839 | 
             
                      }
         | 
| 144825 144840 | 
             
                    }
         | 
| 144826 144841 | 
             
                  }
         | 
| @@ -144835,7 +144850,7 @@ module.exports={ | |
| 144835 144850 | 
             
                      "Name": {},
         | 
| 144836 144851 | 
             
                      "Description": {},
         | 
| 144837 144852 | 
             
                      "GameSessionQueueArns": {
         | 
| 144838 | 
            -
                        "shape": " | 
| 144853 | 
            +
                        "shape": "S4b"
         | 
| 144839 144854 | 
             
                      },
         | 
| 144840 144855 | 
             
                      "RequestTimeoutSeconds": {
         | 
| 144841 144856 | 
             
                        "type": "integer"
         | 
| @@ -144853,7 +144868,7 @@ module.exports={ | |
| 144853 144868 | 
             
                      },
         | 
| 144854 144869 | 
             
                      "CustomEventData": {},
         | 
| 144855 144870 | 
             
                      "GameProperties": {
         | 
| 144856 | 
            -
                        "shape": " | 
| 144871 | 
            +
                        "shape": "S3a"
         | 
| 144857 144872 | 
             
                      },
         | 
| 144858 144873 | 
             
                      "GameSessionData": {},
         | 
| 144859 144874 | 
             
                      "BackfillMode": {},
         | 
| @@ -144864,7 +144879,7 @@ module.exports={ | |
| 144864 144879 | 
             
                    "type": "structure",
         | 
| 144865 144880 | 
             
                    "members": {
         | 
| 144866 144881 | 
             
                      "Configuration": {
         | 
| 144867 | 
            -
                        "shape": " | 
| 144882 | 
            +
                        "shape": "S4m"
         | 
| 144868 144883 | 
             
                      }
         | 
| 144869 144884 | 
             
                    }
         | 
| 144870 144885 | 
             
                  }
         | 
| @@ -144879,7 +144894,7 @@ module.exports={ | |
| 144879 144894 | 
             
                    "members": {
         | 
| 144880 144895 | 
             
                      "FleetId": {},
         | 
| 144881 144896 | 
             
                      "RuntimeConfiguration": {
         | 
| 144882 | 
            -
                        "shape": " | 
| 144897 | 
            +
                        "shape": "S1p"
         | 
| 144883 144898 | 
             
                      }
         | 
| 144884 144899 | 
             
                    }
         | 
| 144885 144900 | 
             
                  },
         | 
| @@ -144887,7 +144902,7 @@ module.exports={ | |
| 144887 144902 | 
             
                    "type": "structure",
         | 
| 144888 144903 | 
             
                    "members": {
         | 
| 144889 144904 | 
             
                      "RuntimeConfiguration": {
         | 
| 144890 | 
            -
                        "shape": " | 
| 144905 | 
            +
                        "shape": "S1p"
         | 
| 144891 144906 | 
             
                      }
         | 
| 144892 144907 | 
             
                    }
         | 
| 144893 144908 | 
             
                  }
         | 
| @@ -144903,7 +144918,7 @@ module.exports={ | |
| 144903 144918 | 
             
                      "Name": {},
         | 
| 144904 144919 | 
             
                      "Version": {},
         | 
| 144905 144920 | 
             
                      "StorageLocation": {
         | 
| 144906 | 
            -
                        "shape": " | 
| 144921 | 
            +
                        "shape": "S12"
         | 
| 144907 144922 | 
             
                      },
         | 
| 144908 144923 | 
             
                      "ZipFile": {
         | 
| 144909 144924 | 
             
                        "type": "blob"
         | 
| @@ -144914,7 +144929,7 @@ module.exports={ | |
| 144914 144929 | 
             
                    "type": "structure",
         | 
| 144915 144930 | 
             
                    "members": {
         | 
| 144916 144931 | 
             
                      "Script": {
         | 
| 144917 | 
            -
                        "shape": " | 
| 144932 | 
            +
                        "shape": "S57"
         | 
| 144918 144933 | 
             
                      }
         | 
| 144919 144934 | 
             
                    }
         | 
| 144920 144935 | 
             
                  }
         | 
| @@ -144944,7 +144959,7 @@ module.exports={ | |
| 144944 144959 | 
             
                  "type": "list",
         | 
| 144945 144960 | 
             
                  "member": {}
         | 
| 144946 144961 | 
             
                },
         | 
| 144947 | 
            -
                " | 
| 144962 | 
            +
                "Sf": {
         | 
| 144948 144963 | 
             
                  "type": "structure",
         | 
| 144949 144964 | 
             
                  "members": {
         | 
| 144950 144965 | 
             
                    "GameServerGroupName": {},
         | 
| @@ -144966,7 +144981,7 @@ module.exports={ | |
| 144966 144981 | 
             
                    }
         | 
| 144967 144982 | 
             
                  }
         | 
| 144968 144983 | 
             
                },
         | 
| 144969 | 
            -
                " | 
| 144984 | 
            +
                "Sp": {
         | 
| 144970 144985 | 
             
                  "type": "structure",
         | 
| 144971 144986 | 
             
                  "members": {
         | 
| 144972 144987 | 
             
                    "Type": {},
         | 
| @@ -144974,7 +144989,7 @@ module.exports={ | |
| 144974 144989 | 
             
                    "Message": {}
         | 
| 144975 144990 | 
             
                  }
         | 
| 144976 144991 | 
             
                },
         | 
| 144977 | 
            -
                " | 
| 144992 | 
            +
                "St": {
         | 
| 144978 144993 | 
             
                  "type": "list",
         | 
| 144979 144994 | 
             
                  "member": {
         | 
| 144980 144995 | 
             
                    "type": "structure",
         | 
| @@ -144988,7 +145003,7 @@ module.exports={ | |
| 144988 145003 | 
             
                    }
         | 
| 144989 145004 | 
             
                  }
         | 
| 144990 145005 | 
             
                },
         | 
| 144991 | 
            -
                " | 
| 145006 | 
            +
                "Sy": {
         | 
| 144992 145007 | 
             
                  "type": "structure",
         | 
| 144993 145008 | 
             
                  "members": {
         | 
| 144994 145009 | 
             
                    "AliasId": {},
         | 
| @@ -144996,7 +145011,7 @@ module.exports={ | |
| 144996 145011 | 
             
                    "AliasArn": {},
         | 
| 144997 145012 | 
             
                    "Description": {},
         | 
| 144998 145013 | 
             
                    "RoutingStrategy": {
         | 
| 144999 | 
            -
                      "shape": " | 
| 145014 | 
            +
                      "shape": "Sp"
         | 
| 145000 145015 | 
             
                    },
         | 
| 145001 145016 | 
             
                    "CreationTime": {
         | 
| 145002 145017 | 
             
                      "type": "timestamp"
         | 
| @@ -145006,7 +145021,7 @@ module.exports={ | |
| 145006 145021 | 
             
                    }
         | 
| 145007 145022 | 
             
                  }
         | 
| 145008 145023 | 
             
                },
         | 
| 145009 | 
            -
                " | 
| 145024 | 
            +
                "S12": {
         | 
| 145010 145025 | 
             
                  "type": "structure",
         | 
| 145011 145026 | 
             
                  "members": {
         | 
| 145012 145027 | 
             
                    "Bucket": {},
         | 
| @@ -145015,7 +145030,7 @@ module.exports={ | |
| 145015 145030 | 
             
                    "ObjectVersion": {}
         | 
| 145016 145031 | 
             
                  }
         | 
| 145017 145032 | 
             
                },
         | 
| 145018 | 
            -
                " | 
| 145033 | 
            +
                "S17": {
         | 
| 145019 145034 | 
             
                  "type": "structure",
         | 
| 145020 145035 | 
             
                  "members": {
         | 
| 145021 145036 | 
             
                    "BuildId": {},
         | 
| @@ -145033,7 +145048,7 @@ module.exports={ | |
| 145033 145048 | 
             
                    "ServerSdkVersion": {}
         | 
| 145034 145049 | 
             
                  }
         | 
| 145035 145050 | 
             
                },
         | 
| 145036 | 
            -
                " | 
| 145051 | 
            +
                "S1c": {
         | 
| 145037 145052 | 
             
                  "type": "structure",
         | 
| 145038 145053 | 
             
                  "members": {
         | 
| 145039 145054 | 
             
                    "AccessKeyId": {},
         | 
| @@ -145042,7 +145057,7 @@ module.exports={ | |
| 145042 145057 | 
             
                  },
         | 
| 145043 145058 | 
             
                  "sensitive": true
         | 
| 145044 145059 | 
             
                },
         | 
| 145045 | 
            -
                " | 
| 145060 | 
            +
                "S1j": {
         | 
| 145046 145061 | 
             
                  "type": "list",
         | 
| 145047 145062 | 
             
                  "member": {
         | 
| 145048 145063 | 
             
                    "type": "structure",
         | 
| @@ -145064,7 +145079,7 @@ module.exports={ | |
| 145064 145079 | 
             
                    }
         | 
| 145065 145080 | 
             
                  }
         | 
| 145066 145081 | 
             
                },
         | 
| 145067 | 
            -
                " | 
| 145082 | 
            +
                "S1p": {
         | 
| 145068 145083 | 
             
                  "type": "structure",
         | 
| 145069 145084 | 
             
                  "members": {
         | 
| 145070 145085 | 
             
                    "ServerProcesses": {
         | 
| @@ -145092,7 +145107,7 @@ module.exports={ | |
| 145092 145107 | 
             
                    }
         | 
| 145093 145108 | 
             
                  }
         | 
| 145094 145109 | 
             
                },
         | 
| 145095 | 
            -
                " | 
| 145110 | 
            +
                "S1v": {
         | 
| 145096 145111 | 
             
                  "type": "structure",
         | 
| 145097 145112 | 
             
                  "members": {
         | 
| 145098 145113 | 
             
                    "NewGameSessionsPerCreator": {
         | 
| @@ -145103,11 +145118,11 @@ module.exports={ | |
| 145103 145118 | 
             
                    }
         | 
| 145104 145119 | 
             
                  }
         | 
| 145105 145120 | 
             
                },
         | 
| 145106 | 
            -
                " | 
| 145121 | 
            +
                "S1x": {
         | 
| 145107 145122 | 
             
                  "type": "list",
         | 
| 145108 145123 | 
             
                  "member": {}
         | 
| 145109 145124 | 
             
                },
         | 
| 145110 | 
            -
                " | 
| 145125 | 
            +
                "S20": {
         | 
| 145111 145126 | 
             
                  "type": "structure",
         | 
| 145112 145127 | 
             
                  "required": [
         | 
| 145113 145128 | 
             
                    "CertificateType"
         | 
| @@ -145116,7 +145131,7 @@ module.exports={ | |
| 145116 145131 | 
             
                    "CertificateType": {}
         | 
| 145117 145132 | 
             
                  }
         | 
| 145118 145133 | 
             
                },
         | 
| 145119 | 
            -
                " | 
| 145134 | 
            +
                "S22": {
         | 
| 145120 145135 | 
             
                  "type": "list",
         | 
| 145121 145136 | 
             
                  "member": {
         | 
| 145122 145137 | 
             
                    "type": "structure",
         | 
| @@ -145128,7 +145143,7 @@ module.exports={ | |
| 145128 145143 | 
             
                    }
         | 
| 145129 145144 | 
             
                  }
         | 
| 145130 145145 | 
             
                },
         | 
| 145131 | 
            -
                " | 
| 145146 | 
            +
                "S26": {
         | 
| 145132 145147 | 
             
                  "type": "structure",
         | 
| 145133 145148 | 
             
                  "required": [
         | 
| 145134 145149 | 
             
                    "Cost"
         | 
| @@ -145137,7 +145152,7 @@ module.exports={ | |
| 145137 145152 | 
             
                    "Cost": {}
         | 
| 145138 145153 | 
             
                  }
         | 
| 145139 145154 | 
             
                },
         | 
| 145140 | 
            -
                " | 
| 145155 | 
            +
                "S29": {
         | 
| 145141 145156 | 
             
                  "type": "structure",
         | 
| 145142 145157 | 
             
                  "members": {
         | 
| 145143 145158 | 
             
                    "FleetId": {},
         | 
| @@ -145165,42 +145180,42 @@ module.exports={ | |
| 145165 145180 | 
             
                    "NewGameSessionProtectionPolicy": {},
         | 
| 145166 145181 | 
             
                    "OperatingSystem": {},
         | 
| 145167 145182 | 
             
                    "ResourceCreationLimitPolicy": {
         | 
| 145168 | 
            -
                      "shape": " | 
| 145183 | 
            +
                      "shape": "S1v"
         | 
| 145169 145184 | 
             
                    },
         | 
| 145170 145185 | 
             
                    "MetricGroups": {
         | 
| 145171 | 
            -
                      "shape": " | 
| 145186 | 
            +
                      "shape": "S1x"
         | 
| 145172 145187 | 
             
                    },
         | 
| 145173 145188 | 
             
                    "StoppedActions": {
         | 
| 145174 | 
            -
                      "shape": " | 
| 145189 | 
            +
                      "shape": "S2e"
         | 
| 145175 145190 | 
             
                    },
         | 
| 145176 145191 | 
             
                    "InstanceRoleArn": {},
         | 
| 145177 145192 | 
             
                    "CertificateConfiguration": {
         | 
| 145178 | 
            -
                      "shape": " | 
| 145193 | 
            +
                      "shape": "S20"
         | 
| 145179 145194 | 
             
                    },
         | 
| 145180 145195 | 
             
                    "ComputeType": {},
         | 
| 145181 145196 | 
             
                    "AnywhereConfiguration": {
         | 
| 145182 | 
            -
                      "shape": " | 
| 145197 | 
            +
                      "shape": "S26"
         | 
| 145183 145198 | 
             
                    }
         | 
| 145184 145199 | 
             
                  }
         | 
| 145185 145200 | 
             
                },
         | 
| 145186 | 
            -
                " | 
| 145201 | 
            +
                "S2e": {
         | 
| 145187 145202 | 
             
                  "type": "list",
         | 
| 145188 145203 | 
             
                  "member": {}
         | 
| 145189 145204 | 
             
                },
         | 
| 145190 | 
            -
                " | 
| 145205 | 
            +
                "S2g": {
         | 
| 145191 145206 | 
             
                  "type": "list",
         | 
| 145192 145207 | 
             
                  "member": {
         | 
| 145193 | 
            -
                    "shape": " | 
| 145208 | 
            +
                    "shape": "S2h"
         | 
| 145194 145209 | 
             
                  }
         | 
| 145195 145210 | 
             
                },
         | 
| 145196 | 
            -
                " | 
| 145211 | 
            +
                "S2h": {
         | 
| 145197 145212 | 
             
                  "type": "structure",
         | 
| 145198 145213 | 
             
                  "members": {
         | 
| 145199 145214 | 
             
                    "Location": {},
         | 
| 145200 145215 | 
             
                    "Status": {}
         | 
| 145201 145216 | 
             
                  }
         | 
| 145202 145217 | 
             
                },
         | 
| 145203 | 
            -
                " | 
| 145218 | 
            +
                "S2r": {
         | 
| 145204 145219 | 
             
                  "type": "list",
         | 
| 145205 145220 | 
             
                  "member": {
         | 
| 145206 145221 | 
             
                    "type": "structure",
         | 
| @@ -145213,14 +145228,14 @@ module.exports={ | |
| 145213 145228 | 
             
                    }
         | 
| 145214 145229 | 
             
                  }
         | 
| 145215 145230 | 
             
                },
         | 
| 145216 | 
            -
                " | 
| 145231 | 
            +
                "S33": {
         | 
| 145217 145232 | 
             
                  "type": "structure",
         | 
| 145218 145233 | 
             
                  "members": {
         | 
| 145219 145234 | 
             
                    "GameServerGroupName": {},
         | 
| 145220 145235 | 
             
                    "GameServerGroupArn": {},
         | 
| 145221 145236 | 
             
                    "RoleArn": {},
         | 
| 145222 145237 | 
             
                    "InstanceDefinitions": {
         | 
| 145223 | 
            -
                      "shape": " | 
| 145238 | 
            +
                      "shape": "S2r"
         | 
| 145224 145239 | 
             
                    },
         | 
| 145225 145240 | 
             
                    "BalancingStrategy": {},
         | 
| 145226 145241 | 
             
                    "GameServerProtectionPolicy": {},
         | 
| @@ -145228,7 +145243,7 @@ module.exports={ | |
| 145228 145243 | 
             
                    "Status": {},
         | 
| 145229 145244 | 
             
                    "StatusReason": {},
         | 
| 145230 145245 | 
             
                    "SuspendedActions": {
         | 
| 145231 | 
            -
                      "shape": " | 
| 145246 | 
            +
                      "shape": "S36"
         | 
| 145232 145247 | 
             
                    },
         | 
| 145233 145248 | 
             
                    "CreationTime": {
         | 
| 145234 145249 | 
             
                      "type": "timestamp"
         | 
| @@ -145238,11 +145253,11 @@ module.exports={ | |
| 145238 145253 | 
             
                    }
         | 
| 145239 145254 | 
             
                  }
         | 
| 145240 145255 | 
             
                },
         | 
| 145241 | 
            -
                " | 
| 145256 | 
            +
                "S36": {
         | 
| 145242 145257 | 
             
                  "type": "list",
         | 
| 145243 145258 | 
             
                  "member": {}
         | 
| 145244 145259 | 
             
                },
         | 
| 145245 | 
            -
                " | 
| 145260 | 
            +
                "S3a": {
         | 
| 145246 145261 | 
             
                  "type": "list",
         | 
| 145247 145262 | 
             
                  "member": {
         | 
| 145248 145263 | 
             
                    "type": "structure",
         | 
| @@ -145256,7 +145271,7 @@ module.exports={ | |
| 145256 145271 | 
             
                    }
         | 
| 145257 145272 | 
             
                  }
         | 
| 145258 145273 | 
             
                },
         | 
| 145259 | 
            -
                " | 
| 145274 | 
            +
                "S3h": {
         | 
| 145260 145275 | 
             
                  "type": "structure",
         | 
| 145261 145276 | 
             
                  "members": {
         | 
| 145262 145277 | 
             
                    "GameSessionId": {},
         | 
| @@ -145278,7 +145293,7 @@ module.exports={ | |
| 145278 145293 | 
             
                    "Status": {},
         | 
| 145279 145294 | 
             
                    "StatusReason": {},
         | 
| 145280 145295 | 
             
                    "GameProperties": {
         | 
| 145281 | 
            -
                      "shape": " | 
| 145296 | 
            +
                      "shape": "S3a"
         | 
| 145282 145297 | 
             
                    },
         | 
| 145283 145298 | 
             
                    "IpAddress": {},
         | 
| 145284 145299 | 
             
                    "DnsName": {},
         | 
| @@ -145292,7 +145307,7 @@ module.exports={ | |
| 145292 145307 | 
             
                    "Location": {}
         | 
| 145293 145308 | 
             
                  }
         | 
| 145294 145309 | 
             
                },
         | 
| 145295 | 
            -
                " | 
| 145310 | 
            +
                "S3q": {
         | 
| 145296 145311 | 
             
                  "type": "list",
         | 
| 145297 145312 | 
             
                  "member": {
         | 
| 145298 145313 | 
             
                    "type": "structure",
         | 
| @@ -145306,7 +145321,7 @@ module.exports={ | |
| 145306 145321 | 
             
                    }
         | 
| 145307 145322 | 
             
                  }
         | 
| 145308 145323 | 
             
                },
         | 
| 145309 | 
            -
                " | 
| 145324 | 
            +
                "S3s": {
         | 
| 145310 145325 | 
             
                  "type": "list",
         | 
| 145311 145326 | 
             
                  "member": {
         | 
| 145312 145327 | 
             
                    "type": "structure",
         | 
| @@ -145315,19 +145330,19 @@ module.exports={ | |
| 145315 145330 | 
             
                    }
         | 
| 145316 145331 | 
             
                  }
         | 
| 145317 145332 | 
             
                },
         | 
| 145318 | 
            -
                " | 
| 145333 | 
            +
                "S3v": {
         | 
| 145319 145334 | 
             
                  "type": "structure",
         | 
| 145320 145335 | 
             
                  "members": {
         | 
| 145321 145336 | 
             
                    "AllowedLocations": {
         | 
| 145322 | 
            -
                      "shape": " | 
| 145337 | 
            +
                      "shape": "S3w"
         | 
| 145323 145338 | 
             
                    }
         | 
| 145324 145339 | 
             
                  }
         | 
| 145325 145340 | 
             
                },
         | 
| 145326 | 
            -
                " | 
| 145341 | 
            +
                "S3w": {
         | 
| 145327 145342 | 
             
                  "type": "list",
         | 
| 145328 145343 | 
             
                  "member": {}
         | 
| 145329 145344 | 
             
                },
         | 
| 145330 | 
            -
                " | 
| 145345 | 
            +
                "S3x": {
         | 
| 145331 145346 | 
             
                  "type": "structure",
         | 
| 145332 145347 | 
             
                  "members": {
         | 
| 145333 145348 | 
             
                    "PriorityOrder": {
         | 
| @@ -145335,11 +145350,11 @@ module.exports={ | |
| 145335 145350 | 
             
                      "member": {}
         | 
| 145336 145351 | 
             
                    },
         | 
| 145337 145352 | 
             
                    "LocationOrder": {
         | 
| 145338 | 
            -
                      "shape": " | 
| 145353 | 
            +
                      "shape": "S3w"
         | 
| 145339 145354 | 
             
                    }
         | 
| 145340 145355 | 
             
                  }
         | 
| 145341 145356 | 
             
                },
         | 
| 145342 | 
            -
                " | 
| 145357 | 
            +
                "S43": {
         | 
| 145343 145358 | 
             
                  "type": "structure",
         | 
| 145344 145359 | 
             
                  "members": {
         | 
| 145345 145360 | 
             
                    "Name": {},
         | 
| @@ -145348,40 +145363,40 @@ module.exports={ | |
| 145348 145363 | 
             
                      "type": "integer"
         | 
| 145349 145364 | 
             
                    },
         | 
| 145350 145365 | 
             
                    "PlayerLatencyPolicies": {
         | 
| 145351 | 
            -
                      "shape": " | 
| 145366 | 
            +
                      "shape": "S3q"
         | 
| 145352 145367 | 
             
                    },
         | 
| 145353 145368 | 
             
                    "Destinations": {
         | 
| 145354 | 
            -
                      "shape": " | 
| 145369 | 
            +
                      "shape": "S3s"
         | 
| 145355 145370 | 
             
                    },
         | 
| 145356 145371 | 
             
                    "FilterConfiguration": {
         | 
| 145357 | 
            -
                      "shape": " | 
| 145372 | 
            +
                      "shape": "S3v"
         | 
| 145358 145373 | 
             
                    },
         | 
| 145359 145374 | 
             
                    "PriorityConfiguration": {
         | 
| 145360 | 
            -
                      "shape": " | 
| 145375 | 
            +
                      "shape": "S3x"
         | 
| 145361 145376 | 
             
                    },
         | 
| 145362 145377 | 
             
                    "CustomEventData": {},
         | 
| 145363 145378 | 
             
                    "NotificationTarget": {}
         | 
| 145364 145379 | 
             
                  }
         | 
| 145365 145380 | 
             
                },
         | 
| 145366 | 
            -
                " | 
| 145381 | 
            +
                "S48": {
         | 
| 145367 145382 | 
             
                  "type": "structure",
         | 
| 145368 145383 | 
             
                  "members": {
         | 
| 145369 145384 | 
             
                    "LocationName": {},
         | 
| 145370 145385 | 
             
                    "LocationArn": {}
         | 
| 145371 145386 | 
             
                  }
         | 
| 145372 145387 | 
             
                },
         | 
| 145373 | 
            -
                " | 
| 145388 | 
            +
                "S4b": {
         | 
| 145374 145389 | 
             
                  "type": "list",
         | 
| 145375 145390 | 
             
                  "member": {}
         | 
| 145376 145391 | 
             
                },
         | 
| 145377 | 
            -
                " | 
| 145392 | 
            +
                "S4m": {
         | 
| 145378 145393 | 
             
                  "type": "structure",
         | 
| 145379 145394 | 
             
                  "members": {
         | 
| 145380 145395 | 
             
                    "Name": {},
         | 
| 145381 145396 | 
             
                    "ConfigurationArn": {},
         | 
| 145382 145397 | 
             
                    "Description": {},
         | 
| 145383 145398 | 
             
                    "GameSessionQueueArns": {
         | 
| 145384 | 
            -
                      "shape": " | 
| 145399 | 
            +
                      "shape": "S4b"
         | 
| 145385 145400 | 
             
                    },
         | 
| 145386 145401 | 
             
                    "RequestTimeoutSeconds": {
         | 
| 145387 145402 | 
             
                      "type": "integer"
         | 
| @@ -145403,14 +145418,14 @@ module.exports={ | |
| 145403 145418 | 
             
                      "type": "timestamp"
         | 
| 145404 145419 | 
             
                    },
         | 
| 145405 145420 | 
             
                    "GameProperties": {
         | 
| 145406 | 
            -
                      "shape": " | 
| 145421 | 
            +
                      "shape": "S3a"
         | 
| 145407 145422 | 
             
                    },
         | 
| 145408 145423 | 
             
                    "GameSessionData": {},
         | 
| 145409 145424 | 
             
                    "BackfillMode": {},
         | 
| 145410 145425 | 
             
                    "FlexMatchMode": {}
         | 
| 145411 145426 | 
             
                  }
         | 
| 145412 145427 | 
             
                },
         | 
| 145413 | 
            -
                " | 
| 145428 | 
            +
                "S4s": {
         | 
| 145414 145429 | 
             
                  "type": "structure",
         | 
| 145415 145430 | 
             
                  "required": [
         | 
| 145416 145431 | 
             
                    "RuleSetBody"
         | 
| @@ -145424,7 +145439,7 @@ module.exports={ | |
| 145424 145439 | 
             
                    }
         | 
| 145425 145440 | 
             
                  }
         | 
| 145426 145441 | 
             
                },
         | 
| 145427 | 
            -
                " | 
| 145442 | 
            +
                "S4w": {
         | 
| 145428 145443 | 
             
                  "type": "structure",
         | 
| 145429 145444 | 
             
                  "members": {
         | 
| 145430 145445 | 
             
                    "PlayerSessionId": {},
         | 
| @@ -145447,13 +145462,13 @@ module.exports={ | |
| 145447 145462 | 
             
                    "PlayerData": {}
         | 
| 145448 145463 | 
             
                  }
         | 
| 145449 145464 | 
             
                },
         | 
| 145450 | 
            -
                " | 
| 145465 | 
            +
                "S53": {
         | 
| 145451 145466 | 
             
                  "type": "list",
         | 
| 145452 145467 | 
             
                  "member": {
         | 
| 145453 | 
            -
                    "shape": " | 
| 145468 | 
            +
                    "shape": "S4w"
         | 
| 145454 145469 | 
             
                  }
         | 
| 145455 145470 | 
             
                },
         | 
| 145456 | 
            -
                " | 
| 145471 | 
            +
                "S57": {
         | 
| 145457 145472 | 
             
                  "type": "structure",
         | 
| 145458 145473 | 
             
                  "members": {
         | 
| 145459 145474 | 
             
                    "ScriptId": {},
         | 
| @@ -145467,11 +145482,11 @@ module.exports={ | |
| 145467 145482 | 
             
                      "type": "timestamp"
         | 
| 145468 145483 | 
             
                    },
         | 
| 145469 145484 | 
             
                    "StorageLocation": {
         | 
| 145470 | 
            -
                      "shape": " | 
| 145485 | 
            +
                      "shape": "S12"
         | 
| 145471 145486 | 
             
                    }
         | 
| 145472 145487 | 
             
                  }
         | 
| 145473 145488 | 
             
                },
         | 
| 145474 | 
            -
                " | 
| 145489 | 
            +
                "S5a": {
         | 
| 145475 145490 | 
             
                  "type": "structure",
         | 
| 145476 145491 | 
             
                  "members": {
         | 
| 145477 145492 | 
             
                    "GameLiftAwsAccountId": {},
         | 
| @@ -145485,7 +145500,7 @@ module.exports={ | |
| 145485 145500 | 
             
                    }
         | 
| 145486 145501 | 
             
                  }
         | 
| 145487 145502 | 
             
                },
         | 
| 145488 | 
            -
                " | 
| 145503 | 
            +
                "S6c": {
         | 
| 145489 145504 | 
             
                  "type": "structure",
         | 
| 145490 145505 | 
             
                  "members": {
         | 
| 145491 145506 | 
             
                    "FleetId": {},
         | 
| @@ -145504,11 +145519,11 @@ module.exports={ | |
| 145504 145519 | 
             
                    "GameLiftServiceSdkEndpoint": {}
         | 
| 145505 145520 | 
             
                  }
         | 
| 145506 145521 | 
             
                },
         | 
| 145507 | 
            -
                " | 
| 145522 | 
            +
                "S6m": {
         | 
| 145508 145523 | 
             
                  "type": "list",
         | 
| 145509 145524 | 
             
                  "member": {}
         | 
| 145510 145525 | 
             
                },
         | 
| 145511 | 
            -
                " | 
| 145526 | 
            +
                "S6s": {
         | 
| 145512 145527 | 
             
                  "type": "structure",
         | 
| 145513 145528 | 
             
                  "members": {
         | 
| 145514 145529 | 
             
                    "FleetId": {},
         | 
| @@ -145543,7 +145558,7 @@ module.exports={ | |
| 145543 145558 | 
             
                    "Location": {}
         | 
| 145544 145559 | 
             
                  }
         | 
| 145545 145560 | 
             
                },
         | 
| 145546 | 
            -
                " | 
| 145561 | 
            +
                "S78": {
         | 
| 145547 145562 | 
             
                  "type": "structure",
         | 
| 145548 145563 | 
             
                  "members": {
         | 
| 145549 145564 | 
             
                    "FleetId": {},
         | 
| @@ -145563,14 +145578,14 @@ module.exports={ | |
| 145563 145578 | 
             
                    "Location": {}
         | 
| 145564 145579 | 
             
                  }
         | 
| 145565 145580 | 
             
                },
         | 
| 145566 | 
            -
                " | 
| 145581 | 
            +
                "S7u": {
         | 
| 145567 145582 | 
             
                  "type": "structure",
         | 
| 145568 145583 | 
             
                  "members": {
         | 
| 145569 145584 | 
             
                    "PlacementId": {},
         | 
| 145570 145585 | 
             
                    "GameSessionQueueName": {},
         | 
| 145571 145586 | 
             
                    "Status": {},
         | 
| 145572 145587 | 
             
                    "GameProperties": {
         | 
| 145573 | 
            -
                      "shape": " | 
| 145588 | 
            +
                      "shape": "S3a"
         | 
| 145574 145589 | 
             
                    },
         | 
| 145575 145590 | 
             
                    "MaximumPlayerSessionCount": {
         | 
| 145576 145591 | 
             
                      "type": "integer"
         | 
| @@ -145580,7 +145595,7 @@ module.exports={ | |
| 145580 145595 | 
             
                    "GameSessionArn": {},
         | 
| 145581 145596 | 
             
                    "GameSessionRegion": {},
         | 
| 145582 145597 | 
             
                    "PlayerLatencies": {
         | 
| 145583 | 
            -
                      "shape": " | 
| 145598 | 
            +
                      "shape": "S7w"
         | 
| 145584 145599 | 
             
                    },
         | 
| 145585 145600 | 
             
                    "StartTime": {
         | 
| 145586 145601 | 
             
                      "type": "timestamp"
         | 
| @@ -145607,7 +145622,7 @@ module.exports={ | |
| 145607 145622 | 
             
                    "MatchmakerData": {}
         | 
| 145608 145623 | 
             
                  }
         | 
| 145609 145624 | 
             
                },
         | 
| 145610 | 
            -
                " | 
| 145625 | 
            +
                "S7w": {
         | 
| 145611 145626 | 
             
                  "type": "list",
         | 
| 145612 145627 | 
             
                  "member": {
         | 
| 145613 145628 | 
             
                    "type": "structure",
         | 
| @@ -145620,13 +145635,13 @@ module.exports={ | |
| 145620 145635 | 
             
                    }
         | 
| 145621 145636 | 
             
                  }
         | 
| 145622 145637 | 
             
                },
         | 
| 145623 | 
            -
                " | 
| 145638 | 
            +
                "S87": {
         | 
| 145624 145639 | 
             
                  "type": "list",
         | 
| 145625 145640 | 
             
                  "member": {
         | 
| 145626 | 
            -
                    "shape": " | 
| 145641 | 
            +
                    "shape": "S3h"
         | 
| 145627 145642 | 
             
                  }
         | 
| 145628 145643 | 
             
                },
         | 
| 145629 | 
            -
                " | 
| 145644 | 
            +
                "S8i": {
         | 
| 145630 145645 | 
             
                  "type": "structure",
         | 
| 145631 145646 | 
             
                  "members": {
         | 
| 145632 145647 | 
             
                    "TicketId": {},
         | 
| @@ -145642,7 +145657,7 @@ module.exports={ | |
| 145642 145657 | 
             
                      "type": "timestamp"
         | 
| 145643 145658 | 
             
                    },
         | 
| 145644 145659 | 
             
                    "Players": {
         | 
| 145645 | 
            -
                      "shape": " | 
| 145660 | 
            +
                      "shape": "S8l"
         | 
| 145646 145661 | 
             
                    },
         | 
| 145647 145662 | 
             
                    "GameSessionConnectionInfo": {
         | 
| 145648 145663 | 
             
                      "type": "structure",
         | 
| @@ -145670,7 +145685,7 @@ module.exports={ | |
| 145670 145685 | 
             
                    }
         | 
| 145671 145686 | 
             
                  }
         | 
| 145672 145687 | 
             
                },
         | 
| 145673 | 
            -
                " | 
| 145688 | 
            +
                "S8l": {
         | 
| 145674 145689 | 
             
                  "type": "list",
         | 
| 145675 145690 | 
             
                  "member": {
         | 
| 145676 145691 | 
             
                    "type": "structure",
         | 
| @@ -145711,7 +145726,7 @@ module.exports={ | |
| 145711 145726 | 
             
                    }
         | 
| 145712 145727 | 
             
                  }
         | 
| 145713 145728 | 
             
                },
         | 
| 145714 | 
            -
                " | 
| 145729 | 
            +
                "S9l": {
         | 
| 145715 145730 | 
             
                  "type": "structure",
         | 
| 145716 145731 | 
             
                  "required": [
         | 
| 145717 145732 | 
             
                    "TargetValue"
         | 
| @@ -256940,7 +256955,7 @@ AWS.util.update(AWS, { | |
| 256940 256955 | 
             
              /**
         | 
| 256941 256956 | 
             
               * @constant
         | 
| 256942 256957 | 
             
               */
         | 
| 256943 | 
            -
              VERSION: '2. | 
| 256958 | 
            +
              VERSION: '2.1385.0',
         | 
| 256944 256959 |  | 
| 256945 256960 | 
             
              /**
         | 
| 256946 256961 | 
             
               * @api private
         | 
| @@ -279109,7 +279124,7 @@ var LRUCache = /** @class */ (function () { | |
| 279109 279124 | 
             
            }());
         | 
| 279110 279125 | 
             
            exports.LRUCache = LRUCache;
         | 
| 279111 279126 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 279112 | 
            -
            // AWS SDK for JavaScript v2. | 
| 279127 | 
            +
            // AWS SDK for JavaScript v2.1385.0
         | 
| 279113 279128 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 279114 279129 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 279115 279130 | 
             
            require('./browser_loader');
         |