awscli 1.42.59__py3-none-any.whl → 1.42.61__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.

Potentially problematic release.


This version of awscli might be problematic. Click here for more details.

Files changed (66) hide show
  1. awscli/__init__.py +1 -1
  2. {awscli-1.42.59.dist-info → awscli-1.42.61.dist-info}/METADATA +2 -2
  3. {awscli-1.42.59.dist-info → awscli-1.42.61.dist-info}/RECORD +11 -66
  4. awscli/examples/qldb/cancel-journal-kinesis-stream.rst +0 -15
  5. awscli/examples/qldb/create-ledger.rst +0 -43
  6. awscli/examples/qldb/delete-ledger.rst +0 -10
  7. awscli/examples/qldb/describe-journal-kinesis-stream.rst +0 -29
  8. awscli/examples/qldb/describe-journal-s3-export.rst +0 -30
  9. awscli/examples/qldb/describe-ledger.rst +0 -23
  10. awscli/examples/qldb/export-journal-to-s3.rst +0 -28
  11. awscli/examples/qldb/get-block.rst +0 -55
  12. awscli/examples/qldb/get-digest.rst +0 -17
  13. awscli/examples/qldb/get-revision.rst +0 -57
  14. awscli/examples/qldb/list-journal-kinesis-streams-for-ledger.rst +0 -30
  15. awscli/examples/qldb/list-journal-s3-exports-for-ledger.rst +0 -31
  16. awscli/examples/qldb/list-journal-s3-exports.rst +0 -46
  17. awscli/examples/qldb/list-ledgers.rst +0 -24
  18. awscli/examples/qldb/list-tags-for-resource.rst +0 -17
  19. awscli/examples/qldb/stream-journal-to-kinesis.rst +0 -46
  20. awscli/examples/qldb/tag-resource.rst +0 -11
  21. awscli/examples/qldb/untag-resource.rst +0 -11
  22. awscli/examples/qldb/update-ledger-permissions-mode.rst +0 -34
  23. awscli/examples/qldb/update-ledger.rst +0 -63
  24. awscli/examples/robomaker/batch-describe-simulation-job.rst +0 -150
  25. awscli/examples/robomaker/cancel-simulation-job.rst +0 -6
  26. awscli/examples/robomaker/create-deployment-job.rst +0 -37
  27. awscli/examples/robomaker/create-fleet.rst +0 -18
  28. awscli/examples/robomaker/create-robot-application-version.rst +0 -31
  29. awscli/examples/robomaker/create-robot-application.rst +0 -29
  30. awscli/examples/robomaker/create-robot.rst +0 -20
  31. awscli/examples/robomaker/create-simulation-application-version.rst +0 -39
  32. awscli/examples/robomaker/create-simulation-application.rst +0 -38
  33. awscli/examples/robomaker/create-simulation-job.rst +0 -43
  34. awscli/examples/robomaker/delete-fleet.rst +0 -7
  35. awscli/examples/robomaker/delete-robot-application.rst +0 -7
  36. awscli/examples/robomaker/delete-robot.rst +0 -7
  37. awscli/examples/robomaker/delete-simulation-application.rst +0 -7
  38. awscli/examples/robomaker/deregister-robot.rst +0 -14
  39. awscli/examples/robomaker/describe-deployment-job.rst +0 -38
  40. awscli/examples/robomaker/describe-fleet.rst +0 -28
  41. awscli/examples/robomaker/describe-robot-application.rst +0 -29
  42. awscli/examples/robomaker/describe-robot.rst +0 -21
  43. awscli/examples/robomaker/describe-simulation-application.rst +0 -37
  44. awscli/examples/robomaker/describe-simulation-job.rst +0 -45
  45. awscli/examples/robomaker/list-deployment-jobs.rst +0 -57
  46. awscli/examples/robomaker/list-fleets.rst +0 -22
  47. awscli/examples/robomaker/list-robot-applications.rst +0 -32
  48. awscli/examples/robomaker/list-robots.rst +0 -45
  49. awscli/examples/robomaker/list-simulation-applications.rst +0 -50
  50. awscli/examples/robomaker/list-simulation-jobs.rst +0 -80
  51. awscli/examples/robomaker/list-tags-for-resource.rst +0 -16
  52. awscli/examples/robomaker/register-robot.rst +0 -14
  53. awscli/examples/robomaker/restart-simulation-job.rst +0 -7
  54. awscli/examples/robomaker/sync-deployment-job.rst +0 -30
  55. awscli/examples/robomaker/tag-resource.rst +0 -7
  56. awscli/examples/robomaker/untag-resource.rst +0 -7
  57. awscli/examples/robomaker/update-robot-application.rst +0 -28
  58. awscli/examples/robomaker/update-simulation-application.rst +0 -36
  59. {awscli-1.42.59.data → awscli-1.42.61.data}/scripts/aws +0 -0
  60. {awscli-1.42.59.data → awscli-1.42.61.data}/scripts/aws.cmd +0 -0
  61. {awscli-1.42.59.data → awscli-1.42.61.data}/scripts/aws_bash_completer +0 -0
  62. {awscli-1.42.59.data → awscli-1.42.61.data}/scripts/aws_completer +0 -0
  63. {awscli-1.42.59.data → awscli-1.42.61.data}/scripts/aws_zsh_completer.sh +0 -0
  64. {awscli-1.42.59.dist-info → awscli-1.42.61.dist-info}/LICENSE.txt +0 -0
  65. {awscli-1.42.59.dist-info → awscli-1.42.61.dist-info}/WHEEL +0 -0
  66. {awscli-1.42.59.dist-info → awscli-1.42.61.dist-info}/top_level.txt +0 -0
awscli/__init__.py CHANGED
@@ -18,7 +18,7 @@ A Universal Command Line Environment for Amazon Web Services.
18
18
 
19
19
  import os
20
20
 
21
- __version__ = '1.42.59'
21
+ __version__ = '1.42.61'
22
22
 
23
23
  #
24
24
  # Get our data path to be added to botocore's search path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: awscli
3
- Version: 1.42.59
3
+ Version: 1.42.61
4
4
  Summary: Universal Command Line Environment for AWS.
5
5
  Home-page: http://aws.amazon.com/cli/
6
6
  Author: Amazon Web Services
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.13
24
24
  Classifier: Programming Language :: Python :: 3.14
25
25
  Requires-Python: >= 3.9
26
26
  License-File: LICENSE.txt
27
- Requires-Dist: botocore (==1.40.59)
27
+ Requires-Dist: botocore (==1.40.61)
28
28
  Requires-Dist: docutils (<=0.19,>=0.18.1)
29
29
  Requires-Dist: s3transfer (<0.15.0,>=0.14.0)
30
30
  Requires-Dist: PyYAML (<6.1,>=3.10)
@@ -1,4 +1,4 @@
1
- awscli/__init__.py,sha256=fCJRRI8CLcCx3WC7pc6K0e6S6Fe6mKwkBzVn_aye9gw,1534
1
+ awscli/__init__.py,sha256=ZQnlzWtdbGLAfd_j_-eb1R0I815EPxkJ88SBTmEfpZE,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
@@ -4655,26 +4655,6 @@ awscli/examples/proton/list-service-instances.rst,sha256=iCX29a0xcYpHUyyhCBSJWwl
4655
4655
  awscli/examples/proton/update-service-instance.rst,sha256=VMlpJTO966VPUMD4okoCO22seNDfU7MjQ0G33owUqDo,2164
4656
4656
  awscli/examples/proton/update-service-pipeline.rst,sha256=YoDisgytHSJQTBwKU5To5D_uoGDUx_6oJ5JeiZ6VVBo,1794
4657
4657
  awscli/examples/proton/update-service.rst,sha256=eNE6s9IceM30_vjpfGwabsSDqK9gVrWUXA-cCqvMv_Y,1177
4658
- awscli/examples/qldb/cancel-journal-kinesis-stream.rst,sha256=tKyq4eZl6iYq-lMRWqpsjwhVPBQGVu4zI963IM3TO84,534
4659
- awscli/examples/qldb/create-ledger.rst,sha256=C_O_9olD2PZhARjuSZ0V8_R4Wf3kBG65rIe5bX9Pcwc,1997
4660
- awscli/examples/qldb/delete-ledger.rst,sha256=WmhMpSOONyPckvtc2_4JKysJBC9g9gckVPWeHLM-Xsk,389
4661
- awscli/examples/qldb/describe-journal-kinesis-stream.rst,sha256=YnivWJuw-xD85Ztv1Rk8dF31LAWbaNEJBSYXdUGbW8c,1246
4662
- awscli/examples/qldb/describe-journal-s3-export.rst,sha256=Jhe0_mhzo4sTKCzaqEag_gSFi5THr01HoM8JxF6Rl-I,1137
4663
- awscli/examples/qldb/describe-ledger.rst,sha256=feLdyoRv-G0yKAMomyiSxzFmMsYMDVQBDk-JhgvLGyg,850
4664
- awscli/examples/qldb/export-journal-to-s3.rst,sha256=_dnV_DAjpPLM2VEeTjbxEXHQDMmLegYI3M_eQx9p23E,1073
4665
- awscli/examples/qldb/get-block.rst,sha256=jYbkqn28C0YgBs4YcHuwzQ1DCBW2-E9wulkQfdK_Psw,5580
4666
- awscli/examples/qldb/get-digest.rst,sha256=rOjqFhai6M0Y81D4xjfW8OkOUisGLX4bCzA_YbZmz74,611
4667
- awscli/examples/qldb/get-revision.rst,sha256=QLsCk7q1qennbc2zZ5MtXMyVubu16_d9CNH28oCbnnU,4083
4668
- awscli/examples/qldb/list-journal-kinesis-streams-for-ledger.rst,sha256=XZxTYSsG8kCI8KvDg471LEdzMZf4nJOkFl6Y4CxCfpw,1286
4669
- awscli/examples/qldb/list-journal-s3-exports-for-ledger.rst,sha256=WtJjkIaqgTk0kWb6yZnRvdBX4lIX3qoavjeZvhcS7BI,1184
4670
- awscli/examples/qldb/list-journal-s3-exports.rst,sha256=OZ5sEuKvPkW21QpeUo30y9B-JqOVe1Xl4EmdgEmuuTE,1868
4671
- awscli/examples/qldb/list-ledgers.rst,sha256=3OzdYNB49cTVp5iCA-EpCJjYstPAIkgAeiMVeVMOcuw,751
4672
- awscli/examples/qldb/list-tags-for-resource.rst,sha256=nSr46nIPcj5WtCOGk1KLsauc2ndCwdLdBLNkvtaLaGc,545
4673
- awscli/examples/qldb/stream-journal-to-kinesis.rst,sha256=eQPzf5er-bZx5INbzfoFHjOAz5RmplTd-2up1h4eP-w,2184
4674
- awscli/examples/qldb/tag-resource.rst,sha256=7B4YGb-FmuVCM9Sb2OiwEXrWZYJUru500QSz0o3dp90,460
4675
- awscli/examples/qldb/untag-resource.rst,sha256=Fo0UoasBuBF_2RP-VXe542Ynw6Ot8SqWuxakCJi3ZKY,497
4676
- awscli/examples/qldb/update-ledger-permissions-mode.rst,sha256=9gWJsvxIK3ZoiCkLMImppRe8cVTHd21cflmOs9IWNBs,1176
4677
- awscli/examples/qldb/update-ledger.rst,sha256=OK1tJPxuLcOEkJwRhLITfdv8b9zHISFxtZdLdyCpe70,2200
4678
4658
  awscli/examples/ram/accept-resource-share-invitation.rst,sha256=2bo969GAEjbVZ6_5LFQnQCTnHaQjPKlyZZFjb86SjYc,1016
4679
4659
  awscli/examples/ram/associate-resource-share-permission.rst,sha256=bf0yvTyLMA8g4WrRItSV3FhiCklsiMwoyagYsuNhbrU,660
4680
4660
  awscli/examples/ram/associate-resource-share.rst,sha256=qXsX9H-xXszPTJPLehmsunEmau5OutT9sIjYiYxBx9w,1873
@@ -5005,41 +4985,6 @@ awscli/examples/resourcegroupstaggingapi/get-tag-keys.rst,sha256=wmEVGaP1Mxpw9kS
5005
4985
  awscli/examples/resourcegroupstaggingapi/get-tag-values.rst,sha256=RHve3xwQVsYBhz6hXBl3o-fCxM368UlLpRCa2bk-fSw,547
5006
4986
  awscli/examples/resourcegroupstaggingapi/tag-resources.rst,sha256=ko-qM1meksyPmaAVZKP4gs-bQlGdg3VXBZLjtrxC3qY,541
5007
4987
  awscli/examples/resourcegroupstaggingapi/untag-resources.rst,sha256=xmkItmwgYCDNiRpb9vpfUQWUtv6zIO7b_sl2rMeJFSY,571
5008
- awscli/examples/robomaker/batch-describe-simulation-job.rst,sha256=iVGYnEIFzUHty94l4fUKGVONK3XbFPiofYgkaWRi55c,7130
5009
- awscli/examples/robomaker/cancel-simulation-job.rst,sha256=dtWAeCodDYT3BNnd0v4DZ3fCkpLUHmwaAnHIFAGjDy4,251
5010
- awscli/examples/robomaker/create-deployment-job.rst,sha256=N81bsBewr2VCRVsAP8uEheOFoEOpB-pHHQZAM4MG8ss,1639
5011
- awscli/examples/robomaker/create-fleet.rst,sha256=sY1Gb9Cc_ssyGa22BkFJ-TgFUk27gqXk8KeI3Lvz11Q,377
5012
- awscli/examples/robomaker/create-robot-application-version.rst,sha256=AkZlKOsUHvD5TL8cVCdYJXcZHH14uu8mnnJsLd1uV1c,875
5013
- awscli/examples/robomaker/create-robot-application.rst,sha256=EpUTimdj6rzycg4fycaY5x8fXeYTrM8XWFu7rI1c4PM,857
5014
- awscli/examples/robomaker/create-robot.rst,sha256=0vbdcjuGb5YdwmgcB5xcQRMzRxexX_0YS5rW7F0ALHs,572
5015
- awscli/examples/robomaker/create-simulation-application-version.rst,sha256=qbq6jHs6wTbypTMwQBbRRa8l-vmWpOS4z52K5HYHruU,1071
5016
- awscli/examples/robomaker/create-simulation-application.rst,sha256=BIA1Z5YwvcknAJTnCpWnKKoC8vc2EbMR2_aw4DKEOLc,1151
5017
- awscli/examples/robomaker/create-simulation-job.rst,sha256=aDKbFsE6UhE5iATZavIr8pd9V5JmnIw7ZhkIIfkxblk,1949
5018
- awscli/examples/robomaker/delete-fleet.rst,sha256=o_Iyunv9U6jEBmxc7Z7Pi8Z-F8YYAI3BZGApo8dMs-Q,183
5019
- awscli/examples/robomaker/delete-robot-application.rst,sha256=zTHn-OZ8iaWl-KywQzaNwHbRBY-sTNVH10oP2WpESjE,237
5020
- awscli/examples/robomaker/delete-robot.rst,sha256=4fgp_EdjPw9_-3XQPAwpcjt3wMwIpKpLZ--fQRSVH8w,172
5021
- awscli/examples/robomaker/delete-simulation-application.rst,sha256=6IBatmODwdNNhJmpMCFkZM3l1ojO0DoYZi0QTxAGycU,262
5022
- awscli/examples/robomaker/deregister-robot.rst,sha256=L2BFT0EC52QIXkNQLf7HnyUwcW1xdpS2cSGHtwakLzM,497
5023
- awscli/examples/robomaker/describe-deployment-job.rst,sha256=3oBjVDhNzORTaw8h7pfsvVYKw1nedPDEWP-NCX1CN-E,1437
5024
- awscli/examples/robomaker/describe-fleet.rst,sha256=UmF_GqrUhFsyOUW2hEI6dFKEld1iqWbXJN350R7BmTs,1018
5025
- awscli/examples/robomaker/describe-robot-application.rst,sha256=zueWfYI2oe6MuKyWigwqWI6vy05Hg3F7EXGFBl7FxjM,802
5026
- awscli/examples/robomaker/describe-robot.rst,sha256=xih1WOKJgMwphqIkDOYap-Y3wSXyCUBdHi38S8BFkgw,499
5027
- awscli/examples/robomaker/describe-simulation-application.rst,sha256=hRgBQmA440vDPNrXRCZtTu1EIIHK6bWN8hTjzIbcav8,1017
5028
- awscli/examples/robomaker/describe-simulation-job.rst,sha256=qku5tA2BAUZa7WQVfu1uqNXBzvHEFWp026-038o7gzE,1473
5029
- awscli/examples/robomaker/list-deployment-jobs.rst,sha256=FTKw_INzvsTfNkhVUkjgz9fdhw2QXnhGCOu7I7STYkY,2383
5030
- awscli/examples/robomaker/list-fleets.rst,sha256=u2rsqVVCqCV6DmgArSp8s9WwtkVVUdZdL9I7oAsiFqo,587
5031
- awscli/examples/robomaker/list-robot-applications.rst,sha256=0Z-nmtQY3ihOvoH_J9_7RD-mq-ft3jtog3jg9TBWZu0,957
5032
- awscli/examples/robomaker/list-robots.rst,sha256=VOLGLVi-TH0zdyhGsgurfihHhEFd6MFRp1tcK-wSzOU,1475
5033
- awscli/examples/robomaker/list-simulation-applications.rst,sha256=HWUTk78vyAU_3zMKpbndm9AE8nDT_XsrdUaUyUKTFXs,2080
5034
- awscli/examples/robomaker/list-simulation-jobs.rst,sha256=wTWXdj1-LiusqEq6iMNxbwVG-VhzIulIyBeSu_8oNuU,2753
5035
- awscli/examples/robomaker/list-tags-for-resource.rst,sha256=pdon3KmzLmie0U1Ry4wY0V4a1DdpZtiO5exmYnrS_lk,326
5036
- awscli/examples/robomaker/register-robot.rst,sha256=IXCIZAkHrk2Ux-Vp-9Bodp0MgAOlTPXPCsA0GHu78TQ,475
5037
- awscli/examples/robomaker/restart-simulation-job.rst,sha256=oE-1Xkl-Xrq8xmTYk7tupYo8GOvK3AQPZnPxa7edODM,196
5038
- awscli/examples/robomaker/sync-deployment-job.rst,sha256=RQUwDxpnpIONKC10mTEWEmXCPwQnUIxnc39D1E_zYwc,969
5039
- awscli/examples/robomaker/tag-resource.rst,sha256=IC02OweFwAOJBdCq8aNMsAokdy1NR3t1qzD3dmpBc60,256
5040
- awscli/examples/robomaker/untag-resource.rst,sha256=phXQdOfTmoDI9WBw9jlaR9Y9kefaQr2zaqHjca5-7Cw,244
5041
- awscli/examples/robomaker/update-robot-application.rst,sha256=Hp85gIt1On4UxS85SrDtVo-cwByQJM4rdN5dlLI-rOM,921
5042
- awscli/examples/robomaker/update-simulation-application.rst,sha256=E8_CRHlj1q048HGZROhXW1cT5wXRi3jtNZanCqKR_c0,1232
5043
4988
  awscli/examples/route53/change-resource-record-sets.rst,sha256=cp9lvZl8s6cEtZwhdYYT_ukyxxbfrxH0bw52_2zNfyM,7633
5044
4989
  awscli/examples/route53/change-tags-for-resource.rst,sha256=fMszV8I991itcAudHXjazpEWWWH3WaM9hDDuafClsfA,459
5045
4990
  awscli/examples/route53/create-health-check.rst,sha256=m8Fhjr-ghnIkt17XdfOoQFX6ONR7BWWAdPT_6SegyqY,1390
@@ -6116,13 +6061,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
6116
6061
  awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
6117
6062
  awscli/topics/s3-faq.rst,sha256=9qO0HFI6F9hx1wVEUDl8Jy6yoCUd9zbtv-Z0Re4dsiw,2934
6118
6063
  awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
6119
- awscli-1.42.59.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6120
- awscli-1.42.59.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6121
- awscli-1.42.59.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6122
- awscli-1.42.59.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6123
- awscli-1.42.59.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6124
- awscli-1.42.59.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6125
- awscli-1.42.59.dist-info/METADATA,sha256=WEHMXVzCMRr5GKBmEHG0KdHvghP2Vrh_6W0XboYzbuQ,11201
6126
- awscli-1.42.59.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6127
- awscli-1.42.59.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6128
- awscli-1.42.59.dist-info/RECORD,,
6064
+ awscli-1.42.61.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6065
+ awscli-1.42.61.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6066
+ awscli-1.42.61.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6067
+ awscli-1.42.61.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6068
+ awscli-1.42.61.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6069
+ awscli-1.42.61.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6070
+ awscli-1.42.61.dist-info/METADATA,sha256=LplH9TisoRHW6uq23Isl0VnoTlp8gSu52cS4HAekM9A,11201
6071
+ awscli-1.42.61.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6072
+ awscli-1.42.61.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6073
+ awscli-1.42.61.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- **To cancel a journal stream**
2
-
3
- The following ``cancel-journal-kinesis-stream`` example cancels the specified journal stream from a ledger. ::
4
-
5
- aws qldb cancel-journal-kinesis-stream \
6
- --ledger-name myExampleLedger \
7
- --stream-id 7ISCkqwe4y25YyHLzYUFAf
8
-
9
- Output::
10
-
11
- {
12
- "StreamId": "7ISCkqwe4y25YyHLzYUFAf"
13
- }
14
-
15
- For more information, see `Streaming journal data from Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/streams.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,43 +0,0 @@
1
- **Example 1: To create a ledger with default properties**
2
-
3
- The following ``create-ledger`` example creates a ledger with the name ``myExampleLedger`` and the permissions mode ``STANDARD``. The optional parameters for deletion protection and AWS KMS key are not specified, so they default to ``true`` and an AWS owned KMS key respectively. ::
4
-
5
- aws qldb create-ledger \
6
- --name myExampleLedger \
7
- --permissions-mode STANDARD
8
-
9
- Output::
10
-
11
- {
12
- "State": "CREATING",
13
- "Arn": "arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger",
14
- "DeletionProtection": true,
15
- "CreationDateTime": 1568839243.951,
16
- "Name": "myExampleLedger",
17
- "PermissionsMode": "STANDARD"
18
- }
19
-
20
- **Example 2: To create a ledger with deletion protection disabled, a customer managed KMS key, and specified tags**
21
-
22
- The following ``create-ledger`` example creates a ledger with the name ``myExampleLedger2`` and the permissions mode ``STANDARD``. The deletion protection feature is disabled, the specified customer managed KMS key is used for encryption at rest, and the specified tags are attached to the resource. ::
23
-
24
- aws qldb create-ledger \
25
- --name myExampleLedger2 \
26
- --permissions-mode STANDARD \
27
- --no-deletion-protection \
28
- --kms-key arn:aws:kms:us-west-2:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 \
29
- --tags IsTest=true,Domain=Test
30
-
31
- Output::
32
-
33
- {
34
- "Arn": "arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger2",
35
- "DeletionProtection": false,
36
- "CreationDateTime": 1568839543.557,
37
- "State": "CREATING",
38
- "Name": "myExampleLedger2",
39
- "PermissionsMode": "STANDARD",
40
- "KmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
41
- }
42
-
43
- For more information, see `Basic Operations for Amazon QLDB Ledgers <https://docs.aws.amazon.com/qldb/latest/developerguide/ledger-management.basics.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,10 +0,0 @@
1
- **To delete a ledger**
2
-
3
- The following ``delete-ledger`` example deletes the specified ledger. ::
4
-
5
- aws qldb delete-ledger \
6
- --name myExampleLedger
7
-
8
- This command produces no output.
9
-
10
- For more information, see `Basic Operations for Amazon QLDB Ledgers <https://docs.aws.amazon.com/qldb/latest/developerguide/ledger-management.basics.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,29 +0,0 @@
1
- **To describe a journal stream**
2
-
3
- The following ``describe-journal-kinesis-stream`` example displays the details for the specified journal stream from a ledger. ::
4
-
5
- aws qldb describe-journal-kinesis-stream \
6
- --ledger-name myExampleLedger \
7
- --stream-id 7ISCkqwe4y25YyHLzYUFAf
8
-
9
- Output::
10
-
11
- {
12
- "Stream": {
13
- "LedgerName": "myExampleLedger",
14
- "CreationTime": 1591221984.677,
15
- "InclusiveStartTime": 1590710400.0,
16
- "ExclusiveEndTime": 1590796799.0,
17
- "RoleArn": "arn:aws:iam::123456789012:role/my-kinesis-stream-role",
18
- "StreamId": "7ISCkqwe4y25YyHLzYUFAf",
19
- "Arn": "arn:aws:qldb:us-east-1:123456789012:stream/myExampleLedger/7ISCkqwe4y25YyHLzYUFAf",
20
- "Status": "ACTIVE",
21
- "KinesisConfiguration": {
22
- "StreamArn": "arn:aws:kinesis:us-east-1:123456789012:stream/stream-for-qldb",
23
- "AggregationEnabled": true
24
- },
25
- "StreamName": "myExampleLedger-stream"
26
- }
27
- }
28
-
29
- For more information, see `Streaming journal data from Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/streams.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,30 +0,0 @@
1
- **To describe a journal export job**
2
-
3
- The following ``describe-journal-s3-export`` example displays the details for the specified export job from a ledger. ::
4
-
5
- aws qldb describe-journal-s3-export \
6
- --name myExampleLedger \
7
- --export-id ADR2ONPKN5LINYGb4dp7yZ
8
-
9
- Output::
10
-
11
- {
12
- "ExportDescription": {
13
- "S3ExportConfiguration": {
14
- "Bucket": "amzn-s3-demo-bucket",
15
- "Prefix": "ledgerexport1/",
16
- "EncryptionConfiguration": {
17
- "ObjectEncryptionType": "SSE_S3"
18
- }
19
- },
20
- "RoleArn": "arn:aws:iam::123456789012:role/my-s3-export-role",
21
- "Status": "COMPLETED",
22
- "ExportCreationTime": 1568847801.418,
23
- "InclusiveStartTime": 1568764800.0,
24
- "ExclusiveEndTime": 1568847599.0,
25
- "LedgerName": "myExampleLedger",
26
- "ExportId": "ADR2ONPKN5LINYGb4dp7yZ"
27
- }
28
- }
29
-
30
- For more information, see `Exporting Your Journal in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/export-journal.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,23 +0,0 @@
1
- **To describe a ledger**
2
-
3
- The following ``describe-ledger`` example displays the details for the specified ledger. ::
4
-
5
- aws qldb describe-ledger \
6
- --name myExampleLedger
7
-
8
- Output::
9
-
10
- {
11
- "CreationDateTime": 1568839243.951,
12
- "Arn": "arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger",
13
- "State": "ACTIVE",
14
- "Name": "myExampleLedger",
15
- "DeletionProtection": true,
16
- "PermissionsMode": "STANDARD",
17
- "EncryptionDescription": {
18
- "KmsKeyArn": "arn:aws:kms:us-west-2:123456789012:key/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
19
- "EncryptionStatus": "ENABLED"
20
- }
21
- }
22
-
23
- For more information, see `Basic Operations for Amazon QLDB Ledgers <https://docs.aws.amazon.com/qldb/latest/developerguide/ledger-management.basics.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,28 +0,0 @@
1
- **To export journal blocks to S3**
2
-
3
- The following ``export-journal-to-s3`` example creates an export job for journal blocks within a specified date and time range from a ledger with the name ``myExampleLedger``. The export job writes the blocks into a specified Amazon S3 bucket. ::
4
-
5
- aws qldb export-journal-to-s3 \
6
- --name myExampleLedger \
7
- --inclusive-start-time 2019-09-18T00:00:00Z \
8
- --exclusive-end-time 2019-09-18T22:59:59Z \
9
- --role-arn arn:aws:iam::123456789012:role/my-s3-export-role \
10
- --s3-export-configuration file://my-s3-export-config.json
11
-
12
- Contents of ``my-s3-export-config.json``::
13
-
14
- {
15
- "Bucket": "amzn-s3-demo-bucket",
16
- "Prefix": "ledgerexport1/",
17
- "EncryptionConfiguration": {
18
- "ObjectEncryptionType": "SSE_S3"
19
- }
20
- }
21
-
22
- Output::
23
-
24
- {
25
- "ExportId": "ADR2ONPKN5LINYGb4dp7yZ"
26
- }
27
-
28
- For more information, see `Exporting Your Journal in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/export-journal.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,55 +0,0 @@
1
- **Example 1: To get a journal block and proof for verification using input files**
2
-
3
- The following ``get-block`` example requests a block data object and a proof from the specified ledger. The request is for a specified digest tip address and block address. ::
4
-
5
- aws qldb get-block \
6
- --name vehicle-registration \
7
- --block-address file://myblockaddress.json \
8
- --digest-tip-address file://mydigesttipaddress.json
9
-
10
- Contents of ``myblockaddress.json``::
11
-
12
- {
13
- "IonText": "{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100}"
14
- }
15
-
16
- Contents of ``mydigesttipaddress.json``::
17
-
18
- {
19
- "IonText": "{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:123}"
20
- }
21
-
22
- Output::
23
-
24
- {
25
- "Block": {
26
- "IonText": "{blockAddress:{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100},transactionId:\"FnQeJBAicTX0Ah32ZnVtSX\",blockTimestamp:2019-09-16T19:37:05.360Z,blockHash:{{NoChM92yKRuJAb/jeLd1VnYn4DHiWIf071ACfic9uHc=}},entriesHash:{{l05LOsiKV14SDbuaYnH7uwXzUvqzIwUiRLXGbTyj/nY=}},previousBlockHash:{{7kewBXhpdbClcZKxhVmpoMHpUGOJtWQD0iY2LPfZkYA=}},entriesHashList:[{{eRSwnmAM7WWANWDd5iGOyK+T4tDXyzUq6HZ/0fgLHos=}},{{mHVex/yjHAWjFPpwhBuH2GKXmKJjK2FBa9faqoUVNtg=}},{{y5cCBr7pOAIUfsVQ1j0TqtE97b4b4oo1R0vnYyE5wWM=}},{{TvTXygML1bMe6NvEZtGkX+KR+W/EJl4qD1mmV77KZQg=}}],transactionInfo:{statements:[{statement:\"FROM VehicleRegistration AS r \\nWHERE r.VIN = '1N4AL11D75C109151'\\nINSERT INTO r.Owners.SecondaryOwners\\n VALUE { 'PersonId' : 'CMVdR77XP8zAglmmFDGTvt' }\",startTime:2019-09-16T19:37:05.302Z,statementDigest:{{jcgPX2vsOJ0waum4qmDYtn1pCAT9xKNIzA+2k4R+mxA=}}}],documents:{JUJgkIcNbhS2goq8RqLuZ4:{tableName:\"VehicleRegistration\",tableId:\"BFJKdXgzt9oF4wjMbuxy4G\",statements:[0]}}},revisions:[{blockAddress:{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100},hash:{{mHVex/yjHAWjFPpwhBuH2GKXmKJjK2FBa9faqoUVNtg=}},data:{VIN:\"1N4AL11D75C109151\",LicensePlateNumber:\"LEWISR261LL\",State:\"WA\",PendingPenaltyTicketAmount:90.25,ValidFromDate:2017-08-21,ValidToDate:2020-05-11,Owners:{PrimaryOwner:{PersonId:\"BFJKdXhnLRT27sXBnojNGW\"},SecondaryOwners:[{PersonId:\"CMVdR77XP8zAglmmFDGTvt\"}]},City:\"Everett\"},metadata:{id:\"JUJgkIcNbhS2goq8RqLuZ4\",version:3,txTime:2019-09-16T19:37:05.344Z,txId:\"FnQeJBAicTX0Ah32ZnVtSX\"}}]}"
27
- },
28
- "Proof": {
29
- "IonText": "[{{l3+EXs69K1+rehlqyWLkt+oHDlw4Zi9pCLW/t/mgTPM=}},{{48CXG3ehPqsxCYd34EEa8Fso0ORpWWAO8010RJKf3Do=}},{{9UnwnKSQT0i3ge1JMVa+tMIqCEDaOPTkWxmyHSn8UPQ=}},{{3nW6Vryghk+7pd6wFCtLufgPM6qXHyTNeCb1sCwcDaI=}},{{Irb5fNhBrNEQ1VPhzlnGT/ZQPadSmgfdtMYcwkNOxoI=}},{{+3CWpYG/ytf/vq9GidpzSx6JJiLXt1hMQWNnqOy3jfY=}},{{NPx6cRhwsiy5m9UEWS5JTJrZoUdO2jBOAAOmyZAT+qE=}}]"
30
- }
31
- }
32
-
33
- For more information, see `Data Verification in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/verification.html>`__ in the *Amazon QLDB Developer Guide*.
34
-
35
- **Example 2: To get a journal block and proof for verification using shorthand syntax**
36
-
37
- The following ``get-block`` example requests a block data object and a proof from the specified ledger using shorthand syntax. The request is for a specified digest tip address and block address. ::
38
-
39
- aws qldb get-block \
40
- --name vehicle-registration \
41
- --block-address 'IonText="{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100}"' \
42
- --digest-tip-address 'IonText="{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:123}"'
43
-
44
- Output::
45
-
46
- {
47
- "Block": {
48
- "IonText": "{blockAddress:{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100},transactionId:\"FnQeJBAicTX0Ah32ZnVtSX\",blockTimestamp:2019-09-16T19:37:05.360Z,blockHash:{{NoChM92yKRuJAb/jeLd1VnYn4DHiWIf071ACfic9uHc=}},entriesHash:{{l05LOsiKV14SDbuaYnH7uwXzUvqzIwUiRLXGbTyj/nY=}},previousBlockHash:{{7kewBXhpdbClcZKxhVmpoMHpUGOJtWQD0iY2LPfZkYA=}},entriesHashList:[{{eRSwnmAM7WWANWDd5iGOyK+T4tDXyzUq6HZ/0fgLHos=}},{{mHVex/yjHAWjFPpwhBuH2GKXmKJjK2FBa9faqoUVNtg=}},{{y5cCBr7pOAIUfsVQ1j0TqtE97b4b4oo1R0vnYyE5wWM=}},{{TvTXygML1bMe6NvEZtGkX+KR+W/EJl4qD1mmV77KZQg=}}],transactionInfo:{statements:[{statement:\"FROM VehicleRegistration AS r \\nWHERE r.VIN = '1N4AL11D75C109151'\\nINSERT INTO r.Owners.SecondaryOwners\\n VALUE { 'PersonId' : 'CMVdR77XP8zAglmmFDGTvt' }\",startTime:2019-09-16T19:37:05.302Z,statementDigest:{{jcgPX2vsOJ0waum4qmDYtn1pCAT9xKNIzA+2k4R+mxA=}}}],documents:{JUJgkIcNbhS2goq8RqLuZ4:{tableName:\"VehicleRegistration\",tableId:\"BFJKdXgzt9oF4wjMbuxy4G\",statements:[0]}}},revisions:[{blockAddress:{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100},hash:{{mHVex/yjHAWjFPpwhBuH2GKXmKJjK2FBa9faqoUVNtg=}},data:{VIN:\"1N4AL11D75C109151\",LicensePlateNumber:\"LEWISR261LL\",State:\"WA\",PendingPenaltyTicketAmount:90.25,ValidFromDate:2017-08-21,ValidToDate:2020-05-11,Owners:{PrimaryOwner:{PersonId:\"BFJKdXhnLRT27sXBnojNGW\"},SecondaryOwners:[{PersonId:\"CMVdR77XP8zAglmmFDGTvt\"}]},City:\"Everett\"},metadata:{id:\"JUJgkIcNbhS2goq8RqLuZ4\",version:3,txTime:2019-09-16T19:37:05.344Z,txId:\"FnQeJBAicTX0Ah32ZnVtSX\"}}]}"
49
- },
50
- "Proof": {
51
- "IonText": "[{{l3+EXs69K1+rehlqyWLkt+oHDlw4Zi9pCLW/t/mgTPM=}},{{48CXG3ehPqsxCYd34EEa8Fso0ORpWWAO8010RJKf3Do=}},{{9UnwnKSQT0i3ge1JMVa+tMIqCEDaOPTkWxmyHSn8UPQ=}},{{3nW6Vryghk+7pd6wFCtLufgPM6qXHyTNeCb1sCwcDaI=}},{{Irb5fNhBrNEQ1VPhzlnGT/ZQPadSmgfdtMYcwkNOxoI=}},{{+3CWpYG/ytf/vq9GidpzSx6JJiLXt1hMQWNnqOy3jfY=}},{{NPx6cRhwsiy5m9UEWS5JTJrZoUdO2jBOAAOmyZAT+qE=}}]"
52
- }
53
- }
54
-
55
- For more information, see `Data Verification in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/verification.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,17 +0,0 @@
1
- **To get a digest for a ledger**
2
-
3
- The following ``get-digest`` example requests a digest from the specified ledger at the latest committed block in the journal. ::
4
-
5
- aws qldb get-digest \
6
- --name vehicle-registration
7
-
8
- Output::
9
-
10
- {
11
- "Digest": "6m6BMXobbJKpMhahwVthAEsN6awgnHK62Qq5McGP1Gk=",
12
- "DigestTipAddress": {
13
- "IonText": "{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:123}"
14
- }
15
- }
16
-
17
- For more information, see `Data Verification in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/verification.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,57 +0,0 @@
1
- **Example 1: To get a document revision and proof for verification using input files**
2
-
3
- The following ``get-revision`` example requests a revision data object and a proof from the specified ledger. The request is for a specified digest tip address, document ID, and block address of the revision. ::
4
-
5
- aws qldb get-revision \
6
- --name vehicle-registration \
7
- --block-address file://myblockaddress.json \
8
- --document-id JUJgkIcNbhS2goq8RqLuZ4 \
9
- --digest-tip-address file://mydigesttipaddress.json
10
-
11
- Contents of ``myblockaddress.json``::
12
-
13
- {
14
- "IonText": "{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100}"
15
- }
16
-
17
- Contents of ``mydigesttipaddress.json``::
18
-
19
- {
20
- "IonText": "{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:123}"
21
- }
22
-
23
- Output::
24
-
25
- {
26
- "Revision": {
27
- "IonText": "{blockAddress:{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100},hash:{{mHVex/yjHAWjFPpwhBuH2GKXmKJjK2FBa9faqoUVNtg=}},data:{VIN:\"1N4AL11D75C109151\",LicensePlateNumber:\"LEWISR261LL\",State:\"WA\",PendingPenaltyTicketAmount:90.25,ValidFromDate:2017-08-21,ValidToDate:2020-05-11,Owners:{PrimaryOwner:{PersonId:\"BFJKdXhnLRT27sXBnojNGW\"},SecondaryOwners:[{PersonId:\"CMVdR77XP8zAglmmFDGTvt\"}]},City:\"Everett\"},metadata:{id:\"JUJgkIcNbhS2goq8RqLuZ4\",version:3,txTime:2019-09-16T19:37:05.344Z,txId:\"FnQeJBAicTX0Ah32ZnVtSX\"}}"
28
- },
29
- "Proof": {
30
- "IonText": "[{{eRSwnmAM7WWANWDd5iGOyK+T4tDXyzUq6HZ/0fgLHos=}},{{VV1rdaNuf+yJZVGlmsM6gr2T52QvBO8Lg+KgpjcnWAU=}},{{7kewBXhpdbClcZKxhVmpoMHpUGOJtWQD0iY2LPfZkYA=}},{{l3+EXs69K1+rehlqyWLkt+oHDlw4Zi9pCLW/t/mgTPM=}},{{48CXG3ehPqsxCYd34EEa8Fso0ORpWWAO8010RJKf3Do=}},{{9UnwnKSQT0i3ge1JMVa+tMIqCEDaOPTkWxmyHSn8UPQ=}},{{3nW6Vryghk+7pd6wFCtLufgPM6qXHyTNeCb1sCwcDaI=}},{{Irb5fNhBrNEQ1VPhzlnGT/ZQPadSmgfdtMYcwkNOxoI=}},{{+3CWpYG/ytf/vq9GidpzSx6JJiLXt1hMQWNnqOy3jfY=}},{{NPx6cRhwsiy5m9UEWS5JTJrZoUdO2jBOAAOmyZAT+qE=}}]"
31
- }
32
- }
33
-
34
- For more information, see `Data Verification in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/verification.html>`__ in the *Amazon QLDB Developer Guide*.
35
-
36
- **Example 2: To get a document revision and proof for verification using shorthand syntax**
37
-
38
- The following ``get-revision`` example requests a revision data object and a proof from the specified ledger using shorthand syntax. The request is for a specified digest tip address, document ID, and block address of the revision. ::
39
-
40
- aws qldb get-revision \
41
- --name vehicle-registration \
42
- --block-address 'IonText="{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100}"' \
43
- --document-id JUJgkIcNbhS2goq8RqLuZ4 \
44
- --digest-tip-address 'IonText="{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:123}"'
45
-
46
- Output::
47
-
48
- {
49
- "Revision": {
50
- "IonText": "{blockAddress:{strandId:\"KmA3ZZca7vAIiJAK9S5Iwl\",sequenceNo:100},hash:{{mHVex/yjHAWjFPpwhBuH2GKXmKJjK2FBa9faqoUVNtg=}},data:{VIN:\"1N4AL11D75C109151\",LicensePlateNumber:\"LEWISR261LL\",State:\"WA\",PendingPenaltyTicketAmount:90.25,ValidFromDate:2017-08-21,ValidToDate:2020-05-11,Owners:{PrimaryOwner:{PersonId:\"BFJKdXhnLRT27sXBnojNGW\"},SecondaryOwners:[{PersonId:\"CMVdR77XP8zAglmmFDGTvt\"}]},City:\"Everett\"},metadata:{id:\"JUJgkIcNbhS2goq8RqLuZ4\",version:3,txTime:2019-09-16T19:37:05.344Z,txId:\"FnQeJBAicTX0Ah32ZnVtSX\"}}"
51
- },
52
- "Proof": {
53
- "IonText": "[{{eRSwnmAM7WWANWDd5iGOyK+T4tDXyzUq6HZ/0fgLHos=}},{{VV1rdaNuf+yJZVGlmsM6gr2T52QvBO8Lg+KgpjcnWAU=}},{{7kewBXhpdbClcZKxhVmpoMHpUGOJtWQD0iY2LPfZkYA=}},{{l3+EXs69K1+rehlqyWLkt+oHDlw4Zi9pCLW/t/mgTPM=}},{{48CXG3ehPqsxCYd34EEa8Fso0ORpWWAO8010RJKf3Do=}},{{9UnwnKSQT0i3ge1JMVa+tMIqCEDaOPTkWxmyHSn8UPQ=}},{{3nW6Vryghk+7pd6wFCtLufgPM6qXHyTNeCb1sCwcDaI=}},{{Irb5fNhBrNEQ1VPhzlnGT/ZQPadSmgfdtMYcwkNOxoI=}},{{+3CWpYG/ytf/vq9GidpzSx6JJiLXt1hMQWNnqOy3jfY=}},{{NPx6cRhwsiy5m9UEWS5JTJrZoUdO2jBOAAOmyZAT+qE=}}]"
54
- }
55
- }
56
-
57
- For more information, see `Data Verification in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/verification.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,30 +0,0 @@
1
- **To list journal streams for a ledger**
2
-
3
- The following ``list-journal-kinesis-streams-for-ledger`` example lists journal streams for the specified ledger. ::
4
-
5
- aws qldb list-journal-kinesis-streams-for-ledger \
6
- --ledger-name myExampleLedger
7
-
8
- Output::
9
-
10
- {
11
- "Streams": [
12
- {
13
- "LedgerName": "myExampleLedger",
14
- "CreationTime": 1591221984.677,
15
- "InclusiveStartTime": 1590710400.0,
16
- "ExclusiveEndTime": 1590796799.0,
17
- "RoleArn": "arn:aws:iam::123456789012:role/my-kinesis-stream-role",
18
- "StreamId": "7ISCkqwe4y25YyHLzYUFAf",
19
- "Arn": "arn:aws:qldb:us-east-1:123456789012:stream/myExampleLedger/7ISCkqwe4y25YyHLzYUFAf",
20
- "Status": "ACTIVE",
21
- "KinesisConfiguration": {
22
- "StreamArn": "arn:aws:kinesis:us-east-1:123456789012:stream/stream-for-qldb",
23
- "AggregationEnabled": true
24
- },
25
- "StreamName": "myExampleLedger-stream"
26
- }
27
- ]
28
- }
29
-
30
- For more information, see `Streaming journal data from Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/streams.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,31 +0,0 @@
1
- **To list journal export jobs for a ledger**
2
-
3
- The following ``list-journal-s3-exports-for-ledger`` example lists journal export jobs for the specified ledger. ::
4
-
5
- aws qldb list-journal-s3-exports-for-ledger \
6
- --name myExampleLedger
7
-
8
- Output::
9
-
10
- {
11
- "JournalS3Exports": [
12
- {
13
- "LedgerName": "myExampleLedger",
14
- "ExclusiveEndTime": 1568847599.0,
15
- "ExportCreationTime": 1568847801.418,
16
- "S3ExportConfiguration": {
17
- "Bucket": "amzn-s3-demo-bucket",
18
- "Prefix": "ledgerexport1/",
19
- "EncryptionConfiguration": {
20
- "ObjectEncryptionType": "SSE_S3"
21
- }
22
- },
23
- "ExportId": "ADR2ONPKN5LINYGb4dp7yZ",
24
- "RoleArn": "arn:aws:iam::123456789012:role/qldb-s3-export",
25
- "InclusiveStartTime": 1568764800.0,
26
- "Status": "IN_PROGRESS"
27
- }
28
- ]
29
- }
30
-
31
- For more information, see `Exporting Your Journal in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/export-journal.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,46 +0,0 @@
1
- **To list journal export jobs**
2
-
3
- The following ``list-journal-s3-exports`` example lists journal export jobs for all ledgers that are associated with the current AWS account and Region. ::
4
-
5
- aws qldb list-journal-s3-exports
6
-
7
- Output::
8
-
9
- {
10
- "JournalS3Exports": [
11
- {
12
- "Status": "IN_PROGRESS",
13
- "LedgerName": "myExampleLedger",
14
- "S3ExportConfiguration": {
15
- "EncryptionConfiguration": {
16
- "ObjectEncryptionType": "SSE_S3"
17
- },
18
- "Bucket": "amzn-s3-demo-bucket",
19
- "Prefix": "ledgerexport1/"
20
- },
21
- "RoleArn": "arn:aws:iam::123456789012:role/my-s3-export-role",
22
- "ExportCreationTime": 1568847801.418,
23
- "ExportId": "ADR2ONPKN5LINYGb4dp7yZ",
24
- "InclusiveStartTime": 1568764800.0,
25
- "ExclusiveEndTime": 1568847599.0
26
- },
27
- {
28
- "Status": "COMPLETED",
29
- "LedgerName": "myExampleLedger2",
30
- "S3ExportConfiguration": {
31
- "EncryptionConfiguration": {
32
- "ObjectEncryptionType": "SSE_S3"
33
- },
34
- "Bucket": "amzn-s3-demo-bucket",
35
- "Prefix": "ledgerexport1/"
36
- },
37
- "RoleArn": "arn:aws:iam::123456789012:role/my-s3-export-role",
38
- "ExportCreationTime": 1568846847.638,
39
- "ExportId": "2pdvW8UQrjBAiYTMehEJDI",
40
- "InclusiveStartTime": 1568592000.0,
41
- "ExclusiveEndTime": 1568764800.0
42
- }
43
- ]
44
- }
45
-
46
- For more information, see `Exporting Your Journal in Amazon QLDB <https://docs.aws.amazon.com/qldb/latest/developerguide/export-journal.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,24 +0,0 @@
1
- **To list your available ledgers**
2
-
3
- The following ``list-ledgers`` example lists all ledgers that are associated with the current AWS account and Region. ::
4
-
5
- aws qldb list-ledgers
6
-
7
- Output::
8
-
9
- {
10
- "Ledgers": [
11
- {
12
- "State": "ACTIVE",
13
- "CreationDateTime": 1568839243.951,
14
- "Name": "myExampleLedger"
15
- },
16
- {
17
- "State": "ACTIVE",
18
- "CreationDateTime": 1568839543.557,
19
- "Name": "myExampleLedger2"
20
- }
21
- ]
22
- }
23
-
24
- For more information, see `Basic Operations for Amazon QLDB Ledgers <https://docs.aws.amazon.com/qldb/latest/developerguide/ledger-management.basics.html>`__ in the *Amazon QLDB Developer Guide*.
@@ -1,17 +0,0 @@
1
- **To list the tags attached to a ledger**
2
-
3
- The following ``list-tags-for-resource`` example lists all tags attached to the specified ledger. ::
4
-
5
- aws qldb list-tags-for-resource \
6
- --resource-arn arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger
7
-
8
- Output::
9
-
10
- {
11
- "Tags": {
12
- "IsTest": "true",
13
- "Domain": "Test"
14
- }
15
- }
16
-
17
- For more information, see `Tagging Amazon QLDB Resources <https://docs.aws.amazon.com/qldb/latest/developerguide/tagging.html>`__ in the *Amazon QLDB Developer Guide*.