awscli 1.44.6__py3-none-any.whl → 1.44.8__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.
Files changed (28) hide show
  1. awscli/__init__.py +1 -1
  2. awscli/customizations/argrename.py +0 -1
  3. {awscli-1.44.6.dist-info → awscli-1.44.8.dist-info}/METADATA +2 -2
  4. {awscli-1.44.6.dist-info → awscli-1.44.8.dist-info}/RECORD +12 -28
  5. awscli/examples/elastictranscoder/cancel-job.rst +0 -8
  6. awscli/examples/elastictranscoder/create-job.rst +0 -94
  7. awscli/examples/elastictranscoder/create-pipeline.rst +0 -94
  8. awscli/examples/elastictranscoder/create-preset.rst +0 -141
  9. awscli/examples/elastictranscoder/delete-pipeline.rst +0 -13
  10. awscli/examples/elastictranscoder/delete-preset.rst +0 -8
  11. awscli/examples/elastictranscoder/list-jobs-by-pipeline.rst +0 -13
  12. awscli/examples/elastictranscoder/list-jobs-by-status.rst +0 -14
  13. awscli/examples/elastictranscoder/list-pipelines.rst +0 -84
  14. awscli/examples/elastictranscoder/list-presets.rst +0 -95
  15. awscli/examples/elastictranscoder/read-job.rst +0 -65
  16. awscli/examples/elastictranscoder/read-pipeline.rst +0 -59
  17. awscli/examples/elastictranscoder/read-preset.rst +0 -100
  18. awscli/examples/elastictranscoder/update-pipeline-notifications.rst +0 -52
  19. awscli/examples/elastictranscoder/update-pipeline-status.rst +0 -53
  20. awscli/examples/elastictranscoder/update-pipeline.rst +0 -95
  21. {awscli-1.44.6.data → awscli-1.44.8.data}/scripts/aws +0 -0
  22. {awscli-1.44.6.data → awscli-1.44.8.data}/scripts/aws.cmd +0 -0
  23. {awscli-1.44.6.data → awscli-1.44.8.data}/scripts/aws_bash_completer +0 -0
  24. {awscli-1.44.6.data → awscli-1.44.8.data}/scripts/aws_completer +0 -0
  25. {awscli-1.44.6.data → awscli-1.44.8.data}/scripts/aws_zsh_completer.sh +0 -0
  26. {awscli-1.44.6.dist-info → awscli-1.44.8.dist-info}/LICENSE.txt +0 -0
  27. {awscli-1.44.6.dist-info → awscli-1.44.8.dist-info}/WHEEL +0 -0
  28. {awscli-1.44.6.dist-info → awscli-1.44.8.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.44.6'
21
+ __version__ = '1.44.8'
22
22
 
23
23
  #
24
24
  # Get our data path to be added to botocore's search path
@@ -26,7 +26,6 @@ ARGUMENT_RENAMES = {
26
26
  'ec2.create-image.no-no-reboot': 'reboot',
27
27
  'ec2.*.no-egress': 'ingress',
28
28
  'ec2.*.no-disable-api-termination': 'enable-api-termination',
29
- 'elastictranscoder.*.output': 'job-output',
30
29
  'swf.register-activity-type.version': 'activity-version',
31
30
  'swf.register-workflow-type.version': 'workflow-version',
32
31
  'datapipeline.*.query': 'objects-query',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: awscli
3
- Version: 1.44.6
3
+ Version: 1.44.8
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.42.16)
27
+ Requires-Dist: botocore (==1.42.18)
28
28
  Requires-Dist: docutils (<=0.19,>=0.18.1)
29
29
  Requires-Dist: s3transfer (<0.17.0,>=0.16.0)
30
30
  Requires-Dist: PyYAML (<6.1,>=3.10)
@@ -1,4 +1,4 @@
1
- awscli/__init__.py,sha256=iI_tnA334N5qzaLdzCYonWGIc8riH7QF4p3ONRh3gfQ,1533
1
+ awscli/__init__.py,sha256=-i5H5TPmvjekxz8W7AMZu2yWR5TEZYaBDVVnaKr9dDo,1533
2
2
  awscli/__main__.py,sha256=iBjOg0tBxNlhzTi_tyc1G0SMGBvHMVvBJzX3JqYaooY,662
3
3
  awscli/alias.py,sha256=gB5jGInOl97UbgwGuKCjR_a_VudK0lAV1W6U_zeetZA,11348
4
4
  awscli/argparser.py,sha256=3Pxx-vWytdV985Y6MIl9DeutUXyehIvACIs_PDby8GI,7650
@@ -30,7 +30,7 @@ awscli/bcdoc/style.py,sha256=Zf7DB_WSQgfseH3mnXMqKkE0Q8eC_iNYw3w_Pkx63os,11833
30
30
  awscli/bcdoc/textwriter.py,sha256=z6WyK2qm-f4xWFZhcAc_Dori_XrrSsIdkkITQ61De_w,20611
31
31
  awscli/customizations/__init__.py,sha256=enP4McjXiSlxQrYPyUcOvpUtzy5Q2p6o9M6ydJPkbD0,1484
32
32
  awscli/customizations/addexamples.py,sha256=uxW_EhG5eoMMVujdBiW_C7FWoMANW1Asgmb1iNredMc,2733
33
- awscli/customizations/argrename.py,sha256=oOvvE7mzhPn2rKe6HRztfaJ4t7t_2mwKB9zIETMjnQg,9485
33
+ awscli/customizations/argrename.py,sha256=tmTlMbzx6M13fpSCLIHdlos-d_SJgbpAxxGCoZwmsVw,9437
34
34
  awscli/customizations/arguments.py,sha256=-0uzhdTqrow2DxR_QH10hdthG7fkb5_IzlpYd49PMjI,8338
35
35
  awscli/customizations/assumerole.py,sha256=FUCgT_om8pao6QQyweTpI3sQ-5PPv4TvBUcPBebnAz4,1851
36
36
  awscli/customizations/awslambda.py,sha256=JeVW9IVSmFLSwzc7yuf3crFwAl1UZcdEq4jwypLJ5-o,5978
@@ -2673,22 +2673,6 @@ awscli/examples/elasticbeanstalk/update-application.rst,sha256=M4FneRgiO7RARFq1Y
2673
2673
  awscli/examples/elasticbeanstalk/update-configuration-template.rst,sha256=egEL1qkCNdmsDDg0LTWegAYznbmueYYv6yXqwHZHFVM,915
2674
2674
  awscli/examples/elasticbeanstalk/update-environment.rst,sha256=3eW7n0yXj293F1oSxe-nQnk2Yk8hlwcHeRGi7BsBMcw,3234
2675
2675
  awscli/examples/elasticbeanstalk/validate-configuration-settings.rst,sha256=D60aCAASQYfdZ_2dpXRA03w-rv4cuuI9AkxRwvL5nJ4,2712
2676
- awscli/examples/elastictranscoder/cancel-job.rst,sha256=fMBARxcV0Mc4lz_QsHTYhX8t3KR1WnYU-i0xs7Jwe4s,171
2677
- awscli/examples/elastictranscoder/create-job.rst,sha256=N4ZQhdqC1xGkWExlXSW4wOYTNzYgaH9wH8mY9fC_yRc,2726
2678
- awscli/examples/elastictranscoder/create-pipeline.rst,sha256=DQYU-NLRgeqv0rh2SXMCWlqcmVOUn5OJzosEkXNAy0k,3376
2679
- awscli/examples/elastictranscoder/create-preset.rst,sha256=BmB2nZlhgXOK8ueeGO2wWmvacD6JiutJLs_MzlxoVkw,4213
2680
- awscli/examples/elastictranscoder/delete-pipeline.rst,sha256=XD4Xi62iQ6lhfz87J243MlDPshv3cC4FHS2szxkcdGM,229
2681
- awscli/examples/elastictranscoder/delete-preset.rst,sha256=TQlpR5uBw9aawEo4FXTysR3Qs9Zni_dja1QDNQNVaPc,184
2682
- awscli/examples/elastictranscoder/list-jobs-by-pipeline.rst,sha256=Hpy0i_AMPi1rAA6NNYCoOFLHXx8REWwEZcb48d50hJc,284
2683
- awscli/examples/elastictranscoder/list-jobs-by-status.rst,sha256=gNeJwMWPjVUu2fxTdf_WhWMoIlOpbLcy6QNU-oW1njg,268
2684
- awscli/examples/elastictranscoder/list-pipelines.rst,sha256=Pd-CL7aYRL312PvZ_GKsi8ooXV9yPb1p8RadVugRQiE,2791
2685
- awscli/examples/elastictranscoder/list-presets.rst,sha256=ZPA7DIg1bxdAbex6CUZC6lnNLzakwH6uZgf0Wx3IVm0,3045
2686
- awscli/examples/elastictranscoder/read-job.rst,sha256=M4mn88TFPO9kvaw-WsEyWU4QX12vxkIDWFt-upEeoHA,1824
2687
- awscli/examples/elastictranscoder/read-pipeline.rst,sha256=_vtMC9ftR3NZLPGNyAUQVXNsnRUw8IxvmeopsVujXu0,1940
2688
- awscli/examples/elastictranscoder/read-preset.rst,sha256=_Bl9QbPJsVWiT_SIjfjdLt0dJg8DJp6PByjOHmor_Q4,3396
2689
- awscli/examples/elastictranscoder/update-pipeline-notifications.rst,sha256=jnncwR_DINWhIs7KCso9IofGowRC0m5wBETUYPMrwSs,1949
2690
- awscli/examples/elastictranscoder/update-pipeline-status.rst,sha256=X6cULEW5kOrNht4scSAxsqpTHpuT-wVALTSJPsBWhkY,1579
2691
- awscli/examples/elastictranscoder/update-pipeline.rst,sha256=LfPQQ95myeXupUQANdqSx4QqcBSzD7CXYCPK3Lpk_rQ,3350
2692
2676
  awscli/examples/elb/add-tags.rst,sha256=tumWzjxibL5ANudJo0c6xMq_Yld5Dz6YzAhFr76G8mc,231
2693
2677
  awscli/examples/elb/apply-security-groups-to-load-balancer.rst,sha256=JcnV3scDfmyG2LHMGlrBe_P_TIL22Jf7Xu4A9rKtQY0,356
2694
2678
  awscli/examples/elb/attach-load-balancer-to-subnets.rst,sha256=5PZsGyG-Hqx-6Nwq4iE5caGU24qqxzQPVzVNVZxZPeY,371
@@ -6075,13 +6059,13 @@ awscli/topics/s3-case-insensitivity.rst,sha256=xUI86tyD3QrkS7s_Ry7QnBmnsq8P6QSr6
6075
6059
  awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
6076
6060
  awscli/topics/s3-faq.rst,sha256=9qO0HFI6F9hx1wVEUDl8Jy6yoCUd9zbtv-Z0Re4dsiw,2934
6077
6061
  awscli/topics/topic-tags.json,sha256=wjVD-b-g_XUNYUffoUXyoUy8-ul1___xd2chd1MUv6U,1951
6078
- awscli-1.44.6.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6079
- awscli-1.44.6.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6080
- awscli-1.44.6.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6081
- awscli-1.44.6.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6082
- awscli-1.44.6.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6083
- awscli-1.44.6.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6084
- awscli-1.44.6.dist-info/METADATA,sha256=oxwww5TJ71872YzUSdtHjCEvk2x5X5jkDZyVSTlDKQs,11200
6085
- awscli-1.44.6.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6086
- awscli-1.44.6.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6087
- awscli-1.44.6.dist-info/RECORD,,
6062
+ awscli-1.44.8.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6063
+ awscli-1.44.8.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6064
+ awscli-1.44.8.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6065
+ awscli-1.44.8.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6066
+ awscli-1.44.8.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6067
+ awscli-1.44.8.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6068
+ awscli-1.44.8.dist-info/METADATA,sha256=brTM-JJro4viqZmB3eIWUy4x1rokQusUgQE__NEDQeE,11200
6069
+ awscli-1.44.8.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6070
+ awscli-1.44.8.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6071
+ awscli-1.44.8.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- **To cancel a job for ElasticTranscoder**
2
-
3
- This cancels the specified job for ElasticTranscoder.
4
-
5
- Command::
6
-
7
- aws elastictranscoder cancel-job --id 3333333333333-abcde3
8
-
@@ -1,94 +0,0 @@
1
- **To create a job for ElasticTranscoder**
2
-
3
- The following ``create-job`` example creates a job for ElasticTranscoder. ::
4
-
5
- aws elastictranscoder create-job \
6
- --pipeline-id 1111111111111-abcde1 \
7
- --inputs file://inputs.json \
8
- --outputs file://outputs.json \
9
- --output-key-prefix "recipes/" \
10
- --user-metadata file://user-metadata.json
11
-
12
- Contents of ``inputs.json``::
13
-
14
- [{
15
- "Key":"ETS_example_file.mp4",
16
- "FrameRate":"auto",
17
- "Resolution":"auto",
18
- "AspectRatio":"auto",
19
- "Interlaced":"auto",
20
- "Container":"mp4"
21
- }]
22
-
23
- Contents of outputs.json::
24
-
25
- [
26
- {
27
- "Key":"webm/ETS_example_file-kindlefirehd.webm",
28
- "Rotate":"0",
29
- "PresetId":"1351620000001-100250"
30
- }
31
- ]
32
-
33
- Contents of ``user-metadata.json``::
34
-
35
- {
36
- "Food type":"Italian",
37
- "Cook book":"recipe notebook"
38
- }
39
-
40
- Output::
41
-
42
- {
43
- "Job": {
44
- "Status": "Submitted",
45
- "Inputs": [
46
- {
47
- "Container": "mp4",
48
- "FrameRate": "auto",
49
- "Key": "ETS_example_file.mp4",
50
- "AspectRatio": "auto",
51
- "Resolution": "auto",
52
- "Interlaced": "auto"
53
- }
54
- ],
55
- "Playlists": [],
56
- "Outputs": [
57
- {
58
- "Status": "Submitted",
59
- "Rotate": "0",
60
- "PresetId": "1351620000001-100250",
61
- "Watermarks": [],
62
- "Key": "webm/ETS_example_file-kindlefirehd.webm",
63
- "Id": "1"
64
- }
65
- ],
66
- "PipelineId": "3333333333333-abcde3",
67
- "OutputKeyPrefix": "recipes/",
68
- "UserMetadata": {
69
- "Cook book": "recipe notebook",
70
- "Food type": "Italian"
71
- },
72
- "Output": {
73
- "Status": "Submitted",
74
- "Rotate": "0",
75
- "PresetId": "1351620000001-100250",
76
- "Watermarks": [],
77
- "Key": "webm/ETS_example_file-kindlefirehd.webm",
78
- "Id": "1"
79
- },
80
- "Timing": {
81
- "SubmitTimeMillis": 1533838012298
82
- },
83
- "Input": {
84
- "Container": "mp4",
85
- "FrameRate": "auto",
86
- "Key": "ETS_example_file.mp4",
87
- "AspectRatio": "auto",
88
- "Resolution": "auto",
89
- "Interlaced": "auto"
90
- },
91
- "Id": "1533838012294-example",
92
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:job/1533838012294-example"
93
- }
94
- }
@@ -1,94 +0,0 @@
1
- **To create a pipeline for ElasticTranscoder**
2
-
3
- The following ``create-pipeline`` example creates a pipeline for ElasticTranscoder. ::
4
-
5
- aws elastictranscoder create-pipeline \
6
- --name Default \
7
- --input-bucket salesoffice.example.com-source \
8
- --role arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role \
9
- --notifications Progressing="",Completed="",Warning="",Error=arn:aws:sns:us-east-1:111222333444:ETS_Errors \
10
- --content-config file://content-config.json \
11
- --thumbnail-config file://thumbnail-config.json
12
-
13
- Contents of ``content-config.json``::
14
-
15
- {
16
- "Bucket":"salesoffice.example.com-public-promos",
17
- "Permissions":[
18
- {
19
- "GranteeType":"Email",
20
- "Grantee":"marketing-promos@example.com",
21
- "Access":[
22
- "FullControl"
23
- ]
24
- }
25
- ],
26
- "StorageClass":"Standard"
27
- }
28
-
29
- Contents of ``thumbnail-config.json``::
30
-
31
- {
32
- "Bucket":"salesoffice.example.com-public-promos-thumbnails",
33
- "Permissions":[
34
- {
35
- "GranteeType":"Email",
36
- "Grantee":"marketing-promos@example.com",
37
- "Access":[
38
- "FullControl"
39
- ]
40
- }
41
- ],
42
- "StorageClass":"ReducedRedundancy"
43
- }
44
-
45
- Output::
46
-
47
- {
48
- "Pipeline": {
49
- "Status": "Active",
50
- "ContentConfig": {
51
- "Bucket": "salesoffice.example.com-public-promos",
52
- "StorageClass": "Standard",
53
- "Permissions": [
54
- {
55
- "Access": [
56
- "FullControl"
57
- ],
58
- "Grantee": "marketing-promos@example.com",
59
- "GranteeType": "Email"
60
- }
61
- ]
62
- },
63
- "Name": "Default",
64
- "ThumbnailConfig": {
65
- "Bucket": "salesoffice.example.com-public-promos-thumbnails",
66
- "StorageClass": "ReducedRedundancy",
67
- "Permissions": [
68
- {
69
- "Access": [
70
- "FullControl"
71
- ],
72
- "Grantee": "marketing-promos@example.com",
73
- "GranteeType": "Email"
74
- }
75
- ]
76
- },
77
- "Notifications": {
78
- "Completed": "",
79
- "Warning": "",
80
- "Progressing": "",
81
- "Error": "arn:aws:sns:us-east-1:123456789012:ETS_Errors"
82
- },
83
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
84
- "InputBucket": "salesoffice.example.com-source",
85
- "Id": "1533765810590-example",
86
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/1533765810590-example"
87
- },
88
- "Warnings": [
89
- {
90
- "Message": "The SNS notification topic for Error events and the pipeline are in different regions, which increases processing time for jobs in the pipeline and can incur additional charges. To decrease processing time and prevent cross-regional charges, use the same region for the SNS notification topic and the pipeline.",
91
- "Code": "6006"
92
- }
93
- ]
94
- }
@@ -1,141 +0,0 @@
1
- **To create a preset for ElasticTranscoder**
2
-
3
- The following ``create-preset`` example creates a preset for ElasticTranscoder. ::
4
-
5
- aws elastictranscoder create-preset \
6
- --name DefaultPreset \
7
- --description "Use for published videos" \
8
- --container mp4 \
9
- --video file://video.json \
10
- --audio file://audio.json \
11
- --thumbnails file://thumbnails.json
12
-
13
- Contents of ``video.json``::
14
-
15
- {
16
- "Codec":"H.264",
17
- "CodecOptions":{
18
- "Profile":"main",
19
- "Level":"2.2",
20
- "MaxReferenceFrames":"3",
21
- "MaxBitRate":"",
22
- "BufferSize":"",
23
- "InterlacedMode":"Progressive",
24
- "ColorSpaceConversionMode":"None"
25
- },
26
- "KeyframesMaxDist":"240",
27
- "FixedGOP":"false",
28
- "BitRate":"1600",
29
- "FrameRate":"auto",
30
- "MaxFrameRate":"30",
31
- "MaxWidth":"auto",
32
- "MaxHeight":"auto",
33
- "SizingPolicy":"Fit",
34
- "PaddingPolicy":"Pad",
35
- "DisplayAspectRatio":"auto",
36
- "Watermarks":[
37
- {
38
- "Id":"company logo",
39
- "MaxWidth":"20%",
40
- "MaxHeight":"20%",
41
- "SizingPolicy":"ShrinkToFit",
42
- "HorizontalAlign":"Right",
43
- "HorizontalOffset":"10px",
44
- "VerticalAlign":"Bottom",
45
- "VerticalOffset":"10px",
46
- "Opacity":"55.5",
47
- "Target":"Content"
48
- }
49
- ]
50
- }
51
-
52
- Contents of ``audio.json``::
53
-
54
- {
55
- "Codec":"AAC",
56
- "CodecOptions":{
57
- "Profile":"AAC-LC"
58
- },
59
- "SampleRate":"44100",
60
- "BitRate":"96",
61
- "Channels":"2"
62
- }
63
-
64
- Contents of ``thumbnails.json``::
65
-
66
- {
67
- "Format":"png",
68
- "Interval":"120",
69
- "MaxWidth":"auto",
70
- "MaxHeight":"auto",
71
- "SizingPolicy":"Fit",
72
- "PaddingPolicy":"Pad"
73
- }
74
-
75
-
76
- Output::
77
-
78
- {
79
- "Preset": {
80
- "Thumbnails": {
81
- "SizingPolicy": "Fit",
82
- "MaxWidth": "auto",
83
- "Format": "png",
84
- "PaddingPolicy": "Pad",
85
- "Interval": "120",
86
- "MaxHeight": "auto"
87
- },
88
- "Container": "mp4",
89
- "Description": "Use for published videos",
90
- "Video": {
91
- "SizingPolicy": "Fit",
92
- "MaxWidth": "auto",
93
- "PaddingPolicy": "Pad",
94
- "MaxFrameRate": "30",
95
- "FrameRate": "auto",
96
- "MaxHeight": "auto",
97
- "KeyframesMaxDist": "240",
98
- "FixedGOP": "false",
99
- "Codec": "H.264",
100
- "Watermarks": [
101
- {
102
- "SizingPolicy": "ShrinkToFit",
103
- "VerticalOffset": "10px",
104
- "VerticalAlign": "Bottom",
105
- "Target": "Content",
106
- "MaxWidth": "20%",
107
- "MaxHeight": "20%",
108
- "HorizontalAlign": "Right",
109
- "HorizontalOffset": "10px",
110
- "Opacity": "55.5",
111
- "Id": "company logo"
112
- }
113
- ],
114
- "CodecOptions": {
115
- "Profile": "main",
116
- "MaxBitRate": "32",
117
- "InterlacedMode": "Progressive",
118
- "Level": "2.2",
119
- "ColorSpaceConversionMode": "None",
120
- "MaxReferenceFrames": "3",
121
- "BufferSize": "5"
122
- },
123
- "BitRate": "1600",
124
- "DisplayAspectRatio": "auto"
125
- },
126
- "Audio": {
127
- "Channels": "2",
128
- "CodecOptions": {
129
- "Profile": "AAC-LC"
130
- },
131
- "SampleRate": "44100",
132
- "Codec": "AAC",
133
- "BitRate": "96"
134
- },
135
- "Type": "Custom",
136
- "Id": "1533765290724-example"
137
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:preset/1533765290724-example",
138
- "Name": "DefaultPreset"
139
- },
140
- "Warning": ""
141
- }
@@ -1,13 +0,0 @@
1
- **To delete the specified ElasticTranscoder pipeline**
2
-
3
- This deletes the specified ElasticTranscoder pipeline.
4
-
5
- Command::
6
-
7
- aws elastictranscoder delete-pipeline --id 1111111111111-abcde1
8
-
9
- Output::
10
-
11
- {
12
- "Success":"true"
13
- }
@@ -1,8 +0,0 @@
1
- **To delete the specified ElasticTranscoder preset**
2
-
3
- This deletes the specified ElasticTranscoder preset.
4
-
5
- Command::
6
-
7
- aws elastictranscoder delete-preset --id 5555555555555-abcde5
8
-
@@ -1,13 +0,0 @@
1
- **To retrieve a list of ElasticTranscoder jobs in the specified pipeline**
2
-
3
- This example retrieves a list of ElasticTranscoder jobs in the specified pipeline.
4
-
5
- Command::
6
-
7
- aws elastictranscoder list-jobs-by-pipeline --pipeline-id 1111111111111-abcde1
8
-
9
- Output::
10
-
11
- {
12
- "Jobs": []
13
- }
@@ -1,14 +0,0 @@
1
- **To retrieve a list of ElasticTranscoder jobs with a status of Complete**
2
-
3
- This example retrieves a list of ElasticTranscoder jobs with a status of Complete.
4
-
5
- Command::
6
-
7
- aws elastictranscoder list-jobs-by-status --status Complete
8
-
9
- Output::
10
-
11
- {
12
- "Jobs": []
13
- }
14
-
@@ -1,84 +0,0 @@
1
- **To retrieve a list of ElasticTranscoder pipelines**
2
-
3
- This example retrieves a list of ElasticTranscoder pipelines.
4
-
5
- Command::
6
-
7
- aws elastictranscoder list-pipelines
8
-
9
- Output::
10
-
11
- {
12
- "Pipelines": [
13
- {
14
- "Status": "Active",
15
- "ContentConfig": {
16
- "Bucket": "ets-example",
17
- "Permissions": []
18
- },
19
- "Name": "example-pipeline",
20
- "ThumbnailConfig": {
21
- "Bucket": "ets-example",
22
- "Permissions": []
23
- },
24
- "Notifications": {
25
- "Completed": "arn:aws:sns:us-west-2:123456789012:ets_example",
26
- "Warning": "",
27
- "Progressing": "",
28
- "Error": ""
29
- },
30
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
31
- "InputBucket": "ets-example",
32
- "OutputBucket": "ets-example",
33
- "Id": "3333333333333-abcde3",
34
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/3333333333333-abcde3"
35
- },
36
- {
37
- "Status": "Paused",
38
- "ContentConfig": {
39
- "Bucket": "ets-example",
40
- "Permissions": []
41
- },
42
- "Name": "example-php-test",
43
- "ThumbnailConfig": {
44
- "Bucket": "ets-example",
45
- "Permissions": []
46
- },
47
- "Notifications": {
48
- "Completed": "",
49
- "Warning": "",
50
- "Progressing": "",
51
- "Error": ""
52
- },
53
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
54
- "InputBucket": "ets-example",
55
- "OutputBucket": "ets-example",
56
- "Id": "3333333333333-abcde2",
57
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/3333333333333-abcde2"
58
- },
59
- {
60
- "Status": "Active",
61
- "ContentConfig": {
62
- "Bucket": "ets-west-output",
63
- "Permissions": []
64
- },
65
- "Name": "pipeline-west",
66
- "ThumbnailConfig": {
67
- "Bucket": "ets-west-output",
68
- "Permissions": []
69
- },
70
- "Notifications": {
71
- "Completed": "arn:aws:sns:us-west-2:123456789012:ets-notifications",
72
- "Warning": "",
73
- "Progressing": "",
74
- "Error": ""
75
- },
76
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
77
- "InputBucket": "ets-west-input",
78
- "OutputBucket": "ets-west-output",
79
- "Id": "3333333333333-abcde1",
80
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/3333333333333-abcde1"
81
- }
82
- ]
83
- }
84
-
@@ -1,95 +0,0 @@
1
- **To retrieve a list of ElasticTranscoder presets**
2
-
3
- This example retrieves a list of ElasticTranscoder presets.
4
-
5
- Command::
6
-
7
- aws elastictranscoder list-presets --max-items 2
8
-
9
- Output::
10
-
11
- {
12
- "Presets": [
13
- {
14
- "Container": "mp4",
15
- "Name": "KindleFireHD-preset",
16
- "Video": {
17
- "Resolution": "1280x720",
18
- "FrameRate": "30",
19
- "KeyframesMaxDist": "90",
20
- "FixedGOP": "false",
21
- "Codec": "H.264",
22
- "Watermarks": [],
23
- "CodecOptions": {
24
- "Profile": "main",
25
- "MaxReferenceFrames": "3",
26
- "ColorSpaceConversionMode": "None",
27
- "InterlacedMode": "Progressive",
28
- "Level": "4"
29
- },
30
- "AspectRatio": "16:9",
31
- "BitRate": "2200"
32
- },
33
- "Audio": {
34
- "Channels": "2",
35
- "CodecOptions": {
36
- "Profile": "AAC-LC"
37
- },
38
- "SampleRate": "48000",
39
- "Codec": "AAC",
40
- "BitRate": "160"
41
- },
42
- "Type": "Custom",
43
- "Id": "3333333333333-abcde2",
44
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:preset/3333333333333-abcde2",
45
- "Thumbnails": {
46
- "AspectRatio": "16:9",
47
- "Interval": "60",
48
- "Resolution": "192x108",
49
- "Format": "png"
50
- }
51
- },
52
- {
53
- "Thumbnails": {
54
- "AspectRatio": "16:9",
55
- "Interval": "60",
56
- "Resolution": "192x108",
57
- "Format": "png"
58
- },
59
- "Container": "mp4",
60
- "Description": "Custom preset for transcoding jobs",
61
- "Video": {
62
- "Resolution": "1280x720",
63
- "FrameRate": "30",
64
- "KeyframesMaxDist": "90",
65
- "FixedGOP": "false",
66
- "Codec": "H.264",
67
- "Watermarks": [],
68
- "CodecOptions": {
69
- "Profile": "main",
70
- "MaxReferenceFrames": "3",
71
- "ColorSpaceConversionMode": "None",
72
- "InterlacedMode": "Progressive",
73
- "Level": "3.1"
74
- },
75
- "AspectRatio": "16:9",
76
- "BitRate": "2200"
77
- },
78
- "Audio": {
79
- "Channels": "2",
80
- "CodecOptions": {
81
- "Profile": "AAC-LC"
82
- },
83
- "SampleRate": "44100",
84
- "Codec": "AAC",
85
- "BitRate": "160"
86
- },
87
- "Type": "Custom",
88
- "Id": "3333333333333-abcde3",
89
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:preset/3333333333333-abcde3",
90
- "Name": "Roman's Preset"
91
- }
92
- ],
93
- "NextToken": "eyJQYWdlVG9rZW4iOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAyfQ=="
94
- }
95
-
@@ -1,65 +0,0 @@
1
- **To retrieve an ElasticTranscoder job**
2
-
3
- This example retrieves the specified ElasticTranscoder job.
4
-
5
- Command::
6
-
7
- aws elastictranscoder read-job --id 1533838012294-example
8
-
9
- Output::
10
-
11
- {
12
- "Job": {
13
- "Status": "Progressing",
14
- "Inputs": [
15
- {
16
- "Container": "mp4",
17
- "FrameRate": "auto",
18
- "Key": "ETS_example_file.mp4",
19
- "AspectRatio": "auto",
20
- "Resolution": "auto",
21
- "Interlaced": "auto"
22
- }
23
- ],
24
- "Playlists": [],
25
- "Outputs": [
26
- {
27
- "Status": "Progressing",
28
- "Rotate": "0",
29
- "PresetId": "1351620000001-100250",
30
- "Watermarks": [],
31
- "Key": "webm/ETS_example_file-kindlefirehd.webm",
32
- "Id": "1"
33
- }
34
- ],
35
- "PipelineId": "3333333333333-abcde3",
36
- "OutputKeyPrefix": "recipes/",
37
- "UserMetadata": {
38
- "Cook book": "recipe notebook",
39
- "Food type": "Italian"
40
- },
41
- "Output": {
42
- "Status": "Progressing",
43
- "Rotate": "0",
44
- "PresetId": "1351620000001-100250",
45
- "Watermarks": [],
46
- "Key": "webm/ETS_example_file-kindlefirehd.webm",
47
- "Id": "1"
48
- },
49
- "Timing": {
50
- "SubmitTimeMillis": 1533838012298,
51
- "StartTimeMillis": 1533838013786
52
- },
53
- "Input": {
54
- "Container": "mp4",
55
- "FrameRate": "auto",
56
- "Key": "ETS_example_file.mp4",
57
- "AspectRatio": "auto",
58
- "Resolution": "auto",
59
- "Interlaced": "auto"
60
- },
61
- "Id": "1533838012294-example",
62
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:job/1533838012294-example"
63
- }
64
- }
65
-
@@ -1,59 +0,0 @@
1
- **To retrieve an ElasticTranscoder pipeline**
2
-
3
- This example retrieves the specified ElasticTranscoder pipeline.
4
-
5
- Command::
6
-
7
- aws elastictranscoder read-pipeline --id 3333333333333-abcde3
8
-
9
- Output::
10
-
11
- {
12
- "Pipeline": {
13
- "Status": "Active",
14
- "ContentConfig": {
15
- "Bucket": "ets-example",
16
- "StorageClass": "Standard",
17
- "Permissions": [
18
- {
19
- "Access": [
20
- "FullControl"
21
- ],
22
- "Grantee": "marketing-promos@example.com",
23
- "GranteeType": "Email"
24
- }
25
- ]
26
- },
27
- "Name": "Default",
28
- "ThumbnailConfig": {
29
- "Bucket": "ets-example",
30
- "StorageClass": "ReducedRedundancy",
31
- "Permissions": [
32
- {
33
- "Access": [
34
- "FullControl"
35
- ],
36
- "Grantee": "marketing-promos@example.com",
37
- "GranteeType": "Email"
38
- }
39
- ]
40
- },
41
- "Notifications": {
42
- "Completed": "",
43
- "Warning": "",
44
- "Progressing": "",
45
- "Error": "arn:aws:sns:us-east-1:123456789012:ETS_Errors"
46
- },
47
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
48
- "InputBucket": "ets-example",
49
- "Id": "3333333333333-abcde3",
50
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/3333333333333-abcde3"
51
- },
52
- "Warnings": [
53
- {
54
- "Message": "The SNS notification topic for Error events and the pipeline are in different regions, which increases processing time for jobs in the pipeline and can incur additional charges. To decrease processing time and prevent cross-regional charges, use the same region for the SNS notification topic and the pipeline.",
55
- "Code": "6006"
56
- }
57
- ]
58
- }
59
-
@@ -1,100 +0,0 @@
1
- **To retrieve an ElasticTranscoder preset**
2
-
3
- This example retrieves the specified ElasticTranscoder preset.
4
-
5
- Command::
6
-
7
- aws elastictranscoder read-preset --id 1351620000001-500020
8
-
9
- Output::
10
-
11
- {
12
- "Preset": {
13
- "Thumbnails": {
14
- "SizingPolicy": "ShrinkToFit",
15
- "MaxWidth": "192",
16
- "Format": "png",
17
- "PaddingPolicy": "NoPad",
18
- "Interval": "300",
19
- "MaxHeight": "108"
20
- },
21
- "Container": "fmp4",
22
- "Description": "System preset: MPEG-Dash Video - 4.8M",
23
- "Video": {
24
- "SizingPolicy": "ShrinkToFit",
25
- "MaxWidth": "1280",
26
- "PaddingPolicy": "NoPad",
27
- "FrameRate": "30",
28
- "MaxHeight": "720",
29
- "KeyframesMaxDist": "60",
30
- "FixedGOP": "true",
31
- "Codec": "H.264",
32
- "Watermarks": [
33
- {
34
- "SizingPolicy": "ShrinkToFit",
35
- "VerticalOffset": "10%",
36
- "VerticalAlign": "Top",
37
- "Target": "Content",
38
- "MaxWidth": "10%",
39
- "MaxHeight": "10%",
40
- "HorizontalAlign": "Left",
41
- "HorizontalOffset": "10%",
42
- "Opacity": "100",
43
- "Id": "TopLeft"
44
- },
45
- {
46
- "SizingPolicy": "ShrinkToFit",
47
- "VerticalOffset": "10%",
48
- "VerticalAlign": "Top",
49
- "Target": "Content",
50
- "MaxWidth": "10%",
51
- "MaxHeight": "10%",
52
- "HorizontalAlign": "Right",
53
- "HorizontalOffset": "10%",
54
- "Opacity": "100",
55
- "Id": "TopRight"
56
- },
57
- {
58
- "SizingPolicy": "ShrinkToFit",
59
- "VerticalOffset": "10%",
60
- "VerticalAlign": "Bottom",
61
- "Target": "Content",
62
- "MaxWidth": "10%",
63
- "MaxHeight": "10%",
64
- "HorizontalAlign": "Left",
65
- "HorizontalOffset": "10%",
66
- "Opacity": "100",
67
- "Id": "BottomLeft"
68
- },
69
- {
70
- "SizingPolicy": "ShrinkToFit",
71
- "VerticalOffset": "10%",
72
- "VerticalAlign": "Bottom",
73
- "Target": "Content",
74
- "MaxWidth": "10%",
75
- "MaxHeight": "10%",
76
- "HorizontalAlign": "Right",
77
- "HorizontalOffset": "10%",
78
- "Opacity": "100",
79
- "Id": "BottomRight"
80
- }
81
- ],
82
- "CodecOptions": {
83
- "Profile": "main",
84
- "MaxBitRate": "4800",
85
- "InterlacedMode": "Progressive",
86
- "Level": "3.1",
87
- "ColorSpaceConversionMode": "None",
88
- "MaxReferenceFrames": "3",
89
- "BufferSize": "9600"
90
- },
91
- "BitRate": "4800",
92
- "DisplayAspectRatio": "auto"
93
- },
94
- "Type": "System",
95
- "Id": "1351620000001-500020",
96
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:preset/1351620000001-500020",
97
- "Name": "System preset: MPEG-Dash Video - 4.8M"
98
- }
99
- }
100
-
@@ -1,52 +0,0 @@
1
- **To update the notifications of an ElasticTranscoder pipeline**
2
-
3
- This example updates the notifications of the specified ElasticTranscoder pipeline.
4
-
5
- Command::
6
-
7
- aws elastictranscoder update-pipeline-notifications --id 1111111111111-abcde1 --notifications Progressing=arn:aws:sns:us-west-2:0123456789012:my-topic,Completed=arn:aws:sns:us-west-2:0123456789012:my-topic,Warning=arn:aws:sns:us-west-2:0123456789012:my-topic,Error=arn:aws:sns:us-east-1:111222333444:ETS_Errors
8
-
9
- Output::
10
-
11
- {
12
- "Pipeline": {
13
- "Status": "Active",
14
- "ContentConfig": {
15
- "Bucket": "ets-example",
16
- "StorageClass": "Standard",
17
- "Permissions": [
18
- {
19
- "Access": [
20
- "FullControl"
21
- ],
22
- "Grantee": "marketing-promos@example.com",
23
- "GranteeType": "Email"
24
- }
25
- ]
26
- },
27
- "Name": "Default",
28
- "ThumbnailConfig": {
29
- "Bucket": "ets-example",
30
- "StorageClass": "ReducedRedundancy",
31
- "Permissions": [
32
- {
33
- "Access": [
34
- "FullControl"
35
- ],
36
- "Grantee": "marketing-promos@example.com",
37
- "GranteeType": "Email"
38
- }
39
- ]
40
- },
41
- "Notifications": {
42
- "Completed": "arn:aws:sns:us-west-2:0123456789012:my-topic",
43
- "Warning": "arn:aws:sns:us-west-2:0123456789012:my-topic",
44
- "Progressing": "arn:aws:sns:us-west-2:0123456789012:my-topic",
45
- "Error": "arn:aws:sns:us-east-1:111222333444:ETS_Errors"
46
- },
47
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
48
- "InputBucket": "ets-example",
49
- "Id": "1111111111111-abcde1",
50
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/1111111111111-abcde1"
51
- }
52
- }
@@ -1,53 +0,0 @@
1
- **To update the status of an ElasticTranscoder pipeline**
2
-
3
- This example updates the status of the specified ElasticTranscoder pipeline.
4
-
5
- Command::
6
-
7
- aws elastictranscoder update-pipeline-status --id 1111111111111-abcde1 --status Paused
8
-
9
- Output::
10
-
11
- {
12
- "Pipeline": {
13
- "Status": "Paused",
14
- "ContentConfig": {
15
- "Bucket": "ets-example",
16
- "StorageClass": "Standard",
17
- "Permissions": [
18
- {
19
- "Access": [
20
- "FullControl"
21
- ],
22
- "Grantee": "marketing-promos@example.com",
23
- "GranteeType": "Email"
24
- }
25
- ]
26
- },
27
- "Name": "Default",
28
- "ThumbnailConfig": {
29
- "Bucket": "ets-example",
30
- "StorageClass": "ReducedRedundancy",
31
- "Permissions": [
32
- {
33
- "Access": [
34
- "FullControl"
35
- ],
36
- "Grantee": "marketing-promos@example.com",
37
- "GranteeType": "Email"
38
- }
39
- ]
40
- },
41
- "Notifications": {
42
- "Completed": "",
43
- "Warning": "",
44
- "Progressing": "",
45
- "Error": "arn:aws:sns:us-east-1:803981987763:ETS_Errors"
46
- },
47
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
48
- "InputBucket": "ets-example",
49
- "Id": "1111111111111-abcde1",
50
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/1111111111111-abcde1"
51
- }
52
- }
53
-
@@ -1,95 +0,0 @@
1
- **To update an ElasticTranscoder pipeline**
2
-
3
- The following ``update-pipeline`` example updates the specified ElasticTranscoder pipeline. ::
4
-
5
- aws elastictranscoder update-pipeline \
6
- --id 1111111111111-abcde1
7
- --name DefaultExample \
8
- --input-bucket salesoffice.example.com-source \
9
- --role arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role \
10
- --notifications Progressing="",Completed="",Warning="",Error=arn:aws:sns:us-east-1:111222333444:ETS_Errors \
11
- --content-config file://content-config.json \
12
- --thumbnail-config file://thumbnail-config.json
13
-
14
- Contents of ``content-config.json``::
15
-
16
- {
17
- "Bucket":"salesoffice.example.com-public-promos",
18
- "Permissions":[
19
- {
20
- "GranteeType":"Email",
21
- "Grantee":"marketing-promos@example.com",
22
- "Access":[
23
- "FullControl"
24
- ]
25
- }
26
- ],
27
- "StorageClass":"Standard"
28
- }
29
-
30
- Contents of ``thumbnail-config.json``::
31
-
32
- {
33
- "Bucket":"salesoffice.example.com-public-promos-thumbnails",
34
- "Permissions":[
35
- {
36
- "GranteeType":"Email",
37
- "Grantee":"marketing-promos@example.com",
38
- "Access":[
39
- "FullControl"
40
- ]
41
- }
42
- ],
43
- "StorageClass":"ReducedRedundancy"
44
- }
45
-
46
- Output::
47
-
48
- {
49
- "Pipeline": {
50
- "Status": "Active",
51
- "ContentConfig": {
52
- "Bucket": "ets-example",
53
- "StorageClass": "Standard",
54
- "Permissions": [
55
- {
56
- "Access": [
57
- "FullControl"
58
- ],
59
- "Grantee": "marketing-promos@example.com",
60
- "GranteeType": "Email"
61
- }
62
- ]
63
- },
64
- "Name": "DefaultExample",
65
- "ThumbnailConfig": {
66
- "Bucket": "ets-example",
67
- "StorageClass": "ReducedRedundancy",
68
- "Permissions": [
69
- {
70
- "Access": [
71
- "FullControl"
72
- ],
73
- "Grantee": "marketing-promos@example.com",
74
- "GranteeType": "Email"
75
- }
76
- ]
77
- },
78
- "Notifications": {
79
- "Completed": "",
80
- "Warning": "",
81
- "Progressing": "",
82
- "Error": "arn:aws:sns:us-east-1:111222333444:ETS_Errors"
83
- },
84
- "Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
85
- "InputBucket": "ets-example",
86
- "Id": "3333333333333-abcde3",
87
- "Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/3333333333333-abcde3"
88
- },
89
- "Warnings": [
90
- {
91
- "Message": "The SNS notification topic for Error events and the pipeline are in different regions, which increases processing time for jobs in the pipeline and can incur additional charges. To decrease processing time and prevent cross-regional charges, use the same region for the SNS notification topic and the pipeline.",
92
- "Code": "6006"
93
- }
94
- ]
95
- }
File without changes