Skip to content

Commit e431c1b

Browse files
authored
Merge branch 'main' into main
2 parents d409679 + d5ae5ef commit e431c1b

File tree

998 files changed

+28198
-14629
lines changed

Some content is hidden

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

998 files changed

+28198
-14629
lines changed

.doc_gen/cross-content/phrases-code-examples.ent

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,9 @@
146146
<!ENTITY cloudwatch-netmon '&CW; Network Monitoring'>
147147

148148
<!-- Marketplace Agreement Service -->
149-
<!ENTITY MKTAgreementlong '&MKTlong; Agreement Service'>
150-
<!ENTITY MKTAgreement '&MKT; Agreement Service'>
149+
<!ENTITY MKTAgreementlong '&MKTlong; Agreement API'>
150+
<!ENTITY MKTAgreement '&MKT; Agreement API'>
151+
152+
<!-- Marketplace Catalog Service -->
153+
<!ENTITY MKTCataloglong '&MKTlong; Catalog API'>
154+
<!ENTITY MKTCatalog '&MKT; Catalog API'>

.doc_gen/metadata/cloudwatch_metadata.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cloudwatch_DeleteAlarms:
6161
excerpts:
6262
- description:
6363
snippet_tags:
64-
- cloudwatch.java2.delete_metrics.main
64+
- cloudwatch.java2.delete_alarm.main
6565
Python:
6666
versions:
6767
- sdk_version: 3
@@ -227,7 +227,7 @@ cloudwatch_DescribeAlarms:
227227
excerpts:
228228
- description:
229229
snippet_tags:
230-
- cloudwatch.java2.scenario.describe.alarm.main
230+
- cloudwatch.java2.describe_alarms.main
231231
.NET:
232232
versions:
233233
- sdk_version: 3
@@ -1026,6 +1026,7 @@ cloudwatch_PutMetricData:
10261026
services:
10271027
cloudwatch: {PutMetricData}
10281028
cloudwatch_GetStartedMetricsDashboardsAlarms:
1029+
title: Learn core operations for &CW; using an &AWS; SDK
10291030
synopsis_list:
10301031
- List &CW; namespaces and metrics.
10311032
- Get statistics for a metric and for estimated billing.
@@ -1042,7 +1043,7 @@ cloudwatch_GetStartedMetricsDashboardsAlarms:
10421043
github: kotlin/services/cloudwatch
10431044
sdkguide:
10441045
excerpts:
1045-
- description:
1046+
- description: Run an interactive scenario demonstrating &CW; features.
10461047
snippet_tags:
10471048
- cloudwatch.kotlin.scenario.main
10481049
Java:
@@ -1051,9 +1052,12 @@ cloudwatch_GetStartedMetricsDashboardsAlarms:
10511052
github: javav2/example_code/cloudwatch
10521053
sdkguide:
10531054
excerpts:
1054-
- description:
1055+
- description: Run an interactive scenario demonstrating &CW; features.
10551056
snippet_tags:
10561057
- cloudwatch.java2.scenario.main
1058+
- description: A wrapper class for &CW; SDK methods.
1059+
snippet_tags:
1060+
- cloudwatch.java2.actions.main
10571061
.NET:
10581062
versions:
10591063
- sdk_version: 3

.doc_gen/metadata/dynamodb_metadata.yaml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ dynamodb_CreateTable:
8181
- description:
8282
snippet_tags:
8383
- dynamodb.cpp.create_table.code
84+
- description: Code that waits for the table to become active.
85+
snippet_tags:
86+
- cpp.example_code.dynamodb.scenario.waitTableActive
87+
8488
Go:
8589
versions:
8690
- sdk_version: 2
@@ -623,11 +627,13 @@ dynamodb_PutItem:
623627
versions:
624628
- sdk_version: 1
625629
github: cpp/example_code/dynamodb
626-
sdkguide:
627630
excerpts:
628631
- description:
629632
snippet_tags:
630633
- dynamodb.cpp.put_item.code
634+
- description: Code that waits for the table to become active.
635+
snippet_tags:
636+
- cpp.example_code.dynamodb.scenario.waitTableActive
631637
Go:
632638
versions:
633639
- sdk_version: 2
@@ -890,6 +896,9 @@ dynamodb_UpdateItem:
890896
- description:
891897
snippet_tags:
892898
- dynamodb.cpp.update_item.code
899+
- description: Code that waits for the table to become active.
900+
snippet_tags:
901+
- cpp.example_code.dynamodb.scenario.waitTableActive
893902
Go:
894903
versions:
895904
- sdk_version: 2
@@ -1109,11 +1118,13 @@ dynamodb_DeleteItem:
11091118
versions:
11101119
- sdk_version: 1
11111120
github: cpp/example_code/dynamodb
1112-
sdkguide:
11131121
excerpts:
11141122
- description:
11151123
snippet_tags:
11161124
- cpp.example_code.dynamodb.delete_item
1125+
- description: Code that waits for the table to become active.
1126+
snippet_tags:
1127+
- cpp.example_code.dynamodb.scenario.waitTableActive
11171128
Swift:
11181129
versions:
11191130
- sdk_version: 1
@@ -1774,6 +1785,21 @@ dynamodb_BatchExecuteStatement:
17741785
- cpp.example_code.dynamodb.BatchExecuteStatement.Delete
17751786
services:
17761787
dynamodb: {BatchExecuteStatement}
1788+
dynamodb_UpdateTable:
1789+
languages:
1790+
C++:
1791+
versions:
1792+
- sdk_version: 1
1793+
github: cpp/example_code/dynamodb
1794+
excerpts:
1795+
- description:
1796+
snippet_tags:
1797+
- dynamodb.cpp.update_table.code
1798+
- description: Code that waits for the table to become active.
1799+
snippet_tags:
1800+
- cpp.example_code.dynamodb.scenario.waitTableActive
1801+
services:
1802+
dynamodb: {UpdateTable}
17771803
dynamodb_Usage_DaxDemo:
17781804
title: Accelerate &DDB; reads with &DAX; using an &AWS; SDK
17791805
title_abbrev: Accelerate reads with &DAX;

.doc_gen/metadata/ec2_metadata.yaml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ec2_Hello:
3838
sdkguide:
3939
excerpts:
4040
- description:
41+
genai: some
4142
snippet_tags:
4243
- python.example_code.ec2.Hello
4344
JavaScript:
@@ -126,6 +127,7 @@ ec2_CreateKeyPair:
126127
sdkguide:
127128
excerpts:
128129
- description:
130+
genai: some
129131
snippet_tags:
130132
- python.example_code.ec2.KeyPairWrapper.decl
131133
- python.example_code.ec2.CreateKeyPair
@@ -224,6 +226,7 @@ ec2_DescribeKeyPairs:
224226
sdkguide:
225227
excerpts:
226228
- description:
229+
genai: some
227230
snippet_tags:
228231
- python.example_code.ec2.KeyPairWrapper.decl
229232
- python.example_code.ec2.DescribeKeyPairs
@@ -310,6 +313,7 @@ ec2_CreateSecurityGroup:
310313
sdkguide:
311314
excerpts:
312315
- description:
316+
genai: some
313317
snippet_tags:
314318
- python.example_code.ec2.SecurityGroupWrapper.decl
315319
- python.example_code.ec2.CreateSecurityGroup
@@ -404,6 +408,7 @@ ec2_RunInstances:
404408
sdkguide:
405409
excerpts:
406410
- description:
411+
genai: some
407412
snippet_tags:
408413
- python.example_code.ec2.InstanceWrapper.decl
409414
- python.example_code.ec2.RunInstances
@@ -465,6 +470,7 @@ ec2_StartInstances:
465470
- description:
466471
snippet_tags:
467472
- EC2.dotnetv3.StartInstances
473+
- EC2.dotnetv3.WaitForInstanceState
468474
Kotlin:
469475
versions:
470476
- sdk_version: 1
@@ -490,6 +496,7 @@ ec2_StartInstances:
490496
sdkguide:
491497
excerpts:
492498
- description:
499+
genai: some
493500
snippet_tags:
494501
- python.example_code.ec2.InstanceWrapper.decl
495502
- python.example_code.ec2.StartInstances
@@ -563,6 +570,7 @@ ec2_StopInstances:
563570
- description:
564571
snippet_tags:
565572
- EC2.dotnetv3.StopInstances
573+
- EC2.dotnetv3.WaitForInstanceState
566574
Kotlin:
567575
versions:
568576
- sdk_version: 1
@@ -588,6 +596,7 @@ ec2_StopInstances:
588596
sdkguide:
589597
excerpts:
590598
- description:
599+
genai: some
591600
snippet_tags:
592601
- python.example_code.ec2.InstanceWrapper.decl
593602
- python.example_code.ec2.StopInstances
@@ -685,6 +694,7 @@ ec2_AllocateAddress:
685694
sdkguide:
686695
excerpts:
687696
- description:
697+
genai: some
688698
snippet_tags:
689699
- python.example_code.ec2.ElasticIpWrapper.decl
690700
- python.example_code.ec2.AllocateAddress
@@ -780,6 +790,7 @@ ec2_AssociateAddress:
780790
sdkguide:
781791
excerpts:
782792
- description:
793+
genai: some
783794
snippet_tags:
784795
- python.example_code.ec2.ElasticIpWrapper.decl
785796
- python.example_code.ec2.AssociateAddress
@@ -875,6 +886,7 @@ ec2_DisassociateAddress:
875886
sdkguide:
876887
excerpts:
877888
- description:
889+
genai: some
878890
snippet_tags:
879891
- python.example_code.ec2.ElasticIpWrapper.decl
880892
- python.example_code.ec2.DisassociateAddress
@@ -944,6 +956,7 @@ ec2_ReleaseAddress:
944956
sdkguide:
945957
excerpts:
946958
- description:
959+
genai: some
947960
snippet_tags:
948961
- python.example_code.ec2.ElasticIpWrapper.decl
949962
- python.example_code.ec2.ReleaseAddress
@@ -1038,6 +1051,7 @@ ec2_AuthorizeSecurityGroupIngress:
10381051
sdkguide:
10391052
excerpts:
10401053
- description:
1054+
genai: some
10411055
snippet_tags:
10421056
- python.example_code.ec2.SecurityGroupWrapper.decl
10431057
- python.example_code.ec2.AuthorizeSecurityGroupIngress
@@ -1118,6 +1132,7 @@ ec2_DeleteKeyPair:
11181132
sdkguide:
11191133
excerpts:
11201134
- description:
1135+
genai: some
11211136
snippet_tags:
11221137
- python.example_code.ec2.KeyPairWrapper.decl
11231138
- python.example_code.ec2.DeleteKeyPair
@@ -1206,6 +1221,7 @@ ec2_DescribeSecurityGroups:
12061221
sdkguide:
12071222
excerpts:
12081223
- description:
1224+
genai: some
12091225
snippet_tags:
12101226
- python.example_code.ec2.SecurityGroupWrapper.decl
12111227
- python.example_code.ec2.DescribeSecurityGroups
@@ -1291,6 +1307,7 @@ ec2_DeleteSecurityGroup:
12911307
sdkguide:
12921308
excerpts:
12931309
- description:
1310+
genai: some
12941311
snippet_tags:
12951312
- python.example_code.ec2.SecurityGroupWrapper.decl
12961313
- python.example_code.ec2.DeleteSecurityGroup
@@ -1378,6 +1395,7 @@ ec2_TerminateInstances:
13781395
- description:
13791396
snippet_tags:
13801397
- EC2.dotnetv3.TerminateInstances
1398+
- EC2.dotnetv3.WaitForInstanceState
13811399
Kotlin:
13821400
versions:
13831401
- sdk_version: 1
@@ -1403,6 +1421,7 @@ ec2_TerminateInstances:
14031421
sdkguide:
14041422
excerpts:
14051423
- description:
1424+
genai: some
14061425
snippet_tags:
14071426
- python.example_code.ec2.InstanceWrapper.decl
14081427
- python.example_code.ec2.TerminateInstances
@@ -1666,9 +1685,10 @@ ec2_RebootInstances:
16661685
github: dotnetv3/EC2
16671686
sdkguide:
16681687
excerpts:
1669-
- description:
1688+
- description: Reboot an instance by its Id.
16701689
snippet_tags:
16711690
- EC2.dotnetv3.RebootInstances
1691+
- EC2.dotnetv3.WaitForInstanceState
16721692
- description: Replace the profile for an instance, reboot, and restart a web server.
16731693
snippet_tags:
16741694
- ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile
@@ -1730,6 +1750,7 @@ ec2_DescribeImages:
17301750
sdkguide:
17311751
excerpts:
17321752
- description:
1753+
genai: some
17331754
snippet_tags:
17341755
- python.example_code.ec2.InstanceWrapper.decl
17351756
- python.example_code.ec2.DescribeImages
@@ -1802,6 +1823,7 @@ ec2_DescribeInstanceTypes:
18021823
sdkguide:
18031824
excerpts:
18041825
- description:
1826+
genai: some
18051827
snippet_tags:
18061828
- python.example_code.ec2.InstanceWrapper.decl
18071829
- python.example_code.ec2.DescribeInstanceTypes
@@ -1977,6 +1999,7 @@ ec2_DescribeIamInstanceProfileAssociations:
19771999
sdkguide:
19782000
excerpts:
19792001
- description:
2002+
genai: some
19802003
snippet_tags:
19812004
- python.cross_service.resilient_service.AutoScaler.decl
19822005
- python.cross_service.resilient_service.ec2.DescribeIamInstanceProfileAssociations
@@ -2010,6 +2033,7 @@ ec2_ReplaceIamInstanceProfileAssociation:
20102033
- description:
20112034
This example replaces the instance profile of a running instance, reboots the instance, and sends
20122035
a command to the instance after it starts.
2036+
genai: some
20132037
snippet_tags:
20142038
- python.cross_service.resilient_service.AutoScaler.decl
20152039
- python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation
@@ -2042,6 +2066,7 @@ ec2_CreateLaunchTemplate:
20422066
excerpts:
20432067
- description: This example creates a launch template that includes an instance profile that grants specific permissions
20442068
to the instance, and a user data Bash script that runs on the instance after it starts.
2069+
genai: some
20452070
snippet_tags:
20462071
- python.cross_service.resilient_service.AutoScaler.decl
20472072
- python.cross_service.resilient_service.ec2.CreateLaunchTemplate
@@ -2073,6 +2098,7 @@ ec2_DeleteLaunchTemplate:
20732098
sdkguide:
20742099
excerpts:
20752100
- description:
2101+
genai: some
20762102
snippet_tags:
20772103
- python.cross_service.resilient_service.AutoScaler.decl
20782104
- python.cross_service.resilient_service.ec2.DeleteLaunchTemplate
@@ -2104,6 +2130,7 @@ ec2_DescribeVpcs:
21042130
sdkguide:
21052131
excerpts:
21062132
- description:
2133+
genai: some
21072134
snippet_tags:
21082135
- python.cross_service.resilient_service.AutoScaler.decl
21092136
- python.cross_service.resilient_service.ec2.DescribeVpcs
@@ -2135,6 +2162,7 @@ ec2_DescribeSubnets:
21352162
sdkguide:
21362163
excerpts:
21372164
- description:
2165+
genai: some
21382166
snippet_tags:
21392167
- python.cross_service.resilient_service.AutoScaler.decl
21402168
- python.cross_service.resilient_service.ec2.DescribeSubnets
@@ -2198,18 +2226,23 @@ ec2_Scenario_GetStartedInstances:
21982226
sdkguide:
21992227
excerpts:
22002228
- description: Run an interactive scenario at a command prompt.
2229+
genai: some
22012230
snippet_tags:
22022231
- python.example_code.ec2.Scenario_GetStartedInstances
22032232
- description: Define a class that wraps key pair actions.
2233+
genai: some
22042234
snippet_tags:
22052235
- python.example_code.ec2.KeyPairWrapper.class
22062236
- description: Define a class that wraps security group actions.
2237+
genai: some
22072238
snippet_tags:
22082239
- python.example_code.ec2.SecurityGroupWrapper.class
22092240
- description: Define a class that wraps instance actions.
2241+
genai: some
22102242
snippet_tags:
22112243
- python.example_code.ec2.InstanceWrapper.class
22122244
- description: Define a class that wraps Elastic IP actions.
2245+
genai: some
22132246
snippet_tags:
22142247
- python.example_code.ec2.ElasticIpWrapper.class
22152248
JavaScript:

0 commit comments

Comments
 (0)