You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.45.39:
Bumping version to 1.45.39
Update changelog based on model updates
Merge pull request #9957 from eodeyemi14/eodeyemi14/servicecatalog-cli-docs
"description": "Add support for Assurance Assistant APIs for managing compliance inquiries along with tagging features.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``cloud9``",
9
+
"description": "Since Amazon Linux 2 (AL2) will reach its end-of-life (EOL) and stop receiving security updates on June 30, 2026, Cloud9 will remove AL2 from AMI options in public API create-environment-ec2.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``connect``",
14
+
"description": "Adds a new Amazon Connect Service API, SendOutboundWebNotification, that delivers web notifications to end-customer chat widget sessions. Callable only by the Amazon Connect Outbound Campaigns service principal.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``ec2``",
19
+
"description": "Use declarative policies to enable VPC Encryption Controls across your organization or select accounts. Added AMD SEV-SNP support for EC2 Dedicated Hosts. Managed resource visibility settings control whether AWS-provisioned resources in your account appear in console views and API list operations.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``gameliftstreams``",
24
+
"description": "Added CreateStreamSessionAdminShell API operation to enable customers to establish secure terminal connections to the live runtime environment of streaming sessions for troubleshooting purposes.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``mediaconvert``",
29
+
"description": "Adds support for integer-second duration normalization and the option to disable explicit weighted prediction.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``meteringmarketplace``",
34
+
"description": "The usage reporting window for the BatchMeterUsage API has been extended from 6 hours to 24 hours. Sellers can now submit usage records for up to 24 hours after a metered event occurs.",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``opensearch``",
39
+
"description": "To create a Mustang domain via the AWS CLI, you must pass EngineMode OPTIMIZED (along with UseCase OBSERVABILITY or MIXED) without it, the domain defaults to a regular (GENERAL) domain. Also this release includes Insights Feedback API which user can use to provide feedback for Insight API.",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``quicksight``",
44
+
"description": "Adding support for FileSource PhysicalTables. This adds support for datasets with file sources.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.45.39
6
+
=======
7
+
8
+
* api-change:``artifact``: Add support for Assurance Assistant APIs for managing compliance inquiries along with tagging features.
9
+
* api-change:``cloud9``: Since Amazon Linux 2 (AL2) will reach its end-of-life (EOL) and stop receiving security updates on June 30, 2026, Cloud9 will remove AL2 from AMI options in public API create-environment-ec2.
10
+
* api-change:``connect``: Adds a new Amazon Connect Service API, SendOutboundWebNotification, that delivers web notifications to end-customer chat widget sessions. Callable only by the Amazon Connect Outbound Campaigns service principal.
11
+
* api-change:``ec2``: Use declarative policies to enable VPC Encryption Controls across your organization or select accounts. Added AMD SEV-SNP support for EC2 Dedicated Hosts. Managed resource visibility settings control whether AWS-provisioned resources in your account appear in console views and API list operations.
12
+
* api-change:``gameliftstreams``: Added CreateStreamSessionAdminShell API operation to enable customers to establish secure terminal connections to the live runtime environment of streaming sessions for troubleshooting purposes.
13
+
* api-change:``mediaconvert``: Adds support for integer-second duration normalization and the option to disable explicit weighted prediction.
14
+
* api-change:``meteringmarketplace``: The usage reporting window for the BatchMeterUsage API has been extended from 6 hours to 24 hours. Sellers can now submit usage records for up to 24 hours after a metered event occurs.
15
+
* api-change:``opensearch``: To create a Mustang domain via the AWS CLI, you must pass EngineMode OPTIMIZED (along with UseCase OBSERVABILITY or MIXED) without it, the domain defaults to a regular (GENERAL) domain. Also this release includes Insights Feedback API which user can use to provide feedback for Insight API.
16
+
* api-change:``quicksight``: Adding support for FileSource PhysicalTables. This adds support for datasets with file sources.
For more information, see `Using AWS Service Catalog Constraints <https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints.html>`__ in the *AWS Service Catalog User Guide*.
For more information, see `Creating a launch plan <https://docs.aws.amazon.com/servicecatalog/latest/userguide/launch-plan.html>`__ in the *AWS Service Catalog User Guide*.
The following ``delete-constraint`` example deletes a constraint. ::
4
+
5
+
aws servicecatalog delete-constraint \
6
+
--id cons-7tr6gei4bxxxx
7
+
8
+
This command produces no output.
9
+
10
+
For more information, see `Using AWS Service Catalog Constraints <https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints.html>`__ in the *AWS Service Catalog User Guide*.
For more information, see `Creating a launch plan <https://docs.aws.amazon.com/servicecatalog/latest/userguide/launch-plan.html>`__ in the *AWS Service Catalog User Guide*.
For more information, see `Using AWS Service Catalog Constraints <https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints.html>`__ in the *AWS Service Catalog User Guide*.
For more information, see `Sharing a Portfolio <https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_sharing_how-to-share.html>`__ in the *AWS Service Catalog User Guide*.
The following ``describe-portfolio-shares`` example describes portfolio shares. ::
4
+
5
+
aws servicecatalog describe-portfolio-shares \
6
+
--portfolio-id port-y3fnkeslxxxxx \
7
+
--type ACCOUNT
8
+
9
+
Output::
10
+
11
+
{
12
+
"PortfolioShareDetails": [
13
+
{
14
+
"PrincipalId": "123456789012",
15
+
"Type": "ACCOUNT",
16
+
"Accepted": true,
17
+
"ShareTagOptions": false,
18
+
"SharePrincipals": false
19
+
},
20
+
{
21
+
"PrincipalId": "123456789012",
22
+
"Type": "ACCOUNT",
23
+
"Accepted": false,
24
+
"ShareTagOptions": false,
25
+
"SharePrincipals": false
26
+
}
27
+
]
28
+
}
29
+
30
+
For more information, see `Sharing a Portfolio <https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_portfolios_sharing_how-to-share.html>`__ in the *AWS Service Catalog User Guide*.
0 commit comments