awscli 1.38.22__py3-none-any.whl → 1.38.24__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
awscli/__init__.py 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.38.22'
21
+ __version__ = '1.38.24'
22
22
 
23
23
  #
24
24
  # Get our data path to be added to botocore's search path
@@ -30,6 +30,10 @@ Output::
30
30
  "SEQUENTIAL"
31
31
  ],
32
32
  "recordingMode": "DISABLED"
33
+ },
34
+ "recordingReconnectWindowSeconds": 0,
35
+ "hlsConfiguration": {
36
+ "targetSegmentDurationSeconds": 6
33
37
  }
34
38
  },
35
39
  "endpoints": {
@@ -43,7 +47,7 @@ Output::
43
47
  }
44
48
  }
45
49
 
46
- 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*.
50
+ 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 IVS Low-Latency Streaming User Guide*.
47
51
 
48
52
  **Example 2: To create a stage and configure individial participant recording**
49
53
 
@@ -51,7 +55,8 @@ The following ``create-stage`` example creates a stage and configures individual
51
55
 
52
56
  aws ivs-realtime create-stage \
53
57
  --name stage1 \
54
- --auto-participant-recording-configuration '{"mediaTypes": ["AUDIO_VIDEO"],"storageConfigurationArn": "arn:aws:ivs:us-west-2:123456789012:storage-configuration/abcdABCDefgh"}'
58
+ --auto-participant-recording-configuration '{"mediaTypes": ["AUDIO_VIDEO"],"storageConfigurationArn": "arn:aws:ivs:us-west-2:123456789012:storage-configuration/abcdABCDefgh", "recordingReconnectWindowSeconds": 100, \
59
+ "hlsConfiguration": {"targetSegmentDurationSeconds": 5}}'
55
60
 
56
61
  Output::
57
62
 
@@ -70,8 +75,12 @@ Output::
70
75
  "SEQUENTIAL"
71
76
  ],
72
77
  "recordingMode": "DISABLED"
78
+ },
79
+ "recordingReconnectWindowSeconds": 100,
80
+ "hlsConfiguration": {
81
+ "targetSegmentDurationSeconds": 5
73
82
  }
74
- },
83
+ },
75
84
  "endpoints": {
76
85
  "events": "wss://global.events.live-video.net",
77
86
  "rtmp": "rtmp://9x0y8z7s6t5u.global-contribute-staging.live-video.net/app/",
@@ -83,7 +92,7 @@ Output::
83
92
  }
84
93
  }
85
94
 
86
- 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*.
95
+ 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 IVS Low-Latency Streaming User Guide*.
87
96
 
88
97
  **Example 3: To create a stage and configure individial participant recording with thumbnail recording enabled**
89
98
 
@@ -111,8 +120,12 @@ Output::
111
120
  "SEQUENTIAL"
112
121
  ],
113
122
  "recordingMode": "INTERVAL"
123
+ },
124
+ "recordingReconnectWindowSeconds": 0,
125
+ "hlsConfiguration": {
126
+ "targetSegmentDurationSeconds": 6
114
127
  }
115
- },
128
+ },
116
129
  "endpoints": {
117
130
  "events": "wss://global.events.live-video.net",
118
131
  "rtmp": "rtmp://9x0y8z7s6t5u.global-contribute-staging.live-video.net/app/",
@@ -124,4 +137,4 @@ Output::
124
137
  }
125
138
  }
126
139
 
127
- 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*.
140
+ 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 IVS Low-Latency Streaming User Guide*.
@@ -31,7 +31,10 @@ Output::
31
31
  "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
32
32
  ],
33
33
  "recordingConfiguration": {
34
- "format": "HLS"
34
+ "format": "HLS",
35
+ "hlsConfiguration": {
36
+ "targetSegmentDurationSeconds": 2
37
+ }
35
38
  },
36
39
  "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE",
37
40
  }
@@ -52,7 +55,8 @@ Output::
52
55
  "gridGap": 2,
53
56
  "omitStoppedVideo": false,
54
57
  "videoAspectRatio": "VIDEO",
55
- "videoFillMode": "" }
58
+ "videoFillMode": ""
59
+ }
56
60
  },
57
61
  "stageArn": "arn:aws:ivs:ap-northeast-1:123456789012:stage/defgABCDabcd",
58
62
  "startTime": "2023-10-16T23:24:00+00:00",
@@ -61,7 +65,7 @@ Output::
61
65
  }
62
66
  }
63
67
 
64
- 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*.
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*.
65
69
 
66
70
  **Example 2: To get a composition with PiP layout**
67
71
 
@@ -96,7 +100,10 @@ Output::
96
100
  "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
97
101
  ],
98
102
  "recordingConfiguration": {
99
- "format": "HLS"
103
+ "format": "HLS",
104
+ "hlsConfiguration": {
105
+ "targetSegmentDurationSeconds": 2
106
+ }
100
107
  },
101
108
  "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE"
102
109
  }
@@ -130,7 +137,7 @@ Output::
130
137
  }
131
138
  }
132
139
 
133
- 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*.
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*.
134
141
 
135
142
  **Example 3: To get a composition with thumbnail recording enabled**
136
143
 
@@ -165,7 +172,10 @@ Output::
165
172
  "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
166
173
  ],
167
174
  "recordingConfiguration": {
168
- "format": "HLS"
175
+ "format": "HLS",
176
+ "hlsConfiguration": {
177
+ "targetSegmentDurationSeconds": 2
178
+ }
169
179
  },
170
180
  "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE",
171
181
  "thumbnailConfigurations": [
@@ -203,4 +213,4 @@ Output::
203
213
  }
204
214
  }
205
215
 
206
- 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*.
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*.
@@ -12,18 +12,22 @@ Output::
12
12
  "activeSessionId": "st-a1b2c3d4e5f6g",
13
13
  "arn": "arn:aws:ivs:us-west-2:123456789012:stage/abcdABCDefgh",
14
14
  "autoParticipantRecordingConfiguration": {
15
- "storageConfigurationArn": "",
16
- "mediaTypes": [
17
- "AUDIO_VIDEO"
18
- ],
19
- "thumbnailConfiguration": {
20
- "targetIntervalSeconds": 60,
21
- "storage": [
22
- "SEQUENTIAL"
23
- ],
24
- "recordingMode": "DISABLED",
25
- }
26
- },
15
+ "storageConfigurationArn": "",
16
+ "mediaTypes": [
17
+ "AUDIO_VIDEO"
18
+ ],
19
+ "thumbnailConfiguration": {
20
+ "targetIntervalSeconds": 60,
21
+ "storage": [
22
+ "SEQUENTIAL"
23
+ ],
24
+ "recordingMode": "DISABLED",
25
+ },
26
+ "recordingReconnectWindowSeconds": 0,
27
+ "hlsConfiguration": {
28
+ "targetSegmentDurationSeconds": 6
29
+ }
30
+ },
27
31
  "endpoints": {
28
32
  "events": "wss://global.events.live-video.net",
29
33
  "rtmp": "rtmp://9x0y8z7s6t5u.global-contribute-staging.live-video.net/app/",
@@ -35,4 +39,4 @@ Output::
35
39
  }
36
40
  }
37
41
 
38
- 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*.
42
+ 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 IVS Low-Latency Streaming User Guide*.
@@ -7,6 +7,7 @@ The following ``start-composition`` example starts a composition for the specifi
7
7
  --destinations '[{"channel": {"channelArn": "arn:aws:ivs:ap-northeast-1:123456789012:channel/abcABCdefDEg", \
8
8
  "encoderConfigurationArn": "arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"}}, \
9
9
  {"s3":{"encoderConfigurationArns":["arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"], \
10
+ "recordingConfiguration": {"hlsConfiguration": {"targetSegmentDurationSeconds": 5}}, \
10
11
  "storageConfigurationArn":"arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE"}}]'
11
12
 
12
13
  Output::
@@ -34,7 +35,10 @@ Output::
34
35
  "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
35
36
  ],
36
37
  "recordingConfiguration": {
37
- "format": "HLS"
38
+ "format": "HLS",
39
+ "hlsConfiguration": {
40
+ "targetSegmentDurationSeconds": 5
41
+ }
38
42
  },
39
43
  "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE"
40
44
  }
@@ -64,7 +68,7 @@ Output::
64
68
  }
65
69
  }
66
70
 
67
- 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*.
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*.
68
72
 
69
73
  **Example 2: To start a composition with PiP layout**
70
74
 
@@ -103,7 +107,10 @@ Output::
103
107
  "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
104
108
  ],
105
109
  "recordingConfiguration": {
106
- "format": "HLS"
110
+ "format": "HLS",
111
+ "hlsConfiguration": {
112
+ "targetSegmentDurationSeconds": 2
113
+ }
107
114
  },
108
115
  "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE"
109
116
  }
@@ -136,9 +143,9 @@ Output::
136
143
  }
137
144
  }
138
145
 
139
- 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*.
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*.
140
147
 
141
- **Example 3: To start a composition with thubnail recording enabled**
148
+ **Example 3: To start a composition with thumbnail recording enabled**
142
149
 
143
150
  The following ``start-composition`` example starts a composition for the specified stage to be streamed to the specified locations with thumbnail recording enabled. ::
144
151
 
@@ -175,7 +182,10 @@ Output::
175
182
  "arn:aws:ivs:arn:aws:ivs:ap-northeast-1:123456789012:encoder-configuration/ABabCDcdEFef"
176
183
  ],
177
184
  "recordingConfiguration": {
178
- "format": "HLS"
185
+ "format": "HLS",
186
+ "hlsConfiguration": {
187
+ "targetSegmentDurationSeconds": 2
188
+ }
179
189
  },
180
190
  "storageConfigurationArn": "arn:arn:aws:ivs:ap-northeast-1:123456789012:storage-configuration/FefABabCDcdE",
181
191
  "thumbnailConfigurations": [
@@ -213,4 +223,4 @@ Output::
213
223
  }
214
224
  }
215
225
 
216
- 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*.
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*.
@@ -4,8 +4,9 @@ The following ``update-stage`` example updates a stage for a specified stage ARN
4
4
 
5
5
  aws ivs-realtime update-stage \
6
6
  --arn arn:aws:ivs:us-west-2:123456789012:stage/abcdABCDefgh \
7
- --auto-participant-recording-configuration '{"mediaTypes": ["AUDIO_VIDEO"],"storageConfigurationArn": "arn:aws:ivs:us-west-2:123456789012:storage-configuration/abcdABCDefgh", \
8
- "thumbnailConfiguration": {"recordingMode": "INTERVAL","storage": ["SEQUENTIAL"],"targetIntervalSeconds": 60}}' \
7
+ --auto-participant-recording-configuration '{"mediaTypes": ["AUDIO_VIDEO"],"storageConfigurationArn": "arn:aws:ivs:us-west-2:123456789012:storage-configuration/abcdABCDefgh", "recordingReconnectWindowSeconds": 100, \
8
+ "thumbnailConfiguration": {"recordingMode": "INTERVAL","storage": ["SEQUENTIAL"],"targetIntervalSeconds": 60}} \
9
+ "hlsConfiguration": {"targetSegmentDurationSeconds": 5}}' \
9
10
  --name stage1a
10
11
 
11
12
  Output::
@@ -24,6 +25,10 @@ Output::
24
25
  "SEQUENTIAL"
25
26
  ],
26
27
  "recordingMode": "INTERVAL"
28
+ },
29
+ "recordingReconnectWindowSeconds": 100,
30
+ "hlsConfiguration": {
31
+ "targetSegmentDurationSeconds": 5
27
32
  }
28
33
  },
29
34
  "endpoints": {
@@ -37,4 +42,4 @@ Output::
37
42
  }
38
43
  }
39
44
 
40
- 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*.
45
+ 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 IVS Low-Latency Streaming User Guide*.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: awscli
3
- Version: 1.38.22
3
+ Version: 1.38.24
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.37.22)
26
+ Requires-Dist: botocore (==1.37.24)
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=EzhExBWYJ16QhX4BFqC4MQ-7h2_eidqhXltT7CMIW5k,1534
1
+ awscli/__init__.py,sha256=RlPGAgUgJQjs3Dvnpn5VXMra3VDlBZ1T61tPe2suv3U,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
@@ -3782,7 +3782,7 @@ awscli/examples/ivs/update-playback-restriction-policy.rst,sha256=2oT1pzQ2yZm_ug
3782
3782
  awscli/examples/ivs-realtime/create-encoder-configuration.rst,sha256=OGhUNFLELIum90i2w2aRFzlz0M1wox50viRghjtwx6E,945
3783
3783
  awscli/examples/ivs-realtime/create-ingest-configuration.rst,sha256=hgUkA35ndX5qTwaU50BCB2d-vjfuyFG9Nf_bWGBXYBE,970
3784
3784
  awscli/examples/ivs-realtime/create-participant-token.rst,sha256=DoMHgPlpIeHOfAYLFAUsjIdk6Ch4N_hj7iv9zKT34YE,733
3785
- awscli/examples/ivs-realtime/create-stage.rst,sha256=XfMavaMCRMVQ6iX5puGQVaDPuMiYmcDCVuP7JHQ1kUA,5641
3785
+ awscli/examples/ivs-realtime/create-stage.rst,sha256=mMj8DqRigpCHUO6RUa_oDAZadBLWncjPOCZCy2-4pCw,6238
3786
3786
  awscli/examples/ivs-realtime/create-storage-configuration.rst,sha256=jROuGgWS5gahvEAjNH-vQRuatFujx0YkVF9p9eeCPao,818
3787
3787
  awscli/examples/ivs-realtime/delete-encoder-configuration.rst,sha256=iBW9aWaEkxNXr-nuTmua-W7o3JywCqTV77k2ApNE3JU,598
3788
3788
  awscli/examples/ivs-realtime/delete-ingest-configuration.rst,sha256=GY2DBx7T6iAk4REol9XgWoNQzoxUp7S86n9qfb_9N5Q,1248
@@ -3790,13 +3790,13 @@ awscli/examples/ivs-realtime/delete-public-key.rst,sha256=3rmm_W9j1vaS95xs1lFW6_
3790
3790
  awscli/examples/ivs-realtime/delete-stage.rst,sha256=Mym4Q_LCIUM14vpnCjjJqDHfLS6eS0AjsU8cL0Txi9I,445
3791
3791
  awscli/examples/ivs-realtime/delete-storage-configuration.rst,sha256=5Fp1fDaYwB1aEYbYg0BkTBCFYuZ-af7sYGqh57e8wkg,598
3792
3792
  awscli/examples/ivs-realtime/disconnect-participant.rst,sha256=0FzAdsDfk6maR-5Kzgex8PWDE_lmoTg_HKxXJR5_uw4,574
3793
- awscli/examples/ivs-realtime/get-composition.rst,sha256=AViTh8ctGBuk8YFTSYxr8ciWRwBuBU67NzrSwgwWWvE,9211
3793
+ awscli/examples/ivs-realtime/get-composition.rst,sha256=rV0Gi8GkNziMgKah1JISJy64e0OMv_atIyGklPSxoPw,9705
3794
3794
  awscli/examples/ivs-realtime/get-encoder-configuration.rst,sha256=UlFBxJkjqm79EmRe2IYTwTEbaDis2Rsfbfi44whBaew,961
3795
3795
  awscli/examples/ivs-realtime/get-ingest-configuration.rst,sha256=dpMcDCO171N5ik_o9ZS6-5lmjWs6bSNq6ebGxNnZiAI,1036
3796
3796
  awscli/examples/ivs-realtime/get-participant.rst,sha256=xuvghN9G-Psqh0_8Vl1UQoE8oXU0Vv_c5z9DPrIe2bw,1305
3797
3797
  awscli/examples/ivs-realtime/get-public-key.rst,sha256=6IKGMrNEBP3GiMBt81bEj5QKNnPnpuumEFZxutpUVXo,1063
3798
3798
  awscli/examples/ivs-realtime/get-stage-session.rst,sha256=pJ0kkZ0rnij75BePAoEX8DfZtx5Ny0fel1MfbZNnGwE,767
3799
- awscli/examples/ivs-realtime/get-stage.rst,sha256=BbYXytTIshUDDOMOqeSY1bKoHeCSoKOkVpgi7yKngD0,1601
3799
+ awscli/examples/ivs-realtime/get-stage.rst,sha256=bHp5H3GaWG9NZQyZrrM0lPSCg-oeY1eyHVqh0OfF_QI,1747
3800
3800
  awscli/examples/ivs-realtime/get-storage-configuration.rst,sha256=uHrub2sy3HtO0qtKUAhTVNOy9dQU18qMck8L4U9iBCg,861
3801
3801
  awscli/examples/ivs-realtime/import-public-key.rst,sha256=5eiDsux84FHS-PdTtfKZpliebRfpwBXyum830u8g0KA,1059
3802
3802
  awscli/examples/ivs-realtime/list-compositions.rst,sha256=GyMNnF8wH8FX9GaRs-F3BwerQ2ehrfIcd2QiDYJ1wpA,2095
@@ -3808,10 +3808,10 @@ awscli/examples/ivs-realtime/list-public-keys.rst,sha256=wx77x9UdpYuOc6PlsnxNyHL
3808
3808
  awscli/examples/ivs-realtime/list-stage-sessions.rst,sha256=aITzBqMZFT7kMUJM3ew75_6LICXhcs4357xTorSC-MM,752
3809
3809
  awscli/examples/ivs-realtime/list-stages.rst,sha256=dY0QFXeBOvTsiuarz1L6fvGcSendbfnRkIdYnkhzTLE,1188
3810
3810
  awscli/examples/ivs-realtime/list-storage-configurations.rst,sha256=T7shNCEt2zzU1DsiGRAh82ygKe2TcJSFjgcSkKGBGBE,1140
3811
- awscli/examples/ivs-realtime/start-composition.rst,sha256=P-OzDuNesuUR-T_9w3yA9duLTtKJtxa8Bq7jsKdVGvk,10536
3811
+ awscli/examples/ivs-realtime/start-composition.rst,sha256=niKnGvzYo68FWbZD5jzS2146MkD69rmdIyQcFMwnR6w,11129
3812
3812
  awscli/examples/ivs-realtime/stop-composition.rst,sha256=XuZfFAGhX0wwlkAPvQO6V0_iX1syG58M5U0WgH5LXi4,516
3813
3813
  awscli/examples/ivs-realtime/update-ingest-configuration.rst,sha256=f047K4leqfd3zA5M8BXaxSXJRySOBA173FHAWb1Qvzc,1128
3814
- awscli/examples/ivs-realtime/update-stage.rst,sha256=hc70uXsOVWtZD-I4yQ4HQIm7WswdncSKFcg_pqjuqKs,2003
3814
+ awscli/examples/ivs-realtime/update-stage.rst,sha256=ALz6U_o9E6bM7amiyu4Pw9wObo_u3kD5QAVodEe0WmA,2286
3815
3815
  awscli/examples/ivschat/create-chat-token.rst,sha256=uFDRjsm8qOcqLMKUXHV8gmv41niAfkUgL7Cv7KLoeKI,995
3816
3816
  awscli/examples/ivschat/create-logging-configuration.rst,sha256=HElBp4vPHm3-3Bs7c12GLM_6GxheyZKbEkv2ZrzcpNY,1153
3817
3817
  awscli/examples/ivschat/create-room.rst,sha256=7Zg0NTGzXli-cXgNRkKcx1c9C-nVVxi3KpajeQK_irw,1042
@@ -6117,13 +6117,13 @@ awscli/topics/return-codes.rst,sha256=d9lpNFZwD75IiYcDEADQzu-4QiR8P28UPHkrNwPV5J
6117
6117
  awscli/topics/s3-config.rst,sha256=5EIVd4ggLBHtzjtHFvQp9hY415yMGZiG7S_rO9qy2t0,11663
6118
6118
  awscli/topics/s3-faq.rst,sha256=Kw1w4NFHOTXq9Mz5S3HHw3mBkyeEzH4ruB0PD6-EO1c,2938
6119
6119
  awscli/topics/topic-tags.json,sha256=6lUSrs3FKCZNRSQMnjcXNgWyRNGjZIeur1988a4IO5o,1577
6120
- awscli-1.38.22.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6121
- awscli-1.38.22.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6122
- awscli-1.38.22.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6123
- awscli-1.38.22.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6124
- awscli-1.38.22.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6125
- awscli-1.38.22.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6126
- awscli-1.38.22.dist-info/METADATA,sha256=whBXh37Apt2gcUlJMshW-8Uvsr-qdkJ91olvJ3OHy5c,11126
6127
- awscli-1.38.22.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6128
- awscli-1.38.22.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6129
- awscli-1.38.22.dist-info/RECORD,,
6120
+ awscli-1.38.24.data/scripts/aws,sha256=r24FExgs0-JjILTQ3XZAqXBYE4SV6UMTtALkLGAj86g,805
6121
+ awscli-1.38.24.data/scripts/aws.cmd,sha256=s46DkC6LNgX63CIkzxxbPnFMJ6DRDBkvc88GnWa8Pvg,1432
6122
+ awscli-1.38.24.data/scripts/aws_bash_completer,sha256=RRpoEGJRagRzyHZKZZOwpltuVYv2EoiZsdXhmyWPZ54,204
6123
+ awscli-1.38.24.data/scripts/aws_completer,sha256=oC9kuMDlWE47dWk_4xjPde2PQvN-M0vND0J4YSLabVQ,1126
6124
+ awscli-1.38.24.data/scripts/aws_zsh_completer.sh,sha256=Qm6Z8ejNAMzpJjaT0pzqxbSDT2zxdmzVe5haRA7qLoc,1808
6125
+ awscli-1.38.24.dist-info/LICENSE.txt,sha256=o5XhFlwu0OK_BBrijlKCRa7dQAm36UrUB3gCV_cEr8E,549
6126
+ awscli-1.38.24.dist-info/METADATA,sha256=nNydsZdZUsQ-WX2p2INB8R6r8sbyldaub2UL7DCKNqs,11126
6127
+ awscli-1.38.24.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
6128
+ awscli-1.38.24.dist-info/top_level.txt,sha256=vt9wXFr1_nGYK6abhJgt6zY3fULe4JSZedm_5XOM9S0,7
6129
+ awscli-1.38.24.dist-info/RECORD,,
File without changes