@@ -8128,9 +8128,9 @@ delete_configuration_bundle(Client, BundleId, Input0, Options0) ->
81288128% % Asynchronous 202.
81298129% %
81308130% % **State transitions:**
8131- % % - If `datasetVersion` is absent (full delete): status transitions to
8131+ % % - If `datasetVersion' is absent (full delete): status transitions to
81328132% % DELETING immediately.
8133- % % - If `datasetVersion` is provided (version-specific delete): status
8133+ % % - If `datasetVersion' is provided (version-specific delete): status
81348134% % transitions to UPDATING.
81358135% %
81368136% % **State guard (full delete):** Returns ConflictException
@@ -8155,9 +8155,9 @@ delete_configuration_bundle(Client, BundleId, Input0, Options0) ->
81558155% % (idempotent retry path).
81568156% %
81578157% % **Version parameter:**
8158- % % - If `datasetVersion` is absent: deletes ALL versions and the Dataset
8158+ % % - If `datasetVersion' is absent: deletes ALL versions and the Dataset
81598159% % record itself.
8160- % % - If `datasetVersion` is provided: deletes only that specific
8160+ % % - If `datasetVersion' is provided: deletes only that specific
81618161% % DatasetVersion.
81628162% % Returns ResourceNotFoundException if the specified version does not exist.
81638163-spec delete_dataset (aws_client :aws_client (), binary () | list (), delete_dataset_request ()) ->
@@ -9178,11 +9178,11 @@ get_configuration_bundle_version(Client, BundleId, VersionId, QueryMap, HeadersM
91789178% % draftStatus is
91799179% % MODIFIED because the DRAFT has content that has never been published.
91809180% %
9181- % % **Default version behavior:** When `datasetVersion` is omitted, the
9181+ % % **Default version behavior:** When `datasetVersion' is omitted, the
91829182% % operation
91839183% % returns the DRAFT working copy. To retrieve a specific published version,
91849184% % pass
9185- % % the version number as a string (e.g. `?datasetVersion=1` ).
9185+ % % the version number as a string (e.g. `?datasetVersion=1' ).
91869186% %
91879187% % **State guard:** Allowed for all statuses including DELETING. Returns the
91889188% % dataset
@@ -10416,8 +10416,8 @@ list_configuration_bundles(Client, Input0, Options0) ->
1041610416% % the `nextToken`.
1041710417% % Once pagination begins, all subsequent pages are pinned to that version
1041810418% % regardless of
10419- % % concurrent mutations or whether `datasetVersion` is passed on subsequent
10420- % % requests. The `datasetVersion`
10419+ % % concurrent mutations or whether `datasetVersion' is passed on subsequent
10420+ % % requests. The `datasetVersion'
1042110421% % query parameter is only used for the first request (when `nextToken` is
1042210422% % absent); if omitted,
1042310423% % defaults to DRAFT.
0 commit comments