Skip to content

Commit 1899ae6

Browse files
committed
Merge branch 'main' into aws-nuke
2 parents 39131ce + 3441397 commit 1899ae6

File tree

232 files changed

+24339
-1903
lines changed

Some content is hidden

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

232 files changed

+24339
-1903
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the .NET SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-dotnet-demo">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the Go SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-go-demo">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the Java SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-java-frameworks-samples">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the Rust SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-rust-demo">GitHub</ulink>.
13+
</para>
14+
</block>

.doc_gen/metadata/ec2_metadata.yaml

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,15 @@ ec2_DescribeRouteTables:
15811581
- description:
15821582
snippet_tags:
15831583
- php.example_code.ec2.service.describeRouteTables
1584+
Python:
1585+
versions:
1586+
- sdk_version: 3
1587+
github: python/example_code/ec2
1588+
excerpts:
1589+
- description:
1590+
snippet_tags:
1591+
- python.example_code.ec2.VpcWrapper.decl
1592+
- python.example_code.ec2.DescribeRouteTables
15841593
services:
15851594
ec2: {DescribeRouteTables}
15861595
ec2_DescribeRegions:
@@ -2003,6 +2012,15 @@ ec2_CreateVpc:
20032012
- description:
20042013
snippet_tags:
20052014
- ec2.Ruby.createVpc
2015+
Python:
2016+
versions:
2017+
- sdk_version: 3
2018+
github: python/example_code/ec2
2019+
excerpts:
2020+
- description:
2021+
snippet_tags:
2022+
- python.example_code.ec2.VpcWrapper.decl
2023+
- python.example_code.ec2.CreateVpc
20062024
services:
20072025
ec2: {CreateVpc}
20082026
ec2_DeleteVpc:
@@ -2016,6 +2034,15 @@ ec2_DeleteVpc:
20162034
- description:
20172035
snippet_tags:
20182036
- php.example_code.ec2.service.deleteVpc
2037+
Python:
2038+
versions:
2039+
- sdk_version: 3
2040+
github: python/example_code/ec2
2041+
excerpts:
2042+
- description:
2043+
snippet_tags:
2044+
- python.example_code.ec2.VpcWrapper.decl
2045+
- python.example_code.ec2.DeleteVpc
20192046
services:
20202047
ec2: {DeleteVpc}
20212048
ec2_CreateVpcEndpoint:
@@ -2029,9 +2056,18 @@ ec2_CreateVpcEndpoint:
20292056
- description:
20302057
snippet_tags:
20312058
- php.example_code.ec2.service.createVpcEndpoint
2059+
Python:
2060+
versions:
2061+
- sdk_version: 3
2062+
github: python/example_code/ec2
2063+
excerpts:
2064+
- description:
2065+
snippet_tags:
2066+
- python.example_code.ec2.VpcWrapper.decl
2067+
- python.example_code.ec2.CreateVpcEndpoint
20322068
services:
20332069
ec2: {CreateVpcEndpoint}
2034-
ec2_DeleteVpcEndpoint:
2070+
ec2_DeleteVpcEndpoints:
20352071
languages:
20362072
PHP:
20372073
versions:
@@ -2042,8 +2078,17 @@ ec2_DeleteVpcEndpoint:
20422078
- description:
20432079
snippet_tags:
20442080
- php.example_code.ec2.service.deleteVpcEndpoint
2081+
Python:
2082+
versions:
2083+
- sdk_version: 3
2084+
github: python/example_code/ec2
2085+
excerpts:
2086+
- description:
2087+
snippet_tags:
2088+
- python.example_code.ec2.VpcWrapper.decl
2089+
- python.example_code.ec2.DeleteVpcEndpoints
20452090
services:
2046-
ec2: {DeleteVpcEndpoint}
2091+
ec2: {DeleteVpcEndpoints}
20472092
ec2_DescribeIamInstanceProfileAssociations:
20482093
languages:
20492094
.NET:

.doc_gen/metadata/ecr_metadata.yaml

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ ecr_Hello:
2323
- description:
2424
snippet_tags:
2525
- ecr.java2_hello.main
26+
Python:
27+
versions:
28+
- sdk_version: 3
29+
github: python/example_code/ecr
30+
excerpts:
31+
- description:
32+
snippet_tags:
33+
- python.example_code.ecr.Hello
2634
services:
2735
ecr: {listImages}
2836
ecr_PushImageCmd:
@@ -67,6 +75,18 @@ ecr_SetRepositoryPolicy:
6775
- description:
6876
snippet_tags:
6977
- ecr.java2.set.repo.policy.main
78+
Python:
79+
versions:
80+
- sdk_version: 3
81+
github: python/example_code/ecr
82+
excerpts:
83+
- description:
84+
snippet_tags:
85+
- python.example_code.ecr.ECRWrapper.decl
86+
- python.example_code.ecr.ECRWrapper.SetRepositoryPolicy
87+
- description: Example that grants an IAM role download access.
88+
snippet_tags:
89+
- python.example_code.ecr.grant_role_download_access
7090
services:
7191
ecr: {SetRepositoryPolicy}
7292
ecr_GetRepositoryPolicy:
@@ -89,6 +109,15 @@ ecr_GetRepositoryPolicy:
89109
- description:
90110
snippet_tags:
91111
- ecr.java2.get.repo.policy.main
112+
Python:
113+
versions:
114+
- sdk_version: 3
115+
github: python/example_code/ecr
116+
excerpts:
117+
- description:
118+
snippet_tags:
119+
- python.example_code.ecr.ECRWrapper.decl
120+
- python.example_code.ecr.ECRWrapper.GetRepositoryPolicy
92121
services:
93122
ecr: {GetRepositoryPolicy}
94123
ecr_GetAuthorizationToken:
@@ -111,6 +140,15 @@ ecr_GetAuthorizationToken:
111140
- description:
112141
snippet_tags:
113142
- ecr.java2.get.token.main
143+
Python:
144+
versions:
145+
- sdk_version: 3
146+
github: python/example_code/ecr
147+
excerpts:
148+
- description:
149+
snippet_tags:
150+
- python.example_code.ecr.ECRWrapper.decl
151+
- python.example_code.ecr.ECRWrapper.GetAuthorizationToken
114152
services:
115153
ecr: {GetAuthorizationToken}
116154
ecr_StartLifecyclePolicyPreview:
@@ -135,6 +173,22 @@ ecr_StartLifecyclePolicyPreview:
135173
- ecr.java2.verify.image.main
136174
services:
137175
ecr: {StartLifecyclePolicyPreview}
176+
ecr_PutLifeCyclePolicy:
177+
languages:
178+
Python:
179+
versions:
180+
- sdk_version: 3
181+
github: python/example_code/ecr
182+
excerpts:
183+
- description:
184+
snippet_tags:
185+
- python.example_code.ecr.ECRWrapper.decl
186+
- python.example_code.ecr.ECRWrapper.PutLifeCyclePolicy
187+
- description: Example that puts an expiration date policy.
188+
snippet_tags:
189+
- python.example_code.ecr.put_expiration_policy
190+
services:
191+
ecr: {PutLifeCyclePolicy}
138192
ecr_DescribeImages:
139193
languages:
140194
Kotlin:
@@ -155,6 +209,15 @@ ecr_DescribeImages:
155209
- description:
156210
snippet_tags:
157211
- ecr.java2.verify.image.main
212+
Python:
213+
versions:
214+
- sdk_version: 3
215+
github: python/example_code/ecr
216+
excerpts:
217+
- description:
218+
snippet_tags:
219+
- python.example_code.ecr.ECRWrapper.decl
220+
- python.example_code.ecr.ECRWrapper.DescribeImages
158221
services:
159222
ecr: {DescribeImages}
160223
ecr_DeleteRepository:
@@ -177,6 +240,15 @@ ecr_DeleteRepository:
177240
- description:
178241
snippet_tags:
179242
- ecr.java2.delete.repo.main
243+
Python:
244+
versions:
245+
- sdk_version: 3
246+
github: python/example_code/ecr
247+
excerpts:
248+
- description:
249+
snippet_tags:
250+
- python.example_code.ecr.ECRWrapper.decl
251+
- python.example_code.ecr.ECRWrapper.DeleteRepository
180252
services:
181253
ecr: {DeleteRepository}
182254
ecr_CreateRepository:
@@ -199,6 +271,15 @@ ecr_CreateRepository:
199271
- description:
200272
snippet_tags:
201273
- ecr.java2.create.repo.main
274+
Python:
275+
versions:
276+
- sdk_version: 3
277+
github: python/example_code/ecr
278+
excerpts:
279+
- description:
280+
snippet_tags:
281+
- python.example_code.ecr.ECRWrapper.decl
282+
- python.example_code.ecr.ECRWrapper.CreateRepository
202283
services:
203284
ecr: {CreateRepository}
204285
ecr_DescribeRepositories:
@@ -230,6 +311,15 @@ ecr_DescribeRepositories:
230311
- description:
231312
snippet_tags:
232313
- ecr.rust.describe-repos
314+
Python:
315+
versions:
316+
- sdk_version: 3
317+
github: python/example_code/ecr
318+
excerpts:
319+
- description:
320+
snippet_tags:
321+
- python.example_code.ecr.ECRWrapper.decl
322+
- python.example_code.ecr.ECRWrapper.DescribeRepositories
233323
services:
234324
ecr: {DescribeRepositories}
235325
ecr_ListImages:
@@ -282,5 +372,19 @@ ecr_Scenario_RepositoryManagement:
282372
- description: A wrapper class for &ECR; SDK methods.
283373
snippet_tags:
284374
- ecr.java2_scenario.main
375+
Python:
376+
versions:
377+
- sdk_version: 3
378+
github: python/example_code/ecr
379+
sdkguide:
380+
excerpts:
381+
- description: Run an interactive scenario at a command prompt.
382+
genai: some
383+
snippet_tags:
384+
- python.example_code.ecr.BasicsScenario
385+
- description: ECRWrapper class that wraps &ECR; actions.
386+
genai: some
387+
snippet_tags:
388+
- python.example_code.ecr.ECRWrapper.class
285389
services:
286390
ecr: {CreateRepository, DescribeRepositories, DeleteRepository, DescribeImages, StartLifecyclePolicyPreview, GetAuthorizationToken, GetRepositoryPolicy, SetRepositoryPolicy}

.doc_gen/metadata/firehose_metadata.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# zexi 0.4.0
22
firehose_PutRecord:
33
languages:
4+
Java:
5+
versions:
6+
- sdk_version: 2
7+
github: javav2/example_code/firehose
8+
excerpts:
9+
- description:
10+
snippet_tags:
11+
- firehose.java2.put_record.main
412
Python:
513
versions:
614
- sdk_version: 3
@@ -14,6 +22,14 @@ firehose_PutRecord:
1422
firehose: {PutRecord}
1523
firehose_PutRecordBatch:
1624
languages:
25+
Java:
26+
versions:
27+
- sdk_version: 2
28+
github: javav2/example_code/firehose
29+
excerpts:
30+
- description:
31+
snippet_tags:
32+
- firehose.java2.put_batch_records.main
1733
Rust:
1834
versions:
1935
- sdk_version: 1
@@ -40,6 +56,14 @@ firehose_Scenario_PutRecords:
4056
synopsis: use &FH; to process individual and batch records.
4157
category: Scenarios
4258
languages:
59+
Java:
60+
versions:
61+
- sdk_version: 2
62+
github: javav2/example_code/firehose
63+
excerpts:
64+
- description: This example puts individual and batch records to &FH;.
65+
snippet_tags:
66+
- firehose.java2.scenario.main
4367
Python:
4468
versions:
4569
- sdk_version: 3

0 commit comments

Comments
 (0)