@aws-sdk/client-gamelift 3.1070.0 → 3.1072.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/dist-cjs/index.js +40 -0
- package/dist-cjs/schemas/schemas_0.js +21 -12
- package/dist-es/models/enums.js +39 -0
- package/dist-es/schemas/schemas_0.js +20 -12
- package/dist-types/commands/AcceptMatchCommand.d.ts +1 -1
- package/dist-types/commands/ClaimGameServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +34 -7
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
- package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +37 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +37 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBuildCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContainerFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterComputeCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBuildCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +11 -1
- package/dist-types/commands/DescribeContainerGroupPortMappingsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +2 -3
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/GetComputeAccessCommand.d.ts +1 -1
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +1 -1
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
- package/dist-types/commands/GetPlayerConnectionDetailsCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +11 -1
- package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +10 -0
- package/dist-types/commands/ListFleetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ResolveAliasCommand.d.ts +1 -1
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +1 -1
- package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
- package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetActionsCommand.d.ts +1 -1
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
- package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TerminateGameSessionCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBuildCommand.d.ts +3 -2
- package/dist-types/commands/UpdateContainerFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerGroupDefinitionCommand.d.ts +23 -3
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateGameServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +8 -1
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateScriptCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +47 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +109 -57
- package/dist-types/models/models_1.d.ts +12 -3
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +41 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -3
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +3 -3
|
@@ -90,7 +90,7 @@ declare const DeleteFleetLocationsCommand_base: {
|
|
|
90
90
|
* values before retrying.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link NotFoundException} (client fault)
|
|
93
|
-
* <p>The requested
|
|
93
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link UnauthorizedException} (client fault)
|
|
96
96
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -118,7 +118,7 @@ declare const DeleteGameServerGroupCommand_base: {
|
|
|
118
118
|
* values before retrying.</p>
|
|
119
119
|
*
|
|
120
120
|
* @throws {@link NotFoundException} (client fault)
|
|
121
|
-
* <p>The requested
|
|
121
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
122
122
|
*
|
|
123
123
|
* @throws {@link UnauthorizedException} (client fault)
|
|
124
124
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -65,7 +65,7 @@ declare const DeleteGameSessionQueueCommand_base: {
|
|
|
65
65
|
* values before retrying.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link NotFoundException} (client fault)
|
|
68
|
-
* <p>The requested
|
|
68
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link TaggingFailedException} (client fault)
|
|
71
71
|
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
@@ -66,7 +66,7 @@ declare const DeleteLocationCommand_base: {
|
|
|
66
66
|
* values before retrying.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link NotFoundException} (client fault)
|
|
69
|
-
* <p>The requested
|
|
69
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link UnauthorizedException} (client fault)
|
|
72
72
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -66,7 +66,7 @@ declare const DeleteMatchmakingConfigurationCommand_base: {
|
|
|
66
66
|
* values before retrying.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link NotFoundException} (client fault)
|
|
69
|
-
* <p>The requested
|
|
69
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link TaggingFailedException} (client fault)
|
|
72
72
|
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
@@ -77,7 +77,7 @@ declare const DeleteMatchmakingRuleSetCommand_base: {
|
|
|
77
77
|
* values before retrying.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link NotFoundException} (client fault)
|
|
80
|
-
* <p>The requested
|
|
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
|
|
@@ -69,7 +69,7 @@ declare const DeleteScalingPolicyCommand_base: {
|
|
|
69
69
|
* values before retrying.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link NotFoundException} (client fault)
|
|
72
|
-
* <p>The requested
|
|
72
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link UnauthorizedException} (client fault)
|
|
75
75
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -82,7 +82,7 @@ declare const DeleteScriptCommand_base: {
|
|
|
82
82
|
* values before retrying.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link NotFoundException} (client fault)
|
|
85
|
-
* <p>The requested
|
|
85
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link TaggingFailedException} (client fault)
|
|
88
88
|
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
@@ -72,7 +72,7 @@ declare const DeleteVpcPeeringAuthorizationCommand_base: {
|
|
|
72
72
|
* values before retrying.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link NotFoundException} (client fault)
|
|
75
|
-
* <p>The requested
|
|
75
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link UnauthorizedException} (client fault)
|
|
78
78
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -75,7 +75,7 @@ declare const DeleteVpcPeeringConnectionCommand_base: {
|
|
|
75
75
|
* values before retrying.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link NotFoundException} (client fault)
|
|
78
|
-
* <p>The requested
|
|
78
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link UnauthorizedException} (client fault)
|
|
81
81
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -70,7 +70,7 @@ declare const DeregisterComputeCommand_base: {
|
|
|
70
70
|
* values before retrying.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link NotFoundException} (client fault)
|
|
73
|
-
* <p>The requested
|
|
73
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link UnauthorizedException} (client fault)
|
|
76
76
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -77,7 +77,7 @@ declare const DeregisterGameServerCommand_base: {
|
|
|
77
77
|
* values before retrying.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link NotFoundException} (client fault)
|
|
80
|
-
* <p>The requested
|
|
80
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link UnauthorizedException} (client fault)
|
|
83
83
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -87,7 +87,7 @@ declare const DescribeAliasCommand_base: {
|
|
|
87
87
|
* values before retrying.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link NotFoundException} (client fault)
|
|
90
|
-
* <p>The requested
|
|
90
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link UnauthorizedException} (client fault)
|
|
93
93
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -87,7 +87,7 @@ declare const DescribeBuildCommand_base: {
|
|
|
87
87
|
* values before retrying.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link NotFoundException} (client fault)
|
|
90
|
-
* <p>The requested
|
|
90
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link UnauthorizedException} (client fault)
|
|
93
93
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -126,7 +126,7 @@ declare const DescribeComputeCommand_base: {
|
|
|
126
126
|
* values before retrying.</p>
|
|
127
127
|
*
|
|
128
128
|
* @throws {@link NotFoundException} (client fault)
|
|
129
|
-
* <p>The requested
|
|
129
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
130
130
|
*
|
|
131
131
|
* @throws {@link UnauthorizedException} (client fault)
|
|
132
132
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -137,7 +137,7 @@ declare const DescribeContainerFleetCommand_base: {
|
|
|
137
137
|
* values before retrying.</p>
|
|
138
138
|
*
|
|
139
139
|
* @throws {@link NotFoundException} (client fault)
|
|
140
|
-
* <p>The requested
|
|
140
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
141
141
|
*
|
|
142
142
|
* @throws {@link UnauthorizedException} (client fault)
|
|
143
143
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -117,6 +117,11 @@ declare const DescribeContainerGroupDefinitionCommand_base: {
|
|
|
117
117
|
* // },
|
|
118
118
|
* // ResolvedImageDigest: "STRING_VALUE",
|
|
119
119
|
* // ServerSdkVersion: "STRING_VALUE",
|
|
120
|
+
* // LinuxCapabilities: { // LinuxCapabilities
|
|
121
|
+
* // Include: [ // LinuxCapabilityList
|
|
122
|
+
* // "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",
|
|
123
|
+
* // ],
|
|
124
|
+
* // },
|
|
120
125
|
* // },
|
|
121
126
|
* // SupportContainerDefinitions: [ // SupportContainerDefinitionList
|
|
122
127
|
* // { // SupportContainerDefinition
|
|
@@ -163,6 +168,11 @@ declare const DescribeContainerGroupDefinitionCommand_base: {
|
|
|
163
168
|
* // },
|
|
164
169
|
* // ResolvedImageDigest: "STRING_VALUE",
|
|
165
170
|
* // Vcpu: Number("double"),
|
|
171
|
+
* // LinuxCapabilities: {
|
|
172
|
+
* // Include: [
|
|
173
|
+
* // "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",
|
|
174
|
+
* // ],
|
|
175
|
+
* // },
|
|
166
176
|
* // },
|
|
167
177
|
* // ],
|
|
168
178
|
* // VersionNumber: Number("int"),
|
|
@@ -189,7 +199,7 @@ declare const DescribeContainerGroupDefinitionCommand_base: {
|
|
|
189
199
|
* values before retrying.</p>
|
|
190
200
|
*
|
|
191
201
|
* @throws {@link NotFoundException} (client fault)
|
|
192
|
-
* <p>The requested
|
|
202
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
193
203
|
*
|
|
194
204
|
* @throws {@link UnauthorizedException} (client fault)
|
|
195
205
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -57,7 +57,7 @@ declare const DescribeContainerGroupPortMappingsCommand_base: {
|
|
|
57
57
|
* <p>
|
|
58
58
|
* <b>Results</b>
|
|
59
59
|
* </p>
|
|
60
|
-
* <p>This operation returns the fleet ID, location, container group definition
|
|
60
|
+
* <p>This operation returns the fleet ID, fleet ARN, location, container group definition
|
|
61
61
|
* ARN, container group type, compute name (for game server container groups), instance ID,
|
|
62
62
|
* and a list of <code>ContainerGroupPortMapping</code> objects. Each object contains the
|
|
63
63
|
* container name, runtime ID, and a list of port mappings that show how container ports map
|
|
@@ -92,6 +92,7 @@ declare const DescribeContainerGroupPortMappingsCommand_base: {
|
|
|
92
92
|
* const response = await client.send(command);
|
|
93
93
|
* // { // DescribeContainerGroupPortMappingsOutput
|
|
94
94
|
* // FleetId: "STRING_VALUE",
|
|
95
|
+
* // FleetArn: "STRING_VALUE",
|
|
95
96
|
* // Location: "STRING_VALUE",
|
|
96
97
|
* // ContainerGroupDefinitionArn: "STRING_VALUE",
|
|
97
98
|
* // ContainerGroupType: "GAME_SERVER" || "PER_INSTANCE",
|
|
@@ -133,7 +134,7 @@ declare const DescribeContainerGroupPortMappingsCommand_base: {
|
|
|
133
134
|
* Resolve the issue before retrying.</p>
|
|
134
135
|
*
|
|
135
136
|
* @throws {@link NotFoundException} (client fault)
|
|
136
|
-
* <p>The requested
|
|
137
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
137
138
|
*
|
|
138
139
|
* @throws {@link UnauthorizedException} (client fault)
|
|
139
140
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -143,7 +143,7 @@ declare const DescribeFleetAttributesCommand_base: {
|
|
|
143
143
|
* values before retrying.</p>
|
|
144
144
|
*
|
|
145
145
|
* @throws {@link NotFoundException} (client fault)
|
|
146
|
-
* <p>The requested
|
|
146
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link UnauthorizedException} (client fault)
|
|
149
149
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -133,7 +133,7 @@ declare const DescribeFleetCapacityCommand_base: {
|
|
|
133
133
|
* values before retrying.</p>
|
|
134
134
|
*
|
|
135
135
|
* @throws {@link NotFoundException} (client fault)
|
|
136
|
-
* <p>The requested
|
|
136
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
137
137
|
*
|
|
138
138
|
* @throws {@link UnauthorizedException} (client fault)
|
|
139
139
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -103,7 +103,7 @@ declare const DescribeFleetDeploymentCommand_base: {
|
|
|
103
103
|
* values before retrying.</p>
|
|
104
104
|
*
|
|
105
105
|
* @throws {@link NotFoundException} (client fault)
|
|
106
|
-
* <p>The requested
|
|
106
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link UnauthorizedException} (client fault)
|
|
109
109
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -94,7 +94,7 @@ declare const DescribeFleetEventsCommand_base: {
|
|
|
94
94
|
* values before retrying.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link NotFoundException} (client fault)
|
|
97
|
-
* <p>The requested
|
|
97
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link UnauthorizedException} (client fault)
|
|
100
100
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -48,8 +48,7 @@ declare const DescribeFleetLocationAttributesCommand_base: {
|
|
|
48
48
|
* retrieve results as a set of sequential pages. </p>
|
|
49
49
|
* <p>If successful, a <code>LocationAttributes</code> object is returned for each requested
|
|
50
50
|
* location. If the fleet does not have a requested location, no information is returned.
|
|
51
|
-
*
|
|
52
|
-
* Region, call <code>DescribeFleetAttributes</code>.</p>
|
|
51
|
+
* </p>
|
|
53
52
|
* <p>
|
|
54
53
|
* <b>Learn more</b>
|
|
55
54
|
* </p>
|
|
@@ -114,7 +113,7 @@ declare const DescribeFleetLocationAttributesCommand_base: {
|
|
|
114
113
|
* values before retrying.</p>
|
|
115
114
|
*
|
|
116
115
|
* @throws {@link NotFoundException} (client fault)
|
|
117
|
-
* <p>The requested
|
|
116
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
118
117
|
*
|
|
119
118
|
* @throws {@link UnauthorizedException} (client fault)
|
|
120
119
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -112,7 +112,7 @@ declare const DescribeFleetLocationCapacityCommand_base: {
|
|
|
112
112
|
* values before retrying.</p>
|
|
113
113
|
*
|
|
114
114
|
* @throws {@link NotFoundException} (client fault)
|
|
115
|
-
* <p>The requested
|
|
115
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link UnauthorizedException} (client fault)
|
|
118
118
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -94,7 +94,7 @@ declare const DescribeFleetLocationUtilizationCommand_base: {
|
|
|
94
94
|
* values before retrying.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link NotFoundException} (client fault)
|
|
97
|
-
* <p>The requested
|
|
97
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link UnauthorizedException} (client fault)
|
|
100
100
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -103,7 +103,7 @@ declare const DescribeFleetPortSettingsCommand_base: {
|
|
|
103
103
|
* values before retrying.</p>
|
|
104
104
|
*
|
|
105
105
|
* @throws {@link NotFoundException} (client fault)
|
|
106
|
-
* <p>The requested
|
|
106
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link UnauthorizedException} (client fault)
|
|
109
109
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -116,7 +116,7 @@ declare const DescribeFleetUtilizationCommand_base: {
|
|
|
116
116
|
* values before retrying.</p>
|
|
117
117
|
*
|
|
118
118
|
* @throws {@link NotFoundException} (client fault)
|
|
119
|
-
* <p>The requested
|
|
119
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
120
120
|
*
|
|
121
121
|
* @throws {@link UnauthorizedException} (client fault)
|
|
122
122
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -90,7 +90,7 @@ declare const DescribeGameServerCommand_base: {
|
|
|
90
90
|
* values before retrying.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link NotFoundException} (client fault)
|
|
93
|
-
* <p>The requested
|
|
93
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link UnauthorizedException} (client fault)
|
|
96
96
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -99,7 +99,7 @@ declare const DescribeGameServerGroupCommand_base: {
|
|
|
99
99
|
* values before retrying.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link NotFoundException} (client fault)
|
|
102
|
-
* <p>The requested
|
|
102
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
103
103
|
*
|
|
104
104
|
* @throws {@link UnauthorizedException} (client fault)
|
|
105
105
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -98,7 +98,7 @@ declare const DescribeGameServerInstancesCommand_base: {
|
|
|
98
98
|
* values before retrying.</p>
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link NotFoundException} (client fault)
|
|
101
|
-
* <p>The requested
|
|
101
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link UnauthorizedException} (client fault)
|
|
104
104
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -139,7 +139,7 @@ declare const DescribeGameSessionDetailsCommand_base: {
|
|
|
139
139
|
* values before retrying.</p>
|
|
140
140
|
*
|
|
141
141
|
* @throws {@link NotFoundException} (client fault)
|
|
142
|
-
* <p>The requested
|
|
142
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
143
143
|
*
|
|
144
144
|
* @throws {@link TerminalRoutingStrategyException} (client fault)
|
|
145
145
|
* <p>The service is unable to resolve the routing for a particular alias because it has a
|
|
@@ -117,7 +117,7 @@ declare const DescribeGameSessionPlacementCommand_base: {
|
|
|
117
117
|
* values before retrying.</p>
|
|
118
118
|
*
|
|
119
119
|
* @throws {@link NotFoundException} (client fault)
|
|
120
|
-
* <p>The requested
|
|
120
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
121
121
|
*
|
|
122
122
|
* @throws {@link UnauthorizedException} (client fault)
|
|
123
123
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -113,7 +113,7 @@ declare const DescribeGameSessionQueuesCommand_base: {
|
|
|
113
113
|
* values before retrying.</p>
|
|
114
114
|
*
|
|
115
115
|
* @throws {@link NotFoundException} (client fault)
|
|
116
|
-
* <p>The requested
|
|
116
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
117
117
|
*
|
|
118
118
|
* @throws {@link UnauthorizedException} (client fault)
|
|
119
119
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -143,7 +143,7 @@ declare const DescribeGameSessionsCommand_base: {
|
|
|
143
143
|
* values before retrying.</p>
|
|
144
144
|
*
|
|
145
145
|
* @throws {@link NotFoundException} (client fault)
|
|
146
|
-
* <p>The requested
|
|
146
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link TerminalRoutingStrategyException} (client fault)
|
|
149
149
|
* <p>The service is unable to resolve the routing for a particular alias because it has a
|
|
@@ -124,7 +124,7 @@ declare const DescribeInstancesCommand_base: {
|
|
|
124
124
|
* values before retrying.</p>
|
|
125
125
|
*
|
|
126
126
|
* @throws {@link NotFoundException} (client fault)
|
|
127
|
-
* <p>The requested
|
|
127
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
128
128
|
*
|
|
129
129
|
* @throws {@link UnauthorizedException} (client fault)
|
|
130
130
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -92,7 +92,7 @@ declare const DescribeMatchmakingRuleSetsCommand_base: {
|
|
|
92
92
|
* values before retrying.</p>
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link NotFoundException} (client fault)
|
|
95
|
-
* <p>The requested
|
|
95
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
98
98
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
@@ -114,7 +114,7 @@ declare const DescribePlayerSessionsCommand_base: {
|
|
|
114
114
|
* values before retrying.</p>
|
|
115
115
|
*
|
|
116
116
|
* @throws {@link NotFoundException} (client fault)
|
|
117
|
-
* <p>The requested
|
|
117
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
118
118
|
*
|
|
119
119
|
* @throws {@link UnauthorizedException} (client fault)
|
|
120
120
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -95,7 +95,7 @@ declare const DescribeRuntimeConfigurationCommand_base: {
|
|
|
95
95
|
* values before retrying.</p>
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link NotFoundException} (client fault)
|
|
98
|
-
* <p>The requested
|
|
98
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link UnauthorizedException} (client fault)
|
|
101
101
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -96,7 +96,7 @@ declare const DescribeScalingPoliciesCommand_base: {
|
|
|
96
96
|
* values before retrying.</p>
|
|
97
97
|
*
|
|
98
98
|
* @throws {@link NotFoundException} (client fault)
|
|
99
|
-
* <p>The requested
|
|
99
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link UnauthorizedException} (client fault)
|
|
102
102
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -94,7 +94,7 @@ declare const DescribeScriptCommand_base: {
|
|
|
94
94
|
* values before retrying.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link NotFoundException} (client fault)
|
|
97
|
-
* <p>The requested
|
|
97
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link UnauthorizedException} (client fault)
|
|
100
100
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -91,7 +91,7 @@ declare const DescribeVpcPeeringConnectionsCommand_base: {
|
|
|
91
91
|
* values before retrying.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link NotFoundException} (client fault)
|
|
94
|
-
* <p>The requested
|
|
94
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link UnauthorizedException} (client fault)
|
|
97
97
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -112,7 +112,7 @@ declare const GetComputeAccessCommand_base: {
|
|
|
112
112
|
* values before retrying.</p>
|
|
113
113
|
*
|
|
114
114
|
* @throws {@link NotFoundException} (client fault)
|
|
115
|
-
* <p>The requested
|
|
115
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link UnauthorizedException} (client fault)
|
|
118
118
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -115,7 +115,7 @@ declare const GetComputeAuthTokenCommand_base: {
|
|
|
115
115
|
* values before retrying.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link NotFoundException} (client fault)
|
|
118
|
-
* <p>The requested
|
|
118
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
119
119
|
*
|
|
120
120
|
* @throws {@link UnauthorizedException} (client fault)
|
|
121
121
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -76,7 +76,7 @@ declare const GetGameSessionLogUrlCommand_base: {
|
|
|
76
76
|
* values before retrying.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link NotFoundException} (client fault)
|
|
79
|
-
* <p>The requested
|
|
79
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link UnauthorizedException} (client fault)
|
|
82
82
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -112,7 +112,7 @@ declare const GetInstanceAccessCommand_base: {
|
|
|
112
112
|
* values before retrying.</p>
|
|
113
113
|
*
|
|
114
114
|
* @throws {@link NotFoundException} (client fault)
|
|
115
|
-
* <p>The requested
|
|
115
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
116
116
|
*
|
|
117
117
|
* @throws {@link UnauthorizedException} (client fault)
|
|
118
118
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -99,7 +99,7 @@ declare const GetPlayerConnectionDetailsCommand_base: {
|
|
|
99
99
|
* Resolve the issue before retrying.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link NotFoundException} (client fault)
|
|
102
|
-
* <p>The requested
|
|
102
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
103
103
|
*
|
|
104
104
|
* @throws {@link UnauthorizedException} (client fault)
|
|
105
105
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -120,6 +120,11 @@ declare const ListContainerGroupDefinitionVersionsCommand_base: {
|
|
|
120
120
|
* // },
|
|
121
121
|
* // ResolvedImageDigest: "STRING_VALUE",
|
|
122
122
|
* // ServerSdkVersion: "STRING_VALUE",
|
|
123
|
+
* // LinuxCapabilities: { // LinuxCapabilities
|
|
124
|
+
* // Include: [ // LinuxCapabilityList
|
|
125
|
+
* // "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",
|
|
126
|
+
* // ],
|
|
127
|
+
* // },
|
|
123
128
|
* // },
|
|
124
129
|
* // SupportContainerDefinitions: [ // SupportContainerDefinitionList
|
|
125
130
|
* // { // SupportContainerDefinition
|
|
@@ -166,6 +171,11 @@ declare const ListContainerGroupDefinitionVersionsCommand_base: {
|
|
|
166
171
|
* // },
|
|
167
172
|
* // ResolvedImageDigest: "STRING_VALUE",
|
|
168
173
|
* // Vcpu: Number("double"),
|
|
174
|
+
* // LinuxCapabilities: {
|
|
175
|
+
* // Include: [
|
|
176
|
+
* // "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",
|
|
177
|
+
* // ],
|
|
178
|
+
* // },
|
|
169
179
|
* // },
|
|
170
180
|
* // ],
|
|
171
181
|
* // VersionNumber: Number("int"),
|
|
@@ -194,7 +204,7 @@ declare const ListContainerGroupDefinitionVersionsCommand_base: {
|
|
|
194
204
|
* values before retrying.</p>
|
|
195
205
|
*
|
|
196
206
|
* @throws {@link NotFoundException} (client fault)
|
|
197
|
-
* <p>The requested
|
|
207
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
198
208
|
*
|
|
199
209
|
* @throws {@link UnauthorizedException} (client fault)
|
|
200
210
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
@@ -113,6 +113,11 @@ declare const ListContainerGroupDefinitionsCommand_base: {
|
|
|
113
113
|
* // },
|
|
114
114
|
* // ResolvedImageDigest: "STRING_VALUE",
|
|
115
115
|
* // ServerSdkVersion: "STRING_VALUE",
|
|
116
|
+
* // LinuxCapabilities: { // LinuxCapabilities
|
|
117
|
+
* // Include: [ // LinuxCapabilityList
|
|
118
|
+
* // "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",
|
|
119
|
+
* // ],
|
|
120
|
+
* // },
|
|
116
121
|
* // },
|
|
117
122
|
* // SupportContainerDefinitions: [ // SupportContainerDefinitionList
|
|
118
123
|
* // { // SupportContainerDefinition
|
|
@@ -159,6 +164,11 @@ declare const ListContainerGroupDefinitionsCommand_base: {
|
|
|
159
164
|
* // },
|
|
160
165
|
* // ResolvedImageDigest: "STRING_VALUE",
|
|
161
166
|
* // Vcpu: Number("double"),
|
|
167
|
+
* // LinuxCapabilities: {
|
|
168
|
+
* // Include: [
|
|
169
|
+
* // "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",
|
|
170
|
+
* // ],
|
|
171
|
+
* // },
|
|
162
172
|
* // },
|
|
163
173
|
* // ],
|
|
164
174
|
* // VersionNumber: Number("int"),
|
|
@@ -106,7 +106,7 @@ declare const ListFleetDeploymentsCommand_base: {
|
|
|
106
106
|
* values before retrying.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link NotFoundException} (client fault)
|
|
109
|
-
* <p>The requested
|
|
109
|
+
* <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
|
|
110
110
|
*
|
|
111
111
|
* @throws {@link UnauthorizedException} (client fault)
|
|
112
112
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|