@@ -91,9 +91,10 @@ def update(
9191
9292 tags: Key-value tags to associate with the resource. A tag is a key-value pair that
9393 can be associated with a resource, enabling efficient filtering and grouping for
94- better organization and management. Some tags are read-only and cannot be
95- modified by the user. Tags are also integrated with cost reports, allowing cost
96- data to be filtered based on tag keys or values.
94+ better organization and management. Both tag keys and values have a maximum
95+ length of 255 characters. Some tags are read-only and cannot be modified by the
96+ user. Tags are also integrated with cost reports, allowing cost data to be
97+ filtered based on tag keys or values.
9798
9899 extra_headers: Send extra headers
99100
@@ -321,9 +322,10 @@ def create_from_volume(
321322
322323 tags: Key-value tags to associate with the resource. A tag is a key-value pair that
323324 can be associated with a resource, enabling efficient filtering and grouping for
324- better organization and management. Some tags are read-only and cannot be
325- modified by the user. Tags are also integrated with cost reports, allowing cost
326- data to be filtered based on tag keys or values.
325+ better organization and management. Both tag keys and values have a maximum
326+ length of 255 characters. Some tags are read-only and cannot be modified by the
327+ user. Tags are also integrated with cost reports, allowing cost data to be
328+ filtered based on tag keys or values.
327329
328330 extra_headers: Send extra headers
329331
@@ -523,9 +525,10 @@ def upload(
523525
524526 tags: Key-value tags to associate with the resource. A tag is a key-value pair that
525527 can be associated with a resource, enabling efficient filtering and grouping for
526- better organization and management. Some tags are read-only and cannot be
527- modified by the user. Tags are also integrated with cost reports, allowing cost
528- data to be filtered based on tag keys or values.
528+ better organization and management. Both tag keys and values have a maximum
529+ length of 255 characters. Some tags are read-only and cannot be modified by the
530+ user. Tags are also integrated with cost reports, allowing cost data to be
531+ filtered based on tag keys or values.
529532
530533 extra_headers: Send extra headers
531534
@@ -689,9 +692,10 @@ async def update(
689692
690693 tags: Key-value tags to associate with the resource. A tag is a key-value pair that
691694 can be associated with a resource, enabling efficient filtering and grouping for
692- better organization and management. Some tags are read-only and cannot be
693- modified by the user. Tags are also integrated with cost reports, allowing cost
694- data to be filtered based on tag keys or values.
695+ better organization and management. Both tag keys and values have a maximum
696+ length of 255 characters. Some tags are read-only and cannot be modified by the
697+ user. Tags are also integrated with cost reports, allowing cost data to be
698+ filtered based on tag keys or values.
695699
696700 extra_headers: Send extra headers
697701
@@ -919,9 +923,10 @@ async def create_from_volume(
919923
920924 tags: Key-value tags to associate with the resource. A tag is a key-value pair that
921925 can be associated with a resource, enabling efficient filtering and grouping for
922- better organization and management. Some tags are read-only and cannot be
923- modified by the user. Tags are also integrated with cost reports, allowing cost
924- data to be filtered based on tag keys or values.
926+ better organization and management. Both tag keys and values have a maximum
927+ length of 255 characters. Some tags are read-only and cannot be modified by the
928+ user. Tags are also integrated with cost reports, allowing cost data to be
929+ filtered based on tag keys or values.
925930
926931 extra_headers: Send extra headers
927932
@@ -1121,9 +1126,10 @@ async def upload(
11211126
11221127 tags: Key-value tags to associate with the resource. A tag is a key-value pair that
11231128 can be associated with a resource, enabling efficient filtering and grouping for
1124- better organization and management. Some tags are read-only and cannot be
1125- modified by the user. Tags are also integrated with cost reports, allowing cost
1126- data to be filtered based on tag keys or values.
1129+ better organization and management. Both tag keys and values have a maximum
1130+ length of 255 characters. Some tags are read-only and cannot be modified by the
1131+ user. Tags are also integrated with cost reports, allowing cost data to be
1132+ filtered based on tag keys or values.
11271133
11281134 extra_headers: Send extra headers
11291135
0 commit comments