awscli 1.37.3__py3-none-any.whl → 1.37.4__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.
- awscli/__init__.py +1 -1
- awscli/examples/cloudfront/create-distribution-with-tags.rst +9 -13
- awscli/examples/cloudfront/get-distribution.rst +6 -10
- awscli/examples/cloudtrail/put-event-selectors.rst +2 -2
- awscli/examples/deploy/batch-get-deployments.rst +2 -2
- awscli/examples/deploy/create-deployment.rst +1 -1
- awscli/examples/deploy/get-application-revision.rst +2 -2
- awscli/examples/deploy/get-deployment.rst +1 -1
- awscli/examples/deploy/list-application-revisions.rst +3 -3
- awscli/examples/deploy/push.rst +2 -2
- awscli/examples/deploy/register-application-revision.rst +1 -1
- awscli/examples/ec2/accept-address-transfer.rst +1 -1
- awscli/examples/ec2/allocate-hosts.rst +55 -55
- awscli/examples/ec2/associate-address.rst +44 -35
- awscli/examples/ec2/authorize-security-group-egress.rst +56 -23
- awscli/examples/ec2/authorize-security-group-ingress.rst +15 -15
- awscli/examples/ec2/cancel-capacity-reservation.rst +14 -14
- awscli/examples/ec2/cancel-spot-fleet-requests.rst +43 -46
- awscli/examples/ec2/copy-snapshot.rst +2 -4
- awscli/examples/ec2/create-capacity-reservation.rst +95 -95
- awscli/examples/ec2/create-replace-root-volume-task.rst +1 -3
- awscli/examples/ec2/create-restore-image-task.rst +2 -2
- awscli/examples/ec2/create-spot-datafeed-subscription.rst +1 -1
- awscli/examples/ec2/create-tags.rst +43 -43
- awscli/examples/ec2/create-traffic-mirror-filter-rule.rst +32 -32
- awscli/examples/ec2/create-traffic-mirror-filter.rst +22 -12
- awscli/examples/ec2/create-traffic-mirror-session.rst +31 -31
- awscli/examples/ec2/create-traffic-mirror-target.rst +45 -35
- awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst +27 -27
- awscli/examples/ec2/create-verified-access-endpoint.rst +1 -1
- awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst +67 -65
- awscli/examples/ec2/create-vpc-endpoint.rst +4 -4
- awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst +62 -62
- awscli/examples/ec2/describe-vpc-endpoint-services.rst +132 -134
- awscli/examples/ec2/describe-vpc-endpoints.rst +89 -89
- awscli/examples/eks/describe-cluster.rst +1 -1
- awscli/examples/emr/create-cluster-examples.rst +4 -4
- awscli/examples/emr/schedule-hbase-backup.rst +23 -23
- awscli/examples/importexport/create-job.rst +2 -2
- awscli/examples/importexport/get-shipping-label.rst +1 -1
- awscli/examples/importexport/get-status.rst +1 -1
- awscli/examples/rds/download-db-log-file-portion.rst +7 -3
- awscli/examples/resourcegroupstaggingapi/untag-resources.rst +1 -1
- awscli/examples/s3/cp.rst +7 -7
- awscli/examples/s3/ls.rst +2 -2
- awscli/examples/s3/mv.rst +5 -5
- awscli/examples/s3/sync.rst +5 -5
- awscli/examples/securitylake/create-subscriber.rst +83 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/METADATA +2 -2
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/RECORD +62 -63
- awscli/examples/securitylake/create-subscriber-data-access.rst +0 -41
- awscli/examples/securitylake/create-subscriber-query-access.rst +0 -41
- /awscli/examples/securitylake/{create-aws-logsource.rst → create-aws-log-source.rst} +0 -0
- /awscli/examples/securitylake/{create-custom-logsource.rst → create-custom-log-source.rst} +0 -0
- /awscli/examples/securitylake/{delete-aws-logsource.rst → delete-aws-log-source.rst} +0 -0
- /awscli/examples/securitylake/{delete-custom-logsource.rst → delete-custom-log-source.rst} +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws.cmd +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws_completer +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/LICENSE.txt +0 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/WHEEL +0 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/top_level.txt +0 -0
awscli/examples/s3/cp.rst
CHANGED
|
@@ -45,11 +45,11 @@ Output::
|
|
|
45
45
|
|
|
46
46
|
The following ``cp`` command copies a single object to a specified bucket while retaining its original name::
|
|
47
47
|
|
|
48
|
-
aws s3 cp s3://mybucket/test.txt s3://
|
|
48
|
+
aws s3 cp s3://mybucket/test.txt s3://amzn-s3-demo-bucket2/
|
|
49
49
|
|
|
50
50
|
Output::
|
|
51
51
|
|
|
52
|
-
copy: s3://mybucket/test.txt to s3://
|
|
52
|
+
copy: s3://mybucket/test.txt to s3://amzn-s3-demo-bucket2/test.txt
|
|
53
53
|
|
|
54
54
|
**Example 6: Recursively copying S3 objects to a local directory**
|
|
55
55
|
|
|
@@ -85,25 +85,25 @@ When passed with the parameter ``--recursive``, the following ``cp`` command rec
|
|
|
85
85
|
specified bucket to another bucket while excluding some objects by using an ``--exclude`` parameter. In this example,
|
|
86
86
|
the bucket ``mybucket`` has the objects ``test1.txt`` and ``another/test1.txt``::
|
|
87
87
|
|
|
88
|
-
aws s3 cp s3://mybucket/ s3://
|
|
88
|
+
aws s3 cp s3://mybucket/ s3://amzn-s3-demo-bucket2/ \
|
|
89
89
|
--recursive \
|
|
90
90
|
--exclude "another/*"
|
|
91
91
|
|
|
92
92
|
Output::
|
|
93
93
|
|
|
94
|
-
copy: s3://mybucket/test1.txt to s3://
|
|
94
|
+
copy: s3://mybucket/test1.txt to s3://amzn-s3-demo-bucket2/test1.txt
|
|
95
95
|
|
|
96
96
|
You can combine ``--exclude`` and ``--include`` options to copy only objects that match a pattern, excluding all others::
|
|
97
97
|
|
|
98
|
-
aws s3 cp s3://mybucket/logs/ s3://
|
|
98
|
+
aws s3 cp s3://mybucket/logs/ s3://amzn-s3-demo-bucket2/logs/ \
|
|
99
99
|
--recursive \
|
|
100
100
|
--exclude "*" \
|
|
101
101
|
--include "*.log"
|
|
102
102
|
|
|
103
103
|
Output::
|
|
104
104
|
|
|
105
|
-
copy: s3://mybucket/logs/test/test.log to s3://
|
|
106
|
-
copy: s3://mybucket/logs/test3.log to s3://
|
|
105
|
+
copy: s3://mybucket/logs/test/test.log to s3://amzn-s3-demo-bucket2/logs/test/test.log
|
|
106
|
+
copy: s3://mybucket/logs/test3.log to s3://amzn-s3-demo-bucket2/logs/test3.log
|
|
107
107
|
|
|
108
108
|
**Example 9: Setting the Access Control List (ACL) while copying an S3 object**
|
|
109
109
|
|
awscli/examples/s3/ls.rst
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
**Example 1: Listing all user owned buckets**
|
|
2
2
|
|
|
3
|
-
The following ``ls`` command lists all of the bucket owned by the user. In this example, the user owns the buckets ``mybucket`` and ``
|
|
3
|
+
The following ``ls`` command lists all of the bucket owned by the user. In this example, the user owns the buckets ``mybucket`` and ``amzn-s3-demo-bucket2``. The timestamp is the date the bucket was created, shown in your machine's time zone. This date can change when making changes to your bucket, such as editing its bucket policy. Note if ``s3://`` is used for the path argument ``<S3Uri>``, it will list all of the buckets as well. ::
|
|
4
4
|
|
|
5
5
|
aws s3 ls
|
|
6
6
|
|
|
7
7
|
Output::
|
|
8
8
|
|
|
9
9
|
2013-07-11 17:08:50 mybucket
|
|
10
|
-
2013-07-24 14:55:44
|
|
10
|
+
2013-07-24 14:55:44 amzn-s3-demo-bucket2
|
|
11
11
|
|
|
12
12
|
**Example 2: Listing all prefixes and objects in a bucket**
|
|
13
13
|
|
awscli/examples/s3/mv.rst
CHANGED
|
@@ -32,11 +32,11 @@ Output::
|
|
|
32
32
|
|
|
33
33
|
The following ``mv`` command moves a single object to a specified bucket while retaining its original name::
|
|
34
34
|
|
|
35
|
-
aws s3 mv s3://mybucket/test.txt s3://
|
|
35
|
+
aws s3 mv s3://mybucket/test.txt s3://amzn-s3-demo-bucket2/
|
|
36
36
|
|
|
37
37
|
Output::
|
|
38
38
|
|
|
39
|
-
move: s3://mybucket/test.txt to s3://
|
|
39
|
+
move: s3://mybucket/test.txt to s3://amzn-s3-demo-bucket2/test.txt
|
|
40
40
|
|
|
41
41
|
**Example 5: Move all objects and prefixes in a bucket to the local directory**
|
|
42
42
|
|
|
@@ -64,7 +64,7 @@ this example, the directory ``myDir`` has the files ``test1.txt`` and ``test2.jp
|
|
|
64
64
|
|
|
65
65
|
Output::
|
|
66
66
|
|
|
67
|
-
move: myDir/test1.txt to s3://
|
|
67
|
+
move: myDir/test1.txt to s3://amzn-s3-demo-bucket2/test1.txt
|
|
68
68
|
|
|
69
69
|
**Example 7: Move all objects and prefixes in a bucket to the local directory, except specified prefix**
|
|
70
70
|
|
|
@@ -72,13 +72,13 @@ When passed with the parameter ``--recursive``, the following ``mv`` command rec
|
|
|
72
72
|
specified bucket to another bucket while excluding some objects by using an ``--exclude`` parameter. In this example,
|
|
73
73
|
the bucket ``mybucket`` has the objects ``test1.txt`` and ``another/test1.txt``. ::
|
|
74
74
|
|
|
75
|
-
aws s3 mv s3://mybucket/ s3://
|
|
75
|
+
aws s3 mv s3://mybucket/ s3://amzn-s3-demo-bucket2/ \
|
|
76
76
|
--recursive \
|
|
77
77
|
--exclude "mybucket/another/*"
|
|
78
78
|
|
|
79
79
|
Output::
|
|
80
80
|
|
|
81
|
-
move: s3://mybucket/test1.txt to s3://
|
|
81
|
+
move: s3://mybucket/test1.txt to s3://amzn-s3-demo-bucket2/test1.txt
|
|
82
82
|
|
|
83
83
|
**Example 8: Move an object to the specified bucket and set the ACL**
|
|
84
84
|
|
awscli/examples/s3/sync.rst
CHANGED
|
@@ -21,15 +21,15 @@ prefix and bucket by copying S3 objects. An S3 object will require copying if th
|
|
|
21
21
|
the last modified time of the source is newer than the last modified time of the destination, or the S3 object does not
|
|
22
22
|
exist under the specified bucket and prefix destination.
|
|
23
23
|
|
|
24
|
-
In this example, the user syncs the bucket ``mybucket`` to the bucket ``
|
|
25
|
-
``
|
|
24
|
+
In this example, the user syncs the bucket ``mybucket`` to the bucket ``amzn-s3-demo-bucket2``. The bucket ``mybucket`` contains the objects ``test.txt`` and ``test2.txt``. The bucket
|
|
25
|
+
``amzn-s3-demo-bucket2`` contains no objects::
|
|
26
26
|
|
|
27
|
-
aws s3 sync s3://mybucket s3://
|
|
27
|
+
aws s3 sync s3://mybucket s3://amzn-s3-demo-bucket2
|
|
28
28
|
|
|
29
29
|
Output::
|
|
30
30
|
|
|
31
|
-
copy: s3://mybucket/test.txt to s3://
|
|
32
|
-
copy: s3://mybucket/test2.txt to s3://
|
|
31
|
+
copy: s3://mybucket/test.txt to s3://amzn-s3-demo-bucket2/test.txt
|
|
32
|
+
copy: s3://mybucket/test2.txt to s3://amzn-s3-demo-bucket2/test2.txt
|
|
33
33
|
|
|
34
34
|
**Example 3: Sync all S3 objects from the specified S3 bucket to the local directory**
|
|
35
35
|
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
**Example 1: To create a subscriber with data access**
|
|
2
|
+
|
|
3
|
+
The following ``create-subscriber`` example creates a subscriber in Security Lake with access to data in the current AWS Region for the specified subscriber identity for an AWS source. ::
|
|
4
|
+
|
|
5
|
+
aws securitylake create-subscriber \
|
|
6
|
+
--access-types "S3" \
|
|
7
|
+
--sources '[{"awsLogSource": {"sourceName": "VPC_FLOW","sourceVersion": "2.0"}}]' \
|
|
8
|
+
--subscriber-name 'opensearch-s3' \
|
|
9
|
+
--subscriber-identity '{"principal": "029189416600","externalId": "123456789012"}'
|
|
10
|
+
|
|
11
|
+
Output::
|
|
12
|
+
|
|
13
|
+
{
|
|
14
|
+
"subscriber": {
|
|
15
|
+
"accessTypes": [
|
|
16
|
+
"S3"
|
|
17
|
+
],
|
|
18
|
+
"createdAt": "2024-07-17T19:08:26.787000+00:00",
|
|
19
|
+
"roleArn": "arn:aws:iam::773172568199:role/AmazonSecurityLake-896f218b-cfba-40be-a255-8b49a65d0407",
|
|
20
|
+
"s3BucketArn": "arn:aws:s3:::aws-security-data-lake-us-east-1-um632ufwpvxkyz0bc5hkb64atycnf3",
|
|
21
|
+
"sources": [
|
|
22
|
+
{
|
|
23
|
+
"awsLogSource": {
|
|
24
|
+
"sourceName": "VPC_FLOW",
|
|
25
|
+
"sourceVersion": "2.0"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"subscriberArn": "arn:aws:securitylake:us-east-1:773172568199:subscriber/896f218b-cfba-40be-a255-8b49a65d0407",
|
|
30
|
+
"subscriberId": "896f218b-cfba-40be-a255-8b49a65d0407",
|
|
31
|
+
"subscriberIdentity": {
|
|
32
|
+
"externalId": "123456789012",
|
|
33
|
+
"principal": "029189416600"
|
|
34
|
+
},
|
|
35
|
+
"subscriberName": "opensearch-s3",
|
|
36
|
+
"subscriberStatus": "ACTIVE",
|
|
37
|
+
"updatedAt": "2024-07-17T19:08:27.133000+00:00"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
For more information, see `Creating a subscriber with data access <https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-data-access.html#create-subscriber-data-access>`__ in the *Amazon Security Lake User Guide*.
|
|
42
|
+
|
|
43
|
+
**Example 2: To create a subscriber with query access**
|
|
44
|
+
|
|
45
|
+
The following ``create-subscriber`` example creates a subscriber in Security Lake with query access in the current AWS Region for the specified subscriber identity. ::
|
|
46
|
+
|
|
47
|
+
aws securitylake create-subscriber \
|
|
48
|
+
--access-types "LAKEFORMATION" \
|
|
49
|
+
--sources '[{"awsLogSource": {"sourceName": "VPC_FLOW","sourceVersion": "2.0"}}]' \
|
|
50
|
+
--subscriber-name 'opensearch-s3' \
|
|
51
|
+
--subscriber-identity '{"principal": "029189416600","externalId": "123456789012"}'
|
|
52
|
+
|
|
53
|
+
Output::
|
|
54
|
+
|
|
55
|
+
{
|
|
56
|
+
"subscriber": {
|
|
57
|
+
"accessTypes": [
|
|
58
|
+
"LAKEFORMATION"
|
|
59
|
+
],
|
|
60
|
+
"createdAt": "2024-07-18T01:05:55.853000+00:00",
|
|
61
|
+
"resourceShareArn": "arn:aws:ram:us-east-1:123456789012:resource-share/8c31da49-c224-4f1e-bb12-37ab756d6d8a",
|
|
62
|
+
"resourceShareName": "LakeFormation-V2-NAMENAMENA-123456789012",
|
|
63
|
+
"sources": [
|
|
64
|
+
{
|
|
65
|
+
"awsLogSource": {
|
|
66
|
+
"sourceName": "VPC_FLOW",
|
|
67
|
+
"sourceVersion": "2.0"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"subscriberArn": "arn:aws:securitylake:us-east-1:123456789012:subscriber/e762aabb-ce3d-4585-beab-63474597845d",
|
|
72
|
+
"subscriberId": "e762aabb-ce3d-4585-beab-63474597845d",
|
|
73
|
+
"subscriberIdentity": {
|
|
74
|
+
"externalId": "123456789012",
|
|
75
|
+
"principal": "029189416600"
|
|
76
|
+
},
|
|
77
|
+
"subscriberName": "opensearch-s3",
|
|
78
|
+
"subscriberStatus": "ACTIVE",
|
|
79
|
+
"updatedAt": "2024-07-18T01:05:58.393000+00:00"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
For more information, see `Creating a subscriber with query access <https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-query-access.html#create-query-subscriber-procedures>`__ in the *Amazon Security Lake User Guide*.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: awscli
|
|
3
|
-
Version: 1.37.
|
|
3
|
+
Version: 1.37.4
|
|
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.36.
|
|
26
|
+
Requires-Dist: botocore (==1.36.4)
|
|
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=2of_HpKQTtu_QETGj2xRYpHyrfXnm6jso3FU6B-guXo,1533
|
|
2
2
|
awscli/__main__.py,sha256=iBjOg0tBxNlhzTi_tyc1G0SMGBvHMVvBJzX3JqYaooY,662
|
|
3
3
|
awscli/alias.py,sha256=Us9pvP8Zplbr1W4N3rE5gxicWLqlRG3l_9VPskxafgs,11313
|
|
4
4
|
awscli/argparser.py,sha256=3Pxx-vWytdV985Y6MIl9DeutUXyehIvACIs_PDby8GI,7650
|
|
@@ -849,7 +849,7 @@ awscli/examples/cloudformation/wait/stack-rollback-complete.rst,sha256=-vUdi_01U
|
|
|
849
849
|
awscli/examples/cloudformation/wait/stack-update-complete.rst,sha256=9trZ3GNvEcaSOmJFHpn2-bWRHxJ8z8sOLFtNezsxnjw,432
|
|
850
850
|
awscli/examples/cloudformation/wait/type-registration-complete.rst,sha256=neyXSKJ9rxmte2xQIODDJbN95_IVuT2p7NjRGU0uP3M,396
|
|
851
851
|
awscli/examples/cloudfront/create-cloud-front-origin-access-identity.rst,sha256=xXR3yMitEp1A8cDJKnzUEppzKFjsvMUTuLJrz2GCJdk,1450
|
|
852
|
-
awscli/examples/cloudfront/create-distribution-with-tags.rst,sha256=
|
|
852
|
+
awscli/examples/cloudfront/create-distribution-with-tags.rst,sha256=plp3UVf9COjVHRDiZ7nMfmG5vduhk4OXcYe61dYW_qk,8537
|
|
853
853
|
awscli/examples/cloudfront/create-distribution.rst,sha256=eiHLh6fhMxPWFoi9RQOcKLI2jt4X8iumhoAK3Cve-gs,7960
|
|
854
854
|
awscli/examples/cloudfront/create-field-level-encryption-config.rst,sha256=3VjfGgPdM2ulTUobAi3qT3ICEL2-swYcRta415QUfHA,2970
|
|
855
855
|
awscli/examples/cloudfront/create-field-level-encryption-profile.rst,sha256=XLGMPFo2mXsf-mP9YPkAxuG6zj0Tty4FIkK7-rOTapQ,2647
|
|
@@ -863,7 +863,7 @@ awscli/examples/cloudfront/delete-public-key.rst,sha256=_eLupAqfecf8sj8JVg_-6c8c
|
|
|
863
863
|
awscli/examples/cloudfront/get-cloud-front-origin-access-identity-config.rst,sha256=PkHzPFcehOdVY1t4UWejot_5A9icT38vG1kUxOCCnv4,742
|
|
864
864
|
awscli/examples/cloudfront/get-cloud-front-origin-access-identity.rst,sha256=LKts8sKCtINCaLYKL60ngXvqQV7tUGhAeZCVcOq-Itg,949
|
|
865
865
|
awscli/examples/cloudfront/get-distribution-config.rst,sha256=yikeHqoDT_WpgFwMrWkIXO2jrLqiGKgOjCpRHa5Ctfw,3740
|
|
866
|
-
awscli/examples/cloudfront/get-distribution.rst,sha256=
|
|
866
|
+
awscli/examples/cloudfront/get-distribution.rst,sha256=GWTcGqcqeqzxbMqTLyh92VF1h0GrOCzMsWrZ7FdPF8s,4592
|
|
867
867
|
awscli/examples/cloudfront/get-field-level-encryption-config.rst,sha256=d57gCCRUTiaWcKfbN7XmSxQduo1iSp_adHrJLLkstio,1247
|
|
868
868
|
awscli/examples/cloudfront/get-field-level-encryption-profile-config.rst,sha256=sk2vb55mvompgpNbkE2KOzEBDsBK5PskVeMy8HCmmlo,1075
|
|
869
869
|
awscli/examples/cloudfront/get-field-level-encryption-profile.rst,sha256=_WUzOSdxtuCFu-vBUD2IxTDRGHV9KCcC1ALczpso3dM,1265
|
|
@@ -896,7 +896,7 @@ awscli/examples/cloudtrail/get-trail-status.rst,sha256=emOlulnkOV-uDbxD8ZaWGuTjk
|
|
|
896
896
|
awscli/examples/cloudtrail/list-public-keys.rst,sha256=6dFGbLyqIc6bWkjBEF2KppCHSz6RpKM3mDJOgKVWptI,890
|
|
897
897
|
awscli/examples/cloudtrail/list-tags.rst,sha256=G_FuTlHq5X79IHMAIUdN4uJJu29xM1zwErnYU1bi9k0,953
|
|
898
898
|
awscli/examples/cloudtrail/lookup-events.rst,sha256=kD7xPeoOn2R0EgZ-SFKT_GYlB0lMrkimSNIay1JxQbA,1705
|
|
899
|
-
awscli/examples/cloudtrail/put-event-selectors.rst,sha256=
|
|
899
|
+
awscli/examples/cloudtrail/put-event-selectors.rst,sha256=ND2auGC_mIYrmyTBdPezxPTWWjmYUEXfDu2csmLVrNU,9526
|
|
900
900
|
awscli/examples/cloudtrail/remove-tags.rst,sha256=baDXOQKHf9H0x0YxDR_EdrcIEU5HTVDUxQkd75LNVyA,252
|
|
901
901
|
awscli/examples/cloudtrail/start-logging.rst,sha256=aRx6ewSe_X3fFkBFKb8ilyjBclJd4fjhlkjGS4LiKDE,159
|
|
902
902
|
awscli/examples/cloudtrail/stop-logging.rst,sha256=5X4FWOdeN6pg7yN4pHw4R3oZngLs2QuML3Aq7Du4idY,153
|
|
@@ -1446,29 +1446,29 @@ awscli/examples/deploy/batch-get-application-revisions.rst,sha256=DtwiY1Js8qy6as
|
|
|
1446
1446
|
awscli/examples/deploy/batch-get-applications.rst,sha256=pYGSm7e5ZTK0hH57KE8i2PAhO1SH_ZDXOFARu_wxRJ4,826
|
|
1447
1447
|
awscli/examples/deploy/batch-get-deployment-groups.rst,sha256=LPaRdHOmd5SPN_h0JdjorITe4bqtfu0fW2VUIj4WSyc,3554
|
|
1448
1448
|
awscli/examples/deploy/batch-get-deployment-targets.rst,sha256=llbF4XAB-oFpYsNyHzyiApU4i8aFsyBcFSrHBNQ-s4Q,2793
|
|
1449
|
-
awscli/examples/deploy/batch-get-deployments.rst,sha256=
|
|
1449
|
+
awscli/examples/deploy/batch-get-deployments.rst,sha256=cm5atsbF-C-Z1Axj0uBXOjCAvc4BaUTLG8SvWeXFvok,2558
|
|
1450
1450
|
awscli/examples/deploy/batch-get-on-premises-instances.rst,sha256=6voW2TbuLTxGkh84IEyMGMYcprSWhgiWeJeTl_wlkkA,1393
|
|
1451
1451
|
awscli/examples/deploy/continue-deployment.rst,sha256=vxZIE_wO3R3u2OLkYB0lNJe8-zNwFNKnZofkhrpgG0o,621
|
|
1452
1452
|
awscli/examples/deploy/create-application.rst,sha256=D9vFgRIFKMq1khKy0LBqnOF-BwD9mHrT3NMCpFRtmBw,301
|
|
1453
1453
|
awscli/examples/deploy/create-deployment-config.rst,sha256=AF_ED3XkQSB8-wOpvdLj1xonSerT88Z-ABju40wgKzM,442
|
|
1454
1454
|
awscli/examples/deploy/create-deployment-group.rst,sha256=olz-hzQnE8W3DGp4O6tRX1EW6sOTdXByfjwgVoSbSOw,683
|
|
1455
|
-
awscli/examples/deploy/create-deployment.rst,sha256=
|
|
1455
|
+
awscli/examples/deploy/create-deployment.rst,sha256=WUOFccviNPW0oJwPJs9CXAo9573phdGOIk9iNg4u-ws,2049
|
|
1456
1456
|
awscli/examples/deploy/delete-application.rst,sha256=ti94Myfdssny-G3wKSWygMqIXBBTLKn0PYlgSbQ_i_I,261
|
|
1457
1457
|
awscli/examples/deploy/delete-deployment-config.rst,sha256=Ye2UaPNVrDSlQYrQLVpx024RRw89HjT4cPyUUqncDWs,307
|
|
1458
1458
|
awscli/examples/deploy/delete-deployment-group.rst,sha256=FqzKAwQWBUny2w-7SGhz4m2sA56X-xFrlb0J54MQ7N4,350
|
|
1459
1459
|
awscli/examples/deploy/delete-git-hub-account-token.rst,sha256=XXX-RnZzjfvIxfPfs_W_mOa-APDOCqDmh1qB43JLKCE,491
|
|
1460
1460
|
awscli/examples/deploy/deregister-on-premises-instance.rst,sha256=Vwcy2LxYb5acQZqUfQSVI4M752D9nY1gd7PYvX1A2Zc,571
|
|
1461
1461
|
awscli/examples/deploy/deregister.rst,sha256=QlERuK_NAn_B86wU62Meu6nVk7Pc84eXSo8XrU3pCDc,967
|
|
1462
|
-
awscli/examples/deploy/get-application-revision.rst,sha256
|
|
1462
|
+
awscli/examples/deploy/get-application-revision.rst,sha256=-30nc8btRw1Vkb_MUVVzG9OCFc0lBQHrNpZ_37yO058,1091
|
|
1463
1463
|
awscli/examples/deploy/get-application.rst,sha256=mVvAQbKxdf_ecKus8E83vn0ML4vQSss5M4wBTa54iQo,498
|
|
1464
1464
|
awscli/examples/deploy/get-deployment-config.rst,sha256=qfMG11klwXUM0dma5Ps_BW9qlUGZN0oacYRj-U4riZY,657
|
|
1465
1465
|
awscli/examples/deploy/get-deployment-group.rst,sha256=fMNrksAXC-nqOsKisGDGAg6Kc22MdWWJuytVJAJAlfY,1007
|
|
1466
1466
|
awscli/examples/deploy/get-deployment-instance.rst,sha256=Dj6-n9jAInLXFEyCQypSao3jWM0LGvux7F8v7TqbDhs,2141
|
|
1467
1467
|
awscli/examples/deploy/get-deployment-target.rst,sha256=doPzEN9gbWSWwSDftQnVXVEpyiO-VkF0ABtjPvK2y1E,4626
|
|
1468
|
-
awscli/examples/deploy/get-deployment.rst,sha256=
|
|
1468
|
+
awscli/examples/deploy/get-deployment.rst,sha256=ybz3hThyPtvMoeyH0vArysU0jTGtg207wXi_9NhU-H0,1296
|
|
1469
1469
|
awscli/examples/deploy/get-on-premises-instance.rst,sha256=wqdxIJqnKo729Lr_S4vkZXmGgNMSRXxS06LTf30JTz4,745
|
|
1470
1470
|
awscli/examples/deploy/install.rst,sha256=6CPxpO2BKLiksCQmAkHHffGsXb5-FdhwXI3EbO1ljiU,825
|
|
1471
|
-
awscli/examples/deploy/list-application-revisions.rst,sha256=
|
|
1471
|
+
awscli/examples/deploy/list-application-revisions.rst,sha256=3oOWhQQrCOArhkYCBnIJvR0cNAgHhmkwzxfYMppDD0w,1185
|
|
1472
1472
|
awscli/examples/deploy/list-applications.rst,sha256=CFUzoz4PG_ch5X1uQS-RnuJ6bHtsDXqMeaST-EWtDYI,331
|
|
1473
1473
|
awscli/examples/deploy/list-deployment-configs.rst,sha256=vbwYYr4unjSyJCfU0wDuTkxVCPS9DP4w7NJXJjRVJO4,490
|
|
1474
1474
|
awscli/examples/deploy/list-deployment-groups.rst,sha256=3YeApOvAVy1qp79DPJO6NRqe_oN-Wi5TzuSO51Fmroc,440
|
|
@@ -1478,8 +1478,8 @@ awscli/examples/deploy/list-deployments.rst,sha256=blM_-SubEZt-Hy86fwAPsRNJiFfRw
|
|
|
1478
1478
|
awscli/examples/deploy/list-git-hub-account-token-names.rst,sha256=IHs16Ci7eeKNHEZAp5f1-XwA5XioSDIhq3hs_BF_vHQ,608
|
|
1479
1479
|
awscli/examples/deploy/list-on-premises-instances.rst,sha256=4QT9DngcCFHh610QpP-lsWvJdyC-aiPTAouh6Lh4nxM,589
|
|
1480
1480
|
awscli/examples/deploy/list-tags-for-resource.rst,sha256=6dp8sB5ql-jWmk_nqD1-_SbfN1Hd26DlIaXQ3mgwI1w,738
|
|
1481
|
-
awscli/examples/deploy/push.rst,sha256=
|
|
1482
|
-
awscli/examples/deploy/register-application-revision.rst,sha256=
|
|
1481
|
+
awscli/examples/deploy/push.rst,sha256=qgV1GjD3A2VKaGJ8v4AHHadNhqZOJNXtHLMvD_U98ZU,1016
|
|
1482
|
+
awscli/examples/deploy/register-application-revision.rst,sha256=I7B4oMCEn7mCnRnRREcbAT3YLYeavodk1QNkN4OiPLU,557
|
|
1483
1483
|
awscli/examples/deploy/register-on-premises-instance.rst,sha256=VLFlgqYf_J8fGjvvXDVp5oKSTx5XobjCYFwpP2nsXe4,506
|
|
1484
1484
|
awscli/examples/deploy/register.rst,sha256=IppG8bOYcrklgl0hBMOESzKWVqdScVpTsa2mq68QpZQ,1029
|
|
1485
1485
|
awscli/examples/deploy/remove-tags-from-on-premises-instances.rst,sha256=Yp-skgVwltouDTAXrw3BBGaKuR9Yc1PCm8hvVwygiWI,683
|
|
@@ -1702,7 +1702,7 @@ awscli/examples/dynamodbstreams/describe-stream.rst,sha256=qJXS79wdPanAYPrqrv3EQ
|
|
|
1702
1702
|
awscli/examples/dynamodbstreams/get-records.rst,sha256=kb4ZPA2nglGqE3WrdetwH-GIvLrLMdMo3vmYKqykZIE,6488
|
|
1703
1703
|
awscli/examples/dynamodbstreams/get-shard-iterator.rst,sha256=ayqUFi-TcanD4LDMeVfYtIZFl48VmStYEJuwCqDI6L4,1344
|
|
1704
1704
|
awscli/examples/dynamodbstreams/list-streams.rst,sha256=e59ZAoMZ3cqaa9deME-EFnhGIv-6zIK-H3A_fhPwwk0,695
|
|
1705
|
-
awscli/examples/ec2/accept-address-transfer.rst,sha256=
|
|
1705
|
+
awscli/examples/ec2/accept-address-transfer.rst,sha256=Bjxb_3Ch0gmmYIPS-cX9CuEl1FF2rSKBj8hE8vyszBU,874
|
|
1706
1706
|
awscli/examples/ec2/accept-reserved-instances-exchange-quote.rst,sha256=jQeLEd2qwmoO48yIuYVnCHMmkMD-a-OGmnAk4P2VcqQ,416
|
|
1707
1707
|
awscli/examples/ec2/accept-transit-gateway-peering-attachment.rst,sha256=-nfVy91OBpqwWgAIZofbsjry5uvNbzjaBNfy2qTjJs0,1215
|
|
1708
1708
|
awscli/examples/ec2/accept-transit-gateway-vpc-attachment.rst,sha256=jpJbXapJovrH81EaddYsu1Wyd1O8EVBozUyFg_ne788,1083
|
|
@@ -1710,13 +1710,13 @@ awscli/examples/ec2/accept-vpc-endpoint-connections.rst,sha256=WfmQJblgsn21J_XdC
|
|
|
1710
1710
|
awscli/examples/ec2/accept-vpc-peering-connection.rst,sha256=xxOVMKH4TepZErom1jluhbPLew2OQM56VxRlBOpCo14,691
|
|
1711
1711
|
awscli/examples/ec2/advertise-byoip-cidr.rst,sha256=guFQVkTgtB0yCSU5EohTSxveSn2zYFobkIYvk2Vw0AE,397
|
|
1712
1712
|
awscli/examples/ec2/allocate-address.rst,sha256=S3RbW_3kaGsOsuNTW2tS4hqSXt35CO4NL8Wb1z5_e-4,2242
|
|
1713
|
-
awscli/examples/ec2/allocate-hosts.rst,sha256=
|
|
1713
|
+
awscli/examples/ec2/allocate-hosts.rst,sha256=b6KMbykdMO7PPCKotirMr7r8ScLVGTDZ0IVI0SPJBaQ,1816
|
|
1714
1714
|
awscli/examples/ec2/allocate-ipam-pool-cidr.rst,sha256=K8K_huAqsv4q6EvJr0ZHd1kMdvFJ57tBWEXJ63BcphY,896
|
|
1715
1715
|
awscli/examples/ec2/apply-security-groups-to-client-vpn-target-network.rst,sha256=eVJEjIayPxFAC9hlrZQgtNMMegUjQD2SUK1dr1ll6Fc,781
|
|
1716
1716
|
awscli/examples/ec2/assign-ipv6-addresses.rst,sha256=xf-dNqwP2dm6pBngss7Tt6FuvmnLIEplWIR0-nyVNa0,1102
|
|
1717
1717
|
awscli/examples/ec2/assign-private-ip-addresses.rst,sha256=ZXWQesow8d9-JtA6PqxHjcth6jOwdDlnHaX3QyqeVSI,866
|
|
1718
1718
|
awscli/examples/ec2/assign-private-nat-gateway-address.rst,sha256=q1Fq_hgy1DMJIEig9L1S0b6d1-2_yo37HFk1u2Sk9nI,954
|
|
1719
|
-
awscli/examples/ec2/associate-address.rst,sha256=
|
|
1719
|
+
awscli/examples/ec2/associate-address.rst,sha256=SBZ1ZiICZbz9IT6RJuTsPHKBj961Nj_KmvO3hXOb5IM,1447
|
|
1720
1720
|
awscli/examples/ec2/associate-client-vpn-target-network.rst,sha256=U1Q9DjHDQCqVMHRSDFQWCGlUYAMSvNCo9w8MPzg_zGQ,668
|
|
1721
1721
|
awscli/examples/ec2/associate-dhcp-options.rst,sha256=PEbGfnPIaQCJ2a8CSqakqdaaMDTXmOjd838mnSzNB_w,557
|
|
1722
1722
|
awscli/examples/ec2/associate-iam-instance-profile.rst,sha256=Gt5GgQkzluUn3CIW80Dh0T_9IoEQaYo7mr4vIvD8zqA,650
|
|
@@ -1735,25 +1735,25 @@ awscli/examples/ec2/attach-verified-access-trust-provider.rst,sha256=zDEAakHUkrw
|
|
|
1735
1735
|
awscli/examples/ec2/attach-volume.rst,sha256=UXe9OqCeAdsE63jhprEnUAdjzEYNSz5vhitzgVeYMXc,498
|
|
1736
1736
|
awscli/examples/ec2/attach-vpn-gateway.rst,sha256=Nt9nD2GljfM_f_mveXwUZMUTFGT7uCfHMxooE2qAqHA,422
|
|
1737
1737
|
awscli/examples/ec2/authorize-client-vpn-ingress.rst,sha256=04mpx0tSibIWKIap58J1B5thqscII01pCzOAZWt0_W4,666
|
|
1738
|
-
awscli/examples/ec2/authorize-security-group-egress.rst,sha256=
|
|
1739
|
-
awscli/examples/ec2/authorize-security-group-ingress.rst,sha256=
|
|
1738
|
+
awscli/examples/ec2/authorize-security-group-egress.rst,sha256=9GB52PkLo5St2zt4Xag9wZ8zOgpT5HBtccj_kgYmunY,2082
|
|
1739
|
+
awscli/examples/ec2/authorize-security-group-ingress.rst,sha256=_nQ143upWl1o58e889DKneu-ZYA_Ct226V6IWZLevHk,8499
|
|
1740
1740
|
awscli/examples/ec2/bundle-instance.rst,sha256=tOaXA4H6nENOgvdM5azHE3P6yXuTLrgYdOCLkusWY1k,914
|
|
1741
1741
|
awscli/examples/ec2/cancel-bundle-task.rst,sha256=QvvN395ijIqWb-lS_i3BbXutcq7v6FzdUikNGaChLIw,514
|
|
1742
1742
|
awscli/examples/ec2/cancel-capacity-reservation-fleets.rst,sha256=AyRNakwOiltaxC1dWO60TRzVuaCnSG95ehDOi9qJ_P8,1148
|
|
1743
|
-
awscli/examples/ec2/cancel-capacity-reservation.rst,sha256=
|
|
1743
|
+
awscli/examples/ec2/cancel-capacity-reservation.rst,sha256=ynLBdf4_CEU0vwNSYTqvY51LP-DOMDIptQipJzSf0pQ,479
|
|
1744
1744
|
awscli/examples/ec2/cancel-conversion-task.rst,sha256=hB-UlstSTIAHbWGPk1dmWQzhkk2zu80rfPJytPae9Gk,274
|
|
1745
1745
|
awscli/examples/ec2/cancel-export-task.rst,sha256=GfbCGO2928mGOVOa0YC1Qg7PekuFa_HRfiYG3x1mS5g,240
|
|
1746
1746
|
awscli/examples/ec2/cancel-image-launch-permission.rst,sha256=F1tgivpWLw4eqIZXqOhGMCjuUh0f0Nvk7WrZgrfvnsk,618
|
|
1747
1747
|
awscli/examples/ec2/cancel-import-task.rst,sha256=Nlmrjm4TOcUmoUcMJTIOWrd-U5B44iYs99MDCpi8B-E,363
|
|
1748
1748
|
awscli/examples/ec2/cancel-reserved-instances-listing.rst,sha256=p3bd3u2DeHQAgQbpZfMgNBxxITGjrSwJrkKUF8m2vXU,281
|
|
1749
|
-
awscli/examples/ec2/cancel-spot-fleet-requests.rst,sha256=
|
|
1749
|
+
awscli/examples/ec2/cancel-spot-fleet-requests.rst,sha256=E-aCQs4ukPnqnaczvNiXiJYicZ5ejcggdsGlkFowOjE,1704
|
|
1750
1750
|
awscli/examples/ec2/cancel-spot-instance-requests.rst,sha256=W0bot8zzxHeC6GXa5AG1CWOeRDqMm4szAHWpL6uhtFo,368
|
|
1751
1751
|
awscli/examples/ec2/confirm-product-instance.rst,sha256=c8rWGguZrdYdrXMBDVeLQA7Fn0dwTLwKyTGELNwZy2o,292
|
|
1752
1752
|
awscli/examples/ec2/copy-fpga-image.rst,sha256=6VWbztfLo76g5ueRc84Fc0KvFRM15N-m7SRJMMCGeKQ,347
|
|
1753
1753
|
awscli/examples/ec2/copy-image.rst,sha256=i6P7bUUgwi0Eaimn2CEW0NpVO92umS0CnCbyFbL6Yko,2035
|
|
1754
|
-
awscli/examples/ec2/copy-snapshot.rst,sha256=
|
|
1754
|
+
awscli/examples/ec2/copy-snapshot.rst,sha256=3ZRJvlxUZVo8Ix_1JmZW4kQgzs0WjGPY8H1VrGY9fzc,1211
|
|
1755
1755
|
awscli/examples/ec2/create-capacity-reservation-fleet.rst,sha256=QwUNM7quxLhJ_-Zg40Mmf4W7tuS3qMD6fXoADq8doao,2244
|
|
1756
|
-
awscli/examples/ec2/create-capacity-reservation.rst,sha256=
|
|
1756
|
+
awscli/examples/ec2/create-capacity-reservation.rst,sha256=Fz72h9EnbmW1sQo2ilLp371vdWwm30vSuvbrMjvEll0,3928
|
|
1757
1757
|
awscli/examples/ec2/create-carrier-gateway.rst,sha256=NncRElyBoUbHgInWP2bB6LNTltGU5jwKeLzFLocM6ro,632
|
|
1758
1758
|
awscli/examples/ec2/create-client-vpn-endpoint.rst,sha256=vwc6rmQWtlbQpH0e0YgoazBcrrtJ5U43m04CvFzGc0M,1099
|
|
1759
1759
|
awscli/examples/ec2/create-client-vpn-route.rst,sha256=f9F_Ntauj591Gmwe33q8jzQYYbxoyW776OnrgLtJfTU,657
|
|
@@ -1792,41 +1792,41 @@ awscli/examples/ec2/create-network-insights-path.rst,sha256=Qnlg_kfGp9ymSM3BwOQX
|
|
|
1792
1792
|
awscli/examples/ec2/create-network-interface-permission.rst,sha256=-FuTJc8CMY-Xeukw-jKHP1uOFu3OxolVS_b2qX5IkMY,643
|
|
1793
1793
|
awscli/examples/ec2/create-network-interface.rst,sha256=j5tOwavm-qgu3oVFkiom9uZq5X5Sj-CFZryOxWXfPDw,7259
|
|
1794
1794
|
awscli/examples/ec2/create-placement-group.rst,sha256=P6rdnd2XDuGcH1kOfXBsKbAQDSX6ghskwQdGqBrJZZE,452
|
|
1795
|
-
awscli/examples/ec2/create-replace-root-volume-task.rst,sha256=
|
|
1795
|
+
awscli/examples/ec2/create-replace-root-volume-task.rst,sha256=9BI3bab-IJU4zGQhdb05Xa0PqyOA4LKTZ11yNAYMBao,1492
|
|
1796
1796
|
awscli/examples/ec2/create-reserved-instances-listing.rst,sha256=zjc_DYKC3icKenPXUW_Xwl1Ff6fhiqctTmQqOCb0S1c,491
|
|
1797
|
-
awscli/examples/ec2/create-restore-image-task.rst,sha256=
|
|
1797
|
+
awscli/examples/ec2/create-restore-image-task.rst,sha256=0j4qJzH8rGsYRR8WMQVSW3MD3XRhwQixYL5q_7y7uIU,884
|
|
1798
1798
|
awscli/examples/ec2/create-route-table.rst,sha256=fpq_DD4aVF8xCAzo2xfvw-wL7L26WGPvQ2hNxIGXojc,561
|
|
1799
1799
|
awscli/examples/ec2/create-route.rst,sha256=-tJeeI5YPJWHZyKbCuRzUF5_texY9TUzlWlv-nNkCko,1142
|
|
1800
1800
|
awscli/examples/ec2/create-security-group.rst,sha256=qyfXr5MxM1JS9vo8S6qFVAoDiL6TMtuq97-kFwTdaK4,775
|
|
1801
1801
|
awscli/examples/ec2/create-snapshot.rst,sha256=KSeCenj99t-Jvo1XfJag_RSC8-MOjXa_tVFBGNmAz4o,1532
|
|
1802
1802
|
awscli/examples/ec2/create-snapshots.rst,sha256=5ggqNqk3ecUkUf30DKmnqs5U4JeZ2YNiwYfIRLOz0dM,3385
|
|
1803
|
-
awscli/examples/ec2/create-spot-datafeed-subscription.rst,sha256=
|
|
1803
|
+
awscli/examples/ec2/create-spot-datafeed-subscription.rst,sha256=d2ITwNOCMHsJqdwzveVXpMMnYRgPx9cu1yG5r1ZgAM4,871
|
|
1804
1804
|
awscli/examples/ec2/create-store-image-task.rst,sha256=rkoeLQ_xMIpmXIgNCz38rFEPcLPw3O4Qiytr3DEIcMI,576
|
|
1805
1805
|
awscli/examples/ec2/create-subnet-cidr-reservation.rst,sha256=86S7n0IcNts-59xo1Ugk5W0_0LrNKFoTa0l0nRWH9dw,818
|
|
1806
1806
|
awscli/examples/ec2/create-subnet.rst,sha256=BV3yRw2N-NWM9WkOYQ1UQPrIAMo4jXBzwZjkxWYtGXY,4560
|
|
1807
|
-
awscli/examples/ec2/create-tags.rst,sha256=
|
|
1808
|
-
awscli/examples/ec2/create-traffic-mirror-filter-rule.rst,sha256=
|
|
1809
|
-
awscli/examples/ec2/create-traffic-mirror-filter.rst,sha256=
|
|
1810
|
-
awscli/examples/ec2/create-traffic-mirror-session.rst,sha256=
|
|
1811
|
-
awscli/examples/ec2/create-traffic-mirror-target.rst,sha256=
|
|
1807
|
+
awscli/examples/ec2/create-tags.rst,sha256=yKtRgPiB9kSIuzoQIcH6fmILyoDtrDld5QwDqnTEQV4,2354
|
|
1808
|
+
awscli/examples/ec2/create-traffic-mirror-filter-rule.rst,sha256=DhboeJ3MLHkD2P_cybeF_nW24BA61aiTKGSo-NVvgww,1381
|
|
1809
|
+
awscli/examples/ec2/create-traffic-mirror-filter.rst,sha256=7-CidcB2bGpO0sbHkUUy9qN-fXJ2bMSD2LMzY-_Fi8g,863
|
|
1810
|
+
awscli/examples/ec2/create-traffic-mirror-session.rst,sha256=K4MhNO7N2M7A9Y0OxF3V96hxUetBbqMVHsWAYL5Xf1k,1317
|
|
1811
|
+
awscli/examples/ec2/create-traffic-mirror-target.rst,sha256=Y6fOIVRD__I_dZf7_GxHbYt2lzcHFJz9hgLUPHs339M,1850
|
|
1812
1812
|
awscli/examples/ec2/create-transit-gateway-connect-peer.rst,sha256=aTjJexT4YXKXpbaQeC5BwENrXTII4ku9TKVtn_y4tXE,1836
|
|
1813
1813
|
awscli/examples/ec2/create-transit-gateway-connect.rst,sha256=HTu3RJjmQ0Y7rFfS-ddVZjHCzD2dD7sA8laI7JAm4uI,1019
|
|
1814
1814
|
awscli/examples/ec2/create-transit-gateway-multicast-domain.rst,sha256=z-pj-DqAOcsK-tn9Piil95-tByQcKcmcmJ1bYIdDrCA,2565
|
|
1815
1815
|
awscli/examples/ec2/create-transit-gateway-peering-attachment.rst,sha256=_knqgllRkiTLTz6eIYmc1y1mF3BPi-mb8cjiuBVxeA0,1237
|
|
1816
1816
|
awscli/examples/ec2/create-transit-gateway-policy-table.rst,sha256=Xf8khCqNFg_-eh2quPBXz9BJGqeNk0X8gVfM2f5_r7c,761
|
|
1817
|
-
awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst,sha256=
|
|
1817
|
+
awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst,sha256=pQUtPopDI43ko7VRqGbg4CiQiX9OX8UEiRzlaG7hCj0,1201
|
|
1818
1818
|
awscli/examples/ec2/create-transit-gateway-route-table.rst,sha256=bH4JijCiYPDWDwkemyorFxvOU-HqVd5tNK0EdODoE-E,865
|
|
1819
1819
|
awscli/examples/ec2/create-transit-gateway-route.rst,sha256=vyphI6e3z_t2kyLucSacCpIK-uMFFogYvBZNi78hthk,1031
|
|
1820
1820
|
awscli/examples/ec2/create-transit-gateway-vpc-attachment.rst,sha256=PEJjwv86LqArQnSYBxjHF_kviHrtoDGCqIeWEja4DKc,2441
|
|
1821
1821
|
awscli/examples/ec2/create-transit-gateway.rst,sha256=zreUnNGQYQNjaOC4JosOposYFtyjHq93mc1NQVAwlpU,1449
|
|
1822
|
-
awscli/examples/ec2/create-verified-access-endpoint.rst,sha256=
|
|
1822
|
+
awscli/examples/ec2/create-verified-access-endpoint.rst,sha256=r-Dr4kJSQXbNjJ3QDLGodttNiir2XQTq0cRdFK2TjlQ,2431
|
|
1823
1823
|
awscli/examples/ec2/create-verified-access-group.rst,sha256=9qYIEvMcXtu0dEoLn5PF3b2B4zcPbwFcFEW2AUl5g68,1227
|
|
1824
1824
|
awscli/examples/ec2/create-verified-access-instance.rst,sha256=INuRjVl4SXe8S_EkEJZnXyl2uxDDgRcvQPfk-Erbqtc,990
|
|
1825
1825
|
awscli/examples/ec2/create-verified-access-trust-provider.rst,sha256=1pJLR41vWcAnJx5Vuuf8_8W1WC-OKVvr8UEy3zUMdPA,1285
|
|
1826
1826
|
awscli/examples/ec2/create-volume.rst,sha256=31PqwEYeG0c-eulwcGyOAHY_AOOaHWfCASyjnNmHkC4,3377
|
|
1827
1827
|
awscli/examples/ec2/create-vpc-endpoint-connection-notification.rst,sha256=OZAwrdjIgZYZlEHT29EJu9zD6w6UsVim7R79aIcbys8,921
|
|
1828
|
-
awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst,sha256=
|
|
1829
|
-
awscli/examples/ec2/create-vpc-endpoint.rst,sha256=
|
|
1828
|
+
awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst,sha256=rm7Ut4vkdg9yI-_ff911xf48LklGqVz-wiciigAmA1s,3130
|
|
1829
|
+
awscli/examples/ec2/create-vpc-endpoint.rst,sha256=tOPJ9F7B2Al4tdxCHXGYnEU3QbMqaWwG5VfAO2-cwr0,4794
|
|
1830
1830
|
awscli/examples/ec2/create-vpc-peering-connection.rst,sha256=zmnY1K9psrow60xl_3JwhSVQVk4iKRo5HwyNdeb98b0,1971
|
|
1831
1831
|
awscli/examples/ec2/create-vpc.rst,sha256=GcXDL_fMzGxKEgoTMPtg611-D6nhD2iAiHoVB2eMTmk,5309
|
|
1832
1832
|
awscli/examples/ec2/create-vpn-connection-route.rst,sha256=pXLb7g0PmxlKkH5qM2PdTqoVhp0OJnLfCquP58__Yts,290
|
|
@@ -2048,10 +2048,10 @@ awscli/examples/ec2/describe-vpc-classic-link-dns-support.rst,sha256=65FNoIerJVG
|
|
|
2048
2048
|
awscli/examples/ec2/describe-vpc-classic-link.rst,sha256=jasVu1ItTEKW28mFDp1meDZP7ax-W1EriAvvWHWPxvE,659
|
|
2049
2049
|
awscli/examples/ec2/describe-vpc-endpoint-connection-notifications.rst,sha256=oTpatewoq4Tj7m-k0L_hXcNPTKT6W8ubcq2PWkcQJ_k,807
|
|
2050
2050
|
awscli/examples/ec2/describe-vpc-endpoint-connections.rst,sha256=8xFQG0f06M7AQ1Zd7hIGsj_Kv47WHmo0Rdqrb8Kjkd0,670
|
|
2051
|
-
awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst,sha256=
|
|
2051
|
+
awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst,sha256=NFEjH3OL3tQwwxe5x44ASAQOagJJDR79F-7lQMS3Tr4,2476
|
|
2052
2052
|
awscli/examples/ec2/describe-vpc-endpoint-service-permissions.rst,sha256=_LHvJ-usfylcmxlyTyLREIBomh6N-LZt3_rfHJnuF54,393
|
|
2053
|
-
awscli/examples/ec2/describe-vpc-endpoint-services.rst,sha256=
|
|
2054
|
-
awscli/examples/ec2/describe-vpc-endpoints.rst,sha256=
|
|
2053
|
+
awscli/examples/ec2/describe-vpc-endpoint-services.rst,sha256=H4-9DJ2e9lwPThzog97ZKe3DUMLC2NpVWrxjvu1DAfo,4734
|
|
2054
|
+
awscli/examples/ec2/describe-vpc-endpoints.rst,sha256=H3jdyzDQQstfoeqxN10KrJdwxYGQj5hAWrTnrlzFTGA,3832
|
|
2055
2055
|
awscli/examples/ec2/describe-vpc-peering-connections.rst,sha256=-Unevuq6PNBdSeh3C6k6Sz3GOhkpCTAGf0M3yoCr4hA,2802
|
|
2056
2056
|
awscli/examples/ec2/describe-vpcs.rst,sha256=rLRwRR8tNVZPQ6obKmOfgWjMvsdgg4EvCBRABZcLfXk,3048
|
|
2057
2057
|
awscli/examples/ec2/describe-vpn-connections.rst,sha256=E1TaH_R3PH-h5_E0jdEqZER_R9LZN-PqsCd4FVsoQRY,2457
|
|
@@ -2451,7 +2451,7 @@ awscli/examples/eks/deregister-cluster.rst,sha256=0EaIG9t0nsyght_CUe9b55z1ohwy2S
|
|
|
2451
2451
|
awscli/examples/eks/describe-addon-configuration.rst,sha256=VRZyZpqiRyeBRlMfRkiJ_JrW54zuRw7D00N_juxS3gk,7232
|
|
2452
2452
|
awscli/examples/eks/describe-addon-versions.rst,sha256=YT_O2aKstlINFnHFAKERyrTx9tY6JuG5DYaXJ_oi8ek,11954
|
|
2453
2453
|
awscli/examples/eks/describe-addon.rst,sha256=o3g3OWkJcDHqrcsWzpP8Dia5FmTn1dtLv4u206kH4_A,1211
|
|
2454
|
-
awscli/examples/eks/describe-cluster.rst,sha256=
|
|
2454
|
+
awscli/examples/eks/describe-cluster.rst,sha256=2tHAIWQ7J6gk-kmqKUauJX8RwVmF-xArHD-a0pcbbdU,3585
|
|
2455
2455
|
awscli/examples/eks/describe-fargate-profile.rst,sha256=RRuGqjcDo7A45ugnfJHg-QL3nWFVnQqNd4DWeVJF-L0,1557
|
|
2456
2456
|
awscli/examples/eks/describe-identity-provider-config.rst,sha256=MkEnu603qrscluYq_I5UGZzAVu8pOwCK3IyEzDFhDPY,1660
|
|
2457
2457
|
awscli/examples/eks/describe-nodegroup.rst,sha256=GV8qJDSg0050jJSKlQxK3ORG6DB1z4SSIfYvL60mi0o,1859
|
|
@@ -2664,7 +2664,7 @@ awscli/examples/elbv2/wait/target-in-service.rst,sha256=YYn_BgFRsxalSeAfdOPBuZwc
|
|
|
2664
2664
|
awscli/examples/emr/add-instance-fleet.rst,sha256=86QceC6G-Xg_2SokLSEhO4rBpvSsh-X3w3OB27jdFx4,521
|
|
2665
2665
|
awscli/examples/emr/add-steps.rst,sha256=OxGtOx7u2EplNbCpMTHgXKEwhLGH3BZWS7nJXi1XQEE,4477
|
|
2666
2666
|
awscli/examples/emr/add-tags.rst,sha256=h35saPb_5aiRrzpGAyYsGQp8pDmd002-ouKr2sMOsck,648
|
|
2667
|
-
awscli/examples/emr/create-cluster-examples.rst,sha256=
|
|
2667
|
+
awscli/examples/emr/create-cluster-examples.rst,sha256=GZzG11u5azxnsNOlZAZFyRi4SkBK5cr1vcK3uKJtzms,31392
|
|
2668
2668
|
awscli/examples/emr/create-cluster-synopsis.txt,sha256=_ggsfLeHBw-MAYKdJSlWzT3atyvwazmm6TBYh2iXeeI,1347
|
|
2669
2669
|
awscli/examples/emr/create-default-roles.rst,sha256=pmYwkYa9HgK5Qn6VBFSL5SgWbyV9jNRDNmV_wE_TdKA,5688
|
|
2670
2670
|
awscli/examples/emr/create-security-configuration.rst,sha256=m3vxwRSYxuDRoIB33gFXxoiD03JKccb329eiE_K2byc,4003
|
|
@@ -2681,7 +2681,7 @@ awscli/examples/emr/modify-cluster-attributes.rst,sha256=FCCR6voI_KjVHKvJHpKQ7h4
|
|
|
2681
2681
|
awscli/examples/emr/modify-instance-fleet.rst,sha256=ALpqFseE8NRMIcjITkaqgLur04ET_aL_WYWCmNI8D9c,333
|
|
2682
2682
|
awscli/examples/emr/put.rst,sha256=WbwN3DGk_Fk0mc6Bw6LSJ7qbHjjmelCn0VRXCjcI-7A,287
|
|
2683
2683
|
awscli/examples/emr/remove-tags.rst,sha256=e1iKW3cyJvhc4PAKxoMgGoK0zN464ORXN5z-oj7zMRg,184
|
|
2684
|
-
awscli/examples/emr/schedule-hbase-backup.rst,sha256
|
|
2684
|
+
awscli/examples/emr/schedule-hbase-backup.rst,sha256=-xtF3YYwRQWdTHX8Kr9rv8TR2QlOvCoElwVmmcam89A,679
|
|
2685
2685
|
awscli/examples/emr/socks.rst,sha256=VowwnmJ--TP-6uqLAWSex6a5RgjxynFjpffHJ8Mjqgo,273
|
|
2686
2686
|
awscli/examples/emr/ssh.rst,sha256=WQekzXNmybA0IDqJr_1CVqMrCdAI97korEgDg_jKMLk,1462
|
|
2687
2687
|
awscli/examples/emr/wait.rst,sha256=7_8mKpPGeFLN8lqoDEJ4SgFubM_ziiV4aoIQU8GRX7k,165
|
|
@@ -3216,9 +3216,9 @@ awscli/examples/imagebuilder/update-distribution-configuration.rst,sha256=ViAtYK
|
|
|
3216
3216
|
awscli/examples/imagebuilder/update-image-pipeline.rst,sha256=90aqE8v5vny4Nu9o0mZXzCMsCZmM3Bfe_Jrhxs575SM,1487
|
|
3217
3217
|
awscli/examples/imagebuilder/update-infrastructure-configuration.rst,sha256=iHqhsMRo9mYuPalH72DmqGXPhWrUfF3JIj3EzNzS4Ns,1487
|
|
3218
3218
|
awscli/examples/importexport/cancel-job.rst,sha256=xMFerp-OpkIsGAZw_RDe0Dq1xqMxJgEi_5vdfr5O32U,237
|
|
3219
|
-
awscli/examples/importexport/create-job.rst,sha256=
|
|
3220
|
-
awscli/examples/importexport/get-shipping-label.rst,sha256=
|
|
3221
|
-
awscli/examples/importexport/get-status.rst,sha256=
|
|
3219
|
+
awscli/examples/importexport/create-job.rst,sha256=E5A8VxoGsBwxZSkq1iEB55IGw1RfnWrIILq14xyvCTU,1561
|
|
3220
|
+
awscli/examples/importexport/get-shipping-label.rst,sha256=NeehKsVG7-b0zkxV8aX_F-_-DWWNnjnZDhLDpuH1B0E,947
|
|
3221
|
+
awscli/examples/importexport/get-status.rst,sha256=fzbu2AyykFVqLmbNjYhjyqXh4yx07pifDA1neZVEvNE,1221
|
|
3222
3222
|
awscli/examples/importexport/list-jobs.rst,sha256=ZURf3LLRebhgR9idPmt3TUAcSUqkcJx8QA-vIH1iDD4,408
|
|
3223
3223
|
awscli/examples/importexport/update-job.rst,sha256=-PWfeHPEyYj5kA8rRaEF4eyEIyVe8a8XEn8I0PkXP34,482
|
|
3224
3224
|
awscli/examples/inspector/add-attributes-to-findings.rst,sha256=XpFiu1-KcFrgwg3KYpcxrza55eb0dSEXGKd5t-C0WsU,766
|
|
@@ -4726,7 +4726,7 @@ awscli/examples/rds/describe-reserved-db-instances-offerings.rst,sha256=tA_wONuK
|
|
|
4726
4726
|
awscli/examples/rds/describe-reserved-db-instances.rst,sha256=gRRUNeQ1UdQqGOtavauOcS7JjB6UzIgRmzqIlBjN4SQ,1523
|
|
4727
4727
|
awscli/examples/rds/describe-source-regions.rst,sha256=5kIiI3e4uGE6Nl8mHqZvQO9JqAnkDXtAa7qVx_CloGM,6062
|
|
4728
4728
|
awscli/examples/rds/describe-valid-db-instance-modifications.rst,sha256=L_3Z4m8pYzHT_brb6alh7TPajSqme-9QwioL576isrY,3029
|
|
4729
|
-
awscli/examples/rds/download-db-log-file-portion.rst,sha256=
|
|
4729
|
+
awscli/examples/rds/download-db-log-file-portion.rst,sha256=m51EnA8GJnAmizsYW7QjerY1dxlbyZ_rCmbIKjiLYGM,1043
|
|
4730
4730
|
awscli/examples/rds/generate-auth-token.rst,sha256=9jkczKa_Tu4ITjF7JBVmXVI500gUJdxwfi-ZxDfjKgc,739
|
|
4731
4731
|
awscli/examples/rds/generate-db-auth-token.rst,sha256=DqZrocf4Uj7NYZnb2te20yUULBHuGGqSnE1jyw61mog,1105
|
|
4732
4732
|
awscli/examples/rds/list-tags-for-resource.rst,sha256=tqdsloEY9nPCTsU7AvRhiF7WtHiTlczkr5FkecECJPg,673
|
|
@@ -4941,7 +4941,7 @@ awscli/examples/resourcegroupstaggingapi/get-resources.rst,sha256=tpCaOPpeTJX8C8
|
|
|
4941
4941
|
awscli/examples/resourcegroupstaggingapi/get-tag-keys.rst,sha256=wmEVGaP1Mxpw9kSFw9t_Yy4NdKFc_ciszkPk8eMmBgc,513
|
|
4942
4942
|
awscli/examples/resourcegroupstaggingapi/get-tag-values.rst,sha256=RHve3xwQVsYBhz6hXBl3o-fCxM368UlLpRCa2bk-fSw,547
|
|
4943
4943
|
awscli/examples/resourcegroupstaggingapi/tag-resources.rst,sha256=ko-qM1meksyPmaAVZKP4gs-bQlGdg3VXBZLjtrxC3qY,541
|
|
4944
|
-
awscli/examples/resourcegroupstaggingapi/untag-resources.rst,sha256=
|
|
4944
|
+
awscli/examples/resourcegroupstaggingapi/untag-resources.rst,sha256=xmkItmwgYCDNiRpb9vpfUQWUtv6zIO7b_sl2rMeJFSY,571
|
|
4945
4945
|
awscli/examples/robomaker/batch-describe-simulation-job.rst,sha256=iVGYnEIFzUHty94l4fUKGVONK3XbFPiofYgkaWRi55c,7130
|
|
4946
4946
|
awscli/examples/robomaker/cancel-simulation-job.rst,sha256=dtWAeCodDYT3BNnd0v4DZ3fCkpLUHmwaAnHIFAGjDy4,251
|
|
4947
4947
|
awscli/examples/robomaker/create-deployment-job.rst,sha256=N81bsBewr2VCRVsAP8uEheOFoEOpB-pHHQZAM4MG8ss,1639
|
|
@@ -5076,14 +5076,14 @@ awscli/examples/route53resolver/update-firewall-rule.rst,sha256=LMhLMYztXCAWn3mo
|
|
|
5076
5076
|
awscli/examples/route53resolver/update-resolver-endpoint.rst,sha256=Y6TPOrGSr5rSsL9q1Pn2vqPVA7t3DyUFd2qw6IEVeaM,1105
|
|
5077
5077
|
awscli/examples/route53resolver/update-resolver-rule.rst,sha256=zlQgjnbKXltx35KQYc4AtePobnux8rb3KTKCs0lsN7E,2749
|
|
5078
5078
|
awscli/examples/s3/_concepts.rst,sha256=HMYPsVV4Y5AF9Eu5zZPLmkBAluLbTQkytrrCo0nWskk,7835
|
|
5079
|
-
awscli/examples/s3/cp.rst,sha256=
|
|
5080
|
-
awscli/examples/s3/ls.rst,sha256=
|
|
5079
|
+
awscli/examples/s3/cp.rst,sha256=5I-LFH_Z5ta9qnsncmYgEx7LjQq4v8c2zInUAX_63lk,6972
|
|
5080
|
+
awscli/examples/s3/ls.rst,sha256=0gMrFbW4mn5TcpOxvcthEB0JUuP75ST-rmQ-Y-mndac,3687
|
|
5081
5081
|
awscli/examples/s3/mb.rst,sha256=euGEbe_OopEzTkZx-20dcS91yc9kMZwv56ExLpGlCjk,633
|
|
5082
|
-
awscli/examples/s3/mv.rst,sha256=
|
|
5082
|
+
awscli/examples/s3/mv.rst,sha256=S0xu0Vm7XgVn2viV2EkdPshuJjw1v0DK27mfc4TMrhE,4071
|
|
5083
5083
|
awscli/examples/s3/presign.rst,sha256=4D0AYCtk3AiBhX9HmmhcG4htsj1Rdz_NsaQMw6c4hTE,1456
|
|
5084
5084
|
awscli/examples/s3/rb.rst,sha256=JvPJZ6ufXqT_1QkXr1nocNq9laCEPYgFiVGf12FQunw,719
|
|
5085
5085
|
awscli/examples/s3/rm.rst,sha256=s9BPoj05tDeVNvhSkc5ufikVodunLPASXenKoIjR5SE,2124
|
|
5086
|
-
awscli/examples/s3/sync.rst,sha256
|
|
5086
|
+
awscli/examples/s3/sync.rst,sha256=-ProrJ-UPQ6hCHxtxueRBGT6CMsvNp9an05J4nyCZcU,5930
|
|
5087
5087
|
awscli/examples/s3/website.rst,sha256=zt28UB2M8qOjP55W2wu0dYbGClzmT8drS7UwlWNaXH8,932
|
|
5088
5088
|
awscli/examples/s3/mv/_description.rst,sha256=IIN0gX8cHrjo_nohv2Sy33JUYs-M72nK5wRM3dBg5Zg,838
|
|
5089
5089
|
awscli/examples/s3api/abort-multipart-upload.rst,sha256=vjJFVlnkS_oyIhzxCyvj63SeiIxLdbumsQEaVUdIQ14,567
|
|
@@ -5305,16 +5305,15 @@ awscli/examples/securityhub/update-organization-configuration.rst,sha256=Z6dxuNB
|
|
|
5305
5305
|
awscli/examples/securityhub/update-security-control.rst,sha256=Vub-HSagn159H2Q_s-2ivkXzYXVG_unUPsn-Z2hLCsU,630
|
|
5306
5306
|
awscli/examples/securityhub/update-security-hub-configuration.rst,sha256=-AhlFIEE-J-ioI8uzLIsVPnhDkL0a6YNyh93JTTKuyc,505
|
|
5307
5307
|
awscli/examples/securityhub/update-standards-control.rst,sha256=tfoUeSaJSjbe1FTDFhrYxChFA9WSE-cRUvnY7yzjhTI,1031
|
|
5308
|
-
awscli/examples/securitylake/create-aws-
|
|
5309
|
-
awscli/examples/securitylake/create-custom-
|
|
5308
|
+
awscli/examples/securitylake/create-aws-log-source.rst,sha256=RC-yFXY1BhaMJE8jn4IKGheg1OB6PMVieQtCB-Y29gM,689
|
|
5309
|
+
awscli/examples/securitylake/create-custom-log-source.rst,sha256=dW4eWxh99hk4ngwHZw15tM9kVqm_NMV7rpnXawsQYFk,1472
|
|
5310
5310
|
awscli/examples/securitylake/create-data-lake-exception-subscription.rst,sha256=ysA1VPf2fKtMmkoM6kHSdPmQdFwEs8E7OanUvThXyVk,741
|
|
5311
5311
|
awscli/examples/securitylake/create-data-lake-organization-configuration.rst,sha256=PywDIX4dbY_WBcqVAK5Xr1t84A3p4UY7eIDhBmjTNmI,685
|
|
5312
5312
|
awscli/examples/securitylake/create-data-lake.rst,sha256=oTnATk1y7wZkSmFMcpikTUjM7hqqa_ejnvliUGpkSZg,5825
|
|
5313
|
-
awscli/examples/securitylake/create-subscriber-data-access.rst,sha256=3e2IdJGunyh5gDReTpOQMn5flGsuJ902p2o5NP9BUsM,1880
|
|
5314
5313
|
awscli/examples/securitylake/create-subscriber-notification.rst,sha256=G9K4VXJqfBPZiJZuWu9_MEBBV0KdLwB2nUOMACCOBIc,866
|
|
5315
|
-
awscli/examples/securitylake/create-subscriber
|
|
5316
|
-
awscli/examples/securitylake/delete-aws-
|
|
5317
|
-
awscli/examples/securitylake/delete-custom-
|
|
5314
|
+
awscli/examples/securitylake/create-subscriber.rst,sha256=6lbnyC4lFyyA2AEqSsrFYtigNVga3cTwn6fkEggJroQ,3773
|
|
5315
|
+
awscli/examples/securitylake/delete-aws-log-source.rst,sha256=ObsUSWqA8XP7AQskoZnc6cWbxbQQpEClQ8NElF9-Dp0,660
|
|
5316
|
+
awscli/examples/securitylake/delete-custom-log-source.rst,sha256=d5NHd-pYO8F05AHZXqw_Brx73yv7d00PKkmydqrXNog,497
|
|
5318
5317
|
awscli/examples/securitylake/delete-data-lake-organization-configuration.rst,sha256=plsKMK85agnSgBMR-3KXYxEvs_FHZtTfQkgfmZqz7MI,818
|
|
5319
5318
|
awscli/examples/securitylake/delete-data-lake.rst,sha256=jqgfHs94MRPzC8leeMBtj6Z4yAgUUXYh_PjyVW-rcs0,712
|
|
5320
5319
|
awscli/examples/securitylake/delete-subscriber-notification.rst,sha256=GHKGwRRsO7V87ftA0EZYYFjZwX7bDJ1qvJnqsbgUqnA,523
|
|
@@ -6004,13 +6003,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
|
|
|
6004
6003
|
awscli/topics/s3-config.rst,sha256=kyLbdEEePnHW0hoMmQDkt4o6PbqAdpO5ph_51GgQyXg,11664
|
|
6005
6004
|
awscli/topics/s3-faq.rst,sha256=Kw1w4NFHOTXq9Mz5S3HHw3mBkyeEzH4ruB0PD6-EO1c,2938
|
|
6006
6005
|
awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
|
|
6007
|
-
awscli-1.37.
|
|
6008
|
-
awscli-1.37.
|
|
6009
|
-
awscli-1.37.
|
|
6010
|
-
awscli-1.37.
|
|
6011
|
-
awscli-1.37.
|
|
6012
|
-
awscli-1.37.
|
|
6013
|
-
awscli-1.37.
|
|
6014
|
-
awscli-1.37.
|
|
6015
|
-
awscli-1.37.
|
|
6016
|
-
awscli-1.37.
|
|
6006
|
+
awscli-1.37.4.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
|
|
6007
|
+
awscli-1.37.4.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
|
|
6008
|
+
awscli-1.37.4.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
|
|
6009
|
+
awscli-1.37.4.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
|
|
6010
|
+
awscli-1.37.4.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
|
|
6011
|
+
awscli-1.37.4.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
|
|
6012
|
+
awscli-1.37.4.dist-info/METADATA,sha256=AI2niNuezrpwxcE0qqvn_fZvXZ2H5sNfZ46PIGAz6ck,11329
|
|
6013
|
+
awscli-1.37.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
6014
|
+
awscli-1.37.4.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
|
|
6015
|
+
awscli-1.37.4.dist-info/RECORD,,
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
**To create a subscriber with data access**
|
|
2
|
-
|
|
3
|
-
The following ``create-subscriber`` example creates a subscriber in Security Lake with access to data in the current AWS Region for the specified subscriber identity for an AWS source. ::
|
|
4
|
-
|
|
5
|
-
aws securitylake create-subscriber \
|
|
6
|
-
--access-types "S3" \
|
|
7
|
-
--sources '[{"awsLogSource": {"sourceName": "VPC_FLOW","sourceVersion": "2.0"}}]' \
|
|
8
|
-
--subscriber-name "opensearch-s3" \
|
|
9
|
-
--subscriber-identity '{"principal": "029189416600","externalId": "123456789012"}'
|
|
10
|
-
|
|
11
|
-
Output::
|
|
12
|
-
|
|
13
|
-
{
|
|
14
|
-
"subscriber": {
|
|
15
|
-
"accessTypes": [
|
|
16
|
-
"S3"
|
|
17
|
-
],
|
|
18
|
-
"createdAt": "2024-07-17T19:08:26.787000+00:00",
|
|
19
|
-
"roleArn": "arn:aws:iam::773172568199:role/AmazonSecurityLake-896f218b-cfba-40be-a255-8b49a65d0407",
|
|
20
|
-
"s3BucketArn": "arn:aws:s3:::aws-security-data-lake-us-east-1-um632ufwpvxkyz0bc5hkb64atycnf3",
|
|
21
|
-
"sources": [
|
|
22
|
-
{
|
|
23
|
-
"awsLogSource": {
|
|
24
|
-
"sourceName": "VPC_FLOW",
|
|
25
|
-
"sourceVersion": "2.0"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"subscriberArn": "arn:aws:securitylake:us-east-1:773172568199:subscriber/896f218b-cfba-40be-a255-8b49a65d0407",
|
|
30
|
-
"subscriberId": "896f218b-cfba-40be-a255-8b49a65d0407",
|
|
31
|
-
"subscriberIdentity": {
|
|
32
|
-
"externalId": "123456789012",
|
|
33
|
-
"principal": "029189416600"
|
|
34
|
-
},
|
|
35
|
-
"subscriberName": "opensearch-s3",
|
|
36
|
-
"subscriberStatus": "ACTIVE",
|
|
37
|
-
"updatedAt": "2024-07-17T19:08:27.133000+00:00"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
For more information, see `Creating a subscriber with data access <https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-data-access.html#create-subscriber-data-access>`__ in the *Amazon Security Lake User Guide*.
|