@aws-sdk/client-gamelift 3.441.0 → 3.445.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist-cjs/commands/AcceptMatchCommand.js +2 -1
  2. package/dist-cjs/commands/CreateFleetCommand.js +2 -1
  3. package/dist-cjs/commands/CreateGameSessionCommand.js +2 -1
  4. package/dist-cjs/commands/CreatePlayerSessionCommand.js +3 -2
  5. package/dist-cjs/commands/CreatePlayerSessionsCommand.js +3 -2
  6. package/dist-cjs/commands/DescribeComputeCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeGameSessionsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeMatchmakingCommand.js +2 -1
  13. package/dist-cjs/commands/DescribePlayerSessionsCommand.js +3 -2
  14. package/dist-cjs/commands/ListComputeCommand.js +2 -1
  15. package/dist-cjs/commands/RegisterComputeCommand.js +3 -2
  16. package/dist-cjs/commands/SearchGameSessionsCommand.js +2 -1
  17. package/dist-cjs/commands/StartGameSessionPlacementCommand.js +3 -2
  18. package/dist-cjs/commands/StartMatchBackfillCommand.js +3 -2
  19. package/dist-cjs/commands/StartMatchmakingCommand.js +3 -2
  20. package/dist-cjs/commands/StopGameSessionPlacementCommand.js +2 -1
  21. package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +2 -1
  22. package/dist-cjs/commands/UpdateGameSessionCommand.js +2 -1
  23. package/dist-cjs/models/models_0.js +251 -2
  24. package/dist-cjs/models/models_1.js +17 -1
  25. package/dist-cjs/protocols/Aws_json1_1.js +4 -0
  26. package/dist-es/commands/AcceptMatchCommand.js +2 -1
  27. package/dist-es/commands/CreateFleetCommand.js +2 -1
  28. package/dist-es/commands/CreateGameSessionCommand.js +2 -1
  29. package/dist-es/commands/CreatePlayerSessionCommand.js +3 -2
  30. package/dist-es/commands/CreatePlayerSessionsCommand.js +3 -2
  31. package/dist-es/commands/DescribeComputeCommand.js +2 -1
  32. package/dist-es/commands/DescribeFleetPortSettingsCommand.js +2 -1
  33. package/dist-es/commands/DescribeGameSessionDetailsCommand.js +2 -1
  34. package/dist-es/commands/DescribeGameSessionPlacementCommand.js +2 -1
  35. package/dist-es/commands/DescribeGameSessionsCommand.js +2 -1
  36. package/dist-es/commands/DescribeInstancesCommand.js +2 -1
  37. package/dist-es/commands/DescribeMatchmakingCommand.js +2 -1
  38. package/dist-es/commands/DescribePlayerSessionsCommand.js +3 -2
  39. package/dist-es/commands/ListComputeCommand.js +2 -1
  40. package/dist-es/commands/RegisterComputeCommand.js +3 -2
  41. package/dist-es/commands/SearchGameSessionsCommand.js +2 -1
  42. package/dist-es/commands/StartGameSessionPlacementCommand.js +3 -2
  43. package/dist-es/commands/StartMatchBackfillCommand.js +3 -2
  44. package/dist-es/commands/StartMatchmakingCommand.js +3 -2
  45. package/dist-es/commands/StopGameSessionPlacementCommand.js +2 -1
  46. package/dist-es/commands/UpdateFleetPortSettingsCommand.js +2 -1
  47. package/dist-es/commands/UpdateGameSessionCommand.js +2 -1
  48. package/dist-es/models/models_0.js +207 -0
  49. package/dist-es/models/models_1.js +14 -0
  50. package/dist-es/protocols/Aws_json1_1.js +4 -0
  51. package/dist-types/commands/AcceptMatchCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateFleetCommand.d.ts +7 -1
  53. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +1 -0
  55. package/dist-types/commands/RegisterComputeCommand.d.ts +4 -0
  56. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -2
  57. package/dist-types/index.d.ts +2 -0
  58. package/dist-types/models/models_0.d.ts +208 -53
  59. package/dist-types/models/models_1.d.ts +45 -0
  60. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/index.d.ts +2 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +120 -7
  63. package/dist-types/ts3.4/models/models_1.d.ts +13 -0
  64. package/package.json +4 -4
@@ -1260,6 +1260,17 @@ export declare const FleetType: {
1260
1260
  * @public
1261
1261
  */
1262
1262
  export type FleetType = (typeof FleetType)[keyof typeof FleetType];
1263
+ /**
1264
+ * @public
1265
+ * @enum
1266
+ */
1267
+ export declare const InstanceRoleCredentialsProvider: {
1268
+ readonly SHARED_CREDENTIAL_FILE: "SHARED_CREDENTIAL_FILE";
1269
+ };
1270
+ /**
1271
+ * @public
1272
+ */
1273
+ export type InstanceRoleCredentialsProvider = (typeof InstanceRoleCredentialsProvider)[keyof typeof InstanceRoleCredentialsProvider];
1263
1274
  /**
1264
1275
  * @public
1265
1276
  * <p>A remote location where a multi-location fleet can deploy game servers for game
@@ -1410,14 +1421,14 @@ export interface CreateFleetInput {
1410
1421
  * @public
1411
1422
  * <p>The unique identifier for a custom game server build to be deployed on fleet
1412
1423
  * instances. You can use either the build ID or ARN. The build must be uploaded to Amazon GameLift
1413
- * and in <code>READY</code> status. This fleet property cannot be changed later.</p>
1424
+ * and in <code>READY</code> status. This fleet property can't be changed after the fleet is created.</p>
1414
1425
  */
1415
1426
  BuildId?: string;
1416
1427
  /**
1417
1428
  * @public
1418
1429
  * <p>The unique identifier for a Realtime configuration script to be deployed on fleet
1419
1430
  * instances. You can use either the script ID or ARN. Scripts must be uploaded to Amazon GameLift
1420
- * prior to creating the fleet. This fleet property cannot be changed later.</p>
1431
+ * prior to creating the fleet. This fleet property can't be changed after the fleet is created.</p>
1421
1432
  */
1422
1433
  ScriptId?: string;
1423
1434
  /**
@@ -1528,19 +1539,17 @@ export interface CreateFleetInput {
1528
1539
  /**
1529
1540
  * @public
1530
1541
  * <p>Indicates whether to use On-Demand or Spot instances for this fleet. By default, this
1531
- * property is set to <code>ON_DEMAND</code>. Learn more about when to use <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot"> On-Demand versus Spot Instances</a>. This property cannot be changed after the
1532
- * fleet is created.</p>
1542
+ * property is set to <code>ON_DEMAND</code>. Learn more about when to use <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot"> On-Demand versus Spot Instances</a>. This fleet property can't be changed after the fleet is created.</p>
1533
1543
  */
1534
1544
  FleetType?: FleetType;
1535
1545
  /**
1536
1546
  * @public
1537
- * <p>A unique identifier for an IAM role that manages access to your Amazon Web Services services.
1538
- * With an instance role ARN set, any application that runs on an instance in this fleet can assume the role,
1539
- * including install scripts, server processes, and daemons (background processes). Create a role or look up a role's
1540
- * ARN by using the <a href="https://console.aws.amazon.com/iam/">IAM dashboard</a> in the Amazon Web Services Management Console.
1541
- * Learn more about using on-box credentials for your game servers at
1547
+ * <p>A unique identifier for an IAM role with access permissions to other Amazon Web Services services.
1548
+ * Any application that runs on an instance in the fleet--including install scripts, server processes, and other
1549
+ * processes--can use these permissions to interact with Amazon Web Services resources that you own or have access to.
1550
+ * For more information about using the role with your game server builds, see
1542
1551
  * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html">
1543
- * Access external resources from a game server</a>. This property cannot be changed after the fleet is created.</p>
1552
+ * Communicate with other Amazon Web Services resources from your fleets</a>. This fleet property can't be changed after the fleet is created.</p>
1544
1553
  */
1545
1554
  InstanceRoleArn?: string;
1546
1555
  /**
@@ -1593,6 +1602,17 @@ export interface CreateFleetInput {
1593
1602
  * <p>Amazon GameLift Anywhere configuration options.</p>
1594
1603
  */
1595
1604
  AnywhereConfiguration?: AnywhereConfiguration;
1605
+ /**
1606
+ * @public
1607
+ * <p>Prompts Amazon GameLift to generate a shared credentials file for the IAM role
1608
+ * defined in <code>InstanceRoleArn</code>. The shared credentials file is stored on each
1609
+ * fleet instance and refreshed as needed. Use shared credentials for applications that are
1610
+ * deployed along with the game server executable, if the game server is integrated with
1611
+ * server SDK version 5.x. For more information about using shared
1612
+ * credentials, see <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html"> Communicate
1613
+ * with other Amazon Web Services resources from your fleets</a>.</p>
1614
+ */
1615
+ InstanceRoleCredentialsProvider?: InstanceRoleCredentialsProvider;
1596
1616
  }
1597
1617
  /**
1598
1618
  * @public
@@ -1647,8 +1667,7 @@ export interface FleetAttributes {
1647
1667
  /**
1648
1668
  * @public
1649
1669
  * <p>Indicates whether to use On-Demand or Spot instances for this fleet. By default, this
1650
- * property is set to <code>ON_DEMAND</code>. Learn more about when to use <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot"> On-Demand versus Spot Instances</a>. This property cannot be changed after the
1651
- * fleet is created.</p>
1670
+ * property is set to <code>ON_DEMAND</code>. Learn more about when to use <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-ec2-instances.html#gamelift-ec2-instances-spot"> On-Demand versus Spot Instances</a>. This fleet property can't be changed after the fleet is created.</p>
1652
1671
  */
1653
1672
  FleetType?: FleetType;
1654
1673
  /**
@@ -1816,13 +1835,12 @@ export interface FleetAttributes {
1816
1835
  StoppedActions?: FleetAction[];
1817
1836
  /**
1818
1837
  * @public
1819
- * <p>A unique identifier for an IAM role that manages access to your Amazon Web Services services.
1820
- * With an instance role ARN set, any application that runs on an instance in this fleet can assume the role,
1821
- * including install scripts, server processes, and daemons (background processes). Create a role or look up a role's
1822
- * ARN by using the <a href="https://console.aws.amazon.com/iam/">IAM dashboard</a> in the Amazon Web Services Management Console.
1823
- * Learn more about using on-box credentials for your game servers at
1838
+ * <p>A unique identifier for an IAM role with access permissions to other Amazon Web Services services.
1839
+ * Any application that runs on an instance in the fleet--including install scripts, server processes, and other
1840
+ * processes--can use these permissions to interact with Amazon Web Services resources that you own or have access to.
1841
+ * For more information about using the role with your game server builds, see
1824
1842
  * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html">
1825
- * Access external resources from a game server</a>.</p>
1843
+ * Communicate with other Amazon Web Services resources from your fleets</a>.</p>
1826
1844
  */
1827
1845
  InstanceRoleArn?: string;
1828
1846
  /**
@@ -1845,6 +1863,16 @@ export interface FleetAttributes {
1845
1863
  * <p>Amazon GameLift Anywhere configuration options for your Anywhere fleets.</p>
1846
1864
  */
1847
1865
  AnywhereConfiguration?: AnywhereConfiguration;
1866
+ /**
1867
+ * @public
1868
+ * <p>Indicates that fleet instances maintain a shared credentials file for the IAM role
1869
+ * defined in <code>InstanceRoleArn</code>. Shared credentials allow applications that are
1870
+ * deployed with the game server executable to communicate with other Amazon Web Services resources. This property is used
1871
+ * only when the game server is integrated with the
1872
+ * server SDK version 5.x. For more information about using shared credentials, see <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-resources.html"> Communicate
1873
+ * with other Amazon Web Services resources from your fleets</a>.</p>
1874
+ */
1875
+ InstanceRoleCredentialsProvider?: InstanceRoleCredentialsProvider;
1848
1876
  }
1849
1877
  /**
1850
1878
  * @public
@@ -8464,50 +8492,133 @@ export interface UpdateFleetAttributesOutput {
8464
8492
  FleetArn?: string;
8465
8493
  }
8466
8494
  /**
8467
- * @public
8495
+ * @internal
8468
8496
  */
8469
- export interface UpdateFleetCapacityInput {
8470
- /**
8471
- * @public
8472
- * <p>A unique identifier for the fleet to update capacity settings for. You can use either the fleet ID or ARN
8473
- * value.</p>
8474
- */
8475
- FleetId: string | undefined;
8476
- /**
8477
- * @public
8478
- * <p>The number of Amazon EC2 instances you want to maintain in the specified fleet location.
8479
- * This value must fall between the minimum and maximum size limits. Changes in desired
8480
- * instance value can take up to 1 minute to be reflected when viewing the fleet's capacity
8481
- * settings.</p>
8482
- */
8483
- DesiredInstances?: number;
8484
- /**
8485
- * @public
8486
- * <p>The minimum number of instances that are allowed in the specified fleet location. If
8487
- * this parameter is not set, the default is 0.</p>
8488
- */
8489
- MinSize?: number;
8490
- /**
8491
- * @public
8492
- * <p>The maximum number of instances that are allowed in the specified fleet location. If
8493
- * this parameter is not set, the default is 1.</p>
8494
- */
8495
- MaxSize?: number;
8496
- /**
8497
- * @public
8498
- * <p>The name of a remote location to update fleet capacity settings for, in the form of an
8499
- * Amazon Web Services Region code such as <code>us-west-2</code>.</p>
8500
- */
8501
- Location?: string;
8502
- }
8497
+ export declare const AcceptMatchInputFilterSensitiveLog: (obj: AcceptMatchInput) => any;
8503
8498
  /**
8504
8499
  * @internal
8505
8500
  */
8506
8501
  export declare const AwsCredentialsFilterSensitiveLog: (obj: AwsCredentials) => any;
8502
+ /**
8503
+ * @internal
8504
+ */
8505
+ export declare const ComputeFilterSensitiveLog: (obj: Compute) => any;
8507
8506
  /**
8508
8507
  * @internal
8509
8508
  */
8510
8509
  export declare const CreateBuildOutputFilterSensitiveLog: (obj: CreateBuildOutput) => any;
8510
+ /**
8511
+ * @internal
8512
+ */
8513
+ export declare const IpPermissionFilterSensitiveLog: (obj: IpPermission) => any;
8514
+ /**
8515
+ * @internal
8516
+ */
8517
+ export declare const CreateFleetInputFilterSensitiveLog: (obj: CreateFleetInput) => any;
8518
+ /**
8519
+ * @internal
8520
+ */
8521
+ export declare const GameSessionFilterSensitiveLog: (obj: GameSession) => any;
8522
+ /**
8523
+ * @internal
8524
+ */
8525
+ export declare const CreateGameSessionOutputFilterSensitiveLog: (obj: CreateGameSessionOutput) => any;
8526
+ /**
8527
+ * @internal
8528
+ */
8529
+ export declare const CreatePlayerSessionInputFilterSensitiveLog: (obj: CreatePlayerSessionInput) => any;
8530
+ /**
8531
+ * @internal
8532
+ */
8533
+ export declare const PlayerSessionFilterSensitiveLog: (obj: PlayerSession) => any;
8534
+ /**
8535
+ * @internal
8536
+ */
8537
+ export declare const CreatePlayerSessionOutputFilterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
8538
+ /**
8539
+ * @internal
8540
+ */
8541
+ export declare const CreatePlayerSessionsInputFilterSensitiveLog: (obj: CreatePlayerSessionsInput) => any;
8542
+ /**
8543
+ * @internal
8544
+ */
8545
+ export declare const CreatePlayerSessionsOutputFilterSensitiveLog: (obj: CreatePlayerSessionsOutput) => any;
8546
+ /**
8547
+ * @internal
8548
+ */
8549
+ export declare const DescribeComputeOutputFilterSensitiveLog: (obj: DescribeComputeOutput) => any;
8550
+ /**
8551
+ * @internal
8552
+ */
8553
+ export declare const DescribeFleetPortSettingsOutputFilterSensitiveLog: (obj: DescribeFleetPortSettingsOutput) => any;
8554
+ /**
8555
+ * @internal
8556
+ */
8557
+ export declare const GameSessionDetailFilterSensitiveLog: (obj: GameSessionDetail) => any;
8558
+ /**
8559
+ * @internal
8560
+ */
8561
+ export declare const DescribeGameSessionDetailsOutputFilterSensitiveLog: (obj: DescribeGameSessionDetailsOutput) => any;
8562
+ /**
8563
+ * @internal
8564
+ */
8565
+ export declare const PlacedPlayerSessionFilterSensitiveLog: (obj: PlacedPlayerSession) => any;
8566
+ /**
8567
+ * @internal
8568
+ */
8569
+ export declare const PlayerLatencyFilterSensitiveLog: (obj: PlayerLatency) => any;
8570
+ /**
8571
+ * @internal
8572
+ */
8573
+ export declare const GameSessionPlacementFilterSensitiveLog: (obj: GameSessionPlacement) => any;
8574
+ /**
8575
+ * @internal
8576
+ */
8577
+ export declare const DescribeGameSessionPlacementOutputFilterSensitiveLog: (obj: DescribeGameSessionPlacementOutput) => any;
8578
+ /**
8579
+ * @internal
8580
+ */
8581
+ export declare const DescribeGameSessionsOutputFilterSensitiveLog: (obj: DescribeGameSessionsOutput) => any;
8582
+ /**
8583
+ * @internal
8584
+ */
8585
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
8586
+ /**
8587
+ * @internal
8588
+ */
8589
+ export declare const DescribeInstancesOutputFilterSensitiveLog: (obj: DescribeInstancesOutput) => any;
8590
+ /**
8591
+ * @internal
8592
+ */
8593
+ export declare const MatchedPlayerSessionFilterSensitiveLog: (obj: MatchedPlayerSession) => any;
8594
+ /**
8595
+ * @internal
8596
+ */
8597
+ export declare const GameSessionConnectionInfoFilterSensitiveLog: (obj: GameSessionConnectionInfo) => any;
8598
+ /**
8599
+ * @internal
8600
+ */
8601
+ export declare const PlayerFilterSensitiveLog: (obj: Player) => any;
8602
+ /**
8603
+ * @internal
8604
+ */
8605
+ export declare const MatchmakingTicketFilterSensitiveLog: (obj: MatchmakingTicket) => any;
8606
+ /**
8607
+ * @internal
8608
+ */
8609
+ export declare const DescribeMatchmakingOutputFilterSensitiveLog: (obj: DescribeMatchmakingOutput) => any;
8610
+ /**
8611
+ * @internal
8612
+ */
8613
+ export declare const DescribePlayerSessionsInputFilterSensitiveLog: (obj: DescribePlayerSessionsInput) => any;
8614
+ /**
8615
+ * @internal
8616
+ */
8617
+ export declare const DescribePlayerSessionsOutputFilterSensitiveLog: (obj: DescribePlayerSessionsOutput) => any;
8618
+ /**
8619
+ * @internal
8620
+ */
8621
+ export declare const DesiredPlayerSessionFilterSensitiveLog: (obj: DesiredPlayerSession) => any;
8511
8622
  /**
8512
8623
  * @internal
8513
8624
  */
@@ -8524,7 +8635,51 @@ export declare const InstanceAccessFilterSensitiveLog: (obj: InstanceAccess) =>
8524
8635
  * @internal
8525
8636
  */
8526
8637
  export declare const GetInstanceAccessOutputFilterSensitiveLog: (obj: GetInstanceAccessOutput) => any;
8638
+ /**
8639
+ * @internal
8640
+ */
8641
+ export declare const ListComputeOutputFilterSensitiveLog: (obj: ListComputeOutput) => any;
8642
+ /**
8643
+ * @internal
8644
+ */
8645
+ export declare const RegisterComputeInputFilterSensitiveLog: (obj: RegisterComputeInput) => any;
8646
+ /**
8647
+ * @internal
8648
+ */
8649
+ export declare const RegisterComputeOutputFilterSensitiveLog: (obj: RegisterComputeOutput) => any;
8527
8650
  /**
8528
8651
  * @internal
8529
8652
  */
8530
8653
  export declare const RequestUploadCredentialsOutputFilterSensitiveLog: (obj: RequestUploadCredentialsOutput) => any;
8654
+ /**
8655
+ * @internal
8656
+ */
8657
+ export declare const SearchGameSessionsOutputFilterSensitiveLog: (obj: SearchGameSessionsOutput) => any;
8658
+ /**
8659
+ * @internal
8660
+ */
8661
+ export declare const StartGameSessionPlacementInputFilterSensitiveLog: (obj: StartGameSessionPlacementInput) => any;
8662
+ /**
8663
+ * @internal
8664
+ */
8665
+ export declare const StartGameSessionPlacementOutputFilterSensitiveLog: (obj: StartGameSessionPlacementOutput) => any;
8666
+ /**
8667
+ * @internal
8668
+ */
8669
+ export declare const StartMatchBackfillInputFilterSensitiveLog: (obj: StartMatchBackfillInput) => any;
8670
+ /**
8671
+ * @internal
8672
+ */
8673
+ export declare const StartMatchBackfillOutputFilterSensitiveLog: (obj: StartMatchBackfillOutput) => any;
8674
+ /**
8675
+ * @internal
8676
+ */
8677
+ export declare const StartMatchmakingInputFilterSensitiveLog: (obj: StartMatchmakingInput) => any;
8678
+ /**
8679
+ * @internal
8680
+ */
8681
+ export declare const StartMatchmakingOutputFilterSensitiveLog: (obj: StartMatchmakingOutput) => any;
8682
+ /**
8683
+ * @internal
8684
+ */
8685
+ export declare const StopGameSessionPlacementOutputFilterSensitiveLog: (obj: StopGameSessionPlacementOutput) => any;
@@ -1,4 +1,41 @@
1
1
  import { BackfillMode, BalancingStrategy, FilterConfiguration, FlexMatchMode, GameProperty, GameServer, GameServerGroup, GameServerProtectionPolicy, GameServerUtilizationStatus, GameSession, GameSessionQueue, GameSessionQueueDestination, InstanceDefinition, IpPermission, MatchmakingConfiguration, PlayerLatencyPolicy, PlayerSessionCreationPolicy, PriorityConfiguration, ProtectionPolicy, RuntimeConfiguration, S3Location, Script } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface UpdateFleetCapacityInput {
6
+ /**
7
+ * @public
8
+ * <p>A unique identifier for the fleet to update capacity settings for. You can use either the fleet ID or ARN
9
+ * value.</p>
10
+ */
11
+ FleetId: string | undefined;
12
+ /**
13
+ * @public
14
+ * <p>The number of Amazon EC2 instances you want to maintain in the specified fleet location.
15
+ * This value must fall between the minimum and maximum size limits. Changes in desired
16
+ * instance value can take up to 1 minute to be reflected when viewing the fleet's capacity
17
+ * settings.</p>
18
+ */
19
+ DesiredInstances?: number;
20
+ /**
21
+ * @public
22
+ * <p>The minimum number of instances that are allowed in the specified fleet location. If
23
+ * this parameter is not set, the default is 0.</p>
24
+ */
25
+ MinSize?: number;
26
+ /**
27
+ * @public
28
+ * <p>The maximum number of instances that are allowed in the specified fleet location. If
29
+ * this parameter is not set, the default is 1.</p>
30
+ */
31
+ MaxSize?: number;
32
+ /**
33
+ * @public
34
+ * <p>The name of a remote location to update fleet capacity settings for, in the form of an
35
+ * Amazon Web Services Region code such as <code>us-west-2</code>.</p>
36
+ */
37
+ Location?: string;
38
+ }
2
39
  /**
3
40
  * @public
4
41
  */
@@ -540,3 +577,11 @@ export interface ValidateMatchmakingRuleSetOutput {
540
577
  */
541
578
  Valid?: boolean;
542
579
  }
580
+ /**
581
+ * @internal
582
+ */
583
+ export declare const UpdateFleetPortSettingsInputFilterSensitiveLog: (obj: UpdateFleetPortSettingsInput) => any;
584
+ /**
585
+ * @internal
586
+ */
587
+ export declare const UpdateGameSessionOutputFilterSensitiveLog: (obj: UpdateGameSessionOutput) => any;
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GameLiftClient";
14
- import { UpdateFleetCapacityInput } from "../models/models_0";
15
- import { UpdateFleetCapacityOutput } from "../models/models_1";
14
+ import {
15
+ UpdateFleetCapacityInput,
16
+ UpdateFleetCapacityOutput,
17
+ } from "../models/models_1";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface UpdateFleetCapacityCommandInput
18
20
  extends UpdateFleetCapacityInput {}
@@ -1,6 +1,8 @@
1
1
  export * from "./GameLiftClient";
2
2
  export * from "./GameLift";
3
3
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
+ export { RuntimeExtension } from "./runtimeExtensions";
5
+ export { GameLiftExtensionConfiguration } from "./extensionConfiguration";
4
6
  export * from "./commands";
5
7
  export * from "./pagination";
6
8
  export * from "./models";
@@ -463,6 +463,11 @@ export declare const FleetType: {
463
463
  readonly Spot: "SPOT";
464
464
  };
465
465
  export type FleetType = (typeof FleetType)[keyof typeof FleetType];
466
+ export declare const InstanceRoleCredentialsProvider: {
467
+ readonly SHARED_CREDENTIAL_FILE: "SHARED_CREDENTIAL_FILE";
468
+ };
469
+ export type InstanceRoleCredentialsProvider =
470
+ (typeof InstanceRoleCredentialsProvider)[keyof typeof InstanceRoleCredentialsProvider];
466
471
  export interface LocationConfiguration {
467
472
  Location: string | undefined;
468
473
  }
@@ -509,6 +514,7 @@ export interface CreateFleetInput {
509
514
  Tags?: Tag[];
510
515
  ComputeType?: ComputeType;
511
516
  AnywhereConfiguration?: AnywhereConfiguration;
517
+ InstanceRoleCredentialsProvider?: InstanceRoleCredentialsProvider;
512
518
  }
513
519
  export declare const FleetStatus: {
514
520
  readonly ACTIVATING: "ACTIVATING";
@@ -553,6 +559,7 @@ export interface FleetAttributes {
553
559
  CertificateConfiguration?: CertificateConfiguration;
554
560
  ComputeType?: ComputeType;
555
561
  AnywhereConfiguration?: AnywhereConfiguration;
562
+ InstanceRoleCredentialsProvider?: InstanceRoleCredentialsProvider;
556
563
  }
557
564
  export interface LocationState {
558
565
  Location?: string;
@@ -1949,19 +1956,92 @@ export interface UpdateFleetAttributesOutput {
1949
1956
  FleetId?: string;
1950
1957
  FleetArn?: string;
1951
1958
  }
1952
- export interface UpdateFleetCapacityInput {
1953
- FleetId: string | undefined;
1954
- DesiredInstances?: number;
1955
- MinSize?: number;
1956
- MaxSize?: number;
1957
- Location?: string;
1958
- }
1959
+ export declare const AcceptMatchInputFilterSensitiveLog: (
1960
+ obj: AcceptMatchInput
1961
+ ) => any;
1959
1962
  export declare const AwsCredentialsFilterSensitiveLog: (
1960
1963
  obj: AwsCredentials
1961
1964
  ) => any;
1965
+ export declare const ComputeFilterSensitiveLog: (obj: Compute) => any;
1962
1966
  export declare const CreateBuildOutputFilterSensitiveLog: (
1963
1967
  obj: CreateBuildOutput
1964
1968
  ) => any;
1969
+ export declare const IpPermissionFilterSensitiveLog: (obj: IpPermission) => any;
1970
+ export declare const CreateFleetInputFilterSensitiveLog: (
1971
+ obj: CreateFleetInput
1972
+ ) => any;
1973
+ export declare const GameSessionFilterSensitiveLog: (obj: GameSession) => any;
1974
+ export declare const CreateGameSessionOutputFilterSensitiveLog: (
1975
+ obj: CreateGameSessionOutput
1976
+ ) => any;
1977
+ export declare const CreatePlayerSessionInputFilterSensitiveLog: (
1978
+ obj: CreatePlayerSessionInput
1979
+ ) => any;
1980
+ export declare const PlayerSessionFilterSensitiveLog: (
1981
+ obj: PlayerSession
1982
+ ) => any;
1983
+ export declare const CreatePlayerSessionOutputFilterSensitiveLog: (
1984
+ obj: CreatePlayerSessionOutput
1985
+ ) => any;
1986
+ export declare const CreatePlayerSessionsInputFilterSensitiveLog: (
1987
+ obj: CreatePlayerSessionsInput
1988
+ ) => any;
1989
+ export declare const CreatePlayerSessionsOutputFilterSensitiveLog: (
1990
+ obj: CreatePlayerSessionsOutput
1991
+ ) => any;
1992
+ export declare const DescribeComputeOutputFilterSensitiveLog: (
1993
+ obj: DescribeComputeOutput
1994
+ ) => any;
1995
+ export declare const DescribeFleetPortSettingsOutputFilterSensitiveLog: (
1996
+ obj: DescribeFleetPortSettingsOutput
1997
+ ) => any;
1998
+ export declare const GameSessionDetailFilterSensitiveLog: (
1999
+ obj: GameSessionDetail
2000
+ ) => any;
2001
+ export declare const DescribeGameSessionDetailsOutputFilterSensitiveLog: (
2002
+ obj: DescribeGameSessionDetailsOutput
2003
+ ) => any;
2004
+ export declare const PlacedPlayerSessionFilterSensitiveLog: (
2005
+ obj: PlacedPlayerSession
2006
+ ) => any;
2007
+ export declare const PlayerLatencyFilterSensitiveLog: (
2008
+ obj: PlayerLatency
2009
+ ) => any;
2010
+ export declare const GameSessionPlacementFilterSensitiveLog: (
2011
+ obj: GameSessionPlacement
2012
+ ) => any;
2013
+ export declare const DescribeGameSessionPlacementOutputFilterSensitiveLog: (
2014
+ obj: DescribeGameSessionPlacementOutput
2015
+ ) => any;
2016
+ export declare const DescribeGameSessionsOutputFilterSensitiveLog: (
2017
+ obj: DescribeGameSessionsOutput
2018
+ ) => any;
2019
+ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
2020
+ export declare const DescribeInstancesOutputFilterSensitiveLog: (
2021
+ obj: DescribeInstancesOutput
2022
+ ) => any;
2023
+ export declare const MatchedPlayerSessionFilterSensitiveLog: (
2024
+ obj: MatchedPlayerSession
2025
+ ) => any;
2026
+ export declare const GameSessionConnectionInfoFilterSensitiveLog: (
2027
+ obj: GameSessionConnectionInfo
2028
+ ) => any;
2029
+ export declare const PlayerFilterSensitiveLog: (obj: Player) => any;
2030
+ export declare const MatchmakingTicketFilterSensitiveLog: (
2031
+ obj: MatchmakingTicket
2032
+ ) => any;
2033
+ export declare const DescribeMatchmakingOutputFilterSensitiveLog: (
2034
+ obj: DescribeMatchmakingOutput
2035
+ ) => any;
2036
+ export declare const DescribePlayerSessionsInputFilterSensitiveLog: (
2037
+ obj: DescribePlayerSessionsInput
2038
+ ) => any;
2039
+ export declare const DescribePlayerSessionsOutputFilterSensitiveLog: (
2040
+ obj: DescribePlayerSessionsOutput
2041
+ ) => any;
2042
+ export declare const DesiredPlayerSessionFilterSensitiveLog: (
2043
+ obj: DesiredPlayerSession
2044
+ ) => any;
1965
2045
  export declare const GetComputeAccessOutputFilterSensitiveLog: (
1966
2046
  obj: GetComputeAccessOutput
1967
2047
  ) => any;
@@ -1974,6 +2054,39 @@ export declare const InstanceAccessFilterSensitiveLog: (
1974
2054
  export declare const GetInstanceAccessOutputFilterSensitiveLog: (
1975
2055
  obj: GetInstanceAccessOutput
1976
2056
  ) => any;
2057
+ export declare const ListComputeOutputFilterSensitiveLog: (
2058
+ obj: ListComputeOutput
2059
+ ) => any;
2060
+ export declare const RegisterComputeInputFilterSensitiveLog: (
2061
+ obj: RegisterComputeInput
2062
+ ) => any;
2063
+ export declare const RegisterComputeOutputFilterSensitiveLog: (
2064
+ obj: RegisterComputeOutput
2065
+ ) => any;
1977
2066
  export declare const RequestUploadCredentialsOutputFilterSensitiveLog: (
1978
2067
  obj: RequestUploadCredentialsOutput
1979
2068
  ) => any;
2069
+ export declare const SearchGameSessionsOutputFilterSensitiveLog: (
2070
+ obj: SearchGameSessionsOutput
2071
+ ) => any;
2072
+ export declare const StartGameSessionPlacementInputFilterSensitiveLog: (
2073
+ obj: StartGameSessionPlacementInput
2074
+ ) => any;
2075
+ export declare const StartGameSessionPlacementOutputFilterSensitiveLog: (
2076
+ obj: StartGameSessionPlacementOutput
2077
+ ) => any;
2078
+ export declare const StartMatchBackfillInputFilterSensitiveLog: (
2079
+ obj: StartMatchBackfillInput
2080
+ ) => any;
2081
+ export declare const StartMatchBackfillOutputFilterSensitiveLog: (
2082
+ obj: StartMatchBackfillOutput
2083
+ ) => any;
2084
+ export declare const StartMatchmakingInputFilterSensitiveLog: (
2085
+ obj: StartMatchmakingInput
2086
+ ) => any;
2087
+ export declare const StartMatchmakingOutputFilterSensitiveLog: (
2088
+ obj: StartMatchmakingOutput
2089
+ ) => any;
2090
+ export declare const StopGameSessionPlacementOutputFilterSensitiveLog: (
2091
+ obj: StopGameSessionPlacementOutput
2092
+ ) => any;
@@ -22,6 +22,13 @@ import {
22
22
  S3Location,
23
23
  Script,
24
24
  } from "./models_0";
25
+ export interface UpdateFleetCapacityInput {
26
+ FleetId: string | undefined;
27
+ DesiredInstances?: number;
28
+ MinSize?: number;
29
+ MaxSize?: number;
30
+ Location?: string;
31
+ }
25
32
  export interface UpdateFleetCapacityOutput {
26
33
  FleetId?: string;
27
34
  FleetArn?: string;
@@ -126,3 +133,9 @@ export interface ValidateMatchmakingRuleSetInput {
126
133
  export interface ValidateMatchmakingRuleSetOutput {
127
134
  Valid?: boolean;
128
135
  }
136
+ export declare const UpdateFleetPortSettingsInputFilterSensitiveLog: (
137
+ obj: UpdateFleetPortSettingsInput
138
+ ) => any;
139
+ export declare const UpdateGameSessionOutputFilterSensitiveLog: (
140
+ obj: UpdateGameSessionOutput
141
+ ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-gamelift",
3
3
  "description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native",
4
- "version": "3.441.0",
4
+ "version": "3.445.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.441.0",
25
- "@aws-sdk/core": "3.441.0",
26
- "@aws-sdk/credential-provider-node": "3.441.0",
24
+ "@aws-sdk/client-sts": "3.445.0",
25
+ "@aws-sdk/core": "3.445.0",
26
+ "@aws-sdk/credential-provider-node": "3.445.0",
27
27
  "@aws-sdk/middleware-host-header": "3.433.0",
28
28
  "@aws-sdk/middleware-logger": "3.433.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.433.0",