awscli 1.38.29__py3-none-any.whl → 1.38.31__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.
- awscli/__init__.py +1 -1
- awscli/customizations/removals.py +1 -0
- awscli/examples/iot/get-topic-rule.rst +1 -1
- awscli/examples/iot/list-topic-rules.rst +1 -1
- {awscli-1.38.29.dist-info → awscli-1.38.31.dist-info}/METADATA +2 -2
- {awscli-1.38.29.dist-info → awscli-1.38.31.dist-info}/RECORD +14 -14
- {awscli-1.38.29.data → awscli-1.38.31.data}/scripts/aws +0 -0
- {awscli-1.38.29.data → awscli-1.38.31.data}/scripts/aws.cmd +0 -0
- {awscli-1.38.29.data → awscli-1.38.31.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.38.29.data → awscli-1.38.31.data}/scripts/aws_completer +0 -0
- {awscli-1.38.29.data → awscli-1.38.31.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.38.29.dist-info → awscli-1.38.31.dist-info}/LICENSE.txt +0 -0
- {awscli-1.38.29.dist-info → awscli-1.38.31.dist-info}/WHEEL +0 -0
- {awscli-1.38.29.dist-info → awscli-1.38.31.dist-info}/top_level.txt +0 -0
awscli/__init__.py
CHANGED
@@ -52,6 +52,7 @@ def register_removals(event_handler):
|
|
52
52
|
remove_commands=['invoke-endpoint-with-response-stream'])
|
53
53
|
cmd_remover.remove(on_event='building-command-table.bedrock-runtime',
|
54
54
|
remove_commands=['invoke-model-with-response-stream',
|
55
|
+
'invoke-model-with-bidirectional-stream',
|
55
56
|
'converse-stream'])
|
56
57
|
cmd_remover.remove(on_event='building-command-table.bedrock-agent-runtime',
|
57
58
|
remove_commands=['invoke-agent',
|
@@ -28,5 +28,5 @@ Output::
|
|
28
28
|
}
|
29
29
|
}
|
30
30
|
|
31
|
-
For more information, see `Viewing Your Rules <https://docs.aws.amazon.com/iot/latest/developerguide/iot-
|
31
|
+
For more information, see `Viewing Your Rules <https://docs.aws.amazon.com/iot/latest/developerguide/iot-managae-rule.html#iot-view-rules>`__ in the *AWS IoT Developers Guide*.
|
32
32
|
|
@@ -25,4 +25,4 @@ Output::
|
|
25
25
|
]
|
26
26
|
}
|
27
27
|
|
28
|
-
For more information, see `Viewing Your Rules <https://docs.aws.amazon.com/iot/latest/developerguide/iot-
|
28
|
+
For more information, see `Viewing Your Rules <https://docs.aws.amazon.com/iot/latest/developerguide/iot-managae-rule.html#iot-view-rules>`__ in the *AWS IoT Developers Guide*.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: awscli
|
3
|
-
Version: 1.38.
|
3
|
+
Version: 1.38.31
|
4
4
|
Summary: Universal Command Line Environment for AWS.
|
5
5
|
Home-page: http://aws.amazon.com/cli/
|
6
6
|
Author: Amazon Web Services
|
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
24
24
|
Requires-Python: >= 3.8
|
25
25
|
License-File: LICENSE.txt
|
26
|
-
Requires-Dist: botocore (==1.37.
|
26
|
+
Requires-Dist: botocore (==1.37.31)
|
27
27
|
Requires-Dist: docutils (<0.17,>=0.10)
|
28
28
|
Requires-Dist: s3transfer (<0.12.0,>=0.11.0)
|
29
29
|
Requires-Dist: PyYAML (<6.1,>=3.10)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
awscli/__init__.py,sha256=
|
1
|
+
awscli/__init__.py,sha256=vgRc-mErqGqEaUlrrTXlysfs0M4an4RcbHmINmVthxo,1534
|
2
2
|
awscli/__main__.py,sha256=iBjOg0tBxNlhzTi_tyc1G0SMGBvHMVvBJzX3JqYaooY,662
|
3
3
|
awscli/alias.py,sha256=Jj2jetpajUMcjqx9tFhHUOKpzLChQygnH2zqDFfmgIM,11315
|
4
4
|
awscli/argparser.py,sha256=3Pxx-vWytdV985Y6MIl9DeutUXyehIvACIs_PDby8GI,7650
|
@@ -62,7 +62,7 @@ awscli/customizations/putmetricdata.py,sha256=FczJBZUGb4mXtSalD1ihwDSjMSDlxZ5V1j
|
|
62
62
|
awscli/customizations/quicksight.py,sha256=r5XrHPIofOfKVZrE6JGUjDKovkgOf19nrsVVzWOHGDY,1457
|
63
63
|
awscli/customizations/rds.py,sha256=49mfeoYOFtgO5iodjp8eG0H_DUQ7Y5W0NfPCLXd97HQ,4273
|
64
64
|
awscli/customizations/rekognition.py,sha256=NHajCaaLkSC5YDmtJe-EdLdgmObrQetj6as0Diu_d3o,1813
|
65
|
-
awscli/customizations/removals.py,sha256=
|
65
|
+
awscli/customizations/removals.py,sha256=OK-nzQa2HcufHRG5E4XYfyFxuJQdQczlu5y8KkT5Rco,4290
|
66
66
|
awscli/customizations/route53.py,sha256=TyEnjZz7bPegLQ23X5r1tNUJ1gSAmGeQBaF98t5PLmU,1187
|
67
67
|
awscli/customizations/s3errormsg.py,sha256=STKQ3714dnXOzPSPszCikhv5hoRBUJnk-u0kFp7FaEU,2480
|
68
68
|
awscli/customizations/s3events.py,sha256=ZcNmDN26dXxLrLawawl9jRFWqK1lMEQpty0YRNjBQws,4795
|
@@ -3411,7 +3411,7 @@ awscli/examples/iot/get-policy.rst,sha256=kd7FUR2ZgkSSnzs2EjGBjg7GmpAEnXYwjA-tWM
|
|
3411
3411
|
awscli/examples/iot/get-registration-code.rst,sha256=4YFZKjUIUj8Hn6njYZpHRlXMPK0xuujAlcat1GtlgpE,490
|
3412
3412
|
awscli/examples/iot/get-statistics.rst,sha256=476zisRik8z7fLY6MBlFrDenGXjMTn3sdSJb9_a8m8Y,659
|
3413
3413
|
awscli/examples/iot/get-topic-rule-destination.rst,sha256=8-9i_h8o7uvTjEB29x-drKwxmHaF2Ttm1_8CbmnxuEg,813
|
3414
|
-
awscli/examples/iot/get-topic-rule.rst,sha256=
|
3414
|
+
awscli/examples/iot/get-topic-rule.rst,sha256=EpJESUiW2TiP3voUZCjSGbQDUQZIAfKYVFEoMXkjV2Q,1304
|
3415
3415
|
awscli/examples/iot/get-v2-logging-options.rst,sha256=dZhF8u3LpFClrzekEkK9GWBpfKVkNUsKnJMcr8R8ZVo,425
|
3416
3416
|
awscli/examples/iot/list-active-violations.rst,sha256=pzlvL3los3y4KiU6GBOcQhetEjbfu41o4jP7CVCI1-c,3978
|
3417
3417
|
awscli/examples/iot/list-attached-policies.rst,sha256=DDPe4W7A3ddSa364xIqhHPViCwjd7WiLKv2gdTOQ6Go,1450
|
@@ -3457,7 +3457,7 @@ awscli/examples/iot/list-things-in-billing-group.rst,sha256=aCKlQRYYX5lL94hmpQDj
|
|
3457
3457
|
awscli/examples/iot/list-things-in-thing-group.rst,sha256=yMZusVCv2WEOIjcvpFmhcb4Y3KWv2hQBh3XNaZtsQ1w,474
|
3458
3458
|
awscli/examples/iot/list-things.rst,sha256=j2aTQzNg6yp86miZkCI8UbRfmsclcWeBvNO3xSq5RgM,2737
|
3459
3459
|
awscli/examples/iot/list-topic-rule-destinations.rst,sha256=0-PiVmSZutwscQUzLbKzcsif33Hn6aFBV1S1MFtIxL4,790
|
3460
|
-
awscli/examples/iot/list-topic-rules.rst,sha256=
|
3460
|
+
awscli/examples/iot/list-topic-rules.rst,sha256=3SqL_v8j5Rt11OncTvGv8jEP9S6pBiJyZ8C1h7SVH-M,1052
|
3461
3461
|
awscli/examples/iot/list-v2-logging-levels.rst,sha256=Y9tZ_ZtCJK9fE6GbD3fpCU2SJy04BkGQA0GSB9WIqrU,476
|
3462
3462
|
awscli/examples/iot/list-violation-events.rst,sha256=GuwnFpjJfpwzFQQQmuGOc_3GK3UBIsveOSzLFjQ7dUE,4258
|
3463
3463
|
awscli/examples/iot/register-ca-certificate.rst,sha256=T8untwbj8Idz8XmHP8hkYtNI5xD_GtXZTRanIvjpOnA,848
|
@@ -6117,13 +6117,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
|
|
6117
6117
|
awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
|
6118
6118
|
awscli/topics/s3-faq.rst,sha256=Kw1w4NFHOTXq9Mz5S3HHw3mBkyeEzH4ruB0PD6-EO1c,2938
|
6119
6119
|
awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
|
6120
|
-
awscli-1.38.
|
6121
|
-
awscli-1.38.
|
6122
|
-
awscli-1.38.
|
6123
|
-
awscli-1.38.
|
6124
|
-
awscli-1.38.
|
6125
|
-
awscli-1.38.
|
6126
|
-
awscli-1.38.
|
6127
|
-
awscli-1.38.
|
6128
|
-
awscli-1.38.
|
6129
|
-
awscli-1.38.
|
6120
|
+
awscli-1.38.31.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
|
6121
|
+
awscli-1.38.31.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
|
6122
|
+
awscli-1.38.31.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
|
6123
|
+
awscli-1.38.31.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
|
6124
|
+
awscli-1.38.31.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
|
6125
|
+
awscli-1.38.31.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
|
6126
|
+
awscli-1.38.31.dist-info/METADATA,sha256=XTuB2ptvmmxwkStd11Oy_YwKPo1L7ztM9qSgZ2jrnsk,11126
|
6127
|
+
awscli-1.38.31.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
6128
|
+
awscli-1.38.31.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
|
6129
|
+
awscli-1.38.31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|