aws-sdk-apprunner 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-apprunner.rb +53 -0
- data/lib/aws-sdk-apprunner/client.rb +1833 -0
- data/lib/aws-sdk-apprunner/client_api.rb +790 -0
- data/lib/aws-sdk-apprunner/customizations.rb +0 -0
- data/lib/aws-sdk-apprunner/errors.rb +118 -0
- data/lib/aws-sdk-apprunner/resource.rb +26 -0
- data/lib/aws-sdk-apprunner/types.rb +2403 -0
- metadata +90 -0
@@ -0,0 +1,790 @@
|
|
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
|
+
module Aws::AppRunner
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
ASConfigMaxConcurrency = Shapes::IntegerShape.new(name: 'ASConfigMaxConcurrency')
|
17
|
+
ASConfigMaxSize = Shapes::IntegerShape.new(name: 'ASConfigMaxSize')
|
18
|
+
ASConfigMinSize = Shapes::IntegerShape.new(name: 'ASConfigMinSize')
|
19
|
+
AppRunnerResourceArn = Shapes::StringShape.new(name: 'AppRunnerResourceArn')
|
20
|
+
AssociateCustomDomainRequest = Shapes::StructureShape.new(name: 'AssociateCustomDomainRequest')
|
21
|
+
AssociateCustomDomainResponse = Shapes::StructureShape.new(name: 'AssociateCustomDomainResponse')
|
22
|
+
AuthenticationConfiguration = Shapes::StructureShape.new(name: 'AuthenticationConfiguration')
|
23
|
+
AutoScalingConfiguration = Shapes::StructureShape.new(name: 'AutoScalingConfiguration')
|
24
|
+
AutoScalingConfigurationName = Shapes::StringShape.new(name: 'AutoScalingConfigurationName')
|
25
|
+
AutoScalingConfigurationStatus = Shapes::StringShape.new(name: 'AutoScalingConfigurationStatus')
|
26
|
+
AutoScalingConfigurationSummary = Shapes::StructureShape.new(name: 'AutoScalingConfigurationSummary')
|
27
|
+
AutoScalingConfigurationSummaryList = Shapes::ListShape.new(name: 'AutoScalingConfigurationSummaryList')
|
28
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
29
|
+
BuildCommand = Shapes::StringShape.new(name: 'BuildCommand')
|
30
|
+
CertificateValidationRecord = Shapes::StructureShape.new(name: 'CertificateValidationRecord')
|
31
|
+
CertificateValidationRecordList = Shapes::ListShape.new(name: 'CertificateValidationRecordList')
|
32
|
+
CertificateValidationRecordStatus = Shapes::StringShape.new(name: 'CertificateValidationRecordStatus')
|
33
|
+
CodeConfiguration = Shapes::StructureShape.new(name: 'CodeConfiguration')
|
34
|
+
CodeConfigurationValues = Shapes::StructureShape.new(name: 'CodeConfigurationValues')
|
35
|
+
CodeRepository = Shapes::StructureShape.new(name: 'CodeRepository')
|
36
|
+
ConfigurationSource = Shapes::StringShape.new(name: 'ConfigurationSource')
|
37
|
+
Connection = Shapes::StructureShape.new(name: 'Connection')
|
38
|
+
ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
|
39
|
+
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
40
|
+
ConnectionSummary = Shapes::StructureShape.new(name: 'ConnectionSummary')
|
41
|
+
ConnectionSummaryList = Shapes::ListShape.new(name: 'ConnectionSummaryList')
|
42
|
+
Cpu = Shapes::StringShape.new(name: 'Cpu')
|
43
|
+
CreateAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'CreateAutoScalingConfigurationRequest')
|
44
|
+
CreateAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'CreateAutoScalingConfigurationResponse')
|
45
|
+
CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
|
46
|
+
CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
|
47
|
+
CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
|
48
|
+
CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
|
49
|
+
CustomDomain = Shapes::StructureShape.new(name: 'CustomDomain')
|
50
|
+
CustomDomainAssociationStatus = Shapes::StringShape.new(name: 'CustomDomainAssociationStatus')
|
51
|
+
CustomDomainList = Shapes::ListShape.new(name: 'CustomDomainList')
|
52
|
+
DeleteAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAutoScalingConfigurationRequest')
|
53
|
+
DeleteAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAutoScalingConfigurationResponse')
|
54
|
+
DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
|
55
|
+
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
56
|
+
DeleteServiceRequest = Shapes::StructureShape.new(name: 'DeleteServiceRequest')
|
57
|
+
DeleteServiceResponse = Shapes::StructureShape.new(name: 'DeleteServiceResponse')
|
58
|
+
DescribeAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAutoScalingConfigurationRequest')
|
59
|
+
DescribeAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAutoScalingConfigurationResponse')
|
60
|
+
DescribeCustomDomainsMaxResults = Shapes::IntegerShape.new(name: 'DescribeCustomDomainsMaxResults')
|
61
|
+
DescribeCustomDomainsRequest = Shapes::StructureShape.new(name: 'DescribeCustomDomainsRequest')
|
62
|
+
DescribeCustomDomainsResponse = Shapes::StructureShape.new(name: 'DescribeCustomDomainsResponse')
|
63
|
+
DescribeServiceRequest = Shapes::StructureShape.new(name: 'DescribeServiceRequest')
|
64
|
+
DescribeServiceResponse = Shapes::StructureShape.new(name: 'DescribeServiceResponse')
|
65
|
+
DisassociateCustomDomainRequest = Shapes::StructureShape.new(name: 'DisassociateCustomDomainRequest')
|
66
|
+
DisassociateCustomDomainResponse = Shapes::StructureShape.new(name: 'DisassociateCustomDomainResponse')
|
67
|
+
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
68
|
+
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
69
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
70
|
+
HealthCheckConfiguration = Shapes::StructureShape.new(name: 'HealthCheckConfiguration')
|
71
|
+
HealthCheckHealthyThreshold = Shapes::IntegerShape.new(name: 'HealthCheckHealthyThreshold')
|
72
|
+
HealthCheckInterval = Shapes::IntegerShape.new(name: 'HealthCheckInterval')
|
73
|
+
HealthCheckProtocol = Shapes::StringShape.new(name: 'HealthCheckProtocol')
|
74
|
+
HealthCheckTimeout = Shapes::IntegerShape.new(name: 'HealthCheckTimeout')
|
75
|
+
HealthCheckUnhealthyThreshold = Shapes::IntegerShape.new(name: 'HealthCheckUnhealthyThreshold')
|
76
|
+
ImageConfiguration = Shapes::StructureShape.new(name: 'ImageConfiguration')
|
77
|
+
ImageIdentifier = Shapes::StringShape.new(name: 'ImageIdentifier')
|
78
|
+
ImageRepository = Shapes::StructureShape.new(name: 'ImageRepository')
|
79
|
+
ImageRepositoryType = Shapes::StringShape.new(name: 'ImageRepositoryType')
|
80
|
+
InstanceConfiguration = Shapes::StructureShape.new(name: 'InstanceConfiguration')
|
81
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
82
|
+
InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
|
83
|
+
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
84
|
+
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
85
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
86
|
+
ListAutoScalingConfigurationsRequest = Shapes::StructureShape.new(name: 'ListAutoScalingConfigurationsRequest')
|
87
|
+
ListAutoScalingConfigurationsResponse = Shapes::StructureShape.new(name: 'ListAutoScalingConfigurationsResponse')
|
88
|
+
ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
|
89
|
+
ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
|
90
|
+
ListOperationsMaxResults = Shapes::IntegerShape.new(name: 'ListOperationsMaxResults')
|
91
|
+
ListOperationsRequest = Shapes::StructureShape.new(name: 'ListOperationsRequest')
|
92
|
+
ListOperationsResponse = Shapes::StructureShape.new(name: 'ListOperationsResponse')
|
93
|
+
ListServicesRequest = Shapes::StructureShape.new(name: 'ListServicesRequest')
|
94
|
+
ListServicesResponse = Shapes::StructureShape.new(name: 'ListServicesResponse')
|
95
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
96
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
97
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
98
|
+
Memory = Shapes::StringShape.new(name: 'Memory')
|
99
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
100
|
+
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
101
|
+
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
102
|
+
OperationSummary = Shapes::StructureShape.new(name: 'OperationSummary')
|
103
|
+
OperationSummaryList = Shapes::ListShape.new(name: 'OperationSummaryList')
|
104
|
+
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
105
|
+
PauseServiceRequest = Shapes::StructureShape.new(name: 'PauseServiceRequest')
|
106
|
+
PauseServiceResponse = Shapes::StructureShape.new(name: 'PauseServiceResponse')
|
107
|
+
ProviderType = Shapes::StringShape.new(name: 'ProviderType')
|
108
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
109
|
+
ResumeServiceRequest = Shapes::StructureShape.new(name: 'ResumeServiceRequest')
|
110
|
+
ResumeServiceResponse = Shapes::StructureShape.new(name: 'ResumeServiceResponse')
|
111
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
112
|
+
Runtime = Shapes::StringShape.new(name: 'Runtime')
|
113
|
+
RuntimeEnvironmentVariables = Shapes::MapShape.new(name: 'RuntimeEnvironmentVariables')
|
114
|
+
RuntimeEnvironmentVariablesKey = Shapes::StringShape.new(name: 'RuntimeEnvironmentVariablesKey')
|
115
|
+
RuntimeEnvironmentVariablesValue = Shapes::StringShape.new(name: 'RuntimeEnvironmentVariablesValue')
|
116
|
+
Service = Shapes::StructureShape.new(name: 'Service')
|
117
|
+
ServiceId = Shapes::StringShape.new(name: 'ServiceId')
|
118
|
+
ServiceMaxResults = Shapes::IntegerShape.new(name: 'ServiceMaxResults')
|
119
|
+
ServiceName = Shapes::StringShape.new(name: 'ServiceName')
|
120
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
121
|
+
ServiceStatus = Shapes::StringShape.new(name: 'ServiceStatus')
|
122
|
+
ServiceSummary = Shapes::StructureShape.new(name: 'ServiceSummary')
|
123
|
+
ServiceSummaryList = Shapes::ListShape.new(name: 'ServiceSummaryList')
|
124
|
+
SourceCodeVersion = Shapes::StructureShape.new(name: 'SourceCodeVersion')
|
125
|
+
SourceCodeVersionType = Shapes::StringShape.new(name: 'SourceCodeVersionType')
|
126
|
+
SourceConfiguration = Shapes::StructureShape.new(name: 'SourceConfiguration')
|
127
|
+
StartCommand = Shapes::StringShape.new(name: 'StartCommand')
|
128
|
+
StartDeploymentRequest = Shapes::StructureShape.new(name: 'StartDeploymentRequest')
|
129
|
+
StartDeploymentResponse = Shapes::StructureShape.new(name: 'StartDeploymentResponse')
|
130
|
+
String = Shapes::StringShape.new(name: 'String')
|
131
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
132
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
133
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
134
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
135
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
136
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
137
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
138
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
139
|
+
UUID = Shapes::StringShape.new(name: 'UUID')
|
140
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
141
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
142
|
+
UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
|
143
|
+
UpdateServiceResponse = Shapes::StructureShape.new(name: 'UpdateServiceResponse')
|
144
|
+
|
145
|
+
AssociateCustomDomainRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
146
|
+
AssociateCustomDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
147
|
+
AssociateCustomDomainRequest.add_member(:enable_www_subdomain, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "EnableWWWSubdomain"))
|
148
|
+
AssociateCustomDomainRequest.struct_class = Types::AssociateCustomDomainRequest
|
149
|
+
|
150
|
+
AssociateCustomDomainResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
|
151
|
+
AssociateCustomDomainResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
152
|
+
AssociateCustomDomainResponse.add_member(:custom_domain, Shapes::ShapeRef.new(shape: CustomDomain, required: true, location_name: "CustomDomain"))
|
153
|
+
AssociateCustomDomainResponse.struct_class = Types::AssociateCustomDomainResponse
|
154
|
+
|
155
|
+
AuthenticationConfiguration.add_member(:connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ConnectionArn"))
|
156
|
+
AuthenticationConfiguration.add_member(:access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "AccessRoleArn"))
|
157
|
+
AuthenticationConfiguration.struct_class = Types::AuthenticationConfiguration
|
158
|
+
|
159
|
+
AutoScalingConfiguration.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
|
160
|
+
AutoScalingConfiguration.add_member(:auto_scaling_configuration_name, Shapes::ShapeRef.new(shape: AutoScalingConfigurationName, location_name: "AutoScalingConfigurationName"))
|
161
|
+
AutoScalingConfiguration.add_member(:auto_scaling_configuration_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "AutoScalingConfigurationRevision"))
|
162
|
+
AutoScalingConfiguration.add_member(:latest, Shapes::ShapeRef.new(shape: Boolean, location_name: "Latest"))
|
163
|
+
AutoScalingConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: AutoScalingConfigurationStatus, location_name: "Status"))
|
164
|
+
AutoScalingConfiguration.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrency"))
|
165
|
+
AutoScalingConfiguration.add_member(:min_size, Shapes::ShapeRef.new(shape: Integer, location_name: "MinSize"))
|
166
|
+
AutoScalingConfiguration.add_member(:max_size, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxSize"))
|
167
|
+
AutoScalingConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
168
|
+
AutoScalingConfiguration.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
|
169
|
+
AutoScalingConfiguration.struct_class = Types::AutoScalingConfiguration
|
170
|
+
|
171
|
+
AutoScalingConfigurationSummary.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
|
172
|
+
AutoScalingConfigurationSummary.add_member(:auto_scaling_configuration_name, Shapes::ShapeRef.new(shape: AutoScalingConfigurationName, location_name: "AutoScalingConfigurationName"))
|
173
|
+
AutoScalingConfigurationSummary.add_member(:auto_scaling_configuration_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "AutoScalingConfigurationRevision"))
|
174
|
+
AutoScalingConfigurationSummary.struct_class = Types::AutoScalingConfigurationSummary
|
175
|
+
|
176
|
+
AutoScalingConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: AutoScalingConfigurationSummary)
|
177
|
+
|
178
|
+
CertificateValidationRecord.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
179
|
+
CertificateValidationRecord.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
180
|
+
CertificateValidationRecord.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
181
|
+
CertificateValidationRecord.add_member(:status, Shapes::ShapeRef.new(shape: CertificateValidationRecordStatus, location_name: "Status"))
|
182
|
+
CertificateValidationRecord.struct_class = Types::CertificateValidationRecord
|
183
|
+
|
184
|
+
CertificateValidationRecordList.member = Shapes::ShapeRef.new(shape: CertificateValidationRecord)
|
185
|
+
|
186
|
+
CodeConfiguration.add_member(:configuration_source, Shapes::ShapeRef.new(shape: ConfigurationSource, required: true, location_name: "ConfigurationSource"))
|
187
|
+
CodeConfiguration.add_member(:code_configuration_values, Shapes::ShapeRef.new(shape: CodeConfigurationValues, location_name: "CodeConfigurationValues"))
|
188
|
+
CodeConfiguration.struct_class = Types::CodeConfiguration
|
189
|
+
|
190
|
+
CodeConfigurationValues.add_member(:runtime, Shapes::ShapeRef.new(shape: Runtime, required: true, location_name: "Runtime"))
|
191
|
+
CodeConfigurationValues.add_member(:build_command, Shapes::ShapeRef.new(shape: BuildCommand, location_name: "BuildCommand"))
|
192
|
+
CodeConfigurationValues.add_member(:start_command, Shapes::ShapeRef.new(shape: StartCommand, location_name: "StartCommand"))
|
193
|
+
CodeConfigurationValues.add_member(:port, Shapes::ShapeRef.new(shape: String, location_name: "Port"))
|
194
|
+
CodeConfigurationValues.add_member(:runtime_environment_variables, Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariables, location_name: "RuntimeEnvironmentVariables"))
|
195
|
+
CodeConfigurationValues.struct_class = Types::CodeConfigurationValues
|
196
|
+
|
197
|
+
CodeRepository.add_member(:repository_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RepositoryUrl"))
|
198
|
+
CodeRepository.add_member(:source_code_version, Shapes::ShapeRef.new(shape: SourceCodeVersion, required: true, location_name: "SourceCodeVersion"))
|
199
|
+
CodeRepository.add_member(:code_configuration, Shapes::ShapeRef.new(shape: CodeConfiguration, location_name: "CodeConfiguration"))
|
200
|
+
CodeRepository.struct_class = Types::CodeRepository
|
201
|
+
|
202
|
+
Connection.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
203
|
+
Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ConnectionArn"))
|
204
|
+
Connection.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
|
205
|
+
Connection.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "Status"))
|
206
|
+
Connection.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
207
|
+
Connection.struct_class = Types::Connection
|
208
|
+
|
209
|
+
ConnectionSummary.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
210
|
+
ConnectionSummary.add_member(:connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ConnectionArn"))
|
211
|
+
ConnectionSummary.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
|
212
|
+
ConnectionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "Status"))
|
213
|
+
ConnectionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
214
|
+
ConnectionSummary.struct_class = Types::ConnectionSummary
|
215
|
+
|
216
|
+
ConnectionSummaryList.member = Shapes::ShapeRef.new(shape: ConnectionSummary)
|
217
|
+
|
218
|
+
CreateAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_name, Shapes::ShapeRef.new(shape: AutoScalingConfigurationName, required: true, location_name: "AutoScalingConfigurationName"))
|
219
|
+
CreateAutoScalingConfigurationRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: ASConfigMaxConcurrency, location_name: "MaxConcurrency"))
|
220
|
+
CreateAutoScalingConfigurationRequest.add_member(:min_size, Shapes::ShapeRef.new(shape: ASConfigMinSize, location_name: "MinSize"))
|
221
|
+
CreateAutoScalingConfigurationRequest.add_member(:max_size, Shapes::ShapeRef.new(shape: ASConfigMaxSize, location_name: "MaxSize"))
|
222
|
+
CreateAutoScalingConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
223
|
+
CreateAutoScalingConfigurationRequest.struct_class = Types::CreateAutoScalingConfigurationRequest
|
224
|
+
|
225
|
+
CreateAutoScalingConfigurationResponse.add_member(:auto_scaling_configuration, Shapes::ShapeRef.new(shape: AutoScalingConfiguration, required: true, location_name: "AutoScalingConfiguration"))
|
226
|
+
CreateAutoScalingConfigurationResponse.struct_class = Types::CreateAutoScalingConfigurationResponse
|
227
|
+
|
228
|
+
CreateConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "ConnectionName"))
|
229
|
+
CreateConnectionRequest.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
|
230
|
+
CreateConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
231
|
+
CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
|
232
|
+
|
233
|
+
CreateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, required: true, location_name: "Connection"))
|
234
|
+
CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
|
235
|
+
|
236
|
+
CreateServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "ServiceName"))
|
237
|
+
CreateServiceRequest.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SourceConfiguration, required: true, location_name: "SourceConfiguration"))
|
238
|
+
CreateServiceRequest.add_member(:instance_configuration, Shapes::ShapeRef.new(shape: InstanceConfiguration, location_name: "InstanceConfiguration"))
|
239
|
+
CreateServiceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
240
|
+
CreateServiceRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
241
|
+
CreateServiceRequest.add_member(:health_check_configuration, Shapes::ShapeRef.new(shape: HealthCheckConfiguration, location_name: "HealthCheckConfiguration"))
|
242
|
+
CreateServiceRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
|
243
|
+
CreateServiceRequest.struct_class = Types::CreateServiceRequest
|
244
|
+
|
245
|
+
CreateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
|
246
|
+
CreateServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
|
247
|
+
CreateServiceResponse.struct_class = Types::CreateServiceResponse
|
248
|
+
|
249
|
+
CustomDomain.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
250
|
+
CustomDomain.add_member(:enable_www_subdomain, Shapes::ShapeRef.new(shape: NullableBoolean, required: true, location_name: "EnableWWWSubdomain"))
|
251
|
+
CustomDomain.add_member(:certificate_validation_records, Shapes::ShapeRef.new(shape: CertificateValidationRecordList, location_name: "CertificateValidationRecords"))
|
252
|
+
CustomDomain.add_member(:status, Shapes::ShapeRef.new(shape: CustomDomainAssociationStatus, required: true, location_name: "Status"))
|
253
|
+
CustomDomain.struct_class = Types::CustomDomain
|
254
|
+
|
255
|
+
CustomDomainList.member = Shapes::ShapeRef.new(shape: CustomDomain)
|
256
|
+
|
257
|
+
DeleteAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
|
258
|
+
DeleteAutoScalingConfigurationRequest.struct_class = Types::DeleteAutoScalingConfigurationRequest
|
259
|
+
|
260
|
+
DeleteAutoScalingConfigurationResponse.add_member(:auto_scaling_configuration, Shapes::ShapeRef.new(shape: AutoScalingConfiguration, required: true, location_name: "AutoScalingConfiguration"))
|
261
|
+
DeleteAutoScalingConfigurationResponse.struct_class = Types::DeleteAutoScalingConfigurationResponse
|
262
|
+
|
263
|
+
DeleteConnectionRequest.add_member(:connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ConnectionArn"))
|
264
|
+
DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
|
265
|
+
|
266
|
+
DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
267
|
+
DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
|
268
|
+
|
269
|
+
DeleteServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
270
|
+
DeleteServiceRequest.struct_class = Types::DeleteServiceRequest
|
271
|
+
|
272
|
+
DeleteServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
|
273
|
+
DeleteServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
|
274
|
+
DeleteServiceResponse.struct_class = Types::DeleteServiceResponse
|
275
|
+
|
276
|
+
DescribeAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
|
277
|
+
DescribeAutoScalingConfigurationRequest.struct_class = Types::DescribeAutoScalingConfigurationRequest
|
278
|
+
|
279
|
+
DescribeAutoScalingConfigurationResponse.add_member(:auto_scaling_configuration, Shapes::ShapeRef.new(shape: AutoScalingConfiguration, required: true, location_name: "AutoScalingConfiguration"))
|
280
|
+
DescribeAutoScalingConfigurationResponse.struct_class = Types::DescribeAutoScalingConfigurationResponse
|
281
|
+
|
282
|
+
DescribeCustomDomainsRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
283
|
+
DescribeCustomDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
284
|
+
DescribeCustomDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCustomDomainsMaxResults, location_name: "MaxResults"))
|
285
|
+
DescribeCustomDomainsRequest.struct_class = Types::DescribeCustomDomainsRequest
|
286
|
+
|
287
|
+
DescribeCustomDomainsResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
|
288
|
+
DescribeCustomDomainsResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
289
|
+
DescribeCustomDomainsResponse.add_member(:custom_domains, Shapes::ShapeRef.new(shape: CustomDomainList, required: true, location_name: "CustomDomains"))
|
290
|
+
DescribeCustomDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
291
|
+
DescribeCustomDomainsResponse.struct_class = Types::DescribeCustomDomainsResponse
|
292
|
+
|
293
|
+
DescribeServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
294
|
+
DescribeServiceRequest.struct_class = Types::DescribeServiceRequest
|
295
|
+
|
296
|
+
DescribeServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
|
297
|
+
DescribeServiceResponse.struct_class = Types::DescribeServiceResponse
|
298
|
+
|
299
|
+
DisassociateCustomDomainRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
300
|
+
DisassociateCustomDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
301
|
+
DisassociateCustomDomainRequest.struct_class = Types::DisassociateCustomDomainRequest
|
302
|
+
|
303
|
+
DisassociateCustomDomainResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
|
304
|
+
DisassociateCustomDomainResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
305
|
+
DisassociateCustomDomainResponse.add_member(:custom_domain, Shapes::ShapeRef.new(shape: CustomDomain, required: true, location_name: "CustomDomain"))
|
306
|
+
DisassociateCustomDomainResponse.struct_class = Types::DisassociateCustomDomainResponse
|
307
|
+
|
308
|
+
EncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "KmsKey"))
|
309
|
+
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
310
|
+
|
311
|
+
HealthCheckConfiguration.add_member(:protocol, Shapes::ShapeRef.new(shape: HealthCheckProtocol, location_name: "Protocol"))
|
312
|
+
HealthCheckConfiguration.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "Path"))
|
313
|
+
HealthCheckConfiguration.add_member(:interval, Shapes::ShapeRef.new(shape: HealthCheckInterval, location_name: "Interval"))
|
314
|
+
HealthCheckConfiguration.add_member(:timeout, Shapes::ShapeRef.new(shape: HealthCheckTimeout, location_name: "Timeout"))
|
315
|
+
HealthCheckConfiguration.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: HealthCheckHealthyThreshold, location_name: "HealthyThreshold"))
|
316
|
+
HealthCheckConfiguration.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: HealthCheckUnhealthyThreshold, location_name: "UnhealthyThreshold"))
|
317
|
+
HealthCheckConfiguration.struct_class = Types::HealthCheckConfiguration
|
318
|
+
|
319
|
+
ImageConfiguration.add_member(:runtime_environment_variables, Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariables, location_name: "RuntimeEnvironmentVariables"))
|
320
|
+
ImageConfiguration.add_member(:start_command, Shapes::ShapeRef.new(shape: String, location_name: "StartCommand"))
|
321
|
+
ImageConfiguration.add_member(:port, Shapes::ShapeRef.new(shape: String, location_name: "Port"))
|
322
|
+
ImageConfiguration.struct_class = Types::ImageConfiguration
|
323
|
+
|
324
|
+
ImageRepository.add_member(:image_identifier, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "ImageIdentifier"))
|
325
|
+
ImageRepository.add_member(:image_configuration, Shapes::ShapeRef.new(shape: ImageConfiguration, location_name: "ImageConfiguration"))
|
326
|
+
ImageRepository.add_member(:image_repository_type, Shapes::ShapeRef.new(shape: ImageRepositoryType, required: true, location_name: "ImageRepositoryType"))
|
327
|
+
ImageRepository.struct_class = Types::ImageRepository
|
328
|
+
|
329
|
+
InstanceConfiguration.add_member(:cpu, Shapes::ShapeRef.new(shape: Cpu, location_name: "Cpu"))
|
330
|
+
InstanceConfiguration.add_member(:memory, Shapes::ShapeRef.new(shape: Memory, location_name: "Memory"))
|
331
|
+
InstanceConfiguration.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "InstanceRoleArn"))
|
332
|
+
InstanceConfiguration.struct_class = Types::InstanceConfiguration
|
333
|
+
|
334
|
+
InternalServiceErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
335
|
+
InternalServiceErrorException.struct_class = Types::InternalServiceErrorException
|
336
|
+
|
337
|
+
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
338
|
+
InvalidRequestException.struct_class = Types::InvalidRequestException
|
339
|
+
|
340
|
+
InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
341
|
+
InvalidStateException.struct_class = Types::InvalidStateException
|
342
|
+
|
343
|
+
ListAutoScalingConfigurationsRequest.add_member(:auto_scaling_configuration_name, Shapes::ShapeRef.new(shape: AutoScalingConfigurationName, location_name: "AutoScalingConfigurationName"))
|
344
|
+
ListAutoScalingConfigurationsRequest.add_member(:latest_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "LatestOnly"))
|
345
|
+
ListAutoScalingConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
346
|
+
ListAutoScalingConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
347
|
+
ListAutoScalingConfigurationsRequest.struct_class = Types::ListAutoScalingConfigurationsRequest
|
348
|
+
|
349
|
+
ListAutoScalingConfigurationsResponse.add_member(:auto_scaling_configuration_summary_list, Shapes::ShapeRef.new(shape: AutoScalingConfigurationSummaryList, required: true, location_name: "AutoScalingConfigurationSummaryList"))
|
350
|
+
ListAutoScalingConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
351
|
+
ListAutoScalingConfigurationsResponse.struct_class = Types::ListAutoScalingConfigurationsResponse
|
352
|
+
|
353
|
+
ListConnectionsRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
354
|
+
ListConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
355
|
+
ListConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
356
|
+
ListConnectionsRequest.struct_class = Types::ListConnectionsRequest
|
357
|
+
|
358
|
+
ListConnectionsResponse.add_member(:connection_summary_list, Shapes::ShapeRef.new(shape: ConnectionSummaryList, required: true, location_name: "ConnectionSummaryList"))
|
359
|
+
ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
360
|
+
ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
|
361
|
+
|
362
|
+
ListOperationsRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
363
|
+
ListOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
364
|
+
ListOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOperationsMaxResults, location_name: "MaxResults"))
|
365
|
+
ListOperationsRequest.struct_class = Types::ListOperationsRequest
|
366
|
+
|
367
|
+
ListOperationsResponse.add_member(:operation_summary_list, Shapes::ShapeRef.new(shape: OperationSummaryList, location_name: "OperationSummaryList"))
|
368
|
+
ListOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
369
|
+
ListOperationsResponse.struct_class = Types::ListOperationsResponse
|
370
|
+
|
371
|
+
ListServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
372
|
+
ListServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ServiceMaxResults, location_name: "MaxResults"))
|
373
|
+
ListServicesRequest.struct_class = Types::ListServicesRequest
|
374
|
+
|
375
|
+
ListServicesResponse.add_member(:service_summary_list, Shapes::ShapeRef.new(shape: ServiceSummaryList, required: true, location_name: "ServiceSummaryList"))
|
376
|
+
ListServicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
377
|
+
ListServicesResponse.struct_class = Types::ListServicesResponse
|
378
|
+
|
379
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ResourceArn"))
|
380
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
381
|
+
|
382
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
383
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
384
|
+
|
385
|
+
OperationSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
|
386
|
+
OperationSummary.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, location_name: "Type"))
|
387
|
+
OperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "Status"))
|
388
|
+
OperationSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "TargetArn"))
|
389
|
+
OperationSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedAt"))
|
390
|
+
OperationSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndedAt"))
|
391
|
+
OperationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
392
|
+
OperationSummary.struct_class = Types::OperationSummary
|
393
|
+
|
394
|
+
OperationSummaryList.member = Shapes::ShapeRef.new(shape: OperationSummary)
|
395
|
+
|
396
|
+
PauseServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
397
|
+
PauseServiceRequest.struct_class = Types::PauseServiceRequest
|
398
|
+
|
399
|
+
PauseServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
|
400
|
+
PauseServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, location_name: "OperationId"))
|
401
|
+
PauseServiceResponse.struct_class = Types::PauseServiceResponse
|
402
|
+
|
403
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
404
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
405
|
+
|
406
|
+
ResumeServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
407
|
+
ResumeServiceRequest.struct_class = Types::ResumeServiceRequest
|
408
|
+
|
409
|
+
ResumeServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
|
410
|
+
ResumeServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, location_name: "OperationId"))
|
411
|
+
ResumeServiceResponse.struct_class = Types::ResumeServiceResponse
|
412
|
+
|
413
|
+
RuntimeEnvironmentVariables.key = Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariablesKey)
|
414
|
+
RuntimeEnvironmentVariables.value = Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariablesValue)
|
415
|
+
|
416
|
+
Service.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "ServiceName"))
|
417
|
+
Service.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
|
418
|
+
Service.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
419
|
+
Service.add_member(:service_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceUrl"))
|
420
|
+
Service.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
421
|
+
Service.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
|
422
|
+
Service.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
|
423
|
+
Service.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, required: true, location_name: "Status"))
|
424
|
+
Service.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SourceConfiguration, required: true, location_name: "SourceConfiguration"))
|
425
|
+
Service.add_member(:instance_configuration, Shapes::ShapeRef.new(shape: InstanceConfiguration, required: true, location_name: "InstanceConfiguration"))
|
426
|
+
Service.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
427
|
+
Service.add_member(:health_check_configuration, Shapes::ShapeRef.new(shape: HealthCheckConfiguration, location_name: "HealthCheckConfiguration"))
|
428
|
+
Service.add_member(:auto_scaling_configuration_summary, Shapes::ShapeRef.new(shape: AutoScalingConfigurationSummary, required: true, location_name: "AutoScalingConfigurationSummary"))
|
429
|
+
Service.struct_class = Types::Service
|
430
|
+
|
431
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
432
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
433
|
+
|
434
|
+
ServiceSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "ServiceName"))
|
435
|
+
ServiceSummary.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "ServiceId"))
|
436
|
+
ServiceSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
|
437
|
+
ServiceSummary.add_member(:service_url, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUrl"))
|
438
|
+
ServiceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
439
|
+
ServiceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
440
|
+
ServiceSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "Status"))
|
441
|
+
ServiceSummary.struct_class = Types::ServiceSummary
|
442
|
+
|
443
|
+
ServiceSummaryList.member = Shapes::ShapeRef.new(shape: ServiceSummary)
|
444
|
+
|
445
|
+
SourceCodeVersion.add_member(:type, Shapes::ShapeRef.new(shape: SourceCodeVersionType, required: true, location_name: "Type"))
|
446
|
+
SourceCodeVersion.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
447
|
+
SourceCodeVersion.struct_class = Types::SourceCodeVersion
|
448
|
+
|
449
|
+
SourceConfiguration.add_member(:code_repository, Shapes::ShapeRef.new(shape: CodeRepository, location_name: "CodeRepository"))
|
450
|
+
SourceConfiguration.add_member(:image_repository, Shapes::ShapeRef.new(shape: ImageRepository, location_name: "ImageRepository"))
|
451
|
+
SourceConfiguration.add_member(:auto_deployments_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "AutoDeploymentsEnabled"))
|
452
|
+
SourceConfiguration.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "AuthenticationConfiguration"))
|
453
|
+
SourceConfiguration.struct_class = Types::SourceConfiguration
|
454
|
+
|
455
|
+
StartDeploymentRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
456
|
+
StartDeploymentRequest.struct_class = Types::StartDeploymentRequest
|
457
|
+
|
458
|
+
StartDeploymentResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
|
459
|
+
StartDeploymentResponse.struct_class = Types::StartDeploymentResponse
|
460
|
+
|
461
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
|
462
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
463
|
+
Tag.struct_class = Types::Tag
|
464
|
+
|
465
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
466
|
+
|
467
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
468
|
+
|
469
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ResourceArn"))
|
470
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
471
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
472
|
+
|
473
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
474
|
+
|
475
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ResourceArn"))
|
476
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
477
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
478
|
+
|
479
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
480
|
+
|
481
|
+
UpdateServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
|
482
|
+
UpdateServiceRequest.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SourceConfiguration, location_name: "SourceConfiguration"))
|
483
|
+
UpdateServiceRequest.add_member(:instance_configuration, Shapes::ShapeRef.new(shape: InstanceConfiguration, location_name: "InstanceConfiguration"))
|
484
|
+
UpdateServiceRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
|
485
|
+
UpdateServiceRequest.add_member(:health_check_configuration, Shapes::ShapeRef.new(shape: HealthCheckConfiguration, location_name: "HealthCheckConfiguration"))
|
486
|
+
UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
|
487
|
+
|
488
|
+
UpdateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
|
489
|
+
UpdateServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
|
490
|
+
UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
|
491
|
+
|
492
|
+
|
493
|
+
# @api private
|
494
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
495
|
+
|
496
|
+
api.version = "2020-05-15"
|
497
|
+
|
498
|
+
api.metadata = {
|
499
|
+
"apiVersion" => "2020-05-15",
|
500
|
+
"endpointPrefix" => "apprunner",
|
501
|
+
"jsonVersion" => "1.0",
|
502
|
+
"protocol" => "json",
|
503
|
+
"serviceFullName" => "AWS App Runner",
|
504
|
+
"serviceId" => "AppRunner",
|
505
|
+
"signatureVersion" => "v4",
|
506
|
+
"signingName" => "apprunner",
|
507
|
+
"targetPrefix" => "AppRunner",
|
508
|
+
"uid" => "apprunner-2020-05-15",
|
509
|
+
}
|
510
|
+
|
511
|
+
api.add_operation(:associate_custom_domain, Seahorse::Model::Operation.new.tap do |o|
|
512
|
+
o.name = "AssociateCustomDomain"
|
513
|
+
o.http_method = "POST"
|
514
|
+
o.http_request_uri = "/"
|
515
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateCustomDomainRequest)
|
516
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateCustomDomainResponse)
|
517
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
518
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
519
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
520
|
+
end)
|
521
|
+
|
522
|
+
api.add_operation(:create_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
|
523
|
+
o.name = "CreateAutoScalingConfiguration"
|
524
|
+
o.http_method = "POST"
|
525
|
+
o.http_request_uri = "/"
|
526
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAutoScalingConfigurationRequest)
|
527
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAutoScalingConfigurationResponse)
|
528
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
529
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
530
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
531
|
+
end)
|
532
|
+
|
533
|
+
api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
|
534
|
+
o.name = "CreateConnection"
|
535
|
+
o.http_method = "POST"
|
536
|
+
o.http_request_uri = "/"
|
537
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
|
538
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectionResponse)
|
539
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
540
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
541
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
542
|
+
end)
|
543
|
+
|
544
|
+
api.add_operation(:create_service, Seahorse::Model::Operation.new.tap do |o|
|
545
|
+
o.name = "CreateService"
|
546
|
+
o.http_method = "POST"
|
547
|
+
o.http_request_uri = "/"
|
548
|
+
o.input = Shapes::ShapeRef.new(shape: CreateServiceRequest)
|
549
|
+
o.output = Shapes::ShapeRef.new(shape: CreateServiceResponse)
|
550
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
551
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
552
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
553
|
+
end)
|
554
|
+
|
555
|
+
api.add_operation(:delete_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
|
556
|
+
o.name = "DeleteAutoScalingConfiguration"
|
557
|
+
o.http_method = "POST"
|
558
|
+
o.http_request_uri = "/"
|
559
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAutoScalingConfigurationRequest)
|
560
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAutoScalingConfigurationResponse)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
562
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
564
|
+
end)
|
565
|
+
|
566
|
+
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
567
|
+
o.name = "DeleteConnection"
|
568
|
+
o.http_method = "POST"
|
569
|
+
o.http_request_uri = "/"
|
570
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectionRequest)
|
571
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectionResponse)
|
572
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
573
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
574
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
575
|
+
end)
|
576
|
+
|
577
|
+
api.add_operation(:delete_service, Seahorse::Model::Operation.new.tap do |o|
|
578
|
+
o.name = "DeleteService"
|
579
|
+
o.http_method = "POST"
|
580
|
+
o.http_request_uri = "/"
|
581
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteServiceRequest)
|
582
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
|
583
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
584
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
585
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
586
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
587
|
+
end)
|
588
|
+
|
589
|
+
api.add_operation(:describe_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
|
590
|
+
o.name = "DescribeAutoScalingConfiguration"
|
591
|
+
o.http_method = "POST"
|
592
|
+
o.http_request_uri = "/"
|
593
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAutoScalingConfigurationRequest)
|
594
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAutoScalingConfigurationResponse)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
596
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
597
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
598
|
+
end)
|
599
|
+
|
600
|
+
api.add_operation(:describe_custom_domains, Seahorse::Model::Operation.new.tap do |o|
|
601
|
+
o.name = "DescribeCustomDomains"
|
602
|
+
o.http_method = "POST"
|
603
|
+
o.http_request_uri = "/"
|
604
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeCustomDomainsRequest)
|
605
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeCustomDomainsResponse)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
607
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
609
|
+
o[:pager] = Aws::Pager.new(
|
610
|
+
limit_key: "max_results",
|
611
|
+
tokens: {
|
612
|
+
"next_token" => "next_token"
|
613
|
+
}
|
614
|
+
)
|
615
|
+
end)
|
616
|
+
|
617
|
+
api.add_operation(:describe_service, Seahorse::Model::Operation.new.tap do |o|
|
618
|
+
o.name = "DescribeService"
|
619
|
+
o.http_method = "POST"
|
620
|
+
o.http_request_uri = "/"
|
621
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeServiceRequest)
|
622
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeServiceResponse)
|
623
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
624
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
625
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
626
|
+
end)
|
627
|
+
|
628
|
+
api.add_operation(:disassociate_custom_domain, Seahorse::Model::Operation.new.tap do |o|
|
629
|
+
o.name = "DisassociateCustomDomain"
|
630
|
+
o.http_method = "POST"
|
631
|
+
o.http_request_uri = "/"
|
632
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateCustomDomainRequest)
|
633
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateCustomDomainResponse)
|
634
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
635
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
636
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
637
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
638
|
+
end)
|
639
|
+
|
640
|
+
api.add_operation(:list_auto_scaling_configurations, Seahorse::Model::Operation.new.tap do |o|
|
641
|
+
o.name = "ListAutoScalingConfigurations"
|
642
|
+
o.http_method = "POST"
|
643
|
+
o.http_request_uri = "/"
|
644
|
+
o.input = Shapes::ShapeRef.new(shape: ListAutoScalingConfigurationsRequest)
|
645
|
+
o.output = Shapes::ShapeRef.new(shape: ListAutoScalingConfigurationsResponse)
|
646
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
648
|
+
o[:pager] = Aws::Pager.new(
|
649
|
+
limit_key: "max_results",
|
650
|
+
tokens: {
|
651
|
+
"next_token" => "next_token"
|
652
|
+
}
|
653
|
+
)
|
654
|
+
end)
|
655
|
+
|
656
|
+
api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
|
657
|
+
o.name = "ListConnections"
|
658
|
+
o.http_method = "POST"
|
659
|
+
o.http_request_uri = "/"
|
660
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionsRequest)
|
661
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionsResponse)
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
664
|
+
o[:pager] = Aws::Pager.new(
|
665
|
+
limit_key: "max_results",
|
666
|
+
tokens: {
|
667
|
+
"next_token" => "next_token"
|
668
|
+
}
|
669
|
+
)
|
670
|
+
end)
|
671
|
+
|
672
|
+
api.add_operation(:list_operations, Seahorse::Model::Operation.new.tap do |o|
|
673
|
+
o.name = "ListOperations"
|
674
|
+
o.http_method = "POST"
|
675
|
+
o.http_request_uri = "/"
|
676
|
+
o.input = Shapes::ShapeRef.new(shape: ListOperationsRequest)
|
677
|
+
o.output = Shapes::ShapeRef.new(shape: ListOperationsResponse)
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
681
|
+
o[:pager] = Aws::Pager.new(
|
682
|
+
limit_key: "max_results",
|
683
|
+
tokens: {
|
684
|
+
"next_token" => "next_token"
|
685
|
+
}
|
686
|
+
)
|
687
|
+
end)
|
688
|
+
|
689
|
+
api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
|
690
|
+
o.name = "ListServices"
|
691
|
+
o.http_method = "POST"
|
692
|
+
o.http_request_uri = "/"
|
693
|
+
o.input = Shapes::ShapeRef.new(shape: ListServicesRequest)
|
694
|
+
o.output = Shapes::ShapeRef.new(shape: ListServicesResponse)
|
695
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
697
|
+
o[:pager] = Aws::Pager.new(
|
698
|
+
limit_key: "max_results",
|
699
|
+
tokens: {
|
700
|
+
"next_token" => "next_token"
|
701
|
+
}
|
702
|
+
)
|
703
|
+
end)
|
704
|
+
|
705
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
706
|
+
o.name = "ListTagsForResource"
|
707
|
+
o.http_method = "POST"
|
708
|
+
o.http_request_uri = "/"
|
709
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
710
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
715
|
+
end)
|
716
|
+
|
717
|
+
api.add_operation(:pause_service, Seahorse::Model::Operation.new.tap do |o|
|
718
|
+
o.name = "PauseService"
|
719
|
+
o.http_method = "POST"
|
720
|
+
o.http_request_uri = "/"
|
721
|
+
o.input = Shapes::ShapeRef.new(shape: PauseServiceRequest)
|
722
|
+
o.output = Shapes::ShapeRef.new(shape: PauseServiceResponse)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
725
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
726
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
727
|
+
end)
|
728
|
+
|
729
|
+
api.add_operation(:resume_service, Seahorse::Model::Operation.new.tap do |o|
|
730
|
+
o.name = "ResumeService"
|
731
|
+
o.http_method = "POST"
|
732
|
+
o.http_request_uri = "/"
|
733
|
+
o.input = Shapes::ShapeRef.new(shape: ResumeServiceRequest)
|
734
|
+
o.output = Shapes::ShapeRef.new(shape: ResumeServiceResponse)
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
738
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
739
|
+
end)
|
740
|
+
|
741
|
+
api.add_operation(:start_deployment, Seahorse::Model::Operation.new.tap do |o|
|
742
|
+
o.name = "StartDeployment"
|
743
|
+
o.http_method = "POST"
|
744
|
+
o.http_request_uri = "/"
|
745
|
+
o.input = Shapes::ShapeRef.new(shape: StartDeploymentRequest)
|
746
|
+
o.output = Shapes::ShapeRef.new(shape: StartDeploymentResponse)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
750
|
+
end)
|
751
|
+
|
752
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
753
|
+
o.name = "TagResource"
|
754
|
+
o.http_method = "POST"
|
755
|
+
o.http_request_uri = "/"
|
756
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
757
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
762
|
+
end)
|
763
|
+
|
764
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
765
|
+
o.name = "UntagResource"
|
766
|
+
o.http_method = "POST"
|
767
|
+
o.http_request_uri = "/"
|
768
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
769
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
774
|
+
end)
|
775
|
+
|
776
|
+
api.add_operation(:update_service, Seahorse::Model::Operation.new.tap do |o|
|
777
|
+
o.name = "UpdateService"
|
778
|
+
o.http_method = "POST"
|
779
|
+
o.http_request_uri = "/"
|
780
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateServiceRequest)
|
781
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateServiceResponse)
|
782
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
784
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
785
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
|
786
|
+
end)
|
787
|
+
end
|
788
|
+
|
789
|
+
end
|
790
|
+
end
|