awscli 1.40.17__py3-none-any.whl → 1.40.19__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/examples/ssm/put-parameter.rst +6 -6
- {awscli-1.40.17.dist-info → awscli-1.40.19.dist-info}/METADATA +2 -2
- {awscli-1.40.17.dist-info → awscli-1.40.19.dist-info}/RECORD +12 -12
- {awscli-1.40.17.data → awscli-1.40.19.data}/scripts/aws +0 -0
- {awscli-1.40.17.data → awscli-1.40.19.data}/scripts/aws.cmd +0 -0
- {awscli-1.40.17.data → awscli-1.40.19.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.40.17.data → awscli-1.40.19.data}/scripts/aws_completer +0 -0
- {awscli-1.40.17.data → awscli-1.40.19.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.40.17.dist-info → awscli-1.40.19.dist-info}/LICENSE.txt +0 -0
- {awscli-1.40.17.dist-info → awscli-1.40.19.dist-info}/WHEEL +0 -0
- {awscli-1.40.17.dist-info → awscli-1.40.19.dist-info}/top_level.txt +0 -0
awscli/__init__.py
CHANGED
@@ -15,7 +15,7 @@ Output::
|
|
15
15
|
"Tier": "Standard"
|
16
16
|
}
|
17
17
|
|
18
|
-
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__,
|
18
|
+
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__, `Managing parameter tiers <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html>`__, and `Working with parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`__ in the *AWS Systems Manager User Guide*.
|
19
19
|
|
20
20
|
**Example 2: To create an advanced parameter**
|
21
21
|
|
@@ -35,11 +35,11 @@ Output::
|
|
35
35
|
"Tier": "Advanced"
|
36
36
|
}
|
37
37
|
|
38
|
-
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__,
|
38
|
+
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__, `Managing parameter tiers <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html>`__, and `Working with parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`__ in the *AWS Systems Manager User Guide*.
|
39
39
|
|
40
40
|
**Example 3: To convert a standard parameter to an advanced parameter**
|
41
41
|
|
42
|
-
The following ``put-parameter`` example converts
|
42
|
+
The following ``put-parameter`` example converts an existing standard parameter into an advanced parameter. ::
|
43
43
|
|
44
44
|
aws ssm put-parameter \
|
45
45
|
--name "MyConvertedParameter" \
|
@@ -55,7 +55,7 @@ Output::
|
|
55
55
|
"Tier": "Advanced"
|
56
56
|
}
|
57
57
|
|
58
|
-
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__,
|
58
|
+
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__, `Managing parameter tiers <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html>`__, and `Working with parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`__ in the *AWS Systems Manager User Guide*.
|
59
59
|
|
60
60
|
**Example 4: To create a parameter with a policy attached**
|
61
61
|
|
@@ -75,7 +75,7 @@ Output::
|
|
75
75
|
"Tier": "Advanced"
|
76
76
|
}
|
77
77
|
|
78
|
-
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__,
|
78
|
+
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__, `Managing parameter tiers <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html>`__, and `Working with parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`__ in the *AWS Systems Manager User Guide*.
|
79
79
|
|
80
80
|
**Example 5: To add a policy to an existing parameter**
|
81
81
|
|
@@ -96,4 +96,4 @@ Output::
|
|
96
96
|
"Tier": "Advanced"
|
97
97
|
}
|
98
98
|
|
99
|
-
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__,
|
99
|
+
For more information, see `Create a Systems Manager parameter (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/param-create-cli.html>`__, `Managing parameter tiers <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html>`__, and `Working with parameter policies <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html>`__ in the *AWS Systems Manager User Guide*.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: awscli
|
3
|
-
Version: 1.40.
|
3
|
+
Version: 1.40.19
|
4
4
|
Summary: Universal Command Line Environment for AWS.
|
5
5
|
Home-page: http://aws.amazon.com/cli/
|
6
6
|
Author: Amazon Web Services
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
23
23
|
Requires-Python: >= 3.9
|
24
24
|
License-File: LICENSE.txt
|
25
|
-
Requires-Dist: botocore (==1.38.
|
25
|
+
Requires-Dist: botocore (==1.38.20)
|
26
26
|
Requires-Dist: docutils (<=0.19,>=0.18.1)
|
27
27
|
Requires-Dist: s3transfer (<0.13.0,>=0.12.0)
|
28
28
|
Requires-Dist: PyYAML (<6.1,>=3.10)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
awscli/__init__.py,sha256=
|
1
|
+
awscli/__init__.py,sha256=RdPykv4xdxcPy6GtHL00xINk2RYhQSVeeYNoMHNsS6g,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
|
@@ -5692,7 +5692,7 @@ awscli/examples/ssm/list-tags-for-resource.rst,sha256=IyPTe4kCs1pjt2jNcHyU5ObW1m
|
|
5692
5692
|
awscli/examples/ssm/modify-document-permission.rst,sha256=uHMVaGNi-h41r3P_hZ2g7jEmhExQ_lrJbr6OgRDls_M,500
|
5693
5693
|
awscli/examples/ssm/put-compliance-items.rst,sha256=s335geAAvUIfxoJ10TBfw4KM_c2FhIBHdYcgYvIB6uU,504
|
5694
5694
|
awscli/examples/ssm/put-inventory.rst,sha256=rbop4UVIxUuRJS_7xmEYXGYOGtwp61bmPfbol4ddKnw,620
|
5695
|
-
awscli/examples/ssm/put-parameter.rst,sha256=
|
5695
|
+
awscli/examples/ssm/put-parameter.rst,sha256=ie9YRFUXqmWRD5VlF1W2F8rpsNTQDmrnelsAIFAS8jM,5361
|
5696
5696
|
awscli/examples/ssm/register-default-patch-baseline.rst,sha256=gUne_KBhP-WMYVS4bqv5tulpZBX6ZIY9zZWfA-OWw6k,980
|
5697
5697
|
awscli/examples/ssm/register-patch-baseline-for-patch-group.rst,sha256=pmHadgvtYeBvJD9RKI-pj6wA4bwn6NKITvJII4LGLU8,759
|
5698
5698
|
awscli/examples/ssm/register-target-with-maintenance-window.rst,sha256=3aJPIgKHpq9GAJnjLXK1voF9mZE4gufvlNINR-tdxrI,3110
|
@@ -6118,13 +6118,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
|
|
6118
6118
|
awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
|
6119
6119
|
awscli/topics/s3-faq.rst,sha256=9qO0HFI6F9hx1wVEUDl8Jy6yoCUd9zbtv-Z0Re4dsiw,2934
|
6120
6120
|
awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
|
6121
|
-
awscli-1.40.
|
6122
|
-
awscli-1.40.
|
6123
|
-
awscli-1.40.
|
6124
|
-
awscli-1.40.
|
6125
|
-
awscli-1.40.
|
6126
|
-
awscli-1.40.
|
6127
|
-
awscli-1.40.
|
6128
|
-
awscli-1.40.
|
6129
|
-
awscli-1.40.
|
6130
|
-
awscli-1.40.
|
6121
|
+
awscli-1.40.19.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
|
6122
|
+
awscli-1.40.19.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
|
6123
|
+
awscli-1.40.19.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
|
6124
|
+
awscli-1.40.19.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
|
6125
|
+
awscli-1.40.19.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
|
6126
|
+
awscli-1.40.19.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
|
6127
|
+
awscli-1.40.19.dist-info/METADATA,sha256=QAsAsAY_eRQrCxyce7LB68qez5sjl-jXMSfDzDWq3Ts,11055
|
6128
|
+
awscli-1.40.19.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
6129
|
+
awscli-1.40.19.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
|
6130
|
+
awscli-1.40.19.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
|