File: redshift-describe-cluster-parameter-groups.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (19 lines) | stat: -rw-r--r-- 903 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<DescribeClusterParameterGroupsResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <DescribeClusterParameterGroupsResult>
    <ParameterGroups>
      <ClusterParameterGroup>
        <ParameterGroupFamily>redshift-1.0</ParameterGroupFamily>
        <Description>Default parameter group for redshift-1.0</Description>
        <ParameterGroupName>default.redshift-1.0</ParameterGroupName>
      </ClusterParameterGroup>
      <ClusterParameterGroup>
        <ParameterGroupFamily>redshift-1.0</ParameterGroupFamily>
        <Description>description my parameter group</Description>
        <ParameterGroupName>parametergroup1</ParameterGroupName>
      </ClusterParameterGroup>
    </ParameterGroups>
  </DescribeClusterParameterGroupsResult>
  <ResponseMetadata>
    <RequestId>6d28788b-64f5-11e2-b343-393adc3f0a21</RequestId>
  </ResponseMetadata>
</DescribeClusterParameterGroupsResponse>