Skip to content

Commit

Permalink
Merge branch 'dotnetv3-fsa' of github.com:rlhagerm/aws-doc-sdk-exampl…
Browse files Browse the repository at this point in the history
…es into dotnetv3-fsa
  • Loading branch information
rlhagerm committed Oct 13, 2023
2 parents 8daf61a + cac13ff commit 48ba15f
Show file tree
Hide file tree
Showing 153 changed files with 4,978 additions and 1,178 deletions.
42 changes: 21 additions & 21 deletions .doc_gen/metadata/cloudwatch_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ cloudwatch_DeleteAlarms:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v3/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.DeleteAlarms
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting
Expand Down Expand Up @@ -336,12 +336,12 @@ cloudwatch_DescribeAlarmsForMetric:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.DescribeAlarms
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing
Expand Down Expand Up @@ -464,12 +464,12 @@ cloudwatch_DisableAlarmActions:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.DisableAlarmActions
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling
Expand Down Expand Up @@ -548,12 +548,12 @@ cloudwatch_EnableAlarmActions:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.EnableAlarmActions
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling
Expand Down Expand Up @@ -809,12 +809,12 @@ cloudwatch_ListMetrics:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.ListMetrics
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing
Expand Down Expand Up @@ -973,12 +973,12 @@ cloudwatch_PutMetricAlarm:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.PutMetricAlarm
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm
Expand Down Expand Up @@ -1059,12 +1059,12 @@ cloudwatch_PutMetricData:
github: javascriptv3/example_code/cloudwatch
sdkguide: sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom
excerpts:
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- description: Import the SDK and client modules and call the API.
snippet_tags:
- javascript.v3.cloudwatch.actions.PutMetricData
- description: Create the client in a separate module and export it.
snippet_tags:
- javascript.v3.cloudwatch.client
- sdk_version: 2
github: javascript/example_code/cloudwatch
sdkguide: sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom
Expand Down
3 changes: 3 additions & 0 deletions .doc_gen/metadata/cross_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ cross_LambdaAPIGateway:
Python:
versions:
- sdk_version: 3
github: python/example_code/lambda
block_content: cross_LambdaAPIGateway_Python_block.xml
service_main: lambda
services:
Expand Down Expand Up @@ -395,6 +396,7 @@ cross_LambdaScheduledEvents:
Python:
versions:
- sdk_version: 3
github: python/example_code/lambda
block_content: cross_LambdaScheduledEvents_Python_block.xml
add_services:
cloudwatch-logs:
Expand Down Expand Up @@ -526,6 +528,7 @@ cross_RekognitionVideoDetection:
Python:
versions:
- sdk_version: 3
github: python/example_code/rekognition
block_content: cross_RekognitionVideoDetection_Python_block.xml
add_services:
sns:
Expand Down
Loading

0 comments on commit 48ba15f

Please sign in to comment.