@@ -299,7 +299,7 @@ def create_confluent_resource(
299
299
300
300
Create a Confluent resource for the account associated with the provided ID.
301
301
302
- :param account_id: Confluent Account id .
302
+ :param account_id: Confluent Account ID .
303
303
:type account_id: str
304
304
:param body: Confluent payload
305
305
:type body: ConfluentResourceRequest
@@ -320,7 +320,7 @@ def delete_confluent_account(
320
320
321
321
Delete a Confluent account with the provided account ID.
322
322
323
- :param account_id: Confluent Account id .
323
+ :param account_id: Confluent Account ID .
324
324
:type account_id: str
325
325
:rtype: None
326
326
"""
@@ -338,7 +338,7 @@ def delete_confluent_resource(
338
338
339
339
Delete a Confluent resource with the provided resource id for the account associated with the provided account ID.
340
340
341
- :param account_id: Confluent Account id .
341
+ :param account_id: Confluent Account ID .
342
342
:type account_id: str
343
343
:param resource_id: Confluent Account Resource ID.
344
344
:type resource_id: str
@@ -359,7 +359,7 @@ def get_confluent_account(
359
359
360
360
Get the Confluent account with the provided account ID.
361
361
362
- :param account_id: Confluent Account id .
362
+ :param account_id: Confluent Account ID .
363
363
:type account_id: str
364
364
:rtype: ConfluentAccountResponse
365
365
"""
@@ -377,7 +377,7 @@ def get_confluent_resource(
377
377
378
378
Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
379
379
380
- :param account_id: Confluent Account id .
380
+ :param account_id: Confluent Account ID .
381
381
:type account_id: str
382
382
:param resource_id: Confluent Account Resource ID.
383
383
:type resource_id: str
@@ -410,7 +410,7 @@ def list_confluent_resource(
410
410
411
411
Get a Confluent resource for the account associated with the provided ID.
412
412
413
- :param account_id: Confluent Account id .
413
+ :param account_id: Confluent Account ID .
414
414
:type account_id: str
415
415
:rtype: ConfluentResourcesResponse
416
416
"""
@@ -428,7 +428,7 @@ def update_confluent_account(
428
428
429
429
Update the Confluent account with the provided account ID.
430
430
431
- :param account_id: Confluent Account id .
431
+ :param account_id: Confluent Account ID .
432
432
:type account_id: str
433
433
:param body: Confluent payload
434
434
:type body: ConfluentAccountUpdateRequest
@@ -451,7 +451,7 @@ def update_confluent_resource(
451
451
452
452
Update a Confluent resource with the provided resource id for the account associated with the provided account ID.
453
453
454
- :param account_id: Confluent Account id .
454
+ :param account_id: Confluent Account ID .
455
455
:type account_id: str
456
456
:param resource_id: Confluent Account Resource ID.
457
457
:type resource_id: str
0 commit comments