Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: aws smoke tests support #1437

Merged
merged 48 commits into from
Nov 7, 2024
Merged

feat: aws smoke tests support #1437

merged 48 commits into from
Nov 7, 2024

Conversation

0marperez
Copy link
Contributor

@0marperez 0marperez commented Oct 9, 2024

Issue #

Description of changes

Reintroduces aws smoke tests support after revert

Companion PR: smithy-lang/smithy-kotlin#1160

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0marperez and others added 30 commits August 23, 2024 10:16
Copy link

github-actions bot commented Oct 9, 2024

A new generated diff is ready to view.

This comment has been minimized.

@0marperez 0marperez marked this pull request as ready for review October 9, 2024 15:27
@0marperez 0marperez requested a review from a team as a code owner October 9, 2024 15:27
)

/**
* Uses the AWS Kotlin SDK specific way of configuring `accountIdEndpointMode`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit/confusing:

AWS Kotlin SDK specific way

simplified:

Configures accountIdEndpointMode on an SDK client

Same comment applies to other section writers

Comment on lines 146 to 150
private val useGlobalEndpointSectionWriters = listOf(
SectionWriterBinding(SmokeTestUseGlobalEndpoint) { writer, _ ->
writer.write("// Smoke tests modeled the use of `useGlobalEndpoint` config, but it's not supported by the SDK")
},
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think throwing an exception would be safer. What if the smoke test is dependent on this useGlobalEndpoint config option being set/supported, and it will otherwise fail?

)

/**
* Ensures we use the provided URI
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consistency: Configures static endpoint on an SDK client

Copy link

github-actions bot commented Nov 5, 2024

A new generated diff is ready to view.

@0marperez 0marperez changed the title feat: smoke tests support feat: aws smoke tests support Nov 5, 2024

This comment has been minimized.

Copy link

github-actions bot commented Nov 6, 2024

A new generated diff is ready to view.

This comment has been minimized.

"useAccelerate" -> "enableAccelerate"
"useMultiRegionAccessPoints" -> "disableMrap"
"useGlobalEndpoint" -> {
writer.write("throw Exception(#S)", "'useGlobalEndpoint' is not supported by the SDK")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exception should be #T and can probably be a better exception type

*/
val defaultClientConfig =
SectionWriterBinding(DefaultClientConfig) { writer, previous ->
writer.write("#L", previous)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is writing previous necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added previous just in case we add more default client config in the future via another SectionWriterBinding

Comment on lines 80 to 91
if ("dynamodb".isBootstrappedService) {
include(":hll:dynamodb-mapper")
include(":hll:dynamodb-mapper:dynamodb-mapper")
include(":hll:dynamodb-mapper:dynamodb-mapper-codegen")
include(":hll:dynamodb-mapper:dynamodb-mapper-ops-codegen")
include(":hll:dynamodb-mapper:dynamodb-mapper-schema-codegen")
include(":hll:dynamodb-mapper:dynamodb-mapper-annotations")
include(":hll:dynamodb-mapper:dynamodb-mapper-schema-generator-plugin")
include(":hll:dynamodb-mapper:tests:dynamodb-mapper-schema-generator-plugin-test")
} else {
logger.warn(":services:dynamodb is not bootstrapped, skipping :hll:dynamodb-mapper and subprojects")
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this a diff?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is leftover from a merge from main while DDB mapper was in development. I'll get rid of it

Copy link

github-actions bot commented Nov 6, 2024

A new generated diff is ready to view.

This comment has been minimized.

Copy link

sonarcloud bot commented Nov 7, 2024

Copy link

github-actions bot commented Nov 7, 2024

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
marketplacereporting-jvm.jar closure 7,967,356 7,964,398 2,958 0.04%
kinesisvideowebrtcstorage-jvm.jar closure 7,980,921 7,977,962 2,959 0.04%
marketplaceentitlementservice-jvm.jar closure 7,990,767 7,987,808 2,959 0.04%
apigatewaymanagementapi-jvm.jar closure 7,993,043 7,990,084 2,959 0.04%
inspectorscan-jvm.jar closure 7,996,070 7,993,111 2,959 0.04%
workmailmessageflow-jvm.jar closure 8,000,127 7,997,167 2,960 0.04%
kinesisvideomedia-jvm.jar closure 8,004,202 8,001,243 2,959 0.04%
marketplacecommerceanalytics-jvm.jar closure 8,008,069 8,005,110 2,959 0.04%
cloudtraildata-jvm.jar closure 8,011,018 8,008,058 2,960 0.04%
forecastquery-jvm.jar closure 8,015,291 8,012,331 2,960 0.04%
kinesisvideosignaling-jvm.jar closure 8,020,208 8,017,249 2,959 0.04%
appconfigdata-jvm.jar closure 8,020,821 8,017,862 2,959 0.04%
freetier-jvm.jar closure 8,024,026 8,021,067 2,959 0.04%
sagemakermetrics-jvm.jar closure 8,029,566 8,026,607 2,959 0.04%
personalizeruntime-jvm.jar closure 8,046,250 8,043,289 2,961 0.04%
eksauth-jvm.jar closure 8,042,267 8,039,308 2,959 0.04%
sso-jvm.jar closure 8,056,529 8,053,570 2,959 0.04%
ec2instanceconnect-jvm.jar closure 8,063,186 8,060,227 2,959 0.04%
marketplacedeployment-jvm.jar closure 8,068,311 8,065,352 2,959 0.04%
connectcontactlens-jvm.jar closure 8,071,316 8,068,357 2,959 0.04%
migrationhubconfig-jvm.jar closure 8,075,863 8,072,903 2,960 0.04%
mediastoredata-jvm.jar closure 8,073,592 8,070,633 2,959 0.04%
sagemakeredge-jvm.jar closure 8,077,482 8,074,523 2,959 0.04%
geomaps-jvm.jar closure 8,089,755 8,086,796 2,959 0.04%
cloudsearchdomain-jvm.jar closure 8,087,537 8,084,579 2,958 0.04%
personalizeevents-jvm.jar closure 8,093,105 8,090,146 2,959 0.04%
iotjobsdataplane-jvm.jar closure 8,106,736 8,103,776 2,960 0.04%
sagemakerfeaturestoreruntime-jvm.jar closure 8,125,108 8,122,149 2,959 0.04%
route53recoverycluster-jvm.jar closure 8,129,188 8,126,229 2,959 0.04%
sagemakera2iruntime-jvm.jar closure 8,127,218 8,124,260 2,958 0.04%
elasticinference-jvm.jar closure 8,135,279 8,132,320 2,959 0.04%
qldbsession-jvm.jar closure 8,140,304 8,137,344 2,960 0.04%
ssooidc-jvm.jar closure 8,141,849 8,138,891 2,958 0.04%
s3outposts-jvm.jar closure 8,144,843 8,141,884 2,959 0.04%
cloudfrontkeyvaluestore-jvm.jar closure 8,146,313 8,143,354 2,959 0.04%
iotfleethub-jvm.jar closure 8,149,575 8,146,616 2,959 0.04%
applicationcostprofiler-jvm.jar closure 8,150,180 8,147,221 2,959 0.04%
sagemakerruntime-jvm.jar closure 8,155,413 8,152,454 2,959 0.04%
iotdataplane-jvm.jar closure 8,161,661 8,158,702 2,959 0.04%
pricing-jvm.jar closure 8,164,949 8,161,990 2,959 0.04%
dynamodbstreams-jvm.jar closure 8,172,277 8,169,319 2,958 0.04%
artifact-jvm.jar closure 8,178,371 8,175,412 2,959 0.04%
iotsecuretunneling-jvm.jar closure 8,183,633 8,180,674 2,959 0.04%
supportapp-jvm.jar closure 8,197,940 8,194,984 2,956 0.04%
controlcatalog-jvm.jar closure 8,211,737 8,208,779 2,958 0.04%
marketplacemetering-jvm.jar closure 8,214,604 8,211,645 2,959 0.04%
ebs-jvm.jar closure 8,219,708 8,216,749 2,959 0.04%
pinpointsmsvoice-jvm.jar closure 8,223,547 8,220,588 2,959 0.04%
costandusagereportservice-jvm.jar closure 8,232,099 8,229,139 2,960 0.04%
sts-jvm.jar closure 8,236,213 8,233,255 2,958 0.04%
kendraranking-jvm.jar closure 8,241,741 8,238,782 2,959 0.04%
rdsdata-jvm.jar closure 8,260,744 8,257,784 2,960 0.04%
resourcegroupstaggingapi-jvm.jar closure 8,265,322 8,262,363 2,959 0.04%
account-jvm.jar closure 8,280,446 8,277,487 2,959 0.04%
iot1clickdevicesservice-jvm.jar closure 8,280,624 8,277,665 2,959 0.04%
lexruntimeservice-jvm.jar closure 8,302,424 8,299,465 2,959 0.04%
rbin-jvm.jar closure 8,303,429 8,300,470 2,959 0.04%
repostspace-jvm.jar closure 8,319,137 8,316,177 2,960 0.04%
ssmquicksetup-jvm.jar closure 8,318,234 8,315,275 2,959 0.04%
licensemanagerlinuxsubscriptions-jvm.jar closure 8,319,158 8,316,199 2,959 0.04%
connectparticipant-jvm.jar closure 8,324,791 8,321,832 2,959 0.04%
networkmonitor-jvm.jar closure 8,329,313 8,326,355 2,958 0.04%
kinesisvideoarchivedmedia-jvm.jar closure 8,351,924 8,348,964 2,960 0.04%
iot1clickprojects-jvm.jar closure 8,352,938 8,349,978 2,960 0.04%
pcaconnectorscep-jvm.jar closure 8,350,438 8,347,479 2,959 0.04%
marketplaceagreement-jvm.jar closure 8,367,018 8,364,059 2,959 0.04%
cloudcontrol-jvm.jar closure 8,373,220 8,370,261 2,959 0.04%
cloud9-jvm.jar closure 8,373,795 8,370,836 2,959 0.04%
launchwizard-jvm.jar closure 8,378,578 8,375,619 2,959 0.04%
licensemanagerusersubscriptions-jvm.jar closure 8,385,654 8,382,695 2,959 0.04%
autoscalingplans-jvm.jar closure 8,385,906 8,382,947 2,959 0.04%
oam-jvm.jar closure 8,392,527 8,389,569 2,958 0.04%
codestarnotifications-jvm.jar closure 8,409,571 8,406,609 2,962 0.04%
cloudhsm-jvm.jar closure 8,406,264 8,403,305 2,959 0.04%
iotdeviceadvisor-jvm.jar closure 8,403,697 8,400,739 2,958 0.04%
redshiftdata-jvm.jar closure 8,422,299 8,419,340 2,959 0.04%
route53profiles-jvm.jar closure 8,425,112 8,422,154 2,958 0.04%
socialmessaging-jvm.jar closure 8,428,689 8,425,731 2,958 0.04%
savingsplans-jvm.jar closure 8,438,435 8,435,475 2,960 0.04%
mwaa-jvm.jar closure 8,441,444 8,438,484 2,960 0.04%
serverlessapplicationrepository-jvm.jar closure 8,438,814 8,435,855 2,959 0.04%
timestreaminfluxdb-jvm.jar closure 8,439,313 8,436,354 2,959 0.04%
arczonalshift-jvm.jar closure 8,446,833 8,443,873 2,960 0.04%
mediastore-jvm.jar closure 8,453,736 8,450,777 2,959 0.04%
bcmdataexports-jvm.jar closure 8,464,118 8,461,159 2,959 0.03%
healthlake-jvm.jar closure 8,464,313 8,461,354 2,959 0.03%
simspaceweaver-jvm.jar closure 8,474,472 8,471,513 2,959 0.03%
cognitosync-jvm.jar closure 8,477,061 8,474,102 2,959 0.03%
snowdevicemanagement-jvm.jar closure 8,483,507 8,480,549 2,958 0.03%
cloudhsmv2-jvm.jar closure 8,494,295 8,491,336 2,959 0.03%
pi-jvm.jar closure 8,499,072 8,496,112 2,960 0.03%
osis-jvm.jar closure 8,498,419 8,495,460 2,959 0.03%
codegurusecurity-jvm.jar closure 8,496,596 8,493,638 2,958 0.03%
trustedadvisor-jvm.jar closure 8,506,612 8,503,653 2,959 0.03%
migrationhub-jvm.jar closure 8,509,083 8,506,124 2,959 0.03%
ivschat-jvm.jar closure 8,513,977 8,511,018 2,959 0.03%
scheduler-jvm.jar closure 8,517,227 8,514,268 2,959 0.03%
opsworkscm-jvm.jar closure 8,535,294 8,532,333 2,961 0.03%
polly-jvm.jar closure 8,530,535 8,527,576 2,959 0.03%
workspacesthinclient-jvm.jar closure 8,533,810 8,530,850 2,960 0.03%
qldb-jvm.jar closure 8,539,704 8,536,745 2,959 0.03%
docdbelastic-jvm.jar closure 8,550,517 8,547,557 2,960 0.03%
dlm-jvm.jar closure 8,545,284 8,542,326 2,958 0.03%
rum-jvm.jar closure 8,549,605 8,546,646 2,959 0.03%
support-jvm.jar closure 8,551,303 8,548,344 2,959 0.03%
directoryservicedata-jvm.jar closure 8,555,765 8,552,805 2,960 0.03%
managedblockchainquery-jvm.jar closure 8,561,685 8,558,726 2,959 0.03%
datapipeline-jvm.jar closure 8,568,698 8,565,740 2,958 0.03%
ioteventsdata-jvm.jar closure 8,578,734 8,575,775 2,959 0.03%
health-jvm.jar closure 8,584,445 8,581,486 2,959 0.03%
transcribestreaming-jvm.jar closure 8,595,457 8,592,498 2,959 0.03%
identitystore-jvm.jar closure 8,604,584 8,601,625 2,959 0.03%
resourceexplorer2-jvm.jar closure 8,641,176 8,638,217 2,959 0.03%
acm-jvm.jar closure 8,649,338 8,646,379 2,959 0.03%
servicequotas-jvm.jar closure 8,651,440 8,648,481 2,959 0.03%
internetmonitor-jvm.jar closure 8,654,284 8,651,325 2,959 0.03%
codegurureviewer-jvm.jar closure 8,663,555 8,660,595 2,960 0.03%
signer-jvm.jar closure 8,658,238 8,655,280 2,958 0.03%
route53recoverycontrolconfig-jvm.jar closure 8,670,643 8,667,683 2,960 0.03%
connectcampaigns-jvm.jar closure 8,668,881 8,665,922 2,959 0.03%
applicationautoscaling-jvm.jar closure 8,670,335 8,667,376 2,959 0.03%
medicalimaging-jvm.jar closure 8,677,472 8,674,512 2,960 0.03%
cognitoidentity-jvm.jar closure 8,677,061 8,674,102 2,959 0.03%
backupgateway-jvm.jar closure 8,677,919 8,674,960 2,959 0.03%
taxsettings-jvm.jar closure 8,681,286 8,678,326 2,960 0.03%
chimesdkmeetings-jvm.jar closure 8,688,084 8,685,125 2,959 0.03%
secretsmanager-jvm.jar closure 8,688,351 8,685,392 2,959 0.03%
mediapackagevod-jvm.jar closure 8,693,521 8,690,562 2,959 0.03%
servicecatalogappregistry-jvm.jar closure 8,702,241 8,699,282 2,959 0.03%
braket-jvm.jar closure 8,709,014 8,706,055 2,959 0.03%
codeguruprofiler-jvm.jar closure 8,722,859 8,719,898 2,961 0.03%
lexruntimev2-jvm.jar closure 8,717,960 8,715,002 2,958 0.03%
costoptimizationhub-jvm.jar closure 8,732,104 8,729,144 2,960 0.03%
appintegrations-jvm.jar closure 8,732,769 8,729,810 2,959 0.03%
supplychain-jvm.jar closure 8,732,310 8,729,352 2,958 0.03%
pcs-jvm.jar closure 8,736,083 8,733,124 2,959 0.03%
synthetics-jvm.jar closure 8,736,653 8,733,694 2,959 0.03%
applicationsignals-jvm.jar closure 8,740,217 8,737,258 2,959 0.03%
emrserverless-jvm.jar closure 8,741,532 8,738,573 2,959 0.03%
schemas-jvm.jar closure 8,760,472 8,757,513 2,959 0.03%
keyspaces-jvm.jar closure 8,763,829 8,760,870 2,959 0.03%
translate-jvm.jar closure 8,772,851 8,769,892 2,959 0.03%
ssmsap-jvm.jar closure 8,779,203 8,776,244 2,959 0.03%
mq-jvm.jar closure 8,779,958 8,776,999 2,959 0.03%
paymentcryptography-jvm.jar closure 8,780,524 8,777,565 2,959 0.03%
elastictranscoder-jvm.jar closure 8,785,060 8,782,101 2,959 0.03%
rolesanywhere-jvm.jar closure 8,792,272 8,789,313 2,959 0.03%
lookoutvision-jvm.jar closure 8,798,853 8,795,893 2,960 0.03%
timestreamquery-jvm.jar closure 8,801,127 8,798,168 2,959 0.03%
dax-jvm.jar closure 8,809,479 8,806,519 2,960 0.03%
amp-jvm.jar closure 8,822,589 8,819,628 2,961 0.03%
resourcegroups-jvm.jar closure 8,814,571 8,811,613 2,958 0.03%
sqs-jvm.jar closure 8,840,840 8,837,879 2,961 0.03%
cleanroomsml-jvm.jar closure 8,843,187 8,840,229 2,958 0.03%
timestreamwrite-jvm.jar closure 8,846,983 8,844,024 2,959 0.03%
geoplaces-jvm.jar closure 8,849,603 8,846,644 2,959 0.03%
ecrpublic-jvm.jar closure 8,850,730 8,847,771 2,959 0.03%
appfabric-jvm.jar closure 8,855,550 8,852,591 2,959 0.03%
mediapackage-jvm.jar closure 8,856,586 8,853,627 2,959 0.03%
kafkaconnect-jvm.jar closure 8,879,822 8,876,863 2,959 0.03%
codeconnections-jvm.jar closure 8,884,357 8,881,398 2,959 0.03%
codestarconnections-jvm.jar closure 8,884,785 8,881,826 2,959 0.03%
grafana-jvm.jar closure 8,887,824 8,884,865 2,959 0.03%
privatenetworks-jvm.jar closure 8,899,553 8,896,594 2,959 0.03%
migrationhubrefactorspaces-jvm.jar closure 8,899,874 8,896,915 2,959 0.03%
route53recoveryreadiness-jvm.jar closure 8,901,779 8,898,820 2,959 0.03%
chimesdkidentity-jvm.jar closure 8,916,394 8,913,433 2,961 0.03%
detective-jvm.jar closure 8,911,584 8,908,625 2,959 0.03%
chatbot-jvm.jar closure 8,914,958 8,911,999 2,959 0.03%
controltower-jvm.jar closure 8,928,018 8,925,059 2,959 0.03%
emrcontainers-jvm.jar closure 8,956,025 8,953,065 2,960 0.03%
machinelearning-jvm.jar closure 8,960,643 8,957,684 2,959 0.03%
applicationinsights-jvm.jar closure 8,969,845 8,966,886 2,959 0.03%
neptunegraph-jvm.jar closure 8,973,625 8,970,666 2,959 0.03%
kinesisanalytics-jvm.jar closure 8,998,826 8,995,867 2,959 0.03%
securitylake-jvm.jar closure 8,996,783 8,993,825 2,958 0.03%
cloudsearch-jvm.jar closure 9,001,309 8,998,351 2,958 0.03%
finspacedata-jvm.jar closure 9,018,844 9,015,884 2,960 0.03%
acmpca-jvm.jar closure 9,020,671 9,017,713 2,958 0.03%
budgets-jvm.jar closure 9,034,393 9,031,434 2,959 0.03%
paymentcryptographydata-jvm.jar closure 9,034,528 9,031,569 2,959 0.03%
bedrockruntime-jvm.jar closure 9,049,934 9,046,974 2,960 0.03%
migrationhuborchestrator-jvm.jar closure 9,048,393 9,045,434 2,959 0.03%
comprehendmedical-jvm.jar closure 9,047,196 9,044,238 2,958 0.03%
fis-jvm.jar closure 9,059,722 9,056,763 2,959 0.03%
managedblockchain-jvm.jar closure 9,061,490 9,058,531 2,959 0.03%
elasticloadbalancing-jvm.jar closure 9,062,234 9,059,276 2,958 0.03%
voiceid-jvm.jar closure 9,066,243 9,063,284 2,959 0.03%
mturk-jvm.jar closure 9,071,560 9,068,602 2,958 0.03%
outposts-jvm.jar closure 9,080,837 9,077,878 2,959 0.03%
glacier-jvm.jar closure 9,085,103 9,082,144 2,959 0.03%
kinesisvideo-jvm.jar closure 9,103,694 9,100,735 2,959 0.03%
ivs-jvm.jar closure 9,105,024 9,102,065 2,959 0.03%
iotthingsgraph-jvm.jar closure 9,106,900 9,103,941 2,959 0.03%
shield-jvm.jar closure 9,108,368 9,105,409 2,959 0.03%
amplify-jvm.jar closure 9,115,995 9,113,037 2,958 0.03%
applicationdiscoveryservice-jvm.jar closure 9,121,204 9,118,245 2,959 0.03%
servicediscovery-jvm.jar closure 9,129,020 9,126,060 2,960 0.03%
tnb-jvm.jar closure 9,126,558 9,123,600 2,958 0.03%
kinesis-jvm.jar closure 9,138,228 9,135,269 2,959 0.03%
snowball-jvm.jar closure 9,150,397 9,147,438 2,959 0.03%
efs-jvm.jar closure 9,166,965 9,164,006 2,959 0.03%
b2bi-jvm.jar closure 9,173,255 9,170,296 2,959 0.03%
amplifybackend-jvm.jar closure 9,201,566 9,198,607 2,959 0.03%
ssmincidents-jvm.jar closure 9,215,795 9,212,836 2,959 0.03%
ram-jvm.jar closure 9,222,634 9,219,675 2,959 0.03%
opensearchserverless-jvm.jar closure 9,250,192 9,247,233 2,959 0.03%
textract-jvm.jar closure 9,257,021 9,254,062 2,959 0.03%
sms-jvm.jar closure 9,259,942 9,256,983 2,959 0.03%
greengrassv2-jvm.jar closure 9,265,901 9,262,942 2,959 0.03%
marketplacecatalog-jvm.jar closure 9,266,288 9,263,329 2,959 0.03%
codecatalyst-jvm.jar closure 9,274,777 9,271,817 2,960 0.03%
mediapackagev2-jvm.jar closure 9,270,800 9,267,842 2,958 0.03%
ssmcontacts-jvm.jar closure 9,279,169 9,276,209 2,960 0.03%
pcaconnectorad-jvm.jar closure 9,280,180 9,277,221 2,959 0.03%
pipes-jvm.jar closure 9,280,595 9,277,636 2,959 0.03%
xray-jvm.jar closure 9,287,534 9,284,575 2,959 0.03%
connectcases-jvm.jar closure 9,295,112 9,292,153 2,959 0.03%
appconfig-jvm.jar closure 9,298,518 9,295,559 2,959 0.03%
ivsrealtime-jvm.jar closure 9,298,656 9,295,697 2,959 0.03%
sns-jvm.jar closure 9,300,227 9,297,268 2,959 0.03%
sagemakergeospatial-jvm.jar closure 9,308,163 9,305,204 2,959 0.03%
pinpointemail-jvm.jar closure 9,311,512 9,308,554 2,958 0.03%
route53domains-jvm.jar closure 9,332,884 9,329,925 2,959 0.03%
iotevents-jvm.jar closure 9,346,584 9,343,625 2,959 0.03%
m2-jvm.jar closure 9,347,494 9,344,535 2,959 0.03%
apprunner-jvm.jar closure 9,350,868 9,347,909 2,959 0.03%
panorama-jvm.jar closure 9,362,386 9,359,428 2,958 0.03%
lookoutmetrics-jvm.jar closure 9,396,929 9,393,970 2,959 0.03%
apptest-jvm.jar closure 9,434,313 9,431,354 2,959 0.03%
billingconductor-jvm.jar closure 9,446,151 9,443,192 2,959 0.03%
entityresolution-jvm.jar closure 9,446,389 9,443,430 2,959 0.03%
inspector-jvm.jar closure 9,447,022 9,444,064 2,958 0.03%
evidently-jvm.jar closure 9,462,252 9,459,293 2,959 0.03%
groundstation-jvm.jar closure 9,462,659 9,459,700 2,959 0.03%
migrationhubstrategy-jvm.jar closure 9,465,514 9,462,555 2,959 0.03%
lexmodelbuildingservice-jvm.jar closure 9,518,401 9,515,439 2,962 0.03%
cloudwatch-jvm.jar closure 9,519,464 9,516,504 2,960 0.03%
neptunedata-jvm.jar closure 9,520,335 9,517,377 2,958 0.03%
bedrockagentruntime-jvm.jar closure 9,530,857 9,527,897 2,960 0.03%
codeartifact-jvm.jar closure 9,527,969 9,525,010 2,959 0.03%
wisdom-jvm.jar closure 9,554,749 9,551,790 2,959 0.03%
chimesdkmessaging-jvm.jar closure 9,623,467 9,620,506 2,961 0.03%
iotanalytics-jvm.jar closure 9,621,717 9,618,758 2,959 0.03%
mediatailor-jvm.jar closure 9,630,585 9,627,626 2,959 0.03%
workspacesweb-jvm.jar closure 9,638,699 9,635,740 2,959 0.03%
amplifyuibuilder-jvm.jar closure 9,639,055 9,636,096 2,959 0.03%
vpclattice-jvm.jar closure 9,639,124 9,636,165 2,959 0.03%
redshiftserverless-jvm.jar closure 9,662,762 9,659,802 2,960 0.03%
firehose-jvm.jar closure 9,675,860 9,672,901 2,959 0.03%
lookoutequipment-jvm.jar closure 9,699,044 9,696,085 2,959 0.03%
workdocs-jvm.jar closure 9,709,373 9,706,413 2,960 0.03%
dataexchange-jvm.jar closure 9,742,169 9,739,210 2,959 0.03%
transcribe-jvm.jar closure 9,764,487 9,761,528 2,959 0.03%
sfn-jvm.jar closure 9,770,602 9,767,643 2,959 0.03%
memorydb-jvm.jar closure 9,769,730 9,766,772 2,958 0.03%
databrew-jvm.jar closure 9,778,328 9,775,370 2,958 0.03%
finspace-jvm.jar closure 9,802,652 9,799,693 2,959 0.03%
globalaccelerator-jvm.jar closure 9,814,145 9,811,186 2,959 0.03%
networkfirewall-jvm.jar closure 9,815,678 9,812,719 2,959 0.03%
batch-jvm.jar closure 9,846,936 9,843,976 2,960 0.03%
devopsguru-jvm.jar closure 9,873,399 9,870,440 2,959 0.03%
cloudwatchevents-jvm.jar closure 9,885,046 9,882,087 2,959 0.03%
licensemanager-jvm.jar closure 9,889,613 9,886,654 2,959 0.03%
accessanalyzer-jvm.jar closure 9,930,063 9,927,104 2,959 0.03%
directconnect-jvm.jar closure 9,928,548 9,925,591 2,957 0.03%
kms-jvm.jar closure 9,963,998 9,961,039 2,959 0.03%
chimesdkmediapipelines-jvm.jar closure 9,975,919 9,972,960 2,959 0.03%
apigatewayv2-jvm.jar closure 9,977,261 9,974,303 2,958 0.03%
elasticbeanstalk-jvm.jar closure 9,983,215 9,980,256 2,959 0.03%
iottwinmaker-jvm.jar closure 9,997,427 9,994,468 2,959 0.03%
organizations-jvm.jar closure 10,008,636 10,005,677 2,959 0.03%
mailmanager-jvm.jar closure 10,016,773 10,013,814 2,959 0.03%
fms-jvm.jar closure 10,037,705 10,034,745 2,960 0.03%
ecr-jvm.jar closure 10,035,754 10,032,795 2,959 0.03%
swf-jvm.jar closure 10,054,987 10,052,029 2,958 0.03%
auditmanager-jvm.jar closure 10,084,565 10,081,607 2,958 0.03%
bedrock-jvm.jar closure 10,107,389 10,104,430 2,959 0.03%
location-jvm.jar closure 10,135,191 10,132,231 2,960 0.03%
eventbridge-jvm.jar closure 10,139,389 10,136,431 2,958 0.03%
athena-jvm.jar closure 10,176,169 10,173,210 2,959 0.03%
iotfleetwise-jvm.jar closure 10,206,031 10,203,072 2,959 0.03%
drs-jvm.jar closure 10,210,943 10,207,985 2,958 0.03%
kinesisanalyticsv2-jvm.jar closure 10,232,291 10,229,331 2,960 0.03%
ssoadmin-jvm.jar closure 10,226,561 10,223,604 2,957 0.03%
route53resolver-jvm.jar closure 10,239,749 10,236,789 2,960 0.03%
transfer-jvm.jar closure 10,242,724 10,239,765 2,959 0.03%
customerprofiles-jvm.jar closure 10,249,025 10,246,065 2,960 0.03%
docdb-jvm.jar closure 10,250,247 10,247,288 2,959 0.03%
ses-jvm.jar closure 10,253,201 10,250,243 2,958 0.03%
opsworks-jvm.jar closure 10,261,894 10,258,935 2,959 0.03%
kafka-jvm.jar closure 10,266,297 10,263,338 2,959 0.03%
cloudtrail-jvm.jar closure 10,269,116 10,266,157 2,959 0.03%
mediaconnect-jvm.jar closure 10,289,043 10,286,084 2,959 0.03%
datasync-jvm.jar closure 10,294,315 10,291,355 2,960 0.03%
costexplorer-jvm.jar closure 10,302,812 10,299,854 2,958 0.03%
elasticsearchservice-jvm.jar closure 10,321,417 10,318,458 2,959 0.03%
robomaker-jvm.jar closure 10,321,337 10,318,379 2,958 0.03%
elasticloadbalancingv2-jvm.jar closure 10,330,462 10,327,503 2,959 0.03%
forecast-jvm.jar closure 10,354,146 10,351,186 2,960 0.03%
resiliencehub-jvm.jar closure 10,358,481 10,355,522 2,959 0.03%
frauddetector-jvm.jar closure 10,384,258 10,381,299 2,959 0.03%
greengrass-jvm.jar closure 10,443,268 10,440,309 2,959 0.03%
directoryservice-jvm.jar closure 10,467,870 10,464,912 2,958 0.03%
eks-jvm.jar closure 10,485,215 10,482,256 2,959 0.03%
personalize-jvm.jar closure 10,512,411 10,509,452 2,959 0.03%
cloudwatchlogs-jvm.jar closure 10,515,179 10,512,220 2,959 0.03%
wellarchitected-jvm.jar closure 10,528,553 10,525,594 2,959 0.03%
appsync-jvm.jar closure 10,538,994 10,536,036 2,958 0.03%
workmail-jvm.jar closure 10,561,933 10,558,974 2,959 0.03%
georoutes-jvm.jar closure 10,587,886 10,584,927 2,959 0.03%
devicefarm-jvm.jar closure 10,622,062 10,619,101 2,961 0.03%
storagegateway-jvm.jar closure 10,618,078 10,615,119 2,959 0.03%
appstream-jvm.jar closure 10,633,071 10,630,113 2,958 0.03%
computeoptimizer-jvm.jar closure 10,654,616 10,651,657 2,959 0.03%
codepipeline-jvm.jar closure 10,663,950 10,660,991 2,959 0.03%
autoscaling-jvm.jar closure 10,670,202 10,667,244 2,958 0.03%
waf-jvm.jar closure 10,678,093 10,675,134 2,959 0.03%
emr-jvm.jar closure 10,694,871 10,691,912 2,959 0.03%
chimesdkvoice-jvm.jar closure 10,694,704 10,691,746 2,958 0.03%
appmesh-jvm.jar closure 10,736,997 10,734,038 2,959 0.03%
route53-jvm.jar closure 10,804,007 10,801,048 2,959 0.03%
wafregional-jvm.jar closure 10,812,491 10,809,531 2,960 0.03%
appflow-jvm.jar closure 10,814,269 10,811,311 2,958 0.03%
mgn-jvm.jar closure 10,845,461 10,842,502 2,959 0.03%
proton-jvm.jar closure 10,866,879 10,863,920 2,959 0.03%
backup-jvm.jar closure 10,874,468 10,871,509 2,959 0.03%
neptune-jvm.jar closure 10,892,725 10,889,766 2,959 0.03%
qbusiness-jvm.jar closure 10,898,824 10,895,865 2,959 0.03%
lambda-jvm.jar closure 10,918,926 10,915,967 2,959 0.03%
servicecatalog-jvm.jar closure 10,930,522 10,927,561 2,961 0.03%
qconnect-jvm.jar closure 10,927,313 10,924,354 2,959 0.03%
clouddirectory-jvm.jar closure 10,958,399 10,955,440 2,959 0.03%
fsx-jvm.jar closure 10,986,388 10,983,429 2,959 0.03%
codedeploy-jvm.jar closure 10,993,993 10,991,034 2,959 0.03%
networkmanager-jvm.jar closure 11,045,599 11,042,642 2,957 0.03%
omics-jvm.jar closure 11,119,130 11,116,171 2,959 0.03%
sesv2-jvm.jar closure 11,199,744 11,196,785 2,959 0.03%
dynamodb-jvm.jar closure 11,237,389 11,234,432 2,957 0.03%
bedrockagent-jvm.jar closure 11,279,260 11,276,301 2,959 0.03%
imagebuilder-jvm.jar closure 11,302,634 11,299,675 2,959 0.03%
wafv2-jvm.jar closure 11,321,166 11,318,207 2,959 0.03%
opensearch-jvm.jar closure 11,345,397 11,342,437 2,960 0.03%
workspaces-jvm.jar closure 11,348,625 11,345,666 2,959 0.03%
pinpointsmsvoicev2-jvm.jar closure 11,386,137 11,383,178 2,959 0.03%
apigateway-jvm.jar closure 11,407,127 11,404,168 2,959 0.03%
cleanrooms-jvm.jar closure 11,425,259 11,422,301 2,958 0.03%
ecs-jvm.jar closure 11,521,124 11,518,165 2,959 0.03%
comprehend-jvm.jar closure 11,539,558 11,536,599 2,959 0.03%
elasticache-jvm.jar closure 11,625,938 11,622,979 2,959 0.03%
macie2-jvm.jar closure 11,639,734 11,636,775 2,959 0.03%
iotsitewise-jvm.jar closure 11,642,827 11,639,868 2,959 0.03%
cloudformation-jvm.jar closure 11,655,337 11,652,378 2,959 0.03%
rekognition-jvm.jar closure 11,792,225 11,789,267 2,958 0.03%
s3control-jvm.jar closure 11,932,295 11,929,337 2,958 0.02%
cognitoidentityprovider-jvm.jar closure 11,954,958 11,951,999 2,959 0.02%
inspector2-jvm.jar closure 11,987,696 11,984,737 2,959 0.02%
iotwireless-jvm.jar closure 11,995,834 11,992,875 2,959 0.02%
kendra-jvm.jar closure 12,079,952 12,076,993 2,959 0.02%
deadline-jvm.jar closure 12,139,768 12,136,809 2,959 0.02%
gamelift-jvm.jar closure 12,183,315 12,180,356 2,959 0.02%
codecommit-jvm.jar closure 12,197,460 12,194,502 2,958 0.02%
s3-jvm.jar closure 12,208,153 12,205,194 2,959 0.02%
iam-jvm.jar closure 12,412,715 12,409,754 2,961 0.02%
databasemigrationservice-jvm.jar closure 12,550,194 12,547,234 2,960 0.02%
configservice-jvm.jar closure 12,620,110 12,617,150 2,960 0.02%
pinpoint-jvm.jar closure 13,072,487 13,069,529 2,958 0.02%
chime-jvm.jar closure 13,425,128 13,422,169 2,959 0.02%
lightsail-jvm.jar closure 13,676,308 13,673,349 2,959 0.02%
cloudfront-jvm.jar closure 13,775,408 13,772,449 2,959 0.02%
datazone-jvm.jar closure 13,924,397 13,921,438 2,959 0.02%
redshift-jvm.jar closure 13,987,051 13,984,092 2,959 0.02%
lexmodelsv2-jvm.jar closure 14,211,932 14,208,973 2,959 0.02%
mediaconvert-jvm.jar closure 14,502,186 14,499,227 2,959 0.02%
rds-jvm.jar closure 15,245,917 15,242,958 2,959 0.02%
ssm-jvm.jar closure 15,389,138 15,386,179 2,959 0.02%
medialive-jvm.jar closure 16,812,660 16,809,700 2,960 0.02%
iot-jvm.jar closure 17,027,496 17,024,537 2,959 0.02%
connect-jvm.jar closure 18,481,906 18,478,947 2,959 0.02%
glue-jvm.jar closure 18,872,718 18,869,759 2,959 0.02%
securityhub-jvm.jar closure 19,743,139 19,740,180 2,959 0.01%
quicksight-jvm.jar closure 25,791,897 25,788,937 2,960 0.01%
sagemaker-jvm.jar closure 26,710,441 26,707,482 2,959 0.01%
ec2-jvm.jar closure 36,003,053 36,000,094 2,959 0.01%
guardduty-jvm.jar closure 11,796,421 11,803,844 -7,423 -0.06%
codebuild-jvm.jar closure 10,344,321 10,365,163 -20,842 -0.20%
guardduty-jvm.jar 3,945,515 3,955,897 -10,382 -0.26%
verifiedpermissions-jvm.jar closure 9,354,621 9,414,037 -59,416 -0.63%
codebuild-jvm.jar 2,493,415 2,517,216 -23,801 -0.95%
qapps-jvm.jar closure 8,867,051 8,961,526 -94,475 -1.05%
lakeformation-jvm.jar closure 10,030,315 10,166,044 -135,729 -1.34%
verifiedpermissions-jvm.jar 1,503,715 1,566,090 -62,375 -3.98%
lakeformation-jvm.jar 2,179,409 2,318,097 -138,688 -5.98%
qapps-jvm.jar 1,016,145 1,113,579 -97,434 -8.75%

@0marperez 0marperez merged commit 6933790 into main Nov 7, 2024
17 of 18 checks passed
@0marperez 0marperez deleted the smoke-tests-trait branch November 7, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants