@aws-sdk/client-gamelift 3.1071.0 → 3.1073.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 (113) hide show
  1. package/dist-cjs/index.js +40 -0
  2. package/dist-cjs/schemas/schemas_0.js +21 -12
  3. package/dist-es/models/enums.js +39 -0
  4. package/dist-es/schemas/schemas_0.js +20 -12
  5. package/dist-types/commands/AcceptMatchCommand.d.ts +1 -1
  6. package/dist-types/commands/ClaimGameServerCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +34 -7
  8. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
  13. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +37 -1
  16. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +37 -1
  17. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteBuildCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteContainerFleetCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/DeregisterComputeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeregisterGameServerCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeAliasCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeBuildCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeComputeCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeContainerFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +11 -1
  39. package/dist-types/commands/DescribeContainerGroupPortMappingsCommand.d.ts +3 -2
  40. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFleetDeploymentCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +2 -3
  45. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeGameServerCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  63. package/dist-types/commands/GetComputeAccessCommand.d.ts +1 -1
  64. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +1 -1
  65. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
  66. package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
  67. package/dist-types/commands/GetPlayerConnectionDetailsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +11 -1
  69. package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +10 -0
  70. package/dist-types/commands/ListFleetDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  74. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  75. package/dist-types/commands/ResolveAliasCommand.d.ts +1 -1
  76. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +1 -1
  77. package/dist-types/commands/SearchGameSessionsCommand.d.ts +1 -1
  78. package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
  79. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  80. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
  81. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  82. package/dist-types/commands/StopFleetActionsCommand.d.ts +1 -1
  83. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  84. package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
  85. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/TerminateGameSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateBuildCommand.d.ts +3 -2
  91. package/dist-types/commands/UpdateContainerFleetCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateContainerGroupDefinitionCommand.d.ts +23 -3
  93. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +2 -2
  96. package/dist-types/commands/UpdateGameServerCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +8 -1
  98. package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateScriptCommand.d.ts +1 -1
  103. package/dist-types/models/enums.d.ts +47 -0
  104. package/dist-types/models/errors.d.ts +1 -1
  105. package/dist-types/models/models_0.d.ts +109 -57
  106. package/dist-types/models/models_1.d.ts +12 -3
  107. package/dist-types/schemas/schemas_0.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/models/enums.d.ts +41 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +9 -3
  111. package/dist-types/ts3.4/models/models_1.d.ts +4 -0
  112. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  113. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -2385,6 +2385,45 @@ const ContainerGroupType = {
2385
2385
  GAME_SERVER: "GAME_SERVER",
2386
2386
  PER_INSTANCE: "PER_INSTANCE",
2387
2387
  };
2388
+ const LinuxCapability = {
2389
+ AUDIT_CONTROL: "AUDIT_CONTROL",
2390
+ AUDIT_WRITE: "AUDIT_WRITE",
2391
+ BLOCK_SUSPEND: "BLOCK_SUSPEND",
2392
+ CHOWN: "CHOWN",
2393
+ DAC_OVERRIDE: "DAC_OVERRIDE",
2394
+ DAC_READ_SEARCH: "DAC_READ_SEARCH",
2395
+ FOWNER: "FOWNER",
2396
+ FSETID: "FSETID",
2397
+ IPC_LOCK: "IPC_LOCK",
2398
+ IPC_OWNER: "IPC_OWNER",
2399
+ KILL: "KILL",
2400
+ LEASE: "LEASE",
2401
+ LINUX_IMMUTABLE: "LINUX_IMMUTABLE",
2402
+ MAC_ADMIN: "MAC_ADMIN",
2403
+ MAC_OVERRIDE: "MAC_OVERRIDE",
2404
+ MKNOD: "MKNOD",
2405
+ NET_ADMIN: "NET_ADMIN",
2406
+ NET_BIND_SERVICE: "NET_BIND_SERVICE",
2407
+ NET_BROADCAST: "NET_BROADCAST",
2408
+ NET_RAW: "NET_RAW",
2409
+ SETFCAP: "SETFCAP",
2410
+ SETGID: "SETGID",
2411
+ SETPCAP: "SETPCAP",
2412
+ SETUID: "SETUID",
2413
+ SYSLOG: "SYSLOG",
2414
+ SYS_ADMIN: "SYS_ADMIN",
2415
+ SYS_BOOT: "SYS_BOOT",
2416
+ SYS_CHROOT: "SYS_CHROOT",
2417
+ SYS_MODULE: "SYS_MODULE",
2418
+ SYS_NICE: "SYS_NICE",
2419
+ SYS_PACCT: "SYS_PACCT",
2420
+ SYS_PTRACE: "SYS_PTRACE",
2421
+ SYS_RAWIO: "SYS_RAWIO",
2422
+ SYS_RESOURCE: "SYS_RESOURCE",
2423
+ SYS_TIME: "SYS_TIME",
2424
+ SYS_TTY_CONFIG: "SYS_TTY_CONFIG",
2425
+ WAKE_ALARM: "WAKE_ALARM",
2426
+ };
2388
2427
  const ContainerMountPointAccessLevel = {
2389
2428
  READ_AND_WRITE: "READ_AND_WRITE",
2390
2429
  READ_ONLY: "READ_ONLY",
@@ -2850,6 +2889,7 @@ exports.GetPlayerConnectionDetailsCommand = GetPlayerConnectionDetailsCommand;
2850
2889
  exports.InstanceRoleCredentialsProvider = InstanceRoleCredentialsProvider;
2851
2890
  exports.InstanceStatus = InstanceStatus;
2852
2891
  exports.IpProtocol = IpProtocol;
2892
+ exports.LinuxCapability = LinuxCapability;
2853
2893
  exports.ListAliasesCommand = ListAliasesCommand;
2854
2894
  exports.ListBuildsCommand = ListBuildsCommand;
2855
2895
  exports.ListComputeCommand = ListComputeCommand;
@@ -462,6 +462,7 @@ const _ITd = "IdempotencyToken";
462
462
  const _IU = "ImageUri";
463
463
  const _IVCB = "IpV4CidrBlock";
464
464
  const _In = "Instances";
465
+ const _Inc = "Include";
465
466
  const _Ins = "Instance";
466
467
  const _K = "Key";
467
468
  const _L = "Location";
@@ -488,7 +489,8 @@ const _LCI = "ListComputeInput";
488
489
  const _LCL = "LocationConfigurationList";
489
490
  const _LCO = "ListComputeOutput";
490
491
  const _LCT = "LastClaimTime";
491
- const _LCi = "ListCompute";
492
+ const _LCi = "LinuxCapabilities";
493
+ const _LCis = "ListCompute";
492
494
  const _LCo = "LocationConfiguration";
493
495
  const _LD = "LocationalDeployments";
494
496
  const _LDI = "LatestDeploymentId";
@@ -1588,8 +1590,8 @@ const DescribeContainerGroupPortMappingsInput$ = [3, n0, _DCGPMI,
1588
1590
  exports.DescribeContainerGroupPortMappingsInput$ = DescribeContainerGroupPortMappingsInput$;
1589
1591
  const DescribeContainerGroupPortMappingsOutput$ = [3, n0, _DCGPMO,
1590
1592
  0,
1591
- [_FI, _L, _CGDA, _CGT, _CN, _II, _CGPMo],
1592
- [0, 0, 0, 0, 0, 0, [() => ContainerGroupPortMappingList, 0]]
1593
+ [_FI, _FA, _L, _CGDA, _CGT, _CN, _II, _CGPMo],
1594
+ [0, 0, 0, 0, 0, 0, 0, [() => ContainerGroupPortMappingList, 0]]
1593
1595
  ];
1594
1596
  exports.DescribeContainerGroupPortMappingsOutput$ = DescribeContainerGroupPortMappingsOutput$;
1595
1597
  const DescribeEC2InstanceLimitsInput$ = [3, n0, _DECILI,
@@ -1984,14 +1986,14 @@ const GameServer$ = [3, n0, _GS,
1984
1986
  exports.GameServer$ = GameServer$;
1985
1987
  const GameServerContainerDefinition$ = [3, n0, _GSCD,
1986
1988
  0,
1987
- [_CNo, _DOe, _MP, _EO, _IU, _PCo, _RID, _SSV],
1988
- [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 0, [() => ContainerPortConfiguration$, 0], 0, 0]
1989
+ [_CNo, _DOe, _MP, _EO, _IU, _PCo, _RID, _SSV, _LCi],
1990
+ [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 0, [() => ContainerPortConfiguration$, 0], 0, 0, () => LinuxCapabilities$]
1989
1991
  ];
1990
1992
  exports.GameServerContainerDefinition$ = GameServerContainerDefinition$;
1991
1993
  const GameServerContainerDefinitionInput$ = [3, n0, _GSCDI,
1992
1994
  0,
1993
- [_CNo, _IU, _PCo, _SSV, _DOe, _MP, _EO],
1994
- [0, 0, [() => ContainerPortConfiguration$, 0], 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList], 4
1995
+ [_CNo, _IU, _PCo, _SSV, _DOe, _MP, _EO, _LCi],
1996
+ [0, 0, [() => ContainerPortConfiguration$, 0], 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, () => LinuxCapabilities$], 4
1995
1997
  ];
1996
1998
  exports.GameServerContainerDefinitionInput$ = GameServerContainerDefinitionInput$;
1997
1999
  const GameServerContainerGroupCounts$ = [3, n0, _GSCGC,
@@ -2156,6 +2158,12 @@ const LaunchTemplateSpecification$ = [3, n0, _LTS,
2156
2158
  [0, 0, 0]
2157
2159
  ];
2158
2160
  exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
2161
+ const LinuxCapabilities$ = [3, n0, _LCi,
2162
+ 0,
2163
+ [_Inc],
2164
+ [64 | 0]
2165
+ ];
2166
+ exports.LinuxCapabilities$ = LinuxCapabilities$;
2159
2167
  const ListAliasesInput$ = [3, n0, _LAI,
2160
2168
  0,
2161
2169
  [_RST, _N, _Li, _NTe],
@@ -2656,14 +2664,14 @@ const StopMatchmakingOutput$ = [3, n0, _SMOt,
2656
2664
  exports.StopMatchmakingOutput$ = StopMatchmakingOutput$;
2657
2665
  const SupportContainerDefinition$ = [3, n0, _SCDu,
2658
2666
  0,
2659
- [_CNo, _DOe, _MP, _EO, _Es, _HC, _IU, _MHLM, _PCo, _RID, _Vc],
2660
- [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 0, 1, [() => ContainerPortConfiguration$, 0], 0, 1]
2667
+ [_CNo, _DOe, _MP, _EO, _Es, _HC, _IU, _MHLM, _PCo, _RID, _Vc, _LCi],
2668
+ [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 0, 1, [() => ContainerPortConfiguration$, 0], 0, 1, () => LinuxCapabilities$]
2661
2669
  ];
2662
2670
  exports.SupportContainerDefinition$ = SupportContainerDefinition$;
2663
2671
  const SupportContainerDefinitionInput$ = [3, n0, _SCDI,
2664
2672
  0,
2665
- [_CNo, _IU, _DOe, _MP, _EO, _Es, _HC, _MHLM, _PCo, _Vc],
2666
- [0, 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 1, [() => ContainerPortConfiguration$, 0], 1], 2
2673
+ [_CNo, _IU, _DOe, _MP, _EO, _Es, _HC, _MHLM, _PCo, _Vc, _LCi],
2674
+ [0, 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 1, [() => ContainerPortConfiguration$, 0], 1, () => LinuxCapabilities$], 2
2667
2675
  ];
2668
2676
  exports.SupportContainerDefinitionInput$ = SupportContainerDefinitionInput$;
2669
2677
  const SuspendGameServerGroupInput$ = [3, n0, _SGSGI,
@@ -3053,6 +3061,7 @@ var IpPermissionsList = [1, n0, _IPL,
3053
3061
  0, [() => IpPermission$,
3054
3062
  0]
3055
3063
  ];
3064
+ var LinuxCapabilityList = 64 | 0;
3056
3065
  var LocationAttributesList = [1, n0, _LAL,
3057
3066
  0, () => LocationAttributes$
3058
3067
  ];
@@ -3390,7 +3399,7 @@ exports.ListAliases$ = [9, n0, _LAi,
3390
3399
  exports.ListBuilds$ = [9, n0, _LB,
3391
3400
  0, () => ListBuildsInput$, () => ListBuildsOutput$
3392
3401
  ];
3393
- exports.ListCompute$ = [9, n0, _LCi,
3402
+ exports.ListCompute$ = [9, n0, _LCis,
3394
3403
  0, () => ListComputeInput$, () => ListComputeOutput$
3395
3404
  ];
3396
3405
  exports.ListContainerFleets$ = [9, n0, _LCF,
@@ -623,6 +623,45 @@ export const ContainerGroupType = {
623
623
  GAME_SERVER: "GAME_SERVER",
624
624
  PER_INSTANCE: "PER_INSTANCE",
625
625
  };
626
+ export const LinuxCapability = {
627
+ AUDIT_CONTROL: "AUDIT_CONTROL",
628
+ AUDIT_WRITE: "AUDIT_WRITE",
629
+ BLOCK_SUSPEND: "BLOCK_SUSPEND",
630
+ CHOWN: "CHOWN",
631
+ DAC_OVERRIDE: "DAC_OVERRIDE",
632
+ DAC_READ_SEARCH: "DAC_READ_SEARCH",
633
+ FOWNER: "FOWNER",
634
+ FSETID: "FSETID",
635
+ IPC_LOCK: "IPC_LOCK",
636
+ IPC_OWNER: "IPC_OWNER",
637
+ KILL: "KILL",
638
+ LEASE: "LEASE",
639
+ LINUX_IMMUTABLE: "LINUX_IMMUTABLE",
640
+ MAC_ADMIN: "MAC_ADMIN",
641
+ MAC_OVERRIDE: "MAC_OVERRIDE",
642
+ MKNOD: "MKNOD",
643
+ NET_ADMIN: "NET_ADMIN",
644
+ NET_BIND_SERVICE: "NET_BIND_SERVICE",
645
+ NET_BROADCAST: "NET_BROADCAST",
646
+ NET_RAW: "NET_RAW",
647
+ SETFCAP: "SETFCAP",
648
+ SETGID: "SETGID",
649
+ SETPCAP: "SETPCAP",
650
+ SETUID: "SETUID",
651
+ SYSLOG: "SYSLOG",
652
+ SYS_ADMIN: "SYS_ADMIN",
653
+ SYS_BOOT: "SYS_BOOT",
654
+ SYS_CHROOT: "SYS_CHROOT",
655
+ SYS_MODULE: "SYS_MODULE",
656
+ SYS_NICE: "SYS_NICE",
657
+ SYS_PACCT: "SYS_PACCT",
658
+ SYS_PTRACE: "SYS_PTRACE",
659
+ SYS_RAWIO: "SYS_RAWIO",
660
+ SYS_RESOURCE: "SYS_RESOURCE",
661
+ SYS_TIME: "SYS_TIME",
662
+ SYS_TTY_CONFIG: "SYS_TTY_CONFIG",
663
+ WAKE_ALARM: "WAKE_ALARM",
664
+ };
626
665
  export const ContainerMountPointAccessLevel = {
627
666
  READ_AND_WRITE: "READ_AND_WRITE",
628
667
  READ_ONLY: "READ_ONLY",
@@ -462,6 +462,7 @@ const _ITd = "IdempotencyToken";
462
462
  const _IU = "ImageUri";
463
463
  const _IVCB = "IpV4CidrBlock";
464
464
  const _In = "Instances";
465
+ const _Inc = "Include";
465
466
  const _Ins = "Instance";
466
467
  const _K = "Key";
467
468
  const _L = "Location";
@@ -488,7 +489,8 @@ const _LCI = "ListComputeInput";
488
489
  const _LCL = "LocationConfigurationList";
489
490
  const _LCO = "ListComputeOutput";
490
491
  const _LCT = "LastClaimTime";
491
- const _LCi = "ListCompute";
492
+ const _LCi = "LinuxCapabilities";
493
+ const _LCis = "ListCompute";
492
494
  const _LCo = "LocationConfiguration";
493
495
  const _LD = "LocationalDeployments";
494
496
  const _LDI = "LatestDeploymentId";
@@ -1470,8 +1472,8 @@ export var DescribeContainerGroupPortMappingsInput$ = [3, n0, _DCGPMI,
1470
1472
  ];
1471
1473
  export var DescribeContainerGroupPortMappingsOutput$ = [3, n0, _DCGPMO,
1472
1474
  0,
1473
- [_FI, _L, _CGDA, _CGT, _CN, _II, _CGPMo],
1474
- [0, 0, 0, 0, 0, 0, [() => ContainerGroupPortMappingList, 0]]
1475
+ [_FI, _FA, _L, _CGDA, _CGT, _CN, _II, _CGPMo],
1476
+ [0, 0, 0, 0, 0, 0, 0, [() => ContainerGroupPortMappingList, 0]]
1475
1477
  ];
1476
1478
  export var DescribeEC2InstanceLimitsInput$ = [3, n0, _DECILI,
1477
1479
  0,
@@ -1800,13 +1802,13 @@ export var GameServer$ = [3, n0, _GS,
1800
1802
  ];
1801
1803
  export var GameServerContainerDefinition$ = [3, n0, _GSCD,
1802
1804
  0,
1803
- [_CNo, _DOe, _MP, _EO, _IU, _PCo, _RID, _SSV],
1804
- [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 0, [() => ContainerPortConfiguration$, 0], 0, 0]
1805
+ [_CNo, _DOe, _MP, _EO, _IU, _PCo, _RID, _SSV, _LCi],
1806
+ [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 0, [() => ContainerPortConfiguration$, 0], 0, 0, () => LinuxCapabilities$]
1805
1807
  ];
1806
1808
  export var GameServerContainerDefinitionInput$ = [3, n0, _GSCDI,
1807
1809
  0,
1808
- [_CNo, _IU, _PCo, _SSV, _DOe, _MP, _EO],
1809
- [0, 0, [() => ContainerPortConfiguration$, 0], 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList], 4
1810
+ [_CNo, _IU, _PCo, _SSV, _DOe, _MP, _EO, _LCi],
1811
+ [0, 0, [() => ContainerPortConfiguration$, 0], 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, () => LinuxCapabilities$], 4
1810
1812
  ];
1811
1813
  export var GameServerContainerGroupCounts$ = [3, n0, _GSCGC,
1812
1814
  0,
@@ -1943,6 +1945,11 @@ export var LaunchTemplateSpecification$ = [3, n0, _LTS,
1943
1945
  [_LTI, _LTN, _V],
1944
1946
  [0, 0, 0]
1945
1947
  ];
1948
+ export var LinuxCapabilities$ = [3, n0, _LCi,
1949
+ 0,
1950
+ [_Inc],
1951
+ [64 | 0]
1952
+ ];
1946
1953
  export var ListAliasesInput$ = [3, n0, _LAI,
1947
1954
  0,
1948
1955
  [_RST, _N, _Li, _NTe],
@@ -2360,13 +2367,13 @@ export var StopMatchmakingOutput$ = [3, n0, _SMOt,
2360
2367
  ];
2361
2368
  export var SupportContainerDefinition$ = [3, n0, _SCDu,
2362
2369
  0,
2363
- [_CNo, _DOe, _MP, _EO, _Es, _HC, _IU, _MHLM, _PCo, _RID, _Vc],
2364
- [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 0, 1, [() => ContainerPortConfiguration$, 0], 0, 1]
2370
+ [_CNo, _DOe, _MP, _EO, _Es, _HC, _IU, _MHLM, _PCo, _RID, _Vc, _LCi],
2371
+ [0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 0, 1, [() => ContainerPortConfiguration$, 0], 0, 1, () => LinuxCapabilities$]
2365
2372
  ];
2366
2373
  export var SupportContainerDefinitionInput$ = [3, n0, _SCDI,
2367
2374
  0,
2368
- [_CNo, _IU, _DOe, _MP, _EO, _Es, _HC, _MHLM, _PCo, _Vc],
2369
- [0, 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 1, [() => ContainerPortConfiguration$, 0], 1], 2
2375
+ [_CNo, _IU, _DOe, _MP, _EO, _Es, _HC, _MHLM, _PCo, _Vc, _LCi],
2376
+ [0, 0, () => ContainerDependencyList, () => ContainerMountPointList, () => ContainerEnvironmentList, 2, () => ContainerHealthCheck$, 1, [() => ContainerPortConfiguration$, 0], 1, () => LinuxCapabilities$], 2
2370
2377
  ];
2371
2378
  export var SuspendGameServerGroupInput$ = [3, n0, _SGSGI,
2372
2379
  0,
@@ -2710,6 +2717,7 @@ var IpPermissionsList = [1, n0, _IPL,
2710
2717
  0, [() => IpPermission$,
2711
2718
  0]
2712
2719
  ];
2720
+ var LinuxCapabilityList = 64 | 0;
2713
2721
  var LocationAttributesList = [1, n0, _LAL,
2714
2722
  0, () => LocationAttributes$
2715
2723
  ];
@@ -3047,7 +3055,7 @@ export var ListAliases$ = [9, n0, _LAi,
3047
3055
  export var ListBuilds$ = [9, n0, _LB,
3048
3056
  0, () => ListBuildsInput$, () => ListBuildsOutput$
3049
3057
  ];
3050
- export var ListCompute$ = [9, n0, _LCi,
3058
+ export var ListCompute$ = [9, n0, _LCis,
3051
3059
  0, () => ListComputeInput$, () => ListComputeOutput$
3052
3060
  ];
3053
3061
  export var ListContainerFleets$ = [9, n0, _LCF,
@@ -102,7 +102,7 @@ declare const AcceptMatchCommand_base: {
102
102
  * values before retrying.</p>
103
103
  *
104
104
  * @throws {@link NotFoundException} (client fault)
105
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
105
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
106
106
  *
107
107
  * @throws {@link UnsupportedRegionException} (client fault)
108
108
  * <p>The requested operation is not supported in the Region specified.</p>
@@ -130,7 +130,7 @@ declare const ClaimGameServerCommand_base: {
130
130
  * values before retrying.</p>
131
131
  *
132
132
  * @throws {@link NotFoundException} (client fault)
133
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
133
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
134
134
  *
135
135
  * @throws {@link OutOfCapacityException} (client fault)
136
136
  * <p>The specified game server group has no available game servers to fulfill a
@@ -95,15 +95,18 @@ declare const CreateContainerGroupDefinitionCommand_base: {
95
95
  * </li>
96
96
  * <li>
97
97
  * <p>
98
- * <code>OperatingSystem</code> (omit to use default value)</p>
98
+ * <code>OperatingSystem</code>
99
+ * </p>
99
100
  * </li>
100
101
  * <li>
101
102
  * <p>
102
- * <code>TotalMemoryLimitMebibytes</code> (omit to use default value)</p>
103
+ * <code>TotalMemoryLimitMebibytes</code>
104
+ * </p>
103
105
  * </li>
104
106
  * <li>
105
107
  * <p>
106
- * <code>TotalVcpuLimit </code>(omit to use default value)</p>
108
+ * <code>TotalVcpuLimit</code>
109
+ * </p>
107
110
  * </li>
108
111
  * <li>
109
112
  * <p>At least one <code>GameServerContainerDefinition</code>
@@ -126,7 +129,8 @@ declare const CreateContainerGroupDefinitionCommand_base: {
126
129
  * </li>
127
130
  * <li>
128
131
  * <p>
129
- * <code>ServerSdkVersion</code> (omit to use default value)</p>
132
+ * <code>ServerSdkVersion</code>
133
+ * </p>
130
134
  * </li>
131
135
  * </ul>
132
136
  * </li>
@@ -147,15 +151,18 @@ declare const CreateContainerGroupDefinitionCommand_base: {
147
151
  * </li>
148
152
  * <li>
149
153
  * <p>
150
- * <code>OperatingSystem</code> (omit to use default value)</p>
154
+ * <code>OperatingSystem</code>
155
+ * </p>
151
156
  * </li>
152
157
  * <li>
153
158
  * <p>
154
- * <code>TotalMemoryLimitMebibytes</code> (omit to use default value)</p>
159
+ * <code>TotalMemoryLimitMebibytes</code>
160
+ * </p>
155
161
  * </li>
156
162
  * <li>
157
163
  * <p>
158
- * <code>TotalVcpuLimit </code>(omit to use default value)</p>
164
+ * <code>TotalVcpuLimit</code>
165
+ * </p>
159
166
  * </li>
160
167
  * <li>
161
168
  * <p>At least one <code>SupportContainerDefinition</code>
@@ -227,6 +234,11 @@ declare const CreateContainerGroupDefinitionCommand_base: {
227
234
  * ],
228
235
  * },
229
236
  * ServerSdkVersion: "STRING_VALUE", // required
237
+ * LinuxCapabilities: { // LinuxCapabilities
238
+ * Include: [ // LinuxCapabilityList
239
+ * "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
240
+ * ],
241
+ * },
230
242
  * },
231
243
  * SupportContainerDefinitions: [ // SupportContainerDefinitionInputList
232
244
  * { // SupportContainerDefinitionInput
@@ -272,6 +284,11 @@ declare const CreateContainerGroupDefinitionCommand_base: {
272
284
  * ],
273
285
  * },
274
286
  * Vcpu: Number("double"),
287
+ * LinuxCapabilities: {
288
+ * Include: [
289
+ * "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
290
+ * ],
291
+ * },
275
292
  * },
276
293
  * ],
277
294
  * OperatingSystem: "AMAZON_LINUX_2023", // required
@@ -327,6 +344,11 @@ declare const CreateContainerGroupDefinitionCommand_base: {
327
344
  * // },
328
345
  * // ResolvedImageDigest: "STRING_VALUE",
329
346
  * // ServerSdkVersion: "STRING_VALUE",
347
+ * // LinuxCapabilities: { // LinuxCapabilities
348
+ * // Include: [ // LinuxCapabilityList
349
+ * // "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
350
+ * // ],
351
+ * // },
330
352
  * // },
331
353
  * // SupportContainerDefinitions: [ // SupportContainerDefinitionList
332
354
  * // { // SupportContainerDefinition
@@ -373,6 +395,11 @@ declare const CreateContainerGroupDefinitionCommand_base: {
373
395
  * // },
374
396
  * // ResolvedImageDigest: "STRING_VALUE",
375
397
  * // Vcpu: Number("double"),
398
+ * // LinuxCapabilities: {
399
+ * // Include: [
400
+ * // "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
401
+ * // ],
402
+ * // },
376
403
  * // },
377
404
  * // ],
378
405
  * // VersionNumber: Number("int"),
@@ -291,7 +291,7 @@ declare const CreateFleetCommand_base: {
291
291
  * Resolve the issue before retrying.</p>
292
292
  *
293
293
  * @throws {@link NotFoundException} (client fault)
294
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
294
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
295
295
  *
296
296
  * @throws {@link NotReadyException} (client fault)
297
297
  * <p> The operation failed because Amazon GameLift Servers has not yet finished validating this compute. We
@@ -120,7 +120,7 @@ declare const CreateFleetLocationsCommand_base: {
120
120
  * Resolve the issue before retrying.</p>
121
121
  *
122
122
  * @throws {@link NotFoundException} (client fault)
123
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
123
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
124
124
  *
125
125
  * @throws {@link NotReadyException} (client fault)
126
126
  * <p> The operation failed because Amazon GameLift Servers has not yet finished validating this compute. We
@@ -174,7 +174,7 @@ declare const CreateGameSessionCommand_base: {
174
174
  * Resolve the issue before retrying.</p>
175
175
  *
176
176
  * @throws {@link NotFoundException} (client fault)
177
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
177
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
178
178
  *
179
179
  * @throws {@link TerminalRoutingStrategyException} (client fault)
180
180
  * <p>The service is unable to resolve the routing for a particular alias because it has a
@@ -244,7 +244,7 @@ declare const CreateGameSessionQueueCommand_base: {
244
244
  * Resolve the issue before retrying.</p>
245
245
  *
246
246
  * @throws {@link NotFoundException} (client fault)
247
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
247
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
248
248
  *
249
249
  * @throws {@link TaggingFailedException} (client fault)
250
250
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -146,7 +146,7 @@ declare const CreateMatchmakingConfigurationCommand_base: {
146
146
  * Resolve the issue before retrying.</p>
147
147
  *
148
148
  * @throws {@link NotFoundException} (client fault)
149
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
149
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
150
150
  *
151
151
  * @throws {@link TaggingFailedException} (client fault)
152
152
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -107,7 +107,7 @@ declare const CreatePlayerSessionCommand_base: {
107
107
  * values before retrying.</p>
108
108
  *
109
109
  * @throws {@link NotFoundException} (client fault)
110
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
110
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
111
111
  *
112
112
  * @throws {@link TerminalRoutingStrategyException} (client fault)
113
113
  * <p>The service is unable to resolve the routing for a particular alias because it has a
@@ -114,7 +114,7 @@ declare const CreatePlayerSessionsCommand_base: {
114
114
  * values before retrying.</p>
115
115
  *
116
116
  * @throws {@link NotFoundException} (client fault)
117
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
117
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
118
118
  *
119
119
  * @throws {@link TerminalRoutingStrategyException} (client fault)
120
120
  * <p>The service is unable to resolve the routing for a particular alias because it has a
@@ -52,6 +52,42 @@ declare const CreateVpcPeeringAuthorizationCommand_base: {
52
52
  * Amazon Web Services account that you use to manage Amazon GameLift Servers. </p>
53
53
  * <p>The authorization remains valid for 24 hours unless it is canceled. You must create or
54
54
  * delete the peering connection while the authorization is valid. </p>
55
+ * <note>
56
+ * <p>Amazon GameLift Servers uses the caller's credentials to update peer-VPC resources. The IAM user
57
+ * that calls this operation must have the following Amazon EC2 permissions enabled:</p>
58
+ * <ul>
59
+ * <li>
60
+ * <p>
61
+ * <code>ec2:AcceptVpcPeeringConnection</code>
62
+ * </p>
63
+ * </li>
64
+ * <li>
65
+ * <p>
66
+ * <code>ec2:AuthorizeSecurityGroupEgress</code>
67
+ * </p>
68
+ * </li>
69
+ * <li>
70
+ * <p>
71
+ * <code>ec2:AuthorizeSecurityGroupIngress</code>
72
+ * </p>
73
+ * </li>
74
+ * <li>
75
+ * <p>
76
+ * <code>ec2:CreateRoute</code>
77
+ * </p>
78
+ * </li>
79
+ * <li>
80
+ * <p>
81
+ * <code>ec2:DescribeRouteTables</code>
82
+ * </p>
83
+ * </li>
84
+ * <li>
85
+ * <p>
86
+ * <code>ec2:DescribeSecurityGroups</code>
87
+ * </p>
88
+ * </li>
89
+ * </ul>
90
+ * </note>
55
91
  * <p>
56
92
  * <b>Related actions</b>
57
93
  * </p>
@@ -99,7 +135,7 @@ declare const CreateVpcPeeringAuthorizationCommand_base: {
99
135
  * values before retrying.</p>
100
136
  *
101
137
  * @throws {@link NotFoundException} (client fault)
102
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
138
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
103
139
  *
104
140
  * @throws {@link UnauthorizedException} (client fault)
105
141
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -49,6 +49,42 @@ declare const CreateVpcPeeringConnectionCommand_base: {
49
49
  * is asynchronous. If successful, a connection request is created. You can use continuous
50
50
  * polling to track the request's status using <a href="https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeVpcPeeringConnections.html">DescribeVpcPeeringConnections</a> , or by monitoring fleet events for success
51
51
  * or failure using <a href="https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetEvents.html">DescribeFleetEvents</a> . </p>
52
+ * <note>
53
+ * <p>Amazon GameLift Servers uses the caller's credentials to update peer-VPC resources. The IAM user
54
+ * that calls this operation must have the following Amazon EC2 permissions enabled:</p>
55
+ * <ul>
56
+ * <li>
57
+ * <p>
58
+ * <code>ec2:AcceptVpcPeeringConnection</code>
59
+ * </p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <code>ec2:AuthorizeSecurityGroupEgress</code>
64
+ * </p>
65
+ * </li>
66
+ * <li>
67
+ * <p>
68
+ * <code>ec2:AuthorizeSecurityGroupIngress</code>
69
+ * </p>
70
+ * </li>
71
+ * <li>
72
+ * <p>
73
+ * <code>ec2:CreateRoute</code>
74
+ * </p>
75
+ * </li>
76
+ * <li>
77
+ * <p>
78
+ * <code>ec2:DescribeRouteTables</code>
79
+ * </p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <code>ec2:DescribeSecurityGroups</code>
84
+ * </p>
85
+ * </li>
86
+ * </ul>
87
+ * </note>
52
88
  * <p>
53
89
  * <b>Related actions</b>
54
90
  * </p>
@@ -89,7 +125,7 @@ declare const CreateVpcPeeringConnectionCommand_base: {
89
125
  * values before retrying.</p>
90
126
  *
91
127
  * @throws {@link NotFoundException} (client fault)
92
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
128
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
93
129
  *
94
130
  * @throws {@link UnauthorizedException} (client fault)
95
131
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -72,7 +72,7 @@ declare const DeleteAliasCommand_base: {
72
72
  * values before retrying.</p>
73
73
  *
74
74
  * @throws {@link NotFoundException} (client fault)
75
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
75
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
76
76
  *
77
77
  * @throws {@link TaggingFailedException} (client fault)
78
78
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -77,7 +77,7 @@ declare const DeleteBuildCommand_base: {
77
77
  * values before retrying.</p>
78
78
  *
79
79
  * @throws {@link NotFoundException} (client fault)
80
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
80
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
81
81
  *
82
82
  * @throws {@link TaggingFailedException} (client fault)
83
83
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -75,7 +75,7 @@ declare const DeleteContainerFleetCommand_base: {
75
75
  * values before retrying.</p>
76
76
  *
77
77
  * @throws {@link NotFoundException} (client fault)
78
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
78
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
79
79
  *
80
80
  * @throws {@link TaggingFailedException} (client fault)
81
81
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -111,7 +111,7 @@ declare const DeleteContainerGroupDefinitionCommand_base: {
111
111
  * values before retrying.</p>
112
112
  *
113
113
  * @throws {@link NotFoundException} (client fault)
114
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
114
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
115
115
  *
116
116
  * @throws {@link TaggingFailedException} (client fault)
117
117
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -86,7 +86,7 @@ declare const DeleteFleetCommand_base: {
86
86
  * values before retrying.</p>
87
87
  *
88
88
  * @throws {@link NotFoundException} (client fault)
89
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
89
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
90
90
  *
91
91
  * @throws {@link TaggingFailedException} (client fault)
92
92
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format