awscli 1.42.51__py3-none-any.whl → 1.42.53__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 CHANGED
@@ -18,7 +18,7 @@ A Universal Command Line Environment for Amazon Web Services.
18
18
 
19
19
  import os
20
20
 
21
- __version__ = '1.42.51'
21
+ __version__ = '1.42.53'
22
22
 
23
23
  #
24
24
  # Get our data path to be added to botocore's search path
awscli/arguments.py CHANGED
@@ -449,7 +449,7 @@ class CLIArgument(BaseCLIArgument):
449
449
  cli_name = self.cli_name
450
450
  parser.add_argument(
451
451
  cli_name,
452
- help=self.documentation,
452
+ help=self.documentation.replace('%', '%%'),
453
453
  type=self.cli_type,
454
454
  required=self.required,
455
455
  )
@@ -51,9 +51,10 @@ Output::
51
51
  ],
52
52
  "layout": {
53
53
  "grid": {
54
- "featuredParticipantAttribute": ""
54
+ "featuredParticipantAttribute": "",
55
55
  "gridGap": 2,
56
56
  "omitStoppedVideo": false,
57
+ "participantOrderAttribute": "",
57
58
  "videoAspectRatio": "VIDEO",
58
59
  "videoFillMode": ""
59
60
  }
@@ -65,7 +66,7 @@ Output::
65
66
  }
66
67
  }
67
68
 
68
- For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
69
+ For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
69
70
 
70
71
  **Example 2: To get a composition with PiP layout**
71
72
 
@@ -123,6 +124,7 @@ Output::
123
124
  "featuredParticipantAttribute": "abcdefg",
124
125
  "gridGap": 0,
125
126
  "omitStoppedVideo": false,
127
+ "participantOrderAttribute": "",
126
128
  "pipBehavior": "STATIC",
127
129
  "pipOffset": 0,
128
130
  "pipParticipantAttribute": "",
@@ -137,7 +139,7 @@ Output::
137
139
  }
138
140
  }
139
141
 
140
- For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
142
+ For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
141
143
 
142
144
  **Example 3: To get a composition with thumbnail recording enabled**
143
145
 
@@ -203,6 +205,7 @@ Output::
203
205
  "featuredParticipantAttribute": ""
204
206
  "gridGap": 2,
205
207
  "omitStoppedVideo": false,
208
+ "participantOrderAttribute": "",
206
209
  "videoAspectRatio": "VIDEO",
207
210
  "videoFillMode": "" }
208
211
  },
@@ -213,4 +216,4 @@ Output::
213
216
  }
214
217
  }
215
218
 
216
- For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
219
+ For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
@@ -57,6 +57,7 @@ Output::
57
57
  "featuredParticipantAttribute": ""
58
58
  "gridGap": 2,
59
59
  "omitStoppedVideo": false,
60
+ "participantOrderAttribute": "",
60
61
  "videoAspectRatio": "VIDEO",
61
62
  "videoFillMode": ""
62
63
  }
@@ -68,7 +69,7 @@ Output::
68
69
  }
69
70
  }
70
71
 
71
- For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
72
+ For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
72
73
 
73
74
  **Example 2: To start a composition with PiP layout**
74
75
 
@@ -129,6 +130,7 @@ Output::
129
130
  "featuredParticipantAttribute": "abcdefg",
130
131
  "gridGap": 0,
131
132
  "omitStoppedVideo": false,
133
+ "participantOrderAttribute": "",
132
134
  "pipBehavior": "STATIC",
133
135
  "pipOffset": 0,
134
136
  "pipParticipantAttribute": "",
@@ -143,7 +145,7 @@ Output::
143
145
  }
144
146
  }
145
147
 
146
- For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
148
+ For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
147
149
 
148
150
  **Example 3: To start a composition with thumbnail recording enabled**
149
151
 
@@ -212,6 +214,7 @@ Output::
212
214
  "featuredParticipantAttribute": ""
213
215
  "gridGap": 2,
214
216
  "omitStoppedVideo": false,
217
+ "participantOrderAttribute": "",
215
218
  "videoAspectRatio": "VIDEO",
216
219
  "videoFillMode": ""
217
220
  }
@@ -223,4 +226,86 @@ Output::
223
226
  }
224
227
  }
225
228
 
226
- For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
229
+ For more information, see `Composite Recording (Real-Time Streaming) <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
230
+
231
+ **Example 4: To start a composition using grid layout with custom participant ordering**
232
+
233
+ The following ``start-composition`` example starts a composition for the specified stage to be streamed to the specified locations using grid layout with custom participant ordering. ::
234
+
235
+ aws ivs-realtime start-composition \
236
+ --stage-arn arn:aws:ivs:ap-northeast-1:123456789012:stage/defgABCDabcd \
237
+ --destinations '[{"channel": {"channelArn": "arn:aws:ivs:ap-northeast-1:123456789012:channel/abcABCdefDEg", \
238
+ "encoderConfigurationArn": "arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"}}, \
239
+ {"s3": {"encoderConfigurationArns": ["arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"], \
240
+ "storageConfigurationArn": "arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE", \
241
+ "thumbnailConfigurations": [{"storage": ["SEQUENTIAL"],"targetIntervalSeconds": 60}]}}]' \
242
+ --layout grid='{participantOrderAttribute="abcdefg"}'
243
+
244
+ Output::
245
+
246
+ {
247
+ "composition": {
248
+ "arn": "arn:aws:ivs:ap-northeast-1:123456789012:composition/abcdABCDefgh",
249
+ "destinations": [
250
+ {
251
+ "configuration": {
252
+ "channel": {
253
+ "channelArn": "arn:aws:ivs:ap-northeast-1:123456789012:channel/abcABCdefDEg",
254
+ "encoderConfigurationArn": "arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
255
+ },
256
+ "name": ""
257
+ },
258
+ "id": "AabBCcdDEefF",
259
+ "state": "STARTING"
260
+ },
261
+ {
262
+ "configuration": {
263
+ "name": "",
264
+ "s3": {
265
+ "encoderConfigurationArns": [
266
+ "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
267
+ ],
268
+ "recordingConfiguration": {
269
+ "format": "HLS",
270
+ "hlsConfiguration": {
271
+ "targetSegmentDurationSeconds": 2
272
+ }
273
+ },
274
+ "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE",
275
+ "thumbnailConfigurations": [
276
+ {
277
+ "targetIntervalSeconds": 60,
278
+ "storage": [
279
+ "SEQUENTIAL"
280
+ ]
281
+ }
282
+ ]
283
+ }
284
+ },
285
+ "detail": {
286
+ "s3": {
287
+ "recordingPrefix": "aBcDeFgHhGfE/AbCdEfGhHgFe/GHFabcgefABC/composite"
288
+ }
289
+ },
290
+ "id": "GHFabcgefABC",
291
+ "state": "STARTING"
292
+ }
293
+ ],
294
+ "layout": {
295
+ "grid": {
296
+ "featuredParticipantAttribute": ""
297
+ "gridGap": 2,
298
+ "omitStoppedVideo": false,
299
+ "participantOrderAttribute": "abcdefg",
300
+ "videoAspectRatio": "VIDEO",
301
+ "videoFillMode": ""
302
+ }
303
+ },
304
+ "stageArn": "arn:aws:ivs:ap-northeast-1:123456789012:stage/defgABCDabcd",
305
+ "startTime": "2023-10-16T23:24:00+00:00",
306
+ "state": "STARTING",
307
+ "tags": {}
308
+ }
309
+ }
310
+
311
+ For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
@@ -4,7 +4,7 @@ The following ``create-function`` example creates a Lambda function named ``my-f
4
4
 
5
5
  aws lambda create-function \
6
6
  --function-name my-function \
7
- --runtime nodejs18.x \
7
+ --runtime nodejs22.x \
8
8
  --zip-file fileb://my-function.zip \
9
9
  --handler my-function.handler \
10
10
  --role arn:aws:iam::123456789012:role/service-role/MyTestFunction-role-tges6bf4
@@ -28,10 +28,10 @@ Output::
28
28
  "Version": "$LATEST",
29
29
  "Role": "arn:aws:iam::123456789012:role/service-role/MyTestFunction-role-zgur6bf4",
30
30
  "Timeout": 3,
31
- "LastModified": "2023-10-14T22:26:11.234+0000",
31
+ "LastModified": "2025-10-14T22:26:11.234+0000",
32
32
  "Handler": "my-function.handler",
33
- "Runtime": "nodejs18.x",
33
+ "Runtime": "nodejs22.x",
34
34
  "Description": ""
35
35
  }
36
36
 
37
- For more information, see `AWS Lambda Function Configuration <https://docs.aws.amazon.com/lambda/latest/dg/resource-model.html>`__ in the *AWS Lambda Developer Guide*.
37
+ For more information, see `Configure Lambda function memory <https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html>`__ in the *AWS Lambda Developer Guide*.
@@ -34,10 +34,10 @@ Output::
34
34
  "Handler": "index.handler",
35
35
  "Role": "arn:aws:iam::123456789012:role/service-role/helloWorldPython-role-uy3l9qyq",
36
36
  "Timeout": 3,
37
- "LastModified": "2019-09-24T18:20:35.054+0000",
38
- "Runtime": "nodejs10.x",
37
+ "LastModified": "2025-09-24T18:20:35.054+0000",
38
+ "Runtime": "nodejs22.x",
39
39
  "Description": ""
40
40
  }
41
41
  }
42
42
 
43
- For more information, see `AWS Lambda Function Configuration <https://docs.aws.amazon.com/lambda/latest/dg/resource-model.html>`__ in the *AWS Lambda Developer Guide*.
43
+ For more information, see `Configure Lambda function memory <https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html>`__ in the *AWS Lambda Developer Guide*.
@@ -22,8 +22,8 @@ Output::
22
22
  "Handler": "helloworld.handler",
23
23
  "Role": "arn:aws:iam::123456789012:role/service-role/MyTestFunction-role-zgur6bf4",
24
24
  "Timeout": 3,
25
- "LastModified": "2023-09-23T18:32:33.857+0000",
26
- "Runtime": "nodejs18.x",
25
+ "LastModified": "2025-09-23T18:32:33.857+0000",
26
+ "Runtime": "nodejs22.x",
27
27
  "Description": ""
28
28
  },
29
29
  {
@@ -45,8 +45,8 @@ Output::
45
45
  "Handler": "index.handler",
46
46
  "Role": "arn:aws:iam::123456789012:role/service-role/helloWorldPython-role-uy3l9qyq",
47
47
  "Timeout": 3,
48
- "LastModified": "2023-10-01T16:47:28.490+0000",
49
- "Runtime": "nodejs18.x",
48
+ "LastModified": "2025-10-01T16:47:28.490+0000",
49
+ "Runtime": "nodejs22.x",
50
50
  "Description": ""
51
51
  },
52
52
  {
@@ -78,11 +78,11 @@ Output::
78
78
  "Handler": "lambda_function.lambda_handler",
79
79
  "Role": "arn:aws:iam::123456789012:role/service-role/my-python-function-role-z5g7dr6n",
80
80
  "Timeout": 3,
81
- "LastModified": "2023-10-01T19:40:41.643+0000",
81
+ "LastModified": "2025-10-01T19:40:41.643+0000",
82
82
  "Runtime": "python3.11",
83
83
  "Description": ""
84
84
  }
85
85
  ]
86
86
  }
87
87
 
88
- For more information, see `AWS Lambda Function Configuration <https://docs.aws.amazon.com/lambda/latest/dg/resource-model.html>`__ in the *AWS Lambda Developer Guide*.
88
+ For more information, see `Configure Lambda function memory <https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html>`__ in the *AWS Lambda Developer Guide*.
@@ -1,15 +1,17 @@
1
1
  **To get information about a hub resource**
2
2
 
3
- The following ``describe-hub`` example returns the subscription date for the specified hub resource. The hub resource is identified by its ARN. ::
3
+ The following ``describe-hub`` example returns the subscription date and other configuration settings for the specified hub resource. The hub resource is identified by its ARN. ::
4
4
 
5
- aws securityhub describe-hub \
5
+ aws securityhub describe-hub \
6
6
  --hub-arn "arn:aws:securityhub:us-west-1:123456789012:hub/default"
7
7
 
8
8
  Output::
9
9
 
10
10
  {
11
11
  "HubArn": "arn:aws:securityhub:us-west-1:123456789012:hub/default",
12
- "SubscribedAt": "2019-11-19T23:15:10.046Z"
12
+ "SubscribedAt": "2019-11-19T23:15:10.046Z",
13
+ "AutoEnableControls": true,
14
+ "ControlFindingGenerator": "SECURITY_CONTROL"
13
15
  }
14
16
 
15
- For more information, see `AWS::SecurityHub::Hub <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html>`__ in the *AWS CloudFormation User Guide*.
17
+ For more information, see `AWS::SecurityHub::Hub <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-securityhub-hub.html>`__ in the *AWS CloudFormation User Guide*.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: awscli
3
- Version: 1.42.51
3
+ Version: 1.42.53
4
4
  Summary: Universal Command Line Environment for AWS.
5
5
  Home-page: http://aws.amazon.com/cli/
6
6
  Author: Amazon Web Services
@@ -21,9 +21,10 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
24
25
  Requires-Python: >= 3.9
25
26
  License-File: LICENSE.txt
26
- Requires-Dist: botocore (==1.40.51)
27
+ Requires-Dist: botocore (==1.40.53)
27
28
  Requires-Dist: docutils (<=0.19,>=0.18.1)
28
29
  Requires-Dist: s3transfer (<0.15.0,>=0.14.0)
29
30
  Requires-Dist: PyYAML (<6.1,>=3.10)
@@ -63,6 +64,7 @@ The aws-cli package works on Python versions:
63
64
  - 3.11.x and greater
64
65
  - 3.12.x and greater
65
66
  - 3.13.x and greater
67
+ - 3.14.x and greater
66
68
 
67
69
  Notices
68
70
  ~~~~~~~
@@ -1,9 +1,9 @@
1
- awscli/__init__.py,sha256=NECg5wfmjkH8bZVVT49edMWLRaHat-EBFvpjPK-MlJg,1534
1
+ awscli/__init__.py,sha256=idjANOA4ooBFARL11BMZckDXuJ-QSXFWYmfnOahIdRQ,1534
2
2
  awscli/__main__.py,sha256=iBjOg0tBxNlhzTi_tyc1G0SMGBvHMVvBJzX3JqYaooY,662
3
3
  awscli/alias.py,sha256=Jj2jetpajUMcjqx9tFhHUOKpzLChQygnH2zqDFfmgIM,11315
4
4
  awscli/argparser.py,sha256=3Pxx-vWytdV985Y6MIl9DeutUXyehIvACIs_PDby8GI,7650
5
5
  awscli/argprocess.py,sha256=LFTcEElZCNKR3EP9Ovs7DlwUCVoLyaG-yXpf_CpR1lw,21180
6
- awscli/arguments.py,sha256=CW12iM9KyQRNcQAFhX4nvWvxb15XxdDuQfXRwQ-CBn0,18808
6
+ awscli/arguments.py,sha256=7uRbPe8rK56rpgEHD2gx9-GS-Yv1iJuWd_aooj7ebYY,18827
7
7
  awscli/clidocs.py,sha256=4WzjkUyiZGjfn7C228D3436695CYF8oVpfFsdJaw58k,31844
8
8
  awscli/clidriver.py,sha256=DCUU4LpcoKNGBagl35P2t4xSuSinKWdPmcNPCXB6AJE,26528
9
9
  awscli/commands.py,sha256=fJVPJajqYCl9pieIphIVYYQvbwdCbufkDj87I7W0JwE,2097
@@ -3850,7 +3850,7 @@ awscli/examples/ivs-realtime/delete-public-key.rst,sha256=3rmm_W9j1vaS95xs1lFW6_
3850
3850
  awscli/examples/ivs-realtime/delete-stage.rst,sha256=Mym4Q_LCIUM14vpnCjjJqDHfLS6eS0AjsU8cL0Txi9I,445
3851
3851
  awscli/examples/ivs-realtime/delete-storage-configuration.rst,sha256=5Fp1fDaYwB1aEYbYg0BkTBCFYuZ-af7sYGqh57e8wkg,598
3852
3852
  awscli/examples/ivs-realtime/disconnect-participant.rst,sha256=0FzAdsDfk6maR-5Kzgex8PWDE_lmoTg_HKxXJR5_uw4,574
3853
- awscli/examples/ivs-realtime/get-composition.rst,sha256=rV0Gi8GkNziMgKah1JISJy64e0OMv_atIyGklPSxoPw,9705
3853
+ awscli/examples/ivs-realtime/get-composition.rst,sha256=zhp7jVWTFvgWsj7yrzOXtm90bAqBF3dcqgSFh62Aa9k,9874
3854
3854
  awscli/examples/ivs-realtime/get-encoder-configuration.rst,sha256=UlFBxJkjqm79EmRe2IYTwTEbaDis2Rsfbfi44whBaew,961
3855
3855
  awscli/examples/ivs-realtime/get-ingest-configuration.rst,sha256=dpMcDCO171N5ik_o9ZS6-5lmjWs6bSNq6ebGxNnZiAI,1036
3856
3856
  awscli/examples/ivs-realtime/get-participant.rst,sha256=MuYMyQG6ssHH0puNX0A_kWvLDBerdI4uyeMeygU2fM0,4241
@@ -3869,7 +3869,7 @@ awscli/examples/ivs-realtime/list-public-keys.rst,sha256=wx77x9UdpYuOc6PlsnxNyHL
3869
3869
  awscli/examples/ivs-realtime/list-stage-sessions.rst,sha256=aITzBqMZFT7kMUJM3ew75_6LICXhcs4357xTorSC-MM,752
3870
3870
  awscli/examples/ivs-realtime/list-stages.rst,sha256=dY0QFXeBOvTsiuarz1L6fvGcSendbfnRkIdYnkhzTLE,1188
3871
3871
  awscli/examples/ivs-realtime/list-storage-configurations.rst,sha256=T7shNCEt2zzU1DsiGRAh82ygKe2TcJSFjgcSkKGBGBE,1140
3872
- awscli/examples/ivs-realtime/start-composition.rst,sha256=niKnGvzYo68FWbZD5jzS2146MkD69rmdIyQcFMwnR6w,11129
3872
+ awscli/examples/ivs-realtime/start-composition.rst,sha256=OnI7VQAy07WaH2s7mRll7JwQ-kGpNfqxZQs2ttVGZHk,15395
3873
3873
  awscli/examples/ivs-realtime/start-participant-replication.rst,sha256=N6OwNVAp0UYT7jgkG-YV40b3AAhRQ4v0V-d644vzPhg,1431
3874
3874
  awscli/examples/ivs-realtime/stop-composition.rst,sha256=XuZfFAGhX0wwlkAPvQO6V0_iX1syG58M5U0WgH5LXi4,516
3875
3875
  awscli/examples/ivs-realtime/stop-participant-replication.rst,sha256=jNKkjrt2ATTN9rZj-fyxs8pfHoA79dzEOxJKCgXMB_E,1435
@@ -4023,7 +4023,7 @@ awscli/examples/lambda/add-layer-version-permission.rst,sha256=oquVPRsrgzMSrcD6U
4023
4023
  awscli/examples/lambda/add-permission.rst,sha256=RM95noTBMjIt2yjVV_23jZhbaYAIjIJBSeYjumf0tyQ,894
4024
4024
  awscli/examples/lambda/create-alias.rst,sha256=Ije0vNGUZUFj4ElI6PqeuhrCX7apmrztx6q9tepPCSE,828
4025
4025
  awscli/examples/lambda/create-event-source-mapping.rst,sha256=5vKgcuepoK77paXHHwwz1XzuFnCQK6k1PQ4UtVk37nc,959
4026
- awscli/examples/lambda/create-function.rst,sha256=yR8LVfKNSmzuuh-P5kXsaS_eD0LA88eKzdNmnBVlHiY,1405
4026
+ awscli/examples/lambda/create-function.rst,sha256=AP58970HW1gZt4SahyQLhc2gwwD6VyfRMkInfCbtfts,1410
4027
4027
  awscli/examples/lambda/delete-alias.rst,sha256=qwU3eOabbMoHRGMyTmnTIWKVFCTGgePZHnUXJom6as0,459
4028
4028
  awscli/examples/lambda/delete-event-source-mapping.rst,sha256=CtejbF3cEWb5ShD25m6Xa2PRCJl0MLpUvzT6QKSIBBA,880
4029
4029
  awscli/examples/lambda/delete-function-concurrency.rst,sha256=OUfdqAoMKCtlEyXbo6_WTvffGPeUEoHG1Vk-yNy6GUs,517
@@ -4037,7 +4037,7 @@ awscli/examples/lambda/get-event-source-mapping.rst,sha256=h6Gs4qE8VY2rCUgbAZknp
4037
4037
  awscli/examples/lambda/get-function-concurrency.rst,sha256=DZBC5_3LHNne4TF8SVpQ8-iE7RPQ5OUDTGrY5bKn6nA,344
4038
4038
  awscli/examples/lambda/get-function-configuration.rst,sha256=QJiL4phwo6DwTB0fbpAZn3hstLcrY_uaycUGcz6fEdY,1260
4039
4039
  awscli/examples/lambda/get-function-event-invoke-config.rst,sha256=3jHGPB_6uALT0MqYSJhUg6T6gEIxNhCZnCsMgoJ5lpY,757
4040
- awscli/examples/lambda/get-function.rst,sha256=DXfeOVG6FdI_kleGvE1q0s25kOd-aiZR_DY_PJ2xy0I,1600
4040
+ awscli/examples/lambda/get-function.rst,sha256=zL4N5Ksxt2frLWJnjLWJ1-5izubMv_T59kHQMMObEyM,1605
4041
4041
  awscli/examples/lambda/get-layer-version-by-arn.rst,sha256=8DgnOAwZlY1gDYUXFS6inZvE5WFGD280hfiy6wVXs2o,1459
4042
4042
  awscli/examples/lambda/get-layer-version-policy.rst,sha256=IL2eJ1-qj5QIIKVPkV_xwSJavtHs1PfUaOphkeDNZ-E,1022
4043
4043
  awscli/examples/lambda/get-layer-version.rst,sha256=gxaVFH-hOzMVtIfiye1w8XHLD8jRz8VBsbCdB_A0oz0,1173
@@ -4047,7 +4047,7 @@ awscli/examples/lambda/invoke.rst,sha256=Z4Hf2qXkkXC9ACJPnuk2O_HxKX5486CbUbh3mvO
4047
4047
  awscli/examples/lambda/list-aliases.rst,sha256=knX-vlTsH_G5ZiuNGX6NMH1L9-oRLoWJj_ZlcjkdWsU,1135
4048
4048
  awscli/examples/lambda/list-event-source-mappings.rst,sha256=_ueTL0K6TbdiIeGiwKCW9qwV_sgumBSkqMDgr_Z0U2Q,967
4049
4049
  awscli/examples/lambda/list-function-event-invoke-configs.rst,sha256=ideAB8rqmD-KJ_Hne6dcGk_nEevVBKpHNWl_WcvFzp0,924
4050
- awscli/examples/lambda/list-functions.rst,sha256=dMkIgYwXeIkLqprLEmYL6sBJN02vQIp-kVzHw4PZE1E,3687
4050
+ awscli/examples/lambda/list-functions.rst,sha256=SaLEzdYJFxR0ZxXORuO95L6l9eC80w5FyHjL-GbMHcQ,3693
4051
4051
  awscli/examples/lambda/list-layer-versions.rst,sha256=sH7-WGhrVfiQEPXKsyn3TFG9QNDIgPWKULocwgxOPX8,834
4052
4052
  awscli/examples/lambda/list-layers.rst,sha256=gmsmkyngKC4fN-u13mNiwSUf3s6_2py_DgkOVooxoV4,1079
4053
4053
  awscli/examples/lambda/list-provisioned-concurrency-configs.rst,sha256=Bd7ojvJ7x59-Qs8WvZGA46OKis9rlRJWIRZviVVEmNo,1232
@@ -5317,7 +5317,7 @@ awscli/examples/securityhub/delete-insight.rst,sha256=O15pukIKVAGQHs8Fp2a8brlySm
5317
5317
  awscli/examples/securityhub/delete-invitations.rst,sha256=K5FFIAe7QaFKuLT0DL7YobE2z-y9IcivgEwzFU8OsWI,578
5318
5318
  awscli/examples/securityhub/delete-members.rst,sha256=AJhRPMul5mU62RQpqVdsKuXfDhF1dXIeWUOJS5Cicw4,513
5319
5319
  awscli/examples/securityhub/describe-action-targets.rst,sha256=dQURahzBq35sruaM_RlK8MKPI-D90zOE-ftVeyPnVS4,936
5320
- awscli/examples/securityhub/describe-hub.rst,sha256=QR2We_77-gdpPupolFPlTliChYAKK4nqvyaikPNxS3U,659
5320
+ awscli/examples/securityhub/describe-hub.rst,sha256=eNLIWIkHqXr6B243_zoaTePp_fL28NhiA5oiQiFHPLo,794
5321
5321
  awscli/examples/securityhub/describe-organization-configuration.rst,sha256=lEaEnVo6F4PZpJm_U2PJINMb3shDDtbfdeQCj_JVkoE,955
5322
5322
  awscli/examples/securityhub/describe-products.rst,sha256=L-irRLXFNHg9tYDa9-vkz3GjSjaHt_czfB817F2uRDE,2453
5323
5323
  awscli/examples/securityhub/describe-standards-controls.rst,sha256=b7qbvHxo-fWDOYf02f5w_hrsUtnJCa56-AlsczinVLI,3075
@@ -6116,13 +6116,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
6116
6116
  awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
6117
6117
  awscli/topics/s3-faq.rst,sha256=9qO0HFI6F9hx1wVEUDl8Jy6yoCUd9zbtv-Z0Re4dsiw,2934
6118
6118
  awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
6119
- awscli-1.42.51.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6120
- awscli-1.42.51.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6121
- awscli-1.42.51.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6122
- awscli-1.42.51.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6123
- awscli-1.42.51.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6124
- awscli-1.42.51.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6125
- awscli-1.42.51.dist-info/METADATA,sha256=9OLgJ9DG6gBi7sWJK2fvWEW2YRFPFyfDCAI-_1fkQ80,11128
6126
- awscli-1.42.51.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6127
- awscli-1.42.51.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6128
- awscli-1.42.51.dist-info/RECORD,,
6119
+ awscli-1.42.53.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6120
+ awscli-1.42.53.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6121
+ awscli-1.42.53.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6122
+ awscli-1.42.53.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6123
+ awscli-1.42.53.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6124
+ awscli-1.42.53.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6125
+ awscli-1.42.53.dist-info/METADATA,sha256=WaTZkjVFo9qoAJDNKqS8DY2-LUhBgYolHsLzuaRAiTM,11201
6126
+ awscli-1.42.53.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6127
+ awscli-1.42.53.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6128
+ awscli-1.42.53.dist-info/RECORD,,
File without changes