

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

# ResetParameterGroup
<a name="API_ResetParameterGroup"></a>

Memodifikasi parameter grup parameter ke nilai default mesin atau sistem. Anda dapat mengatur ulang parameter tertentu dengan mengirimkan daftar nama parameter. Untuk mengatur ulang seluruh grup parameter, tentukan ParameterGroupName parameter AllParameters dan.

## Sintaksis Permintaan
<a name="API_ResetParameterGroup_RequestSyntax"></a>

```
{
   "AllParameters": boolean,
   "ParameterGroupName": "string",
   "ParameterNames": [ "string" ]
}
```

## Parameter Permintaan
<a name="API_ResetParameterGroup_RequestParameters"></a>

Untuk informasi tentang parameter yang umum untuk semua tindakan, lihat [Parameter Umum](CommonParameters.md).

Permintaan menerima data berikut dalam format JSON.

 ** [AllParameters](#API_ResetParameterGroup_RequestSyntax) **   <a name="MemoryDB-ResetParameterGroup-request-AllParameters"></a>
Jika benar, semua parameter dalam grup parameter diatur ulang ke nilai defaultnya. Jika salah, hanya parameter yang tercantum oleh yang ParameterNames disetel ulang ke nilai defaultnya.  
Tipe: Boolean  
Wajib: Tidak

 ** [ParameterGroupName](#API_ResetParameterGroup_RequestSyntax) **   <a name="MemoryDB-ResetParameterGroup-request-ParameterGroupName"></a>
Nama grup parameter untuk diatur ulang.  
Tipe: String  
Diperlukan: Ya

 ** [ParameterNames](#API_ResetParameterGroup_RequestSyntax) **   <a name="MemoryDB-ResetParameterGroup-request-ParameterNames"></a>
Array nama parameter untuk mengatur ulang ke nilai defaultnya. Jika AllParameters benar, jangan gunakan ParameterNames. Jika AllParameters salah, Anda harus menentukan nama setidaknya satu parameter untuk diatur ulang.  
Tipe: Array string  
Wajib: Tidak

## Sintaksis Respons
<a name="API_ResetParameterGroup_ResponseSyntax"></a>

```
{
   "ParameterGroup": { 
      "ARN": "string",
      "Description": "string",
      "Family": "string",
      "Name": "string"
   }
}
```

## Elemen Respons
<a name="API_ResetParameterGroup_ResponseElements"></a>

Jika tindakan berhasil, layanan mengirimkan kembali respons HTTP 200.

Layanan mengembalikan data berikut dalam format JSON.

 ** [ParameterGroup](#API_ResetParameterGroup_ResponseSyntax) **   <a name="MemoryDB-ResetParameterGroup-response-ParameterGroup"></a>
Grup parameter sedang diatur ulang.  
Tipe: Objek [ParameterGroup](API_ParameterGroup.md)

## Kesalahan
<a name="API_ResetParameterGroup_Errors"></a>

Untuk informasi tentang kesalahan yang umum untuk semua tindakan, lihat [Jenis Kesalahan Umum](CommonErrors.md).

 ** InvalidParameterCombinationException **   
  
Kode Status HTTP: 400

 ** InvalidParameterGroupStateFault **   
  
Kode Status HTTP: 400

 ** InvalidParameterValueException **   
  
Kode Status HTTP: 400

 ** ParameterGroupNotFoundFault **   
  
Kode Status HTTP: 400

 ** ServiceLinkedRoleNotFoundFault **   
  
Kode Status HTTP: 400

## Lihat Juga
<a name="API_ResetParameterGroup_SeeAlso"></a>

Untuk informasi selengkapnya tentang penggunaan API ini di salah satu bahasa khusus AWS SDKs, lihat berikut ini:
+  [AWS Antarmuka Baris Perintah V2](https://docs.aws.amazon.com/goto/cli2/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK untuk V3 JavaScript ](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK para Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK untuk Python](https://docs.aws.amazon.com/goto/boto3/memorydb-2021-01-01/ResetParameterGroup) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/memorydb-2021-01-01/ResetParameterGroup) 