aws-sdk-redshiftserverless 1.1.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 +15 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-redshiftserverless/client.rb +2370 -0
- data/lib/aws-sdk-redshiftserverless/client_api.rb +1156 -0
- data/lib/aws-sdk-redshiftserverless/customizations.rb +0 -0
- data/lib/aws-sdk-redshiftserverless/errors.rb +230 -0
- data/lib/aws-sdk-redshiftserverless/resource.rb +26 -0
- data/lib/aws-sdk-redshiftserverless/types.rb +2546 -0
- data/lib/aws-sdk-redshiftserverless.rb +53 -0
- metadata +90 -0
@@ -0,0 +1,1156 @@
|
|
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::RedshiftServerless
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
|
18
|
+
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
19
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
20
|
+
ConfigParameter = Shapes::StructureShape.new(name: 'ConfigParameter')
|
21
|
+
ConfigParameterList = Shapes::ListShape.new(name: 'ConfigParameterList')
|
22
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
23
|
+
ConvertRecoveryPointToSnapshotRequest = Shapes::StructureShape.new(name: 'ConvertRecoveryPointToSnapshotRequest')
|
24
|
+
ConvertRecoveryPointToSnapshotResponse = Shapes::StructureShape.new(name: 'ConvertRecoveryPointToSnapshotResponse')
|
25
|
+
CreateEndpointAccessRequest = Shapes::StructureShape.new(name: 'CreateEndpointAccessRequest')
|
26
|
+
CreateEndpointAccessResponse = Shapes::StructureShape.new(name: 'CreateEndpointAccessResponse')
|
27
|
+
CreateNamespaceRequest = Shapes::StructureShape.new(name: 'CreateNamespaceRequest')
|
28
|
+
CreateNamespaceResponse = Shapes::StructureShape.new(name: 'CreateNamespaceResponse')
|
29
|
+
CreateSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSnapshotRequest')
|
30
|
+
CreateSnapshotResponse = Shapes::StructureShape.new(name: 'CreateSnapshotResponse')
|
31
|
+
CreateUsageLimitRequest = Shapes::StructureShape.new(name: 'CreateUsageLimitRequest')
|
32
|
+
CreateUsageLimitResponse = Shapes::StructureShape.new(name: 'CreateUsageLimitResponse')
|
33
|
+
CreateWorkgroupRequest = Shapes::StructureShape.new(name: 'CreateWorkgroupRequest')
|
34
|
+
CreateWorkgroupResponse = Shapes::StructureShape.new(name: 'CreateWorkgroupResponse')
|
35
|
+
DbName = Shapes::StringShape.new(name: 'DbName')
|
36
|
+
DbPassword = Shapes::StringShape.new(name: 'DbPassword')
|
37
|
+
DbUser = Shapes::StringShape.new(name: 'DbUser')
|
38
|
+
DeleteEndpointAccessRequest = Shapes::StructureShape.new(name: 'DeleteEndpointAccessRequest')
|
39
|
+
DeleteEndpointAccessResponse = Shapes::StructureShape.new(name: 'DeleteEndpointAccessResponse')
|
40
|
+
DeleteNamespaceRequest = Shapes::StructureShape.new(name: 'DeleteNamespaceRequest')
|
41
|
+
DeleteNamespaceResponse = Shapes::StructureShape.new(name: 'DeleteNamespaceResponse')
|
42
|
+
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
43
|
+
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
44
|
+
DeleteSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteSnapshotRequest')
|
45
|
+
DeleteSnapshotResponse = Shapes::StructureShape.new(name: 'DeleteSnapshotResponse')
|
46
|
+
DeleteUsageLimitRequest = Shapes::StructureShape.new(name: 'DeleteUsageLimitRequest')
|
47
|
+
DeleteUsageLimitResponse = Shapes::StructureShape.new(name: 'DeleteUsageLimitResponse')
|
48
|
+
DeleteWorkgroupRequest = Shapes::StructureShape.new(name: 'DeleteWorkgroupRequest')
|
49
|
+
DeleteWorkgroupResponse = Shapes::StructureShape.new(name: 'DeleteWorkgroupResponse')
|
50
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
51
|
+
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
52
|
+
EndpointAccess = Shapes::StructureShape.new(name: 'EndpointAccess')
|
53
|
+
EndpointAccessList = Shapes::ListShape.new(name: 'EndpointAccessList')
|
54
|
+
GetCredentialsRequest = Shapes::StructureShape.new(name: 'GetCredentialsRequest')
|
55
|
+
GetCredentialsResponse = Shapes::StructureShape.new(name: 'GetCredentialsResponse')
|
56
|
+
GetEndpointAccessRequest = Shapes::StructureShape.new(name: 'GetEndpointAccessRequest')
|
57
|
+
GetEndpointAccessResponse = Shapes::StructureShape.new(name: 'GetEndpointAccessResponse')
|
58
|
+
GetNamespaceRequest = Shapes::StructureShape.new(name: 'GetNamespaceRequest')
|
59
|
+
GetNamespaceResponse = Shapes::StructureShape.new(name: 'GetNamespaceResponse')
|
60
|
+
GetRecoveryPointRequest = Shapes::StructureShape.new(name: 'GetRecoveryPointRequest')
|
61
|
+
GetRecoveryPointResponse = Shapes::StructureShape.new(name: 'GetRecoveryPointResponse')
|
62
|
+
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
63
|
+
GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
|
64
|
+
GetSnapshotRequest = Shapes::StructureShape.new(name: 'GetSnapshotRequest')
|
65
|
+
GetSnapshotResponse = Shapes::StructureShape.new(name: 'GetSnapshotResponse')
|
66
|
+
GetUsageLimitRequest = Shapes::StructureShape.new(name: 'GetUsageLimitRequest')
|
67
|
+
GetUsageLimitResponse = Shapes::StructureShape.new(name: 'GetUsageLimitResponse')
|
68
|
+
GetWorkgroupRequest = Shapes::StructureShape.new(name: 'GetWorkgroupRequest')
|
69
|
+
GetWorkgroupResponse = Shapes::StructureShape.new(name: 'GetWorkgroupResponse')
|
70
|
+
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
71
|
+
IamRoleArnList = Shapes::ListShape.new(name: 'IamRoleArnList')
|
72
|
+
InsufficientCapacityException = Shapes::StructureShape.new(name: 'InsufficientCapacityException')
|
73
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
74
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
75
|
+
InvalidPaginationException = Shapes::StructureShape.new(name: 'InvalidPaginationException')
|
76
|
+
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
77
|
+
ListEndpointAccessRequest = Shapes::StructureShape.new(name: 'ListEndpointAccessRequest')
|
78
|
+
ListEndpointAccessRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListEndpointAccessRequestMaxResultsInteger')
|
79
|
+
ListEndpointAccessResponse = Shapes::StructureShape.new(name: 'ListEndpointAccessResponse')
|
80
|
+
ListNamespacesRequest = Shapes::StructureShape.new(name: 'ListNamespacesRequest')
|
81
|
+
ListNamespacesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListNamespacesRequestMaxResultsInteger')
|
82
|
+
ListNamespacesResponse = Shapes::StructureShape.new(name: 'ListNamespacesResponse')
|
83
|
+
ListRecoveryPointsRequest = Shapes::StructureShape.new(name: 'ListRecoveryPointsRequest')
|
84
|
+
ListRecoveryPointsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecoveryPointsRequestMaxResultsInteger')
|
85
|
+
ListRecoveryPointsResponse = Shapes::StructureShape.new(name: 'ListRecoveryPointsResponse')
|
86
|
+
ListSnapshotsRequest = Shapes::StructureShape.new(name: 'ListSnapshotsRequest')
|
87
|
+
ListSnapshotsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSnapshotsRequestMaxResultsInteger')
|
88
|
+
ListSnapshotsResponse = Shapes::StructureShape.new(name: 'ListSnapshotsResponse')
|
89
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
90
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
91
|
+
ListUsageLimitsRequest = Shapes::StructureShape.new(name: 'ListUsageLimitsRequest')
|
92
|
+
ListUsageLimitsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListUsageLimitsRequestMaxResultsInteger')
|
93
|
+
ListUsageLimitsResponse = Shapes::StructureShape.new(name: 'ListUsageLimitsResponse')
|
94
|
+
ListWorkgroupsRequest = Shapes::StructureShape.new(name: 'ListWorkgroupsRequest')
|
95
|
+
ListWorkgroupsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkgroupsRequestMaxResultsInteger')
|
96
|
+
ListWorkgroupsResponse = Shapes::StructureShape.new(name: 'ListWorkgroupsResponse')
|
97
|
+
LogExport = Shapes::StringShape.new(name: 'LogExport')
|
98
|
+
LogExportList = Shapes::ListShape.new(name: 'LogExportList')
|
99
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
100
|
+
Namespace = Shapes::StructureShape.new(name: 'Namespace')
|
101
|
+
NamespaceList = Shapes::ListShape.new(name: 'NamespaceList')
|
102
|
+
NamespaceName = Shapes::StringShape.new(name: 'NamespaceName')
|
103
|
+
NamespaceStatus = Shapes::StringShape.new(name: 'NamespaceStatus')
|
104
|
+
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
105
|
+
NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
|
106
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
107
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
108
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
109
|
+
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
110
|
+
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
111
|
+
RecoveryPoint = Shapes::StructureShape.new(name: 'RecoveryPoint')
|
112
|
+
RecoveryPointList = Shapes::ListShape.new(name: 'RecoveryPointList')
|
113
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
114
|
+
ResourcePolicy = Shapes::StructureShape.new(name: 'ResourcePolicy')
|
115
|
+
RestoreFromRecoveryPointRequest = Shapes::StructureShape.new(name: 'RestoreFromRecoveryPointRequest')
|
116
|
+
RestoreFromRecoveryPointResponse = Shapes::StructureShape.new(name: 'RestoreFromRecoveryPointResponse')
|
117
|
+
RestoreFromSnapshotRequest = Shapes::StructureShape.new(name: 'RestoreFromSnapshotRequest')
|
118
|
+
RestoreFromSnapshotResponse = Shapes::StructureShape.new(name: 'RestoreFromSnapshotResponse')
|
119
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
120
|
+
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
121
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
122
|
+
Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
|
123
|
+
SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
|
124
|
+
SnapshotStatus = Shapes::StringShape.new(name: 'SnapshotStatus')
|
125
|
+
String = Shapes::StringShape.new(name: 'String')
|
126
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
127
|
+
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
128
|
+
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
129
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
130
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
131
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
132
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
133
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
134
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
135
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
136
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
137
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
138
|
+
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
139
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
140
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
141
|
+
UpdateEndpointAccessRequest = Shapes::StructureShape.new(name: 'UpdateEndpointAccessRequest')
|
142
|
+
UpdateEndpointAccessResponse = Shapes::StructureShape.new(name: 'UpdateEndpointAccessResponse')
|
143
|
+
UpdateNamespaceRequest = Shapes::StructureShape.new(name: 'UpdateNamespaceRequest')
|
144
|
+
UpdateNamespaceResponse = Shapes::StructureShape.new(name: 'UpdateNamespaceResponse')
|
145
|
+
UpdateSnapshotRequest = Shapes::StructureShape.new(name: 'UpdateSnapshotRequest')
|
146
|
+
UpdateSnapshotResponse = Shapes::StructureShape.new(name: 'UpdateSnapshotResponse')
|
147
|
+
UpdateUsageLimitRequest = Shapes::StructureShape.new(name: 'UpdateUsageLimitRequest')
|
148
|
+
UpdateUsageLimitResponse = Shapes::StructureShape.new(name: 'UpdateUsageLimitResponse')
|
149
|
+
UpdateWorkgroupRequest = Shapes::StructureShape.new(name: 'UpdateWorkgroupRequest')
|
150
|
+
UpdateWorkgroupResponse = Shapes::StructureShape.new(name: 'UpdateWorkgroupResponse')
|
151
|
+
UsageLimit = Shapes::StructureShape.new(name: 'UsageLimit')
|
152
|
+
UsageLimitBreachAction = Shapes::StringShape.new(name: 'UsageLimitBreachAction')
|
153
|
+
UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
|
154
|
+
UsageLimitUsageType = Shapes::StringShape.new(name: 'UsageLimitUsageType')
|
155
|
+
UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
|
156
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
157
|
+
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
158
|
+
VpcEndpointList = Shapes::ListShape.new(name: 'VpcEndpointList')
|
159
|
+
VpcSecurityGroupId = Shapes::StringShape.new(name: 'VpcSecurityGroupId')
|
160
|
+
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
161
|
+
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
162
|
+
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
163
|
+
Workgroup = Shapes::StructureShape.new(name: 'Workgroup')
|
164
|
+
WorkgroupList = Shapes::ListShape.new(name: 'WorkgroupList')
|
165
|
+
WorkgroupName = Shapes::StringShape.new(name: 'WorkgroupName')
|
166
|
+
WorkgroupStatus = Shapes::StringShape.new(name: 'WorkgroupStatus')
|
167
|
+
|
168
|
+
AccessDeniedException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
169
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
170
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
171
|
+
|
172
|
+
AccountIdList.member = Shapes::ShapeRef.new(shape: String)
|
173
|
+
|
174
|
+
ConfigParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "parameterKey"))
|
175
|
+
ConfigParameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "parameterValue"))
|
176
|
+
ConfigParameter.struct_class = Types::ConfigParameter
|
177
|
+
|
178
|
+
ConfigParameterList.member = Shapes::ShapeRef.new(shape: ConfigParameter)
|
179
|
+
|
180
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
181
|
+
ConflictException.struct_class = Types::ConflictException
|
182
|
+
|
183
|
+
ConvertRecoveryPointToSnapshotRequest.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recoveryPointId"))
|
184
|
+
ConvertRecoveryPointToSnapshotRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "retentionPeriod"))
|
185
|
+
ConvertRecoveryPointToSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
186
|
+
ConvertRecoveryPointToSnapshotRequest.struct_class = Types::ConvertRecoveryPointToSnapshotRequest
|
187
|
+
|
188
|
+
ConvertRecoveryPointToSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
|
189
|
+
ConvertRecoveryPointToSnapshotResponse.struct_class = Types::ConvertRecoveryPointToSnapshotResponse
|
190
|
+
|
191
|
+
CreateEndpointAccessRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "endpointName"))
|
192
|
+
CreateEndpointAccessRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
|
193
|
+
CreateEndpointAccessRequest.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "vpcSecurityGroupIds"))
|
194
|
+
CreateEndpointAccessRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "workgroupName"))
|
195
|
+
CreateEndpointAccessRequest.struct_class = Types::CreateEndpointAccessRequest
|
196
|
+
|
197
|
+
CreateEndpointAccessResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointAccess, location_name: "endpoint"))
|
198
|
+
CreateEndpointAccessResponse.struct_class = Types::CreateEndpointAccessResponse
|
199
|
+
|
200
|
+
CreateNamespaceRequest.add_member(:admin_user_password, Shapes::ShapeRef.new(shape: DbPassword, location_name: "adminUserPassword"))
|
201
|
+
CreateNamespaceRequest.add_member(:admin_username, Shapes::ShapeRef.new(shape: DbUser, location_name: "adminUsername"))
|
202
|
+
CreateNamespaceRequest.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "dbName"))
|
203
|
+
CreateNamespaceRequest.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "defaultIamRoleArn"))
|
204
|
+
CreateNamespaceRequest.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "iamRoles"))
|
205
|
+
CreateNamespaceRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
|
206
|
+
CreateNamespaceRequest.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogExportList, location_name: "logExports"))
|
207
|
+
CreateNamespaceRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
208
|
+
CreateNamespaceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
209
|
+
CreateNamespaceRequest.struct_class = Types::CreateNamespaceRequest
|
210
|
+
|
211
|
+
CreateNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "namespace"))
|
212
|
+
CreateNamespaceResponse.struct_class = Types::CreateNamespaceResponse
|
213
|
+
|
214
|
+
CreateSnapshotRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "namespaceName"))
|
215
|
+
CreateSnapshotRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "retentionPeriod"))
|
216
|
+
CreateSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
217
|
+
CreateSnapshotRequest.struct_class = Types::CreateSnapshotRequest
|
218
|
+
|
219
|
+
CreateSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
|
220
|
+
CreateSnapshotResponse.struct_class = Types::CreateSnapshotResponse
|
221
|
+
|
222
|
+
CreateUsageLimitRequest.add_member(:amount, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "amount"))
|
223
|
+
CreateUsageLimitRequest.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "breachAction"))
|
224
|
+
CreateUsageLimitRequest.add_member(:period, Shapes::ShapeRef.new(shape: UsageLimitPeriod, location_name: "period"))
|
225
|
+
CreateUsageLimitRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
226
|
+
CreateUsageLimitRequest.add_member(:usage_type, Shapes::ShapeRef.new(shape: UsageLimitUsageType, required: true, location_name: "usageType"))
|
227
|
+
CreateUsageLimitRequest.struct_class = Types::CreateUsageLimitRequest
|
228
|
+
|
229
|
+
CreateUsageLimitResponse.add_member(:usage_limit, Shapes::ShapeRef.new(shape: UsageLimit, location_name: "usageLimit"))
|
230
|
+
CreateUsageLimitResponse.struct_class = Types::CreateUsageLimitResponse
|
231
|
+
|
232
|
+
CreateWorkgroupRequest.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
233
|
+
CreateWorkgroupRequest.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
234
|
+
CreateWorkgroupRequest.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
235
|
+
CreateWorkgroupRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
236
|
+
CreateWorkgroupRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
237
|
+
CreateWorkgroupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
238
|
+
CreateWorkgroupRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
239
|
+
CreateWorkgroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
240
|
+
CreateWorkgroupRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
241
|
+
CreateWorkgroupRequest.struct_class = Types::CreateWorkgroupRequest
|
242
|
+
|
243
|
+
CreateWorkgroupResponse.add_member(:workgroup, Shapes::ShapeRef.new(shape: Workgroup, location_name: "workgroup"))
|
244
|
+
CreateWorkgroupResponse.struct_class = Types::CreateWorkgroupResponse
|
245
|
+
|
246
|
+
DeleteEndpointAccessRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "endpointName"))
|
247
|
+
DeleteEndpointAccessRequest.struct_class = Types::DeleteEndpointAccessRequest
|
248
|
+
|
249
|
+
DeleteEndpointAccessResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointAccess, location_name: "endpoint"))
|
250
|
+
DeleteEndpointAccessResponse.struct_class = Types::DeleteEndpointAccessResponse
|
251
|
+
|
252
|
+
DeleteNamespaceRequest.add_member(:final_snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "finalSnapshotName"))
|
253
|
+
DeleteNamespaceRequest.add_member(:final_snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "finalSnapshotRetentionPeriod"))
|
254
|
+
DeleteNamespaceRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
255
|
+
DeleteNamespaceRequest.struct_class = Types::DeleteNamespaceRequest
|
256
|
+
|
257
|
+
DeleteNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "namespace"))
|
258
|
+
DeleteNamespaceResponse.struct_class = Types::DeleteNamespaceResponse
|
259
|
+
|
260
|
+
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
261
|
+
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
262
|
+
|
263
|
+
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
264
|
+
|
265
|
+
DeleteSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
266
|
+
DeleteSnapshotRequest.struct_class = Types::DeleteSnapshotRequest
|
267
|
+
|
268
|
+
DeleteSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
|
269
|
+
DeleteSnapshotResponse.struct_class = Types::DeleteSnapshotResponse
|
270
|
+
|
271
|
+
DeleteUsageLimitRequest.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "usageLimitId"))
|
272
|
+
DeleteUsageLimitRequest.struct_class = Types::DeleteUsageLimitRequest
|
273
|
+
|
274
|
+
DeleteUsageLimitResponse.add_member(:usage_limit, Shapes::ShapeRef.new(shape: UsageLimit, location_name: "usageLimit"))
|
275
|
+
DeleteUsageLimitResponse.struct_class = Types::DeleteUsageLimitResponse
|
276
|
+
|
277
|
+
DeleteWorkgroupRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
278
|
+
DeleteWorkgroupRequest.struct_class = Types::DeleteWorkgroupRequest
|
279
|
+
|
280
|
+
DeleteWorkgroupResponse.add_member(:workgroup, Shapes::ShapeRef.new(shape: Workgroup, required: true, location_name: "workgroup"))
|
281
|
+
DeleteWorkgroupResponse.struct_class = Types::DeleteWorkgroupResponse
|
282
|
+
|
283
|
+
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "address"))
|
284
|
+
Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
|
285
|
+
Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointList, location_name: "vpcEndpoints"))
|
286
|
+
Endpoint.struct_class = Types::Endpoint
|
287
|
+
|
288
|
+
EndpointAccess.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "address"))
|
289
|
+
EndpointAccess.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "endpointArn"))
|
290
|
+
EndpointAccess.add_member(:endpoint_create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "endpointCreateTime"))
|
291
|
+
EndpointAccess.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, location_name: "endpointName"))
|
292
|
+
EndpointAccess.add_member(:endpoint_status, Shapes::ShapeRef.new(shape: String, location_name: "endpointStatus"))
|
293
|
+
EndpointAccess.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
|
294
|
+
EndpointAccess.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
295
|
+
EndpointAccess.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "vpcEndpoint"))
|
296
|
+
EndpointAccess.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "vpcSecurityGroups"))
|
297
|
+
EndpointAccess.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: String, location_name: "workgroupName"))
|
298
|
+
EndpointAccess.struct_class = Types::EndpointAccess
|
299
|
+
|
300
|
+
EndpointAccessList.member = Shapes::ShapeRef.new(shape: EndpointAccess)
|
301
|
+
|
302
|
+
GetCredentialsRequest.add_member(:db_name, Shapes::ShapeRef.new(shape: DbName, location_name: "dbName"))
|
303
|
+
GetCredentialsRequest.add_member(:duration_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "durationSeconds"))
|
304
|
+
GetCredentialsRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
305
|
+
GetCredentialsRequest.struct_class = Types::GetCredentialsRequest
|
306
|
+
|
307
|
+
GetCredentialsResponse.add_member(:db_password, Shapes::ShapeRef.new(shape: DbPassword, location_name: "dbPassword"))
|
308
|
+
GetCredentialsResponse.add_member(:db_user, Shapes::ShapeRef.new(shape: DbUser, location_name: "dbUser"))
|
309
|
+
GetCredentialsResponse.add_member(:expiration, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expiration"))
|
310
|
+
GetCredentialsResponse.add_member(:next_refresh_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "nextRefreshTime"))
|
311
|
+
GetCredentialsResponse.struct_class = Types::GetCredentialsResponse
|
312
|
+
|
313
|
+
GetEndpointAccessRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "endpointName"))
|
314
|
+
GetEndpointAccessRequest.struct_class = Types::GetEndpointAccessRequest
|
315
|
+
|
316
|
+
GetEndpointAccessResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointAccess, location_name: "endpoint"))
|
317
|
+
GetEndpointAccessResponse.struct_class = Types::GetEndpointAccessResponse
|
318
|
+
|
319
|
+
GetNamespaceRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
320
|
+
GetNamespaceRequest.struct_class = Types::GetNamespaceRequest
|
321
|
+
|
322
|
+
GetNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "namespace"))
|
323
|
+
GetNamespaceResponse.struct_class = Types::GetNamespaceResponse
|
324
|
+
|
325
|
+
GetRecoveryPointRequest.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recoveryPointId"))
|
326
|
+
GetRecoveryPointRequest.struct_class = Types::GetRecoveryPointRequest
|
327
|
+
|
328
|
+
GetRecoveryPointResponse.add_member(:recovery_point, Shapes::ShapeRef.new(shape: RecoveryPoint, location_name: "recoveryPoint"))
|
329
|
+
GetRecoveryPointResponse.struct_class = Types::GetRecoveryPointResponse
|
330
|
+
|
331
|
+
GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
332
|
+
GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
|
333
|
+
|
334
|
+
GetResourcePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "resourcePolicy"))
|
335
|
+
GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
|
336
|
+
|
337
|
+
GetSnapshotRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: String, location_name: "ownerAccount"))
|
338
|
+
GetSnapshotRequest.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "snapshotArn"))
|
339
|
+
GetSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
340
|
+
GetSnapshotRequest.struct_class = Types::GetSnapshotRequest
|
341
|
+
|
342
|
+
GetSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
|
343
|
+
GetSnapshotResponse.struct_class = Types::GetSnapshotResponse
|
344
|
+
|
345
|
+
GetUsageLimitRequest.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "usageLimitId"))
|
346
|
+
GetUsageLimitRequest.struct_class = Types::GetUsageLimitRequest
|
347
|
+
|
348
|
+
GetUsageLimitResponse.add_member(:usage_limit, Shapes::ShapeRef.new(shape: UsageLimit, location_name: "usageLimit"))
|
349
|
+
GetUsageLimitResponse.struct_class = Types::GetUsageLimitResponse
|
350
|
+
|
351
|
+
GetWorkgroupRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
352
|
+
GetWorkgroupRequest.struct_class = Types::GetWorkgroupRequest
|
353
|
+
|
354
|
+
GetWorkgroupResponse.add_member(:workgroup, Shapes::ShapeRef.new(shape: Workgroup, required: true, location_name: "workgroup"))
|
355
|
+
GetWorkgroupResponse.struct_class = Types::GetWorkgroupResponse
|
356
|
+
|
357
|
+
IamRoleArnList.member = Shapes::ShapeRef.new(shape: IamRoleArn)
|
358
|
+
|
359
|
+
InsufficientCapacityException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
360
|
+
InsufficientCapacityException.struct_class = Types::InsufficientCapacityException
|
361
|
+
|
362
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
363
|
+
InternalServerException.struct_class = Types::InternalServerException
|
364
|
+
|
365
|
+
InvalidPaginationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
366
|
+
InvalidPaginationException.struct_class = Types::InvalidPaginationException
|
367
|
+
|
368
|
+
ListEndpointAccessRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEndpointAccessRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
369
|
+
ListEndpointAccessRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
370
|
+
ListEndpointAccessRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
371
|
+
ListEndpointAccessRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: String, location_name: "workgroupName"))
|
372
|
+
ListEndpointAccessRequest.struct_class = Types::ListEndpointAccessRequest
|
373
|
+
|
374
|
+
ListEndpointAccessResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: EndpointAccessList, required: true, location_name: "endpoints"))
|
375
|
+
ListEndpointAccessResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
376
|
+
ListEndpointAccessResponse.struct_class = Types::ListEndpointAccessResponse
|
377
|
+
|
378
|
+
ListNamespacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListNamespacesRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
379
|
+
ListNamespacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
380
|
+
ListNamespacesRequest.struct_class = Types::ListNamespacesRequest
|
381
|
+
|
382
|
+
ListNamespacesResponse.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespaces"))
|
383
|
+
ListNamespacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
384
|
+
ListNamespacesResponse.struct_class = Types::ListNamespacesResponse
|
385
|
+
|
386
|
+
ListRecoveryPointsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
387
|
+
ListRecoveryPointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRecoveryPointsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
388
|
+
ListRecoveryPointsRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
389
|
+
ListRecoveryPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
390
|
+
ListRecoveryPointsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
391
|
+
ListRecoveryPointsRequest.struct_class = Types::ListRecoveryPointsRequest
|
392
|
+
|
393
|
+
ListRecoveryPointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
394
|
+
ListRecoveryPointsResponse.add_member(:recovery_points, Shapes::ShapeRef.new(shape: RecoveryPointList, location_name: "recoveryPoints"))
|
395
|
+
ListRecoveryPointsResponse.struct_class = Types::ListRecoveryPointsResponse
|
396
|
+
|
397
|
+
ListSnapshotsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
398
|
+
ListSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSnapshotsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
399
|
+
ListSnapshotsRequest.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "namespaceArn"))
|
400
|
+
ListSnapshotsRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
|
401
|
+
ListSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
402
|
+
ListSnapshotsRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: String, location_name: "ownerAccount"))
|
403
|
+
ListSnapshotsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
404
|
+
ListSnapshotsRequest.struct_class = Types::ListSnapshotsRequest
|
405
|
+
|
406
|
+
ListSnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
407
|
+
ListSnapshotsResponse.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotList, location_name: "snapshots"))
|
408
|
+
ListSnapshotsResponse.struct_class = Types::ListSnapshotsResponse
|
409
|
+
|
410
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "resourceArn"))
|
411
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
412
|
+
|
413
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
414
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
415
|
+
|
416
|
+
ListUsageLimitsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListUsageLimitsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
417
|
+
ListUsageLimitsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
418
|
+
ListUsageLimitsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
|
419
|
+
ListUsageLimitsRequest.add_member(:usage_type, Shapes::ShapeRef.new(shape: UsageLimitUsageType, location_name: "usageType"))
|
420
|
+
ListUsageLimitsRequest.struct_class = Types::ListUsageLimitsRequest
|
421
|
+
|
422
|
+
ListUsageLimitsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
423
|
+
ListUsageLimitsResponse.add_member(:usage_limits, Shapes::ShapeRef.new(shape: UsageLimits, location_name: "usageLimits"))
|
424
|
+
ListUsageLimitsResponse.struct_class = Types::ListUsageLimitsResponse
|
425
|
+
|
426
|
+
ListWorkgroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkgroupsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
427
|
+
ListWorkgroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
428
|
+
ListWorkgroupsRequest.struct_class = Types::ListWorkgroupsRequest
|
429
|
+
|
430
|
+
ListWorkgroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
431
|
+
ListWorkgroupsResponse.add_member(:workgroups, Shapes::ShapeRef.new(shape: WorkgroupList, required: true, location_name: "workgroups"))
|
432
|
+
ListWorkgroupsResponse.struct_class = Types::ListWorkgroupsResponse
|
433
|
+
|
434
|
+
LogExportList.member = Shapes::ShapeRef.new(shape: LogExport)
|
435
|
+
|
436
|
+
Namespace.add_member(:admin_username, Shapes::ShapeRef.new(shape: DbUser, location_name: "adminUsername"))
|
437
|
+
Namespace.add_member(:creation_date, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "creationDate"))
|
438
|
+
Namespace.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "dbName"))
|
439
|
+
Namespace.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "defaultIamRoleArn"))
|
440
|
+
Namespace.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "iamRoles"))
|
441
|
+
Namespace.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
|
442
|
+
Namespace.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogExportList, location_name: "logExports"))
|
443
|
+
Namespace.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "namespaceArn"))
|
444
|
+
Namespace.add_member(:namespace_id, Shapes::ShapeRef.new(shape: String, location_name: "namespaceId"))
|
445
|
+
Namespace.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
446
|
+
Namespace.add_member(:status, Shapes::ShapeRef.new(shape: NamespaceStatus, location_name: "status"))
|
447
|
+
Namespace.struct_class = Types::Namespace
|
448
|
+
|
449
|
+
NamespaceList.member = Shapes::ShapeRef.new(shape: Namespace)
|
450
|
+
|
451
|
+
NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
452
|
+
NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
453
|
+
NetworkInterface.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
454
|
+
NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
455
|
+
NetworkInterface.struct_class = Types::NetworkInterface
|
456
|
+
|
457
|
+
NetworkInterfaceList.member = Shapes::ShapeRef.new(shape: NetworkInterface)
|
458
|
+
|
459
|
+
PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "policy"))
|
460
|
+
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
461
|
+
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
462
|
+
|
463
|
+
PutResourcePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "resourcePolicy"))
|
464
|
+
PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
|
465
|
+
|
466
|
+
RecoveryPoint.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
467
|
+
RecoveryPoint.add_member(:recovery_point_create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "recoveryPointCreateTime"))
|
468
|
+
RecoveryPoint.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, location_name: "recoveryPointId"))
|
469
|
+
RecoveryPoint.add_member(:total_size_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "totalSizeInMegaBytes"))
|
470
|
+
RecoveryPoint.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, location_name: "workgroupName"))
|
471
|
+
RecoveryPoint.struct_class = Types::RecoveryPoint
|
472
|
+
|
473
|
+
RecoveryPointList.member = Shapes::ShapeRef.new(shape: RecoveryPoint)
|
474
|
+
|
475
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
476
|
+
ResourceNotFoundException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "resourceName"))
|
477
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
478
|
+
|
479
|
+
ResourcePolicy.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "policy"))
|
480
|
+
ResourcePolicy.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
|
481
|
+
ResourcePolicy.struct_class = Types::ResourcePolicy
|
482
|
+
|
483
|
+
RestoreFromRecoveryPointRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
484
|
+
RestoreFromRecoveryPointRequest.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recoveryPointId"))
|
485
|
+
RestoreFromRecoveryPointRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
486
|
+
RestoreFromRecoveryPointRequest.struct_class = Types::RestoreFromRecoveryPointRequest
|
487
|
+
|
488
|
+
RestoreFromRecoveryPointResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "namespace"))
|
489
|
+
RestoreFromRecoveryPointResponse.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, location_name: "recoveryPointId"))
|
490
|
+
RestoreFromRecoveryPointResponse.struct_class = Types::RestoreFromRecoveryPointResponse
|
491
|
+
|
492
|
+
RestoreFromSnapshotRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
493
|
+
RestoreFromSnapshotRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: String, location_name: "ownerAccount"))
|
494
|
+
RestoreFromSnapshotRequest.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "snapshotArn"))
|
495
|
+
RestoreFromSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
496
|
+
RestoreFromSnapshotRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
497
|
+
RestoreFromSnapshotRequest.struct_class = Types::RestoreFromSnapshotRequest
|
498
|
+
|
499
|
+
RestoreFromSnapshotResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "namespace"))
|
500
|
+
RestoreFromSnapshotResponse.add_member(:owner_account, Shapes::ShapeRef.new(shape: String, location_name: "ownerAccount"))
|
501
|
+
RestoreFromSnapshotResponse.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
502
|
+
RestoreFromSnapshotResponse.struct_class = Types::RestoreFromSnapshotResponse
|
503
|
+
|
504
|
+
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
505
|
+
|
506
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
507
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
508
|
+
|
509
|
+
Snapshot.add_member(:accounts_with_provisioned_restore_access, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "accountsWithProvisionedRestoreAccess"))
|
510
|
+
Snapshot.add_member(:accounts_with_restore_access, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "accountsWithRestoreAccess"))
|
511
|
+
Snapshot.add_member(:actual_incremental_backup_size_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "actualIncrementalBackupSizeInMegaBytes"))
|
512
|
+
Snapshot.add_member(:admin_username, Shapes::ShapeRef.new(shape: String, location_name: "adminUsername"))
|
513
|
+
Snapshot.add_member(:backup_progress_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "backupProgressInMegaBytes"))
|
514
|
+
Snapshot.add_member(:current_backup_rate_in_mega_bytes_per_second, Shapes::ShapeRef.new(shape: Double, location_name: "currentBackupRateInMegaBytesPerSecond"))
|
515
|
+
Snapshot.add_member(:elapsed_time_in_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "elapsedTimeInSeconds"))
|
516
|
+
Snapshot.add_member(:estimated_seconds_to_completion, Shapes::ShapeRef.new(shape: Long, location_name: "estimatedSecondsToCompletion"))
|
517
|
+
Snapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
518
|
+
Snapshot.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "namespaceArn"))
|
519
|
+
Snapshot.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
|
520
|
+
Snapshot.add_member(:owner_account, Shapes::ShapeRef.new(shape: String, location_name: "ownerAccount"))
|
521
|
+
Snapshot.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "snapshotArn"))
|
522
|
+
Snapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "snapshotCreateTime"))
|
523
|
+
Snapshot.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
524
|
+
Snapshot.add_member(:snapshot_remaining_days, Shapes::ShapeRef.new(shape: Integer, location_name: "snapshotRemainingDays"))
|
525
|
+
Snapshot.add_member(:snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "snapshotRetentionPeriod"))
|
526
|
+
Snapshot.add_member(:snapshot_retention_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "snapshotRetentionStartTime"))
|
527
|
+
Snapshot.add_member(:status, Shapes::ShapeRef.new(shape: SnapshotStatus, location_name: "status"))
|
528
|
+
Snapshot.add_member(:total_backup_size_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "totalBackupSizeInMegaBytes"))
|
529
|
+
Snapshot.struct_class = Types::Snapshot
|
530
|
+
|
531
|
+
SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot)
|
532
|
+
|
533
|
+
SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
534
|
+
|
535
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "key"))
|
536
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "value"))
|
537
|
+
Tag.struct_class = Types::Tag
|
538
|
+
|
539
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
540
|
+
|
541
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
542
|
+
|
543
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "resourceArn"))
|
544
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
545
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
546
|
+
|
547
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
548
|
+
|
549
|
+
ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
550
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
551
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
552
|
+
|
553
|
+
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
554
|
+
TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "resourceName"))
|
555
|
+
TooManyTagsException.struct_class = Types::TooManyTagsException
|
556
|
+
|
557
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "resourceArn"))
|
558
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
|
559
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
560
|
+
|
561
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
562
|
+
|
563
|
+
UpdateEndpointAccessRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "endpointName"))
|
564
|
+
UpdateEndpointAccessRequest.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "vpcSecurityGroupIds"))
|
565
|
+
UpdateEndpointAccessRequest.struct_class = Types::UpdateEndpointAccessRequest
|
566
|
+
|
567
|
+
UpdateEndpointAccessResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointAccess, location_name: "endpoint"))
|
568
|
+
UpdateEndpointAccessResponse.struct_class = Types::UpdateEndpointAccessResponse
|
569
|
+
|
570
|
+
UpdateNamespaceRequest.add_member(:admin_user_password, Shapes::ShapeRef.new(shape: DbPassword, location_name: "adminUserPassword"))
|
571
|
+
UpdateNamespaceRequest.add_member(:admin_username, Shapes::ShapeRef.new(shape: DbUser, location_name: "adminUsername"))
|
572
|
+
UpdateNamespaceRequest.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "defaultIamRoleArn"))
|
573
|
+
UpdateNamespaceRequest.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "iamRoles"))
|
574
|
+
UpdateNamespaceRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
|
575
|
+
UpdateNamespaceRequest.add_member(:log_exports, Shapes::ShapeRef.new(shape: LogExportList, location_name: "logExports"))
|
576
|
+
UpdateNamespaceRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
577
|
+
UpdateNamespaceRequest.struct_class = Types::UpdateNamespaceRequest
|
578
|
+
|
579
|
+
UpdateNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "namespace"))
|
580
|
+
UpdateNamespaceResponse.struct_class = Types::UpdateNamespaceResponse
|
581
|
+
|
582
|
+
UpdateSnapshotRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "retentionPeriod"))
|
583
|
+
UpdateSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
584
|
+
UpdateSnapshotRequest.struct_class = Types::UpdateSnapshotRequest
|
585
|
+
|
586
|
+
UpdateSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
|
587
|
+
UpdateSnapshotResponse.struct_class = Types::UpdateSnapshotResponse
|
588
|
+
|
589
|
+
UpdateUsageLimitRequest.add_member(:amount, Shapes::ShapeRef.new(shape: Long, location_name: "amount"))
|
590
|
+
UpdateUsageLimitRequest.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "breachAction"))
|
591
|
+
UpdateUsageLimitRequest.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "usageLimitId"))
|
592
|
+
UpdateUsageLimitRequest.struct_class = Types::UpdateUsageLimitRequest
|
593
|
+
|
594
|
+
UpdateUsageLimitResponse.add_member(:usage_limit, Shapes::ShapeRef.new(shape: UsageLimit, location_name: "usageLimit"))
|
595
|
+
UpdateUsageLimitResponse.struct_class = Types::UpdateUsageLimitResponse
|
596
|
+
|
597
|
+
UpdateWorkgroupRequest.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
598
|
+
UpdateWorkgroupRequest.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
599
|
+
UpdateWorkgroupRequest.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
600
|
+
UpdateWorkgroupRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
601
|
+
UpdateWorkgroupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
602
|
+
UpdateWorkgroupRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
603
|
+
UpdateWorkgroupRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
|
604
|
+
UpdateWorkgroupRequest.struct_class = Types::UpdateWorkgroupRequest
|
605
|
+
|
606
|
+
UpdateWorkgroupResponse.add_member(:workgroup, Shapes::ShapeRef.new(shape: Workgroup, required: true, location_name: "workgroup"))
|
607
|
+
UpdateWorkgroupResponse.struct_class = Types::UpdateWorkgroupResponse
|
608
|
+
|
609
|
+
UsageLimit.add_member(:amount, Shapes::ShapeRef.new(shape: Long, location_name: "amount"))
|
610
|
+
UsageLimit.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "breachAction"))
|
611
|
+
UsageLimit.add_member(:period, Shapes::ShapeRef.new(shape: UsageLimitPeriod, location_name: "period"))
|
612
|
+
UsageLimit.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
|
613
|
+
UsageLimit.add_member(:usage_limit_arn, Shapes::ShapeRef.new(shape: String, location_name: "usageLimitArn"))
|
614
|
+
UsageLimit.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, location_name: "usageLimitId"))
|
615
|
+
UsageLimit.add_member(:usage_type, Shapes::ShapeRef.new(shape: UsageLimitUsageType, location_name: "usageType"))
|
616
|
+
UsageLimit.struct_class = Types::UsageLimit
|
617
|
+
|
618
|
+
UsageLimits.member = Shapes::ShapeRef.new(shape: UsageLimit)
|
619
|
+
|
620
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
621
|
+
ValidationException.struct_class = Types::ValidationException
|
622
|
+
|
623
|
+
VpcEndpoint.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaceList, location_name: "networkInterfaces"))
|
624
|
+
VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
625
|
+
VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
626
|
+
VpcEndpoint.struct_class = Types::VpcEndpoint
|
627
|
+
|
628
|
+
VpcEndpointList.member = Shapes::ShapeRef.new(shape: VpcEndpoint)
|
629
|
+
|
630
|
+
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupId)
|
631
|
+
|
632
|
+
VpcSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
633
|
+
VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: VpcSecurityGroupId, location_name: "vpcSecurityGroupId"))
|
634
|
+
VpcSecurityGroupMembership.struct_class = Types::VpcSecurityGroupMembership
|
635
|
+
|
636
|
+
VpcSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupMembership)
|
637
|
+
|
638
|
+
Workgroup.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
639
|
+
Workgroup.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
640
|
+
Workgroup.add_member(:creation_date, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "creationDate"))
|
641
|
+
Workgroup.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "endpoint"))
|
642
|
+
Workgroup.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "enhancedVpcRouting"))
|
643
|
+
Workgroup.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
|
644
|
+
Workgroup.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
645
|
+
Workgroup.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
|
646
|
+
Workgroup.add_member(:status, Shapes::ShapeRef.new(shape: WorkgroupStatus, location_name: "status"))
|
647
|
+
Workgroup.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
|
648
|
+
Workgroup.add_member(:workgroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "workgroupArn"))
|
649
|
+
Workgroup.add_member(:workgroup_id, Shapes::ShapeRef.new(shape: String, location_name: "workgroupId"))
|
650
|
+
Workgroup.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, location_name: "workgroupName"))
|
651
|
+
Workgroup.struct_class = Types::Workgroup
|
652
|
+
|
653
|
+
WorkgroupList.member = Shapes::ShapeRef.new(shape: Workgroup)
|
654
|
+
|
655
|
+
|
656
|
+
# @api private
|
657
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
658
|
+
|
659
|
+
api.version = "2021-04-21"
|
660
|
+
|
661
|
+
api.metadata = {
|
662
|
+
"apiVersion" => "2021-04-21",
|
663
|
+
"endpointPrefix" => "redshift-serverless",
|
664
|
+
"jsonVersion" => "1.1",
|
665
|
+
"protocol" => "json",
|
666
|
+
"serviceFullName" => "Redshift Serverless",
|
667
|
+
"serviceId" => "RedshiftServerless",
|
668
|
+
"signatureVersion" => "v4",
|
669
|
+
"signingName" => "redshift-serverless",
|
670
|
+
"targetPrefix" => "RedshiftServerless",
|
671
|
+
"uid" => "redshiftserverless-2021-04-21",
|
672
|
+
}
|
673
|
+
|
674
|
+
api.add_operation(:convert_recovery_point_to_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
675
|
+
o.name = "ConvertRecoveryPointToSnapshot"
|
676
|
+
o.http_method = "POST"
|
677
|
+
o.http_request_uri = "/"
|
678
|
+
o.input = Shapes::ShapeRef.new(shape: ConvertRecoveryPointToSnapshotRequest)
|
679
|
+
o.output = Shapes::ShapeRef.new(shape: ConvertRecoveryPointToSnapshotResponse)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
681
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
685
|
+
end)
|
686
|
+
|
687
|
+
api.add_operation(:create_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
688
|
+
o.name = "CreateEndpointAccess"
|
689
|
+
o.http_method = "POST"
|
690
|
+
o.http_request_uri = "/"
|
691
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEndpointAccessRequest)
|
692
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEndpointAccessResponse)
|
693
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
694
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
695
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
699
|
+
end)
|
700
|
+
|
701
|
+
api.add_operation(:create_namespace, Seahorse::Model::Operation.new.tap do |o|
|
702
|
+
o.name = "CreateNamespace"
|
703
|
+
o.http_method = "POST"
|
704
|
+
o.http_request_uri = "/"
|
705
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNamespaceRequest)
|
706
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNamespaceResponse)
|
707
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
708
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
709
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
711
|
+
end)
|
712
|
+
|
713
|
+
api.add_operation(:create_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
714
|
+
o.name = "CreateSnapshot"
|
715
|
+
o.http_method = "POST"
|
716
|
+
o.http_request_uri = "/"
|
717
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSnapshotRequest)
|
718
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSnapshotResponse)
|
719
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
720
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
721
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
724
|
+
end)
|
725
|
+
|
726
|
+
api.add_operation(:create_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
727
|
+
o.name = "CreateUsageLimit"
|
728
|
+
o.http_method = "POST"
|
729
|
+
o.http_request_uri = "/"
|
730
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUsageLimitRequest)
|
731
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUsageLimitResponse)
|
732
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
737
|
+
end)
|
738
|
+
|
739
|
+
api.add_operation(:create_workgroup, Seahorse::Model::Operation.new.tap do |o|
|
740
|
+
o.name = "CreateWorkgroup"
|
741
|
+
o.http_method = "POST"
|
742
|
+
o.http_request_uri = "/"
|
743
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkgroupRequest)
|
744
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkgroupResponse)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
751
|
+
end)
|
752
|
+
|
753
|
+
api.add_operation(:delete_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
754
|
+
o.name = "DeleteEndpointAccess"
|
755
|
+
o.http_method = "POST"
|
756
|
+
o.http_request_uri = "/"
|
757
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEndpointAccessRequest)
|
758
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEndpointAccessResponse)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
763
|
+
end)
|
764
|
+
|
765
|
+
api.add_operation(:delete_namespace, Seahorse::Model::Operation.new.tap do |o|
|
766
|
+
o.name = "DeleteNamespace"
|
767
|
+
o.http_method = "POST"
|
768
|
+
o.http_request_uri = "/"
|
769
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNamespaceRequest)
|
770
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNamespaceResponse)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
775
|
+
end)
|
776
|
+
|
777
|
+
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
778
|
+
o.name = "DeleteResourcePolicy"
|
779
|
+
o.http_method = "POST"
|
780
|
+
o.http_request_uri = "/"
|
781
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
|
782
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
784
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
785
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
786
|
+
end)
|
787
|
+
|
788
|
+
api.add_operation(:delete_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
789
|
+
o.name = "DeleteSnapshot"
|
790
|
+
o.http_method = "POST"
|
791
|
+
o.http_request_uri = "/"
|
792
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSnapshotRequest)
|
793
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSnapshotResponse)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
797
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
798
|
+
end)
|
799
|
+
|
800
|
+
api.add_operation(:delete_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
801
|
+
o.name = "DeleteUsageLimit"
|
802
|
+
o.http_method = "POST"
|
803
|
+
o.http_request_uri = "/"
|
804
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUsageLimitRequest)
|
805
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteUsageLimitResponse)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
810
|
+
end)
|
811
|
+
|
812
|
+
api.add_operation(:delete_workgroup, Seahorse::Model::Operation.new.tap do |o|
|
813
|
+
o.name = "DeleteWorkgroup"
|
814
|
+
o.http_method = "POST"
|
815
|
+
o.http_request_uri = "/"
|
816
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkgroupRequest)
|
817
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkgroupResponse)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
822
|
+
end)
|
823
|
+
|
824
|
+
api.add_operation(:get_credentials, Seahorse::Model::Operation.new.tap do |o|
|
825
|
+
o.name = "GetCredentials"
|
826
|
+
o.http_method = "POST"
|
827
|
+
o.http_request_uri = "/"
|
828
|
+
o.input = Shapes::ShapeRef.new(shape: GetCredentialsRequest)
|
829
|
+
o.output = Shapes::ShapeRef.new(shape: GetCredentialsResponse)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
833
|
+
end)
|
834
|
+
|
835
|
+
api.add_operation(:get_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
836
|
+
o.name = "GetEndpointAccess"
|
837
|
+
o.http_method = "POST"
|
838
|
+
o.http_request_uri = "/"
|
839
|
+
o.input = Shapes::ShapeRef.new(shape: GetEndpointAccessRequest)
|
840
|
+
o.output = Shapes::ShapeRef.new(shape: GetEndpointAccessResponse)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
845
|
+
end)
|
846
|
+
|
847
|
+
api.add_operation(:get_namespace, Seahorse::Model::Operation.new.tap do |o|
|
848
|
+
o.name = "GetNamespace"
|
849
|
+
o.http_method = "POST"
|
850
|
+
o.http_request_uri = "/"
|
851
|
+
o.input = Shapes::ShapeRef.new(shape: GetNamespaceRequest)
|
852
|
+
o.output = Shapes::ShapeRef.new(shape: GetNamespaceResponse)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
856
|
+
end)
|
857
|
+
|
858
|
+
api.add_operation(:get_recovery_point, Seahorse::Model::Operation.new.tap do |o|
|
859
|
+
o.name = "GetRecoveryPoint"
|
860
|
+
o.http_method = "POST"
|
861
|
+
o.http_request_uri = "/"
|
862
|
+
o.input = Shapes::ShapeRef.new(shape: GetRecoveryPointRequest)
|
863
|
+
o.output = Shapes::ShapeRef.new(shape: GetRecoveryPointResponse)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
868
|
+
end)
|
869
|
+
|
870
|
+
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
871
|
+
o.name = "GetResourcePolicy"
|
872
|
+
o.http_method = "POST"
|
873
|
+
o.http_request_uri = "/"
|
874
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
|
875
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
879
|
+
end)
|
880
|
+
|
881
|
+
api.add_operation(:get_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
882
|
+
o.name = "GetSnapshot"
|
883
|
+
o.http_method = "POST"
|
884
|
+
o.http_request_uri = "/"
|
885
|
+
o.input = Shapes::ShapeRef.new(shape: GetSnapshotRequest)
|
886
|
+
o.output = Shapes::ShapeRef.new(shape: GetSnapshotResponse)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
890
|
+
end)
|
891
|
+
|
892
|
+
api.add_operation(:get_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
893
|
+
o.name = "GetUsageLimit"
|
894
|
+
o.http_method = "POST"
|
895
|
+
o.http_request_uri = "/"
|
896
|
+
o.input = Shapes::ShapeRef.new(shape: GetUsageLimitRequest)
|
897
|
+
o.output = Shapes::ShapeRef.new(shape: GetUsageLimitResponse)
|
898
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
902
|
+
end)
|
903
|
+
|
904
|
+
api.add_operation(:get_workgroup, Seahorse::Model::Operation.new.tap do |o|
|
905
|
+
o.name = "GetWorkgroup"
|
906
|
+
o.http_method = "POST"
|
907
|
+
o.http_request_uri = "/"
|
908
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkgroupRequest)
|
909
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkgroupResponse)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
912
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
913
|
+
end)
|
914
|
+
|
915
|
+
api.add_operation(:list_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
916
|
+
o.name = "ListEndpointAccess"
|
917
|
+
o.http_method = "POST"
|
918
|
+
o.http_request_uri = "/"
|
919
|
+
o.input = Shapes::ShapeRef.new(shape: ListEndpointAccessRequest)
|
920
|
+
o.output = Shapes::ShapeRef.new(shape: ListEndpointAccessResponse)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
925
|
+
o[:pager] = Aws::Pager.new(
|
926
|
+
limit_key: "max_results",
|
927
|
+
tokens: {
|
928
|
+
"next_token" => "next_token"
|
929
|
+
}
|
930
|
+
)
|
931
|
+
end)
|
932
|
+
|
933
|
+
api.add_operation(:list_namespaces, Seahorse::Model::Operation.new.tap do |o|
|
934
|
+
o.name = "ListNamespaces"
|
935
|
+
o.http_method = "POST"
|
936
|
+
o.http_request_uri = "/"
|
937
|
+
o.input = Shapes::ShapeRef.new(shape: ListNamespacesRequest)
|
938
|
+
o.output = Shapes::ShapeRef.new(shape: ListNamespacesResponse)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
941
|
+
o[:pager] = Aws::Pager.new(
|
942
|
+
limit_key: "max_results",
|
943
|
+
tokens: {
|
944
|
+
"next_token" => "next_token"
|
945
|
+
}
|
946
|
+
)
|
947
|
+
end)
|
948
|
+
|
949
|
+
api.add_operation(:list_recovery_points, Seahorse::Model::Operation.new.tap do |o|
|
950
|
+
o.name = "ListRecoveryPoints"
|
951
|
+
o.http_method = "POST"
|
952
|
+
o.http_request_uri = "/"
|
953
|
+
o.input = Shapes::ShapeRef.new(shape: ListRecoveryPointsRequest)
|
954
|
+
o.output = Shapes::ShapeRef.new(shape: ListRecoveryPointsResponse)
|
955
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
956
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
957
|
+
o[:pager] = Aws::Pager.new(
|
958
|
+
limit_key: "max_results",
|
959
|
+
tokens: {
|
960
|
+
"next_token" => "next_token"
|
961
|
+
}
|
962
|
+
)
|
963
|
+
end)
|
964
|
+
|
965
|
+
api.add_operation(:list_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
966
|
+
o.name = "ListSnapshots"
|
967
|
+
o.http_method = "POST"
|
968
|
+
o.http_request_uri = "/"
|
969
|
+
o.input = Shapes::ShapeRef.new(shape: ListSnapshotsRequest)
|
970
|
+
o.output = Shapes::ShapeRef.new(shape: ListSnapshotsResponse)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
974
|
+
o[:pager] = Aws::Pager.new(
|
975
|
+
limit_key: "max_results",
|
976
|
+
tokens: {
|
977
|
+
"next_token" => "next_token"
|
978
|
+
}
|
979
|
+
)
|
980
|
+
end)
|
981
|
+
|
982
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
983
|
+
o.name = "ListTagsForResource"
|
984
|
+
o.http_method = "POST"
|
985
|
+
o.http_request_uri = "/"
|
986
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
987
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
992
|
+
end)
|
993
|
+
|
994
|
+
api.add_operation(:list_usage_limits, Seahorse::Model::Operation.new.tap do |o|
|
995
|
+
o.name = "ListUsageLimits"
|
996
|
+
o.http_method = "POST"
|
997
|
+
o.http_request_uri = "/"
|
998
|
+
o.input = Shapes::ShapeRef.new(shape: ListUsageLimitsRequest)
|
999
|
+
o.output = Shapes::ShapeRef.new(shape: ListUsageLimitsResponse)
|
1000
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1005
|
+
o[:pager] = Aws::Pager.new(
|
1006
|
+
limit_key: "max_results",
|
1007
|
+
tokens: {
|
1008
|
+
"next_token" => "next_token"
|
1009
|
+
}
|
1010
|
+
)
|
1011
|
+
end)
|
1012
|
+
|
1013
|
+
api.add_operation(:list_workgroups, Seahorse::Model::Operation.new.tap do |o|
|
1014
|
+
o.name = "ListWorkgroups"
|
1015
|
+
o.http_method = "POST"
|
1016
|
+
o.http_request_uri = "/"
|
1017
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkgroupsRequest)
|
1018
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkgroupsResponse)
|
1019
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1020
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1021
|
+
o[:pager] = Aws::Pager.new(
|
1022
|
+
limit_key: "max_results",
|
1023
|
+
tokens: {
|
1024
|
+
"next_token" => "next_token"
|
1025
|
+
}
|
1026
|
+
)
|
1027
|
+
end)
|
1028
|
+
|
1029
|
+
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
1030
|
+
o.name = "PutResourcePolicy"
|
1031
|
+
o.http_method = "POST"
|
1032
|
+
o.http_request_uri = "/"
|
1033
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
|
1034
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
|
1035
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1036
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1037
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1038
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1040
|
+
end)
|
1041
|
+
|
1042
|
+
api.add_operation(:restore_from_recovery_point, Seahorse::Model::Operation.new.tap do |o|
|
1043
|
+
o.name = "RestoreFromRecoveryPoint"
|
1044
|
+
o.http_method = "POST"
|
1045
|
+
o.http_request_uri = "/"
|
1046
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreFromRecoveryPointRequest)
|
1047
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreFromRecoveryPointResponse)
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1052
|
+
end)
|
1053
|
+
|
1054
|
+
api.add_operation(:restore_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1055
|
+
o.name = "RestoreFromSnapshot"
|
1056
|
+
o.http_method = "POST"
|
1057
|
+
o.http_request_uri = "/"
|
1058
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreFromSnapshotRequest)
|
1059
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreFromSnapshotResponse)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1062
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1065
|
+
end)
|
1066
|
+
|
1067
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1068
|
+
o.name = "TagResource"
|
1069
|
+
o.http_method = "POST"
|
1070
|
+
o.http_request_uri = "/"
|
1071
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1072
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1073
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1074
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1078
|
+
end)
|
1079
|
+
|
1080
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1081
|
+
o.name = "UntagResource"
|
1082
|
+
o.http_method = "POST"
|
1083
|
+
o.http_request_uri = "/"
|
1084
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1085
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1090
|
+
end)
|
1091
|
+
|
1092
|
+
api.add_operation(:update_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
1093
|
+
o.name = "UpdateEndpointAccess"
|
1094
|
+
o.http_method = "POST"
|
1095
|
+
o.http_request_uri = "/"
|
1096
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEndpointAccessRequest)
|
1097
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateEndpointAccessResponse)
|
1098
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1100
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1101
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1103
|
+
end)
|
1104
|
+
|
1105
|
+
api.add_operation(:update_namespace, Seahorse::Model::Operation.new.tap do |o|
|
1106
|
+
o.name = "UpdateNamespace"
|
1107
|
+
o.http_method = "POST"
|
1108
|
+
o.http_request_uri = "/"
|
1109
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNamespaceRequest)
|
1110
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNamespaceResponse)
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1114
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1115
|
+
end)
|
1116
|
+
|
1117
|
+
api.add_operation(:update_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1118
|
+
o.name = "UpdateSnapshot"
|
1119
|
+
o.http_method = "POST"
|
1120
|
+
o.http_request_uri = "/"
|
1121
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSnapshotRequest)
|
1122
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSnapshotResponse)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1125
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1126
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1127
|
+
end)
|
1128
|
+
|
1129
|
+
api.add_operation(:update_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
1130
|
+
o.name = "UpdateUsageLimit"
|
1131
|
+
o.http_method = "POST"
|
1132
|
+
o.http_request_uri = "/"
|
1133
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateUsageLimitRequest)
|
1134
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateUsageLimitResponse)
|
1135
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1136
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1137
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1139
|
+
end)
|
1140
|
+
|
1141
|
+
api.add_operation(:update_workgroup, Seahorse::Model::Operation.new.tap do |o|
|
1142
|
+
o.name = "UpdateWorkgroup"
|
1143
|
+
o.http_method = "POST"
|
1144
|
+
o.http_request_uri = "/"
|
1145
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateWorkgroupRequest)
|
1146
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateWorkgroupResponse)
|
1147
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1148
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
|
1149
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1150
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1151
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1152
|
+
end)
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
end
|
1156
|
+
end
|