Skip to content

Commit ccd87ab

Browse files
Merge branch 'release-1.44.8'
* release-1.44.8: Bumping version to 1.44.8 Update changelog based on model updates Remove remaining elastictranscoder references Remove elastictranscoder examples following the deprecation of the service
2 parents 42dfbcb + 85ac08c commit ccd87ab

25 files changed

+26
-998
lines changed

.changes/1.44.8.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "Changes for Contact for Global Search",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``quicksight``",
9+
"description": "This release adds support for quick users to be able to perform role upgrades on their own. Additionally it allows admins to make this feature admin or auto approval along with new self upgrade capability that can be restricted by Admins.",
10+
"type": "api-change"
11+
}
12+
]

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
1.44.8
6+
======
7+
8+
* api-change:``connect``: Changes for Contact for Global Search
9+
* api-change:``quicksight``: This release adds support for quick users to be able to perform role upgrades on their own. Additionally it allows admins to make this feature admin or auto approval along with new self upgrade capability that can be restricted by Admins.
10+
11+
512
1.44.7
613
======
714

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.44.7'
21+
__version__ = '1.44.8'
2222

2323
#
2424
# Get our data path to be added to botocore's search path

awscli/customizations/argrename.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'ec2.create-image.no-no-reboot': 'reboot',
2727
'ec2.*.no-egress': 'ingress',
2828
'ec2.*.no-disable-api-termination': 'enable-api-termination',
29-
'elastictranscoder.*.output': 'job-output',
3029
'swf.register-activity-type.version': 'activity-version',
3130
'swf.register-workflow-type.version': 'workflow-version',
3231
'datapipeline.*.query': 'objects-query',

awscli/examples/elastictranscoder/cancel-job.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

awscli/examples/elastictranscoder/create-job.rst

Lines changed: 0 additions & 94 deletions
This file was deleted.

awscli/examples/elastictranscoder/create-pipeline.rst

Lines changed: 0 additions & 94 deletions
This file was deleted.

awscli/examples/elastictranscoder/create-preset.rst

Lines changed: 0 additions & 141 deletions
This file was deleted.

awscli/examples/elastictranscoder/delete-pipeline.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)