pulumi-random 4.19.0a1754635294__py3-none-any.whl → 4.19.0a1762412254__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "random",
4
- "version": "4.19.0-alpha.1754635294"
4
+ "version": "4.19.0-alpha.1762412254"
5
5
  }
@@ -100,8 +100,7 @@ class _RandomShuffleState:
100
100
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] inputs: The list of strings to shuffle.
101
101
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] keepers: Arbitrary map of values that, when changed, will trigger recreation of resource. See the main provider documentation for more information.
102
102
  :param pulumi.Input[_builtins.int] result_count: The number of results to return. Defaults to the number of items in the `input` list. If fewer items are requested, some elements will be excluded from the result. If more items are requested, items will be repeated in the result but not more frequently than the number of items in the input list.
103
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] results: Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if
104
- set, or the number of elements in `input`.
103
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] results: Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if set, or the number of elements in `input`.
105
104
  :param pulumi.Input[_builtins.str] seed: Arbitrary string with which to seed the random number generator, in order to produce less-volatile permutations of the list.
106
105
  """
107
106
  if inputs is not None:
@@ -155,8 +154,7 @@ class _RandomShuffleState:
155
154
  @pulumi.getter
156
155
  def results(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
157
156
  """
158
- Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if
159
- set, or the number of elements in `input`.
157
+ Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if set, or the number of elements in `input`.
160
158
  """
161
159
  return pulumi.get(self, "results")
162
160
 
@@ -303,8 +301,7 @@ class RandomShuffle(pulumi.CustomResource):
303
301
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] inputs: The list of strings to shuffle.
304
302
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] keepers: Arbitrary map of values that, when changed, will trigger recreation of resource. See the main provider documentation for more information.
305
303
  :param pulumi.Input[_builtins.int] result_count: The number of results to return. Defaults to the number of items in the `input` list. If fewer items are requested, some elements will be excluded from the result. If more items are requested, items will be repeated in the result but not more frequently than the number of items in the input list.
306
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] results: Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if
307
- set, or the number of elements in `input`.
304
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] results: Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if set, or the number of elements in `input`.
308
305
  :param pulumi.Input[_builtins.str] seed: Arbitrary string with which to seed the random number generator, in order to produce less-volatile permutations of the list.
309
306
  """
310
307
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -346,8 +343,7 @@ class RandomShuffle(pulumi.CustomResource):
346
343
  @pulumi.getter
347
344
  def results(self) -> pulumi.Output[Sequence[_builtins.str]]:
348
345
  """
349
- Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if
350
- set, or the number of elements in `input`.
346
+ Random permutation of the list of strings given in `input`. The number of elements is determined by `result_count` if set, or the number of elements in `input`.
351
347
  """
352
348
  return pulumi.get(self, "results")
353
349
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_random
3
- Version: 4.19.0a1754635294
3
+ Version: 4.19.0a1762412254
4
4
  Summary: A Pulumi package to safely use randomness in Pulumi programs.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,17 +1,17 @@
1
1
  pulumi_random/__init__.py,sha256=8VkbhYkgH38VYz2jRS1n0ahW62d-oRIpLBQ6ln0WzS8,2002
2
2
  pulumi_random/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
3
3
  pulumi_random/provider.py,sha256=hzSVyYCQ254XI5qZuZO9Qdxur1HfiJT4eIpWGe60zeo,4518
4
- pulumi_random/pulumi-plugin.json,sha256=U8n0NtIUWASqEjIAYG6OBZ8-OZU6fvRdhned4lJ6NT8,83
4
+ pulumi_random/pulumi-plugin.json,sha256=ezqxdEt8kEC5UsD6BEHGyKxca-6A9tIe7BLy1H55ENc,83
5
5
  pulumi_random/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pulumi_random/random_bytes.py,sha256=DSSlcPEux1OivWbG7XZUaAyl6NcyFQwkX6hk9dPLATw,13521
7
7
  pulumi_random/random_id.py,sha256=0WOecxl8Rer9JBRVUM-vc9Qj6Ahyh6hWVcyy1v8ABGc,21090
8
8
  pulumi_random/random_integer.py,sha256=g0x_wNjw7Ka_mrn9XOsF_jD-OVUUdDB4d1HCtPgi12Y,16557
9
9
  pulumi_random/random_password.py,sha256=kO4rTL61Ufsg1OCydJ0tWyF2_JrWB4ARQoAXdZc5mgw,40464
10
10
  pulumi_random/random_pet.py,sha256=Kp5xYZV3bRJ5NCjHzkFEOXefoULj4B48RzLlKWFBsHg,14761
11
- pulumi_random/random_shuffle.py,sha256=TdDgYt5hqWshZWs4N4x0OLRAvp1YJRfz-ZaqS89tCjE,18347
11
+ pulumi_random/random_shuffle.py,sha256=8f5j2D7VicaqYDntw9AHwEKjJeh-4YYf8CtId1LqJTw,18301
12
12
  pulumi_random/random_string.py,sha256=kqptjfTDV66MG01o5DkttLOvmPD36EtCLAGP1g7JEng,38931
13
13
  pulumi_random/random_uuid.py,sha256=8PAvqu1RhVP3nIhxLtbwc9EFkjJHwcQS_BDlTOS9kjA,9426
14
- pulumi_random-4.19.0a1754635294.dist-info/METADATA,sha256=RuzyW2cOEUVAzWVeIX961hwZXaqYqVwMT1bUEiptb_s,3333
15
- pulumi_random-4.19.0a1754635294.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- pulumi_random-4.19.0a1754635294.dist-info/top_level.txt,sha256=Fr908cjtyfvlU7ktTJrKv-Ztxn6dQpGlRqeNFVGEjL4,14
17
- pulumi_random-4.19.0a1754635294.dist-info/RECORD,,
14
+ pulumi_random-4.19.0a1762412254.dist-info/METADATA,sha256=UDob6y4WJci6ixb5Bs3C6dj4525bn5frMNUe3J9kXJA,3333
15
+ pulumi_random-4.19.0a1762412254.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ pulumi_random-4.19.0a1762412254.dist-info/top_level.txt,sha256=Fr908cjtyfvlU7ktTJrKv-Ztxn6dQpGlRqeNFVGEjL4,14
17
+ pulumi_random-4.19.0a1762412254.dist-info/RECORD,,