Skip to content

Commit

Permalink
Update API Models (#1340)
Browse files Browse the repository at this point in the history
* API Feature Updates
* API Documentation Updates
  • Loading branch information
skmcgrail authored Jul 14, 2021
1 parent d9823c0 commit e58d850
Show file tree
Hide file tree
Showing 925 changed files with 51,865 additions and 15,537 deletions.
9 changes: 9 additions & 0 deletions .changelog/556bbd360e994aef9fe8efccd8c9c874.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "556bbd36-0e99-4aef-9fe8-efccd8c9c874",
"type": "feature",
"description": "Support has been added for EC2 IPv6-enabled Instance Metadata Service Endpoints.",
"modules": [
"config",
"feature/ec2/imds"
]
}
16 changes: 16 additions & 0 deletions .changelog/72fc48ecb3864e36a1d00d4e82e81f9e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "72fc48ec-b386-4e36-a1d0-0d4e82e81f9e",
"type": "documentation",
"description": "Updated service model to latest revision.",
"modules": [
"service/elasticloadbalancing",
"service/elasticloadbalancingv2",
"service/iam",
"service/macie",
"service/macie2",
"service/pricing",
"service/sns",
"service/ssm",
"service/sts"
]
}
25 changes: 25 additions & 0 deletions .changelog/e691a51d20364875a2f95475e9c3b35a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "e691a51d-2036-4875-a2f9-5475e9c3b35a",
"type": "feature",
"description": "The ErrorCode method on generated service error types has been corrected to match the API model.",
"modules": [
"credentials",
"service/autoscaling",
"service/cloudformation",
"service/cloudsearch",
"service/cloudwatch",
"service/docdb",
"service/elasticache",
"service/elasticbeanstalk",
"service/elasticloadbalancing",
"service/elasticloadbalancingv2",
"service/iam",
"service/neptune",
"service/rds",
"service/redshift",
"service/ses",
"service/sns",
"service/sqs",
"service/sts"
]
}
40 changes: 40 additions & 0 deletions .changelog/f4263acfa9964f27a95087734e6aed0d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"id": "f4263acf-a996-4f27-a950-87734e6aed0d",
"type": "feature",
"description": "Updated service model to latest version.",
"modules": [
"service/acm",
"service/amp",
"service/amplify",
"service/amplifybackend",
"service/chime",
"service/cloudfront",
"service/databasemigrationservice",
"service/devopsguru",
"service/directconnect",
"service/ec2",
"service/eks",
"service/fms",
"service/frauddetector",
"service/glue",
"service/health",
"service/healthlake",
"service/imagebuilder",
"service/iot",
"service/iotsitewise",
"service/kendra",
"service/lambda",
"service/lexmodelbuildingservice",
"service/lightsail",
"service/mediaconvert",
"service/mediatailor",
"service/mgn",
"service/mq",
"service/outposts",
"service/redshift",
"service/sagemaker",
"service/ssm",
"service/storagegateway",
"service/wellarchitected"
]
}
68 changes: 42 additions & 26 deletions codegen/sdk-codegen/aws-models/acm.2015-12-08.json

Large diffs are not rendered by default.

65 changes: 52 additions & 13 deletions codegen/sdk-codegen/aws-models/amplifybackend.2020-08-11.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"ApiName": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>The API name used to interact with the data model, configured as a part of the amplify project.</p>",
"smithy.api#documentation": "<p>The API name used to interact with the data model, configured as a part of your Amplify project.</p>",
"smithy.api#jsonName": "apiName"
}
},
Expand Down Expand Up @@ -314,20 +314,56 @@
"smithy.api#documentation": "<p>The resource config for the data model, configured as a part of the Amplify project.</p>"
}
},
"com.amazonaws.amplifybackend#BackendAuthAppleProviderConfig": {
"type": "structure",
"members": {
"ClientId": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Describes the client_id (also called Services ID) that comes from Apple.</p>",
"smithy.api#jsonName": "client_id"
}
},
"KeyId": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Describes the key_id that comes from Apple.</p>",
"smithy.api#jsonName": "key_id"
}
},
"PrivateKey": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Describes the private_key that comes from Apple.</p>",
"smithy.api#jsonName": "private_key"
}
},
"TeamId": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Describes the team_id that comes from Apple.</p>",
"smithy.api#jsonName": "team_id"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes Apple social federation configurations for allowing your app users to sign in using OAuth.</p>"
}
},
"com.amazonaws.amplifybackend#BackendAuthSocialProviderConfig": {
"type": "structure",
"members": {
"ClientId": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Describes the client_id which can be obtained from the third-party social federation provider.</p>",
"smithy.api#documentation": "<p>Describes the client_id, which can be obtained from the third-party social federation provider.</p>",
"smithy.api#jsonName": "client_id"
}
},
"ClientSecret": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Describes the client_secret which can be obtained from third-party social federation providers.</p>",
"smithy.api#documentation": "<p>Describes the client_secret, which can be obtained from third-party social federation providers.</p>",
"smithy.api#jsonName": "client_secret"
}
}
Expand Down Expand Up @@ -715,7 +751,7 @@
"DeliveryMethod": {
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
"traits": {
"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>",
"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>",
"smithy.api#jsonName": "deliveryMethod",
"smithy.api#required": {}
}
Expand Down Expand Up @@ -769,7 +805,7 @@
"MFAMode": {
"target": "com.amazonaws.amplifybackend#MFAMode",
"traits": {
"smithy.api#documentation": "<p>Describes whether MFA should be [ON, OFF, OPTIONAL] for authentication in your Amplify project.</p>",
"smithy.api#documentation": "<p>Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.</p>",
"smithy.api#required": {}
}
},
Expand All @@ -782,7 +818,7 @@
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.amplifybackend#CreateBackendAuthOAuthConfig": {
Expand Down Expand Up @@ -822,7 +858,7 @@
"RedirectSignOutURIs": {
"target": "com.amazonaws.amplifybackend#ListOf__string",
"traits": {
"smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>",
"smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>",
"smithy.api#jsonName": "redirectSignOutURIs",
"smithy.api#required": {}
}
Expand Down Expand Up @@ -1001,7 +1037,7 @@
"Mfa": {
"target": "com.amazonaws.amplifybackend#CreateBackendAuthMFAConfig",
"traits": {
"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>",
"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>",
"smithy.api#jsonName": "mfa"
}
},
Expand Down Expand Up @@ -3241,6 +3277,9 @@
},
"LoginWithAmazon": {
"target": "com.amazonaws.amplifybackend#BackendAuthSocialProviderConfig"
},
"SignInWithApple": {
"target": "com.amazonaws.amplifybackend#BackendAuthAppleProviderConfig"
}
},
"traits": {
Expand Down Expand Up @@ -3469,7 +3508,7 @@
"UnauthenticatedLogin": {
"target": "com.amazonaws.amplifybackend#__boolean",
"traits": {
"smithy.api#documentation": "<p>A boolean value which can be set to allow or disallow guest-level authorization into your Amplify app.</p>",
"smithy.api#documentation": "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>",
"smithy.api#jsonName": "unauthenticatedLogin"
}
}
Expand Down Expand Up @@ -3526,14 +3565,14 @@
"RedirectSignInURIs": {
"target": "com.amazonaws.amplifybackend#ListOf__string",
"traits": {
"smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs in to an Amplify app.</p>",
"smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs in to an Amplify app.</p>",
"smithy.api#jsonName": "redirectSignInURIs"
}
},
"RedirectSignOutURIs": {
"target": "com.amazonaws.amplifybackend#ListOf__string",
"traits": {
"smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>",
"smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>",
"smithy.api#jsonName": "redirectSignOutURIs"
}
},
Expand Down Expand Up @@ -3710,7 +3749,7 @@
"Mfa": {
"target": "com.amazonaws.amplifybackend#UpdateBackendAuthMFAConfig",
"traits": {
"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>",
"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>",
"smithy.api#jsonName": "mfa"
}
},
Expand Down Expand Up @@ -3881,7 +3920,7 @@
"Operation": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>Filters the list of response objects to only include those with the specified operation name.</p>",
"smithy.api#documentation": "<p>Filters the list of response objects to include only those with the specified operation name.</p>",
"smithy.api#jsonName": "operation"
}
},
Expand Down
Loading

0 comments on commit e58d850

Please sign in to comment.