Skip to content

Commit 8e81102

Browse files
author
AWS
committed
AWS DataSync Update: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
1 parent 50c0ce9 commit 8e81102

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS DataSync",
4+
"contributor": "",
5+
"description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource."
6+
}

services/datasync/src/main/resources/codegen-resources/service-2.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{"shape":"InvalidRequestException"},
5656
{"shape":"InternalException"}
5757
],
58-
"documentation":"<p>Activates an DataSync agent that you have deployed in your storage environment. The activation process associates your agent with your account. In the activation process, you specify information such as the Amazon Web Services Region that you want to activate the agent in. You activate the agent in the Amazon Web Services Region where your target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.</p> <p>You can activate the agent in a VPC (virtual private cloud) or provide the agent access to a VPC endpoint so you can run tasks without going over the public internet.</p> <p>You can use an agent for more than one location. If a task uses multiple agents, all of them need to have status AVAILABLE for the task to run. If you use multiple agents for a source location, the status of all the agents must be AVAILABLE for the task to run. </p> <p>Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that ensures minimal interruption to your tasks.</p>"
58+
"documentation":"<p>Activates an DataSync agent that you've deployed in your storage environment. The activation process associates the agent with your Amazon Web Services account.</p> <p>If you haven't deployed an agent yet, see the following topics to learn more:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/agent-requirements.html\">Agent requirements</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/configure-agent.html\">Create an agent</a> </p> </li> </ul> <note> <p>If you're transferring between Amazon Web Services storage services, you don't need a DataSync agent. </p> </note>"
5959
},
6060
"CreateLocationEfs":{
6161
"name":"CreateLocationEfs",
@@ -983,27 +983,27 @@
983983
"members":{
984984
"ActivationKey":{
985985
"shape":"ActivationKey",
986-
"documentation":"<p>Your agent activation key. You can get the activation key either by sending an HTTP GET request with redirects that enable you to get the agent IP address (port 80). Alternatively, you can get it from the DataSync console.</p> <p>The redirect URL returned in the response provides you the activation key for your agent in the query string parameter <code>activationKey</code>. It might also include other activation-related parameters; however, these are merely defaults. The arguments you pass to this API call determine the actual configuration of your agent.</p> <p>For more information, see Activating an Agent in the <i>DataSync User Guide.</i> </p>"
986+
"documentation":"<p>Specifies your DataSync agent's activation key. If you don't have an activation key, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/activate-agent.html\">Activate your agent</a>.</p>"
987987
},
988988
"AgentName":{
989989
"shape":"TagValue",
990-
"documentation":"<p>The name you configured for your agent. This value is a text reference that is used to identify the agent in the console.</p>"
990+
"documentation":"<p>Specifies a name for your agent. You can see this name in the DataSync console.</p>"
991991
},
992992
"Tags":{
993993
"shape":"InputTagList",
994-
"documentation":"<p>The key-value pair that represents the tag that you want to associate with the agent. The value can be an empty string. This value helps you manage, filter, and search for your agents.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. </p> </note>"
994+
"documentation":"<p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least one tag for your agent.</p>"
995995
},
996996
"VpcEndpointId":{
997997
"shape":"VpcEndpointId",
998-
"documentation":"<p>The ID of the VPC (virtual private cloud) endpoint that the agent has access to. This is the client-side VPC endpoint, also called a PrivateLink. If you don't have a PrivateLink VPC endpoint, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html#create-endpoint-service\">Creating a VPC Endpoint Service Configuration</a> in the Amazon VPC User Guide.</p> <p>VPC endpoint ID looks like this: <code>vpce-01234d5aff67890e1</code>.</p>"
998+
"documentation":"<p>Specifies the ID of the VPC endpoint that you want your agent to connect to. For example, a VPC endpoint ID looks like <code>vpce-01234d5aff67890e1</code>.</p> <important> <p>The VPC endpoint you use must include the DataSync service name (for example, <code>com.amazonaws.us-east-2.datasync</code>).</p> </important>"
999999
},
10001000
"SubnetArns":{
10011001
"shape":"PLSubnetArnList",
1002-
"documentation":"<p>The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task. The agent that runs a task must be private. When you start a task that is associated with an agent created in a VPC, or one that has access to an IP address in a VPC, then the task is also private. In this case, DataSync creates four network interfaces for each task in your subnet. For a data transfer to work, the agent must be able to route to all these four network interfaces.</p>"
1002+
"documentation":"<p>Specifies the ARN of the subnet where you want to run your DataSync task when using a VPC endpoint. This is the subnet where DataSync creates and manages the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces\">network interfaces</a> for your transfer.</p>"
10031003
},
10041004
"SecurityGroupArns":{
10051005
"shape":"PLSecurityGroupArnList",
1006-
"documentation":"<p>The ARNs of the security groups used to protect your data transfer task subnets. See <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_Ec2Config.html#DataSync-Type-Ec2Config-SecurityGroupArns\">SecurityGroupArns</a>.</p>"
1006+
"documentation":"<p>Specifies the Amazon Resource Name (ARN) of the security group that protects your task's <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces\">network interfaces</a> when <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/choose-service-endpoint.html#choose-service-endpoint-vpc\">using a virtual private cloud (VPC) endpoint</a>.</p>"
10071007
}
10081008
},
10091009
"documentation":"<p>CreateAgentRequest</p>"
@@ -1013,7 +1013,7 @@
10131013
"members":{
10141014
"AgentArn":{
10151015
"shape":"AgentArn",
1016-
"documentation":"<p>The Amazon Resource Name (ARN) of the agent. Use the <code>ListAgents</code> operation to return a list of agents for your account and Amazon Web Services Region.</p>"
1016+
"documentation":"<p>The ARN of the agent that you just activated. Use the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListAgents.html\">ListAgents</a> operation to return a list of agents in your Amazon Web Services account and Amazon Web Services Region.</p>"
10171017
}
10181018
},
10191019
"documentation":"<p>CreateAgentResponse</p>"
@@ -1202,7 +1202,7 @@
12021202
},
12031203
"User":{
12041204
"shape":"SmbUser",
1205-
"documentation":"<p>Specifies the user who has the permissions to access files and folders in the file system.</p> <p>For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see <a href=\"create-fsx-location.html#FSxWuser\">user</a>.</p>"
1205+
"documentation":"<p>Specifies the user who has the permissions to access files, folders, and metadata in your file system.</p> <p>For information about choosing a user with sufficient permissions, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-fsx-location.html#create-fsx-windows-location-permissions\">Required permissions</a>.</p>"
12061206
},
12071207
"Domain":{
12081208
"shape":"SmbDomain",
@@ -1381,7 +1381,7 @@
13811381
},
13821382
"ServerCertificate":{
13831383
"shape":"ObjectStorageCertificate",
1384-
"documentation":"<p>Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code> file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p> <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>"
1384+
"documentation":"<p>Specifies a file with the certificates that are used to sign the object storage server's certificate (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The file you specify must include the following:</p> <ul> <li> <p>The certificate of the signing certificate authority (CA)</p> </li> <li> <p>Any intermediate certificates</p> </li> <li> <p>base64 encoding</p> </li> <li> <p>A <code>.pem</code> extension</p> </li> </ul> <p>The file can be up to 32768 bytes (before base64 encoding).</p> <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>"
13851385
}
13861386
},
13871387
"documentation":"<p>CreateLocationObjectStorageRequest</p>"
@@ -3321,6 +3321,10 @@
33213321
"RecommendationStatus":{
33223322
"shape":"RecommendationStatus",
33233323
"documentation":"<p>Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#recommendation-statuses-table\">Recommendation statuses</a>.</p>"
3324+
},
3325+
"LunCount":{
3326+
"shape":"NonNegativeLong",
3327+
"documentation":"<p>The number of LUNs (logical unit numbers) in the cluster.</p>"
33243328
}
33253329
},
33263330
"documentation":"<p>The information that DataSync Discovery collects about an on-premises storage system cluster.</p>"
@@ -3383,6 +3387,10 @@
33833387
"TotalSnapshotCapacityUsed":{
33843388
"shape":"NonNegativeLong",
33853389
"documentation":"<p>The amount of storage in the SVM that's being used for snapshots.</p>"
3390+
},
3391+
"LunCount":{
3392+
"shape":"NonNegativeLong",
3393+
"documentation":"<p>The number of LUNs (logical unit numbers) in the SVM.</p>"
33863394
}
33873395
},
33883396
"documentation":"<p>The information that DataSync Discovery collects about a storage virtual machine (SVM) in your on-premises storage system.</p>"
@@ -3449,6 +3457,10 @@
34493457
"RecommendationStatus":{
34503458
"shape":"RecommendationStatus",
34513459
"documentation":"<p>Indicates whether DataSync Discovery recommendations for the volume are ready to view, incomplete, or can't be determined.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#recommendation-statuses-table\">Recommendation statuses</a>.</p>"
3460+
},
3461+
"LunCount":{
3462+
"shape":"NonNegativeLong",
3463+
"documentation":"<p>The number of LUNs (logical unit numbers) in the volume.</p>"
34523464
}
34533465
},
34543466
"documentation":"<p>The information that DataSync Discovery collects about a volume in your on-premises storage system.</p>"
@@ -3615,7 +3627,7 @@
36153627
},
36163628
"TaskQueueing":{
36173629
"shape":"TaskQueueing",
3618-
"documentation":"<p>Specifies whether tasks should be queued before executing the tasks. The default is <code>ENABLED</code>, which means the tasks will be queued.</p> <p>If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#queue-task-execution\">Queueing task executions</a>.</p>"
3630+
"documentation":"<p>Specifies whether your transfer tasks should be put into a queue during certain scenarios when <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#running-multiple-tasks\">running multiple tasks</a>. This is <code>ENABLED</code> by default.</p>"
36193631
},
36203632
"LogLevel":{
36213633
"shape":"LogLevel",
@@ -4700,5 +4712,5 @@
47004712
"long":{"type":"long"},
47014713
"string":{"type":"string"}
47024714
},
4703-
"documentation":"<fullname>DataSync</fullname> <p>DataSync is a managed data transfer service that makes it simpler for you to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.</p> <p>This API interface reference includes documentation for using DataSync programmatically. For complete information, see the <i> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html\">DataSync User Guide</a> </i>.</p>"
4715+
"documentation":"<fullname>DataSync</fullname> <p>DataSync is an online data movement and discovery service that simplifies data migration and helps you quickly, easily, and securely transfer your file or object data to, from, and between Amazon Web Services storage services.</p> <p>This API interface reference includes documentation for using DataSync programmatically. For complete information, see the <i> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html\">DataSync User Guide</a> </i>.</p>"
47044716
}

0 commit comments

Comments
 (0)