Skip to content

Commit f3f0f42

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 191ef93 + 5578691 commit f3f0f42

78 files changed

Lines changed: 1046 additions & 3321 deletions

File tree

Some content is hidden

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

.doc_gen/metadata/entityresolution_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ entityresolution_Scenario:
236236
snippet_tags:
237237
- entity-resolution.JavaScriptv3.scenario.basics
238238
services:
239-
entityresolution: {}
239+
entityresolution: {CreateSchemaMapping, CreateMatchingWorkflow, StartMatchingJob, GetMatchingJob, GetSchemaMapping, ListSchemaMappings, TagResource, DeleteSchemaMapping, DeleteMatchingWorkflow, ListMatchingWorkflows}

.doc_gen/metadata/iot_fleetwise_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ iotfleetwise_Scenario:
396396
snippet_tags:
397397
- iotfleetwise.java2.scenario.actions.main
398398
services:
399-
iotfleetwise: {}
399+
iotfleetwise: {createSignalCatalog, createFleet, createModelManifest, createDecoderManifest, getModelManifest, getDecoderManifest, createVehicle, getVehicle, updateModelManifest, updateDecoderManifest, listSignalCatalogNodes, deleteVehicle, deleteDecoderManifest, deleteModelManifest, deleteFleet, deleteSignalCatalog}

.doc_gen/metadata/iot_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,4 +748,4 @@ iot_Scenario:
748748
snippet_tags:
749749
- python.example_code.iot.Scenario_GettingStarted
750750
services:
751-
iot: {}
751+
iot: {CreateThing, CreateKeysAndCertificate, AttachThingPrincipal, UpdateThing, DescribeEndpoint, ListCertificates, UpdateIndexingConfiguration, SearchIndex, CreateTopicRule, DeleteTopicRule, DetachThingPrincipal, DeleteCertificate, DeleteThing, DescribeThing, ListThings}

.doc_gen/metadata/iot_sitewise_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,4 @@ iotsitewise_Scenario:
504504
snippet_tags:
505505
- iotsitewise.JavaScript.Basics.scenario
506506
services:
507-
iotsitewise: {}
507+
iotsitewise: {CreateAssetModel, CreateAsset, ListAssetModelProperties, BatchPutAssetPropertyValue, GetAssetPropertyValue, CreateGateway, DescribeGateway, DeleteGateway, DeleteAsset, DeleteAssetModel, DescribeAssetModel, ListAssetModels}

.doc_gen/metadata/location_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,4 @@ location_Scenario:
497497
snippet_tags:
498498
- LocationServices.javascriptv3.Scenario.basics
499499
services:
500-
location: {}
500+
location: {CreateMap, CreateKey, CreateGeofenceCollection, PutGeofence, CreateTracker, BatchUpdateDevicePosition, GetDevicePosition, CreateRouteCalculator, CalculateRoute, DeleteGeofenceCollection, DeleteKey, DeleteMap, DeleteTracker, DeleteRouteCalculator}

.doc_gen/metadata/neptune_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ neptune_Scenario:
372372
snippet_tags:
373373
- neptune.java2.actions.main
374374
services:
375-
neptune: {}
375+
neptune: {CreateDBSubnetGroup, CreateDBCluster, CreateDBInstance, DescribeDBInstances, DescribeDBClusters, StopDBCluster, StartDBCluster, DeleteDBInstance, DeleteDBCluster, DeleteDBSubnetGroup, CreateGraph, ExecuteQuery, ExecuteOpenCypherExplainQuery, ExecuteGremlinProfileQuery, ExecuteGremlinQuery}

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
last_day=${{ inputs.report_date_end }} >> "$GITHUB_ENV"
3535
3636
- name: Run issue-metrics tool
37-
uses: github/issue-metrics@v2
37+
uses: github-community-projects/issue-metrics@v2
3838
env:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
SEARCH_QUERY: 'repo:awsdocs/aws-doc-sdk-examples created:${{ env.first_day }}..${{ env.last_day }}'

.tools/ailly/package-lock.json

Lines changed: 50 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tools/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
black==26.3.1
22
flake8==6.1.0
33
mypy-extensions==1.0.0
4-
pathspec==0.11.2
4+
pathspec==1.0.0
55
PyYAML==6.0.1
66
requests==2.33.0
77
typer==0.15.2

.tools/readmes/requirements_freeze.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluggy==1.5.0
2020
pycodestyle==2.11.1
2121
pyflakes==3.1.0
2222
Pygments==2.19.1
23-
pytest==8.0.0
23+
pytest==9.0.3
2424
PyYAML==6.0.1
2525
requests==2.33.0
2626
rich==13.9.4

0 commit comments

Comments
 (0)