Skip to content

Commit c6f1c6e

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent ab5ab8c commit c6f1c6e

File tree

4 files changed

+138
-24
lines changed

4 files changed

+138
-24
lines changed

Diff for: codegen/sdk-codegen/aws-models/datasync.json

+26-2
Original file line numberDiff line numberDiff line change
@@ -2863,6 +2863,9 @@
28632863
},
28642864
"errorCode": {
28652865
"target": "com.amazonaws.datasync#string"
2866+
},
2867+
"datasyncErrorCode": {
2868+
"target": "com.amazonaws.datasync#string"
28662869
}
28672870
},
28682871
"traits": {
@@ -3535,6 +3538,21 @@
35353538
]
35363539
}
35373540
},
3541+
"com.amazonaws.datasync#ObjectTags": {
3542+
"type": "string",
3543+
"traits": {
3544+
"smithy.api#enum": [
3545+
{
3546+
"value": "PRESERVE",
3547+
"name": "PRESERVE"
3548+
},
3549+
{
3550+
"value": "NONE",
3551+
"name": "NONE"
3552+
}
3553+
]
3554+
}
3555+
},
35383556
"com.amazonaws.datasync#OnPremConfig": {
35393557
"type": "structure",
35403558
"members": {
@@ -3603,7 +3621,7 @@
36033621
"VerifyMode": {
36043622
"target": "com.amazonaws.datasync#VerifyMode",
36053623
"traits": {
3606-
"smithy.api#documentation": "<p>A value that determines whether a data integrity verification should be performed at\n the end of a task execution after all data and metadata have been transferred. \n For more information, see \n <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html\">Configure task settings</a>.\n </p>\n <p>Default value: POINT_IN_TIME_CONSISTENT.</p>\n <p>ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred.\n </p>\n \n <p>POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination \n at the end of the transfer \n to verify that source and destination are fully \n synchronized. This option isn't supported when transferring to S3 Glacier or S3 Glacier Deep Archive storage classes.</p>\n <p>NONE: No additional verification is done at the end of the \n transfer, but all data transmissions are integrity-checked with \n checksum verification during the transfer.</p>"
3624+
"smithy.api#documentation": "<p>A value that determines whether a data integrity verification should be performed at\n the end of a task execution after all data and metadata have been transferred. \n For more information, see \n <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html\">Configure task settings</a>.\n </p>\n <p>Default value: POINT_IN_TIME_CONSISTENT.</p>\n <p>ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred.\n </p>\n \n <p>POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination \n at the end of the transfer \n to verify that source and destination are fully \n synchronized. This option isn't supported when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes.</p>\n <p>NONE: No additional verification is done at the end of the \n transfer, but all data transmissions are integrity-checked with \n checksum verification during the transfer.</p>"
36073625
}
36083626
},
36093627
"OverwriteMode": {
@@ -3621,7 +3639,7 @@
36213639
"Mtime": {
36223640
"target": "com.amazonaws.datasync#Mtime",
36233641
"traits": {
3624-
"smithy.api#documentation": "<p>A value that indicates the last time that a file was modified (that is, a file was\n written to) before the PREPARING phase. This option is required for cases when you need to run\n the same task more than one time. </p>\n <p>Default value: PRESERVE. </p>\n <p>PRESERVE: Preserve original <code>Mtime</code> (recommended)</p>\n <p> NONE: Ignore <code>Mtime</code>. </p>\n <note>\n <p>If <code>Mtime</code> is set to PRESERVE, <code>Atime</code> must be set to\n BEST_EFFORT.</p>\n <p>If <code>Mtime</code> is set to NONE, <code>Atime</code> must also be set to NONE.\n </p>\n </note>"
3642+
"smithy.api#documentation": "<p>A value that indicates the last time that a file was modified (that is, a file was\n written to) before the PREPARING phase. This option is required for cases when you need to run\n the same task more than one time. </p>\n <p>Default Value: <code>PRESERVE</code>\n </p>\n <p>PRESERVE: Preserve original <code>Mtime</code> (recommended)</p>\n <p> NONE: Ignore <code>Mtime</code>. </p>\n <note>\n <p>If <code>Mtime</code> is set to PRESERVE, <code>Atime</code> must be set to\n BEST_EFFORT.</p>\n <p>If <code>Mtime</code> is set to NONE, <code>Atime</code> must also be set to NONE.\n </p>\n </note>"
36253643
}
36263644
},
36273645
"Uid": {
@@ -3683,6 +3701,12 @@
36833701
"traits": {
36843702
"smithy.api#documentation": "<p>A value that determines which components of the SMB security descriptor are copied from source\n to destination objects.\n </p>\n <p>This value is only used for transfers \n between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File\n Server locations. For more information about how \n DataSync handles metadata, see\n <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html\">How DataSync Handles Metadata and Special Files</a>.\n </p>\n <p>Default value: OWNER_DACL.</p>\n\n <p>\n <b>OWNER_DACL</b>: For each copied object, DataSync copies the following metadata:</p>\n <ul>\n <li>\n <p>Object owner.</p>\n </li>\n <li>\n <p>NTFS discretionary access control lists (DACLs), which determine whether to \n grant access to an object.</p>\n </li>\n </ul>\n <p>When choosing this option, DataSync does NOT copy the NTFS system access control lists\n (SACLs), which are used by administrators to log attempts to access a secured object.</p>\n \n <p>\n <b>OWNER_DACL_SACL</b>: For each copied object, DataSync copies the following metadata:</p> \n <ul>\n <li>\n <p>Object owner.</p>\n </li>\n <li>\n <p>NTFS discretionary access control lists (DACLs), which determine whether to\n grant access to an object.</p>\n </li>\n <li>\n <p>NTFS system access control lists (SACLs), which are used by administrators \n to log attempts to access a secured object.</p>\n </li>\n </ul>\n <p>Copying SACLs requires granting additional permissions to the Windows user that DataSync\n uses to access your SMB location. For information about choosing a user that ensures\n sufficient permissions to files, folders, and metadata, see <a href=\"create-smb-location.html#SMBuser\">user</a>.</p>\n \n <p>\n <b>NONE</b>: None of the SMB security descriptor components\n are copied. Destination objects are owned by the user that was provided for accessing the \n destination location. DACLs and SACLs are set based on the destination server’s configuration.\n </p>"
36853703
}
3704+
},
3705+
"ObjectTags": {
3706+
"target": "com.amazonaws.datasync#ObjectTags",
3707+
"traits": {
3708+
"smithy.api#documentation": "<p>Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the <code>NONE</code> value.</p>\n <p>Default Value: <code>PRESERVE</code>\n </p>"
3709+
}
36863710
}
36873711
},
36883712
"traits": {

Diff for: codegen/sdk-codegen/aws-models/ec2.json

+28
Original file line numberDiff line numberDiff line change
@@ -47437,6 +47437,34 @@
4743747437
{
4743847438
"value": "m6a.metal",
4743947439
"name": "m6a_metal"
47440+
},
47441+
{
47442+
"value": "i4i.large",
47443+
"name": "i4i_large"
47444+
},
47445+
{
47446+
"value": "i4i.xlarge",
47447+
"name": "i4i_xlarge"
47448+
},
47449+
{
47450+
"value": "i4i.2xlarge",
47451+
"name": "i4i_2xlarge"
47452+
},
47453+
{
47454+
"value": "i4i.4xlarge",
47455+
"name": "i4i_4xlarge"
47456+
},
47457+
{
47458+
"value": "i4i.8xlarge",
47459+
"name": "i4i_8xlarge"
47460+
},
47461+
{
47462+
"value": "i4i.16xlarge",
47463+
"name": "i4i_16xlarge"
47464+
},
47465+
{
47466+
"value": "i4i.32xlarge",
47467+
"name": "i4i_32xlarge"
4744047468
}
4744147469
]
4744247470
}

Diff for: codegen/sdk-codegen/aws-models/iot.json

+15
Original file line numberDiff line numberDiff line change
@@ -3447,6 +3447,12 @@
34473447
"smithy.api#box": {}
34483448
}
34493449
},
3450+
"com.amazonaws.iot#BooleanWrapperObject": {
3451+
"type": "boolean",
3452+
"traits": {
3453+
"smithy.api#box": {}
3454+
}
3455+
},
34503456
"com.amazonaws.iot#Bucket": {
34513457
"type": "structure",
34523458
"members": {
@@ -3840,6 +3846,9 @@
38403846
{
38413847
"target": "com.amazonaws.iot#InvalidRequestException"
38423848
},
3849+
{
3850+
"target": "com.amazonaws.iot#LimitExceededException"
3851+
},
38433852
{
38443853
"target": "com.amazonaws.iot#ResourceNotFoundException"
38453854
},
@@ -15914,6 +15923,9 @@
1591415923
"traits": {
1591515924
"smithy.api#documentation": "<p>A key-value map that pairs the patterns that need to be replaced in a managed \n template job document schema. You can use the description of each key as a guidance \n to specify the inputs during runtime when creating a job.</p>"
1591615925
}
15926+
},
15927+
"isConcurrent": {
15928+
"target": "com.amazonaws.iot#BooleanWrapperObject"
1591715929
}
1591815930
},
1591915931
"traits": {
@@ -16377,6 +16389,9 @@
1637716389
"traits": {
1637816390
"smithy.api#documentation": "<p>The time, in seconds since the epoch, when the job completed.</p>"
1637916391
}
16392+
},
16393+
"isConcurrent": {
16394+
"target": "com.amazonaws.iot#BooleanWrapperObject"
1638016395
}
1638116396
},
1638216397
"traits": {

0 commit comments

Comments
 (0)