Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
botocore / tests / unit / response_parsing / xml / responses / redshift-describe-cluster-parameter-groups.xml
Size: Mime:
<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>