File: redshift-reset-cluster-parameter-group.xml

package info (click to toggle)
python-botocore 1.20.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 60,608 kB
  • sloc: python: 50,632; xml: 15,052; makefile: 131
file content (9 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
<ResetClusterParameterGroupResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <ResetClusterParameterGroupResult>
    <ParameterGroupStatus>Your parameter group has been updated but changes won't get applied until you reboot the associated Clusters.</ParameterGroupStatus>
    <ParameterGroupName>parametergroup1</ParameterGroupName>
  </ResetClusterParameterGroupResult>
  <ResponseMetadata>
    <RequestId>625d23c1-40dc-11e2-8a25-eb010998df4e</RequestId>
  </ResponseMetadata>
</ResetClusterParameterGroupResponse>