awscli 1.36.25__py3-none-any.whl → 1.36.26__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.rst +118 -118
- awscli/examples/cloudfront/get-distribution-config.rst +6 -10
- awscli/examples/cloudfront/list-distributions.rst +29 -249
- awscli/examples/cloudfront/update-distribution.rst +16 -24
- awscli/examples/cognito-idp/admin-disable-provider-for-user.rst +9 -0
- awscli/examples/cognito-idp/admin-disable-user.rst +9 -0
- awscli/examples/cognito-idp/admin-enable-user.rst +9 -0
- awscli/examples/cognito-idp/admin-get-device.rst +51 -8
- awscli/examples/cognito-idp/admin-initiate-auth.rst +24 -25
- awscli/examples/cognito-idp/admin-link-provider-for-user.rst +10 -0
- awscli/examples/cognito-idp/admin-list-devices.rst +53 -7
- awscli/examples/cognito-idp/admin-list-user-auth-events.rst +40 -8
- awscli/examples/cognito-idp/admin-respond-to-auth-challenge.rst +29 -0
- awscli/examples/cognito-idp/admin-set-user-password.rst +13 -0
- awscli/examples/cognito-idp/admin-user-global-sign-out.rst +9 -0
- awscli/examples/cognito-idp/associate-software-token.rst +14 -0
- awscli/examples/cognito-idp/confirm-device.rst +16 -0
- awscli/examples/cognito-idp/create-identity-provider.rst +102 -0
- awscli/examples/cognito-idp/create-resource-server.rst +31 -0
- awscli/examples/cognito-idp/create-user-pool-client.rst +86 -18
- awscli/examples/cognito-idp/create-user-pool-domain.rst +23 -5
- awscli/examples/cognito-idp/delete-user-attributes.rst +8 -5
- awscli/examples/cognito-idp/describe-user-pool.rst +347 -238
- awscli/examples/cognito-idp/get-device.rst +50 -0
- awscli/examples/cognito-idp/get-group.rst +15 -12
- awscli/examples/cognito-idp/list-devices.rst +53 -0
- awscli/examples/ec2/describe-capacity-reservation-fleets.rst +3 -3
- awscli/examples/ec2/import-snapshot.rst +1 -1
- awscli/examples/ecr-public/batch-delete-image.rst +92 -0
- awscli/examples/ecr-public/create-repository.rst +3 -2
- awscli/examples/ecr-public/delete-repository-policy.rst +17 -0
- awscli/examples/ecr-public/delete-repository.rst +1 -1
- awscli/examples/ecr-public/describe-image-tags.rst +25 -0
- awscli/examples/ecr-public/describe-images.rst +82 -0
- awscli/examples/ecr-public/get-authorization-token.rst +32 -0
- awscli/examples/ecr-public/get-repository-policy.rst +17 -0
- awscli/examples/ecr-public/put-repository-catalog-data.rst +50 -0
- awscli/examples/ecr-public/set-repository-policy.rst +118 -0
- awscli/examples/ecs/capacity-provider-update.rst +33 -0
- awscli/examples/ecs/get-task-protection.rst +21 -0
- awscli/examples/ecs/update-cluster.rst +176 -0
- awscli/examples/ecs/update-task-protection.rst +46 -0
- awscli/examples/inspector2/associate-member.rst +14 -0
- awscli/examples/inspector2/disassociate-member.rst +14 -0
- awscli/examples/inspector2/get-member.rst +17 -0
- awscli/examples/inspector2/list-members.rst +83 -0
- awscli/examples/ivs-realtime/create-ingest-configuration.rst +25 -0
- awscli/examples/ivs-realtime/create-stage.rst +6 -2
- awscli/examples/ivs-realtime/delete-ingest-configuration.rst +22 -0
- awscli/examples/ivs-realtime/get-ingest-configuration.rst +24 -0
- awscli/examples/ivs-realtime/get-stage.rst +4 -2
- awscli/examples/ivs-realtime/list-ingest-configurations.rst +23 -0
- awscli/examples/ivs-realtime/update-ingest-configuration.rst +25 -0
- awscli/examples/ivs-realtime/update-stage.rst +3 -1
- awscli/examples/s3/sync.rst +1 -1
- awscli/examples/s3api/put-object.rst +15 -7
- awscli/examples/workmail/list-organizations.rst +1 -1
- {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/METADATA +2 -2
- {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/RECORD +68 -36
- awscli/examples/cognito-idp/admim-disable-user.rst +0 -8
- awscli/examples/cognito-idp/admim-enable-user.rst +0 -8
- {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws +0 -0
- {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws.cmd +0 -0
- {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws_completer +0 -0
- {awscli-1.36.25.data → awscli-1.36.26.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/LICENSE.txt +0 -0
- {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/WHEEL +0 -0
- {awscli-1.36.25.dist-info → awscli-1.36.26.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
**To get summary information about all ingest configurations**
|
|
2
|
+
|
|
3
|
+
The following ``list-ingest-configurations`` example lists all ingest configurations for your AWS account, in the AWS region where the API request is processed. ::
|
|
4
|
+
|
|
5
|
+
aws ivs-realtime list-ingest-configurations
|
|
6
|
+
|
|
7
|
+
Output::
|
|
8
|
+
|
|
9
|
+
{
|
|
10
|
+
"ingestConfigurations": [
|
|
11
|
+
{
|
|
12
|
+
"name": "",
|
|
13
|
+
"arn": "arn:aws:ivs:us-west-2:123456789012:ingest-configuration/XYZuvwSt4567",
|
|
14
|
+
"ingestProtocol": "RTMPS",
|
|
15
|
+
"stageArn": "arn:aws:ivs:us-west-2:123456789012:stage/abcdABCDefgh",
|
|
16
|
+
"participnatId": "abC789Xyz456",
|
|
17
|
+
"state": "INACTIVE"
|
|
18
|
+
"userId": "",
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
For more information, see `IVS Stream Ingest | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-stream-ingest.html>`__ in the *Amazon Interactive Video Service User Guide*.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
**To update an ingest configuration**
|
|
2
|
+
|
|
3
|
+
The following ``update-inegst-configuration`` example updates an ingest configuration to attach it to a stage. ::
|
|
4
|
+
|
|
5
|
+
aws ivs-realtime update-ingest-configuration \
|
|
6
|
+
--arn arn:aws:ivs:us-west-2:123456789012:ingest-configuration/AbCdEfGh1234 \
|
|
7
|
+
--stage-arn arn:aws:ivs:us-west-2:123456789012:stage/abcdABCDefgh
|
|
8
|
+
|
|
9
|
+
Output::
|
|
10
|
+
|
|
11
|
+
{
|
|
12
|
+
"ingestConfiguration": {
|
|
13
|
+
"name": "ingest1",
|
|
14
|
+
"arn": "arn:aws:ivs:us-west-2:123456789012:ingest-configuration/AbCdEfGh1234",
|
|
15
|
+
"ingestProtocol": "RTMPS",
|
|
16
|
+
"streamKey": "rt_123456789012_us-west-2_AbCdEfGh1234_abcd1234efgh5678ijkl9012MNOP34",
|
|
17
|
+
"stageArn": "arn:aws:ivs:us-west-2:123456789012:stage/abcdABCDefgh",
|
|
18
|
+
"participantId": "xyZ654abC321",
|
|
19
|
+
"state": "INACTIVE",
|
|
20
|
+
"userId": "",
|
|
21
|
+
"tags": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
For more information, see `IVS Stream Ingest | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-stream-ingest.html>`__ in the *Amazon Interactive Video Service User Guide*.
|
|
@@ -20,6 +20,8 @@ Output::
|
|
|
20
20
|
},
|
|
21
21
|
"endpoints": {
|
|
22
22
|
"events": "wss://global.events.live-video.net",
|
|
23
|
+
"rtmp": "rtmp://9x0y8z7s6t5u.global-contribute-staging.live-video.net/app/",
|
|
24
|
+
"rtmps": "rtmps://9x0y8z7s6t5u.global-contribute-staging.live-video.net:443/app/",
|
|
23
25
|
"whip": "https://1a2b3c4d5e6f.global-bm.whip.live-video.net"
|
|
24
26
|
},
|
|
25
27
|
"name": "stage1a",
|
|
@@ -27,4 +29,4 @@ Output::
|
|
|
27
29
|
}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
|
-
For more information, see `Enabling Multiple Hosts on an Amazon IVS Stream <https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/multiple-hosts.html>`__ in the *Amazon Interactive Video Service User Guide*.
|
|
32
|
+
For more information, see `Enabling Multiple Hosts on an Amazon IVS Stream <https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/multiple-hosts.html>`__ in the *Amazon Interactive Video Service User Guide*.
|
awscli/examples/s3/sync.rst
CHANGED
|
@@ -80,7 +80,7 @@ Output::
|
|
|
80
80
|
|
|
81
81
|
upload: test2.txt to s3://mybucket/test2.txt
|
|
82
82
|
|
|
83
|
-
**Example 6: Sync all local objects to the specified bucket except
|
|
83
|
+
**Example 6: Sync all local objects to the specified bucket except specified directory files**
|
|
84
84
|
|
|
85
85
|
The following ``sync`` command syncs files under a local directory to objects under a specified prefix and bucket by
|
|
86
86
|
downloading S3 objects. This example uses the ``--exclude`` parameter flag to exclude a specified directory
|
|
@@ -1,13 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
**Example 1: Upload an object to Amazon S3**
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The following ``put-object`` command example uploads an object to Amazon S3. ::
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
aws s3api put-object \
|
|
6
|
+
--bucket amzn-s3-demo-bucket \
|
|
7
|
+
--key my-dir/MySampleImage.png \
|
|
8
|
+
--body MySampleImage.png
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
For more information about uploading objects, see `Uploading Objects < http://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html>`__ in the *Amazon S3 Developer Guide*.
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
**Example 2: Upload a video file to Amazon S3**
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
The following ``put-object`` command example uploads a video file. ::
|
|
13
15
|
|
|
16
|
+
aws s3api put-object \
|
|
17
|
+
--bucket amzn-s3-demo-bucket \
|
|
18
|
+
--key my-dir/big-video-file.mp4 \
|
|
19
|
+
--body /media/videos/f-sharp-3-data-services.mp4
|
|
20
|
+
|
|
21
|
+
For more information about uploading objects, see `Uploading Objects < http://docs.aws.amazon.com/AmazonS3/latest/dev/UploadingObjects.html>`__ in the *Amazon S3 Developer Guide*.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
**To retrieve a list of organizations**
|
|
2
2
|
|
|
3
|
-
The following ``list-organizations`` command retrieves summaries of
|
|
3
|
+
The following ``list-organizations`` command retrieves summaries of the customer's organizations. ::
|
|
4
4
|
|
|
5
5
|
aws workmail list-organizations
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: awscli
|
|
3
|
-
Version: 1.36.
|
|
3
|
+
Version: 1.36.26
|
|
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.35.
|
|
26
|
+
Requires-Dist: botocore (==1.35.85)
|
|
27
27
|
Requires-Dist: docutils (<0.17,>=0.10)
|
|
28
28
|
Requires-Dist: s3transfer (<0.11.0,>=0.10.0)
|
|
29
29
|
Requires-Dist: PyYAML (<6.1,>=3.10)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
awscli/__init__.py,sha256=
|
|
1
|
+
awscli/__init__.py,sha256=PPiu48qfzNT-Wk82vbRGDGRRyu_B_T1IR-iWemvM9Fg,1534
|
|
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
|
|
@@ -846,7 +846,7 @@ awscli/examples/cloudformation/wait/stack-update-complete.rst,sha256=9trZ3GNvEca
|
|
|
846
846
|
awscli/examples/cloudformation/wait/type-registration-complete.rst,sha256=neyXSKJ9rxmte2xQIODDJbN95_IVuT2p7NjRGU0uP3M,396
|
|
847
847
|
awscli/examples/cloudfront/create-cloud-front-origin-access-identity.rst,sha256=xXR3yMitEp1A8cDJKnzUEppzKFjsvMUTuLJrz2GCJdk,1450
|
|
848
848
|
awscli/examples/cloudfront/create-distribution-with-tags.rst,sha256=YTR6upTLlSucFxIS9ogPwaxL9lfv9U8b5o3QLOsLYrw,8469
|
|
849
|
-
awscli/examples/cloudfront/create-distribution.rst,sha256=
|
|
849
|
+
awscli/examples/cloudfront/create-distribution.rst,sha256=eiHLh6fhMxPWFoi9RQOcKLI2jt4X8iumhoAK3Cve-gs,7960
|
|
850
850
|
awscli/examples/cloudfront/create-field-level-encryption-config.rst,sha256=3VjfGgPdM2ulTUobAi3qT3ICEL2-swYcRta415QUfHA,2970
|
|
851
851
|
awscli/examples/cloudfront/create-field-level-encryption-profile.rst,sha256=XLGMPFo2mXsf-mP9YPkAxuG6zj0Tty4FIkK7-rOTapQ,2647
|
|
852
852
|
awscli/examples/cloudfront/create-invalidation.rst,sha256=5KhlJv6IGCVL1B4-HYbEPHO4lMOFFJ5EmFqn9Qq0Pqk,2487
|
|
@@ -858,7 +858,7 @@ awscli/examples/cloudfront/delete-field-level-encryption-profile.rst,sha256=p3SC
|
|
|
858
858
|
awscli/examples/cloudfront/delete-public-key.rst,sha256=_eLupAqfecf8sj8JVg_-6c8crwNIDkJfvfKCtwxG6dg,685
|
|
859
859
|
awscli/examples/cloudfront/get-cloud-front-origin-access-identity-config.rst,sha256=PkHzPFcehOdVY1t4UWejot_5A9icT38vG1kUxOCCnv4,742
|
|
860
860
|
awscli/examples/cloudfront/get-cloud-front-origin-access-identity.rst,sha256=LKts8sKCtINCaLYKL60ngXvqQV7tUGhAeZCVcOq-Itg,949
|
|
861
|
-
awscli/examples/cloudfront/get-distribution-config.rst,sha256=
|
|
861
|
+
awscli/examples/cloudfront/get-distribution-config.rst,sha256=yikeHqoDT_WpgFwMrWkIXO2jrLqiGKgOjCpRHa5Ctfw,3740
|
|
862
862
|
awscli/examples/cloudfront/get-distribution.rst,sha256=y6TvmN4TrtszntsyUNJqfevsDuXdSvN_Xgjsvv_dLAk,4551
|
|
863
863
|
awscli/examples/cloudfront/get-field-level-encryption-config.rst,sha256=d57gCCRUTiaWcKfbN7XmSxQduo1iSp_adHrJLLkstio,1247
|
|
864
864
|
awscli/examples/cloudfront/get-field-level-encryption-profile-config.rst,sha256=sk2vb55mvompgpNbkE2KOzEBDsBK5PskVeMy8HCmmlo,1075
|
|
@@ -868,7 +868,7 @@ awscli/examples/cloudfront/get-invalidation.rst,sha256=JuRTzp8_ymkGely7bJxFDx6z4
|
|
|
868
868
|
awscli/examples/cloudfront/get-public-key-config.rst,sha256=ImyRk5F_GnlsceBlFqLM2splAoeoU0xPuLnyctLAIJc,1089
|
|
869
869
|
awscli/examples/cloudfront/get-public-key.rst,sha256=q_IpEyGc3Sa9bJBjt-8wmjej_0dwZ9ow10K1AeC_Zac,1200
|
|
870
870
|
awscli/examples/cloudfront/list-cloud-front-origin-access-identities.rst,sha256=P-B3-568n7uZ7RsuEFRu117VXUAtw3HnbpAmmMtKSXI,1052
|
|
871
|
-
awscli/examples/cloudfront/list-distributions.rst,sha256=
|
|
871
|
+
awscli/examples/cloudfront/list-distributions.rst,sha256=_S2l1k6a0eyWWmIgzQ_UHW3Yh1msBCqa6_JhcARc8oY,4453
|
|
872
872
|
awscli/examples/cloudfront/list-field-level-encryption-configs.rst,sha256=iGoBehGRLlJHj7yHsqhHaAG3rZiNIVrv3jw1eb0WiY4,1502
|
|
873
873
|
awscli/examples/cloudfront/list-field-level-encryption-profiles.rst,sha256=SP4nxMUoymUbjby4avulFRl36-TmWsb2Sh00Tw2IY7k,2210
|
|
874
874
|
awscli/examples/cloudfront/list-invalidations.rst,sha256=KZEXoEZASJIQwVwN4u0eoOX1fB5lytQcbhQFrUIRbLQ,632
|
|
@@ -878,7 +878,7 @@ awscli/examples/cloudfront/sign.rst,sha256=Cm89W61XMR4oZw86bt3k_TB5hVa-8ntgC-EYl
|
|
|
878
878
|
awscli/examples/cloudfront/tag-resource.rst,sha256=8XOFh0wXIfEg6bQa6Qvp3I5ViyOmAhZlRZs_s9AJi50,928
|
|
879
879
|
awscli/examples/cloudfront/untag-resource.rst,sha256=q1vB4EAu2vEvburER-cfZD5tuXInxPsuIDMQ8JdfWeA,825
|
|
880
880
|
awscli/examples/cloudfront/update-cloud-front-origin-access-identity.rst,sha256=De6drOcx16NZNJm1e26cwpDYT9v-XJ8AclaNOPXVdwI,2112
|
|
881
|
-
awscli/examples/cloudfront/update-distribution.rst,sha256
|
|
881
|
+
awscli/examples/cloudfront/update-distribution.rst,sha256=Ptl7AkEM6MBAIfBh5RskUv_Y_R4OpXkPPQD_eLs9mp0,13161
|
|
882
882
|
awscli/examples/cloudfront/update-field-level-encryption-config.rst,sha256=7_4Pg2gCpQYk1aVwKKTNx5loTaeus7GtWPZWegXQe2o,3039
|
|
883
883
|
awscli/examples/cloudfront/update-field-level-encryption-profile.rst,sha256=1vjIWsxyNZECRHGzaoqzyckLRERyoGsLxsse8aUqX0E,2990
|
|
884
884
|
awscli/examples/cloudsearchdomain/upload-documents.rst,sha256=SD6lp4cgtsvBZnVYqHbLT9_2UpQnkb3Wwrq6OPbsfmg,375
|
|
@@ -1159,39 +1159,48 @@ awscli/examples/cognito-identity/list-identity-pools.rst,sha256=oiIliKuwCTX1mluF
|
|
|
1159
1159
|
awscli/examples/cognito-identity/set-identity-pool-roles.rst,sha256=ywfTYmwOex9lvdS2G-i6t7Rzr9TAh8b3BlJyuZCWBwg,339
|
|
1160
1160
|
awscli/examples/cognito-identity/update-identity-pool.rst,sha256=nL4jPHG2XKefRe-_gMFyVtBoMS6euBKVxWzR2ijKres,975
|
|
1161
1161
|
awscli/examples/cognito-idp/add-custom-attributes.rst,sha256=GNWEZwNKL3vj-kZ8_ha2hs4B0_Af98RZipkNkuW0Ujo,449
|
|
1162
|
-
awscli/examples/cognito-idp/admim-disable-user.rst,sha256=9QXrI2sfvtIdK-pfxm4ooMI5l-kmQQ6OhWEfh3BJGGk,181
|
|
1163
|
-
awscli/examples/cognito-idp/admim-enable-user.rst,sha256=kA_0njQCEQUZ9A3fjwMuWCjWtyF8gK2qCBYKrwiTzG8,182
|
|
1164
1162
|
awscli/examples/cognito-idp/admin-add-user-to-group.rst,sha256=mpJTAbUdZMMqqVCT216T1_5yaIybL3-2eYsK_nkLDy4,206
|
|
1165
1163
|
awscli/examples/cognito-idp/admin-confirm-sign-up.rst,sha256=n0brjGD3csp_MPKXYUmgZciZoXT6sJVMnvVnHgnigxs,198
|
|
1166
1164
|
awscli/examples/cognito-idp/admin-create-user.rst,sha256=7NDAiN7DE39cLiipAGyd4q4b18AOFnJaAgoGkpPrtsE,1083
|
|
1167
1165
|
awscli/examples/cognito-idp/admin-delete-user-attributes.rst,sha256=bSI-XrwiHTiL__mt98Og8x_rAQOR_I_wIV-P5n031Y4,281
|
|
1168
1166
|
awscli/examples/cognito-idp/admin-delete-user.rst,sha256=y8974MFXOBltwaO4hH4suNXcTMYxdULCpZ_y5Rk98dc,168
|
|
1167
|
+
awscli/examples/cognito-idp/admin-disable-provider-for-user.rst,sha256=j9q1loFxk2aUMCBpkQqKrG51pOQJvogZUJzevkSgBJo,644
|
|
1168
|
+
awscli/examples/cognito-idp/admin-disable-user.rst,sha256=0VvLGp59BdUb32gsT1IF_bZUoIgWrSSm0Y7S7lGEd4U,432
|
|
1169
|
+
awscli/examples/cognito-idp/admin-enable-user.rst,sha256=v-Ia1OBj7ZI0ctid9xqGC4R8bnJqy0cQroxW4urn6v4,424
|
|
1169
1170
|
awscli/examples/cognito-idp/admin-forget-device.rst,sha256=V_2zOZe4l1nJJFXW3XJFhlcke9bvd9S5d_DbM6FDxQs,234
|
|
1170
|
-
awscli/examples/cognito-idp/admin-get-device.rst,sha256=
|
|
1171
|
+
awscli/examples/cognito-idp/admin-get-device.rst,sha256=983G0w0msNI5Y62JZkOlkS_6Y4nQC6nGo-gVki72GuE,1900
|
|
1171
1172
|
awscli/examples/cognito-idp/admin-get-user.rst,sha256=caD9LJD38bEjjtBQ27BeUmRYqO9zqju4HIZUoKJT8cQ,912
|
|
1172
|
-
awscli/examples/cognito-idp/admin-initiate-auth.rst,sha256=
|
|
1173
|
-
awscli/examples/cognito-idp/admin-
|
|
1173
|
+
awscli/examples/cognito-idp/admin-initiate-auth.rst,sha256=BodPLn31e5qGXZALwGJWtY9tirKO1VXNj9Tb3yzXHeM,1588
|
|
1174
|
+
awscli/examples/cognito-idp/admin-link-provider-for-user.rst,sha256=DihURqYuf9V2T5aXGzcKwmVl2gJVihU9T1yziidSZC0,734
|
|
1175
|
+
awscli/examples/cognito-idp/admin-list-devices.rst,sha256=1Qa3SEd7g-v5u1OlQiIU4INmMYOvXh7fXO2nKNLOL0I,2022
|
|
1174
1176
|
awscli/examples/cognito-idp/admin-list-groups-for-user.rst,sha256=P12HSKo3cxAl6E40vZ4NnEM2oSO8WZuG5BdzRTctp54,592
|
|
1175
|
-
awscli/examples/cognito-idp/admin-list-user-auth-events.rst,sha256=
|
|
1177
|
+
awscli/examples/cognito-idp/admin-list-user-auth-events.rst,sha256=5Gd9s82XiypenvLkRabcOeS9nazfkixeb2koDwivglE,1635
|
|
1176
1178
|
awscli/examples/cognito-idp/admin-remove-user-from-group.rst,sha256=X2z_M0LbSauUmA4Cm5g_ubE3AKwlg0Z6QAYaj08TrlA,239
|
|
1177
1179
|
awscli/examples/cognito-idp/admin-reset-user-password.rst,sha256=_fC2plvIM3xFOe979joXMjZaDiLyJc0BGrDbOh17NZs,208
|
|
1180
|
+
awscli/examples/cognito-idp/admin-respond-to-auth-challenge.rst,sha256=v0cCjO7aSL2wDeE7R9tTNDtNFvUD7-9wevT4PWlg4lU,1524
|
|
1178
1181
|
awscli/examples/cognito-idp/admin-set-user-mfa-preference.rst,sha256=JGlG2DecoWnFQTXrDIgI-dqcPhwJV6j8PgPwSsjN1Uo,289
|
|
1182
|
+
awscli/examples/cognito-idp/admin-set-user-password.rst,sha256=ZcDc3tMaeVXuJu-SgTRCnwWIkJ6wThfUdQ8UE_00SZM,597
|
|
1179
1183
|
awscli/examples/cognito-idp/admin-set-user-settings.rst,sha256=BGtHzSsvqHdjU_714yFHC96CT--x86EQ-WGu_kw2Cd8,270
|
|
1180
1184
|
awscli/examples/cognito-idp/admin-update-auth-event-feedback.rst,sha256=7W8Mm7c5MnN08pCwp2cTyisxcd4W06TBEwAd6AjOf1k,350
|
|
1181
1185
|
awscli/examples/cognito-idp/admin-update-device-status.rst,sha256=52Js5sdQe58vs_8F7owey5RXBBrV_7iRjWroSgNJloE,320
|
|
1182
1186
|
awscli/examples/cognito-idp/admin-update-user-attributes.rst,sha256=wRfhInsmRlkWafs6jjcGu8_pida0Hbjhg3HfukHsUiU,299
|
|
1187
|
+
awscli/examples/cognito-idp/admin-user-global-sign-out.rst,sha256=yDLkHes_YkJitNkpgUrRIGxXK3hZvNmdFwLXc9QL4LU,453
|
|
1188
|
+
awscli/examples/cognito-idp/associate-software-token.rst,sha256=Zx-CG0ZvRbKqOdjA-M1Vfi2yTwPdsStk9XLsw1ry6qA,709
|
|
1183
1189
|
awscli/examples/cognito-idp/change-password.rst,sha256=i1ZCUujqhfS-uGsCPcK3GNNarzqcSpf9_oreqUtFVYA,198
|
|
1190
|
+
awscli/examples/cognito-idp/confirm-device.rst,sha256=deotbaJTBz9LKU5oSVRBCwW4jDQUtYAbEkRJ0ivfz1g,666
|
|
1184
1191
|
awscli/examples/cognito-idp/confirm-forgot-password.rst,sha256=ojfETF1IbaNJ6423tfCYQTUtwA9lWy63hIWsoLPfVb8,288
|
|
1185
1192
|
awscli/examples/cognito-idp/confirm-sign-up.rst,sha256=xxpYxPe7ihwYffGZSPf6xZTjW6V15VOKNEfai5p8IYU,232
|
|
1186
1193
|
awscli/examples/cognito-idp/create-group.rst,sha256=ZXfu4t5VxdJKSnenrr9wdd4ssTapsOFTz0G9u2FkInw,1158
|
|
1194
|
+
awscli/examples/cognito-idp/create-identity-provider.rst,sha256=kykxdjQ8P3z8oXBeN-3Bp3bNXXV9ccmCudbFTzrXUNc,6680
|
|
1195
|
+
awscli/examples/cognito-idp/create-resource-server.rst,sha256=YcCzCRkr1UupCTKG40syLUoqkbwdgRjh4pLBSCHd8Os,1239
|
|
1187
1196
|
awscli/examples/cognito-idp/create-user-import-job.rst,sha256=fiB0KKavzTVdHRIotZHbDD8LjrmXOm62zNYleE9tNv0,1158
|
|
1188
|
-
awscli/examples/cognito-idp/create-user-pool-client.rst,sha256
|
|
1189
|
-
awscli/examples/cognito-idp/create-user-pool-domain.rst,sha256=
|
|
1197
|
+
awscli/examples/cognito-idp/create-user-pool-client.rst,sha256=DAuy30hZJxZj_mUt3BlQppPS405YBPeCiBDeczM3Q6g,4228
|
|
1198
|
+
awscli/examples/cognito-idp/create-user-pool-domain.rst,sha256=BND3QH6_gZK28xcz5Q1NP4usUpVm3ZDA6Gt1dUO8Wm8,1140
|
|
1190
1199
|
awscli/examples/cognito-idp/create-user-pool.rst,sha256=UNOxjyPmD-CFV3n7BOZnYpmhy8_0tifZgmNoe9FPSmQ,16870
|
|
1191
1200
|
awscli/examples/cognito-idp/delete-group.rst,sha256=NaosrRkUlBBfbGPLrfYT880CZ0SpGiAnoV62oISTiYw,160
|
|
1192
1201
|
awscli/examples/cognito-idp/delete-identity-provider.rst,sha256=Mb5THGeTJFrZQTdoeiGrZ29mZkh2oF2TT3mNvqiYRag,197
|
|
1193
1202
|
awscli/examples/cognito-idp/delete-resource-server.rst,sha256=vLS-o7S-O-pcvZR-npnjMb1czxea3jluwg5XVQ7okYQ,223
|
|
1194
|
-
awscli/examples/cognito-idp/delete-user-attributes.rst,sha256=
|
|
1203
|
+
awscli/examples/cognito-idp/delete-user-attributes.rst,sha256=zADGf2cL2yPcl_jbsjTCXkx77PRR4n_WjtOISZ_7_uE,532
|
|
1195
1204
|
awscli/examples/cognito-idp/delete-user-pool-client.rst,sha256=sWZFv3US_e6-vn51NMG5-YyxQIjeUAhQiAaqBBog7cs,204
|
|
1196
1205
|
awscli/examples/cognito-idp/delete-user-pool-domain.rst,sha256=HTsNs2XQFC5Tnm8vWcv7t31SHnC1JtIDIxBewnlzQMY,253
|
|
1197
1206
|
awscli/examples/cognito-idp/delete-user-pool.rst,sha256=Tz0r5ukD4_Rqx3WU2T3tWAPI5KsYxzdcmo1814TZi4E,188
|
|
@@ -1202,13 +1211,15 @@ awscli/examples/cognito-idp/describe-risk-configuration.rst,sha256=k2jUzMhx6yx1P
|
|
|
1202
1211
|
awscli/examples/cognito-idp/describe-user-import-job.rst,sha256=aTgYrnJl8JXuTBi-BMGzcRQeIRt1AKyx3yB9i_bCze4,902
|
|
1203
1212
|
awscli/examples/cognito-idp/describe-user-pool-client.rst,sha256=z7WHsouSj9btvND7Z8wM08LhDlgK6jrfnx6M-IiLHBw,1818
|
|
1204
1213
|
awscli/examples/cognito-idp/describe-user-pool-domain.rst,sha256=UbuEV8A9Y8NCRZxLLEjeHfHtILptFEy810oXI8xFdto,553
|
|
1205
|
-
awscli/examples/cognito-idp/describe-user-pool.rst,sha256=
|
|
1214
|
+
awscli/examples/cognito-idp/describe-user-pool.rst,sha256=RjDY7XHLj_7yvy__3qSlLhAX6D4OqueqU-ujm1bhtdY,15744
|
|
1206
1215
|
awscli/examples/cognito-idp/forget-device.rst,sha256=PTS8kygtRaAEp11W_NigSq3QnsNYHCxgcFBFzvfmiXg,145
|
|
1207
1216
|
awscli/examples/cognito-idp/forgot-password.rst,sha256=OJZlGHqma2qGojj6SmTygaraB9LXJfvCvouvvEQ2uqA,429
|
|
1208
1217
|
awscli/examples/cognito-idp/get-csv-header.rst,sha256=HG8kpX8nToXOl5eH10uaB_dqiakg5-764Gz5LkW3vhA,953
|
|
1209
|
-
awscli/examples/cognito-idp/get-
|
|
1218
|
+
awscli/examples/cognito-idp/get-device.rst,sha256=hsxBZc--YayQOsph08YUkHUNBSt2Nd5P2CWp6pnuEFQ,1867
|
|
1219
|
+
awscli/examples/cognito-idp/get-group.rst,sha256=tCXasYDzyvLR9RL3Rb8DZg0aTe0m_1glen5UjTlNH4w,834
|
|
1210
1220
|
awscli/examples/cognito-idp/get-signing-certificate.rst,sha256=cZUKoronZFuHMFH6WXW1ZrwN-BrtPvAfQZQJIx4YLX0,237
|
|
1211
1221
|
awscli/examples/cognito-idp/get-ui-customization.rst,sha256=S4g7M_ujJFc1lNT7Y_F5Tg4i9jaBTstq6FUuR4b9axE,2254
|
|
1222
|
+
awscli/examples/cognito-idp/list-devices.rst,sha256=c2FsI_flyu_aVC_harNJcgHpW_NZcTPVu-46jZl_0lk,2045
|
|
1212
1223
|
awscli/examples/cognito-idp/list-user-import-jobs.rst,sha256=FuOrARABFes_zlVnsqpKBD3X9o1ryHubNLXBD9fV6F8,2038
|
|
1213
1224
|
awscli/examples/cognito-idp/list-user-pools.rst,sha256=9hiQ9zl60WS7ru3AZ2IBGHKPdi19sB_L1hjbp1u0QSM,388
|
|
1214
1225
|
awscli/examples/cognito-idp/list-users-in-group.rst,sha256=iPYJRJZcaysUqThBAVhgZgBBrSipHsBqECjfd_LEPYI,1594
|
|
@@ -1905,7 +1916,7 @@ awscli/examples/ec2/describe-aws-network-performance-metric-subscription.rst,sha
|
|
|
1905
1916
|
awscli/examples/ec2/describe-aws-network-performance-metric-subscriptions.rst,sha256=_eO8s82li7sc6q_lE2BDgKDYeMtKd_qTqadNrqi1HYw,751
|
|
1906
1917
|
awscli/examples/ec2/describe-bundle-tasks.rst,sha256=mzu5XjGZLUwU7yCLRruxyQqnWAry2kOygaMBsF2jj7s,564
|
|
1907
1918
|
awscli/examples/ec2/describe-byoip-cidrs.rst,sha256=DDjb6DtorBwYPcsiKiVGPepIKsHfuRYu_8ZiPXMoLMI,458
|
|
1908
|
-
awscli/examples/ec2/describe-capacity-reservation-fleets.rst,sha256=
|
|
1919
|
+
awscli/examples/ec2/describe-capacity-reservation-fleets.rst,sha256=MbvG6ent0932Nbrs8raQ4flg32L8QJNdWJFCpxu3-yM,1876
|
|
1909
1920
|
awscli/examples/ec2/describe-capacity-reservations.rst,sha256=M2E3xOTScpbF63U_dwYxA2KRkNgSiE_ZmaQZxbGWvbU,2979
|
|
1910
1921
|
awscli/examples/ec2/describe-carrier-gateways.rst,sha256=VZAR53o3OB3vvSJm6bTbECpdLxfm3NiQZocRTp5k-j4,806
|
|
1911
1922
|
awscli/examples/ec2/describe-classic-link-instances.rst,sha256=IJh5-bLWJaCAbIDMxm8ZhPyIvMSamZNctjY4TIpZ82c,1248
|
|
@@ -2139,7 +2150,7 @@ awscli/examples/ec2/get-vpn-connection-device-types.rst,sha256=b7NWzwIta9k_n0b1i
|
|
|
2139
2150
|
awscli/examples/ec2/import-client-vpn-client-certificate-revocation-list.rst,sha256=_-2p1mo0fT-NcOYYdGbfkG97xYk76CHeYaSLliNL4jk,711
|
|
2140
2151
|
awscli/examples/ec2/import-image.rst,sha256=SDU0Yx3nJHITS3LCgNCEZ17riatfQrecYd1HtTq-8Gw,722
|
|
2141
2152
|
awscli/examples/ec2/import-key-pair.rst,sha256=szPmPWi1pCx2RppAkdw-HxxpEFITYNHRc_5FT7_1QYo,740
|
|
2142
|
-
awscli/examples/ec2/import-snapshot.rst,sha256=
|
|
2153
|
+
awscli/examples/ec2/import-snapshot.rst,sha256=dToCsr2pceR8_6b-mXiHASqn7svHjVXehzNQTDzEsqk,830
|
|
2143
2154
|
awscli/examples/ec2/list-images-in-recycle-bin.rst,sha256=zZVSIcMXkHug0SEHYx22tvmGGCDw4VKaQRo1SqrZuxU,787
|
|
2144
2155
|
awscli/examples/ec2/list-snapshots-in-recycle-bin.rst,sha256=sfzarQ3VbN77dNr-8vK7iUeQv6aZTnqhF6GGGvCysL0,1144
|
|
2145
2156
|
awscli/examples/ec2/lock-snapshot.rst,sha256=bpgraGbO82r7cgoUeJIib4iZIIFrNiwT2BYqaQSaWCc,1700
|
|
@@ -2344,12 +2355,21 @@ awscli/examples/ecr/start-lifecycle-policy-preview.rst,sha256=clG1yBJyetgXOyAaKp
|
|
|
2344
2355
|
awscli/examples/ecr/tag-resource.rst,sha256=KEJ2ATci1tZDMt3jbuptg24Tw8WZsmqpUu9BeT929cw,334
|
|
2345
2356
|
awscli/examples/ecr/untag-resource.rst,sha256=RNR8QgUpJgsHNkl5TL2yAfRPmvG6T5XVXEAeUoSfOyE,319
|
|
2346
2357
|
awscli/examples/ecr/upload-layer-part.rst,sha256=GRacPKGCYA8H9Ir4uu8C4-99q173NyLGXZolMXhekys,679
|
|
2347
|
-
awscli/examples/ecr-public/
|
|
2348
|
-
awscli/examples/ecr-public/
|
|
2358
|
+
awscli/examples/ecr-public/batch-delete-image.rst,sha256=F7CvOwZ6x12JnZ_vxXShD573Fzie8gx4dNaOw5hrfik,4065
|
|
2359
|
+
awscli/examples/ecr-public/create-repository.rst,sha256=DD8qT3zhwgAfZz8QpVPAjJnmfVdMGEzG8E9cGCh-WWY,15173
|
|
2360
|
+
awscli/examples/ecr-public/delete-repository-policy.rst,sha256=4cH-uSZx9n4nWEjvMbeJNXrV8P2DvntJ3wyko7iRHc0,1120
|
|
2361
|
+
awscli/examples/ecr-public/delete-repository.rst,sha256=D6ZtCNfaO_MdtgTkM9HXtgKkLsUwn2OZNTXYzOeGM0A,856
|
|
2362
|
+
awscli/examples/ecr-public/describe-image-tags.rst,sha256=zggkg2UdpR0r-gDZ_eIVrgLZdDrx3XH_PrzUDXzaQ8I,966
|
|
2363
|
+
awscli/examples/ecr-public/describe-images.rst,sha256=E5JLU-4rd6-Vjz2SBkm66c_QwwgWZQjGgoCHzWxikI8,3474
|
|
2349
2364
|
awscli/examples/ecr-public/describe-registries.rst,sha256=IKafkhdx0vXLncykt2iyvxj5gYqqdjwzp5K8tEbnYiw,755
|
|
2350
2365
|
awscli/examples/ecr-public/describe-repository.rst,sha256=vu8t6qL2msYLYbAncjMjNfYzf7DEdtBYJBlGLHuV-og,1519
|
|
2366
|
+
awscli/examples/ecr-public/get-authorization-token.rst,sha256=2vpTlgs_tka4rr0ZJbpAVk9W2T24q6PAHj1ZJmImzzU,8730
|
|
2351
2367
|
awscli/examples/ecr-public/get-login-password.rst,sha256=CUWwThTkphSeW64TK3lIoMxXVA7JPX5e2wTJjwMAqm4,1486
|
|
2352
2368
|
awscli/examples/ecr-public/get-login-password_description.rst,sha256=22fIJRMLiTAkFjv1y8jRPpof7gDQhDZxoR8DoLnD8I0,698
|
|
2369
|
+
awscli/examples/ecr-public/get-repository-policy.rst,sha256=S_H2oUXSN2e2JhE9EDE9A67b1WwhFpNUi8wcB4XeA_c,1109
|
|
2370
|
+
awscli/examples/ecr-public/put-repository-catalog-data.rst,sha256=dK-QF69p5wMePM0iqpJbEjPmBtsjrM4CfHryNZMoqzM,1891
|
|
2371
|
+
awscli/examples/ecr-public/set-repository-policy.rst,sha256=qCOL-GUbjQKTveFIyCSrIKKV53Ka5D1dubmem8KCdik,5358
|
|
2372
|
+
awscli/examples/ecs/capacity-provider-update.rst,sha256=-ynz-2m3NxfyFNF2xCEBdcuQPx83b1JOs2836XDQcJo,1950
|
|
2353
2373
|
awscli/examples/ecs/create-capacity-provider.rst,sha256=RmdbP8SVIXFUGPKpdSKkqsTnzAzN6LwkmCMYZd-WC0g,1623
|
|
2354
2374
|
awscli/examples/ecs/create-cluster.rst,sha256=57e9m_MOuJFV4OTCv8nkTh3o4vvMoLa3QKJ_69HY6GI,5702
|
|
2355
2375
|
awscli/examples/ecs/create-service.rst,sha256=YiMb8eHH0yANn08F4WRtKC0PrnyYjXqeLv2NkgqHdGg,9553
|
|
@@ -2371,6 +2391,7 @@ awscli/examples/ecs/describe-task-definition.rst,sha256=cIND7fLg-rmy9SxJvXnHPh2q
|
|
|
2371
2391
|
awscli/examples/ecs/describe-task-sets.rst,sha256=8zZAjQrMTgFE3rzeroX1ZyGdMQnceQBJaHjONHFUR-c,1717
|
|
2372
2392
|
awscli/examples/ecs/describe-tasks.rst,sha256=J7az7P7kJvJ6U07zPy-LkGLay5etnB5y4Pv6nihcO8s,12902
|
|
2373
2393
|
awscli/examples/ecs/execute-command.rst,sha256=-zYMMhHK3wjIfGObn0pknTSGZy92MtCA0TdPcihBz7M,750
|
|
2394
|
+
awscli/examples/ecs/get-task-protection.rst,sha256=Z2R-4PieLRzAiaehZPAyurwRJLDt6HocqPDcQOMaLSE,817
|
|
2374
2395
|
awscli/examples/ecs/list-account-settings.rst,sha256=U_Tm82zhMyrD6u75xgn01k-c5K8gGd194DQvENjSsyk,1536
|
|
2375
2396
|
awscli/examples/ecs/list-attributes.rst,sha256=I5HGg3TJRxIiUD1JEOLO98fqR7_s64GcJIbfgFIiBV4,853
|
|
2376
2397
|
awscli/examples/ecs/list-clusters.rst,sha256=X1K0IwK7lRKBx7SL6nTzK5XINDtzrsx1VCcUTUcI0zE,516
|
|
@@ -2393,10 +2414,12 @@ awscli/examples/ecs/stop-task.rst,sha256=R0gpzlxaQtQIahTzzAwvZAKCJ8aLR_C-AnWmeUE
|
|
|
2393
2414
|
awscli/examples/ecs/tag-resource.rst,sha256=wwHgJOlBWNy6d2ZetCQ0Pm32N5DucknQHi-pVMD-KZM,627
|
|
2394
2415
|
awscli/examples/ecs/untag-resource.rst,sha256=Ip6Ym3OJUB0K8w5qCVcJD5JV92b4rshwdm6Rb21_NRk,306
|
|
2395
2416
|
awscli/examples/ecs/update-cluster-settings.rst,sha256=z3R9B34lIgmgbov5bks6ikYuLZvU-LZuG0AUoSrPhYE,1068
|
|
2417
|
+
awscli/examples/ecs/update-cluster.rst,sha256=OV38bU7OamXfvwykap_sqxbrRRPAJtD4A6IOlP-ketw,6861
|
|
2396
2418
|
awscli/examples/ecs/update-container-agent.rst,sha256=nt5BBtWbdqJY3coD_7G3LMMtuDIzKaDln_6F8J8tus4,842
|
|
2397
2419
|
awscli/examples/ecs/update-container-instances-state.rst,sha256=4dSKofws7Y1kSmhow-TfESecyG9tlzVjSlYVMevBE5I,10437
|
|
2398
2420
|
awscli/examples/ecs/update-service-primary-task-set.rst,sha256=M9ZKYEjcl2lkDom45XJtP2Tu0O5kBQuk9erw6Y5UZmw,1594
|
|
2399
2421
|
awscli/examples/ecs/update-service.rst,sha256=wZGD01-JPsQLBWDjZVDNf3YsEL2U-dPaF4xGnat1iL0,703
|
|
2422
|
+
awscli/examples/ecs/update-task-protection.rst,sha256=Ltv-BQHFUkVQKMflK2wBPZhC-fri4djDptnCejUvEVw,1740
|
|
2400
2423
|
awscli/examples/ecs/update-task-set.rst,sha256=NimKKM9kaehqwRdzETkLMQASvzcJCMHAhO-g88BmcQ0,1553
|
|
2401
2424
|
awscli/examples/ecs/wait/services-stable.rst,sha256=FTnYJoGvRQZnlALT4xbwPd4oFmZ3RKWtjpk67YtNdDQ,341
|
|
2402
2425
|
awscli/examples/ecs/wait/tasks-running.rst,sha256=MuQoAR8mD40WWKNksGwLaGS2jGoEyfe5VSEeo2i3NTQ,342
|
|
@@ -3221,16 +3244,20 @@ awscli/examples/inspector/stop-assessment-run.rst,sha256=89HBxG3su9OXpjVcPWyyGEs
|
|
|
3221
3244
|
awscli/examples/inspector/subscribe-to-event.rst,sha256=OxTDwBdeLgkZd1ln8ebQyUUb9FrllDiDAr-hiQJ6_W8,744
|
|
3222
3245
|
awscli/examples/inspector/unsubscribe-from-event.rst,sha256=36FGTpQ1VLkhFWUrbMhJPy8gCFVVOK7VKzavmcceCRY,761
|
|
3223
3246
|
awscli/examples/inspector/update-assessment-target.rst,sha256=SL0rYQjY5_okzQuqAeLlREiNRl7iKR_iQt8NYjXdAao,808
|
|
3247
|
+
awscli/examples/inspector2/associate-member.rst,sha256=Ry01KiCxlQICWNPB81Or42CcPNQXqfGN0FGhiLWJOR0,582
|
|
3224
3248
|
awscli/examples/inspector2/create-filter.rst,sha256=8CSVl-8Z3P8fnae70C3sK8XunDRxiQ3ZAcD2nJrFvqE,746
|
|
3225
3249
|
awscli/examples/inspector2/create-findings-report.rst,sha256=CNk6HC5RdLSfKPTknBiP6Hzzmk6TDgE7nFTOJQITkEU,735
|
|
3226
3250
|
awscli/examples/inspector2/create-sbom-export.rst,sha256=vnwHoZPWeuhZd5GN3KUGiMtVTeLQcRFRH10Czu3j2_s,773
|
|
3227
3251
|
awscli/examples/inspector2/delete-filter.rst,sha256=x1eb9hcCZ10T6wGeClytdoO9hBYg_hvMnvYRfBBc3Nk,551
|
|
3252
|
+
awscli/examples/inspector2/disassociate-member.rst,sha256=JcsfXhdciP-_9YN2iIiuuqHSGiE4ruvX0x_s6b18Le0,596
|
|
3228
3253
|
awscli/examples/inspector2/get-configuration.rst,sha256=ZQ_dd2RvF5vnQd0A5zt6Bi6_hIGiv-spkNuvmpMjZAI,900
|
|
3254
|
+
awscli/examples/inspector2/get-member.rst,sha256=eD4C4MWVuw2A7PSb8T9vtjqoaMuNcjibhW2KitgwtvI,626
|
|
3229
3255
|
awscli/examples/inspector2/list-account-permissions.rst,sha256=yEWZIAHMgg67k4hQHwe7TZ76i-rmgHOfcmPVHuh872A,1350
|
|
3230
3256
|
awscli/examples/inspector2/list-coverage-statistics.rst,sha256=5K3tbGanWbRdKFDtoTOyHCFmN0KX-UhtyTLCUlLzLJc,2680
|
|
3231
3257
|
awscli/examples/inspector2/list-coverage.rst,sha256=Cq6n-aCIqTDIfV0XjECneTfX7GtTDLOyRWINzXOTN-8,2044
|
|
3232
3258
|
awscli/examples/inspector2/list-delegated-admin-accounts.rst,sha256=9-9_1Lo0RJx1GCRf8z2CMg2DuaCbVVfZZ4XNKZGSvRM,686
|
|
3233
3259
|
awscli/examples/inspector2/list-filters.rst,sha256=AfDd72i1uAXjdh4DYlabiJV33hisuMcIePeS5ySl3HM,2131
|
|
3260
|
+
awscli/examples/inspector2/list-members.rst,sha256=WMI9mwo0q06ioVYC3xiljT7S-fMCJcaksBJ9rBlBEnY,3307
|
|
3234
3261
|
awscli/examples/inspector2/list-usage-totals.rst,sha256=tyL9WVGmy2QRfk5lNsqZWi3a2JbzYU425aU8rvhIkiY,2076
|
|
3235
3262
|
awscli/examples/inspector2/update-filter.rst,sha256=UZC10o7SyeSG4GgPypOzDWDLsDSNRSbzksYiV9Kym4o,1683
|
|
3236
3263
|
awscli/examples/iot/accept-certificate-transfer.rst,sha256=WxFHl2KdwDuLUUDmfY41xPGLICvIzAxlYGCC8lnfRig,615
|
|
@@ -3747,24 +3774,28 @@ awscli/examples/ivs/untag-resource.rst,sha256=P_tRaLWCPf2ZwN3L2rasgvGIGKrrLdNW8-
|
|
|
3747
3774
|
awscli/examples/ivs/update-channel.rst,sha256=TYdmvXlj5cgR0QoRQZGH6Q-FeTAIYsgGZWur82Au23o,8253
|
|
3748
3775
|
awscli/examples/ivs/update-playback-restriction-policy.rst,sha256=2oT1pzQ2yZm_ug9otYvBXY6hSaSg8Z8EmC5hBielfb0,1362
|
|
3749
3776
|
awscli/examples/ivs-realtime/create-encoder-configuration.rst,sha256=OGhUNFLELIum90i2w2aRFzlz0M1wox50viRghjtwx6E,945
|
|
3777
|
+
awscli/examples/ivs-realtime/create-ingest-configuration.rst,sha256=hgUkA35ndX5qTwaU50BCB2d-vjfuyFG9Nf_bWGBXYBE,970
|
|
3750
3778
|
awscli/examples/ivs-realtime/create-participant-token.rst,sha256=DoMHgPlpIeHOfAYLFAUsjIdk6Ch4N_hj7iv9zKT34YE,733
|
|
3751
|
-
awscli/examples/ivs-realtime/create-stage.rst,sha256=
|
|
3779
|
+
awscli/examples/ivs-realtime/create-stage.rst,sha256=gieA-loBFEMKdn7WCIjlQuxk7D3TiYJPUid4DGqslME,2888
|
|
3752
3780
|
awscli/examples/ivs-realtime/create-storage-configuration.rst,sha256=yMoPOqr6SMN-neJIG1m0EM99mgOwRzJyZGc8_ohnxmA,832
|
|
3753
3781
|
awscli/examples/ivs-realtime/delete-encoder-configuration.rst,sha256=iBW9aWaEkxNXr-nuTmua-W7o3JywCqTV77k2ApNE3JU,598
|
|
3782
|
+
awscli/examples/ivs-realtime/delete-ingest-configuration.rst,sha256=GY2DBx7T6iAk4REol9XgWoNQzoxUp7S86n9qfb_9N5Q,1248
|
|
3754
3783
|
awscli/examples/ivs-realtime/delete-public-key.rst,sha256=3rmm_W9j1vaS95xs1lFW6_fRsRfM2i0VknuTUyOXPgg,469
|
|
3755
3784
|
awscli/examples/ivs-realtime/delete-stage.rst,sha256=Mym4Q_LCIUM14vpnCjjJqDHfLS6eS0AjsU8cL0Txi9I,445
|
|
3756
3785
|
awscli/examples/ivs-realtime/delete-storage-configuration.rst,sha256=5Fp1fDaYwB1aEYbYg0BkTBCFYuZ-af7sYGqh57e8wkg,598
|
|
3757
3786
|
awscli/examples/ivs-realtime/disconnect-participant.rst,sha256=0FzAdsDfk6maR-5Kzgex8PWDE_lmoTg_HKxXJR5_uw4,574
|
|
3758
3787
|
awscli/examples/ivs-realtime/get-composition.rst,sha256=smPuicaaGrxkXK2C5QY8tlj2F_cUOKIT_nMPWgwNf70,5909
|
|
3759
3788
|
awscli/examples/ivs-realtime/get-encoder-configuration.rst,sha256=UlFBxJkjqm79EmRe2IYTwTEbaDis2Rsfbfi44whBaew,961
|
|
3789
|
+
awscli/examples/ivs-realtime/get-ingest-configuration.rst,sha256=dpMcDCO171N5ik_o9ZS6-5lmjWs6bSNq6ebGxNnZiAI,1036
|
|
3760
3790
|
awscli/examples/ivs-realtime/get-participant.rst,sha256=xuvghN9G-Psqh0_8Vl1UQoE8oXU0Vv_c5z9DPrIe2bw,1305
|
|
3761
3791
|
awscli/examples/ivs-realtime/get-public-key.rst,sha256=6IKGMrNEBP3GiMBt81bEj5QKNnPnpuumEFZxutpUVXo,1063
|
|
3762
3792
|
awscli/examples/ivs-realtime/get-stage-session.rst,sha256=pJ0kkZ0rnij75BePAoEX8DfZtx5Ny0fel1MfbZNnGwE,767
|
|
3763
|
-
awscli/examples/ivs-realtime/get-stage.rst,sha256=
|
|
3793
|
+
awscli/examples/ivs-realtime/get-stage.rst,sha256=QJL_ZGmfllrcEAfosIEzAQDCxw2494wZNQReo9_LJ2o,1395
|
|
3764
3794
|
awscli/examples/ivs-realtime/get-storage-configuration.rst,sha256=51Et0JmzvaPhKN4NfPGtOjfZkJ28Brry8EZTAYHEltk,878
|
|
3765
3795
|
awscli/examples/ivs-realtime/import-public-key.rst,sha256=5eiDsux84FHS-PdTtfKZpliebRfpwBXyum830u8g0KA,1059
|
|
3766
3796
|
awscli/examples/ivs-realtime/list-compositions.rst,sha256=GyMNnF8wH8FX9GaRs-F3BwerQ2ehrfIcd2QiDYJ1wpA,2095
|
|
3767
3797
|
awscli/examples/ivs-realtime/list-encoder-configurations.rst,sha256=VGZQ4VqBZOAVQGvoz4g0-EKF12wCj-VLQjd4z0pTXio,961
|
|
3798
|
+
awscli/examples/ivs-realtime/list-ingest-configurations.rst,sha256=N7TxxPzabyTdGl4oNziSlffNWKRZEU4o_pz6E5pjReo,967
|
|
3768
3799
|
awscli/examples/ivs-realtime/list-participant-events.rst,sha256=j9JE-6Z3XZB9dVC4oBGUd_MozKZVBOyMomn6Kyj--Q0,1409
|
|
3769
3800
|
awscli/examples/ivs-realtime/list-participants.rst,sha256=0L8tYEqfkPX4DVSonoHpdUmpv7Um6dZtmdIPcvYoyRI,926
|
|
3770
3801
|
awscli/examples/ivs-realtime/list-public-keys.rst,sha256=wx77x9UdpYuOc6PlsnxNyHLgiJWgiFAceQ19xWdi14s,914
|
|
@@ -3773,7 +3804,8 @@ awscli/examples/ivs-realtime/list-stages.rst,sha256=dY0QFXeBOvTsiuarz1L6fvGcSend
|
|
|
3773
3804
|
awscli/examples/ivs-realtime/list-storage-configurations.rst,sha256=rVW3gn5m8kHPFDW-OgWX5JzSiJSDfJtpbgYWSDtn21s,1163
|
|
3774
3805
|
awscli/examples/ivs-realtime/start-composition.rst,sha256=UyYYqcpTwYZISL6uIRMnWmeDrcjceKX3CyZanbOZabk,6763
|
|
3775
3806
|
awscli/examples/ivs-realtime/stop-composition.rst,sha256=XuZfFAGhX0wwlkAPvQO6V0_iX1syG58M5U0WgH5LXi4,516
|
|
3776
|
-
awscli/examples/ivs-realtime/update-
|
|
3807
|
+
awscli/examples/ivs-realtime/update-ingest-configuration.rst,sha256=f047K4leqfd3zA5M8BXaxSXJRySOBA173FHAWb1Qvzc,1128
|
|
3808
|
+
awscli/examples/ivs-realtime/update-stage.rst,sha256=1XAF88ugNUZVQ5trf089Q1pvS2ltPIYfTUe_22h6zDc,1592
|
|
3777
3809
|
awscli/examples/ivschat/create-chat-token.rst,sha256=uFDRjsm8qOcqLMKUXHV8gmv41niAfkUgL7Cv7KLoeKI,995
|
|
3778
3810
|
awscli/examples/ivschat/create-logging-configuration.rst,sha256=HElBp4vPHm3-3Bs7c12GLM_6GxheyZKbEkv2ZrzcpNY,1153
|
|
3779
3811
|
awscli/examples/ivschat/create-room.rst,sha256=7Zg0NTGzXli-cXgNRkKcx1c9C-nVVxi3KpajeQK_irw,1042
|
|
@@ -5063,7 +5095,7 @@ awscli/examples/s3/mv.rst,sha256=5PDwfYR8repQuAlWINzyfKS4-feQh9ZO2JIr0T9-5DQ,401
|
|
|
5063
5095
|
awscli/examples/s3/presign.rst,sha256=4D0AYCtk3AiBhX9HmmhcG4htsj1Rdz_NsaQMw6c4hTE,1456
|
|
5064
5096
|
awscli/examples/s3/rb.rst,sha256=JvPJZ6ufXqT_1QkXr1nocNq9laCEPYgFiVGf12FQunw,719
|
|
5065
5097
|
awscli/examples/s3/rm.rst,sha256=s9BPoj05tDeVNvhSkc5ufikVodunLPASXenKoIjR5SE,2124
|
|
5066
|
-
awscli/examples/s3/sync.rst,sha256=
|
|
5098
|
+
awscli/examples/s3/sync.rst,sha256=avsQq4Pfq3I9SjVC7K5zPZ62uYgrTFlqlABpo8H_Gk8,5875
|
|
5067
5099
|
awscli/examples/s3/website.rst,sha256=zt28UB2M8qOjP55W2wu0dYbGClzmT8drS7UwlWNaXH8,932
|
|
5068
5100
|
awscli/examples/s3/mv/_description.rst,sha256=IIN0gX8cHrjo_nohv2Sy33JUYs-M72nK5wRM3dBg5Zg,838
|
|
5069
5101
|
awscli/examples/s3api/abort-multipart-upload.rst,sha256=vjJFVlnkS_oyIhzxCyvj63SeiIxLdbumsQEaVUdIQ14,567
|
|
@@ -5156,7 +5188,7 @@ awscli/examples/s3api/put-object-legal-hold.rst,sha256=q5EI7YwVGY0rHNpi_VX6LbbUn
|
|
|
5156
5188
|
awscli/examples/s3api/put-object-lock-configuration.rst,sha256=RVA4nu-tXdIVwqTA7i63GlZTpo-fzhYOfnOdNdLoRL0,430
|
|
5157
5189
|
awscli/examples/s3api/put-object-retention.rst,sha256=xf4SDpbirhGnCeFnQXI2FXhZiEyXOfWTlf2y7jKAimA,423
|
|
5158
5190
|
awscli/examples/s3api/put-object-tagging.rst,sha256=JhiR8qGPYXSyH9VjYuleBxnb5lgn0RNYLE2IR2T3_vM,782
|
|
5159
|
-
awscli/examples/s3api/put-object.rst,sha256=
|
|
5191
|
+
awscli/examples/s3api/put-object.rst,sha256=Op_T854Smhab1-L2HSDBGVoMiawcEpYj1hB2-FyQNbU,917
|
|
5160
5192
|
awscli/examples/s3api/put-public-access-block.rst,sha256=CzdgKI20h5lyDIz1xwUbIlrzhBY-yDIGCdkHL98uwvY,438
|
|
5161
5193
|
awscli/examples/s3api/restore-object.rst,sha256=QTDMCJSKFol7o9bAzOmfD4H89d5wSZ9pEcxaRIZp_A8,351
|
|
5162
5194
|
awscli/examples/s3api/select-object-content.rst,sha256=tsQKUVgyjNhU9QaGf514ITFumiAAWmw1E5bgMmZJ08U,587
|
|
@@ -5927,7 +5959,7 @@ awscli/examples/workmail/list-aliases.rst,sha256=MWQVzFOU1cTPqmkJEJV8ITVcnLVNCsh
|
|
|
5927
5959
|
awscli/examples/workmail/list-group-members.rst,sha256=nT1a2RQITMF0s5A5c8-EMhLdcc3w8yPDTK5p2Ryq5JU,593
|
|
5928
5960
|
awscli/examples/workmail/list-groups.rst,sha256=d_lU-6GtwUoOSgJTtgDhEnc1Rr71rqFGesHi1L8YlXo,640
|
|
5929
5961
|
awscli/examples/workmail/list-mailbox-permissions.rst,sha256=iznMrrzpLEhc4bLa0DRqDy5VaRqR_LWoCd0p3js2Qo0,642
|
|
5930
|
-
awscli/examples/workmail/list-organizations.rst,sha256=
|
|
5962
|
+
awscli/examples/workmail/list-organizations.rst,sha256=BzEZhyoprPJYfK84N1EyeGiDfOtGE-O8Ky7FpCsfImU,422
|
|
5931
5963
|
awscli/examples/workmail/list-resource-delegates.rst,sha256=T8HLtVvu62SjWM-Zk88Kgznh-2SZ3TYAFvkgx7Fo5cI,510
|
|
5932
5964
|
awscli/examples/workmail/list-resources.rst,sha256=YMT28zcccG6-vjYaJSmpuxP14bhJcvBYhkUiML59dqY,497
|
|
5933
5965
|
awscli/examples/workmail/list-tags-for-resource.rst,sha256=lcroeSvR5IT9h4RoxpWNDJEUzgW9vIthVArp2F0OPr4,620
|
|
@@ -5983,13 +6015,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
|
|
|
5983
6015
|
awscli/topics/s3-config.rst,sha256=FwwCczTylrSLwELuDQ-VA8sCI7ruwV9PEJJrqxjUeG0,11502
|
|
5984
6016
|
awscli/topics/s3-faq.rst,sha256=sS5jKHF_7X5eiGwpUg7aTqQt2zCRN-m_xXOcE0Bme0Q,1899
|
|
5985
6017
|
awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
|
|
5986
|
-
awscli-1.36.
|
|
5987
|
-
awscli-1.36.
|
|
5988
|
-
awscli-1.36.
|
|
5989
|
-
awscli-1.36.
|
|
5990
|
-
awscli-1.36.
|
|
5991
|
-
awscli-1.36.
|
|
5992
|
-
awscli-1.36.
|
|
5993
|
-
awscli-1.36.
|
|
5994
|
-
awscli-1.36.
|
|
5995
|
-
awscli-1.36.
|
|
6018
|
+
awscli-1.36.26.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
|
|
6019
|
+
awscli-1.36.26.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
|
|
6020
|
+
awscli-1.36.26.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
|
|
6021
|
+
awscli-1.36.26.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
|
|
6022
|
+
awscli-1.36.26.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
|
|
6023
|
+
awscli-1.36.26.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
|
|
6024
|
+
awscli-1.36.26.dist-info/METADATA,sha256=eUT61v7K_yYYvHNJAq1b5y-Gc1KI9BqRaV7cpt87zkw,11331
|
|
6025
|
+
awscli-1.36.26.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
6026
|
+
awscli-1.36.26.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
|
|
6027
|
+
awscli-1.36.26.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
|