Skip to content

Commit f5c4396

Browse files
committed
Merge branch 'development' into updatemeai
2 parents 780de4f + b46feca commit f5c4396

File tree

3,658 files changed

+205520
-80848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,658 files changed

+205520
-80848
lines changed

.github/workflows/pr-workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: PR workflow
2+
permissions:
3+
contents: read
24
on:
35
pull_request:
46
types: [synchronize, opened, reopened, edited]
@@ -10,8 +12,8 @@ jobs:
1012
- uses: actions/[email protected]
1113

1214
# "base_ref" is the target branch of the pull request (https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)
13-
if: ${{ github.base_ref == 'main' }}
15+
if: ${{ github.base_ref == 'main' || github.base_ref == 'aws-sdk-net-v3.7' }}
1416

1517
with:
1618
script: |
17-
core.setFailed('PRs must target either main-staging or a feature branch')
19+
core.setFailed("PRs must not target 'main' or 'aws-sdk-net-v3.7'. Please target 'development', 'aws-sdk-net-v3.7-development', or a feature branch instead.")

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ sdk/test/Performance/**/BenchmarkDotNet.Artifacts/*
6969
#protocol-tests
7070
sdk/test/ProtocolTests/Generated/**/model
7171
sdk/test/ProtocolTests/Generated/**/sources
72-
sdk/test/ProtocolTests/Generated/**/build-info
72+
sdk/test/ProtocolTests/Generated/**/build-info
73+
74+
.DS_Store

README.md

Lines changed: 3 additions & 839 deletions
Large diffs are not rendered by default.

buildtools/doc-build.proj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
<!-- default output path to ..\DocDeployment\docs if not specified -->
1818
<DocOutputRoot Condition="'$(DocOutputRoot)'==''">$(MSBuildProjectDirectory)\..\DocDeployment\docs</DocOutputRoot>
19+
20+
<!-- default output path to ..\..\example_meta.json if not specified -->
21+
<ExampleMetaJson Condition="'$(ExampleMetaJson)'==''">$(DocGeneratorPath)\..\..\example_meta.json</ExampleMetaJson>
22+
23+
<ExamplesErrorFile Condition="'$(ExamplesErrorFile)'==''"></ExamplesErrorFile>
1924

2025
<!-- default location of the documentation samples. This should be the folder ABOVE AWSSDKDocSamples -->
2126
<DocSamplesFolder>$(MSBuildProjectDirectory)\..\docgenerator</DocSamplesFolder>
@@ -38,7 +43,7 @@
3843
<MakeDir Directories="$(DocOutputRoot)" />
3944

4045
<Message Text="Build documentation for all platforms, all assemblies"/>
41-
<Exec Command="$(DocGeneratorPath)\$(DocGenerator) -sdk $(DocBuildAssemblies) -sdkversionfile $(SDKVersionFilePath) -o $(DocOutputRoot) -sf $(DocSamplesFolder) -p $(SDKPlatform)" />
46+
<Exec Command="$(DocGeneratorPath)\$(DocGenerator) -sdk $(DocBuildAssemblies) -sdkversionfile $(SDKVersionFilePath) -emj $(ExampleMetaJson) -eef $(ExamplesErrorFile) -o $(DocOutputRoot) -sf $(DocSamplesFolder) -p $(SDKPlatform)" />
4247

4348
</Target>
4449

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,164 @@
1+
### 4.0.162.0 (2025-12-30 19:16 UTC)
2+
* CloudWatch (4.0.6.2)
3+
* Improve AWS Query compatible error handling in unmarshallers.
4+
* Connect (4.0.25.0)
5+
* Adds support for searching global contacts using the ActiveRegions filter, and pagination support for ListSecurityProfileFlowModules and ListEntitySecurityProfiles.
6+
* KafkaConnect (4.0.4.0)
7+
* This change sets the KafkaConnect GovCloud FIPS and FIPS DualStack endpoints to use kafkaconnect instead of kafkaconnect-fips as the service name. This is done to match the Kafka endpoints.
8+
* S3 (4.0.16.1)
9+
* Generate CompleteMultipartUpload and RestoreObject operations
10+
* [Breaking Change] MpuObjectSize in Amazon.S3.Model.CompleteMultipartUploadRequest has been changed to nullable to be consistent with the nullability changes in V4.
11+
* SQS (4.0.2.9)
12+
* Improve AWS Query compatible error handling in unmarshallers.
13+
14+
### 4.0.161.0 (2025-12-29 19:16 UTC)
15+
* Connect (4.0.24.0)
16+
* Changes for Contact for Global Search
17+
* DynamoDBv2 (4.0.10.5)
18+
* Add missing `SkipVersionCheck` property to the `TransactWriteConfig` class (https://github.com/aws/aws-sdk-net/issues/4243)
19+
* QuickSight (4.0.12.0)
20+
* 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.
21+
22+
### 4.0.160.0 (2025-12-26 19:19 UTC)
23+
* ElasticTranscoder (Removed)
24+
* Amazon Elastic Transcoder has been removed from the SDK because it has been discontinued.
25+
* MediaLive (4.0.12.0)
26+
* AWS Elemental MediaLive now supports Pipeline Locking using Video Alignment as well as linked single pipeline channels to enable cross-channel and cross-region Pipeline Locking workflows.
27+
28+
### 4.0.159.0 (2025-12-23 19:31 UTC)
29+
* CloudFront (4.0.10.5)
30+
* Fix spacing in request marshallers.
31+
* GeoPlaces (4.0.4.0)
32+
* Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.
33+
* PinpointSMSVoiceV2 (4.0.6.0)
34+
* This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review.
35+
* Route53 (4.0.8.4)
36+
* Fix spacing in request marshallers.
37+
* S3 (4.0.16.0)
38+
* Add additional validation to Outpost bucket names.
39+
* Generate RenameObject, PutBucketOwnershipControls, PutBucketTagging, and CopyObject
40+
* [Breaking Change] SourceIfUnmodifiedSince, DestinationIfUnmodifiedSince, DestinationIfModifiedSince and SourceIfModifiedSince in Amazon.S3.Model.RenameObjectRequest has been changed to nullable to be consistent with the nullability changes in V4.
41+
* Fix spacing in request marshallers.
42+
* S3Control (4.0.8.5)
43+
* Fix spacing in request marshallers.
44+
45+
### 4.0.158.0 (2025-12-22 19:25 UTC)
46+
* ConfigService (4.0.5.0)
47+
* Added supported resourceTypes for Config from July to November 2025
48+
* EC2 (4.0.65.0)
49+
* Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use.
50+
* GuardDuty (4.0.15.0)
51+
* Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.
52+
* PCS (4.0.11.6)
53+
* Change API Reference Documentation for default Mode in Accounting and SlurmRest
54+
55+
### 4.0.157.0 (2025-12-19 19:17 UTC)
56+
* ARCRegionswitch (4.0.3.0)
57+
* Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.
58+
* CloudFront (4.0.10.4)
59+
* Update request marshallers to use IsSet methods
60+
* Connect (4.0.23.0)
61+
* Adding support for Custom Metrics and Pre-Defined Attributes to GetCurrentMetricData API.
62+
* EMRServerless (4.0.7.0)
63+
* Added JobLevelCostAllocationConfiguration field to enable cost allocation reporting at the job level, providing more granular visibility into EMR Serverless charges
64+
* IoT (4.0.6.0)
65+
* This release adds event-based logging feature that enables granular event logging controls for AWS IoT logs.
66+
* QBusiness (4.0.7.0)
67+
* It is a internal bug fix for region expansion
68+
* Route53 (4.0.8.3)
69+
* Update request marshallers to use IsSet methods.
70+
* S3 (4.0.15.2)
71+
* Update request marshallers to use IsSet methods.
72+
* S3Control (4.0.8.4)
73+
* Update request marshallers to use IsSet methods.
74+
* Wickr (4.0.0.0)
75+
* AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration.
76+
* WorkSpacesWeb (4.0.6.0)
77+
* Add support for WebAuthn under user settings.
78+
79+
### 4.0.156.0 (2025-12-18 19:17 UTC)
80+
* AppStream (4.0.5.0)
81+
* Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleets
82+
* ARCRegionswitch (4.0.2.0)
83+
* New API to list Route 53 health checks created by ARC region switch for a plan in a specific AWS Region using the Region switch Regional data plane.
84+
* Artifact (4.0.3.0)
85+
* Add support for ListReportVersions API for the calling AWS account.
86+
* BedrockAgentCoreControl (4.0.13.0)
87+
* Feature to support header exchanges between Bedrock AgentCore Gateway Targets and client, along with propagating query parameter to the configured targets.
88+
* BedrockDataAutomation (4.0.7.0)
89+
* Blueprint Optimization (BPO) is a new Amazon Bedrock Data Automation (BDA) capability that improves blueprint inference accuracy using example content assets and ground truth data. BPO works by generating better instructions for fields in the Blueprint using provided data.
90+
* CleanRooms (4.0.12.0)
91+
* Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration.
92+
* EC2 (4.0.64.0)
93+
* This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs.
94+
* ECR (4.0.9.0)
95+
* Adds support for ECR Create On Push
96+
* ECS (4.0.11.0)
97+
* Adding support for Event Windows via a new ECS account setting "fargateEventWindows". When enabled, ECS Fargate will use the configured event window for patching tasks. Introducing "CapacityOptionType" for CreateCapacityProvider API, allowing support for Spot capacity for ECS Managed Instances.
98+
* IoT (4.0.5.0)
99+
* This release adds message batching for the IoT Rules Engine HTTP action.
100+
* OpenSearchService (4.0.9.0)
101+
* Amazon OpenSearch Service adds support for warm nodes, enabling new multi-tier architecture.
102+
* SimpleEmailV2 (4.0.11.0)
103+
* Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates.
104+
* SsmSap (4.0.4.0)
105+
* Added "Stopping" for the HANA Database Status.
106+
107+
### 4.0.155.0 (2025-12-17 19:16 UTC)
108+
* GameLiftStreams (4.0.5.0)
109+
* Added new stream group operation parameters for scale-on-demand capacity with automatic prewarming. Added new Gen6 stream classes based on the EC2 G6 instance family. Added new StartStreamSession parameter for exposure of real-time performance stats to clients.
110+
* GuardDuty (4.0.14.0)
111+
* Add support for dbiResourceId in finding.
112+
* InspectorScan (4.0.3.0)
113+
* Adds an additional OutputFormat
114+
* KafkaConnect (4.0.3.0)
115+
* Support dual-stack network connectivity for connectors via NetworkType field.
116+
* MediaConvert (4.0.12.0)
117+
* Adds support for tile encoding in HEVC and audio for video overlays.
118+
* MediaPackageV2 (4.0.10.0)
119+
* This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints.
120+
* PaymentCryptography (4.0.7.0)
121+
* Support for AS2805 standard. Modifications to import-key and export-key to support AS2805 variants.
122+
* PaymentCryptographyData (4.0.6.0)
123+
* Support for AS2805 standard. New API GenerateAs2805KekValidation and changes to translate pin, GenerateMac and VerifyMac to support AS2805 key variants.
124+
* SageMaker (4.0.39.0)
125+
* Adding the newly launched p6-b300.48xlarge ec2 instance support in Sagemaker(Hyperpod,Training and Sceptor)
126+
127+
### 4.0.154.0 (2025-12-16 20:08 UTC)
128+
* IoT (4.0.4.0)
129+
* Add support for dynamic payloads in IoT Device Management Commands
130+
* S3 (4.0.15.1)
131+
* Generate DeleteBucketMetadataConfiguration, ListObjects, UpdateBucketMetadataJournalTableConfiguration, and ListMultipartUploads
132+
* [Breaking Change] UpdateBucketMetadataJournalTableConfiguration was not functioning when called and is now fixed. As part of the fix there are breaking changes where incorrect properties are being replaced with the correct properties
133+
* TimestreamInfluxDB (4.0.5.0)
134+
* This release adds support for rebooting InfluxDB DbInstances and DbClusters
135+
* Extensions.Bedrock.MEAI (4.0.5.1)
136+
* Remove `CreateAdditionalModelRequestFields` from `BedrockChatClient`
137+
138+
### 4.0.153.0 (2025-12-15 19:15 UTC)
139+
* AWSHealth (4.0.3.0)
140+
* Updating Health API endpoint generation for dualstack only regions
141+
* BedrockAgentCoreControl (4.0.12.4)
142+
* This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.
143+
* CloudWatchLogs (4.0.14.0)
144+
* This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.
145+
* Connect (4.0.22.0)
146+
* Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.
147+
* EC2 (4.0.63.0)
148+
* EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.
149+
* EntityResolution (4.0.6.0)
150+
* Support Customer Profiles Integration for AWS Entity Resolution
151+
* Glacier (4.0.3.0)
152+
* Documentation updates for Amazon Glacier's maintenance mode
153+
* MediaTailor (4.0.5.0)
154+
* Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.
155+
* Route53Resolver (4.0.5.0)
156+
* Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.
157+
* S3 (4.0.15.0)
158+
* This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.
159+
* ServiceQuotas (4.0.4.0)
160+
* Add support for SQ Dashboard Api
161+
1162
### 4.0.152.0 (2025-12-12 19:23 UTC)
2163
* BCMRecommendedActions (4.0.2.0)
3164
* Added new freetier action types to RecommendedAction.type.

0 commit comments

Comments
 (0)