aws-sdk-lambdamicrovms 1.0.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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-lambdamicrovms/client.rb +2010 -0
- data/lib/aws-sdk-lambdamicrovms/client_api.rb +1102 -0
- data/lib/aws-sdk-lambdamicrovms/customizations.rb +0 -0
- data/lib/aws-sdk-lambdamicrovms/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-lambdamicrovms/endpoint_provider.rb +50 -0
- data/lib/aws-sdk-lambdamicrovms/endpoints.rb +20 -0
- data/lib/aws-sdk-lambdamicrovms/errors.rb +306 -0
- data/lib/aws-sdk-lambdamicrovms/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-lambdamicrovms/resource.rb +26 -0
- data/lib/aws-sdk-lambdamicrovms/types.rb +2431 -0
- data/lib/aws-sdk-lambdamicrovms.rb +61 -0
- data/sig/client.rbs +535 -0
- data/sig/errors.rbs +65 -0
- data/sig/params.rbs +44 -0
- data/sig/resource.rbs +85 -0
- data/sig/types.rbs +677 -0
- metadata +96 -0
|
@@ -0,0 +1,1102 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
|
4
|
+
#
|
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
|
+
#
|
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
module Aws::LambdaMicrovms
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
|
+
Architecture = Shapes::StringShape.new(name: 'Architecture')
|
|
19
|
+
AuthTokenKey = Shapes::StringShape.new(name: 'AuthTokenKey')
|
|
20
|
+
AuthTokenValue = Shapes::StringShape.new(name: 'AuthTokenValue')
|
|
21
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
22
|
+
BuildState = Shapes::StringShape.new(name: 'BuildState')
|
|
23
|
+
Capability = Shapes::StringShape.new(name: 'Capability')
|
|
24
|
+
CapabilityList = Shapes::ListShape.new(name: 'CapabilityList')
|
|
25
|
+
Chipset = Shapes::StringShape.new(name: 'Chipset')
|
|
26
|
+
CloudWatchLogging = Shapes::StructureShape.new(name: 'CloudWatchLogging')
|
|
27
|
+
CloudWatchLoggingLogGroupString = Shapes::StringShape.new(name: 'CloudWatchLoggingLogGroupString')
|
|
28
|
+
CloudWatchLoggingLogStreamString = Shapes::StringShape.new(name: 'CloudWatchLoggingLogStreamString')
|
|
29
|
+
CodeArtifact = Shapes::UnionShape.new(name: 'CodeArtifact')
|
|
30
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
31
|
+
CpuConfiguration = Shapes::StructureShape.new(name: 'CpuConfiguration')
|
|
32
|
+
CpuConfigurationList = Shapes::ListShape.new(name: 'CpuConfigurationList')
|
|
33
|
+
CreateMicrovmAuthTokenRequest = Shapes::StructureShape.new(name: 'CreateMicrovmAuthTokenRequest')
|
|
34
|
+
CreateMicrovmAuthTokenResponse = Shapes::StructureShape.new(name: 'CreateMicrovmAuthTokenResponse')
|
|
35
|
+
CreateMicrovmImageRequest = Shapes::StructureShape.new(name: 'CreateMicrovmImageRequest')
|
|
36
|
+
CreateMicrovmImageRequestClientTokenString = Shapes::StringShape.new(name: 'CreateMicrovmImageRequestClientTokenString')
|
|
37
|
+
CreateMicrovmImageRequestEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'CreateMicrovmImageRequestEgressNetworkConnectorsList')
|
|
38
|
+
CreateMicrovmImageResponse = Shapes::StructureShape.new(name: 'CreateMicrovmImageResponse')
|
|
39
|
+
CreateMicrovmImageResponseEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'CreateMicrovmImageResponseEgressNetworkConnectorsList')
|
|
40
|
+
CreateMicrovmShellAuthTokenRequest = Shapes::StructureShape.new(name: 'CreateMicrovmShellAuthTokenRequest')
|
|
41
|
+
CreateMicrovmShellAuthTokenResponse = Shapes::StructureShape.new(name: 'CreateMicrovmShellAuthTokenResponse')
|
|
42
|
+
DeleteMicrovmImageInput = Shapes::StructureShape.new(name: 'DeleteMicrovmImageInput')
|
|
43
|
+
DeleteMicrovmImageOutput = Shapes::StructureShape.new(name: 'DeleteMicrovmImageOutput')
|
|
44
|
+
DeleteMicrovmImageVersionInput = Shapes::StructureShape.new(name: 'DeleteMicrovmImageVersionInput')
|
|
45
|
+
DeleteMicrovmImageVersionOutput = Shapes::StructureShape.new(name: 'DeleteMicrovmImageVersionOutput')
|
|
46
|
+
EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
|
|
47
|
+
EnvironmentVariableMap = Shapes::MapShape.new(name: 'EnvironmentVariableMap')
|
|
48
|
+
EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
|
|
49
|
+
GetMicrovmImageBuildInput = Shapes::StructureShape.new(name: 'GetMicrovmImageBuildInput')
|
|
50
|
+
GetMicrovmImageBuildOutput = Shapes::StructureShape.new(name: 'GetMicrovmImageBuildOutput')
|
|
51
|
+
GetMicrovmImageInput = Shapes::StructureShape.new(name: 'GetMicrovmImageInput')
|
|
52
|
+
GetMicrovmImageOutput = Shapes::StructureShape.new(name: 'GetMicrovmImageOutput')
|
|
53
|
+
GetMicrovmImageVersionInput = Shapes::StructureShape.new(name: 'GetMicrovmImageVersionInput')
|
|
54
|
+
GetMicrovmImageVersionOutput = Shapes::StructureShape.new(name: 'GetMicrovmImageVersionOutput')
|
|
55
|
+
GetMicrovmImageVersionOutputEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'GetMicrovmImageVersionOutputEgressNetworkConnectorsList')
|
|
56
|
+
GetMicrovmRequest = Shapes::StructureShape.new(name: 'GetMicrovmRequest')
|
|
57
|
+
GetMicrovmResponse = Shapes::StructureShape.new(name: 'GetMicrovmResponse')
|
|
58
|
+
GetMicrovmResponseEndpointString = Shapes::StringShape.new(name: 'GetMicrovmResponseEndpointString')
|
|
59
|
+
HookState = Shapes::StringShape.new(name: 'HookState')
|
|
60
|
+
Hooks = Shapes::StructureShape.new(name: 'Hooks')
|
|
61
|
+
HooksPortInteger = Shapes::IntegerShape.new(name: 'HooksPortInteger')
|
|
62
|
+
IdlePolicy = Shapes::StructureShape.new(name: 'IdlePolicy')
|
|
63
|
+
IdlePolicyMaxIdleDurationSecondsInteger = Shapes::IntegerShape.new(name: 'IdlePolicyMaxIdleDurationSecondsInteger')
|
|
64
|
+
IdlePolicySuspendedDurationSecondsInteger = Shapes::IntegerShape.new(name: 'IdlePolicySuspendedDurationSecondsInteger')
|
|
65
|
+
ImageName = Shapes::StringShape.new(name: 'ImageName')
|
|
66
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
67
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
68
|
+
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
|
69
|
+
ListManagedMicrovmImageVersionsInput = Shapes::StructureShape.new(name: 'ListManagedMicrovmImageVersionsInput')
|
|
70
|
+
ListManagedMicrovmImageVersionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListManagedMicrovmImageVersionsInputMaxResultsInteger')
|
|
71
|
+
ListManagedMicrovmImageVersionsOutput = Shapes::StructureShape.new(name: 'ListManagedMicrovmImageVersionsOutput')
|
|
72
|
+
ListManagedMicrovmImagesInput = Shapes::StructureShape.new(name: 'ListManagedMicrovmImagesInput')
|
|
73
|
+
ListManagedMicrovmImagesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListManagedMicrovmImagesInputMaxResultsInteger')
|
|
74
|
+
ListManagedMicrovmImagesOutput = Shapes::StructureShape.new(name: 'ListManagedMicrovmImagesOutput')
|
|
75
|
+
ListMicrovmImageBuildsInput = Shapes::StructureShape.new(name: 'ListMicrovmImageBuildsInput')
|
|
76
|
+
ListMicrovmImageBuildsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMicrovmImageBuildsInputMaxResultsInteger')
|
|
77
|
+
ListMicrovmImageBuildsOutput = Shapes::StructureShape.new(name: 'ListMicrovmImageBuildsOutput')
|
|
78
|
+
ListMicrovmImageVersionsInput = Shapes::StructureShape.new(name: 'ListMicrovmImageVersionsInput')
|
|
79
|
+
ListMicrovmImageVersionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMicrovmImageVersionsInputMaxResultsInteger')
|
|
80
|
+
ListMicrovmImageVersionsOutput = Shapes::StructureShape.new(name: 'ListMicrovmImageVersionsOutput')
|
|
81
|
+
ListMicrovmImagesRequest = Shapes::StructureShape.new(name: 'ListMicrovmImagesRequest')
|
|
82
|
+
ListMicrovmImagesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMicrovmImagesRequestMaxResultsInteger')
|
|
83
|
+
ListMicrovmImagesResponse = Shapes::StructureShape.new(name: 'ListMicrovmImagesResponse')
|
|
84
|
+
ListMicrovmsRequest = Shapes::StructureShape.new(name: 'ListMicrovmsRequest')
|
|
85
|
+
ListMicrovmsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMicrovmsRequestMaxResultsInteger')
|
|
86
|
+
ListMicrovmsResponse = Shapes::StructureShape.new(name: 'ListMicrovmsResponse')
|
|
87
|
+
ListOfPortSpecification = Shapes::ListShape.new(name: 'ListOfPortSpecification')
|
|
88
|
+
ListTagsRequest = Shapes::StructureShape.new(name: 'ListTagsRequest')
|
|
89
|
+
ListTagsResponse = Shapes::StructureShape.new(name: 'ListTagsResponse')
|
|
90
|
+
Logging = Shapes::UnionShape.new(name: 'Logging')
|
|
91
|
+
LoggingDisabled = Shapes::StructureShape.new(name: 'LoggingDisabled')
|
|
92
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
93
|
+
ManagedMicrovmImageSummary = Shapes::StructureShape.new(name: 'ManagedMicrovmImageSummary')
|
|
94
|
+
ManagedMicrovmImageSummaryList = Shapes::ListShape.new(name: 'ManagedMicrovmImageSummaryList')
|
|
95
|
+
ManagedMicrovmImageVersion = Shapes::StructureShape.new(name: 'ManagedMicrovmImageVersion')
|
|
96
|
+
ManagedMicrovmImageVersionList = Shapes::ListShape.new(name: 'ManagedMicrovmImageVersionList')
|
|
97
|
+
MicrovmHooks = Shapes::StructureShape.new(name: 'MicrovmHooks')
|
|
98
|
+
MicrovmHooksResumeTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'MicrovmHooksResumeTimeoutInSecondsInteger')
|
|
99
|
+
MicrovmHooksRunTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'MicrovmHooksRunTimeoutInSecondsInteger')
|
|
100
|
+
MicrovmHooksSuspendTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'MicrovmHooksSuspendTimeoutInSecondsInteger')
|
|
101
|
+
MicrovmHooksTerminateTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'MicrovmHooksTerminateTimeoutInSecondsInteger')
|
|
102
|
+
MicrovmIdentifier = Shapes::StringShape.new(name: 'MicrovmIdentifier')
|
|
103
|
+
MicrovmImageArn = Shapes::StringShape.new(name: 'MicrovmImageArn')
|
|
104
|
+
MicrovmImageBuildSummaries = Shapes::ListShape.new(name: 'MicrovmImageBuildSummaries')
|
|
105
|
+
MicrovmImageBuildSummary = Shapes::StructureShape.new(name: 'MicrovmImageBuildSummary')
|
|
106
|
+
MicrovmImageHooks = Shapes::StructureShape.new(name: 'MicrovmImageHooks')
|
|
107
|
+
MicrovmImageHooksReadyTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'MicrovmImageHooksReadyTimeoutInSecondsInteger')
|
|
108
|
+
MicrovmImageHooksValidateTimeoutInSecondsInteger = Shapes::IntegerShape.new(name: 'MicrovmImageHooksValidateTimeoutInSecondsInteger')
|
|
109
|
+
MicrovmImageIdentifier = Shapes::StringShape.new(name: 'MicrovmImageIdentifier')
|
|
110
|
+
MicrovmImageState = Shapes::StringShape.new(name: 'MicrovmImageState')
|
|
111
|
+
MicrovmImageSummaries = Shapes::ListShape.new(name: 'MicrovmImageSummaries')
|
|
112
|
+
MicrovmImageSummary = Shapes::StructureShape.new(name: 'MicrovmImageSummary')
|
|
113
|
+
MicrovmImageVersionState = Shapes::StringShape.new(name: 'MicrovmImageVersionState')
|
|
114
|
+
MicrovmImageVersionStatus = Shapes::StringShape.new(name: 'MicrovmImageVersionStatus')
|
|
115
|
+
MicrovmImageVersionSummary = Shapes::StructureShape.new(name: 'MicrovmImageVersionSummary')
|
|
116
|
+
MicrovmImageVersionSummaryEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'MicrovmImageVersionSummaryEgressNetworkConnectorsList')
|
|
117
|
+
MicrovmImageVersionSummaryList = Shapes::ListShape.new(name: 'MicrovmImageVersionSummaryList')
|
|
118
|
+
MicrovmItem = Shapes::StructureShape.new(name: 'MicrovmItem')
|
|
119
|
+
MicrovmItemList = Shapes::ListShape.new(name: 'MicrovmItemList')
|
|
120
|
+
MicrovmState = Shapes::StringShape.new(name: 'MicrovmState')
|
|
121
|
+
NetworkConnector = Shapes::StringShape.new(name: 'NetworkConnector')
|
|
122
|
+
NetworkConnectorList = Shapes::ListShape.new(name: 'NetworkConnectorList')
|
|
123
|
+
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
|
124
|
+
PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
|
|
125
|
+
PortRange = Shapes::StructureShape.new(name: 'PortRange')
|
|
126
|
+
PortSpecification = Shapes::UnionShape.new(name: 'PortSpecification')
|
|
127
|
+
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
|
128
|
+
ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
|
|
129
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
130
|
+
Resources = Shapes::StructureShape.new(name: 'Resources')
|
|
131
|
+
ResourcesList = Shapes::ListShape.new(name: 'ResourcesList')
|
|
132
|
+
ResumeMicrovmRequest = Shapes::StructureShape.new(name: 'ResumeMicrovmRequest')
|
|
133
|
+
ResumeMicrovmResponse = Shapes::StructureShape.new(name: 'ResumeMicrovmResponse')
|
|
134
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
135
|
+
RunMicrovmRequest = Shapes::StructureShape.new(name: 'RunMicrovmRequest')
|
|
136
|
+
RunMicrovmRequestClientTokenString = Shapes::StringShape.new(name: 'RunMicrovmRequestClientTokenString')
|
|
137
|
+
RunMicrovmRequestMaximumDurationInSecondsInteger = Shapes::IntegerShape.new(name: 'RunMicrovmRequestMaximumDurationInSecondsInteger')
|
|
138
|
+
RunMicrovmRequestRunHookPayloadString = Shapes::StringShape.new(name: 'RunMicrovmRequestRunHookPayloadString')
|
|
139
|
+
RunMicrovmResponse = Shapes::StructureShape.new(name: 'RunMicrovmResponse')
|
|
140
|
+
RunMicrovmResponseEndpointString = Shapes::StringShape.new(name: 'RunMicrovmResponseEndpointString')
|
|
141
|
+
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
|
142
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
143
|
+
SnapshotBuild = Shapes::StructureShape.new(name: 'SnapshotBuild')
|
|
144
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
145
|
+
SuspendMicrovmRequest = Shapes::StructureShape.new(name: 'SuspendMicrovmRequest')
|
|
146
|
+
SuspendMicrovmResponse = Shapes::StructureShape.new(name: 'SuspendMicrovmResponse')
|
|
147
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
148
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
149
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
150
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
151
|
+
TaggableResource = Shapes::StringShape.new(name: 'TaggableResource')
|
|
152
|
+
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
153
|
+
TerminateMicrovmRequest = Shapes::StructureShape.new(name: 'TerminateMicrovmRequest')
|
|
154
|
+
TerminateMicrovmResponse = Shapes::StructureShape.new(name: 'TerminateMicrovmResponse')
|
|
155
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
156
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
157
|
+
TokenParts = Shapes::MapShape.new(name: 'TokenParts')
|
|
158
|
+
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
|
159
|
+
Unit = Shapes::StructureShape.new(name: 'Unit')
|
|
160
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
161
|
+
UpdateMicrovmImageRequest = Shapes::StructureShape.new(name: 'UpdateMicrovmImageRequest')
|
|
162
|
+
UpdateMicrovmImageRequestClientTokenString = Shapes::StringShape.new(name: 'UpdateMicrovmImageRequestClientTokenString')
|
|
163
|
+
UpdateMicrovmImageRequestEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'UpdateMicrovmImageRequestEgressNetworkConnectorsList')
|
|
164
|
+
UpdateMicrovmImageResponse = Shapes::StructureShape.new(name: 'UpdateMicrovmImageResponse')
|
|
165
|
+
UpdateMicrovmImageResponseEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'UpdateMicrovmImageResponseEgressNetworkConnectorsList')
|
|
166
|
+
UpdateMicrovmImageVersionRequest = Shapes::StructureShape.new(name: 'UpdateMicrovmImageVersionRequest')
|
|
167
|
+
UpdateMicrovmImageVersionResponse = Shapes::StructureShape.new(name: 'UpdateMicrovmImageVersionResponse')
|
|
168
|
+
UpdateMicrovmImageVersionResponseEgressNetworkConnectorsList = Shapes::ListShape.new(name: 'UpdateMicrovmImageVersionResponseEgressNetworkConnectorsList')
|
|
169
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
170
|
+
Version = Shapes::StringShape.new(name: 'Version')
|
|
171
|
+
|
|
172
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
173
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
174
|
+
|
|
175
|
+
CapabilityList.member = Shapes::ShapeRef.new(shape: Capability)
|
|
176
|
+
|
|
177
|
+
CloudWatchLogging.add_member(:log_group, Shapes::ShapeRef.new(shape: CloudWatchLoggingLogGroupString, location_name: "logGroup"))
|
|
178
|
+
CloudWatchLogging.add_member(:log_stream, Shapes::ShapeRef.new(shape: CloudWatchLoggingLogStreamString, location_name: "logStream"))
|
|
179
|
+
CloudWatchLogging.struct_class = Types::CloudWatchLogging
|
|
180
|
+
|
|
181
|
+
CodeArtifact.add_member(:uri, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "uri"))
|
|
182
|
+
CodeArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
183
|
+
CodeArtifact.add_member_subclass(:uri, Types::CodeArtifact::Uri)
|
|
184
|
+
CodeArtifact.add_member_subclass(:unknown, Types::CodeArtifact::Unknown)
|
|
185
|
+
CodeArtifact.struct_class = Types::CodeArtifact
|
|
186
|
+
|
|
187
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
188
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
189
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
190
|
+
ConflictException.struct_class = Types::ConflictException
|
|
191
|
+
|
|
192
|
+
CpuConfiguration.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, required: true, location_name: "architecture"))
|
|
193
|
+
CpuConfiguration.struct_class = Types::CpuConfiguration
|
|
194
|
+
|
|
195
|
+
CpuConfigurationList.member = Shapes::ShapeRef.new(shape: CpuConfiguration)
|
|
196
|
+
|
|
197
|
+
CreateMicrovmAuthTokenRequest.add_member(:microvm_identifier, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location: "uri", location_name: "microvmIdentifier"))
|
|
198
|
+
CreateMicrovmAuthTokenRequest.add_member(:expiration_in_minutes, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "expirationInMinutes"))
|
|
199
|
+
CreateMicrovmAuthTokenRequest.add_member(:allowed_ports, Shapes::ShapeRef.new(shape: ListOfPortSpecification, required: true, location_name: "allowedPorts"))
|
|
200
|
+
CreateMicrovmAuthTokenRequest.struct_class = Types::CreateMicrovmAuthTokenRequest
|
|
201
|
+
|
|
202
|
+
CreateMicrovmAuthTokenResponse.add_member(:auth_token, Shapes::ShapeRef.new(shape: TokenParts, required: true, location_name: "authToken"))
|
|
203
|
+
CreateMicrovmAuthTokenResponse.struct_class = Types::CreateMicrovmAuthTokenResponse
|
|
204
|
+
|
|
205
|
+
CreateMicrovmImageRequest.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
206
|
+
CreateMicrovmImageRequest.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
207
|
+
CreateMicrovmImageRequest.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
208
|
+
CreateMicrovmImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
209
|
+
CreateMicrovmImageRequest.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
210
|
+
CreateMicrovmImageRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
211
|
+
CreateMicrovmImageRequest.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: CreateMicrovmImageRequestEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
212
|
+
CreateMicrovmImageRequest.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
213
|
+
CreateMicrovmImageRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
214
|
+
CreateMicrovmImageRequest.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
215
|
+
CreateMicrovmImageRequest.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
216
|
+
CreateMicrovmImageRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
217
|
+
CreateMicrovmImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "name"))
|
|
218
|
+
CreateMicrovmImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
219
|
+
CreateMicrovmImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateMicrovmImageRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
220
|
+
CreateMicrovmImageRequest.struct_class = Types::CreateMicrovmImageRequest
|
|
221
|
+
|
|
222
|
+
CreateMicrovmImageRequestEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
223
|
+
|
|
224
|
+
CreateMicrovmImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
225
|
+
CreateMicrovmImageResponse.add_member(:name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "name"))
|
|
226
|
+
CreateMicrovmImageResponse.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageState, required: true, location_name: "state"))
|
|
227
|
+
CreateMicrovmImageResponse.add_member(:latest_active_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestActiveImageVersion"))
|
|
228
|
+
CreateMicrovmImageResponse.add_member(:latest_failed_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestFailedImageVersion"))
|
|
229
|
+
CreateMicrovmImageResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
230
|
+
CreateMicrovmImageResponse.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
231
|
+
CreateMicrovmImageResponse.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
232
|
+
CreateMicrovmImageResponse.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
233
|
+
CreateMicrovmImageResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
234
|
+
CreateMicrovmImageResponse.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
235
|
+
CreateMicrovmImageResponse.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
236
|
+
CreateMicrovmImageResponse.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: CreateMicrovmImageResponseEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
237
|
+
CreateMicrovmImageResponse.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
238
|
+
CreateMicrovmImageResponse.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
239
|
+
CreateMicrovmImageResponse.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
240
|
+
CreateMicrovmImageResponse.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
241
|
+
CreateMicrovmImageResponse.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
242
|
+
CreateMicrovmImageResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
243
|
+
CreateMicrovmImageResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
244
|
+
CreateMicrovmImageResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
245
|
+
CreateMicrovmImageResponse.struct_class = Types::CreateMicrovmImageResponse
|
|
246
|
+
|
|
247
|
+
CreateMicrovmImageResponseEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
248
|
+
|
|
249
|
+
CreateMicrovmShellAuthTokenRequest.add_member(:microvm_identifier, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location: "uri", location_name: "microvmIdentifier"))
|
|
250
|
+
CreateMicrovmShellAuthTokenRequest.add_member(:expiration_in_minutes, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "expirationInMinutes"))
|
|
251
|
+
CreateMicrovmShellAuthTokenRequest.struct_class = Types::CreateMicrovmShellAuthTokenRequest
|
|
252
|
+
|
|
253
|
+
CreateMicrovmShellAuthTokenResponse.add_member(:auth_token, Shapes::ShapeRef.new(shape: TokenParts, required: true, location_name: "authToken"))
|
|
254
|
+
CreateMicrovmShellAuthTokenResponse.struct_class = Types::CreateMicrovmShellAuthTokenResponse
|
|
255
|
+
|
|
256
|
+
DeleteMicrovmImageInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
257
|
+
DeleteMicrovmImageInput.struct_class = Types::DeleteMicrovmImageInput
|
|
258
|
+
|
|
259
|
+
DeleteMicrovmImageOutput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location_name: "imageIdentifier"))
|
|
260
|
+
DeleteMicrovmImageOutput.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageState, required: true, location_name: "state"))
|
|
261
|
+
DeleteMicrovmImageOutput.struct_class = Types::DeleteMicrovmImageOutput
|
|
262
|
+
|
|
263
|
+
DeleteMicrovmImageVersionInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
264
|
+
DeleteMicrovmImageVersionInput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location: "uri", location_name: "imageVersion"))
|
|
265
|
+
DeleteMicrovmImageVersionInput.struct_class = Types::DeleteMicrovmImageVersionInput
|
|
266
|
+
|
|
267
|
+
DeleteMicrovmImageVersionOutput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location_name: "imageIdentifier"))
|
|
268
|
+
DeleteMicrovmImageVersionOutput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
269
|
+
DeleteMicrovmImageVersionOutput.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageVersionState, required: true, location_name: "state"))
|
|
270
|
+
DeleteMicrovmImageVersionOutput.struct_class = Types::DeleteMicrovmImageVersionOutput
|
|
271
|
+
|
|
272
|
+
EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
|
|
273
|
+
EnvironmentVariableMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
|
|
274
|
+
|
|
275
|
+
GetMicrovmImageBuildInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
276
|
+
GetMicrovmImageBuildInput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location: "uri", location_name: "imageVersion"))
|
|
277
|
+
GetMicrovmImageBuildInput.add_member(:build_id, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location: "uri", location_name: "buildId"))
|
|
278
|
+
GetMicrovmImageBuildInput.struct_class = Types::GetMicrovmImageBuildInput
|
|
279
|
+
|
|
280
|
+
GetMicrovmImageBuildOutput.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
281
|
+
GetMicrovmImageBuildOutput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
282
|
+
GetMicrovmImageBuildOutput.add_member(:build_id, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "buildId"))
|
|
283
|
+
GetMicrovmImageBuildOutput.add_member(:build_state, Shapes::ShapeRef.new(shape: BuildState, required: true, location_name: "buildState"))
|
|
284
|
+
GetMicrovmImageBuildOutput.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, required: true, location_name: "architecture"))
|
|
285
|
+
GetMicrovmImageBuildOutput.add_member(:chipset, Shapes::ShapeRef.new(shape: Chipset, required: true, location_name: "chipset"))
|
|
286
|
+
GetMicrovmImageBuildOutput.add_member(:chipset_generation, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "chipsetGeneration"))
|
|
287
|
+
GetMicrovmImageBuildOutput.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
|
|
288
|
+
GetMicrovmImageBuildOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
289
|
+
GetMicrovmImageBuildOutput.add_member(:snapshot_build, Shapes::ShapeRef.new(shape: SnapshotBuild, location_name: "snapshotBuild"))
|
|
290
|
+
GetMicrovmImageBuildOutput.struct_class = Types::GetMicrovmImageBuildOutput
|
|
291
|
+
|
|
292
|
+
GetMicrovmImageInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
293
|
+
GetMicrovmImageInput.struct_class = Types::GetMicrovmImageInput
|
|
294
|
+
|
|
295
|
+
GetMicrovmImageOutput.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
296
|
+
GetMicrovmImageOutput.add_member(:name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "name"))
|
|
297
|
+
GetMicrovmImageOutput.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageState, required: true, location_name: "state"))
|
|
298
|
+
GetMicrovmImageOutput.add_member(:latest_active_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestActiveImageVersion"))
|
|
299
|
+
GetMicrovmImageOutput.add_member(:latest_failed_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestFailedImageVersion"))
|
|
300
|
+
GetMicrovmImageOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
301
|
+
GetMicrovmImageOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
302
|
+
GetMicrovmImageOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
303
|
+
GetMicrovmImageOutput.struct_class = Types::GetMicrovmImageOutput
|
|
304
|
+
|
|
305
|
+
GetMicrovmImageVersionInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
306
|
+
GetMicrovmImageVersionInput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location: "uri", location_name: "imageVersion"))
|
|
307
|
+
GetMicrovmImageVersionInput.struct_class = Types::GetMicrovmImageVersionInput
|
|
308
|
+
|
|
309
|
+
GetMicrovmImageVersionOutput.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
310
|
+
GetMicrovmImageVersionOutput.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
311
|
+
GetMicrovmImageVersionOutput.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
312
|
+
GetMicrovmImageVersionOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
313
|
+
GetMicrovmImageVersionOutput.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
314
|
+
GetMicrovmImageVersionOutput.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
315
|
+
GetMicrovmImageVersionOutput.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: GetMicrovmImageVersionOutputEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
316
|
+
GetMicrovmImageVersionOutput.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
317
|
+
GetMicrovmImageVersionOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
318
|
+
GetMicrovmImageVersionOutput.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
319
|
+
GetMicrovmImageVersionOutput.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
320
|
+
GetMicrovmImageVersionOutput.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
321
|
+
GetMicrovmImageVersionOutput.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
322
|
+
GetMicrovmImageVersionOutput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
323
|
+
GetMicrovmImageVersionOutput.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageVersionState, required: true, location_name: "state"))
|
|
324
|
+
GetMicrovmImageVersionOutput.add_member(:status, Shapes::ShapeRef.new(shape: MicrovmImageVersionStatus, required: true, location_name: "status"))
|
|
325
|
+
GetMicrovmImageVersionOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
326
|
+
GetMicrovmImageVersionOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
327
|
+
GetMicrovmImageVersionOutput.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
|
|
328
|
+
GetMicrovmImageVersionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
329
|
+
GetMicrovmImageVersionOutput.struct_class = Types::GetMicrovmImageVersionOutput
|
|
330
|
+
|
|
331
|
+
GetMicrovmImageVersionOutputEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
332
|
+
|
|
333
|
+
GetMicrovmRequest.add_member(:microvm_identifier, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location: "uri", location_name: "microvmIdentifier"))
|
|
334
|
+
GetMicrovmRequest.struct_class = Types::GetMicrovmRequest
|
|
335
|
+
|
|
336
|
+
GetMicrovmResponse.add_member(:microvm_id, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location_name: "microvmId"))
|
|
337
|
+
GetMicrovmResponse.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmState, required: true, location_name: "state"))
|
|
338
|
+
GetMicrovmResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: GetMicrovmResponseEndpointString, required: true, location_name: "endpoint"))
|
|
339
|
+
GetMicrovmResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: MicrovmImageArn, required: true, location_name: "imageArn"))
|
|
340
|
+
GetMicrovmResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "imageVersion"))
|
|
341
|
+
GetMicrovmResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
|
|
342
|
+
GetMicrovmResponse.add_member(:idle_policy, Shapes::ShapeRef.new(shape: IdlePolicy, location_name: "idlePolicy"))
|
|
343
|
+
GetMicrovmResponse.add_member(:maximum_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "maximumDurationInSeconds"))
|
|
344
|
+
GetMicrovmResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startedAt"))
|
|
345
|
+
GetMicrovmResponse.add_member(:terminated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "terminatedAt"))
|
|
346
|
+
GetMicrovmResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "stateReason"))
|
|
347
|
+
GetMicrovmResponse.add_member(:ingress_network_connectors, Shapes::ShapeRef.new(shape: NetworkConnectorList, location_name: "ingressNetworkConnectors"))
|
|
348
|
+
GetMicrovmResponse.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: NetworkConnectorList, location_name: "egressNetworkConnectors"))
|
|
349
|
+
GetMicrovmResponse.struct_class = Types::GetMicrovmResponse
|
|
350
|
+
|
|
351
|
+
Hooks.add_member(:port, Shapes::ShapeRef.new(shape: HooksPortInteger, location_name: "port"))
|
|
352
|
+
Hooks.add_member(:microvm_hooks, Shapes::ShapeRef.new(shape: MicrovmHooks, location_name: "microvmHooks"))
|
|
353
|
+
Hooks.add_member(:microvm_image_hooks, Shapes::ShapeRef.new(shape: MicrovmImageHooks, location_name: "microvmImageHooks"))
|
|
354
|
+
Hooks.struct_class = Types::Hooks
|
|
355
|
+
|
|
356
|
+
IdlePolicy.add_member(:max_idle_duration_seconds, Shapes::ShapeRef.new(shape: IdlePolicyMaxIdleDurationSecondsInteger, required: true, location_name: "maxIdleDurationSeconds"))
|
|
357
|
+
IdlePolicy.add_member(:suspended_duration_seconds, Shapes::ShapeRef.new(shape: IdlePolicySuspendedDurationSecondsInteger, required: true, location_name: "suspendedDurationSeconds"))
|
|
358
|
+
IdlePolicy.add_member(:auto_resume_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "autoResumeEnabled"))
|
|
359
|
+
IdlePolicy.struct_class = Types::IdlePolicy
|
|
360
|
+
|
|
361
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
362
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
|
363
|
+
InternalServerException.struct_class = Types::InternalServerException
|
|
364
|
+
|
|
365
|
+
InvalidParameterValueException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
366
|
+
InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
367
|
+
InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
|
|
368
|
+
|
|
369
|
+
ListManagedMicrovmImageVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListManagedMicrovmImageVersionsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
370
|
+
ListManagedMicrovmImageVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
371
|
+
ListManagedMicrovmImageVersionsInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
372
|
+
ListManagedMicrovmImageVersionsInput.struct_class = Types::ListManagedMicrovmImageVersionsInput
|
|
373
|
+
|
|
374
|
+
ListManagedMicrovmImageVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
375
|
+
ListManagedMicrovmImageVersionsOutput.add_member(:items, Shapes::ShapeRef.new(shape: ManagedMicrovmImageVersionList, required: true, location_name: "items"))
|
|
376
|
+
ListManagedMicrovmImageVersionsOutput.struct_class = Types::ListManagedMicrovmImageVersionsOutput
|
|
377
|
+
|
|
378
|
+
ListManagedMicrovmImagesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListManagedMicrovmImagesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
379
|
+
ListManagedMicrovmImagesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
380
|
+
ListManagedMicrovmImagesInput.struct_class = Types::ListManagedMicrovmImagesInput
|
|
381
|
+
|
|
382
|
+
ListManagedMicrovmImagesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
383
|
+
ListManagedMicrovmImagesOutput.add_member(:items, Shapes::ShapeRef.new(shape: ManagedMicrovmImageSummaryList, required: true, location_name: "items"))
|
|
384
|
+
ListManagedMicrovmImagesOutput.struct_class = Types::ListManagedMicrovmImagesOutput
|
|
385
|
+
|
|
386
|
+
ListMicrovmImageBuildsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMicrovmImageBuildsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
387
|
+
ListMicrovmImageBuildsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
388
|
+
ListMicrovmImageBuildsInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
389
|
+
ListMicrovmImageBuildsInput.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location: "uri", location_name: "imageVersion"))
|
|
390
|
+
ListMicrovmImageBuildsInput.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "architecture"))
|
|
391
|
+
ListMicrovmImageBuildsInput.add_member(:chipset, Shapes::ShapeRef.new(shape: Chipset, location: "querystring", location_name: "chipset"))
|
|
392
|
+
ListMicrovmImageBuildsInput.add_member(:chipset_generation, Shapes::ShapeRef.new(shape: NonBlankString, location: "querystring", location_name: "chipsetGeneration"))
|
|
393
|
+
ListMicrovmImageBuildsInput.struct_class = Types::ListMicrovmImageBuildsInput
|
|
394
|
+
|
|
395
|
+
ListMicrovmImageBuildsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
396
|
+
ListMicrovmImageBuildsOutput.add_member(:items, Shapes::ShapeRef.new(shape: MicrovmImageBuildSummaries, required: true, location_name: "items"))
|
|
397
|
+
ListMicrovmImageBuildsOutput.struct_class = Types::ListMicrovmImageBuildsOutput
|
|
398
|
+
|
|
399
|
+
ListMicrovmImageVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMicrovmImageVersionsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
400
|
+
ListMicrovmImageVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
401
|
+
ListMicrovmImageVersionsInput.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
402
|
+
ListMicrovmImageVersionsInput.struct_class = Types::ListMicrovmImageVersionsInput
|
|
403
|
+
|
|
404
|
+
ListMicrovmImageVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
405
|
+
ListMicrovmImageVersionsOutput.add_member(:items, Shapes::ShapeRef.new(shape: MicrovmImageVersionSummaryList, required: true, location_name: "items"))
|
|
406
|
+
ListMicrovmImageVersionsOutput.struct_class = Types::ListMicrovmImageVersionsOutput
|
|
407
|
+
|
|
408
|
+
ListMicrovmImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMicrovmImagesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
409
|
+
ListMicrovmImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
410
|
+
ListMicrovmImagesRequest.add_member(:name_filter, Shapes::ShapeRef.new(shape: NonBlankString, location: "querystring", location_name: "nameFilter"))
|
|
411
|
+
ListMicrovmImagesRequest.struct_class = Types::ListMicrovmImagesRequest
|
|
412
|
+
|
|
413
|
+
ListMicrovmImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
414
|
+
ListMicrovmImagesResponse.add_member(:items, Shapes::ShapeRef.new(shape: MicrovmImageSummaries, required: true, location_name: "items"))
|
|
415
|
+
ListMicrovmImagesResponse.struct_class = Types::ListMicrovmImagesResponse
|
|
416
|
+
|
|
417
|
+
ListMicrovmsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMicrovmsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
418
|
+
ListMicrovmsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
419
|
+
ListMicrovmsRequest.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, location: "querystring", location_name: "imageIdentifier"))
|
|
420
|
+
ListMicrovmsRequest.add_member(:image_version, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "imageVersion"))
|
|
421
|
+
ListMicrovmsRequest.struct_class = Types::ListMicrovmsRequest
|
|
422
|
+
|
|
423
|
+
ListMicrovmsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
424
|
+
ListMicrovmsResponse.add_member(:items, Shapes::ShapeRef.new(shape: MicrovmItemList, required: true, location_name: "items"))
|
|
425
|
+
ListMicrovmsResponse.struct_class = Types::ListMicrovmsResponse
|
|
426
|
+
|
|
427
|
+
ListOfPortSpecification.member = Shapes::ShapeRef.new(shape: PortSpecification)
|
|
428
|
+
|
|
429
|
+
ListTagsRequest.add_member(:resource, Shapes::ShapeRef.new(shape: TaggableResource, required: true, location: "uri", location_name: "Resource"))
|
|
430
|
+
ListTagsRequest.struct_class = Types::ListTagsRequest
|
|
431
|
+
|
|
432
|
+
ListTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
433
|
+
ListTagsResponse.struct_class = Types::ListTagsResponse
|
|
434
|
+
|
|
435
|
+
Logging.add_member(:disabled, Shapes::ShapeRef.new(shape: LoggingDisabled, location_name: "disabled"))
|
|
436
|
+
Logging.add_member(:cloud_watch, Shapes::ShapeRef.new(shape: CloudWatchLogging, location_name: "cloudWatch"))
|
|
437
|
+
Logging.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
438
|
+
Logging.add_member_subclass(:disabled, Types::Logging::Disabled)
|
|
439
|
+
Logging.add_member_subclass(:cloud_watch, Types::Logging::CloudWatch)
|
|
440
|
+
Logging.add_member_subclass(:unknown, Types::Logging::Unknown)
|
|
441
|
+
Logging.struct_class = Types::Logging
|
|
442
|
+
|
|
443
|
+
LoggingDisabled.struct_class = Types::LoggingDisabled
|
|
444
|
+
|
|
445
|
+
ManagedMicrovmImageSummary.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
446
|
+
ManagedMicrovmImageSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
447
|
+
ManagedMicrovmImageSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
448
|
+
ManagedMicrovmImageSummary.struct_class = Types::ManagedMicrovmImageSummary
|
|
449
|
+
|
|
450
|
+
ManagedMicrovmImageSummaryList.member = Shapes::ShapeRef.new(shape: ManagedMicrovmImageSummary)
|
|
451
|
+
|
|
452
|
+
ManagedMicrovmImageVersion.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
453
|
+
ManagedMicrovmImageVersion.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
454
|
+
ManagedMicrovmImageVersion.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
455
|
+
ManagedMicrovmImageVersion.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
456
|
+
ManagedMicrovmImageVersion.struct_class = Types::ManagedMicrovmImageVersion
|
|
457
|
+
|
|
458
|
+
ManagedMicrovmImageVersionList.member = Shapes::ShapeRef.new(shape: ManagedMicrovmImageVersion)
|
|
459
|
+
|
|
460
|
+
MicrovmHooks.add_member(:run, Shapes::ShapeRef.new(shape: HookState, location_name: "run"))
|
|
461
|
+
MicrovmHooks.add_member(:run_timeout_in_seconds, Shapes::ShapeRef.new(shape: MicrovmHooksRunTimeoutInSecondsInteger, location_name: "runTimeoutInSeconds"))
|
|
462
|
+
MicrovmHooks.add_member(:resume, Shapes::ShapeRef.new(shape: HookState, location_name: "resume"))
|
|
463
|
+
MicrovmHooks.add_member(:resume_timeout_in_seconds, Shapes::ShapeRef.new(shape: MicrovmHooksResumeTimeoutInSecondsInteger, location_name: "resumeTimeoutInSeconds"))
|
|
464
|
+
MicrovmHooks.add_member(:suspend, Shapes::ShapeRef.new(shape: HookState, location_name: "suspend"))
|
|
465
|
+
MicrovmHooks.add_member(:suspend_timeout_in_seconds, Shapes::ShapeRef.new(shape: MicrovmHooksSuspendTimeoutInSecondsInteger, location_name: "suspendTimeoutInSeconds"))
|
|
466
|
+
MicrovmHooks.add_member(:terminate, Shapes::ShapeRef.new(shape: HookState, location_name: "terminate"))
|
|
467
|
+
MicrovmHooks.add_member(:terminate_timeout_in_seconds, Shapes::ShapeRef.new(shape: MicrovmHooksTerminateTimeoutInSecondsInteger, location_name: "terminateTimeoutInSeconds"))
|
|
468
|
+
MicrovmHooks.struct_class = Types::MicrovmHooks
|
|
469
|
+
|
|
470
|
+
MicrovmImageBuildSummaries.member = Shapes::ShapeRef.new(shape: MicrovmImageBuildSummary)
|
|
471
|
+
|
|
472
|
+
MicrovmImageBuildSummary.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
473
|
+
MicrovmImageBuildSummary.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
474
|
+
MicrovmImageBuildSummary.add_member(:build_id, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "buildId"))
|
|
475
|
+
MicrovmImageBuildSummary.add_member(:build_state, Shapes::ShapeRef.new(shape: BuildState, required: true, location_name: "buildState"))
|
|
476
|
+
MicrovmImageBuildSummary.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, required: true, location_name: "architecture"))
|
|
477
|
+
MicrovmImageBuildSummary.add_member(:chipset, Shapes::ShapeRef.new(shape: Chipset, required: true, location_name: "chipset"))
|
|
478
|
+
MicrovmImageBuildSummary.add_member(:chipset_generation, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "chipsetGeneration"))
|
|
479
|
+
MicrovmImageBuildSummary.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
|
|
480
|
+
MicrovmImageBuildSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
481
|
+
MicrovmImageBuildSummary.struct_class = Types::MicrovmImageBuildSummary
|
|
482
|
+
|
|
483
|
+
MicrovmImageHooks.add_member(:ready, Shapes::ShapeRef.new(shape: HookState, location_name: "ready"))
|
|
484
|
+
MicrovmImageHooks.add_member(:ready_timeout_in_seconds, Shapes::ShapeRef.new(shape: MicrovmImageHooksReadyTimeoutInSecondsInteger, location_name: "readyTimeoutInSeconds"))
|
|
485
|
+
MicrovmImageHooks.add_member(:validate, Shapes::ShapeRef.new(shape: HookState, location_name: "validate"))
|
|
486
|
+
MicrovmImageHooks.add_member(:validate_timeout_in_seconds, Shapes::ShapeRef.new(shape: MicrovmImageHooksValidateTimeoutInSecondsInteger, location_name: "validateTimeoutInSeconds"))
|
|
487
|
+
MicrovmImageHooks.struct_class = Types::MicrovmImageHooks
|
|
488
|
+
|
|
489
|
+
MicrovmImageSummaries.member = Shapes::ShapeRef.new(shape: MicrovmImageSummary)
|
|
490
|
+
|
|
491
|
+
MicrovmImageSummary.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
492
|
+
MicrovmImageSummary.add_member(:name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "name"))
|
|
493
|
+
MicrovmImageSummary.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageState, required: true, location_name: "state"))
|
|
494
|
+
MicrovmImageSummary.add_member(:latest_active_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestActiveImageVersion"))
|
|
495
|
+
MicrovmImageSummary.add_member(:latest_failed_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestFailedImageVersion"))
|
|
496
|
+
MicrovmImageSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
497
|
+
MicrovmImageSummary.struct_class = Types::MicrovmImageSummary
|
|
498
|
+
|
|
499
|
+
MicrovmImageVersionSummary.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
500
|
+
MicrovmImageVersionSummary.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
501
|
+
MicrovmImageVersionSummary.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
502
|
+
MicrovmImageVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
503
|
+
MicrovmImageVersionSummary.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
504
|
+
MicrovmImageVersionSummary.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
505
|
+
MicrovmImageVersionSummary.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: MicrovmImageVersionSummaryEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
506
|
+
MicrovmImageVersionSummary.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
507
|
+
MicrovmImageVersionSummary.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
508
|
+
MicrovmImageVersionSummary.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
509
|
+
MicrovmImageVersionSummary.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
510
|
+
MicrovmImageVersionSummary.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
511
|
+
MicrovmImageVersionSummary.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
512
|
+
MicrovmImageVersionSummary.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
513
|
+
MicrovmImageVersionSummary.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageVersionState, required: true, location_name: "state"))
|
|
514
|
+
MicrovmImageVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: MicrovmImageVersionStatus, required: true, location_name: "status"))
|
|
515
|
+
MicrovmImageVersionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
516
|
+
MicrovmImageVersionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
517
|
+
MicrovmImageVersionSummary.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
|
|
518
|
+
MicrovmImageVersionSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
519
|
+
MicrovmImageVersionSummary.struct_class = Types::MicrovmImageVersionSummary
|
|
520
|
+
|
|
521
|
+
MicrovmImageVersionSummaryEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
522
|
+
|
|
523
|
+
MicrovmImageVersionSummaryList.member = Shapes::ShapeRef.new(shape: MicrovmImageVersionSummary)
|
|
524
|
+
|
|
525
|
+
MicrovmItem.add_member(:microvm_id, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location_name: "microvmId"))
|
|
526
|
+
MicrovmItem.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmState, required: true, location_name: "state"))
|
|
527
|
+
MicrovmItem.add_member(:image_arn, Shapes::ShapeRef.new(shape: MicrovmImageArn, required: true, location_name: "imageArn"))
|
|
528
|
+
MicrovmItem.add_member(:image_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "imageVersion"))
|
|
529
|
+
MicrovmItem.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startedAt"))
|
|
530
|
+
MicrovmItem.struct_class = Types::MicrovmItem
|
|
531
|
+
|
|
532
|
+
MicrovmItemList.member = Shapes::ShapeRef.new(shape: MicrovmItem)
|
|
533
|
+
|
|
534
|
+
NetworkConnectorList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
535
|
+
|
|
536
|
+
PortRange.add_member(:start_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "startPort"))
|
|
537
|
+
PortRange.add_member(:end_port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "endPort"))
|
|
538
|
+
PortRange.struct_class = Types::PortRange
|
|
539
|
+
|
|
540
|
+
PortSpecification.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "port"))
|
|
541
|
+
PortSpecification.add_member(:range, Shapes::ShapeRef.new(shape: PortRange, location_name: "range"))
|
|
542
|
+
PortSpecification.add_member(:all_ports, Shapes::ShapeRef.new(shape: Unit, location_name: "allPorts"))
|
|
543
|
+
PortSpecification.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
544
|
+
PortSpecification.add_member_subclass(:port, Types::PortSpecification::Port)
|
|
545
|
+
PortSpecification.add_member_subclass(:range, Types::PortSpecification::Range)
|
|
546
|
+
PortSpecification.add_member_subclass(:all_ports, Types::PortSpecification::AllPorts)
|
|
547
|
+
PortSpecification.add_member_subclass(:unknown, Types::PortSpecification::Unknown)
|
|
548
|
+
PortSpecification.struct_class = Types::PortSpecification
|
|
549
|
+
|
|
550
|
+
ResourceConflictException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
551
|
+
ResourceConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
552
|
+
ResourceConflictException.struct_class = Types::ResourceConflictException
|
|
553
|
+
|
|
554
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
555
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
556
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
557
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
558
|
+
|
|
559
|
+
Resources.add_member(:minimum_memory_in_mi_b, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "minimumMemoryInMiB"))
|
|
560
|
+
Resources.struct_class = Types::Resources
|
|
561
|
+
|
|
562
|
+
ResourcesList.member = Shapes::ShapeRef.new(shape: Resources)
|
|
563
|
+
|
|
564
|
+
ResumeMicrovmRequest.add_member(:microvm_identifier, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location: "uri", location_name: "microvmIdentifier"))
|
|
565
|
+
ResumeMicrovmRequest.struct_class = Types::ResumeMicrovmRequest
|
|
566
|
+
|
|
567
|
+
ResumeMicrovmResponse.struct_class = Types::ResumeMicrovmResponse
|
|
568
|
+
|
|
569
|
+
RunMicrovmRequest.add_member(:ingress_network_connectors, Shapes::ShapeRef.new(shape: NetworkConnectorList, location_name: "ingressNetworkConnectors"))
|
|
570
|
+
RunMicrovmRequest.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: NetworkConnectorList, location_name: "egressNetworkConnectors"))
|
|
571
|
+
RunMicrovmRequest.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location_name: "imageIdentifier"))
|
|
572
|
+
RunMicrovmRequest.add_member(:image_version, Shapes::ShapeRef.new(shape: Version, location_name: "imageVersion"))
|
|
573
|
+
RunMicrovmRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
|
|
574
|
+
RunMicrovmRequest.add_member(:idle_policy, Shapes::ShapeRef.new(shape: IdlePolicy, location_name: "idlePolicy"))
|
|
575
|
+
RunMicrovmRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
576
|
+
RunMicrovmRequest.add_member(:run_hook_payload, Shapes::ShapeRef.new(shape: RunMicrovmRequestRunHookPayloadString, location_name: "runHookPayload"))
|
|
577
|
+
RunMicrovmRequest.add_member(:maximum_duration_in_seconds, Shapes::ShapeRef.new(shape: RunMicrovmRequestMaximumDurationInSecondsInteger, location_name: "maximumDurationInSeconds"))
|
|
578
|
+
RunMicrovmRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: RunMicrovmRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
579
|
+
RunMicrovmRequest.struct_class = Types::RunMicrovmRequest
|
|
580
|
+
|
|
581
|
+
RunMicrovmResponse.add_member(:microvm_id, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location_name: "microvmId"))
|
|
582
|
+
RunMicrovmResponse.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmState, required: true, location_name: "state"))
|
|
583
|
+
RunMicrovmResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: RunMicrovmResponseEndpointString, required: true, location_name: "endpoint"))
|
|
584
|
+
RunMicrovmResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: MicrovmImageArn, required: true, location_name: "imageArn"))
|
|
585
|
+
RunMicrovmResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "imageVersion"))
|
|
586
|
+
RunMicrovmResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
|
|
587
|
+
RunMicrovmResponse.add_member(:idle_policy, Shapes::ShapeRef.new(shape: IdlePolicy, location_name: "idlePolicy"))
|
|
588
|
+
RunMicrovmResponse.add_member(:maximum_duration_in_seconds, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "maximumDurationInSeconds"))
|
|
589
|
+
RunMicrovmResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startedAt"))
|
|
590
|
+
RunMicrovmResponse.add_member(:terminated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "terminatedAt"))
|
|
591
|
+
RunMicrovmResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "stateReason"))
|
|
592
|
+
RunMicrovmResponse.add_member(:ingress_network_connectors, Shapes::ShapeRef.new(shape: NetworkConnectorList, location_name: "ingressNetworkConnectors"))
|
|
593
|
+
RunMicrovmResponse.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: NetworkConnectorList, location_name: "egressNetworkConnectors"))
|
|
594
|
+
RunMicrovmResponse.struct_class = Types::RunMicrovmResponse
|
|
595
|
+
|
|
596
|
+
ServiceException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
597
|
+
ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
598
|
+
ServiceException.struct_class = Types::ServiceException
|
|
599
|
+
|
|
600
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
601
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
602
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
603
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
604
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
605
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
606
|
+
|
|
607
|
+
SnapshotBuild.add_member(:memory_snapshot_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "memorySnapshotSizeInBytes"))
|
|
608
|
+
SnapshotBuild.add_member(:code_install_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "codeInstallSizeInBytes"))
|
|
609
|
+
SnapshotBuild.add_member(:disk_snapshot_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "diskSnapshotSizeInBytes"))
|
|
610
|
+
SnapshotBuild.struct_class = Types::SnapshotBuild
|
|
611
|
+
|
|
612
|
+
SuspendMicrovmRequest.add_member(:microvm_identifier, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location: "uri", location_name: "microvmIdentifier"))
|
|
613
|
+
SuspendMicrovmRequest.struct_class = Types::SuspendMicrovmRequest
|
|
614
|
+
|
|
615
|
+
SuspendMicrovmResponse.struct_class = Types::SuspendMicrovmResponse
|
|
616
|
+
|
|
617
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
618
|
+
|
|
619
|
+
TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: TaggableResource, required: true, location: "uri", location_name: "Resource"))
|
|
620
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
|
621
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
|
622
|
+
|
|
623
|
+
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
624
|
+
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
625
|
+
|
|
626
|
+
TerminateMicrovmRequest.add_member(:microvm_identifier, Shapes::ShapeRef.new(shape: MicrovmIdentifier, required: true, location: "uri", location_name: "microvmIdentifier"))
|
|
627
|
+
TerminateMicrovmRequest.struct_class = Types::TerminateMicrovmRequest
|
|
628
|
+
|
|
629
|
+
TerminateMicrovmResponse.struct_class = Types::TerminateMicrovmResponse
|
|
630
|
+
|
|
631
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
632
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
633
|
+
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
634
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
|
635
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
|
636
|
+
|
|
637
|
+
TokenParts.key = Shapes::ShapeRef.new(shape: AuthTokenKey)
|
|
638
|
+
TokenParts.value = Shapes::ShapeRef.new(shape: AuthTokenValue)
|
|
639
|
+
|
|
640
|
+
TooManyRequestsException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
641
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
642
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
|
643
|
+
|
|
644
|
+
Unit.struct_class = Types::Unit
|
|
645
|
+
|
|
646
|
+
UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: TaggableResource, required: true, location: "uri", location_name: "Resource"))
|
|
647
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
648
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
649
|
+
|
|
650
|
+
UpdateMicrovmImageRequest.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
651
|
+
UpdateMicrovmImageRequest.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
652
|
+
UpdateMicrovmImageRequest.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
653
|
+
UpdateMicrovmImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
654
|
+
UpdateMicrovmImageRequest.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
655
|
+
UpdateMicrovmImageRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
656
|
+
UpdateMicrovmImageRequest.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: UpdateMicrovmImageRequestEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
657
|
+
UpdateMicrovmImageRequest.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
658
|
+
UpdateMicrovmImageRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
659
|
+
UpdateMicrovmImageRequest.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
660
|
+
UpdateMicrovmImageRequest.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
661
|
+
UpdateMicrovmImageRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
662
|
+
UpdateMicrovmImageRequest.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
663
|
+
UpdateMicrovmImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateMicrovmImageRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
664
|
+
UpdateMicrovmImageRequest.struct_class = Types::UpdateMicrovmImageRequest
|
|
665
|
+
|
|
666
|
+
UpdateMicrovmImageRequestEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
667
|
+
|
|
668
|
+
UpdateMicrovmImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
669
|
+
UpdateMicrovmImageResponse.add_member(:name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "name"))
|
|
670
|
+
UpdateMicrovmImageResponse.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageState, required: true, location_name: "state"))
|
|
671
|
+
UpdateMicrovmImageResponse.add_member(:latest_active_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestActiveImageVersion"))
|
|
672
|
+
UpdateMicrovmImageResponse.add_member(:latest_failed_image_version, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "latestFailedImageVersion"))
|
|
673
|
+
UpdateMicrovmImageResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
674
|
+
UpdateMicrovmImageResponse.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
675
|
+
UpdateMicrovmImageResponse.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
676
|
+
UpdateMicrovmImageResponse.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
677
|
+
UpdateMicrovmImageResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
678
|
+
UpdateMicrovmImageResponse.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
679
|
+
UpdateMicrovmImageResponse.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
680
|
+
UpdateMicrovmImageResponse.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: UpdateMicrovmImageResponseEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
681
|
+
UpdateMicrovmImageResponse.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
682
|
+
UpdateMicrovmImageResponse.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
683
|
+
UpdateMicrovmImageResponse.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
684
|
+
UpdateMicrovmImageResponse.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
685
|
+
UpdateMicrovmImageResponse.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
686
|
+
UpdateMicrovmImageResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
687
|
+
UpdateMicrovmImageResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
688
|
+
UpdateMicrovmImageResponse.struct_class = Types::UpdateMicrovmImageResponse
|
|
689
|
+
|
|
690
|
+
UpdateMicrovmImageResponseEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
691
|
+
|
|
692
|
+
UpdateMicrovmImageVersionRequest.add_member(:image_identifier, Shapes::ShapeRef.new(shape: MicrovmImageIdentifier, required: true, location: "uri", location_name: "imageIdentifier"))
|
|
693
|
+
UpdateMicrovmImageVersionRequest.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location: "uri", location_name: "imageVersion"))
|
|
694
|
+
UpdateMicrovmImageVersionRequest.add_member(:status, Shapes::ShapeRef.new(shape: MicrovmImageVersionStatus, required: true, location_name: "status"))
|
|
695
|
+
UpdateMicrovmImageVersionRequest.struct_class = Types::UpdateMicrovmImageVersionRequest
|
|
696
|
+
|
|
697
|
+
UpdateMicrovmImageVersionResponse.add_member(:base_image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "baseImageArn"))
|
|
698
|
+
UpdateMicrovmImageVersionResponse.add_member(:base_image_version, Shapes::ShapeRef.new(shape: Version, location_name: "baseImageVersion"))
|
|
699
|
+
UpdateMicrovmImageVersionResponse.add_member(:build_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "buildRoleArn"))
|
|
700
|
+
UpdateMicrovmImageVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
701
|
+
UpdateMicrovmImageVersionResponse.add_member(:code_artifact, Shapes::ShapeRef.new(shape: CodeArtifact, required: true, location_name: "codeArtifact"))
|
|
702
|
+
UpdateMicrovmImageVersionResponse.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
|
703
|
+
UpdateMicrovmImageVersionResponse.add_member(:egress_network_connectors, Shapes::ShapeRef.new(shape: UpdateMicrovmImageVersionResponseEgressNetworkConnectorsList, location_name: "egressNetworkConnectors"))
|
|
704
|
+
UpdateMicrovmImageVersionResponse.add_member(:cpu_configurations, Shapes::ShapeRef.new(shape: CpuConfigurationList, location_name: "cpuConfigurations"))
|
|
705
|
+
UpdateMicrovmImageVersionResponse.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesList, location_name: "resources"))
|
|
706
|
+
UpdateMicrovmImageVersionResponse.add_member(:additional_os_capabilities, Shapes::ShapeRef.new(shape: CapabilityList, location_name: "additionalOsCapabilities"))
|
|
707
|
+
UpdateMicrovmImageVersionResponse.add_member(:hooks, Shapes::ShapeRef.new(shape: Hooks, location_name: "hooks"))
|
|
708
|
+
UpdateMicrovmImageVersionResponse.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
|
|
709
|
+
UpdateMicrovmImageVersionResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageArn"))
|
|
710
|
+
UpdateMicrovmImageVersionResponse.add_member(:image_version, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "imageVersion"))
|
|
711
|
+
UpdateMicrovmImageVersionResponse.add_member(:state, Shapes::ShapeRef.new(shape: MicrovmImageVersionState, required: true, location_name: "state"))
|
|
712
|
+
UpdateMicrovmImageVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: MicrovmImageVersionStatus, required: true, location_name: "status"))
|
|
713
|
+
UpdateMicrovmImageVersionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
714
|
+
UpdateMicrovmImageVersionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
715
|
+
UpdateMicrovmImageVersionResponse.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
|
|
716
|
+
UpdateMicrovmImageVersionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
717
|
+
UpdateMicrovmImageVersionResponse.struct_class = Types::UpdateMicrovmImageVersionResponse
|
|
718
|
+
|
|
719
|
+
UpdateMicrovmImageVersionResponseEgressNetworkConnectorsList.member = Shapes::ShapeRef.new(shape: NetworkConnector)
|
|
720
|
+
|
|
721
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
722
|
+
ValidationException.struct_class = Types::ValidationException
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
# @api private
|
|
726
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
727
|
+
|
|
728
|
+
api.version = "2025-09-09"
|
|
729
|
+
|
|
730
|
+
api.metadata = {
|
|
731
|
+
"apiVersion" => "2025-09-09",
|
|
732
|
+
"auth" => ["aws.auth#sigv4"],
|
|
733
|
+
"endpointPrefix" => "lambda",
|
|
734
|
+
"protocol" => "rest-json",
|
|
735
|
+
"protocols" => ["rest-json"],
|
|
736
|
+
"serviceFullName" => "Lambda MicroVMs",
|
|
737
|
+
"serviceId" => "Lambda Microvms",
|
|
738
|
+
"signatureVersion" => "v4",
|
|
739
|
+
"signingName" => "lambda",
|
|
740
|
+
"uid" => "lambda-microvms-2025-09-09",
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
api.add_operation(:create_microvm_auth_token, Seahorse::Model::Operation.new.tap do |o|
|
|
744
|
+
o.name = "CreateMicrovmAuthToken"
|
|
745
|
+
o.http_method = "POST"
|
|
746
|
+
o.http_request_uri = "/2025-09-09/microvms/{microvmIdentifier}/auth-token"
|
|
747
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMicrovmAuthTokenRequest)
|
|
748
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMicrovmAuthTokenResponse)
|
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
752
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
753
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
754
|
+
end)
|
|
755
|
+
|
|
756
|
+
api.add_operation(:create_microvm_image, Seahorse::Model::Operation.new.tap do |o|
|
|
757
|
+
o.name = "CreateMicrovmImage"
|
|
758
|
+
o.http_method = "POST"
|
|
759
|
+
o.http_request_uri = "/2025-09-09/microvm-images"
|
|
760
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMicrovmImageRequest)
|
|
761
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMicrovmImageResponse)
|
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
766
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
767
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
769
|
+
end)
|
|
770
|
+
|
|
771
|
+
api.add_operation(:create_microvm_shell_auth_token, Seahorse::Model::Operation.new.tap do |o|
|
|
772
|
+
o.name = "CreateMicrovmShellAuthToken"
|
|
773
|
+
o.http_method = "POST"
|
|
774
|
+
o.http_request_uri = "/2025-09-09/microvms/{microvmIdentifier}/shell-auth-token"
|
|
775
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMicrovmShellAuthTokenRequest)
|
|
776
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMicrovmShellAuthTokenResponse)
|
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
779
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
780
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
782
|
+
end)
|
|
783
|
+
|
|
784
|
+
api.add_operation(:delete_microvm_image, Seahorse::Model::Operation.new.tap do |o|
|
|
785
|
+
o.name = "DeleteMicrovmImage"
|
|
786
|
+
o.http_method = "DELETE"
|
|
787
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}"
|
|
788
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMicrovmImageInput)
|
|
789
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMicrovmImageOutput)
|
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
796
|
+
end)
|
|
797
|
+
|
|
798
|
+
api.add_operation(:delete_microvm_image_version, Seahorse::Model::Operation.new.tap do |o|
|
|
799
|
+
o.name = "DeleteMicrovmImageVersion"
|
|
800
|
+
o.http_method = "DELETE"
|
|
801
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}"
|
|
802
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMicrovmImageVersionInput)
|
|
803
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMicrovmImageVersionOutput)
|
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
810
|
+
end)
|
|
811
|
+
|
|
812
|
+
api.add_operation(:get_microvm, Seahorse::Model::Operation.new.tap do |o|
|
|
813
|
+
o.name = "GetMicrovm"
|
|
814
|
+
o.http_method = "GET"
|
|
815
|
+
o.http_request_uri = "/2025-09-09/microvms/{microvmIdentifier}"
|
|
816
|
+
o.input = Shapes::ShapeRef.new(shape: GetMicrovmRequest)
|
|
817
|
+
o.output = Shapes::ShapeRef.new(shape: GetMicrovmResponse)
|
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
823
|
+
end)
|
|
824
|
+
|
|
825
|
+
api.add_operation(:get_microvm_image, Seahorse::Model::Operation.new.tap do |o|
|
|
826
|
+
o.name = "GetMicrovmImage"
|
|
827
|
+
o.http_method = "GET"
|
|
828
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}"
|
|
829
|
+
o.input = Shapes::ShapeRef.new(shape: GetMicrovmImageInput)
|
|
830
|
+
o.output = Shapes::ShapeRef.new(shape: GetMicrovmImageOutput)
|
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
833
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
836
|
+
end)
|
|
837
|
+
|
|
838
|
+
api.add_operation(:get_microvm_image_build, Seahorse::Model::Operation.new.tap do |o|
|
|
839
|
+
o.name = "GetMicrovmImageBuild"
|
|
840
|
+
o.http_method = "GET"
|
|
841
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}/builds/{buildId}"
|
|
842
|
+
o.input = Shapes::ShapeRef.new(shape: GetMicrovmImageBuildInput)
|
|
843
|
+
o.output = Shapes::ShapeRef.new(shape: GetMicrovmImageBuildOutput)
|
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
847
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
849
|
+
end)
|
|
850
|
+
|
|
851
|
+
api.add_operation(:get_microvm_image_version, Seahorse::Model::Operation.new.tap do |o|
|
|
852
|
+
o.name = "GetMicrovmImageVersion"
|
|
853
|
+
o.http_method = "GET"
|
|
854
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}"
|
|
855
|
+
o.input = Shapes::ShapeRef.new(shape: GetMicrovmImageVersionInput)
|
|
856
|
+
o.output = Shapes::ShapeRef.new(shape: GetMicrovmImageVersionOutput)
|
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
860
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
861
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
862
|
+
end)
|
|
863
|
+
|
|
864
|
+
api.add_operation(:list_managed_microvm_image_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
865
|
+
o.name = "ListManagedMicrovmImageVersions"
|
|
866
|
+
o.http_method = "GET"
|
|
867
|
+
o.http_request_uri = "/2025-09-09/managed-microvm-images/{imageIdentifier}/versions"
|
|
868
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedMicrovmImageVersionsInput)
|
|
869
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedMicrovmImageVersionsOutput)
|
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
875
|
+
o[:pager] = Aws::Pager.new(
|
|
876
|
+
limit_key: "max_results",
|
|
877
|
+
tokens: {
|
|
878
|
+
"next_token" => "next_token"
|
|
879
|
+
}
|
|
880
|
+
)
|
|
881
|
+
end)
|
|
882
|
+
|
|
883
|
+
api.add_operation(:list_managed_microvm_images, Seahorse::Model::Operation.new.tap do |o|
|
|
884
|
+
o.name = "ListManagedMicrovmImages"
|
|
885
|
+
o.http_method = "GET"
|
|
886
|
+
o.http_request_uri = "/2025-09-09/managed-microvm-images"
|
|
887
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedMicrovmImagesInput)
|
|
888
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedMicrovmImagesOutput)
|
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
892
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
893
|
+
o[:pager] = Aws::Pager.new(
|
|
894
|
+
limit_key: "max_results",
|
|
895
|
+
tokens: {
|
|
896
|
+
"next_token" => "next_token"
|
|
897
|
+
}
|
|
898
|
+
)
|
|
899
|
+
end)
|
|
900
|
+
|
|
901
|
+
api.add_operation(:list_microvm_image_builds, Seahorse::Model::Operation.new.tap do |o|
|
|
902
|
+
o.name = "ListMicrovmImageBuilds"
|
|
903
|
+
o.http_method = "GET"
|
|
904
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}/builds"
|
|
905
|
+
o.input = Shapes::ShapeRef.new(shape: ListMicrovmImageBuildsInput)
|
|
906
|
+
o.output = Shapes::ShapeRef.new(shape: ListMicrovmImageBuildsOutput)
|
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
912
|
+
o[:pager] = Aws::Pager.new(
|
|
913
|
+
limit_key: "max_results",
|
|
914
|
+
tokens: {
|
|
915
|
+
"next_token" => "next_token"
|
|
916
|
+
}
|
|
917
|
+
)
|
|
918
|
+
end)
|
|
919
|
+
|
|
920
|
+
api.add_operation(:list_microvm_image_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
921
|
+
o.name = "ListMicrovmImageVersions"
|
|
922
|
+
o.http_method = "GET"
|
|
923
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}/versions"
|
|
924
|
+
o.input = Shapes::ShapeRef.new(shape: ListMicrovmImageVersionsInput)
|
|
925
|
+
o.output = Shapes::ShapeRef.new(shape: ListMicrovmImageVersionsOutput)
|
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
927
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
931
|
+
o[:pager] = Aws::Pager.new(
|
|
932
|
+
limit_key: "max_results",
|
|
933
|
+
tokens: {
|
|
934
|
+
"next_token" => "next_token"
|
|
935
|
+
}
|
|
936
|
+
)
|
|
937
|
+
end)
|
|
938
|
+
|
|
939
|
+
api.add_operation(:list_microvm_images, Seahorse::Model::Operation.new.tap do |o|
|
|
940
|
+
o.name = "ListMicrovmImages"
|
|
941
|
+
o.http_method = "GET"
|
|
942
|
+
o.http_request_uri = "/2025-09-09/microvm-images"
|
|
943
|
+
o.input = Shapes::ShapeRef.new(shape: ListMicrovmImagesRequest)
|
|
944
|
+
o.output = Shapes::ShapeRef.new(shape: ListMicrovmImagesResponse)
|
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
949
|
+
o[:pager] = Aws::Pager.new(
|
|
950
|
+
limit_key: "max_results",
|
|
951
|
+
tokens: {
|
|
952
|
+
"next_token" => "next_token"
|
|
953
|
+
}
|
|
954
|
+
)
|
|
955
|
+
end)
|
|
956
|
+
|
|
957
|
+
api.add_operation(:list_microvms, Seahorse::Model::Operation.new.tap do |o|
|
|
958
|
+
o.name = "ListMicrovms"
|
|
959
|
+
o.http_method = "GET"
|
|
960
|
+
o.http_request_uri = "/2025-09-09/microvms"
|
|
961
|
+
o.input = Shapes::ShapeRef.new(shape: ListMicrovmsRequest)
|
|
962
|
+
o.output = Shapes::ShapeRef.new(shape: ListMicrovmsResponse)
|
|
963
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
965
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
968
|
+
o[:pager] = Aws::Pager.new(
|
|
969
|
+
limit_key: "max_results",
|
|
970
|
+
tokens: {
|
|
971
|
+
"next_token" => "next_token"
|
|
972
|
+
}
|
|
973
|
+
)
|
|
974
|
+
end)
|
|
975
|
+
|
|
976
|
+
api.add_operation(:list_tags, Seahorse::Model::Operation.new.tap do |o|
|
|
977
|
+
o.name = "ListTags"
|
|
978
|
+
o.http_method = "GET"
|
|
979
|
+
o.http_request_uri = "/2017-03-31/tags/{Resource}"
|
|
980
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsRequest)
|
|
981
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsResponse)
|
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
986
|
+
end)
|
|
987
|
+
|
|
988
|
+
api.add_operation(:resume_microvm, Seahorse::Model::Operation.new.tap do |o|
|
|
989
|
+
o.name = "ResumeMicrovm"
|
|
990
|
+
o.http_method = "POST"
|
|
991
|
+
o.http_request_uri = "/2025-09-09/microvms/{microvmIdentifier}/resume"
|
|
992
|
+
o.input = Shapes::ShapeRef.new(shape: ResumeMicrovmRequest)
|
|
993
|
+
o.output = Shapes::ShapeRef.new(shape: ResumeMicrovmResponse)
|
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
995
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
996
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
997
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
998
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
999
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1000
|
+
end)
|
|
1001
|
+
|
|
1002
|
+
api.add_operation(:run_microvm, Seahorse::Model::Operation.new.tap do |o|
|
|
1003
|
+
o.name = "RunMicrovm"
|
|
1004
|
+
o.http_method = "POST"
|
|
1005
|
+
o.http_request_uri = "/2025-09-09/microvms"
|
|
1006
|
+
o.input = Shapes::ShapeRef.new(shape: RunMicrovmRequest)
|
|
1007
|
+
o.output = Shapes::ShapeRef.new(shape: RunMicrovmResponse)
|
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1009
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1010
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1011
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1012
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1013
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1015
|
+
end)
|
|
1016
|
+
|
|
1017
|
+
api.add_operation(:suspend_microvm, Seahorse::Model::Operation.new.tap do |o|
|
|
1018
|
+
o.name = "SuspendMicrovm"
|
|
1019
|
+
o.http_method = "POST"
|
|
1020
|
+
o.http_request_uri = "/2025-09-09/microvms/{microvmIdentifier}/suspend"
|
|
1021
|
+
o.input = Shapes::ShapeRef.new(shape: SuspendMicrovmRequest)
|
|
1022
|
+
o.output = Shapes::ShapeRef.new(shape: SuspendMicrovmResponse)
|
|
1023
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1024
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1026
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1029
|
+
end)
|
|
1030
|
+
|
|
1031
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1032
|
+
o.name = "TagResource"
|
|
1033
|
+
o.http_method = "POST"
|
|
1034
|
+
o.http_request_uri = "/2017-03-31/tags/{Resource}"
|
|
1035
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
1036
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1037
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1038
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
1042
|
+
end)
|
|
1043
|
+
|
|
1044
|
+
api.add_operation(:terminate_microvm, Seahorse::Model::Operation.new.tap do |o|
|
|
1045
|
+
o.name = "TerminateMicrovm"
|
|
1046
|
+
o.http_method = "DELETE"
|
|
1047
|
+
o.http_request_uri = "/2025-09-09/microvms/{microvmIdentifier}"
|
|
1048
|
+
o.input = Shapes::ShapeRef.new(shape: TerminateMicrovmRequest)
|
|
1049
|
+
o.output = Shapes::ShapeRef.new(shape: TerminateMicrovmResponse)
|
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1055
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1056
|
+
end)
|
|
1057
|
+
|
|
1058
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1059
|
+
o.name = "UntagResource"
|
|
1060
|
+
o.http_method = "DELETE"
|
|
1061
|
+
o.http_request_uri = "/2017-03-31/tags/{Resource}"
|
|
1062
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
1063
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1068
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
1069
|
+
end)
|
|
1070
|
+
|
|
1071
|
+
api.add_operation(:update_microvm_image, Seahorse::Model::Operation.new.tap do |o|
|
|
1072
|
+
o.name = "UpdateMicrovmImage"
|
|
1073
|
+
o.http_method = "PUT"
|
|
1074
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}"
|
|
1075
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMicrovmImageRequest)
|
|
1076
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMicrovmImageResponse)
|
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1084
|
+
end)
|
|
1085
|
+
|
|
1086
|
+
api.add_operation(:update_microvm_image_version, Seahorse::Model::Operation.new.tap do |o|
|
|
1087
|
+
o.name = "UpdateMicrovmImageVersion"
|
|
1088
|
+
o.http_method = "PATCH"
|
|
1089
|
+
o.http_request_uri = "/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}"
|
|
1090
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMicrovmImageVersionRequest)
|
|
1091
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMicrovmImageVersionResponse)
|
|
1092
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1094
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1095
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1096
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1097
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1098
|
+
end)
|
|
1099
|
+
end
|
|
1100
|
+
|
|
1101
|
+
end
|
|
1102
|
+
end
|