Skip to content

Commit d31d585

Browse files
Updated API models and rebuilt service gems.
1 parent e10aac7 commit d31d585

File tree

34 files changed

+2401
-40
lines changed

34 files changed

+2401
-40
lines changed

apis/amplify/2017-07-25/api-2.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@
625625
"platform":{"shape":"Platform"},
626626
"createTime":{"shape":"CreateTime"},
627627
"updateTime":{"shape":"UpdateTime"},
628+
"computeRoleArn":{"shape":"ComputeRoleArn"},
628629
"iamServiceRoleArn":{"shape":"ServiceRoleArn"},
629630
"environmentVariables":{"shape":"EnvironmentVariables"},
630631
"defaultDomain":{"shape":"DefaultDomain"},
@@ -836,7 +837,8 @@
836837
"destinationBranch":{"shape":"BranchName"},
837838
"sourceBranch":{"shape":"BranchName"},
838839
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
839-
"backend":{"shape":"Backend"}
840+
"backend":{"shape":"Backend"},
841+
"computeRoleArn":{"shape":"ComputeRoleArn"}
840842
}
841843
},
842844
"BranchArn":{
@@ -922,6 +924,12 @@
922924
"pattern":"(?s).*"
923925
},
924926
"CommitTime":{"type":"timestamp"},
927+
"ComputeRoleArn":{
928+
"type":"string",
929+
"max":1000,
930+
"min":0,
931+
"pattern":"(?s).*"
932+
},
925933
"Condition":{
926934
"type":"string",
927935
"max":2048,
@@ -937,6 +945,7 @@
937945
"description":{"shape":"Description"},
938946
"repository":{"shape":"Repository"},
939947
"platform":{"shape":"Platform"},
948+
"computeRoleArn":{"shape":"ComputeRoleArn"},
940949
"iamServiceRoleArn":{"shape":"ServiceRoleArn"},
941950
"oauthToken":{"shape":"OauthToken"},
942951
"accessToken":{"shape":"AccessToken"},
@@ -1015,7 +1024,8 @@
10151024
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
10161025
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
10171026
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
1018-
"backend":{"shape":"Backend"}
1027+
"backend":{"shape":"Backend"},
1028+
"computeRoleArn":{"shape":"ComputeRoleArn"}
10191029
}
10201030
},
10211031
"CreateBranchResult":{
@@ -2400,6 +2410,7 @@
24002410
"name":{"shape":"Name"},
24012411
"description":{"shape":"Description"},
24022412
"platform":{"shape":"Platform"},
2413+
"computeRoleArn":{"shape":"ComputeRoleArn"},
24032414
"iamServiceRoleArn":{"shape":"ServiceRoleArn"},
24042415
"environmentVariables":{"shape":"EnvironmentVariables"},
24052416
"enableBranchAutoBuild":{"shape":"EnableAutoBuild"},
@@ -2457,7 +2468,8 @@
24572468
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
24582469
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
24592470
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"},
2460-
"backend":{"shape":"Backend"}
2471+
"backend":{"shape":"Backend"},
2472+
"computeRoleArn":{"shape":"ComputeRoleArn"}
24612473
}
24622474
},
24632475
"UpdateBranchResult":{

apis/amplify/2017-07-25/docs-2.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,17 @@
387387
"StartJobRequest$commitTime": "<p> The commit date and time for the job. </p>"
388388
}
389389
},
390+
"ComputeRoleArn": {
391+
"base": null,
392+
"refs": {
393+
"App$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role for an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
394+
"Branch$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role for a branch of an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
395+
"CreateAppRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
396+
"CreateBranchRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
397+
"UpdateAppRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>",
398+
"UpdateBranchRequest$computeRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources based on the role's permissions. For more information about the SSR Compute role, see <a href=\"https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html\">Adding an SSR Compute role</a> in the <i>Amplify User Guide</i>.</p>"
399+
}
400+
},
390401
"Condition": {
391402
"base": null,
392403
"refs": {
@@ -1180,9 +1191,9 @@
11801191
"ServiceRoleArn": {
11811192
"base": null,
11821193
"refs": {
1183-
"App$iamServiceRoleArn": "<p>The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app. </p>",
1184-
"CreateAppRequest$iamServiceRoleArn": "<p>The AWS Identity and Access Management (IAM) service role for an Amplify app. </p>",
1185-
"UpdateAppRequest$iamServiceRoleArn": "<p>The AWS Identity and Access Management (IAM) service role for an Amplify app. </p>"
1194+
"App$iamServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>",
1195+
"CreateAppRequest$iamServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>",
1196+
"UpdateAppRequest$iamServiceRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>"
11861197
}
11871198
},
11881199
"Source": {

apis/dms/2016-01-01/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@
25552555
"members":{
25562556
"ReplicationTaskArn":{"shape":"String"},
25572557
"ReplicationInstanceArn":{"shape":"String"},
2558+
"ReplicationConfigArn":{"shape":"String"},
25582559
"SourceEngineName":{"shape":"String"},
25592560
"TargetEngineName":{"shape":"String"},
25602561
"MigrationType":{"shape":"MigrationTypeValue"},

apis/dms/2016-01-01/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3278,6 +3278,7 @@
32783278
"DescribeAccountAttributesResponse$UniqueAccountIdentifier": "<p>A unique DMS identifier for an account in a particular Amazon Web Services Region. The value of this identifier has the following format: <code>c99999999999</code>. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given Amazon Web Services Region. The format of this S3 bucket name is the following: <code>dms-<i>AccountNumber</i>-<i>UniqueAccountIdentifier</i>.</code> Here is an example name for this default S3 bucket: <code>dms-111122223333-c44445555666</code>.</p> <note> <p>DMS supports the <code>UniqueAccountIdentifier</code> parameter in versions 3.1.4 and later.</p> </note>",
32793279
"DescribeApplicableIndividualAssessmentsMessage$ReplicationTaskArn": "<p>Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.</p>",
32803280
"DescribeApplicableIndividualAssessmentsMessage$ReplicationInstanceArn": "<p>ARN of a replication instance on which you want to base the default list of individual assessments.</p>",
3281+
"DescribeApplicableIndividualAssessmentsMessage$ReplicationConfigArn": "<p>Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.</p>",
32813282
"DescribeApplicableIndividualAssessmentsMessage$SourceEngineName": "<p>Name of a database engine that the specified replication instance supports as a source.</p>",
32823283
"DescribeApplicableIndividualAssessmentsMessage$TargetEngineName": "<p>Name of a database engine that the specified replication instance supports as a target.</p>",
32833284
"DescribeApplicableIndividualAssessmentsMessage$Marker": "<p>Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>",

0 commit comments

Comments
 (0)