aws-sdk-redshiftserverless 1.21.0 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +670 -3
- data/lib/aws-sdk-redshiftserverless/client_api.rb +318 -0
- data/lib/aws-sdk-redshiftserverless/endpoints.rb +140 -0
- data/lib/aws-sdk-redshiftserverless/plugins/endpoints.rb +20 -0
- data/lib/aws-sdk-redshiftserverless/types.rb +822 -30
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- metadata +2 -2
@@ -30,8 +30,13 @@ module Aws::RedshiftServerless
|
|
30
30
|
CreateEndpointAccessResponse = Shapes::StructureShape.new(name: 'CreateEndpointAccessResponse')
|
31
31
|
CreateNamespaceRequest = Shapes::StructureShape.new(name: 'CreateNamespaceRequest')
|
32
32
|
CreateNamespaceResponse = Shapes::StructureShape.new(name: 'CreateNamespaceResponse')
|
33
|
+
CreateScheduledActionRequest = Shapes::StructureShape.new(name: 'CreateScheduledActionRequest')
|
34
|
+
CreateScheduledActionResponse = Shapes::StructureShape.new(name: 'CreateScheduledActionResponse')
|
35
|
+
CreateSnapshotCopyConfigurationRequest = Shapes::StructureShape.new(name: 'CreateSnapshotCopyConfigurationRequest')
|
36
|
+
CreateSnapshotCopyConfigurationResponse = Shapes::StructureShape.new(name: 'CreateSnapshotCopyConfigurationResponse')
|
33
37
|
CreateSnapshotRequest = Shapes::StructureShape.new(name: 'CreateSnapshotRequest')
|
34
38
|
CreateSnapshotResponse = Shapes::StructureShape.new(name: 'CreateSnapshotResponse')
|
39
|
+
CreateSnapshotScheduleActionParameters = Shapes::StructureShape.new(name: 'CreateSnapshotScheduleActionParameters')
|
35
40
|
CreateUsageLimitRequest = Shapes::StructureShape.new(name: 'CreateUsageLimitRequest')
|
36
41
|
CreateUsageLimitResponse = Shapes::StructureShape.new(name: 'CreateUsageLimitResponse')
|
37
42
|
CreateWorkgroupRequest = Shapes::StructureShape.new(name: 'CreateWorkgroupRequest')
|
@@ -49,6 +54,10 @@ module Aws::RedshiftServerless
|
|
49
54
|
DeleteNamespaceResponse = Shapes::StructureShape.new(name: 'DeleteNamespaceResponse')
|
50
55
|
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
51
56
|
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
57
|
+
DeleteScheduledActionRequest = Shapes::StructureShape.new(name: 'DeleteScheduledActionRequest')
|
58
|
+
DeleteScheduledActionResponse = Shapes::StructureShape.new(name: 'DeleteScheduledActionResponse')
|
59
|
+
DeleteSnapshotCopyConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSnapshotCopyConfigurationRequest')
|
60
|
+
DeleteSnapshotCopyConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteSnapshotCopyConfigurationResponse')
|
52
61
|
DeleteSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteSnapshotRequest')
|
53
62
|
DeleteSnapshotResponse = Shapes::StructureShape.new(name: 'DeleteSnapshotResponse')
|
54
63
|
DeleteUsageLimitRequest = Shapes::StructureShape.new(name: 'DeleteUsageLimitRequest')
|
@@ -71,6 +80,8 @@ module Aws::RedshiftServerless
|
|
71
80
|
GetRecoveryPointResponse = Shapes::StructureShape.new(name: 'GetRecoveryPointResponse')
|
72
81
|
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
73
82
|
GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
|
83
|
+
GetScheduledActionRequest = Shapes::StructureShape.new(name: 'GetScheduledActionRequest')
|
84
|
+
GetScheduledActionResponse = Shapes::StructureShape.new(name: 'GetScheduledActionResponse')
|
74
85
|
GetSnapshotRequest = Shapes::StructureShape.new(name: 'GetSnapshotRequest')
|
75
86
|
GetSnapshotResponse = Shapes::StructureShape.new(name: 'GetSnapshotResponse')
|
76
87
|
GetTableRestoreStatusRequest = Shapes::StructureShape.new(name: 'GetTableRestoreStatusRequest')
|
@@ -98,6 +109,12 @@ module Aws::RedshiftServerless
|
|
98
109
|
ListRecoveryPointsRequest = Shapes::StructureShape.new(name: 'ListRecoveryPointsRequest')
|
99
110
|
ListRecoveryPointsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecoveryPointsRequestMaxResultsInteger')
|
100
111
|
ListRecoveryPointsResponse = Shapes::StructureShape.new(name: 'ListRecoveryPointsResponse')
|
112
|
+
ListScheduledActionsRequest = Shapes::StructureShape.new(name: 'ListScheduledActionsRequest')
|
113
|
+
ListScheduledActionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListScheduledActionsRequestMaxResultsInteger')
|
114
|
+
ListScheduledActionsResponse = Shapes::StructureShape.new(name: 'ListScheduledActionsResponse')
|
115
|
+
ListSnapshotCopyConfigurationsRequest = Shapes::StructureShape.new(name: 'ListSnapshotCopyConfigurationsRequest')
|
116
|
+
ListSnapshotCopyConfigurationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSnapshotCopyConfigurationsRequestMaxResultsInteger')
|
117
|
+
ListSnapshotCopyConfigurationsResponse = Shapes::StructureShape.new(name: 'ListSnapshotCopyConfigurationsResponse')
|
101
118
|
ListSnapshotsRequest = Shapes::StructureShape.new(name: 'ListSnapshotsRequest')
|
102
119
|
ListSnapshotsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSnapshotsRequestMaxResultsInteger')
|
103
120
|
ListSnapshotsResponse = Shapes::StructureShape.new(name: 'ListSnapshotsResponse')
|
@@ -121,6 +138,8 @@ module Aws::RedshiftServerless
|
|
121
138
|
NamespaceStatus = Shapes::StringShape.new(name: 'NamespaceStatus')
|
122
139
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
123
140
|
NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
|
141
|
+
NextInvocationsList = Shapes::ListShape.new(name: 'NextInvocationsList')
|
142
|
+
OwnerAccount = Shapes::StringShape.new(name: 'OwnerAccount')
|
124
143
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
125
144
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
126
145
|
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
@@ -135,14 +154,24 @@ module Aws::RedshiftServerless
|
|
135
154
|
RestoreFromRecoveryPointResponse = Shapes::StructureShape.new(name: 'RestoreFromRecoveryPointResponse')
|
136
155
|
RestoreFromSnapshotRequest = Shapes::StructureShape.new(name: 'RestoreFromSnapshotRequest')
|
137
156
|
RestoreFromSnapshotResponse = Shapes::StructureShape.new(name: 'RestoreFromSnapshotResponse')
|
157
|
+
RestoreTableFromRecoveryPointRequest = Shapes::StructureShape.new(name: 'RestoreTableFromRecoveryPointRequest')
|
158
|
+
RestoreTableFromRecoveryPointResponse = Shapes::StructureShape.new(name: 'RestoreTableFromRecoveryPointResponse')
|
138
159
|
RestoreTableFromSnapshotRequest = Shapes::StructureShape.new(name: 'RestoreTableFromSnapshotRequest')
|
139
160
|
RestoreTableFromSnapshotResponse = Shapes::StructureShape.new(name: 'RestoreTableFromSnapshotResponse')
|
161
|
+
Schedule = Shapes::UnionShape.new(name: 'Schedule')
|
162
|
+
ScheduledActionName = Shapes::StringShape.new(name: 'ScheduledActionName')
|
163
|
+
ScheduledActionResponse = Shapes::StructureShape.new(name: 'ScheduledActionResponse')
|
164
|
+
ScheduledActionsList = Shapes::ListShape.new(name: 'ScheduledActionsList')
|
140
165
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
141
166
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
142
167
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
143
168
|
Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
|
169
|
+
SnapshotCopyConfiguration = Shapes::StructureShape.new(name: 'SnapshotCopyConfiguration')
|
170
|
+
SnapshotCopyConfigurations = Shapes::ListShape.new(name: 'SnapshotCopyConfigurations')
|
144
171
|
SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
|
172
|
+
SnapshotNamePrefix = Shapes::StringShape.new(name: 'SnapshotNamePrefix')
|
145
173
|
SnapshotStatus = Shapes::StringShape.new(name: 'SnapshotStatus')
|
174
|
+
State = Shapes::StringShape.new(name: 'State')
|
146
175
|
String = Shapes::StringShape.new(name: 'String')
|
147
176
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
148
177
|
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
@@ -156,6 +185,7 @@ module Aws::RedshiftServerless
|
|
156
185
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
157
186
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
158
187
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
188
|
+
TargetAction = Shapes::UnionShape.new(name: 'TargetAction')
|
159
189
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
160
190
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
161
191
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
@@ -167,6 +197,10 @@ module Aws::RedshiftServerless
|
|
167
197
|
UpdateEndpointAccessResponse = Shapes::StructureShape.new(name: 'UpdateEndpointAccessResponse')
|
168
198
|
UpdateNamespaceRequest = Shapes::StructureShape.new(name: 'UpdateNamespaceRequest')
|
169
199
|
UpdateNamespaceResponse = Shapes::StructureShape.new(name: 'UpdateNamespaceResponse')
|
200
|
+
UpdateScheduledActionRequest = Shapes::StructureShape.new(name: 'UpdateScheduledActionRequest')
|
201
|
+
UpdateScheduledActionResponse = Shapes::StructureShape.new(name: 'UpdateScheduledActionResponse')
|
202
|
+
UpdateSnapshotCopyConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateSnapshotCopyConfigurationRequest')
|
203
|
+
UpdateSnapshotCopyConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateSnapshotCopyConfigurationResponse')
|
170
204
|
UpdateSnapshotRequest = Shapes::StructureShape.new(name: 'UpdateSnapshotRequest')
|
171
205
|
UpdateSnapshotResponse = Shapes::StructureShape.new(name: 'UpdateSnapshotResponse')
|
172
206
|
UpdateUsageLimitRequest = Shapes::StructureShape.new(name: 'UpdateUsageLimitRequest')
|
@@ -181,6 +215,7 @@ module Aws::RedshiftServerless
|
|
181
215
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
182
216
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
183
217
|
VpcEndpointList = Shapes::ListShape.new(name: 'VpcEndpointList')
|
218
|
+
VpcIds = Shapes::ListShape.new(name: 'VpcIds')
|
184
219
|
VpcSecurityGroupId = Shapes::StringShape.new(name: 'VpcSecurityGroupId')
|
185
220
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
186
221
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
@@ -234,6 +269,7 @@ module Aws::RedshiftServerless
|
|
234
269
|
CreateCustomDomainAssociationResponse.struct_class = Types::CreateCustomDomainAssociationResponse
|
235
270
|
|
236
271
|
CreateEndpointAccessRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "endpointName"))
|
272
|
+
CreateEndpointAccessRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
|
237
273
|
CreateEndpointAccessRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "subnetIds"))
|
238
274
|
CreateEndpointAccessRequest.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "vpcSecurityGroupIds"))
|
239
275
|
CreateEndpointAccessRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "workgroupName"))
|
@@ -259,6 +295,29 @@ module Aws::RedshiftServerless
|
|
259
295
|
CreateNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "namespace"))
|
260
296
|
CreateNamespaceResponse.struct_class = Types::CreateNamespaceResponse
|
261
297
|
|
298
|
+
CreateScheduledActionRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
299
|
+
CreateScheduledActionRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
300
|
+
CreateScheduledActionRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
301
|
+
CreateScheduledActionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
302
|
+
CreateScheduledActionRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, required: true, location_name: "schedule"))
|
303
|
+
CreateScheduledActionRequest.add_member(:scheduled_action_description, Shapes::ShapeRef.new(shape: String, location_name: "scheduledActionDescription"))
|
304
|
+
CreateScheduledActionRequest.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ScheduledActionName, required: true, location_name: "scheduledActionName"))
|
305
|
+
CreateScheduledActionRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
306
|
+
CreateScheduledActionRequest.add_member(:target_action, Shapes::ShapeRef.new(shape: TargetAction, required: true, location_name: "targetAction"))
|
307
|
+
CreateScheduledActionRequest.struct_class = Types::CreateScheduledActionRequest
|
308
|
+
|
309
|
+
CreateScheduledActionResponse.add_member(:scheduled_action, Shapes::ShapeRef.new(shape: ScheduledActionResponse, location_name: "scheduledAction"))
|
310
|
+
CreateScheduledActionResponse.struct_class = Types::CreateScheduledActionResponse
|
311
|
+
|
312
|
+
CreateSnapshotCopyConfigurationRequest.add_member(:destination_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "destinationKmsKeyId"))
|
313
|
+
CreateSnapshotCopyConfigurationRequest.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationRegion"))
|
314
|
+
CreateSnapshotCopyConfigurationRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
315
|
+
CreateSnapshotCopyConfigurationRequest.add_member(:snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "snapshotRetentionPeriod"))
|
316
|
+
CreateSnapshotCopyConfigurationRequest.struct_class = Types::CreateSnapshotCopyConfigurationRequest
|
317
|
+
|
318
|
+
CreateSnapshotCopyConfigurationResponse.add_member(:snapshot_copy_configuration, Shapes::ShapeRef.new(shape: SnapshotCopyConfiguration, required: true, location_name: "snapshotCopyConfiguration"))
|
319
|
+
CreateSnapshotCopyConfigurationResponse.struct_class = Types::CreateSnapshotCopyConfigurationResponse
|
320
|
+
|
262
321
|
CreateSnapshotRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "namespaceName"))
|
263
322
|
CreateSnapshotRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "retentionPeriod"))
|
264
323
|
CreateSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
@@ -268,6 +327,12 @@ module Aws::RedshiftServerless
|
|
268
327
|
CreateSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
|
269
328
|
CreateSnapshotResponse.struct_class = Types::CreateSnapshotResponse
|
270
329
|
|
330
|
+
CreateSnapshotScheduleActionParameters.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location_name: "namespaceName"))
|
331
|
+
CreateSnapshotScheduleActionParameters.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "retentionPeriod"))
|
332
|
+
CreateSnapshotScheduleActionParameters.add_member(:snapshot_name_prefix, Shapes::ShapeRef.new(shape: SnapshotNamePrefix, required: true, location_name: "snapshotNamePrefix"))
|
333
|
+
CreateSnapshotScheduleActionParameters.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
334
|
+
CreateSnapshotScheduleActionParameters.struct_class = Types::CreateSnapshotScheduleActionParameters
|
335
|
+
|
271
336
|
CreateUsageLimitRequest.add_member(:amount, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "amount"))
|
272
337
|
CreateUsageLimitRequest.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "breachAction"))
|
273
338
|
CreateUsageLimitRequest.add_member(:period, Shapes::ShapeRef.new(shape: UsageLimitPeriod, location_name: "period"))
|
@@ -319,6 +384,18 @@ module Aws::RedshiftServerless
|
|
319
384
|
|
320
385
|
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
321
386
|
|
387
|
+
DeleteScheduledActionRequest.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ScheduledActionName, required: true, location_name: "scheduledActionName"))
|
388
|
+
DeleteScheduledActionRequest.struct_class = Types::DeleteScheduledActionRequest
|
389
|
+
|
390
|
+
DeleteScheduledActionResponse.add_member(:scheduled_action, Shapes::ShapeRef.new(shape: ScheduledActionResponse, location_name: "scheduledAction"))
|
391
|
+
DeleteScheduledActionResponse.struct_class = Types::DeleteScheduledActionResponse
|
392
|
+
|
393
|
+
DeleteSnapshotCopyConfigurationRequest.add_member(:snapshot_copy_configuration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotCopyConfigurationId"))
|
394
|
+
DeleteSnapshotCopyConfigurationRequest.struct_class = Types::DeleteSnapshotCopyConfigurationRequest
|
395
|
+
|
396
|
+
DeleteSnapshotCopyConfigurationResponse.add_member(:snapshot_copy_configuration, Shapes::ShapeRef.new(shape: SnapshotCopyConfiguration, required: true, location_name: "snapshotCopyConfiguration"))
|
397
|
+
DeleteSnapshotCopyConfigurationResponse.struct_class = Types::DeleteSnapshotCopyConfigurationResponse
|
398
|
+
|
322
399
|
DeleteSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
323
400
|
DeleteSnapshotRequest.struct_class = Types::DeleteSnapshotRequest
|
324
401
|
|
@@ -402,6 +479,12 @@ module Aws::RedshiftServerless
|
|
402
479
|
GetResourcePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "resourcePolicy"))
|
403
480
|
GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
|
404
481
|
|
482
|
+
GetScheduledActionRequest.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ScheduledActionName, required: true, location_name: "scheduledActionName"))
|
483
|
+
GetScheduledActionRequest.struct_class = Types::GetScheduledActionRequest
|
484
|
+
|
485
|
+
GetScheduledActionResponse.add_member(:scheduled_action, Shapes::ShapeRef.new(shape: ScheduledActionResponse, location_name: "scheduledAction"))
|
486
|
+
GetScheduledActionResponse.struct_class = Types::GetScheduledActionResponse
|
487
|
+
|
405
488
|
GetSnapshotRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: String, location_name: "ownerAccount"))
|
406
489
|
GetSnapshotRequest.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "snapshotArn"))
|
407
490
|
GetSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
@@ -451,6 +534,7 @@ module Aws::RedshiftServerless
|
|
451
534
|
|
452
535
|
ListEndpointAccessRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEndpointAccessRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
453
536
|
ListEndpointAccessRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
537
|
+
ListEndpointAccessRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
|
454
538
|
ListEndpointAccessRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
455
539
|
ListEndpointAccessRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: String, location_name: "workgroupName"))
|
456
540
|
ListEndpointAccessRequest.struct_class = Types::ListEndpointAccessRequest
|
@@ -479,6 +563,24 @@ module Aws::RedshiftServerless
|
|
479
563
|
ListRecoveryPointsResponse.add_member(:recovery_points, Shapes::ShapeRef.new(shape: RecoveryPointList, location_name: "recoveryPoints"))
|
480
564
|
ListRecoveryPointsResponse.struct_class = Types::ListRecoveryPointsResponse
|
481
565
|
|
566
|
+
ListScheduledActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListScheduledActionsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
567
|
+
ListScheduledActionsRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
568
|
+
ListScheduledActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
569
|
+
ListScheduledActionsRequest.struct_class = Types::ListScheduledActionsRequest
|
570
|
+
|
571
|
+
ListScheduledActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
572
|
+
ListScheduledActionsResponse.add_member(:scheduled_actions, Shapes::ShapeRef.new(shape: ScheduledActionsList, location_name: "scheduledActions"))
|
573
|
+
ListScheduledActionsResponse.struct_class = Types::ListScheduledActionsResponse
|
574
|
+
|
575
|
+
ListSnapshotCopyConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSnapshotCopyConfigurationsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
576
|
+
ListSnapshotCopyConfigurationsRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
577
|
+
ListSnapshotCopyConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
578
|
+
ListSnapshotCopyConfigurationsRequest.struct_class = Types::ListSnapshotCopyConfigurationsRequest
|
579
|
+
|
580
|
+
ListSnapshotCopyConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
581
|
+
ListSnapshotCopyConfigurationsResponse.add_member(:snapshot_copy_configurations, Shapes::ShapeRef.new(shape: SnapshotCopyConfigurations, required: true, location_name: "snapshotCopyConfigurations"))
|
582
|
+
ListSnapshotCopyConfigurationsResponse.struct_class = Types::ListSnapshotCopyConfigurationsResponse
|
583
|
+
|
482
584
|
ListSnapshotsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
483
585
|
ListSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSnapshotsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
484
586
|
ListSnapshotsRequest.add_member(:namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "namespaceArn"))
|
@@ -520,6 +622,7 @@ module Aws::RedshiftServerless
|
|
520
622
|
|
521
623
|
ListWorkgroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkgroupsRequestMaxResultsInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
522
624
|
ListWorkgroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
625
|
+
ListWorkgroupsRequest.add_member(:owner_account, Shapes::ShapeRef.new(shape: OwnerAccount, location_name: "ownerAccount"))
|
523
626
|
ListWorkgroupsRequest.struct_class = Types::ListWorkgroupsRequest
|
524
627
|
|
525
628
|
ListWorkgroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
@@ -553,6 +656,8 @@ module Aws::RedshiftServerless
|
|
553
656
|
|
554
657
|
NetworkInterfaceList.member = Shapes::ShapeRef.new(shape: NetworkInterface)
|
555
658
|
|
659
|
+
NextInvocationsList.member = Shapes::ShapeRef.new(shape: Timestamp)
|
660
|
+
|
556
661
|
PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: String, required: true, location_name: "policy"))
|
557
662
|
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArn"))
|
558
663
|
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
@@ -601,6 +706,21 @@ module Aws::RedshiftServerless
|
|
601
706
|
RestoreFromSnapshotResponse.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
602
707
|
RestoreFromSnapshotResponse.struct_class = Types::RestoreFromSnapshotResponse
|
603
708
|
|
709
|
+
RestoreTableFromRecoveryPointRequest.add_member(:activate_case_sensitive_identifier, Shapes::ShapeRef.new(shape: Boolean, location_name: "activateCaseSensitiveIdentifier"))
|
710
|
+
RestoreTableFromRecoveryPointRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "namespaceName"))
|
711
|
+
RestoreTableFromRecoveryPointRequest.add_member(:new_table_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "newTableName"))
|
712
|
+
RestoreTableFromRecoveryPointRequest.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recoveryPointId"))
|
713
|
+
RestoreTableFromRecoveryPointRequest.add_member(:source_database_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourceDatabaseName"))
|
714
|
+
RestoreTableFromRecoveryPointRequest.add_member(:source_schema_name, Shapes::ShapeRef.new(shape: String, location_name: "sourceSchemaName"))
|
715
|
+
RestoreTableFromRecoveryPointRequest.add_member(:source_table_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourceTableName"))
|
716
|
+
RestoreTableFromRecoveryPointRequest.add_member(:target_database_name, Shapes::ShapeRef.new(shape: String, location_name: "targetDatabaseName"))
|
717
|
+
RestoreTableFromRecoveryPointRequest.add_member(:target_schema_name, Shapes::ShapeRef.new(shape: String, location_name: "targetSchemaName"))
|
718
|
+
RestoreTableFromRecoveryPointRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "workgroupName"))
|
719
|
+
RestoreTableFromRecoveryPointRequest.struct_class = Types::RestoreTableFromRecoveryPointRequest
|
720
|
+
|
721
|
+
RestoreTableFromRecoveryPointResponse.add_member(:table_restore_status, Shapes::ShapeRef.new(shape: TableRestoreStatus, location_name: "tableRestoreStatus"))
|
722
|
+
RestoreTableFromRecoveryPointResponse.struct_class = Types::RestoreTableFromRecoveryPointResponse
|
723
|
+
|
604
724
|
RestoreTableFromSnapshotRequest.add_member(:activate_case_sensitive_identifier, Shapes::ShapeRef.new(shape: Boolean, location_name: "activateCaseSensitiveIdentifier"))
|
605
725
|
RestoreTableFromSnapshotRequest.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "namespaceName"))
|
606
726
|
RestoreTableFromSnapshotRequest.add_member(:new_table_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "newTableName"))
|
@@ -616,6 +736,29 @@ module Aws::RedshiftServerless
|
|
616
736
|
RestoreTableFromSnapshotResponse.add_member(:table_restore_status, Shapes::ShapeRef.new(shape: TableRestoreStatus, location_name: "tableRestoreStatus"))
|
617
737
|
RestoreTableFromSnapshotResponse.struct_class = Types::RestoreTableFromSnapshotResponse
|
618
738
|
|
739
|
+
Schedule.add_member(:at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "at"))
|
740
|
+
Schedule.add_member(:cron, Shapes::ShapeRef.new(shape: String, location_name: "cron"))
|
741
|
+
Schedule.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
742
|
+
Schedule.add_member_subclass(:at, Types::Schedule::At)
|
743
|
+
Schedule.add_member_subclass(:cron, Types::Schedule::Cron)
|
744
|
+
Schedule.add_member_subclass(:unknown, Types::Schedule::Unknown)
|
745
|
+
Schedule.struct_class = Types::Schedule
|
746
|
+
|
747
|
+
ScheduledActionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
748
|
+
ScheduledActionResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
749
|
+
ScheduledActionResponse.add_member(:next_invocations, Shapes::ShapeRef.new(shape: NextInvocationsList, location_name: "nextInvocations"))
|
750
|
+
ScheduledActionResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
751
|
+
ScheduledActionResponse.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
|
752
|
+
ScheduledActionResponse.add_member(:scheduled_action_description, Shapes::ShapeRef.new(shape: String, location_name: "scheduledActionDescription"))
|
753
|
+
ScheduledActionResponse.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ScheduledActionName, location_name: "scheduledActionName"))
|
754
|
+
ScheduledActionResponse.add_member(:scheduled_action_uuid, Shapes::ShapeRef.new(shape: String, location_name: "scheduledActionUuid"))
|
755
|
+
ScheduledActionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
756
|
+
ScheduledActionResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
|
757
|
+
ScheduledActionResponse.add_member(:target_action, Shapes::ShapeRef.new(shape: TargetAction, location_name: "targetAction"))
|
758
|
+
ScheduledActionResponse.struct_class = Types::ScheduledActionResponse
|
759
|
+
|
760
|
+
ScheduledActionsList.member = Shapes::ShapeRef.new(shape: ScheduledActionName)
|
761
|
+
|
619
762
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
620
763
|
|
621
764
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -645,6 +788,16 @@ module Aws::RedshiftServerless
|
|
645
788
|
Snapshot.add_member(:total_backup_size_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "totalBackupSizeInMegaBytes"))
|
646
789
|
Snapshot.struct_class = Types::Snapshot
|
647
790
|
|
791
|
+
SnapshotCopyConfiguration.add_member(:destination_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "destinationKmsKeyId"))
|
792
|
+
SnapshotCopyConfiguration.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "destinationRegion"))
|
793
|
+
SnapshotCopyConfiguration.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
|
794
|
+
SnapshotCopyConfiguration.add_member(:snapshot_copy_configuration_arn, Shapes::ShapeRef.new(shape: String, location_name: "snapshotCopyConfigurationArn"))
|
795
|
+
SnapshotCopyConfiguration.add_member(:snapshot_copy_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotCopyConfigurationId"))
|
796
|
+
SnapshotCopyConfiguration.add_member(:snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "snapshotRetentionPeriod"))
|
797
|
+
SnapshotCopyConfiguration.struct_class = Types::SnapshotCopyConfiguration
|
798
|
+
|
799
|
+
SnapshotCopyConfigurations.member = Shapes::ShapeRef.new(shape: SnapshotCopyConfiguration)
|
800
|
+
|
648
801
|
SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot)
|
649
802
|
|
650
803
|
SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
@@ -653,6 +806,7 @@ module Aws::RedshiftServerless
|
|
653
806
|
TableRestoreStatus.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
|
654
807
|
TableRestoreStatus.add_member(:new_table_name, Shapes::ShapeRef.new(shape: String, location_name: "newTableName"))
|
655
808
|
TableRestoreStatus.add_member(:progress_in_mega_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "progressInMegaBytes"))
|
809
|
+
TableRestoreStatus.add_member(:recovery_point_id, Shapes::ShapeRef.new(shape: String, location_name: "recoveryPointId"))
|
656
810
|
TableRestoreStatus.add_member(:request_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "requestTime"))
|
657
811
|
TableRestoreStatus.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, location_name: "snapshotName"))
|
658
812
|
TableRestoreStatus.add_member(:source_database_name, Shapes::ShapeRef.new(shape: String, location_name: "sourceDatabaseName"))
|
@@ -682,6 +836,12 @@ module Aws::RedshiftServerless
|
|
682
836
|
|
683
837
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
684
838
|
|
839
|
+
TargetAction.add_member(:create_snapshot, Shapes::ShapeRef.new(shape: CreateSnapshotScheduleActionParameters, location_name: "createSnapshot"))
|
840
|
+
TargetAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
841
|
+
TargetAction.add_member_subclass(:create_snapshot, Types::TargetAction::CreateSnapshot)
|
842
|
+
TargetAction.add_member_subclass(:unknown, Types::TargetAction::Unknown)
|
843
|
+
TargetAction.struct_class = Types::TargetAction
|
844
|
+
|
685
845
|
ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
686
846
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
687
847
|
ThrottlingException.struct_class = Types::ThrottlingException
|
@@ -728,6 +888,26 @@ module Aws::RedshiftServerless
|
|
728
888
|
UpdateNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "namespace"))
|
729
889
|
UpdateNamespaceResponse.struct_class = Types::UpdateNamespaceResponse
|
730
890
|
|
891
|
+
UpdateScheduledActionRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
892
|
+
UpdateScheduledActionRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
893
|
+
UpdateScheduledActionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
894
|
+
UpdateScheduledActionRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
|
895
|
+
UpdateScheduledActionRequest.add_member(:scheduled_action_description, Shapes::ShapeRef.new(shape: String, location_name: "scheduledActionDescription"))
|
896
|
+
UpdateScheduledActionRequest.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ScheduledActionName, required: true, location_name: "scheduledActionName"))
|
897
|
+
UpdateScheduledActionRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
|
898
|
+
UpdateScheduledActionRequest.add_member(:target_action, Shapes::ShapeRef.new(shape: TargetAction, location_name: "targetAction"))
|
899
|
+
UpdateScheduledActionRequest.struct_class = Types::UpdateScheduledActionRequest
|
900
|
+
|
901
|
+
UpdateScheduledActionResponse.add_member(:scheduled_action, Shapes::ShapeRef.new(shape: ScheduledActionResponse, location_name: "scheduledAction"))
|
902
|
+
UpdateScheduledActionResponse.struct_class = Types::UpdateScheduledActionResponse
|
903
|
+
|
904
|
+
UpdateSnapshotCopyConfigurationRequest.add_member(:snapshot_copy_configuration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotCopyConfigurationId"))
|
905
|
+
UpdateSnapshotCopyConfigurationRequest.add_member(:snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "snapshotRetentionPeriod"))
|
906
|
+
UpdateSnapshotCopyConfigurationRequest.struct_class = Types::UpdateSnapshotCopyConfigurationRequest
|
907
|
+
|
908
|
+
UpdateSnapshotCopyConfigurationResponse.add_member(:snapshot_copy_configuration, Shapes::ShapeRef.new(shape: SnapshotCopyConfiguration, required: true, location_name: "snapshotCopyConfiguration"))
|
909
|
+
UpdateSnapshotCopyConfigurationResponse.struct_class = Types::UpdateSnapshotCopyConfigurationResponse
|
910
|
+
|
731
911
|
UpdateSnapshotRequest.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "retentionPeriod"))
|
732
912
|
UpdateSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "snapshotName"))
|
733
913
|
UpdateSnapshotRequest.struct_class = Types::UpdateSnapshotRequest
|
@@ -778,6 +958,8 @@ module Aws::RedshiftServerless
|
|
778
958
|
|
779
959
|
VpcEndpointList.member = Shapes::ShapeRef.new(shape: VpcEndpoint)
|
780
960
|
|
961
|
+
VpcIds.member = Shapes::ShapeRef.new(shape: String)
|
962
|
+
|
781
963
|
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupId)
|
782
964
|
|
783
965
|
VpcSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
@@ -789,6 +971,7 @@ module Aws::RedshiftServerless
|
|
789
971
|
Workgroup.add_member(:base_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "baseCapacity"))
|
790
972
|
Workgroup.add_member(:config_parameters, Shapes::ShapeRef.new(shape: ConfigParameterList, location_name: "configParameters"))
|
791
973
|
Workgroup.add_member(:creation_date, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "creationDate"))
|
974
|
+
Workgroup.add_member(:cross_account_vpcs, Shapes::ShapeRef.new(shape: VpcIds, location_name: "crossAccountVpcs"))
|
792
975
|
Workgroup.add_member(:custom_domain_certificate_arn, Shapes::ShapeRef.new(shape: CustomDomainCertificateArnString, location_name: "customDomainCertificateArn"))
|
793
976
|
Workgroup.add_member(:custom_domain_certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "customDomainCertificateExpiryTime"))
|
794
977
|
Workgroup.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainName, location_name: "customDomainName"))
|
@@ -883,6 +1066,18 @@ module Aws::RedshiftServerless
|
|
883
1066
|
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
884
1067
|
end)
|
885
1068
|
|
1069
|
+
api.add_operation(:create_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
|
1070
|
+
o.name = "CreateScheduledAction"
|
1071
|
+
o.http_method = "POST"
|
1072
|
+
o.http_request_uri = "/"
|
1073
|
+
o.input = Shapes::ShapeRef.new(shape: CreateScheduledActionRequest)
|
1074
|
+
o.output = Shapes::ShapeRef.new(shape: CreateScheduledActionResponse)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1079
|
+
end)
|
1080
|
+
|
886
1081
|
api.add_operation(:create_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
887
1082
|
o.name = "CreateSnapshot"
|
888
1083
|
o.http_method = "POST"
|
@@ -897,6 +1092,20 @@ module Aws::RedshiftServerless
|
|
897
1092
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
898
1093
|
end)
|
899
1094
|
|
1095
|
+
api.add_operation(:create_snapshot_copy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1096
|
+
o.name = "CreateSnapshotCopyConfiguration"
|
1097
|
+
o.http_method = "POST"
|
1098
|
+
o.http_request_uri = "/"
|
1099
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSnapshotCopyConfigurationRequest)
|
1100
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSnapshotCopyConfigurationResponse)
|
1101
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1107
|
+
end)
|
1108
|
+
|
900
1109
|
api.add_operation(:create_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
901
1110
|
o.name = "CreateUsageLimit"
|
902
1111
|
o.http_method = "POST"
|
@@ -973,6 +1182,17 @@ module Aws::RedshiftServerless
|
|
973
1182
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
974
1183
|
end)
|
975
1184
|
|
1185
|
+
api.add_operation(:delete_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
|
1186
|
+
o.name = "DeleteScheduledAction"
|
1187
|
+
o.http_method = "POST"
|
1188
|
+
o.http_request_uri = "/"
|
1189
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteScheduledActionRequest)
|
1190
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteScheduledActionResponse)
|
1191
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1192
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1194
|
+
end)
|
1195
|
+
|
976
1196
|
api.add_operation(:delete_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
977
1197
|
o.name = "DeleteSnapshot"
|
978
1198
|
o.http_method = "POST"
|
@@ -985,6 +1205,19 @@ module Aws::RedshiftServerless
|
|
985
1205
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
986
1206
|
end)
|
987
1207
|
|
1208
|
+
api.add_operation(:delete_snapshot_copy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1209
|
+
o.name = "DeleteSnapshotCopyConfiguration"
|
1210
|
+
o.http_method = "POST"
|
1211
|
+
o.http_request_uri = "/"
|
1212
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSnapshotCopyConfigurationRequest)
|
1213
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSnapshotCopyConfigurationResponse)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1216
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1219
|
+
end)
|
1220
|
+
|
988
1221
|
api.add_operation(:delete_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
989
1222
|
o.name = "DeleteUsageLimit"
|
990
1223
|
o.http_method = "POST"
|
@@ -1080,6 +1313,17 @@ module Aws::RedshiftServerless
|
|
1080
1313
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1081
1314
|
end)
|
1082
1315
|
|
1316
|
+
api.add_operation(:get_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
|
1317
|
+
o.name = "GetScheduledAction"
|
1318
|
+
o.http_method = "POST"
|
1319
|
+
o.http_request_uri = "/"
|
1320
|
+
o.input = Shapes::ShapeRef.new(shape: GetScheduledActionRequest)
|
1321
|
+
o.output = Shapes::ShapeRef.new(shape: GetScheduledActionResponse)
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1325
|
+
end)
|
1326
|
+
|
1083
1327
|
api.add_operation(:get_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1084
1328
|
o.name = "GetSnapshot"
|
1085
1329
|
o.http_method = "POST"
|
@@ -1193,6 +1437,43 @@ module Aws::RedshiftServerless
|
|
1193
1437
|
)
|
1194
1438
|
end)
|
1195
1439
|
|
1440
|
+
api.add_operation(:list_scheduled_actions, Seahorse::Model::Operation.new.tap do |o|
|
1441
|
+
o.name = "ListScheduledActions"
|
1442
|
+
o.http_method = "POST"
|
1443
|
+
o.http_request_uri = "/"
|
1444
|
+
o.input = Shapes::ShapeRef.new(shape: ListScheduledActionsRequest)
|
1445
|
+
o.output = Shapes::ShapeRef.new(shape: ListScheduledActionsResponse)
|
1446
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1447
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
|
1448
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1449
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1450
|
+
o[:pager] = Aws::Pager.new(
|
1451
|
+
limit_key: "max_results",
|
1452
|
+
tokens: {
|
1453
|
+
"next_token" => "next_token"
|
1454
|
+
}
|
1455
|
+
)
|
1456
|
+
end)
|
1457
|
+
|
1458
|
+
api.add_operation(:list_snapshot_copy_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1459
|
+
o.name = "ListSnapshotCopyConfigurations"
|
1460
|
+
o.http_method = "POST"
|
1461
|
+
o.http_request_uri = "/"
|
1462
|
+
o.input = Shapes::ShapeRef.new(shape: ListSnapshotCopyConfigurationsRequest)
|
1463
|
+
o.output = Shapes::ShapeRef.new(shape: ListSnapshotCopyConfigurationsResponse)
|
1464
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1469
|
+
o[:pager] = Aws::Pager.new(
|
1470
|
+
limit_key: "max_results",
|
1471
|
+
tokens: {
|
1472
|
+
"next_token" => "next_token"
|
1473
|
+
}
|
1474
|
+
)
|
1475
|
+
end)
|
1476
|
+
|
1196
1477
|
api.add_operation(:list_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
1197
1478
|
o.name = "ListSnapshots"
|
1198
1479
|
o.http_method = "POST"
|
@@ -1312,6 +1593,18 @@ module Aws::RedshiftServerless
|
|
1312
1593
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1313
1594
|
end)
|
1314
1595
|
|
1596
|
+
api.add_operation(:restore_table_from_recovery_point, Seahorse::Model::Operation.new.tap do |o|
|
1597
|
+
o.name = "RestoreTableFromRecoveryPoint"
|
1598
|
+
o.http_method = "POST"
|
1599
|
+
o.http_request_uri = "/"
|
1600
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreTableFromRecoveryPointRequest)
|
1601
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreTableFromRecoveryPointResponse)
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1603
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1604
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1606
|
+
end)
|
1607
|
+
|
1315
1608
|
api.add_operation(:restore_table_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1316
1609
|
o.name = "RestoreTableFromSnapshot"
|
1317
1610
|
o.http_method = "POST"
|
@@ -1388,6 +1681,18 @@ module Aws::RedshiftServerless
|
|
1388
1681
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1389
1682
|
end)
|
1390
1683
|
|
1684
|
+
api.add_operation(:update_scheduled_action, Seahorse::Model::Operation.new.tap do |o|
|
1685
|
+
o.name = "UpdateScheduledAction"
|
1686
|
+
o.http_method = "POST"
|
1687
|
+
o.http_request_uri = "/"
|
1688
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateScheduledActionRequest)
|
1689
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateScheduledActionResponse)
|
1690
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1691
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1692
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1693
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1694
|
+
end)
|
1695
|
+
|
1391
1696
|
api.add_operation(:update_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1392
1697
|
o.name = "UpdateSnapshot"
|
1393
1698
|
o.http_method = "POST"
|
@@ -1400,6 +1705,19 @@ module Aws::RedshiftServerless
|
|
1400
1705
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1401
1706
|
end)
|
1402
1707
|
|
1708
|
+
api.add_operation(:update_snapshot_copy_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1709
|
+
o.name = "UpdateSnapshotCopyConfiguration"
|
1710
|
+
o.http_method = "POST"
|
1711
|
+
o.http_request_uri = "/"
|
1712
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSnapshotCopyConfigurationRequest)
|
1713
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSnapshotCopyConfigurationResponse)
|
1714
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1715
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1716
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1717
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1718
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1719
|
+
end)
|
1720
|
+
|
1403
1721
|
api.add_operation(:update_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
1404
1722
|
o.name = "UpdateUsageLimit"
|
1405
1723
|
o.http_method = "POST"
|