1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2021-04-21",
5    "endpointPrefix":"redshift-serverless",
6    "jsonVersion":"1.1",
7    "protocol":"json",
8    "serviceFullName":"Redshift Serverless",
9    "serviceId":"Redshift Serverless",
10    "signatureVersion":"v4",
11    "signingName":"redshift-serverless",
12    "targetPrefix":"RedshiftServerless",
13    "uid":"redshift-serverless-2021-04-21"
14  },
15  "operations":{
16    "ConvertRecoveryPointToSnapshot":{
17      "name":"ConvertRecoveryPointToSnapshot",
18      "http":{
19        "method":"POST",
20        "requestUri":"/"
21      },
22      "input":{"shape":"ConvertRecoveryPointToSnapshotRequest"},
23      "output":{"shape":"ConvertRecoveryPointToSnapshotResponse"},
24      "errors":[
25        {"shape":"InternalServerException"},
26        {"shape":"ResourceNotFoundException"},
27        {"shape":"ConflictException"},
28        {"shape":"ValidationException"},
29        {"shape":"TooManyTagsException"},
30        {"shape":"ServiceQuotaExceededException"}
31      ],
32      "documentation":"<p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html\">Working with snapshots and recovery points</a>.</p>"
33    },
34    "CreateCustomDomainAssociation":{
35      "name":"CreateCustomDomainAssociation",
36      "http":{
37        "method":"POST",
38        "requestUri":"/"
39      },
40      "input":{"shape":"CreateCustomDomainAssociationRequest"},
41      "output":{"shape":"CreateCustomDomainAssociationResponse"},
42      "errors":[
43        {"shape":"InternalServerException"},
44        {"shape":"ResourceNotFoundException"},
45        {"shape":"ConflictException"},
46        {"shape":"ValidationException"},
47        {"shape":"AccessDeniedException"},
48        {"shape":"ThrottlingException"}
49      ],
50      "documentation":"<p>Creates a custom domain association for Amazon Redshift Serverless.</p>"
51    },
52    "CreateEndpointAccess":{
53      "name":"CreateEndpointAccess",
54      "http":{
55        "method":"POST",
56        "requestUri":"/"
57      },
58      "input":{"shape":"CreateEndpointAccessRequest"},
59      "output":{"shape":"CreateEndpointAccessResponse"},
60      "errors":[
61        {"shape":"InternalServerException"},
62        {"shape":"ResourceNotFoundException"},
63        {"shape":"ConflictException"},
64        {"shape":"ValidationException"},
65        {"shape":"AccessDeniedException"},
66        {"shape":"ServiceQuotaExceededException"}
67      ],
68      "documentation":"<p>Creates an Amazon Redshift Serverless managed VPC endpoint.</p>",
69      "idempotent":true
70    },
71    "CreateNamespace":{
72      "name":"CreateNamespace",
73      "http":{
74        "method":"POST",
75        "requestUri":"/"
76      },
77      "input":{"shape":"CreateNamespaceRequest"},
78      "output":{"shape":"CreateNamespaceResponse"},
79      "errors":[
80        {"shape":"InternalServerException"},
81        {"shape":"ConflictException"},
82        {"shape":"ValidationException"},
83        {"shape":"TooManyTagsException"}
84      ],
85      "documentation":"<p>Creates a namespace in Amazon Redshift Serverless.</p>",
86      "idempotent":true
87    },
88    "CreateScheduledAction":{
89      "name":"CreateScheduledAction",
90      "http":{
91        "method":"POST",
92        "requestUri":"/"
93      },
94      "input":{"shape":"CreateScheduledActionRequest"},
95      "output":{"shape":"CreateScheduledActionResponse"},
96      "errors":[
97        {"shape":"InternalServerException"},
98        {"shape":"ResourceNotFoundException"},
99        {"shape":"ConflictException"},
100        {"shape":"ValidationException"}
101      ],
102      "documentation":"<p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>",
103      "idempotent":true
104    },
105    "CreateSnapshot":{
106      "name":"CreateSnapshot",
107      "http":{
108        "method":"POST",
109        "requestUri":"/"
110      },
111      "input":{"shape":"CreateSnapshotRequest"},
112      "output":{"shape":"CreateSnapshotResponse"},
113      "errors":[
114        {"shape":"InternalServerException"},
115        {"shape":"ResourceNotFoundException"},
116        {"shape":"ConflictException"},
117        {"shape":"ValidationException"},
118        {"shape":"TooManyTagsException"},
119        {"shape":"ServiceQuotaExceededException"}
120      ],
121      "documentation":"<p>Creates a snapshot of all databases in a namespace. For more information about snapshots, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html\"> Working with snapshots and recovery points</a>.</p>",
122      "idempotent":true
123    },
124    "CreateSnapshotCopyConfiguration":{
125      "name":"CreateSnapshotCopyConfiguration",
126      "http":{
127        "method":"POST",
128        "requestUri":"/"
129      },
130      "input":{"shape":"CreateSnapshotCopyConfigurationRequest"},
131      "output":{"shape":"CreateSnapshotCopyConfigurationResponse"},
132      "errors":[
133        {"shape":"InternalServerException"},
134        {"shape":"ResourceNotFoundException"},
135        {"shape":"ConflictException"},
136        {"shape":"ValidationException"},
137        {"shape":"AccessDeniedException"},
138        {"shape":"ServiceQuotaExceededException"}
139      ],
140      "documentation":"<p>Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.</p>",
141      "idempotent":true
142    },
143    "CreateUsageLimit":{
144      "name":"CreateUsageLimit",
145      "http":{
146        "method":"POST",
147        "requestUri":"/"
148      },
149      "input":{"shape":"CreateUsageLimitRequest"},
150      "output":{"shape":"CreateUsageLimitResponse"},
151      "errors":[
152        {"shape":"InternalServerException"},
153        {"shape":"ResourceNotFoundException"},
154        {"shape":"ConflictException"},
155        {"shape":"ValidationException"},
156        {"shape":"ServiceQuotaExceededException"}
157      ],
158      "documentation":"<p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier. </p>",
159      "idempotent":true
160    },
161    "CreateWorkgroup":{
162      "name":"CreateWorkgroup",
163      "http":{
164        "method":"POST",
165        "requestUri":"/"
166      },
167      "input":{"shape":"CreateWorkgroupRequest"},
168      "output":{"shape":"CreateWorkgroupResponse"},
169      "errors":[
170        {"shape":"InternalServerException"},
171        {"shape":"InsufficientCapacityException"},
172        {"shape":"ResourceNotFoundException"},
173        {"shape":"ConflictException"},
174        {"shape":"ValidationException"},
175        {"shape":"TooManyTagsException"}
176      ],
177      "documentation":"<p>Creates an workgroup in Amazon Redshift Serverless.</p>",
178      "idempotent":true
179    },
180    "DeleteCustomDomainAssociation":{
181      "name":"DeleteCustomDomainAssociation",
182      "http":{
183        "method":"POST",
184        "requestUri":"/"
185      },
186      "input":{"shape":"DeleteCustomDomainAssociationRequest"},
187      "output":{"shape":"DeleteCustomDomainAssociationResponse"},
188      "errors":[
189        {"shape":"InternalServerException"},
190        {"shape":"ResourceNotFoundException"},
191        {"shape":"ConflictException"},
192        {"shape":"ValidationException"},
193        {"shape":"AccessDeniedException"},
194        {"shape":"ThrottlingException"}
195      ],
196      "documentation":"<p>Deletes a custom domain association for Amazon Redshift Serverless.</p>"
197    },
198    "DeleteEndpointAccess":{
199      "name":"DeleteEndpointAccess",
200      "http":{
201        "method":"POST",
202        "requestUri":"/"
203      },
204      "input":{"shape":"DeleteEndpointAccessRequest"},
205      "output":{"shape":"DeleteEndpointAccessResponse"},
206      "errors":[
207        {"shape":"InternalServerException"},
208        {"shape":"ResourceNotFoundException"},
209        {"shape":"ConflictException"},
210        {"shape":"ValidationException"}
211      ],
212      "documentation":"<p>Deletes an Amazon Redshift Serverless managed VPC endpoint.</p>",
213      "idempotent":true
214    },
215    "DeleteNamespace":{
216      "name":"DeleteNamespace",
217      "http":{
218        "method":"POST",
219        "requestUri":"/"
220      },
221      "input":{"shape":"DeleteNamespaceRequest"},
222      "output":{"shape":"DeleteNamespaceResponse"},
223      "errors":[
224        {"shape":"InternalServerException"},
225        {"shape":"ResourceNotFoundException"},
226        {"shape":"ConflictException"},
227        {"shape":"ValidationException"}
228      ],
229      "documentation":"<p>Deletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>",
230      "idempotent":true
231    },
232    "DeleteResourcePolicy":{
233      "name":"DeleteResourcePolicy",
234      "http":{
235        "method":"POST",
236        "requestUri":"/"
237      },
238      "input":{"shape":"DeleteResourcePolicyRequest"},
239      "output":{"shape":"DeleteResourcePolicyResponse"},
240      "errors":[
241        {"shape":"InternalServerException"},
242        {"shape":"ResourceNotFoundException"},
243        {"shape":"ValidationException"}
244      ],
245      "documentation":"<p>Deletes the specified resource policy.</p>"
246    },
247    "DeleteScheduledAction":{
248      "name":"DeleteScheduledAction",
249      "http":{
250        "method":"POST",
251        "requestUri":"/"
252      },
253      "input":{"shape":"DeleteScheduledActionRequest"},
254      "output":{"shape":"DeleteScheduledActionResponse"},
255      "errors":[
256        {"shape":"InternalServerException"},
257        {"shape":"ResourceNotFoundException"},
258        {"shape":"ValidationException"}
259      ],
260      "documentation":"<p>Deletes a scheduled action.</p>",
261      "idempotent":true
262    },
263    "DeleteSnapshot":{
264      "name":"DeleteSnapshot",
265      "http":{
266        "method":"POST",
267        "requestUri":"/"
268      },
269      "input":{"shape":"DeleteSnapshotRequest"},
270      "output":{"shape":"DeleteSnapshotResponse"},
271      "errors":[
272        {"shape":"InternalServerException"},
273        {"shape":"ResourceNotFoundException"},
274        {"shape":"ConflictException"},
275        {"shape":"ValidationException"}
276      ],
277      "documentation":"<p>Deletes a snapshot from Amazon Redshift Serverless.</p>",
278      "idempotent":true
279    },
280    "DeleteSnapshotCopyConfiguration":{
281      "name":"DeleteSnapshotCopyConfiguration",
282      "http":{
283        "method":"POST",
284        "requestUri":"/"
285      },
286      "input":{"shape":"DeleteSnapshotCopyConfigurationRequest"},
287      "output":{"shape":"DeleteSnapshotCopyConfigurationResponse"},
288      "errors":[
289        {"shape":"InternalServerException"},
290        {"shape":"ResourceNotFoundException"},
291        {"shape":"ConflictException"},
292        {"shape":"ValidationException"},
293        {"shape":"AccessDeniedException"}
294      ],
295      "documentation":"<p>Deletes a snapshot copy configuration</p>",
296      "idempotent":true
297    },
298    "DeleteUsageLimit":{
299      "name":"DeleteUsageLimit",
300      "http":{
301        "method":"POST",
302        "requestUri":"/"
303      },
304      "input":{"shape":"DeleteUsageLimitRequest"},
305      "output":{"shape":"DeleteUsageLimitResponse"},
306      "errors":[
307        {"shape":"InternalServerException"},
308        {"shape":"ResourceNotFoundException"},
309        {"shape":"ConflictException"},
310        {"shape":"ValidationException"}
311      ],
312      "documentation":"<p>Deletes a usage limit from Amazon Redshift Serverless.</p>",
313      "idempotent":true
314    },
315    "DeleteWorkgroup":{
316      "name":"DeleteWorkgroup",
317      "http":{
318        "method":"POST",
319        "requestUri":"/"
320      },
321      "input":{"shape":"DeleteWorkgroupRequest"},
322      "output":{"shape":"DeleteWorkgroupResponse"},
323      "errors":[
324        {"shape":"InternalServerException"},
325        {"shape":"ResourceNotFoundException"},
326        {"shape":"ConflictException"},
327        {"shape":"ValidationException"}
328      ],
329      "documentation":"<p>Deletes a workgroup.</p>",
330      "idempotent":true
331    },
332    "GetCredentials":{
333      "name":"GetCredentials",
334      "http":{
335        "method":"POST",
336        "requestUri":"/"
337      },
338      "input":{"shape":"GetCredentialsRequest"},
339      "output":{"shape":"GetCredentialsResponse"},
340      "errors":[
341        {"shape":"InternalServerException"},
342        {"shape":"ResourceNotFoundException"},
343        {"shape":"ValidationException"}
344      ],
345      "documentation":"<p>Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.</p> <p>By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes).</p> <pre><code> &lt;p&gt;The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.&lt;/p&gt; &lt;p&gt;If the &lt;code&gt;DbName&lt;/code&gt; parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.&lt;/p&gt; </code></pre>"
346    },
347    "GetCustomDomainAssociation":{
348      "name":"GetCustomDomainAssociation",
349      "http":{
350        "method":"POST",
351        "requestUri":"/"
352      },
353      "input":{"shape":"GetCustomDomainAssociationRequest"},
354      "output":{"shape":"GetCustomDomainAssociationResponse"},
355      "errors":[
356        {"shape":"InternalServerException"},
357        {"shape":"ResourceNotFoundException"},
358        {"shape":"ConflictException"},
359        {"shape":"ValidationException"},
360        {"shape":"AccessDeniedException"},
361        {"shape":"ThrottlingException"}
362      ],
363      "documentation":"<p>Gets information about a specific custom domain association.</p>"
364    },
365    "GetEndpointAccess":{
366      "name":"GetEndpointAccess",
367      "http":{
368        "method":"POST",
369        "requestUri":"/"
370      },
371      "input":{"shape":"GetEndpointAccessRequest"},
372      "output":{"shape":"GetEndpointAccessResponse"},
373      "errors":[
374        {"shape":"InternalServerException"},
375        {"shape":"ResourceNotFoundException"},
376        {"shape":"ConflictException"},
377        {"shape":"ValidationException"}
378      ],
379      "documentation":"<p>Returns information, such as the name, about a VPC endpoint.</p>"
380    },
381    "GetNamespace":{
382      "name":"GetNamespace",
383      "http":{
384        "method":"POST",
385        "requestUri":"/"
386      },
387      "input":{"shape":"GetNamespaceRequest"},
388      "output":{"shape":"GetNamespaceResponse"},
389      "errors":[
390        {"shape":"InternalServerException"},
391        {"shape":"ResourceNotFoundException"},
392        {"shape":"ValidationException"}
393      ],
394      "documentation":"<p>Returns information about a namespace in Amazon Redshift Serverless.</p>"
395    },
396    "GetRecoveryPoint":{
397      "name":"GetRecoveryPoint",
398      "http":{
399        "method":"POST",
400        "requestUri":"/"
401      },
402      "input":{"shape":"GetRecoveryPointRequest"},
403      "output":{"shape":"GetRecoveryPointResponse"},
404      "errors":[
405        {"shape":"InternalServerException"},
406        {"shape":"ResourceNotFoundException"},
407        {"shape":"ConflictException"},
408        {"shape":"ValidationException"}
409      ],
410      "documentation":"<p>Returns information about a recovery point.</p>"
411    },
412    "GetResourcePolicy":{
413      "name":"GetResourcePolicy",
414      "http":{
415        "method":"POST",
416        "requestUri":"/"
417      },
418      "input":{"shape":"GetResourcePolicyRequest"},
419      "output":{"shape":"GetResourcePolicyResponse"},
420      "errors":[
421        {"shape":"InternalServerException"},
422        {"shape":"ResourceNotFoundException"},
423        {"shape":"ValidationException"}
424      ],
425      "documentation":"<p>Returns a resource policy.</p>"
426    },
427    "GetScheduledAction":{
428      "name":"GetScheduledAction",
429      "http":{
430        "method":"POST",
431        "requestUri":"/"
432      },
433      "input":{"shape":"GetScheduledActionRequest"},
434      "output":{"shape":"GetScheduledActionResponse"},
435      "errors":[
436        {"shape":"InternalServerException"},
437        {"shape":"ResourceNotFoundException"},
438        {"shape":"ValidationException"}
439      ],
440      "documentation":"<p>Returns information about a scheduled action.</p>"
441    },
442    "GetSnapshot":{
443      "name":"GetSnapshot",
444      "http":{
445        "method":"POST",
446        "requestUri":"/"
447      },
448      "input":{"shape":"GetSnapshotRequest"},
449      "output":{"shape":"GetSnapshotResponse"},
450      "errors":[
451        {"shape":"InternalServerException"},
452        {"shape":"ResourceNotFoundException"},
453        {"shape":"ValidationException"}
454      ],
455      "documentation":"<p>Returns information about a specific snapshot.</p>"
456    },
457    "GetTableRestoreStatus":{
458      "name":"GetTableRestoreStatus",
459      "http":{
460        "method":"POST",
461        "requestUri":"/"
462      },
463      "input":{"shape":"GetTableRestoreStatusRequest"},
464      "output":{"shape":"GetTableRestoreStatusResponse"},
465      "errors":[
466        {"shape":"ResourceNotFoundException"},
467        {"shape":"ValidationException"}
468      ],
469      "documentation":"<p>Returns information about a <code>TableRestoreStatus</code> object.</p>"
470    },
471    "GetUsageLimit":{
472      "name":"GetUsageLimit",
473      "http":{
474        "method":"POST",
475        "requestUri":"/"
476      },
477      "input":{"shape":"GetUsageLimitRequest"},
478      "output":{"shape":"GetUsageLimitResponse"},
479      "errors":[
480        {"shape":"InternalServerException"},
481        {"shape":"ResourceNotFoundException"},
482        {"shape":"ConflictException"},
483        {"shape":"ValidationException"}
484      ],
485      "documentation":"<p>Returns information about a usage limit.</p>"
486    },
487    "GetWorkgroup":{
488      "name":"GetWorkgroup",
489      "http":{
490        "method":"POST",
491        "requestUri":"/"
492      },
493      "input":{"shape":"GetWorkgroupRequest"},
494      "output":{"shape":"GetWorkgroupResponse"},
495      "errors":[
496        {"shape":"InternalServerException"},
497        {"shape":"ResourceNotFoundException"},
498        {"shape":"ValidationException"}
499      ],
500      "documentation":"<p>Returns information about a specific workgroup.</p>"
501    },
502    "ListCustomDomainAssociations":{
503      "name":"ListCustomDomainAssociations",
504      "http":{
505        "method":"POST",
506        "requestUri":"/"
507      },
508      "input":{"shape":"ListCustomDomainAssociationsRequest"},
509      "output":{"shape":"ListCustomDomainAssociationsResponse"},
510      "errors":[
511        {"shape":"InternalServerException"},
512        {"shape":"InvalidPaginationException"},
513        {"shape":"ValidationException"},
514        {"shape":"AccessDeniedException"},
515        {"shape":"ThrottlingException"}
516      ],
517      "documentation":"<p> Lists custom domain associations for Amazon Redshift Serverless.</p>"
518    },
519    "ListEndpointAccess":{
520      "name":"ListEndpointAccess",
521      "http":{
522        "method":"POST",
523        "requestUri":"/"
524      },
525      "input":{"shape":"ListEndpointAccessRequest"},
526      "output":{"shape":"ListEndpointAccessResponse"},
527      "errors":[
528        {"shape":"InternalServerException"},
529        {"shape":"ResourceNotFoundException"},
530        {"shape":"ConflictException"},
531        {"shape":"ValidationException"}
532      ],
533      "documentation":"<p>Returns an array of <code>EndpointAccess</code> objects and relevant information.</p>"
534    },
535    "ListNamespaces":{
536      "name":"ListNamespaces",
537      "http":{
538        "method":"POST",
539        "requestUri":"/"
540      },
541      "input":{"shape":"ListNamespacesRequest"},
542      "output":{"shape":"ListNamespacesResponse"},
543      "errors":[
544        {"shape":"InternalServerException"},
545        {"shape":"ValidationException"}
546      ],
547      "documentation":"<p>Returns information about a list of specified namespaces.</p>"
548    },
549    "ListRecoveryPoints":{
550      "name":"ListRecoveryPoints",
551      "http":{
552        "method":"POST",
553        "requestUri":"/"
554      },
555      "input":{"shape":"ListRecoveryPointsRequest"},
556      "output":{"shape":"ListRecoveryPointsResponse"},
557      "errors":[
558        {"shape":"InternalServerException"},
559        {"shape":"ValidationException"}
560      ],
561      "documentation":"<p>Returns an array of recovery points.</p>"
562    },
563    "ListScheduledActions":{
564      "name":"ListScheduledActions",
565      "http":{
566        "method":"POST",
567        "requestUri":"/"
568      },
569      "input":{"shape":"ListScheduledActionsRequest"},
570      "output":{"shape":"ListScheduledActionsResponse"},
571      "errors":[
572        {"shape":"InternalServerException"},
573        {"shape":"InvalidPaginationException"},
574        {"shape":"ResourceNotFoundException"},
575        {"shape":"ValidationException"}
576      ],
577      "documentation":"<p>Returns a list of scheduled actions. You can use the flags to filter the list of returned scheduled actions.</p>"
578    },
579    "ListSnapshotCopyConfigurations":{
580      "name":"ListSnapshotCopyConfigurations",
581      "http":{
582        "method":"POST",
583        "requestUri":"/"
584      },
585      "input":{"shape":"ListSnapshotCopyConfigurationsRequest"},
586      "output":{"shape":"ListSnapshotCopyConfigurationsResponse"},
587      "errors":[
588        {"shape":"InternalServerException"},
589        {"shape":"InvalidPaginationException"},
590        {"shape":"ResourceNotFoundException"},
591        {"shape":"ConflictException"},
592        {"shape":"ValidationException"}
593      ],
594      "documentation":"<p>Returns a list of snapshot copy configurations.</p>"
595    },
596    "ListSnapshots":{
597      "name":"ListSnapshots",
598      "http":{
599        "method":"POST",
600        "requestUri":"/"
601      },
602      "input":{"shape":"ListSnapshotsRequest"},
603      "output":{"shape":"ListSnapshotsResponse"},
604      "errors":[
605        {"shape":"InternalServerException"},
606        {"shape":"ResourceNotFoundException"},
607        {"shape":"ValidationException"}
608      ],
609      "documentation":"<p>Returns a list of snapshots.</p>"
610    },
611    "ListTableRestoreStatus":{
612      "name":"ListTableRestoreStatus",
613      "http":{
614        "method":"POST",
615        "requestUri":"/"
616      },
617      "input":{"shape":"ListTableRestoreStatusRequest"},
618      "output":{"shape":"ListTableRestoreStatusResponse"},
619      "errors":[
620        {"shape":"InvalidPaginationException"},
621        {"shape":"ResourceNotFoundException"},
622        {"shape":"ValidationException"}
623      ],
624      "documentation":"<p>Returns information about an array of <code>TableRestoreStatus</code> objects.</p>"
625    },
626    "ListTagsForResource":{
627      "name":"ListTagsForResource",
628      "http":{
629        "method":"POST",
630        "requestUri":"/"
631      },
632      "input":{"shape":"ListTagsForResourceRequest"},
633      "output":{"shape":"ListTagsForResourceResponse"},
634      "errors":[
635        {"shape":"InternalServerException"},
636        {"shape":"ResourceNotFoundException"},
637        {"shape":"ValidationException"},
638        {"shape":"ThrottlingException"}
639      ],
640      "documentation":"<p>Lists the tags assigned to a resource.</p>"
641    },
642    "ListUsageLimits":{
643      "name":"ListUsageLimits",
644      "http":{
645        "method":"POST",
646        "requestUri":"/"
647      },
648      "input":{"shape":"ListUsageLimitsRequest"},
649      "output":{"shape":"ListUsageLimitsResponse"},
650      "errors":[
651        {"shape":"InternalServerException"},
652        {"shape":"InvalidPaginationException"},
653        {"shape":"ResourceNotFoundException"},
654        {"shape":"ConflictException"},
655        {"shape":"ValidationException"}
656      ],
657      "documentation":"<p>Lists all usage limits within Amazon Redshift Serverless.</p>"
658    },
659    "ListWorkgroups":{
660      "name":"ListWorkgroups",
661      "http":{
662        "method":"POST",
663        "requestUri":"/"
664      },
665      "input":{"shape":"ListWorkgroupsRequest"},
666      "output":{"shape":"ListWorkgroupsResponse"},
667      "errors":[
668        {"shape":"InternalServerException"},
669        {"shape":"ValidationException"}
670      ],
671      "documentation":"<p>Returns information about a list of specified workgroups.</p>"
672    },
673    "PutResourcePolicy":{
674      "name":"PutResourcePolicy",
675      "http":{
676        "method":"POST",
677        "requestUri":"/"
678      },
679      "input":{"shape":"PutResourcePolicyRequest"},
680      "output":{"shape":"PutResourcePolicyResponse"},
681      "errors":[
682        {"shape":"InternalServerException"},
683        {"shape":"ResourceNotFoundException"},
684        {"shape":"ConflictException"},
685        {"shape":"ValidationException"},
686        {"shape":"ServiceQuotaExceededException"}
687      ],
688      "documentation":"<p>Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.</p>"
689    },
690    "RestoreFromRecoveryPoint":{
691      "name":"RestoreFromRecoveryPoint",
692      "http":{
693        "method":"POST",
694        "requestUri":"/"
695      },
696      "input":{"shape":"RestoreFromRecoveryPointRequest"},
697      "output":{"shape":"RestoreFromRecoveryPointResponse"},
698      "errors":[
699        {"shape":"InternalServerException"},
700        {"shape":"ResourceNotFoundException"},
701        {"shape":"ConflictException"},
702        {"shape":"ValidationException"}
703      ],
704      "documentation":"<p>Restore the data from a recovery point.</p>"
705    },
706    "RestoreFromSnapshot":{
707      "name":"RestoreFromSnapshot",
708      "http":{
709        "method":"POST",
710        "requestUri":"/"
711      },
712      "input":{"shape":"RestoreFromSnapshotRequest"},
713      "output":{"shape":"RestoreFromSnapshotResponse"},
714      "errors":[
715        {"shape":"InternalServerException"},
716        {"shape":"ResourceNotFoundException"},
717        {"shape":"ConflictException"},
718        {"shape":"ValidationException"},
719        {"shape":"ServiceQuotaExceededException"}
720      ],
721      "documentation":"<p>Restores a namespace from a snapshot.</p>",
722      "idempotent":true
723    },
724    "RestoreTableFromRecoveryPoint":{
725      "name":"RestoreTableFromRecoveryPoint",
726      "http":{
727        "method":"POST",
728        "requestUri":"/"
729      },
730      "input":{"shape":"RestoreTableFromRecoveryPointRequest"},
731      "output":{"shape":"RestoreTableFromRecoveryPointResponse"},
732      "errors":[
733        {"shape":"InternalServerException"},
734        {"shape":"ResourceNotFoundException"},
735        {"shape":"ConflictException"},
736        {"shape":"ValidationException"}
737      ],
738      "documentation":"<p>Restores a table from a recovery point to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.</p>"
739    },
740    "RestoreTableFromSnapshot":{
741      "name":"RestoreTableFromSnapshot",
742      "http":{
743        "method":"POST",
744        "requestUri":"/"
745      },
746      "input":{"shape":"RestoreTableFromSnapshotRequest"},
747      "output":{"shape":"RestoreTableFromSnapshotResponse"},
748      "errors":[
749        {"shape":"InternalServerException"},
750        {"shape":"ResourceNotFoundException"},
751        {"shape":"ConflictException"},
752        {"shape":"ValidationException"}
753      ],
754      "documentation":"<p>Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved\">interleaved sort keys</a>.</p>"
755    },
756    "TagResource":{
757      "name":"TagResource",
758      "http":{
759        "method":"POST",
760        "requestUri":"/"
761      },
762      "input":{"shape":"TagResourceRequest"},
763      "output":{"shape":"TagResourceResponse"},
764      "errors":[
765        {"shape":"InternalServerException"},
766        {"shape":"ResourceNotFoundException"},
767        {"shape":"ValidationException"},
768        {"shape":"TooManyTagsException"},
769        {"shape":"ThrottlingException"}
770      ],
771      "documentation":"<p>Assigns one or more tags to a resource.</p>"
772    },
773    "UntagResource":{
774      "name":"UntagResource",
775      "http":{
776        "method":"POST",
777        "requestUri":"/"
778      },
779      "input":{"shape":"UntagResourceRequest"},
780      "output":{"shape":"UntagResourceResponse"},
781      "errors":[
782        {"shape":"InternalServerException"},
783        {"shape":"ResourceNotFoundException"},
784        {"shape":"ValidationException"},
785        {"shape":"ThrottlingException"}
786      ],
787      "documentation":"<p>Removes a tag or set of tags from a resource.</p>"
788    },
789    "UpdateCustomDomainAssociation":{
790      "name":"UpdateCustomDomainAssociation",
791      "http":{
792        "method":"POST",
793        "requestUri":"/"
794      },
795      "input":{"shape":"UpdateCustomDomainAssociationRequest"},
796      "output":{"shape":"UpdateCustomDomainAssociationResponse"},
797      "errors":[
798        {"shape":"InternalServerException"},
799        {"shape":"ResourceNotFoundException"},
800        {"shape":"ConflictException"},
801        {"shape":"ValidationException"},
802        {"shape":"AccessDeniedException"},
803        {"shape":"ThrottlingException"}
804      ],
805      "documentation":"<p>Updates an Amazon Redshift Serverless certificate associated with a custom domain.</p>"
806    },
807    "UpdateEndpointAccess":{
808      "name":"UpdateEndpointAccess",
809      "http":{
810        "method":"POST",
811        "requestUri":"/"
812      },
813      "input":{"shape":"UpdateEndpointAccessRequest"},
814      "output":{"shape":"UpdateEndpointAccessResponse"},
815      "errors":[
816        {"shape":"InternalServerException"},
817        {"shape":"ResourceNotFoundException"},
818        {"shape":"ConflictException"},
819        {"shape":"ValidationException"},
820        {"shape":"AccessDeniedException"}
821      ],
822      "documentation":"<p>Updates an Amazon Redshift Serverless managed endpoint.</p>"
823    },
824    "UpdateNamespace":{
825      "name":"UpdateNamespace",
826      "http":{
827        "method":"POST",
828        "requestUri":"/"
829      },
830      "input":{"shape":"UpdateNamespaceRequest"},
831      "output":{"shape":"UpdateNamespaceResponse"},
832      "errors":[
833        {"shape":"InternalServerException"},
834        {"shape":"ResourceNotFoundException"},
835        {"shape":"ConflictException"},
836        {"shape":"ValidationException"}
837      ],
838      "documentation":"<p>Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example, you must specify both <code>adminUsername</code> and <code>adminUserPassword</code> to update either field, but you can't update both <code>kmsKeyId</code> and <code>logExports</code> in a single request.</p>"
839    },
840    "UpdateScheduledAction":{
841      "name":"UpdateScheduledAction",
842      "http":{
843        "method":"POST",
844        "requestUri":"/"
845      },
846      "input":{"shape":"UpdateScheduledActionRequest"},
847      "output":{"shape":"UpdateScheduledActionResponse"},
848      "errors":[
849        {"shape":"InternalServerException"},
850        {"shape":"ResourceNotFoundException"},
851        {"shape":"ConflictException"},
852        {"shape":"ValidationException"}
853      ],
854      "documentation":"<p>Updates a scheduled action.</p>",
855      "idempotent":true
856    },
857    "UpdateSnapshot":{
858      "name":"UpdateSnapshot",
859      "http":{
860        "method":"POST",
861        "requestUri":"/"
862      },
863      "input":{"shape":"UpdateSnapshotRequest"},
864      "output":{"shape":"UpdateSnapshotResponse"},
865      "errors":[
866        {"shape":"InternalServerException"},
867        {"shape":"ResourceNotFoundException"},
868        {"shape":"ConflictException"},
869        {"shape":"ValidationException"}
870      ],
871      "documentation":"<p>Updates a snapshot.</p>"
872    },
873    "UpdateSnapshotCopyConfiguration":{
874      "name":"UpdateSnapshotCopyConfiguration",
875      "http":{
876        "method":"POST",
877        "requestUri":"/"
878      },
879      "input":{"shape":"UpdateSnapshotCopyConfigurationRequest"},
880      "output":{"shape":"UpdateSnapshotCopyConfigurationResponse"},
881      "errors":[
882        {"shape":"InternalServerException"},
883        {"shape":"ResourceNotFoundException"},
884        {"shape":"ConflictException"},
885        {"shape":"ValidationException"},
886        {"shape":"AccessDeniedException"}
887      ],
888      "documentation":"<p>Updates a snapshot copy configuration.</p>"
889    },
890    "UpdateUsageLimit":{
891      "name":"UpdateUsageLimit",
892      "http":{
893        "method":"POST",
894        "requestUri":"/"
895      },
896      "input":{"shape":"UpdateUsageLimitRequest"},
897      "output":{"shape":"UpdateUsageLimitResponse"},
898      "errors":[
899        {"shape":"InternalServerException"},
900        {"shape":"ResourceNotFoundException"},
901        {"shape":"ConflictException"},
902        {"shape":"ValidationException"}
903      ],
904      "documentation":"<p>Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.</p>"
905    },
906    "UpdateWorkgroup":{
907      "name":"UpdateWorkgroup",
908      "http":{
909        "method":"POST",
910        "requestUri":"/"
911      },
912      "input":{"shape":"UpdateWorkgroupRequest"},
913      "output":{"shape":"UpdateWorkgroupResponse"},
914      "errors":[
915        {"shape":"InternalServerException"},
916        {"shape":"InsufficientCapacityException"},
917        {"shape":"ResourceNotFoundException"},
918        {"shape":"ConflictException"},
919        {"shape":"ValidationException"}
920      ],
921      "documentation":"<p>Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example, you can update <code>baseCapacity</code> or <code>port</code> in a single request, but you can't update both in the same request.</p>"
922    }
923  },
924  "shapes":{
925    "AccessDeniedException":{
926      "type":"structure",
927      "members":{
928        "code":{"shape":"String"},
929        "message":{"shape":"String"}
930      },
931      "documentation":"<p>You do not have sufficient access to perform this action.</p>",
932      "exception":true
933    },
934    "AccountIdList":{
935      "type":"list",
936      "member":{"shape":"String"}
937    },
938    "AmazonResourceName":{
939      "type":"string",
940      "max":1011,
941      "min":1
942    },
943    "Association":{
944      "type":"structure",
945      "members":{
946        "customDomainCertificateArn":{
947          "shape":"CustomDomainCertificateArnString",
948          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
949        },
950        "customDomainCertificateExpiryTime":{
951          "shape":"SyntheticTimestamp_date_time",
952          "documentation":"<p>The expiration time for the certificate.</p>"
953        },
954        "customDomainName":{
955          "shape":"CustomDomainName",
956          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
957        },
958        "workgroupName":{
959          "shape":"WorkgroupName",
960          "documentation":"<p>The name of the workgroup associated with the database.</p>"
961        }
962      },
963      "documentation":"<p>An object that represents the custom domain name association.</p>"
964    },
965    "AssociationList":{
966      "type":"list",
967      "member":{"shape":"Association"}
968    },
969    "Boolean":{
970      "type":"boolean",
971      "box":true
972    },
973    "ConfigParameter":{
974      "type":"structure",
975      "members":{
976        "parameterKey":{
977          "shape":"ParameterKey",
978          "documentation":"<p>The key of the parameter. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
979        },
980        "parameterValue":{
981          "shape":"ParameterValue",
982          "documentation":"<p>The value of the parameter to set.</p>"
983        }
984      },
985      "documentation":"<p>An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.</p>"
986    },
987    "ConfigParameterList":{
988      "type":"list",
989      "member":{"shape":"ConfigParameter"}
990    },
991    "ConflictException":{
992      "type":"structure",
993      "required":["message"],
994      "members":{
995        "message":{"shape":"String"}
996      },
997      "documentation":"<p>The submitted action has conflicts.</p>",
998      "exception":true
999    },
1000    "ConvertRecoveryPointToSnapshotRequest":{
1001      "type":"structure",
1002      "required":[
1003        "recoveryPointId",
1004        "snapshotName"
1005      ],
1006      "members":{
1007        "recoveryPointId":{
1008          "shape":"String",
1009          "documentation":"<p>The unique identifier of the recovery point.</p>"
1010        },
1011        "retentionPeriod":{
1012          "shape":"Integer",
1013          "documentation":"<p>How long to retain the snapshot.</p>"
1014        },
1015        "snapshotName":{
1016          "shape":"String",
1017          "documentation":"<p>The name of the snapshot.</p>"
1018        },
1019        "tags":{
1020          "shape":"TagList",
1021          "documentation":"<p>An array of <a href=\"https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html\">Tag objects</a> to associate with the created snapshot.</p>"
1022        }
1023      }
1024    },
1025    "ConvertRecoveryPointToSnapshotResponse":{
1026      "type":"structure",
1027      "members":{
1028        "snapshot":{
1029          "shape":"Snapshot",
1030          "documentation":"<p>The snapshot converted from the recovery point.</p>"
1031        }
1032      }
1033    },
1034    "CreateCustomDomainAssociationRequest":{
1035      "type":"structure",
1036      "required":[
1037        "customDomainCertificateArn",
1038        "customDomainName",
1039        "workgroupName"
1040      ],
1041      "members":{
1042        "customDomainCertificateArn":{
1043          "shape":"CustomDomainCertificateArnString",
1044          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
1045        },
1046        "customDomainName":{
1047          "shape":"CustomDomainName",
1048          "documentation":"<p>The custom domain name to associate with the workgroup.</p>"
1049        },
1050        "workgroupName":{
1051          "shape":"WorkgroupName",
1052          "documentation":"<p>The name of the workgroup associated with the database.</p>"
1053        }
1054      }
1055    },
1056    "CreateCustomDomainAssociationResponse":{
1057      "type":"structure",
1058      "members":{
1059        "customDomainCertificateArn":{
1060          "shape":"CustomDomainCertificateArnString",
1061          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
1062        },
1063        "customDomainCertificateExpiryTime":{
1064          "shape":"SyntheticTimestamp_date_time",
1065          "documentation":"<p>The expiration time for the certificate.</p>"
1066        },
1067        "customDomainName":{
1068          "shape":"CustomDomainName",
1069          "documentation":"<p>The custom domain name to associate with the workgroup.</p>"
1070        },
1071        "workgroupName":{
1072          "shape":"WorkgroupName",
1073          "documentation":"<p>The name of the workgroup associated with the database.</p>"
1074        }
1075      }
1076    },
1077    "CreateEndpointAccessRequest":{
1078      "type":"structure",
1079      "required":[
1080        "endpointName",
1081        "subnetIds",
1082        "workgroupName"
1083      ],
1084      "members":{
1085        "endpointName":{
1086          "shape":"String",
1087          "documentation":"<p>The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.</p>"
1088        },
1089        "ownerAccount":{
1090          "shape":"OwnerAccount",
1091          "documentation":"<p>The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.</p>"
1092        },
1093        "subnetIds":{
1094          "shape":"SubnetIdList",
1095          "documentation":"<p>The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.</p>"
1096        },
1097        "vpcSecurityGroupIds":{
1098          "shape":"VpcSecurityGroupIdList",
1099          "documentation":"<p>The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>"
1100        },
1101        "workgroupName":{
1102          "shape":"String",
1103          "documentation":"<p>The name of the workgroup to associate with the VPC endpoint.</p>"
1104        }
1105      }
1106    },
1107    "CreateEndpointAccessResponse":{
1108      "type":"structure",
1109      "members":{
1110        "endpoint":{
1111          "shape":"EndpointAccess",
1112          "documentation":"<p>The created VPC endpoint.</p>"
1113        }
1114      }
1115    },
1116    "CreateNamespaceRequest":{
1117      "type":"structure",
1118      "required":["namespaceName"],
1119      "members":{
1120        "adminPasswordSecretKmsKeyId":{
1121          "shape":"KmsKeyId",
1122          "documentation":"<p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if <code>manageAdminPassword</code> is true.</p>"
1123        },
1124        "adminUserPassword":{
1125          "shape":"DbPassword",
1126          "documentation":"<p>The password of the administrator for the first database created in the namespace.</p> <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>"
1127        },
1128        "adminUsername":{
1129          "shape":"DbUser",
1130          "documentation":"<p>The username of the administrator for the first database created in the namespace.</p>"
1131        },
1132        "dbName":{
1133          "shape":"String",
1134          "documentation":"<p>The name of the first database created in the namespace.</p>"
1135        },
1136        "defaultIamRoleArn":{
1137          "shape":"String",
1138          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.</p>"
1139        },
1140        "iamRoles":{
1141          "shape":"IamRoleArnList",
1142          "documentation":"<p>A list of IAM roles to associate with the namespace.</p>"
1143        },
1144        "kmsKeyId":{
1145          "shape":"String",
1146          "documentation":"<p>The ID of the Amazon Web Services Key Management Service key used to encrypt your data.</p>"
1147        },
1148        "logExports":{
1149          "shape":"LogExportList",
1150          "documentation":"<p>The types of logs the namespace can export. Available export types are <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.</p>"
1151        },
1152        "manageAdminPassword":{
1153          "shape":"Boolean",
1154          "documentation":"<p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses <code>adminUserPassword</code> for the admin user account's password. </p>"
1155        },
1156        "namespaceName":{
1157          "shape":"NamespaceName",
1158          "documentation":"<p>The name of the namespace.</p>"
1159        },
1160        "redshiftIdcApplicationArn":{
1161          "shape":"RedshiftIdcApplicationArn",
1162          "documentation":"<p>The ARN for the Redshift application that integrates with IAM Identity Center.</p>"
1163        },
1164        "tags":{
1165          "shape":"TagList",
1166          "documentation":"<p>A list of tag instances.</p>"
1167        }
1168      }
1169    },
1170    "CreateNamespaceResponse":{
1171      "type":"structure",
1172      "members":{
1173        "namespace":{
1174          "shape":"Namespace",
1175          "documentation":"<p>The created namespace object.</p>"
1176        }
1177      }
1178    },
1179    "CreateScheduledActionRequest":{
1180      "type":"structure",
1181      "required":[
1182        "namespaceName",
1183        "roleArn",
1184        "schedule",
1185        "scheduledActionName",
1186        "targetAction"
1187      ],
1188      "members":{
1189        "enabled":{
1190          "shape":"Boolean",
1191          "documentation":"<p>Indicates whether the schedule is enabled. If false, the scheduled action does not trigger. For more information about <code>state</code> of the scheduled action, see <a href=\"https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_ScheduledAction.html\">ScheduledAction</a>.</p>"
1192        },
1193        "endTime":{
1194          "shape":"Timestamp",
1195          "documentation":"<p>The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.</p>"
1196        },
1197        "namespaceName":{
1198          "shape":"NamespaceName",
1199          "documentation":"<p>The name of the namespace for which to create a scheduled action.</p>"
1200        },
1201        "roleArn":{
1202          "shape":"IamRoleArn",
1203          "documentation":"<p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html\">Using Identity-Based Policies for Amazon Redshift</a> in the Amazon Redshift Cluster Management Guide</p>"
1204        },
1205        "schedule":{
1206          "shape":"Schedule",
1207          "documentation":"<p>The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.</p> <p>Format of at expressions is \"<code>at(yyyy-mm-ddThh:mm:ss)</code>\". For example, \"<code>at(2016-03-04T17:27:00)</code>\".</p> <p>Format of cron expressions is \"<code>cron(Minutes Hours Day-of-month Month Day-of-week Year)</code>\". For example, \"<code>cron(0 10 ? * MON *)</code>\". For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions\">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>"
1208        },
1209        "scheduledActionDescription":{
1210          "shape":"String",
1211          "documentation":"<p>The description of the scheduled action.</p>"
1212        },
1213        "scheduledActionName":{
1214          "shape":"ScheduledActionName",
1215          "documentation":"<p>The name of the scheduled action.</p>"
1216        },
1217        "startTime":{
1218          "shape":"Timestamp",
1219          "documentation":"<p>The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.</p>"
1220        },
1221        "targetAction":{"shape":"TargetAction"}
1222      }
1223    },
1224    "CreateScheduledActionResponse":{
1225      "type":"structure",
1226      "members":{
1227        "scheduledAction":{
1228          "shape":"ScheduledActionResponse",
1229          "documentation":"<p>The returned <code>ScheduledAction</code> object that describes the properties of a scheduled action.</p>"
1230        }
1231      }
1232    },
1233    "CreateSnapshotCopyConfigurationRequest":{
1234      "type":"structure",
1235      "required":[
1236        "destinationRegion",
1237        "namespaceName"
1238      ],
1239      "members":{
1240        "destinationKmsKeyId":{
1241          "shape":"KmsKeyId",
1242          "documentation":"<p>The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.</p>"
1243        },
1244        "destinationRegion":{
1245          "shape":"String",
1246          "documentation":"<p>The destination Amazon Web Services Region that you want to copy snapshots to.</p>"
1247        },
1248        "namespaceName":{
1249          "shape":"NamespaceName",
1250          "documentation":"<p>The name of the namespace to copy snapshots from.</p>"
1251        },
1252        "snapshotRetentionPeriod":{
1253          "shape":"Integer",
1254          "documentation":"<p>The retention period of the snapshots that you copy to the destination Amazon Web Services Region.</p>"
1255        }
1256      }
1257    },
1258    "CreateSnapshotCopyConfigurationResponse":{
1259      "type":"structure",
1260      "required":["snapshotCopyConfiguration"],
1261      "members":{
1262        "snapshotCopyConfiguration":{
1263          "shape":"SnapshotCopyConfiguration",
1264          "documentation":"<p>The snapshot copy configuration object that is returned.</p>"
1265        }
1266      }
1267    },
1268    "CreateSnapshotRequest":{
1269      "type":"structure",
1270      "required":[
1271        "namespaceName",
1272        "snapshotName"
1273      ],
1274      "members":{
1275        "namespaceName":{
1276          "shape":"String",
1277          "documentation":"<p>The namespace to create a snapshot for.</p>"
1278        },
1279        "retentionPeriod":{
1280          "shape":"Integer",
1281          "documentation":"<p>How long to retain the created snapshot.</p>"
1282        },
1283        "snapshotName":{
1284          "shape":"String",
1285          "documentation":"<p>The name of the snapshot.</p>"
1286        },
1287        "tags":{
1288          "shape":"TagList",
1289          "documentation":"<p>An array of <a href=\"https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html\">Tag objects</a> to associate with the snapshot.</p>"
1290        }
1291      }
1292    },
1293    "CreateSnapshotResponse":{
1294      "type":"structure",
1295      "members":{
1296        "snapshot":{
1297          "shape":"Snapshot",
1298          "documentation":"<p>The created snapshot object.</p>"
1299        }
1300      }
1301    },
1302    "CreateSnapshotScheduleActionParameters":{
1303      "type":"structure",
1304      "required":[
1305        "namespaceName",
1306        "snapshotNamePrefix"
1307      ],
1308      "members":{
1309        "namespaceName":{
1310          "shape":"NamespaceName",
1311          "documentation":"<p>The name of the namespace for which you want to configure a scheduled action to create a snapshot.</p>"
1312        },
1313        "retentionPeriod":{
1314          "shape":"Integer",
1315          "documentation":"<p>The retention period of the snapshot created by the scheduled action.</p>"
1316        },
1317        "snapshotNamePrefix":{
1318          "shape":"SnapshotNamePrefix",
1319          "documentation":"<p>A string prefix that is attached to the name of the snapshot created by the scheduled action. The final name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.</p>"
1320        },
1321        "tags":{
1322          "shape":"TagList",
1323          "documentation":"<p>An array of <a href=\"https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html\">Tag objects</a> to associate with the snapshot.</p>"
1324        }
1325      },
1326      "documentation":"<p>The parameters that you can use to configure a <a href=\"https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html\">scheduled action</a> to create a snapshot. For more information about creating a scheduled action, see <a href=\"https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_CreateScheduledAction.html\">CreateScheduledAction</a>.</p>"
1327    },
1328    "CreateUsageLimitRequest":{
1329      "type":"structure",
1330      "required":[
1331        "amount",
1332        "resourceArn",
1333        "usageType"
1334      ],
1335      "members":{
1336        "amount":{
1337          "shape":"Long",
1338          "documentation":"<p>The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.</p>"
1339        },
1340        "breachAction":{
1341          "shape":"UsageLimitBreachAction",
1342          "documentation":"<p>The action that Amazon Redshift Serverless takes when the limit is reached. The default is log.</p>"
1343        },
1344        "period":{
1345          "shape":"UsageLimitPeriod",
1346          "documentation":"<p>The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.</p>"
1347        },
1348        "resourceArn":{
1349          "shape":"String",
1350          "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Redshift Serverless resource to create the usage limit for.</p>"
1351        },
1352        "usageType":{
1353          "shape":"UsageLimitUsageType",
1354          "documentation":"<p>The type of Amazon Redshift Serverless usage to create a usage limit for.</p>"
1355        }
1356      }
1357    },
1358    "CreateUsageLimitResponse":{
1359      "type":"structure",
1360      "members":{
1361        "usageLimit":{
1362          "shape":"UsageLimit",
1363          "documentation":"<p>The returned usage limit object.</p>"
1364        }
1365      }
1366    },
1367    "CreateWorkgroupRequest":{
1368      "type":"structure",
1369      "required":[
1370        "namespaceName",
1371        "workgroupName"
1372      ],
1373      "members":{
1374        "baseCapacity":{
1375          "shape":"Integer",
1376          "documentation":"<p>The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).</p>"
1377        },
1378        "configParameters":{
1379          "shape":"ConfigParameterList",
1380          "documentation":"<p>An array of parameters to set for advanced control over a database. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
1381        },
1382        "enhancedVpcRouting":{
1383          "shape":"Boolean",
1384          "documentation":"<p>The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.</p>"
1385        },
1386        "maxCapacity":{
1387          "shape":"Integer",
1388          "documentation":"<p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>"
1389        },
1390        "namespaceName":{
1391          "shape":"NamespaceName",
1392          "documentation":"<p>The name of the namespace to associate with the workgroup.</p>"
1393        },
1394        "port":{
1395          "shape":"Integer",
1396          "documentation":"<p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>"
1397        },
1398        "publiclyAccessible":{
1399          "shape":"Boolean",
1400          "documentation":"<p>A value that specifies whether the workgroup can be accessed from a public network.</p>"
1401        },
1402        "securityGroupIds":{
1403          "shape":"SecurityGroupIdList",
1404          "documentation":"<p>An array of security group IDs to associate with the workgroup.</p>"
1405        },
1406        "subnetIds":{
1407          "shape":"SubnetIdList",
1408          "documentation":"<p>An array of VPC subnet IDs to associate with the workgroup.</p>"
1409        },
1410        "tags":{
1411          "shape":"TagList",
1412          "documentation":"<p>A array of tag instances.</p>"
1413        },
1414        "workgroupName":{
1415          "shape":"WorkgroupName",
1416          "documentation":"<p>The name of the created workgroup.</p>"
1417        }
1418      }
1419    },
1420    "CreateWorkgroupResponse":{
1421      "type":"structure",
1422      "members":{
1423        "workgroup":{
1424          "shape":"Workgroup",
1425          "documentation":"<p>The created workgroup object.</p>"
1426        }
1427      }
1428    },
1429    "CustomDomainCertificateArnString":{
1430      "type":"string",
1431      "max":2048,
1432      "min":20,
1433      "pattern":"arn:[\\w+=/,.@-]+:acm:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=,.@-]+)*"
1434    },
1435    "CustomDomainName":{
1436      "type":"string",
1437      "max":253,
1438      "min":1,
1439      "pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
1440    },
1441    "DbName":{"type":"string"},
1442    "DbPassword":{
1443      "type":"string",
1444      "sensitive":true
1445    },
1446    "DbUser":{
1447      "type":"string",
1448      "sensitive":true
1449    },
1450    "DeleteCustomDomainAssociationRequest":{
1451      "type":"structure",
1452      "required":[
1453        "customDomainName",
1454        "workgroupName"
1455      ],
1456      "members":{
1457        "customDomainName":{
1458          "shape":"CustomDomainName",
1459          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
1460        },
1461        "workgroupName":{
1462          "shape":"WorkgroupName",
1463          "documentation":"<p>The name of the workgroup associated with the database.</p>"
1464        }
1465      }
1466    },
1467    "DeleteCustomDomainAssociationResponse":{
1468      "type":"structure",
1469      "members":{
1470      }
1471    },
1472    "DeleteEndpointAccessRequest":{
1473      "type":"structure",
1474      "required":["endpointName"],
1475      "members":{
1476        "endpointName":{
1477          "shape":"String",
1478          "documentation":"<p>The name of the VPC endpoint to delete.</p>"
1479        }
1480      }
1481    },
1482    "DeleteEndpointAccessResponse":{
1483      "type":"structure",
1484      "members":{
1485        "endpoint":{
1486          "shape":"EndpointAccess",
1487          "documentation":"<p>The deleted VPC endpoint.</p>"
1488        }
1489      }
1490    },
1491    "DeleteNamespaceRequest":{
1492      "type":"structure",
1493      "required":["namespaceName"],
1494      "members":{
1495        "finalSnapshotName":{
1496          "shape":"String",
1497          "documentation":"<p>The name of the snapshot to be created before the namespace is deleted.</p>"
1498        },
1499        "finalSnapshotRetentionPeriod":{
1500          "shape":"Integer",
1501          "documentation":"<p>How long to retain the final snapshot.</p>"
1502        },
1503        "namespaceName":{
1504          "shape":"NamespaceName",
1505          "documentation":"<p>The name of the namespace to delete.</p>"
1506        }
1507      }
1508    },
1509    "DeleteNamespaceResponse":{
1510      "type":"structure",
1511      "required":["namespace"],
1512      "members":{
1513        "namespace":{
1514          "shape":"Namespace",
1515          "documentation":"<p>The deleted namespace object.</p>"
1516        }
1517      }
1518    },
1519    "DeleteResourcePolicyRequest":{
1520      "type":"structure",
1521      "required":["resourceArn"],
1522      "members":{
1523        "resourceArn":{
1524          "shape":"String",
1525          "documentation":"<p>The Amazon Resource Name (ARN) of the policy to delete.</p>"
1526        }
1527      }
1528    },
1529    "DeleteResourcePolicyResponse":{
1530      "type":"structure",
1531      "members":{
1532      }
1533    },
1534    "DeleteScheduledActionRequest":{
1535      "type":"structure",
1536      "required":["scheduledActionName"],
1537      "members":{
1538        "scheduledActionName":{
1539          "shape":"ScheduledActionName",
1540          "documentation":"<p>The name of the scheduled action to delete.</p>"
1541        }
1542      }
1543    },
1544    "DeleteScheduledActionResponse":{
1545      "type":"structure",
1546      "members":{
1547        "scheduledAction":{
1548          "shape":"ScheduledActionResponse",
1549          "documentation":"<p>The deleted scheduled action object.</p>"
1550        }
1551      }
1552    },
1553    "DeleteSnapshotCopyConfigurationRequest":{
1554      "type":"structure",
1555      "required":["snapshotCopyConfigurationId"],
1556      "members":{
1557        "snapshotCopyConfigurationId":{
1558          "shape":"String",
1559          "documentation":"<p>The ID of the snapshot copy configuration to delete.</p>"
1560        }
1561      }
1562    },
1563    "DeleteSnapshotCopyConfigurationResponse":{
1564      "type":"structure",
1565      "required":["snapshotCopyConfiguration"],
1566      "members":{
1567        "snapshotCopyConfiguration":{
1568          "shape":"SnapshotCopyConfiguration",
1569          "documentation":"<p>The deleted snapshot copy configuration object.</p>"
1570        }
1571      }
1572    },
1573    "DeleteSnapshotRequest":{
1574      "type":"structure",
1575      "required":["snapshotName"],
1576      "members":{
1577        "snapshotName":{
1578          "shape":"String",
1579          "documentation":"<p>The name of the snapshot to be deleted.</p>"
1580        }
1581      }
1582    },
1583    "DeleteSnapshotResponse":{
1584      "type":"structure",
1585      "members":{
1586        "snapshot":{
1587          "shape":"Snapshot",
1588          "documentation":"<p>The deleted snapshot object.</p>"
1589        }
1590      }
1591    },
1592    "DeleteUsageLimitRequest":{
1593      "type":"structure",
1594      "required":["usageLimitId"],
1595      "members":{
1596        "usageLimitId":{
1597          "shape":"String",
1598          "documentation":"<p>The unique identifier of the usage limit to delete.</p>"
1599        }
1600      }
1601    },
1602    "DeleteUsageLimitResponse":{
1603      "type":"structure",
1604      "members":{
1605        "usageLimit":{
1606          "shape":"UsageLimit",
1607          "documentation":"<p>The deleted usage limit object.</p>"
1608        }
1609      }
1610    },
1611    "DeleteWorkgroupRequest":{
1612      "type":"structure",
1613      "required":["workgroupName"],
1614      "members":{
1615        "workgroupName":{
1616          "shape":"WorkgroupName",
1617          "documentation":"<p>The name of the workgroup to be deleted.</p>"
1618        }
1619      }
1620    },
1621    "DeleteWorkgroupResponse":{
1622      "type":"structure",
1623      "required":["workgroup"],
1624      "members":{
1625        "workgroup":{
1626          "shape":"Workgroup",
1627          "documentation":"<p>The deleted workgroup object.</p>"
1628        }
1629      }
1630    },
1631    "Double":{
1632      "type":"double",
1633      "box":true
1634    },
1635    "Endpoint":{
1636      "type":"structure",
1637      "members":{
1638        "address":{
1639          "shape":"String",
1640          "documentation":"<p>The DNS address of the VPC endpoint.</p>"
1641        },
1642        "port":{
1643          "shape":"Integer",
1644          "documentation":"<p>The port that Amazon Redshift Serverless listens on.</p>"
1645        },
1646        "vpcEndpoints":{
1647          "shape":"VpcEndpointList",
1648          "documentation":"<p>An array of <code>VpcEndpoint</code> objects.</p>"
1649        }
1650      },
1651      "documentation":"<p>The VPC endpoint object.</p>"
1652    },
1653    "EndpointAccess":{
1654      "type":"structure",
1655      "members":{
1656        "address":{
1657          "shape":"String",
1658          "documentation":"<p>The DNS address of the endpoint.</p>"
1659        },
1660        "endpointArn":{
1661          "shape":"String",
1662          "documentation":"<p>The Amazon Resource Name (ARN) of the VPC endpoint.</p>"
1663        },
1664        "endpointCreateTime":{
1665          "shape":"SyntheticTimestamp_date_time",
1666          "documentation":"<p>The time that the endpoint was created.</p>"
1667        },
1668        "endpointName":{
1669          "shape":"String",
1670          "documentation":"<p>The name of the VPC endpoint.</p>"
1671        },
1672        "endpointStatus":{
1673          "shape":"String",
1674          "documentation":"<p>The status of the VPC endpoint.</p>"
1675        },
1676        "port":{
1677          "shape":"Integer",
1678          "documentation":"<p>The port number on which Amazon Redshift Serverless accepts incoming connections.</p>"
1679        },
1680        "subnetIds":{
1681          "shape":"SubnetIdList",
1682          "documentation":"<p>The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.</p>"
1683        },
1684        "vpcEndpoint":{
1685          "shape":"VpcEndpoint",
1686          "documentation":"<p>The connection endpoint for connecting to Amazon Redshift Serverless.</p>"
1687        },
1688        "vpcSecurityGroups":{
1689          "shape":"VpcSecurityGroupMembershipList",
1690          "documentation":"<p>The security groups associated with the endpoint.</p>"
1691        },
1692        "workgroupName":{
1693          "shape":"String",
1694          "documentation":"<p>The name of the workgroup associated with the endpoint.</p>"
1695        }
1696      },
1697      "documentation":"<p>Information about an Amazon Redshift Serverless VPC endpoint.</p>"
1698    },
1699    "EndpointAccessList":{
1700      "type":"list",
1701      "member":{"shape":"EndpointAccess"}
1702    },
1703    "GetCredentialsRequest":{
1704      "type":"structure",
1705      "members":{
1706        "customDomainName":{
1707          "shape":"CustomDomainName",
1708          "documentation":"<p>The custom domain name associated with the workgroup. The custom domain name or the workgroup name must be included in the request.</p>"
1709        },
1710        "dbName":{
1711          "shape":"DbName",
1712          "documentation":"<p>The name of the database to get temporary authorization to log on to.</p> <p>Constraints:</p> <ul> <li> <p>Must be 1 to 64 alphanumeric characters or hyphens.</p> </li> <li> <p>Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Must not contain a colon ( : ) or slash ( / ).</p> </li> <li> <p>Cannot be a reserved word. A list of reserved words can be found in <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html\">Reserved Words </a> in the Amazon Redshift Database Developer Guide</p> </li> </ul>"
1713        },
1714        "durationSeconds":{
1715          "shape":"Integer",
1716          "documentation":"<p>The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.</p>"
1717        },
1718        "workgroupName":{
1719          "shape":"WorkgroupName",
1720          "documentation":"<p>The name of the workgroup associated with the database.</p>"
1721        }
1722      }
1723    },
1724    "GetCredentialsResponse":{
1725      "type":"structure",
1726      "members":{
1727        "dbPassword":{
1728          "shape":"DbPassword",
1729          "documentation":"<p>A temporary password that authorizes the user name returned by <code>DbUser</code> to log on to the database <code>DbName</code>.</p>"
1730        },
1731        "dbUser":{
1732          "shape":"DbUser",
1733          "documentation":"<p>A database user name that is authorized to log on to the database <code>DbName</code> using the password <code>DbPassword</code>. If the specified <code>DbUser</code> exists in the database, the new user name has the same database privileges as the the user named in <code>DbUser</code>. By default, the user is added to PUBLIC.</p>"
1734        },
1735        "expiration":{
1736          "shape":"Timestamp",
1737          "documentation":"<p>The date and time the password in <code>DbPassword</code> expires.</p>"
1738        },
1739        "nextRefreshTime":{
1740          "shape":"Timestamp",
1741          "documentation":"<p>The date and time of when the <code>DbUser</code> and <code>DbPassword</code> authorization refreshes.</p>"
1742        }
1743      }
1744    },
1745    "GetCustomDomainAssociationRequest":{
1746      "type":"structure",
1747      "required":[
1748        "customDomainName",
1749        "workgroupName"
1750      ],
1751      "members":{
1752        "customDomainName":{
1753          "shape":"CustomDomainName",
1754          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
1755        },
1756        "workgroupName":{
1757          "shape":"WorkgroupName",
1758          "documentation":"<p>The name of the workgroup associated with the database.</p>"
1759        }
1760      }
1761    },
1762    "GetCustomDomainAssociationResponse":{
1763      "type":"structure",
1764      "members":{
1765        "customDomainCertificateArn":{
1766          "shape":"CustomDomainCertificateArnString",
1767          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
1768        },
1769        "customDomainCertificateExpiryTime":{
1770          "shape":"SyntheticTimestamp_date_time",
1771          "documentation":"<p>The expiration time for the certificate.</p>"
1772        },
1773        "customDomainName":{
1774          "shape":"CustomDomainName",
1775          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
1776        },
1777        "workgroupName":{
1778          "shape":"WorkgroupName",
1779          "documentation":"<p>The name of the workgroup associated with the database.</p>"
1780        }
1781      }
1782    },
1783    "GetEndpointAccessRequest":{
1784      "type":"structure",
1785      "required":["endpointName"],
1786      "members":{
1787        "endpointName":{
1788          "shape":"String",
1789          "documentation":"<p>The name of the VPC endpoint to return information for.</p>"
1790        }
1791      }
1792    },
1793    "GetEndpointAccessResponse":{
1794      "type":"structure",
1795      "members":{
1796        "endpoint":{
1797          "shape":"EndpointAccess",
1798          "documentation":"<p>The returned VPC endpoint.</p>"
1799        }
1800      }
1801    },
1802    "GetNamespaceRequest":{
1803      "type":"structure",
1804      "required":["namespaceName"],
1805      "members":{
1806        "namespaceName":{
1807          "shape":"NamespaceName",
1808          "documentation":"<p>The name of the namespace to retrieve information for.</p>"
1809        }
1810      }
1811    },
1812    "GetNamespaceResponse":{
1813      "type":"structure",
1814      "required":["namespace"],
1815      "members":{
1816        "namespace":{
1817          "shape":"Namespace",
1818          "documentation":"<p>The returned namespace object.</p>"
1819        }
1820      }
1821    },
1822    "GetRecoveryPointRequest":{
1823      "type":"structure",
1824      "required":["recoveryPointId"],
1825      "members":{
1826        "recoveryPointId":{
1827          "shape":"String",
1828          "documentation":"<p>The unique identifier of the recovery point to return information for.</p>"
1829        }
1830      }
1831    },
1832    "GetRecoveryPointResponse":{
1833      "type":"structure",
1834      "members":{
1835        "recoveryPoint":{
1836          "shape":"RecoveryPoint",
1837          "documentation":"<p>The returned recovery point object.</p>"
1838        }
1839      }
1840    },
1841    "GetResourcePolicyRequest":{
1842      "type":"structure",
1843      "required":["resourceArn"],
1844      "members":{
1845        "resourceArn":{
1846          "shape":"String",
1847          "documentation":"<p>The Amazon Resource Name (ARN) of the resource to return.</p>"
1848        }
1849      }
1850    },
1851    "GetResourcePolicyResponse":{
1852      "type":"structure",
1853      "members":{
1854        "resourcePolicy":{
1855          "shape":"ResourcePolicy",
1856          "documentation":"<p>The returned resource policy.</p>"
1857        }
1858      }
1859    },
1860    "GetScheduledActionRequest":{
1861      "type":"structure",
1862      "required":["scheduledActionName"],
1863      "members":{
1864        "scheduledActionName":{
1865          "shape":"ScheduledActionName",
1866          "documentation":"<p>The name of the scheduled action.</p>"
1867        }
1868      }
1869    },
1870    "GetScheduledActionResponse":{
1871      "type":"structure",
1872      "members":{
1873        "scheduledAction":{
1874          "shape":"ScheduledActionResponse",
1875          "documentation":"<p>The returned scheduled action object.</p>"
1876        }
1877      }
1878    },
1879    "GetSnapshotRequest":{
1880      "type":"structure",
1881      "members":{
1882        "ownerAccount":{
1883          "shape":"String",
1884          "documentation":"<p>The owner Amazon Web Services account of a snapshot shared with another user.</p>"
1885        },
1886        "snapshotArn":{
1887          "shape":"String",
1888          "documentation":"<p>The Amazon Resource Name (ARN) of the snapshot to return.</p>"
1889        },
1890        "snapshotName":{
1891          "shape":"String",
1892          "documentation":"<p>The name of the snapshot to return.</p>"
1893        }
1894      }
1895    },
1896    "GetSnapshotResponse":{
1897      "type":"structure",
1898      "members":{
1899        "snapshot":{
1900          "shape":"Snapshot",
1901          "documentation":"<p>The returned snapshot object.</p>"
1902        }
1903      }
1904    },
1905    "GetTableRestoreStatusRequest":{
1906      "type":"structure",
1907      "required":["tableRestoreRequestId"],
1908      "members":{
1909        "tableRestoreRequestId":{
1910          "shape":"String",
1911          "documentation":"<p>The ID of the <code>RestoreTableFromSnapshot</code> request to return status for.</p>"
1912        }
1913      }
1914    },
1915    "GetTableRestoreStatusResponse":{
1916      "type":"structure",
1917      "members":{
1918        "tableRestoreStatus":{
1919          "shape":"TableRestoreStatus",
1920          "documentation":"<p>The returned <code>TableRestoreStatus</code> object that contains information about the status of your <code>RestoreTableFromSnapshot</code> request.</p>"
1921        }
1922      }
1923    },
1924    "GetUsageLimitRequest":{
1925      "type":"structure",
1926      "required":["usageLimitId"],
1927      "members":{
1928        "usageLimitId":{
1929          "shape":"String",
1930          "documentation":"<p>The unique identifier of the usage limit to return information for.</p>"
1931        }
1932      }
1933    },
1934    "GetUsageLimitResponse":{
1935      "type":"structure",
1936      "members":{
1937        "usageLimit":{
1938          "shape":"UsageLimit",
1939          "documentation":"<p>The returned usage limit object.</p>"
1940        }
1941      }
1942    },
1943    "GetWorkgroupRequest":{
1944      "type":"structure",
1945      "required":["workgroupName"],
1946      "members":{
1947        "workgroupName":{
1948          "shape":"WorkgroupName",
1949          "documentation":"<p>The name of the workgroup to return information for.</p>"
1950        }
1951      }
1952    },
1953    "GetWorkgroupResponse":{
1954      "type":"structure",
1955      "required":["workgroup"],
1956      "members":{
1957        "workgroup":{
1958          "shape":"Workgroup",
1959          "documentation":"<p>The returned workgroup object.</p>"
1960        }
1961      }
1962    },
1963    "IamRoleArn":{"type":"string"},
1964    "IamRoleArnList":{
1965      "type":"list",
1966      "member":{"shape":"IamRoleArn"}
1967    },
1968    "InsufficientCapacityException":{
1969      "type":"structure",
1970      "required":["message"],
1971      "members":{
1972        "message":{"shape":"String"}
1973      },
1974      "documentation":"<p>There is an insufficient capacity to perform the action.</p>",
1975      "exception":true,
1976      "retryable":{"throttling":false}
1977    },
1978    "Integer":{
1979      "type":"integer",
1980      "box":true
1981    },
1982    "InternalServerException":{
1983      "type":"structure",
1984      "required":["message"],
1985      "members":{
1986        "message":{"shape":"String"}
1987      },
1988      "documentation":"<p>The request processing has failed because of an unknown error, exception or failure.</p>",
1989      "exception":true,
1990      "fault":true,
1991      "retryable":{"throttling":false}
1992    },
1993    "InvalidPaginationException":{
1994      "type":"structure",
1995      "required":["message"],
1996      "members":{
1997        "message":{"shape":"String"}
1998      },
1999      "documentation":"<p>The provided pagination token is invalid.</p>",
2000      "exception":true
2001    },
2002    "KmsKeyId":{"type":"string"},
2003    "ListCustomDomainAssociationsRequest":{
2004      "type":"structure",
2005      "members":{
2006        "customDomainCertificateArn":{
2007          "shape":"CustomDomainCertificateArnString",
2008          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
2009        },
2010        "customDomainName":{
2011          "shape":"CustomDomainName",
2012          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
2013        },
2014        "maxResults":{
2015          "shape":"ListCustomDomainAssociationsRequestMaxResultsInteger",
2016          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2017          "box":true
2018        },
2019        "nextToken":{
2020          "shape":"PaginationToken",
2021          "documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2022        }
2023      }
2024    },
2025    "ListCustomDomainAssociationsRequestMaxResultsInteger":{
2026      "type":"integer",
2027      "box":true,
2028      "max":100,
2029      "min":1
2030    },
2031    "ListCustomDomainAssociationsResponse":{
2032      "type":"structure",
2033      "members":{
2034        "associations":{
2035          "shape":"AssociationList",
2036          "documentation":"<p>A list of Association objects.</p>"
2037        },
2038        "nextToken":{
2039          "shape":"PaginationToken",
2040          "documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2041        }
2042      }
2043    },
2044    "ListEndpointAccessRequest":{
2045      "type":"structure",
2046      "members":{
2047        "maxResults":{
2048          "shape":"ListEndpointAccessRequestMaxResultsInteger",
2049          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2050          "box":true
2051        },
2052        "nextToken":{
2053          "shape":"String",
2054          "documentation":"<p>If your initial <code>ListEndpointAccess</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListEndpointAccess</code> operations, which returns results in the next page.</p>"
2055        },
2056        "ownerAccount":{
2057          "shape":"OwnerAccount",
2058          "documentation":"<p>The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.</p>"
2059        },
2060        "vpcId":{
2061          "shape":"String",
2062          "documentation":"<p>The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.</p>"
2063        },
2064        "workgroupName":{
2065          "shape":"String",
2066          "documentation":"<p>The name of the workgroup associated with the VPC endpoint to return.</p>"
2067        }
2068      }
2069    },
2070    "ListEndpointAccessRequestMaxResultsInteger":{
2071      "type":"integer",
2072      "box":true,
2073      "max":100,
2074      "min":1
2075    },
2076    "ListEndpointAccessResponse":{
2077      "type":"structure",
2078      "required":["endpoints"],
2079      "members":{
2080        "endpoints":{
2081          "shape":"EndpointAccessList",
2082          "documentation":"<p>The returned VPC endpoints.</p>"
2083        },
2084        "nextToken":{
2085          "shape":"String",
2086          "documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2087        }
2088      }
2089    },
2090    "ListNamespacesRequest":{
2091      "type":"structure",
2092      "members":{
2093        "maxResults":{
2094          "shape":"ListNamespacesRequestMaxResultsInteger",
2095          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2096          "box":true
2097        },
2098        "nextToken":{
2099          "shape":"String",
2100          "documentation":"<p>If your initial <code>ListNamespaces</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListNamespaces</code> operations, which returns results in the next page.</p>"
2101        }
2102      }
2103    },
2104    "ListNamespacesRequestMaxResultsInteger":{
2105      "type":"integer",
2106      "box":true,
2107      "max":100,
2108      "min":1
2109    },
2110    "ListNamespacesResponse":{
2111      "type":"structure",
2112      "required":["namespaces"],
2113      "members":{
2114        "namespaces":{
2115          "shape":"NamespaceList",
2116          "documentation":"<p>The list of returned namespaces.</p>"
2117        },
2118        "nextToken":{
2119          "shape":"String",
2120          "documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2121        }
2122      }
2123    },
2124    "ListRecoveryPointsRequest":{
2125      "type":"structure",
2126      "members":{
2127        "endTime":{
2128          "shape":"Timestamp",
2129          "documentation":"<p>The time when creation of the recovery point finished.</p>"
2130        },
2131        "maxResults":{
2132          "shape":"ListRecoveryPointsRequestMaxResultsInteger",
2133          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2134          "box":true
2135        },
2136        "namespaceArn":{
2137          "shape":"String",
2138          "documentation":"<p>The Amazon Resource Name (ARN) of the namespace from which to list recovery points.</p>"
2139        },
2140        "namespaceName":{
2141          "shape":"NamespaceName",
2142          "documentation":"<p>The name of the namespace to list recovery points for.</p>"
2143        },
2144        "nextToken":{
2145          "shape":"String",
2146          "documentation":"<p>If your initial <code>ListRecoveryPoints</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListRecoveryPoints</code> operations, which returns results in the next page.</p>"
2147        },
2148        "startTime":{
2149          "shape":"Timestamp",
2150          "documentation":"<p>The time when the recovery point's creation was initiated.</p>"
2151        }
2152      }
2153    },
2154    "ListRecoveryPointsRequestMaxResultsInteger":{
2155      "type":"integer",
2156      "box":true,
2157      "max":100,
2158      "min":1
2159    },
2160    "ListRecoveryPointsResponse":{
2161      "type":"structure",
2162      "members":{
2163        "nextToken":{
2164          "shape":"String",
2165          "documentation":"<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2166        },
2167        "recoveryPoints":{
2168          "shape":"RecoveryPointList",
2169          "documentation":"<p>The returned recovery point objects.</p>"
2170        }
2171      }
2172    },
2173    "ListScheduledActionsRequest":{
2174      "type":"structure",
2175      "members":{
2176        "maxResults":{
2177          "shape":"ListScheduledActionsRequestMaxResultsInteger",
2178          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. Use <code>nextToken</code> to display the next page of results.</p>",
2179          "box":true
2180        },
2181        "namespaceName":{
2182          "shape":"NamespaceName",
2183          "documentation":"<p>The name of namespace associated with the scheduled action to retrieve.</p>"
2184        },
2185        "nextToken":{
2186          "shape":"PaginationToken",
2187          "documentation":"<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2188        }
2189      }
2190    },
2191    "ListScheduledActionsRequestMaxResultsInteger":{
2192      "type":"integer",
2193      "box":true,
2194      "max":100,
2195      "min":1
2196    },
2197    "ListScheduledActionsResponse":{
2198      "type":"structure",
2199      "members":{
2200        "nextToken":{
2201          "shape":"PaginationToken",
2202          "documentation":"<p>If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2203        },
2204        "scheduledActions":{
2205          "shape":"ScheduledActionsList",
2206          "documentation":"<p>All of the returned scheduled action objects.</p>"
2207        }
2208      }
2209    },
2210    "ListSnapshotCopyConfigurationsRequest":{
2211      "type":"structure",
2212      "members":{
2213        "maxResults":{
2214          "shape":"ListSnapshotCopyConfigurationsRequestMaxResultsInteger",
2215          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2216          "box":true
2217        },
2218        "namespaceName":{
2219          "shape":"NamespaceName",
2220          "documentation":"<p>The namespace from which to list all snapshot copy configurations.</p>"
2221        },
2222        "nextToken":{
2223          "shape":"PaginationToken",
2224          "documentation":"<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2225        }
2226      }
2227    },
2228    "ListSnapshotCopyConfigurationsRequestMaxResultsInteger":{
2229      "type":"integer",
2230      "box":true,
2231      "max":100,
2232      "min":1
2233    },
2234    "ListSnapshotCopyConfigurationsResponse":{
2235      "type":"structure",
2236      "required":["snapshotCopyConfigurations"],
2237      "members":{
2238        "nextToken":{
2239          "shape":"PaginationToken",
2240          "documentation":"<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2241        },
2242        "snapshotCopyConfigurations":{
2243          "shape":"SnapshotCopyConfigurations",
2244          "documentation":"<p>All of the returned snapshot copy configurations.</p>"
2245        }
2246      }
2247    },
2248    "ListSnapshotsRequest":{
2249      "type":"structure",
2250      "members":{
2251        "endTime":{
2252          "shape":"Timestamp",
2253          "documentation":"<p>The timestamp showing when the snapshot creation finished.</p>"
2254        },
2255        "maxResults":{
2256          "shape":"ListSnapshotsRequestMaxResultsInteger",
2257          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2258          "box":true
2259        },
2260        "namespaceArn":{
2261          "shape":"String",
2262          "documentation":"<p>The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.</p>"
2263        },
2264        "namespaceName":{
2265          "shape":"String",
2266          "documentation":"<p>The namespace from which to list all snapshots.</p>"
2267        },
2268        "nextToken":{
2269          "shape":"String",
2270          "documentation":"<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2271        },
2272        "ownerAccount":{
2273          "shape":"String",
2274          "documentation":"<p>The owner Amazon Web Services account of the snapshot.</p>"
2275        },
2276        "startTime":{
2277          "shape":"Timestamp",
2278          "documentation":"<p>The time when the creation of the snapshot was initiated.</p>"
2279        }
2280      }
2281    },
2282    "ListSnapshotsRequestMaxResultsInteger":{
2283      "type":"integer",
2284      "box":true,
2285      "max":100,
2286      "min":1
2287    },
2288    "ListSnapshotsResponse":{
2289      "type":"structure",
2290      "members":{
2291        "nextToken":{
2292          "shape":"String",
2293          "documentation":"<p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2294        },
2295        "snapshots":{
2296          "shape":"SnapshotList",
2297          "documentation":"<p>All of the returned snapshot objects.</p>"
2298        }
2299      }
2300    },
2301    "ListTableRestoreStatusRequest":{
2302      "type":"structure",
2303      "members":{
2304        "maxResults":{
2305          "shape":"ListTableRestoreStatusRequestMaxResultsInteger",
2306          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.</p>",
2307          "box":true
2308        },
2309        "namespaceName":{
2310          "shape":"String",
2311          "documentation":"<p>The namespace from which to list all of the statuses of <code>RestoreTableFromSnapshot</code> operations .</p>"
2312        },
2313        "nextToken":{
2314          "shape":"PaginationToken",
2315          "documentation":"<p>If your initial <code>ListTableRestoreStatus</code> operation returns a nextToken, you can include the returned <code>nextToken</code> in following <code>ListTableRestoreStatus</code> operations. This will return results on the next page.</p>"
2316        },
2317        "workgroupName":{
2318          "shape":"String",
2319          "documentation":"<p>The workgroup from which to list all of the statuses of <code>RestoreTableFromSnapshot</code> operations.</p>"
2320        }
2321      }
2322    },
2323    "ListTableRestoreStatusRequestMaxResultsInteger":{
2324      "type":"integer",
2325      "box":true,
2326      "max":100,
2327      "min":1
2328    },
2329    "ListTableRestoreStatusResponse":{
2330      "type":"structure",
2331      "members":{
2332        "nextToken":{
2333          "shape":"PaginationToken",
2334          "documentation":"<p>If your initial <code>ListTableRestoreStatus</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListTableRestoreStatus</code> operations. This will returns results on the next page.</p>"
2335        },
2336        "tableRestoreStatuses":{
2337          "shape":"TableRestoreStatusList",
2338          "documentation":"<p>The array of returned <code>TableRestoreStatus</code> objects.</p>"
2339        }
2340      }
2341    },
2342    "ListTagsForResourceRequest":{
2343      "type":"structure",
2344      "required":["resourceArn"],
2345      "members":{
2346        "resourceArn":{
2347          "shape":"AmazonResourceName",
2348          "documentation":"<p>The Amazon Resource Name (ARN) of the resource to list tags for.</p>"
2349        }
2350      }
2351    },
2352    "ListTagsForResourceResponse":{
2353      "type":"structure",
2354      "members":{
2355        "tags":{
2356          "shape":"TagList",
2357          "documentation":"<p>A map of the key-value pairs assigned to the resource.</p>"
2358        }
2359      }
2360    },
2361    "ListUsageLimitsRequest":{
2362      "type":"structure",
2363      "members":{
2364        "maxResults":{
2365          "shape":"ListUsageLimitsRequestMaxResultsInteger",
2366          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results. The default is 100.</p>",
2367          "box":true
2368        },
2369        "nextToken":{
2370          "shape":"PaginationToken",
2371          "documentation":"<p>If your initial <code>ListUsageLimits</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following <code>ListUsageLimits</code> operations, which returns results in the next page. </p>"
2372        },
2373        "resourceArn":{
2374          "shape":"String",
2375          "documentation":"<p>The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.</p>"
2376        },
2377        "usageType":{
2378          "shape":"UsageLimitUsageType",
2379          "documentation":"<p>The Amazon Redshift Serverless feature whose limits you want to see.</p>"
2380        }
2381      }
2382    },
2383    "ListUsageLimitsRequestMaxResultsInteger":{
2384      "type":"integer",
2385      "box":true,
2386      "max":100,
2387      "min":1
2388    },
2389    "ListUsageLimitsResponse":{
2390      "type":"structure",
2391      "members":{
2392        "nextToken":{
2393          "shape":"PaginationToken",
2394          "documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
2395        },
2396        "usageLimits":{
2397          "shape":"UsageLimits",
2398          "documentation":"<p>An array of returned usage limit objects.</p>"
2399        }
2400      }
2401    },
2402    "ListWorkgroupsRequest":{
2403      "type":"structure",
2404      "members":{
2405        "maxResults":{
2406          "shape":"ListWorkgroupsRequestMaxResultsInteger",
2407          "documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to display the next page of results.</p>",
2408          "box":true
2409        },
2410        "nextToken":{
2411          "shape":"String",
2412          "documentation":"<p>If your initial ListWorkgroups operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in following ListNamespaces operations, which returns results in the next page.</p>"
2413        },
2414        "ownerAccount":{
2415          "shape":"OwnerAccount",
2416          "documentation":"<p>The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.</p>"
2417        }
2418      }
2419    },
2420    "ListWorkgroupsRequestMaxResultsInteger":{
2421      "type":"integer",
2422      "box":true,
2423      "max":100,
2424      "min":1
2425    },
2426    "ListWorkgroupsResponse":{
2427      "type":"structure",
2428      "required":["workgroups"],
2429      "members":{
2430        "nextToken":{
2431          "shape":"String",
2432          "documentation":"<p> If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.</p>"
2433        },
2434        "workgroups":{
2435          "shape":"WorkgroupList",
2436          "documentation":"<p>The returned array of workgroups.</p>"
2437        }
2438      }
2439    },
2440    "LogExport":{
2441      "type":"string",
2442      "enum":[
2443        "useractivitylog",
2444        "userlog",
2445        "connectionlog"
2446      ]
2447    },
2448    "LogExportList":{
2449      "type":"list",
2450      "member":{"shape":"LogExport"},
2451      "max":16,
2452      "min":0
2453    },
2454    "Long":{
2455      "type":"long",
2456      "box":true
2457    },
2458    "Namespace":{
2459      "type":"structure",
2460      "members":{
2461        "adminPasswordSecretArn":{
2462          "shape":"String",
2463          "documentation":"<p>The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.</p>"
2464        },
2465        "adminPasswordSecretKmsKeyId":{
2466          "shape":"KmsKeyId",
2467          "documentation":"<p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.</p>"
2468        },
2469        "adminUsername":{
2470          "shape":"DbUser",
2471          "documentation":"<p>The username of the administrator for the first database created in the namespace.</p>"
2472        },
2473        "creationDate":{
2474          "shape":"SyntheticTimestamp_date_time",
2475          "documentation":"<p>The date of when the namespace was created.</p>"
2476        },
2477        "dbName":{
2478          "shape":"String",
2479          "documentation":"<p>The name of the first database created in the namespace.</p>"
2480        },
2481        "defaultIamRoleArn":{
2482          "shape":"String",
2483          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.</p>"
2484        },
2485        "iamRoles":{
2486          "shape":"IamRoleArnList",
2487          "documentation":"<p>A list of IAM roles to associate with the namespace.</p>"
2488        },
2489        "kmsKeyId":{
2490          "shape":"String",
2491          "documentation":"<p>The ID of the Amazon Web Services Key Management Service key used to encrypt your data.</p>"
2492        },
2493        "logExports":{
2494          "shape":"LogExportList",
2495          "documentation":"<p>The types of logs the namespace can export. Available export types are User log, Connection log, and User activity log.</p>"
2496        },
2497        "namespaceArn":{
2498          "shape":"String",
2499          "documentation":"<p>The Amazon Resource Name (ARN) associated with a namespace.</p>"
2500        },
2501        "namespaceId":{
2502          "shape":"String",
2503          "documentation":"<p>The unique identifier of a namespace.</p>"
2504        },
2505        "namespaceName":{
2506          "shape":"NamespaceName",
2507          "documentation":"<p>The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/r_pg_keywords.html\">Reserved Words</a> in the Amazon Redshift Database Developer Guide.</p>"
2508        },
2509        "status":{
2510          "shape":"NamespaceStatus",
2511          "documentation":"<p>The status of the namespace.</p>"
2512        }
2513      },
2514      "documentation":"<p>A collection of database objects and users.</p>"
2515    },
2516    "NamespaceList":{
2517      "type":"list",
2518      "member":{"shape":"Namespace"}
2519    },
2520    "NamespaceName":{
2521      "type":"string",
2522      "max":64,
2523      "min":3,
2524      "pattern":"^[a-z0-9-]+$"
2525    },
2526    "NamespaceStatus":{
2527      "type":"string",
2528      "enum":[
2529        "AVAILABLE",
2530        "MODIFYING",
2531        "DELETING"
2532      ]
2533    },
2534    "NetworkInterface":{
2535      "type":"structure",
2536      "members":{
2537        "availabilityZone":{
2538          "shape":"String",
2539          "documentation":"<p>The availability Zone.</p>"
2540        },
2541        "networkInterfaceId":{
2542          "shape":"String",
2543          "documentation":"<p>The unique identifier of the network interface.</p>"
2544        },
2545        "privateIpAddress":{
2546          "shape":"String",
2547          "documentation":"<p>The IPv4 address of the network interface within the subnet.</p>"
2548        },
2549        "subnetId":{
2550          "shape":"String",
2551          "documentation":"<p>The unique identifier of the subnet.</p>"
2552        }
2553      },
2554      "documentation":"<p>Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint. </p>"
2555    },
2556    "NetworkInterfaceList":{
2557      "type":"list",
2558      "member":{"shape":"NetworkInterface"}
2559    },
2560    "NextInvocationsList":{
2561      "type":"list",
2562      "member":{"shape":"Timestamp"}
2563    },
2564    "OwnerAccount":{
2565      "type":"string",
2566      "max":12,
2567      "min":1,
2568      "pattern":"(\\d{12})"
2569    },
2570    "PaginationToken":{
2571      "type":"string",
2572      "max":1024,
2573      "min":8
2574    },
2575    "ParameterKey":{"type":"string"},
2576    "ParameterValue":{"type":"string"},
2577    "PutResourcePolicyRequest":{
2578      "type":"structure",
2579      "required":[
2580        "policy",
2581        "resourceArn"
2582      ],
2583      "members":{
2584        "policy":{
2585          "shape":"String",
2586          "documentation":"<p>The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.</p> <p> <code>\"{\\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\" : [{ \\\"Sid\\\": \\\"AllowUserRestoreFromSnapshot\\\", \\\"Principal\\\":{\\\"AWS\\\": [\\\"739247239426\\\"]}, \\\"Action\\\": [\\\"redshift-serverless:RestoreFromSnapshot\\\"] , \\\"Effect\\\": \\\"Allow\\\" }]}\"</code> </p>"
2587        },
2588        "resourceArn":{
2589          "shape":"String",
2590          "documentation":"<p>The Amazon Resource Name (ARN) of the account to create or update a resource policy for.</p>"
2591        }
2592      }
2593    },
2594    "PutResourcePolicyResponse":{
2595      "type":"structure",
2596      "members":{
2597        "resourcePolicy":{
2598          "shape":"ResourcePolicy",
2599          "documentation":"<p>The policy that was created or updated.</p>"
2600        }
2601      }
2602    },
2603    "RecoveryPoint":{
2604      "type":"structure",
2605      "members":{
2606        "namespaceArn":{
2607          "shape":"String",
2608          "documentation":"<p>The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.</p>"
2609        },
2610        "namespaceName":{
2611          "shape":"NamespaceName",
2612          "documentation":"<p>The name of the namespace the recovery point is associated with.</p>"
2613        },
2614        "recoveryPointCreateTime":{
2615          "shape":"SyntheticTimestamp_date_time",
2616          "documentation":"<p>The time the recovery point is created.</p>"
2617        },
2618        "recoveryPointId":{
2619          "shape":"String",
2620          "documentation":"<p>The unique identifier of the recovery point.</p>"
2621        },
2622        "totalSizeInMegaBytes":{
2623          "shape":"Double",
2624          "documentation":"<p>The total size of the data in the recovery point in megabytes.</p>"
2625        },
2626        "workgroupName":{
2627          "shape":"WorkgroupName",
2628          "documentation":"<p>The name of the workgroup the recovery point is associated with.</p>"
2629        }
2630      },
2631      "documentation":"<p>The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.</p>"
2632    },
2633    "RecoveryPointList":{
2634      "type":"list",
2635      "member":{"shape":"RecoveryPoint"}
2636    },
2637    "RedshiftIdcApplicationArn":{
2638      "type":"string",
2639      "max":1024,
2640      "min":1
2641    },
2642    "ResourceNotFoundException":{
2643      "type":"structure",
2644      "required":["message"],
2645      "members":{
2646        "message":{"shape":"String"},
2647        "resourceName":{
2648          "shape":"AmazonResourceName",
2649          "documentation":"<p>The name of the resource that could not be found.</p>"
2650        }
2651      },
2652      "documentation":"<p>The resource could not be found.</p>",
2653      "exception":true
2654    },
2655    "ResourcePolicy":{
2656      "type":"structure",
2657      "members":{
2658        "policy":{
2659          "shape":"String",
2660          "documentation":"<p>The resource policy.</p>"
2661        },
2662        "resourceArn":{
2663          "shape":"String",
2664          "documentation":"<p>The Amazon Resource Name (ARN) of the policy.</p>"
2665        }
2666      },
2667      "documentation":"<p>The resource policy object. Currently, you can use policies to share snapshots across Amazon Web Services accounts.</p>"
2668    },
2669    "RestoreFromRecoveryPointRequest":{
2670      "type":"structure",
2671      "required":[
2672        "namespaceName",
2673        "recoveryPointId",
2674        "workgroupName"
2675      ],
2676      "members":{
2677        "namespaceName":{
2678          "shape":"NamespaceName",
2679          "documentation":"<p>The name of the namespace to restore data into.</p>"
2680        },
2681        "recoveryPointId":{
2682          "shape":"String",
2683          "documentation":"<p>The unique identifier of the recovery point to restore from.</p>"
2684        },
2685        "workgroupName":{
2686          "shape":"WorkgroupName",
2687          "documentation":"<p>The name of the workgroup used to restore data.</p>"
2688        }
2689      }
2690    },
2691    "RestoreFromRecoveryPointResponse":{
2692      "type":"structure",
2693      "members":{
2694        "namespace":{
2695          "shape":"Namespace",
2696          "documentation":"<p>The namespace that data was restored into.</p>"
2697        },
2698        "recoveryPointId":{
2699          "shape":"String",
2700          "documentation":"<p>The unique identifier of the recovery point used for the restore.</p>"
2701        }
2702      }
2703    },
2704    "RestoreFromSnapshotRequest":{
2705      "type":"structure",
2706      "required":[
2707        "namespaceName",
2708        "workgroupName"
2709      ],
2710      "members":{
2711        "adminPasswordSecretKmsKeyId":{
2712          "shape":"KmsKeyId",
2713          "documentation":"<p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.</p>"
2714        },
2715        "manageAdminPassword":{
2716          "shape":"Boolean",
2717          "documentation":"<p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored snapshot's admin credentials. If <code>MmanageAdminPassword</code> is false or not set, Amazon Redshift uses the admin credentials that the namespace or cluster had at the time the snapshot was taken.</p>"
2718        },
2719        "namespaceName":{
2720          "shape":"NamespaceName",
2721          "documentation":"<p>The name of the namespace to restore the snapshot to.</p>"
2722        },
2723        "ownerAccount":{
2724          "shape":"String",
2725          "documentation":"<p>The Amazon Web Services account that owns the snapshot.</p>"
2726        },
2727        "snapshotArn":{
2728          "shape":"String",
2729          "documentation":"<p>The Amazon Resource Name (ARN) of the snapshot to restore from. Required if restoring from Amazon Redshift Serverless to a provisioned cluster. Must not be specified at the same time as <code>snapshotName</code>.</p> <p>The format of the ARN is arn:aws:redshift:&lt;region&gt;:&lt;account_id&gt;:snapshot:&lt;cluster_identifier&gt;/&lt;snapshot_identifier&gt;.</p>"
2730        },
2731        "snapshotName":{
2732          "shape":"String",
2733          "documentation":"<p>The name of the snapshot to restore from. Must not be specified at the same time as <code>snapshotArn</code>.</p>"
2734        },
2735        "workgroupName":{
2736          "shape":"WorkgroupName",
2737          "documentation":"<p>The name of the workgroup used to restore the snapshot.</p>"
2738        }
2739      }
2740    },
2741    "RestoreFromSnapshotResponse":{
2742      "type":"structure",
2743      "members":{
2744        "namespace":{"shape":"Namespace"},
2745        "ownerAccount":{
2746          "shape":"String",
2747          "documentation":"<p>The owner Amazon Web Services; account of the snapshot that was restored.</p>"
2748        },
2749        "snapshotName":{
2750          "shape":"String",
2751          "documentation":"<p>The name of the snapshot used to restore the namespace.</p>"
2752        }
2753      }
2754    },
2755    "RestoreTableFromRecoveryPointRequest":{
2756      "type":"structure",
2757      "required":[
2758        "namespaceName",
2759        "newTableName",
2760        "recoveryPointId",
2761        "sourceDatabaseName",
2762        "sourceTableName",
2763        "workgroupName"
2764      ],
2765      "members":{
2766        "activateCaseSensitiveIdentifier":{
2767          "shape":"Boolean",
2768          "documentation":"<p>Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.</p>"
2769        },
2770        "namespaceName":{
2771          "shape":"String",
2772          "documentation":"<p>Namespace of the recovery point to restore from.</p>"
2773        },
2774        "newTableName":{
2775          "shape":"String",
2776          "documentation":"<p>The name of the table to create from the restore operation.</p>"
2777        },
2778        "recoveryPointId":{
2779          "shape":"String",
2780          "documentation":"<p>The ID of the recovery point to restore the table from.</p>"
2781        },
2782        "sourceDatabaseName":{
2783          "shape":"String",
2784          "documentation":"<p>The name of the source database that contains the table being restored.</p>"
2785        },
2786        "sourceSchemaName":{
2787          "shape":"String",
2788          "documentation":"<p>The name of the source schema that contains the table being restored.</p>"
2789        },
2790        "sourceTableName":{
2791          "shape":"String",
2792          "documentation":"<p>The name of the source table being restored.</p>"
2793        },
2794        "targetDatabaseName":{
2795          "shape":"String",
2796          "documentation":"<p>The name of the database to restore the table to.</p>"
2797        },
2798        "targetSchemaName":{
2799          "shape":"String",
2800          "documentation":"<p>The name of the schema to restore the table to.</p>"
2801        },
2802        "workgroupName":{
2803          "shape":"String",
2804          "documentation":"<p>The workgroup to restore the table to.</p>"
2805        }
2806      }
2807    },
2808    "RestoreTableFromRecoveryPointResponse":{
2809      "type":"structure",
2810      "members":{
2811        "tableRestoreStatus":{"shape":"TableRestoreStatus"}
2812      }
2813    },
2814    "RestoreTableFromSnapshotRequest":{
2815      "type":"structure",
2816      "required":[
2817        "namespaceName",
2818        "newTableName",
2819        "snapshotName",
2820        "sourceDatabaseName",
2821        "sourceTableName",
2822        "workgroupName"
2823      ],
2824      "members":{
2825        "activateCaseSensitiveIdentifier":{
2826          "shape":"Boolean",
2827          "documentation":"<p>Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.</p>"
2828        },
2829        "namespaceName":{
2830          "shape":"String",
2831          "documentation":"<p>The namespace of the snapshot to restore from.</p>"
2832        },
2833        "newTableName":{
2834          "shape":"String",
2835          "documentation":"<p>The name of the table to create from the restore operation.</p>"
2836        },
2837        "snapshotName":{
2838          "shape":"String",
2839          "documentation":"<p>The name of the snapshot to restore the table from.</p>"
2840        },
2841        "sourceDatabaseName":{
2842          "shape":"String",
2843          "documentation":"<p>The name of the source database that contains the table being restored.</p>"
2844        },
2845        "sourceSchemaName":{
2846          "shape":"String",
2847          "documentation":"<p>The name of the source schema that contains the table being restored.</p>"
2848        },
2849        "sourceTableName":{
2850          "shape":"String",
2851          "documentation":"<p>The name of the source table being restored.</p>"
2852        },
2853        "targetDatabaseName":{
2854          "shape":"String",
2855          "documentation":"<p>The name of the database to restore the table to.</p>"
2856        },
2857        "targetSchemaName":{
2858          "shape":"String",
2859          "documentation":"<p>The name of the schema to restore the table to.</p>"
2860        },
2861        "workgroupName":{
2862          "shape":"String",
2863          "documentation":"<p>The workgroup to restore the table to.</p>"
2864        }
2865      }
2866    },
2867    "RestoreTableFromSnapshotResponse":{
2868      "type":"structure",
2869      "members":{
2870        "tableRestoreStatus":{
2871          "shape":"TableRestoreStatus",
2872          "documentation":"<p>The TableRestoreStatus object that contains the status of the restore operation.</p>"
2873        }
2874      }
2875    },
2876    "Schedule":{
2877      "type":"structure",
2878      "members":{
2879        "at":{
2880          "shape":"Timestamp",
2881          "documentation":"<p>The timestamp of when Amazon Redshift Serverless should run the scheduled action. Format of at expressions is \"<code>at(yyyy-mm-ddThh:mm:ss)</code>\". For example, \"<code>at(2016-03-04T17:27:00)</code>\".</p>"
2882        },
2883        "cron":{
2884          "shape":"String",
2885          "documentation":"<p>The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour.</p> <p>Format of cron expressions is \"<code>cron(Minutes Hours Day-of-month Month Day-of-week Year)</code>\". For example, \"<code>cron(0 10 ? * MON *)</code>\". For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions\">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>"
2886        }
2887      },
2888      "documentation":"<p>The schedule of when Amazon Redshift Serverless should run the scheduled action.</p>",
2889      "union":true
2890    },
2891    "ScheduledActionName":{
2892      "type":"string",
2893      "max":60,
2894      "min":3,
2895      "pattern":"^[a-z0-9-]+$"
2896    },
2897    "ScheduledActionResponse":{
2898      "type":"structure",
2899      "members":{
2900        "endTime":{
2901          "shape":"Timestamp",
2902          "documentation":"<p>The end time of </p>"
2903        },
2904        "namespaceName":{
2905          "shape":"NamespaceName",
2906          "documentation":"<p>The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.</p>"
2907        },
2908        "nextInvocations":{
2909          "shape":"NextInvocationsList",
2910          "documentation":"<p>An array of timestamps of when the next scheduled actions will trigger.</p>"
2911        },
2912        "roleArn":{
2913          "shape":"IamRoleArn",
2914          "documentation":"<p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html\">Using Identity-Based Policies for Amazon Redshift</a> in the Amazon Redshift Cluster Management Guide</p>"
2915        },
2916        "schedule":{
2917          "shape":"Schedule",
2918          "documentation":"<p>The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.</p> <p>Format of at expressions is \"<code>at(yyyy-mm-ddThh:mm:ss)</code>\". For example, \"<code>at(2016-03-04T17:27:00)</code>\".</p> <p>Format of cron expressions is \"<code>cron(Minutes Hours Day-of-month Month Day-of-week Year)</code>\". For example, \"<code>cron(0 10 ? * MON *)</code>\". For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions\">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>"
2919        },
2920        "scheduledActionDescription":{
2921          "shape":"String",
2922          "documentation":"<p>The description of the scheduled action.</p>"
2923        },
2924        "scheduledActionName":{
2925          "shape":"ScheduledActionName",
2926          "documentation":"<p>The name of the scheduled action.</p>"
2927        },
2928        "scheduledActionUuid":{
2929          "shape":"String",
2930          "documentation":"<p>The uuid of the scheduled action.</p>"
2931        },
2932        "startTime":{
2933          "shape":"Timestamp",
2934          "documentation":"<p>The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.</p>"
2935        },
2936        "state":{
2937          "shape":"State",
2938          "documentation":"<p>The state of the scheduled action.</p>"
2939        },
2940        "targetAction":{"shape":"TargetAction"}
2941      },
2942      "documentation":"<p>The returned scheduled action object.</p>"
2943    },
2944    "ScheduledActionsList":{
2945      "type":"list",
2946      "member":{"shape":"ScheduledActionName"}
2947    },
2948    "SecurityGroupId":{"type":"string"},
2949    "SecurityGroupIdList":{
2950      "type":"list",
2951      "member":{"shape":"SecurityGroupId"}
2952    },
2953    "ServiceQuotaExceededException":{
2954      "type":"structure",
2955      "required":["message"],
2956      "members":{
2957        "message":{"shape":"String"}
2958      },
2959      "documentation":"<p>The service limit was exceeded.</p>",
2960      "exception":true
2961    },
2962    "Snapshot":{
2963      "type":"structure",
2964      "members":{
2965        "accountsWithProvisionedRestoreAccess":{
2966          "shape":"AccountIdList",
2967          "documentation":"<p>All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.</p>"
2968        },
2969        "accountsWithRestoreAccess":{
2970          "shape":"AccountIdList",
2971          "documentation":"<p>All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.</p>"
2972        },
2973        "actualIncrementalBackupSizeInMegaBytes":{
2974          "shape":"Double",
2975          "documentation":"<p>The size of the incremental backup in megabytes.</p>"
2976        },
2977        "adminPasswordSecretArn":{
2978          "shape":"String",
2979          "documentation":"<p>The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.</p>"
2980        },
2981        "adminPasswordSecretKmsKeyId":{
2982          "shape":"KmsKeyId",
2983          "documentation":"<p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.</p>"
2984        },
2985        "adminUsername":{
2986          "shape":"String",
2987          "documentation":"<p>The username of the database within a snapshot.</p>"
2988        },
2989        "backupProgressInMegaBytes":{
2990          "shape":"Double",
2991          "documentation":"<p>The size in megabytes of the data that has been backed up to a snapshot.</p>"
2992        },
2993        "currentBackupRateInMegaBytesPerSecond":{
2994          "shape":"Double",
2995          "documentation":"<p>The rate at which data is backed up into a snapshot in megabytes per second.</p>"
2996        },
2997        "elapsedTimeInSeconds":{
2998          "shape":"Long",
2999          "documentation":"<p>The amount of time it took to back up data into a snapshot.</p>"
3000        },
3001        "estimatedSecondsToCompletion":{
3002          "shape":"Long",
3003          "documentation":"<p>The estimated amount of seconds until the snapshot completes backup.</p>"
3004        },
3005        "kmsKeyId":{
3006          "shape":"KmsKeyId",
3007          "documentation":"<p>The unique identifier of the KMS key used to encrypt the snapshot.</p>"
3008        },
3009        "namespaceArn":{
3010          "shape":"String",
3011          "documentation":"<p>The Amazon Resource Name (ARN) of the namespace the snapshot was created from.</p>"
3012        },
3013        "namespaceName":{
3014          "shape":"String",
3015          "documentation":"<p>The name of the namepsace.</p>"
3016        },
3017        "ownerAccount":{
3018          "shape":"String",
3019          "documentation":"<p>The owner Amazon Web Services; account of the snapshot.</p>"
3020        },
3021        "snapshotArn":{
3022          "shape":"String",
3023          "documentation":"<p>The Amazon Resource Name (ARN) of the snapshot.</p>"
3024        },
3025        "snapshotCreateTime":{
3026          "shape":"SyntheticTimestamp_date_time",
3027          "documentation":"<p>The timestamp of when the snapshot was created.</p>"
3028        },
3029        "snapshotName":{
3030          "shape":"String",
3031          "documentation":"<p>The name of the snapshot.</p>"
3032        },
3033        "snapshotRemainingDays":{
3034          "shape":"Integer",
3035          "documentation":"<p>The amount of days until the snapshot is deleted.</p>"
3036        },
3037        "snapshotRetentionPeriod":{
3038          "shape":"Integer",
3039          "documentation":"<p>The period of time, in days, of how long the snapshot is retained.</p>"
3040        },
3041        "snapshotRetentionStartTime":{
3042          "shape":"SyntheticTimestamp_date_time",
3043          "documentation":"<p>The timestamp of when data within the snapshot started getting retained.</p>"
3044        },
3045        "status":{
3046          "shape":"SnapshotStatus",
3047          "documentation":"<p>The status of the snapshot.</p>"
3048        },
3049        "totalBackupSizeInMegaBytes":{
3050          "shape":"Double",
3051          "documentation":"<p>The total size, in megabytes, of how big the snapshot is.</p>"
3052        }
3053      },
3054      "documentation":"<p>A snapshot object that contains databases.</p>"
3055    },
3056    "SnapshotCopyConfiguration":{
3057      "type":"structure",
3058      "members":{
3059        "destinationKmsKeyId":{
3060          "shape":"KmsKeyId",
3061          "documentation":"<p>The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.</p>"
3062        },
3063        "destinationRegion":{
3064          "shape":"String",
3065          "documentation":"<p>The destination Amazon Web Services Region to copy snapshots to.</p>"
3066        },
3067        "namespaceName":{
3068          "shape":"NamespaceName",
3069          "documentation":"<p>The name of the namespace to copy snapshots from in the source Amazon Web Services Region.</p>"
3070        },
3071        "snapshotCopyConfigurationArn":{
3072          "shape":"String",
3073          "documentation":"<p>The ARN of the snapshot copy configuration object.</p>"
3074        },
3075        "snapshotCopyConfigurationId":{
3076          "shape":"String",
3077          "documentation":"<p>The ID of the snapshot copy configuration object.</p>"
3078        },
3079        "snapshotRetentionPeriod":{
3080          "shape":"Integer",
3081          "documentation":"<p>The retention period of snapshots that are copied to the destination Amazon Web Services Region.</p>"
3082        }
3083      },
3084      "documentation":"<p>The object that you configure to copy snapshots from one namespace to a namespace in another Amazon Web Services Region.</p>"
3085    },
3086    "SnapshotCopyConfigurations":{
3087      "type":"list",
3088      "member":{"shape":"SnapshotCopyConfiguration"},
3089      "max":100,
3090      "min":1
3091    },
3092    "SnapshotList":{
3093      "type":"list",
3094      "member":{"shape":"Snapshot"}
3095    },
3096    "SnapshotNamePrefix":{
3097      "type":"string",
3098      "max":235,
3099      "min":1
3100    },
3101    "SnapshotStatus":{
3102      "type":"string",
3103      "enum":[
3104        "AVAILABLE",
3105        "CREATING",
3106        "DELETED",
3107        "CANCELLED",
3108        "FAILED",
3109        "COPYING"
3110      ]
3111    },
3112    "State":{
3113      "type":"string",
3114      "enum":[
3115        "ACTIVE",
3116        "DISABLED"
3117      ]
3118    },
3119    "String":{"type":"string"},
3120    "SubnetId":{"type":"string"},
3121    "SubnetIdList":{
3122      "type":"list",
3123      "member":{"shape":"SubnetId"}
3124    },
3125    "SyntheticTimestamp_date_time":{
3126      "type":"timestamp",
3127      "timestampFormat":"iso8601"
3128    },
3129    "TableRestoreStatus":{
3130      "type":"structure",
3131      "members":{
3132        "message":{
3133          "shape":"String",
3134          "documentation":"<p>A message that explains the returned status. For example, if the status of the operation is <code>FAILED</code>, the message explains why the operation failed.</p>"
3135        },
3136        "namespaceName":{
3137          "shape":"String",
3138          "documentation":"<p>The namespace of the table being restored from.</p>"
3139        },
3140        "newTableName":{
3141          "shape":"String",
3142          "documentation":"<p>The name of the table to create from the restore operation.</p>"
3143        },
3144        "progressInMegaBytes":{
3145          "shape":"Long",
3146          "documentation":"<p>The amount of data restored to the new table so far, in megabytes (MB).</p>"
3147        },
3148        "recoveryPointId":{
3149          "shape":"String",
3150          "documentation":"<p>The ID of the recovery point being restored from.</p>"
3151        },
3152        "requestTime":{
3153          "shape":"Timestamp",
3154          "documentation":"<p>The time that the table restore request was made, in Universal Coordinated Time (UTC).</p>"
3155        },
3156        "snapshotName":{
3157          "shape":"String",
3158          "documentation":"<p>The name of the snapshot being restored from.</p>"
3159        },
3160        "sourceDatabaseName":{
3161          "shape":"String",
3162          "documentation":"<p>The name of the source database being restored from.</p>"
3163        },
3164        "sourceSchemaName":{
3165          "shape":"String",
3166          "documentation":"<p>The name of the source schema being restored from.</p>"
3167        },
3168        "sourceTableName":{
3169          "shape":"String",
3170          "documentation":"<p>The name of the source table being restored from.</p>"
3171        },
3172        "status":{
3173          "shape":"String",
3174          "documentation":"<p>A value that describes the current state of the table restore request. Possible values are <code>SUCCEEDED</code>, <code>FAILED</code>, <code>CANCELED</code>, <code>PENDING</code>, and <code>IN_PROGRESS</code>.</p>"
3175        },
3176        "tableRestoreRequestId":{
3177          "shape":"String",
3178          "documentation":"<p>The ID of the RestoreTableFromSnapshot request.</p>"
3179        },
3180        "targetDatabaseName":{
3181          "shape":"String",
3182          "documentation":"<p>The name of the database to restore to.</p>"
3183        },
3184        "targetSchemaName":{
3185          "shape":"String",
3186          "documentation":"<p>The name of the schema to restore to.</p>"
3187        },
3188        "totalDataInMegaBytes":{
3189          "shape":"Long",
3190          "documentation":"<p>The total amount of data to restore to the new table, in megabytes (MB).</p>"
3191        },
3192        "workgroupName":{
3193          "shape":"String",
3194          "documentation":"<p>The name of the workgroup being restored from.</p>"
3195        }
3196      },
3197      "documentation":"<p>Contains information about a table restore request.</p>"
3198    },
3199    "TableRestoreStatusList":{
3200      "type":"list",
3201      "member":{"shape":"TableRestoreStatus"}
3202    },
3203    "Tag":{
3204      "type":"structure",
3205      "required":[
3206        "key",
3207        "value"
3208      ],
3209      "members":{
3210        "key":{
3211          "shape":"TagKey",
3212          "documentation":"<p>The key to use in the tag.</p>"
3213        },
3214        "value":{
3215          "shape":"TagValue",
3216          "documentation":"<p>The value of the tag.</p>"
3217        }
3218      },
3219      "documentation":"<p>A map of key-value pairs.</p>"
3220    },
3221    "TagKey":{
3222      "type":"string",
3223      "max":128,
3224      "min":1
3225    },
3226    "TagKeyList":{
3227      "type":"list",
3228      "member":{"shape":"TagKey"},
3229      "max":200,
3230      "min":0
3231    },
3232    "TagList":{
3233      "type":"list",
3234      "member":{"shape":"Tag"},
3235      "max":200,
3236      "min":0
3237    },
3238    "TagResourceRequest":{
3239      "type":"structure",
3240      "required":[
3241        "resourceArn",
3242        "tags"
3243      ],
3244      "members":{
3245        "resourceArn":{
3246          "shape":"AmazonResourceName",
3247          "documentation":"<p>The Amazon Resource Name (ARN) of the resource to tag.</p>"
3248        },
3249        "tags":{
3250          "shape":"TagList",
3251          "documentation":"<p>The map of the key-value pairs used to tag the resource.</p>"
3252        }
3253      }
3254    },
3255    "TagResourceResponse":{
3256      "type":"structure",
3257      "members":{
3258      }
3259    },
3260    "TagValue":{
3261      "type":"string",
3262      "max":256,
3263      "min":0
3264    },
3265    "TargetAction":{
3266      "type":"structure",
3267      "members":{
3268        "createSnapshot":{"shape":"CreateSnapshotScheduleActionParameters"}
3269      },
3270      "documentation":"<p>A JSON format string of the Amazon Redshift Serverless API operation with input parameters. The following is an example of a target action.</p> <p> <code>\"{\"CreateSnapshot\": {\"NamespaceName\": \"sampleNamespace\",\"SnapshotName\": \"sampleSnapshot\", \"retentionPeriod\": \"1\"}}\"</code> </p>",
3271      "union":true
3272    },
3273    "ThrottlingException":{
3274      "type":"structure",
3275      "members":{
3276        "code":{"shape":"String"},
3277        "message":{"shape":"String"}
3278      },
3279      "documentation":"<p>The request was denied due to request throttling.</p>",
3280      "exception":true,
3281      "retryable":{"throttling":false}
3282    },
3283    "Timestamp":{"type":"timestamp"},
3284    "TooManyTagsException":{
3285      "type":"structure",
3286      "members":{
3287        "message":{"shape":"String"},
3288        "resourceName":{
3289          "shape":"AmazonResourceName",
3290          "documentation":"<p>The name of the resource that exceeded the number of tags allowed for a resource.</p>"
3291        }
3292      },
3293      "documentation":"<p>The request exceeded the number of tags allowed for a resource.</p>",
3294      "exception":true
3295    },
3296    "UntagResourceRequest":{
3297      "type":"structure",
3298      "required":[
3299        "resourceArn",
3300        "tagKeys"
3301      ],
3302      "members":{
3303        "resourceArn":{
3304          "shape":"AmazonResourceName",
3305          "documentation":"<p>The Amazon Resource Name (ARN) of the resource to remove tags from.</p>"
3306        },
3307        "tagKeys":{
3308          "shape":"TagKeyList",
3309          "documentation":"<p>The tag or set of tags to remove from the resource.</p>"
3310        }
3311      }
3312    },
3313    "UntagResourceResponse":{
3314      "type":"structure",
3315      "members":{
3316      }
3317    },
3318    "UpdateCustomDomainAssociationRequest":{
3319      "type":"structure",
3320      "required":[
3321        "customDomainCertificateArn",
3322        "customDomainName",
3323        "workgroupName"
3324      ],
3325      "members":{
3326        "customDomainCertificateArn":{
3327          "shape":"CustomDomainCertificateArnString",
3328          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN). This is optional.</p>"
3329        },
3330        "customDomainName":{
3331          "shape":"CustomDomainName",
3332          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
3333        },
3334        "workgroupName":{
3335          "shape":"WorkgroupName",
3336          "documentation":"<p>The name of the workgroup associated with the database.</p>"
3337        }
3338      }
3339    },
3340    "UpdateCustomDomainAssociationResponse":{
3341      "type":"structure",
3342      "members":{
3343        "customDomainCertificateArn":{
3344          "shape":"CustomDomainCertificateArnString",
3345          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
3346        },
3347        "customDomainCertificateExpiryTime":{
3348          "shape":"SyntheticTimestamp_date_time",
3349          "documentation":"<p>The expiration time for the certificate.</p>"
3350        },
3351        "customDomainName":{
3352          "shape":"CustomDomainName",
3353          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
3354        },
3355        "workgroupName":{
3356          "shape":"WorkgroupName",
3357          "documentation":"<p>The name of the workgroup associated with the database.</p>"
3358        }
3359      }
3360    },
3361    "UpdateEndpointAccessRequest":{
3362      "type":"structure",
3363      "required":["endpointName"],
3364      "members":{
3365        "endpointName":{
3366          "shape":"String",
3367          "documentation":"<p>The name of the VPC endpoint to update.</p>"
3368        },
3369        "vpcSecurityGroupIds":{
3370          "shape":"VpcSecurityGroupIdList",
3371          "documentation":"<p>The list of VPC security groups associated with the endpoint after the endpoint is modified.</p>"
3372        }
3373      }
3374    },
3375    "UpdateEndpointAccessResponse":{
3376      "type":"structure",
3377      "members":{
3378        "endpoint":{
3379          "shape":"EndpointAccess",
3380          "documentation":"<p>The updated VPC endpoint.</p>"
3381        }
3382      }
3383    },
3384    "UpdateNamespaceRequest":{
3385      "type":"structure",
3386      "required":["namespaceName"],
3387      "members":{
3388        "adminPasswordSecretKmsKeyId":{
3389          "shape":"KmsKeyId",
3390          "documentation":"<p>The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if <code>manageAdminPassword</code> is true.</p>"
3391        },
3392        "adminUserPassword":{
3393          "shape":"DbPassword",
3394          "documentation":"<p>The password of the administrator for the first database created in the namespace. This parameter must be updated together with <code>adminUsername</code>.</p> <p>You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. </p>"
3395        },
3396        "adminUsername":{
3397          "shape":"DbUser",
3398          "documentation":"<p>The username of the administrator for the first database created in the namespace. This parameter must be updated together with <code>adminUserPassword</code>.</p>"
3399        },
3400        "defaultIamRoleArn":{
3401          "shape":"String",
3402          "documentation":"<p>The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together with <code>iamRoles</code>.</p>"
3403        },
3404        "iamRoles":{
3405          "shape":"IamRoleArnList",
3406          "documentation":"<p>A list of IAM roles to associate with the namespace. This parameter must be updated together with <code>defaultIamRoleArn</code>.</p>"
3407        },
3408        "kmsKeyId":{
3409          "shape":"String",
3410          "documentation":"<p>The ID of the Amazon Web Services Key Management Service key used to encrypt your data.</p>"
3411        },
3412        "logExports":{
3413          "shape":"LogExportList",
3414          "documentation":"<p>The types of logs the namespace can export. The export types are <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.</p>"
3415        },
3416        "manageAdminPassword":{
3417          "shape":"Boolean",
3418          "documentation":"<p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses <code>adminUserPassword</code> for the admin user account's password. </p>"
3419        },
3420        "namespaceName":{
3421          "shape":"NamespaceName",
3422          "documentation":"<p>The name of the namespace to update. You can't update the name of a namespace once it is created.</p>"
3423        }
3424      }
3425    },
3426    "UpdateNamespaceResponse":{
3427      "type":"structure",
3428      "required":["namespace"],
3429      "members":{
3430        "namespace":{
3431          "shape":"Namespace",
3432          "documentation":"<p>A list of tag instances.</p>"
3433        }
3434      }
3435    },
3436    "UpdateScheduledActionRequest":{
3437      "type":"structure",
3438      "required":["scheduledActionName"],
3439      "members":{
3440        "enabled":{
3441          "shape":"Boolean",
3442          "documentation":"<p>Specifies whether to enable the scheduled action.</p>"
3443        },
3444        "endTime":{
3445          "shape":"Timestamp",
3446          "documentation":"<p>The end time in UTC of the scheduled action to update.</p>"
3447        },
3448        "roleArn":{
3449          "shape":"IamRoleArn",
3450          "documentation":"<p>The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html\">Using Identity-Based Policies for Amazon Redshift</a> in the Amazon Redshift Cluster Management Guide</p>"
3451        },
3452        "schedule":{
3453          "shape":"Schedule",
3454          "documentation":"<p>The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour.</p> <p>Format of at expressions is \"<code>at(yyyy-mm-ddThh:mm:ss)</code>\". For example, \"<code>at(2016-03-04T17:27:00)</code>\".</p> <p>Format of cron expressions is \"<code>cron(Minutes Hours Day-of-month Month Day-of-week Year)</code>\". For example, \"<code>cron(0 10 ? * MON *)</code>\". For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions\">Cron Expressions</a> in the <i>Amazon CloudWatch Events User Guide</i>.</p>"
3455        },
3456        "scheduledActionDescription":{
3457          "shape":"String",
3458          "documentation":"<p>The descripion of the scheduled action to update to.</p>"
3459        },
3460        "scheduledActionName":{
3461          "shape":"ScheduledActionName",
3462          "documentation":"<p>The name of the scheduled action to update to.</p>"
3463        },
3464        "startTime":{
3465          "shape":"Timestamp",
3466          "documentation":"<p>The start time in UTC of the scheduled action to update to.</p>"
3467        },
3468        "targetAction":{"shape":"TargetAction"}
3469      }
3470    },
3471    "UpdateScheduledActionResponse":{
3472      "type":"structure",
3473      "members":{
3474        "scheduledAction":{
3475          "shape":"ScheduledActionResponse",
3476          "documentation":"<p>The ScheduledAction object that was updated.</p>"
3477        }
3478      }
3479    },
3480    "UpdateSnapshotCopyConfigurationRequest":{
3481      "type":"structure",
3482      "required":["snapshotCopyConfigurationId"],
3483      "members":{
3484        "snapshotCopyConfigurationId":{
3485          "shape":"String",
3486          "documentation":"<p>The ID of the snapshot copy configuration to update.</p>"
3487        },
3488        "snapshotRetentionPeriod":{
3489          "shape":"Integer",
3490          "documentation":"<p>The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.</p>"
3491        }
3492      }
3493    },
3494    "UpdateSnapshotCopyConfigurationResponse":{
3495      "type":"structure",
3496      "required":["snapshotCopyConfiguration"],
3497      "members":{
3498        "snapshotCopyConfiguration":{
3499          "shape":"SnapshotCopyConfiguration",
3500          "documentation":"<p>The updated snapshot copy configuration object.</p>"
3501        }
3502      }
3503    },
3504    "UpdateSnapshotRequest":{
3505      "type":"structure",
3506      "required":["snapshotName"],
3507      "members":{
3508        "retentionPeriod":{
3509          "shape":"Integer",
3510          "documentation":"<p>The new retention period of the snapshot.</p>"
3511        },
3512        "snapshotName":{
3513          "shape":"String",
3514          "documentation":"<p>The name of the snapshot.</p>"
3515        }
3516      }
3517    },
3518    "UpdateSnapshotResponse":{
3519      "type":"structure",
3520      "members":{
3521        "snapshot":{
3522          "shape":"Snapshot",
3523          "documentation":"<p>The updated snapshot object.</p>"
3524        }
3525      }
3526    },
3527    "UpdateUsageLimitRequest":{
3528      "type":"structure",
3529      "required":["usageLimitId"],
3530      "members":{
3531        "amount":{
3532          "shape":"Long",
3533          "documentation":"<p>The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.</p>"
3534        },
3535        "breachAction":{
3536          "shape":"UsageLimitBreachAction",
3537          "documentation":"<p>The new action that Amazon Redshift Serverless takes when the limit is reached.</p>"
3538        },
3539        "usageLimitId":{
3540          "shape":"String",
3541          "documentation":"<p>The identifier of the usage limit to update.</p>"
3542        }
3543      }
3544    },
3545    "UpdateUsageLimitResponse":{
3546      "type":"structure",
3547      "members":{
3548        "usageLimit":{
3549          "shape":"UsageLimit",
3550          "documentation":"<p>The updated usage limit object.</p>"
3551        }
3552      }
3553    },
3554    "UpdateWorkgroupRequest":{
3555      "type":"structure",
3556      "required":["workgroupName"],
3557      "members":{
3558        "baseCapacity":{
3559          "shape":"Integer",
3560          "documentation":"<p>The new base data warehouse capacity in Redshift Processing Units (RPUs).</p>"
3561        },
3562        "configParameters":{
3563          "shape":"ConfigParameterList",
3564          "documentation":"<p>An array of parameters to set for advanced control over a database. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
3565        },
3566        "enhancedVpcRouting":{
3567          "shape":"Boolean",
3568          "documentation":"<p>The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>"
3569        },
3570        "maxCapacity":{
3571          "shape":"Integer",
3572          "documentation":"<p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>"
3573        },
3574        "port":{
3575          "shape":"Integer",
3576          "documentation":"<p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>"
3577        },
3578        "publiclyAccessible":{
3579          "shape":"Boolean",
3580          "documentation":"<p>A value that specifies whether the workgroup can be accessible from a public network.</p>"
3581        },
3582        "securityGroupIds":{
3583          "shape":"SecurityGroupIdList",
3584          "documentation":"<p>An array of security group IDs to associate with the workgroup.</p>"
3585        },
3586        "subnetIds":{
3587          "shape":"SubnetIdList",
3588          "documentation":"<p>An array of VPC subnet IDs to associate with the workgroup.</p>"
3589        },
3590        "workgroupName":{
3591          "shape":"WorkgroupName",
3592          "documentation":"<p>The name of the workgroup to update. You can't update the name of a workgroup once it is created.</p>"
3593        }
3594      }
3595    },
3596    "UpdateWorkgroupResponse":{
3597      "type":"structure",
3598      "required":["workgroup"],
3599      "members":{
3600        "workgroup":{
3601          "shape":"Workgroup",
3602          "documentation":"<p>The updated workgroup object.</p>"
3603        }
3604      }
3605    },
3606    "UsageLimit":{
3607      "type":"structure",
3608      "members":{
3609        "amount":{
3610          "shape":"Long",
3611          "documentation":"<p>The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.</p>"
3612        },
3613        "breachAction":{
3614          "shape":"UsageLimitBreachAction",
3615          "documentation":"<p>The action that Amazon Redshift Serverless takes when the limit is reached.</p>"
3616        },
3617        "period":{
3618          "shape":"UsageLimitPeriod",
3619          "documentation":"<p>The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.</p>"
3620        },
3621        "resourceArn":{
3622          "shape":"String",
3623          "documentation":"<p>The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.</p>"
3624        },
3625        "usageLimitArn":{
3626          "shape":"String",
3627          "documentation":"<p>The Amazon Resource Name (ARN) of the resource associated with the usage limit.</p>"
3628        },
3629        "usageLimitId":{
3630          "shape":"String",
3631          "documentation":"<p>The identifier of the usage limit.</p>"
3632        },
3633        "usageType":{
3634          "shape":"UsageLimitUsageType",
3635          "documentation":"<p>The Amazon Redshift Serverless feature to limit.</p>"
3636        }
3637      },
3638      "documentation":"<p>The usage limit object.</p>"
3639    },
3640    "UsageLimitBreachAction":{
3641      "type":"string",
3642      "enum":[
3643        "log",
3644        "emit-metric",
3645        "deactivate"
3646      ]
3647    },
3648    "UsageLimitPeriod":{
3649      "type":"string",
3650      "enum":[
3651        "daily",
3652        "weekly",
3653        "monthly"
3654      ]
3655    },
3656    "UsageLimitUsageType":{
3657      "type":"string",
3658      "enum":[
3659        "serverless-compute",
3660        "cross-region-datasharing"
3661      ]
3662    },
3663    "UsageLimits":{
3664      "type":"list",
3665      "member":{"shape":"UsageLimit"},
3666      "max":100,
3667      "min":1
3668    },
3669    "ValidationException":{
3670      "type":"structure",
3671      "required":["message"],
3672      "members":{
3673        "message":{"shape":"String"}
3674      },
3675      "documentation":"<p>The input failed to satisfy the constraints specified by an AWS service.</p>",
3676      "exception":true
3677    },
3678    "VpcEndpoint":{
3679      "type":"structure",
3680      "members":{
3681        "networkInterfaces":{
3682          "shape":"NetworkInterfaceList",
3683          "documentation":"<p>One or more network interfaces of the endpoint. Also known as an interface endpoint.</p>"
3684        },
3685        "vpcEndpointId":{
3686          "shape":"String",
3687          "documentation":"<p>The connection endpoint ID for connecting to Amazon Redshift Serverless.</p>"
3688        },
3689        "vpcId":{
3690          "shape":"String",
3691          "documentation":"<p>The VPC identifier that the endpoint is associated with.</p>"
3692        }
3693      },
3694      "documentation":"<p>The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.</p>"
3695    },
3696    "VpcEndpointList":{
3697      "type":"list",
3698      "member":{"shape":"VpcEndpoint"}
3699    },
3700    "VpcIds":{
3701      "type":"list",
3702      "member":{"shape":"String"}
3703    },
3704    "VpcSecurityGroupId":{"type":"string"},
3705    "VpcSecurityGroupIdList":{
3706      "type":"list",
3707      "member":{"shape":"VpcSecurityGroupId"}
3708    },
3709    "VpcSecurityGroupMembership":{
3710      "type":"structure",
3711      "members":{
3712        "status":{
3713          "shape":"String",
3714          "documentation":"<p>The status of the VPC security group.</p>"
3715        },
3716        "vpcSecurityGroupId":{
3717          "shape":"VpcSecurityGroupId",
3718          "documentation":"<p>The unique identifier of the VPC security group.</p>"
3719        }
3720      },
3721      "documentation":"<p>Describes the members of a VPC security group.</p>"
3722    },
3723    "VpcSecurityGroupMembershipList":{
3724      "type":"list",
3725      "member":{"shape":"VpcSecurityGroupMembership"}
3726    },
3727    "Workgroup":{
3728      "type":"structure",
3729      "members":{
3730        "baseCapacity":{
3731          "shape":"Integer",
3732          "documentation":"<p>The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).</p>"
3733        },
3734        "configParameters":{
3735          "shape":"ConfigParameterList",
3736          "documentation":"<p>An array of parameters to set for advanced control over a database. The options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>, <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
3737        },
3738        "creationDate":{
3739          "shape":"SyntheticTimestamp_date_time",
3740          "documentation":"<p>The creation date of the workgroup.</p>"
3741        },
3742        "crossAccountVpcs":{
3743          "shape":"VpcIds",
3744          "documentation":"<p>A list of VPCs. Each entry is the unique identifier of a virtual private cloud with access to Amazon Redshift Serverless. If all of the VPCs for the grantee are allowed, it shows an asterisk.</p>"
3745        },
3746        "customDomainCertificateArn":{
3747          "shape":"CustomDomainCertificateArnString",
3748          "documentation":"<p>The custom domain name’s certificate Amazon resource name (ARN).</p>"
3749        },
3750        "customDomainCertificateExpiryTime":{
3751          "shape":"SyntheticTimestamp_date_time",
3752          "documentation":"<p>The expiration time for the certificate.</p>"
3753        },
3754        "customDomainName":{
3755          "shape":"CustomDomainName",
3756          "documentation":"<p>The custom domain name associated with the workgroup.</p>"
3757        },
3758        "endpoint":{
3759          "shape":"Endpoint",
3760          "documentation":"<p>The endpoint that is created from the workgroup.</p>"
3761        },
3762        "enhancedVpcRouting":{
3763          "shape":"Boolean",
3764          "documentation":"<p>The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.</p>"
3765        },
3766        "maxCapacity":{
3767          "shape":"Integer",
3768          "documentation":"<p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>"
3769        },
3770        "namespaceName":{
3771          "shape":"String",
3772          "documentation":"<p>The namespace the workgroup is associated with.</p>"
3773        },
3774        "patchVersion":{
3775          "shape":"String",
3776          "documentation":"<p>The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html\">Cluster versions for Amazon Redshift</a>.</p>"
3777        },
3778        "port":{
3779          "shape":"Integer",
3780          "documentation":"<p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>"
3781        },
3782        "publiclyAccessible":{
3783          "shape":"Boolean",
3784          "documentation":"<p>A value that specifies whether the workgroup can be accessible from a public network</p>"
3785        },
3786        "securityGroupIds":{
3787          "shape":"SecurityGroupIdList",
3788          "documentation":"<p>An array of security group IDs to associate with the workgroup.</p>"
3789        },
3790        "status":{
3791          "shape":"WorkgroupStatus",
3792          "documentation":"<p>The status of the workgroup.</p>"
3793        },
3794        "subnetIds":{
3795          "shape":"SubnetIdList",
3796          "documentation":"<p>An array of subnet IDs the workgroup is associated with.</p>"
3797        },
3798        "workgroupArn":{
3799          "shape":"String",
3800          "documentation":"<p>The Amazon Resource Name (ARN) that links to the workgroup.</p>"
3801        },
3802        "workgroupId":{
3803          "shape":"String",
3804          "documentation":"<p>The unique identifier of the workgroup.</p>"
3805        },
3806        "workgroupName":{
3807          "shape":"WorkgroupName",
3808          "documentation":"<p>The name of the workgroup.</p>"
3809        },
3810        "workgroupVersion":{
3811          "shape":"String",
3812          "documentation":"<p>The Amazon Redshift Serverless version of your workgroup. For more information about Amazon Redshift Serverless versions, see<a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html\">Cluster versions for Amazon Redshift</a>.</p>"
3813        }
3814      },
3815      "documentation":"<p>The collection of computing resources from which an endpoint is created.</p>"
3816    },
3817    "WorkgroupList":{
3818      "type":"list",
3819      "member":{"shape":"Workgroup"}
3820    },
3821    "WorkgroupName":{
3822      "type":"string",
3823      "max":64,
3824      "min":3,
3825      "pattern":"^[a-z0-9-]+$"
3826    },
3827    "WorkgroupStatus":{
3828      "type":"string",
3829      "enum":[
3830        "CREATING",
3831        "AVAILABLE",
3832        "MODIFYING",
3833        "DELETING"
3834      ]
3835    }
3836  },
3837  "documentation":"<p>This is an interface reference for Amazon Redshift Serverless. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. </p> <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you focus on using your data to acquire new insights for your business and customers. </p> <p> To learn more about Amazon Redshift Serverless, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html\">What is Amazon Redshift Serverless</a>. </p>"
3838}
3839