Skip to content

Commit e58d850

Browse files
authored
Update API Models (#1340)
* API Feature Updates * API Documentation Updates
1 parent d9823c0 commit e58d850

File tree

925 files changed

+51865
-15537
lines changed

Some content is hidden

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

925 files changed

+51865
-15537
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "556bbd36-0e99-4aef-9fe8-efccd8c9c874",
3+
"type": "feature",
4+
"description": "Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints.",
5+
"modules": [
6+
"config",
7+
"feature/ec2/imds"
8+
]
9+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"id": "72fc48ec-b386-4e36-a1d0-0d4e82e81f9e",
3+
"type": "documentation",
4+
"description": "Updated service model to latest revision.",
5+
"modules": [
6+
"service/elasticloadbalancing",
7+
"service/elasticloadbalancingv2",
8+
"service/iam",
9+
"service/macie",
10+
"service/macie2",
11+
"service/pricing",
12+
"service/sns",
13+
"service/ssm",
14+
"service/sts"
15+
]
16+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "e691a51d-2036-4875-a2f9-5475e9c3b35a",
3+
"type": "feature",
4+
"description": "The ErrorCode method on generated service error types has been corrected to match the API model.",
5+
"modules": [
6+
"credentials",
7+
"service/autoscaling",
8+
"service/cloudformation",
9+
"service/cloudsearch",
10+
"service/cloudwatch",
11+
"service/docdb",
12+
"service/elasticache",
13+
"service/elasticbeanstalk",
14+
"service/elasticloadbalancing",
15+
"service/elasticloadbalancingv2",
16+
"service/iam",
17+
"service/neptune",
18+
"service/rds",
19+
"service/redshift",
20+
"service/ses",
21+
"service/sns",
22+
"service/sqs",
23+
"service/sts"
24+
]
25+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"id": "f4263acf-a996-4f27-a950-87734e6aed0d",
3+
"type": "feature",
4+
"description": "Updated service model to latest version.",
5+
"modules": [
6+
"service/acm",
7+
"service/amp",
8+
"service/amplify",
9+
"service/amplifybackend",
10+
"service/chime",
11+
"service/cloudfront",
12+
"service/databasemigrationservice",
13+
"service/devopsguru",
14+
"service/directconnect",
15+
"service/ec2",
16+
"service/eks",
17+
"service/fms",
18+
"service/frauddetector",
19+
"service/glue",
20+
"service/health",
21+
"service/healthlake",
22+
"service/imagebuilder",
23+
"service/iot",
24+
"service/iotsitewise",
25+
"service/kendra",
26+
"service/lambda",
27+
"service/lexmodelbuildingservice",
28+
"service/lightsail",
29+
"service/mediaconvert",
30+
"service/mediatailor",
31+
"service/mgn",
32+
"service/mq",
33+
"service/outposts",
34+
"service/redshift",
35+
"service/sagemaker",
36+
"service/ssm",
37+
"service/storagegateway",
38+
"service/wellarchitected"
39+
]
40+
}

codegen/sdk-codegen/aws-models/acm.2015-12-08.json

Lines changed: 42 additions & 26 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/amplifybackend.2020-08-11.json

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
"ApiName": {
278278
"target": "com.amazonaws.amplifybackend#__string",
279279
"traits": {
280-
"smithy.api#documentation": "<p>The API name used to interact with the data model, configured as a part of the amplify project.</p>",
280+
"smithy.api#documentation": "<p>The API name used to interact with the data model, configured as a part of your Amplify project.</p>",
281281
"smithy.api#jsonName": "apiName"
282282
}
283283
},
@@ -314,20 +314,56 @@
314314
"smithy.api#documentation": "<p>The resource config for the data model, configured as a part of the Amplify project.</p>"
315315
}
316316
},
317+
"com.amazonaws.amplifybackend#BackendAuthAppleProviderConfig": {
318+
"type": "structure",
319+
"members": {
320+
"ClientId": {
321+
"target": "com.amazonaws.amplifybackend#__string",
322+
"traits": {
323+
"smithy.api#documentation": "<p>Describes the client_id (also called Services ID) that comes from Apple.</p>",
324+
"smithy.api#jsonName": "client_id"
325+
}
326+
},
327+
"KeyId": {
328+
"target": "com.amazonaws.amplifybackend#__string",
329+
"traits": {
330+
"smithy.api#documentation": "<p>Describes the key_id that comes from Apple.</p>",
331+
"smithy.api#jsonName": "key_id"
332+
}
333+
},
334+
"PrivateKey": {
335+
"target": "com.amazonaws.amplifybackend#__string",
336+
"traits": {
337+
"smithy.api#documentation": "<p>Describes the private_key that comes from Apple.</p>",
338+
"smithy.api#jsonName": "private_key"
339+
}
340+
},
341+
"TeamId": {
342+
"target": "com.amazonaws.amplifybackend#__string",
343+
"traits": {
344+
"smithy.api#documentation": "<p>Describes the team_id that comes from Apple.</p>",
345+
"smithy.api#jsonName": "team_id"
346+
}
347+
}
348+
},
349+
"traits": {
350+
"smithy.api#documentation": "<p>Describes Apple social federation configurations for allowing your app users to sign in using OAuth.</p>"
351+
}
352+
},
317353
"com.amazonaws.amplifybackend#BackendAuthSocialProviderConfig": {
318354
"type": "structure",
319355
"members": {
320356
"ClientId": {
321357
"target": "com.amazonaws.amplifybackend#__string",
322358
"traits": {
323-
"smithy.api#documentation": "<p>Describes the client_id which can be obtained from the third-party social federation provider.</p>",
359+
"smithy.api#documentation": "<p>Describes the client_id, which can be obtained from the third-party social federation provider.</p>",
324360
"smithy.api#jsonName": "client_id"
325361
}
326362
},
327363
"ClientSecret": {
328364
"target": "com.amazonaws.amplifybackend#__string",
329365
"traits": {
330-
"smithy.api#documentation": "<p>Describes the client_secret which can be obtained from third-party social federation providers.</p>",
366+
"smithy.api#documentation": "<p>Describes the client_secret, which can be obtained from third-party social federation providers.</p>",
331367
"smithy.api#jsonName": "client_secret"
332368
}
333369
}
@@ -715,7 +751,7 @@
715751
"DeliveryMethod": {
716752
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
717753
"traits": {
718-
"smithy.api#documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>",
754+
"smithy.api#documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>",
719755
"smithy.api#jsonName": "deliveryMethod",
720756
"smithy.api#required": {}
721757
}
@@ -769,7 +805,7 @@
769805
"MFAMode": {
770806
"target": "com.amazonaws.amplifybackend#MFAMode",
771807
"traits": {
772-
"smithy.api#documentation": "<p>Describes whether MFA should be [ON, OFF, OPTIONAL] for authentication in your Amplify project.</p>",
808+
"smithy.api#documentation": "<p>Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.</p>",
773809
"smithy.api#required": {}
774810
}
775811
},
@@ -782,7 +818,7 @@
782818
}
783819
},
784820
"traits": {
785-
"smithy.api#documentation": "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
821+
"smithy.api#documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>"
786822
}
787823
},
788824
"com.amazonaws.amplifybackend#CreateBackendAuthOAuthConfig": {
@@ -822,7 +858,7 @@
822858
"RedirectSignOutURIs": {
823859
"target": "com.amazonaws.amplifybackend#ListOf__string",
824860
"traits": {
825-
"smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>",
861+
"smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>",
826862
"smithy.api#jsonName": "redirectSignOutURIs",
827863
"smithy.api#required": {}
828864
}
@@ -1001,7 +1037,7 @@
10011037
"Mfa": {
10021038
"target": "com.amazonaws.amplifybackend#CreateBackendAuthMFAConfig",
10031039
"traits": {
1004-
"smithy.api#documentation": "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
1040+
"smithy.api#documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
10051041
"smithy.api#jsonName": "mfa"
10061042
}
10071043
},
@@ -3241,6 +3277,9 @@
32413277
},
32423278
"LoginWithAmazon": {
32433279
"target": "com.amazonaws.amplifybackend#BackendAuthSocialProviderConfig"
3280+
},
3281+
"SignInWithApple": {
3282+
"target": "com.amazonaws.amplifybackend#BackendAuthAppleProviderConfig"
32443283
}
32453284
},
32463285
"traits": {
@@ -3469,7 +3508,7 @@
34693508
"UnauthenticatedLogin": {
34703509
"target": "com.amazonaws.amplifybackend#__boolean",
34713510
"traits": {
3472-
"smithy.api#documentation": "<p>A boolean value which can be set to allow or disallow guest-level authorization into your Amplify app.</p>",
3511+
"smithy.api#documentation": "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>",
34733512
"smithy.api#jsonName": "unauthenticatedLogin"
34743513
}
34753514
}
@@ -3526,14 +3565,14 @@
35263565
"RedirectSignInURIs": {
35273566
"target": "com.amazonaws.amplifybackend#ListOf__string",
35283567
"traits": {
3529-
"smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs in to an Amplify app.</p>",
3568+
"smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs in to an Amplify app.</p>",
35303569
"smithy.api#jsonName": "redirectSignInURIs"
35313570
}
35323571
},
35333572
"RedirectSignOutURIs": {
35343573
"target": "com.amazonaws.amplifybackend#ListOf__string",
35353574
"traits": {
3536-
"smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>",
3575+
"smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>",
35373576
"smithy.api#jsonName": "redirectSignOutURIs"
35383577
}
35393578
},
@@ -3710,7 +3749,7 @@
37103749
"Mfa": {
37113750
"target": "com.amazonaws.amplifybackend#UpdateBackendAuthMFAConfig",
37123751
"traits": {
3713-
"smithy.api#documentation": "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
3752+
"smithy.api#documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>",
37143753
"smithy.api#jsonName": "mfa"
37153754
}
37163755
},
@@ -3881,7 +3920,7 @@
38813920
"Operation": {
38823921
"target": "com.amazonaws.amplifybackend#__string",
38833922
"traits": {
3884-
"smithy.api#documentation": "<p>Filters the list of response objects to only include those with the specified operation name.</p>",
3923+
"smithy.api#documentation": "<p>Filters the list of response objects to include only those with the specified operation name.</p>",
38853924
"smithy.api#jsonName": "operation"
38863925
}
38873926
},

0 commit comments

Comments
 (0)