cdk-docker-image-deployment 0.0.163 → 0.0.165

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92,19 +92,19 @@ declare class DataSync extends Service {
92
92
  */
93
93
  createLocationObjectStorage(callback?: (err: AWSError, data: DataSync.Types.CreateLocationObjectStorageResponse) => void): Request<DataSync.Types.CreateLocationObjectStorageResponse, AWSError>;
94
94
  /**
95
- * Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer. For more information, see Create an Amazon S3 location in the DataSync User Guide.
95
+ * Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer. For more information, see Create an Amazon S3 location.
96
96
  */
97
97
  createLocationS3(params: DataSync.Types.CreateLocationS3Request, callback?: (err: AWSError, data: DataSync.Types.CreateLocationS3Response) => void): Request<DataSync.Types.CreateLocationS3Response, AWSError>;
98
98
  /**
99
- * Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer. For more information, see Create an Amazon S3 location in the DataSync User Guide.
99
+ * Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer. For more information, see Create an Amazon S3 location.
100
100
  */
101
101
  createLocationS3(callback?: (err: AWSError, data: DataSync.Types.CreateLocationS3Response) => void): Request<DataSync.Types.CreateLocationS3Response, AWSError>;
102
102
  /**
103
- * Defines a file system on a Server Message Block (SMB) server that can be read from or written to.
103
+ * Creates an endpoint for a Server Message Block (SMB) file server that DataSync can access for a transfer. For more information, see Creating an SMB location.
104
104
  */
105
105
  createLocationSmb(params: DataSync.Types.CreateLocationSmbRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
106
106
  /**
107
- * Defines a file system on a Server Message Block (SMB) server that can be read from or written to.
107
+ * Creates an endpoint for a Server Message Block (SMB) file server that DataSync can access for a transfer. For more information, see Creating an SMB location.
108
108
  */
109
109
  createLocationSmb(callback?: (err: AWSError, data: DataSync.Types.CreateLocationSmbResponse) => void): Request<DataSync.Types.CreateLocationSmbResponse, AWSError>;
110
110
  /**
@@ -140,11 +140,11 @@ declare class DataSync extends Service {
140
140
  */
141
141
  deleteTask(callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
142
142
  /**
143
- * Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running or not) for an agent. To specify which agent to describe, use the Amazon Resource Name (ARN) of the agent in your request.
143
+ * Returns metadata about an DataSync agent, such as its name, endpoint type, and status.
144
144
  */
145
145
  describeAgent(params: DataSync.Types.DescribeAgentRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeAgentResponse) => void): Request<DataSync.Types.DescribeAgentResponse, AWSError>;
146
146
  /**
147
- * Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running or not) for an agent. To specify which agent to describe, use the Amazon Resource Name (ARN) of the agent in your request.
147
+ * Returns metadata about an DataSync agent, such as its name, endpoint type, and status.
148
148
  */
149
149
  describeAgent(callback?: (err: AWSError, data: DataSync.Types.DescribeAgentResponse) => void): Request<DataSync.Types.DescribeAgentResponse, AWSError>;
150
150
  /**
@@ -244,11 +244,11 @@ declare class DataSync extends Service {
244
244
  */
245
245
  describeTaskExecution(callback?: (err: AWSError, data: DataSync.Types.DescribeTaskExecutionResponse) => void): Request<DataSync.Types.DescribeTaskExecutionResponse, AWSError>;
246
246
  /**
247
- * Returns a list of agents owned by an Amazon Web Services account in the Amazon Web Services Region specified in the request. The returned list is ordered by agent Amazon Resource Name (ARN). By default, this operation returns a maximum of 100 agents. This operation supports pagination that enables you to optionally reduce the number of agents returned in a response. If you have more agents than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a marker that you can specify in your next request to fetch the next page of agents.
247
+ * Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request. With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents. ListAgents is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately run ListAgents, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.
248
248
  */
249
249
  listAgents(params: DataSync.Types.ListAgentsRequest, callback?: (err: AWSError, data: DataSync.Types.ListAgentsResponse) => void): Request<DataSync.Types.ListAgentsResponse, AWSError>;
250
250
  /**
251
- * Returns a list of agents owned by an Amazon Web Services account in the Amazon Web Services Region specified in the request. The returned list is ordered by agent Amazon Resource Name (ARN). By default, this operation returns a maximum of 100 agents. This operation supports pagination that enables you to optionally reduce the number of agents returned in a response. If you have more agents than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a marker that you can specify in your next request to fetch the next page of agents.
251
+ * Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request. With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents. ListAgents is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately run ListAgents, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.
252
252
  */
253
253
  listAgents(callback?: (err: AWSError, data: DataSync.Types.ListAgentsResponse) => void): Request<DataSync.Types.ListAgentsResponse, AWSError>;
254
254
  /**
@@ -371,15 +371,15 @@ declare namespace DataSync {
371
371
  export type AgentList = AgentListEntry[];
372
372
  export interface AgentListEntry {
373
373
  /**
374
- * The Amazon Resource Name (ARN) of the agent.
374
+ * The Amazon Resource Name (ARN) of a DataSync agent.
375
375
  */
376
376
  AgentArn?: AgentArn;
377
377
  /**
378
- * The name of the agent.
378
+ * The name of an agent.
379
379
  */
380
380
  Name?: TagValue;
381
381
  /**
382
- * The status of the agent.
382
+ * The status of an agent. For more information, see DataSync agent statuses.
383
383
  */
384
384
  Status?: AgentStatus;
385
385
  }
@@ -493,11 +493,11 @@ declare namespace DataSync {
493
493
  */
494
494
  SecurityGroupArns: Ec2SecurityGroupArnList;
495
495
  /**
496
- * Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
496
+ * Specifies the ARN of the storage virtual machine (SVM) in your file system where you want to copy data to or from.
497
497
  */
498
498
  StorageVirtualMachineArn: StorageVirtualMachineArn;
499
499
  /**
500
- * Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from (for example, /vol1). Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
500
+ * Specifies a path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be /vol1, /vol1/tree1, or /share1. Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
501
501
  */
502
502
  Subdirectory?: FsxOntapSubdirectory;
503
503
  /**
@@ -742,41 +742,41 @@ declare namespace DataSync {
742
742
  }
743
743
  export interface CreateLocationSmbRequest {
744
744
  /**
745
- * The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network. Subdirectory must be specified with forward slashes. For example, /path/to/folder. To transfer all the data in the folder you specified, DataSync needs to have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either ensure that the user/password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.
745
+ * Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure that other SMB clients in your network can also mount this path. To copy all data in the specified subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see required permissions for SMB locations.
746
746
  */
747
747
  Subdirectory: SmbSubdirectory;
748
748
  /**
749
- * The name of the SMB server. This value is the IP address or Domain Name Service (DNS) name of the SMB server. An agent that is installed on-premises uses this hostname to mount the SMB server in a network. This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.
749
+ * Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount. You can't specify an IP version 6 (IPv6) address.
750
750
  */
751
751
  ServerHostname: ServerHostname;
752
752
  /**
753
- * The user who can mount the share, has the permissions to access files and folders in the SMB share. For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see the User setting for SMB locations.
753
+ * Specifies the user name that can mount your SMB file server and has permission to access the files and folders involved in your transfer. For information about choosing a user with the right level of access for your transfer, see required permissions for SMB locations.
754
754
  */
755
755
  User: SmbUser;
756
756
  /**
757
- * The name of the Windows domain that the SMB server belongs to.
757
+ * Specifies the Windows domain name that your SMB file server belongs to. For more information, see required permissions for SMB locations.
758
758
  */
759
759
  Domain?: SmbDomain;
760
760
  /**
761
- * The password of the user who can mount the share, has the permissions to access files and folders in the SMB share.
761
+ * Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer. For more information, see required permissions for SMB locations.
762
762
  */
763
763
  Password: SmbPassword;
764
764
  /**
765
- * The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
765
+ * Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
766
766
  */
767
767
  AgentArns: AgentArnList;
768
768
  /**
769
- * The mount options used by DataSync to access the SMB server.
769
+ * Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
770
770
  */
771
771
  MountOptions?: SmbMountOptions;
772
772
  /**
773
- * The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
773
+ * Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
774
774
  */
775
775
  Tags?: InputTagList;
776
776
  }
777
777
  export interface CreateLocationSmbResponse {
778
778
  /**
779
- * The Amazon Resource Name (ARN) of the source SMB file system location that is created.
779
+ * The ARN of the SMB location that you created.
780
780
  */
781
781
  LocationArn?: LocationArn;
782
782
  }
@@ -850,13 +850,13 @@ declare namespace DataSync {
850
850
  }
851
851
  export interface DescribeAgentRequest {
852
852
  /**
853
- * The Amazon Resource Name (ARN) of the agent to describe.
853
+ * Specifies the Amazon Resource Name (ARN) of the DataSync agent to describe.
854
854
  */
855
855
  AgentArn: AgentArn;
856
856
  }
857
857
  export interface DescribeAgentResponse {
858
858
  /**
859
- * The Amazon Resource Name (ARN) of the agent.
859
+ * The ARN of the agent.
860
860
  */
861
861
  AgentArn?: AgentArn;
862
862
  /**
@@ -1447,21 +1447,21 @@ declare namespace DataSync {
1447
1447
  export type KmsKeyProviderUri = string;
1448
1448
  export interface ListAgentsRequest {
1449
1449
  /**
1450
- * The maximum number of agents to list.
1450
+ * Specifies the maximum number of DataSync agents to list in a response. By default, a response shows a maximum of 100 agents.
1451
1451
  */
1452
1452
  MaxResults?: MaxResults;
1453
1453
  /**
1454
- * An opaque string that indicates the position at which to begin the next list of agents.
1454
+ * Specifies an opaque string that indicates the position to begin the next list of results in the response.
1455
1455
  */
1456
1456
  NextToken?: NextToken;
1457
1457
  }
1458
1458
  export interface ListAgentsResponse {
1459
1459
  /**
1460
- * A list of agents in your account.
1460
+ * A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request. The list is ordered by the agents' Amazon Resource Names (ARNs).
1461
1461
  */
1462
1462
  Agents?: AgentList;
1463
1463
  /**
1464
- * An opaque string that indicates the position at which to begin returning the next list of agents.
1464
+ * The opaque string that indicates the position to begin the next list of results in the response.
1465
1465
  */
1466
1466
  NextToken?: NextToken;
1467
1467
  }
@@ -1624,7 +1624,7 @@ declare namespace DataSync {
1624
1624
  */
1625
1625
  VerifyMode?: VerifyMode;
1626
1626
  /**
1627
- * Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes. Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync .
1627
+ * Specifies whether data at the destination location should be overwritten or preserved. If set to NEVER, a destination file for example will not be replaced by a source file (even if the destination file differs from the source file). If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes. Some storage classes have specific behaviors that can affect your Amazon S3 storage cost. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync.
1628
1628
  */
1629
1629
  OverwriteMode?: OverwriteMode;
1630
1630
  /**
@@ -1644,7 +1644,7 @@ declare namespace DataSync {
1644
1644
  */
1645
1645
  Gid?: Gid;
1646
1646
  /**
1647
- * Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync . Default value: PRESERVE PRESERVE: Ignore such destination files (recommended). REMOVE: Delete destination files that aren’t present in the source.
1647
+ * Specifies whether files in the destination location that don't exist in the source should be preserved. This option can affect your Amazon S3 storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see Considerations when working with Amazon S3 storage classes in DataSync. Default value: PRESERVE PRESERVE: Ignore such destination files (recommended). REMOVE: Delete destination files that aren’t present in the source. If you set this parameter to REMOVE, you can't set TransferMode to ALL. When you transfer all data, DataSync doesn't scan your destination location and doesn't know what to delete.
1648
1648
  */
1649
1649
  PreserveDeletedFiles?: PreserveDeletedFiles;
1650
1650
  /**
@@ -1730,7 +1730,7 @@ declare namespace DataSync {
1730
1730
  export type SmbDomain = string;
1731
1731
  export interface SmbMountOptions {
1732
1732
  /**
1733
- * Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC and chooses a version based on negotiation with the SMB server.
1733
+ * By default, DataSync automatically chooses an SMB protocol version based on negotiation with your SMB file server. You also can configure DataSync to use a specific SMB version, but we recommend doing this only if DataSync has trouble negotiating with the SMB file server automatically. These are the following options for configuring the SMB version: AUTOMATIC (default): DataSync and the SMB file server negotiate a protocol version that they mutually support. (DataSync supports SMB versions 1.0 and later.) This is the recommended option. If you instead choose a specific version that your file server doesn't support, you may get an Operation Not Supported error. SMB3: Restricts the protocol negotiation to only SMB version 3.0.2. SMB2: Restricts the protocol negotiation to only SMB version 2.1. SMB2_0: Restricts the protocol negotiation to only SMB version 2.0. SMB1: Restricts the protocol negotiation to only SMB version 1.0. The SMB1 option isn't available when creating an Amazon FSx for NetApp ONTAP location.
1734
1734
  */
1735
1735
  Version?: SmbVersion;
1736
1736
  }
@@ -1738,7 +1738,7 @@ declare namespace DataSync {
1738
1738
  export type SmbSecurityDescriptorCopyFlags = "NONE"|"OWNER_DACL"|"OWNER_DACL_SACL"|string;
1739
1739
  export type SmbSubdirectory = string;
1740
1740
  export type SmbUser = string;
1741
- export type SmbVersion = "AUTOMATIC"|"SMB2"|"SMB3"|string;
1741
+ export type SmbVersion = "AUTOMATIC"|"SMB2"|"SMB3"|"SMB1"|"SMB2_0"|string;
1742
1742
  export type SourceNetworkInterfaceArns = NetworkInterfaceArn[];
1743
1743
  export interface StartTaskExecutionRequest {
1744
1744
  /**
@@ -5548,6 +5548,10 @@ declare namespace EC2 {
5548
5548
  * The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.
5549
5549
  */
5550
5550
  OutpostArn?: String;
5551
+ /**
5552
+ * Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide. Default: on
5553
+ */
5554
+ HostMaintenance?: HostMaintenance;
5551
5555
  }
5552
5556
  export interface AllocateHostsResult {
5553
5557
  /**
@@ -21518,6 +21522,10 @@ declare namespace EC2 {
21518
21522
  * The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.
21519
21523
  */
21520
21524
  OutpostArn?: String;
21525
+ /**
21526
+ * Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
21527
+ */
21528
+ HostMaintenance?: HostMaintenance;
21521
21529
  }
21522
21530
  export interface HostInstance {
21523
21531
  /**
@@ -21535,6 +21543,7 @@ declare namespace EC2 {
21535
21543
  }
21536
21544
  export type HostInstanceList = HostInstance[];
21537
21545
  export type HostList = Host[];
21546
+ export type HostMaintenance = "on"|"off"|string;
21538
21547
  export interface HostOffering {
21539
21548
  /**
21540
21549
  * The currency of the offering.
@@ -26428,6 +26437,10 @@ declare namespace EC2 {
26428
26437
  * Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family. If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.
26429
26438
  */
26430
26439
  InstanceFamily?: String;
26440
+ /**
26441
+ * Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
26442
+ */
26443
+ HostMaintenance?: HostMaintenance;
26431
26444
  }
26432
26445
  export interface ModifyHostsResult {
26433
26446
  /**
@@ -44,11 +44,11 @@ declare class Snowball extends Service {
44
44
  */
45
45
  createCluster(callback?: (err: AWSError, data: Snowball.Types.CreateClusterResult) => void): Request<Snowball.Types.CreateClusterResult, AWSError>;
46
46
  /**
47
- * Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster. Only the Snowball; Edge device type is supported when ordering clustered jobs. The device capacity is optional. Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services. Snow Family devices and their capacities. Snow Family device type: SNC1_SSD Capacity: T14 Description: Snowcone Snow Family device type: SNC1_HDD Capacity: T8 Description: Snowcone Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute Device type: V3_5C Capacity: T32 Description: Snowball Edge Compute Optimized without GPU Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region.
47
+ * Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster. Only the Snowball; Edge device type is supported when ordering clustered jobs. The device capacity is optional. Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services. Snow Family devices and their capacities. Snow Family device type: SNC1_SSD Capacity: T14 Description: Snowcone Snow Family device type: SNC1_HDD Capacity: T8 Description: Snowcone Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region.
48
48
  */
49
49
  createJob(params: Snowball.Types.CreateJobRequest, callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
50
50
  /**
51
- * Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster. Only the Snowball; Edge device type is supported when ordering clustered jobs. The device capacity is optional. Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services. Snow Family devices and their capacities. Snow Family device type: SNC1_SSD Capacity: T14 Description: Snowcone Snow Family device type: SNC1_HDD Capacity: T8 Description: Snowcone Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute Device type: V3_5C Capacity: T32 Description: Snowball Edge Compute Optimized without GPU Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region.
51
+ * Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster. Only the Snowball; Edge device type is supported when ordering clustered jobs. The device capacity is optional. Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services. Snow Family devices and their capacities. Snow Family device type: SNC1_SSD Capacity: T14 Description: Snowcone Snow Family device type: SNC1_HDD Capacity: T8 Description: Snowcone Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore Amazon Web Services Region.
52
52
  */
53
53
  createJob(callback?: (err: AWSError, data: Snowball.Types.CreateJobResult) => void): Request<Snowball.Types.CreateJobResult, AWSError>;
54
54
  /**
@@ -179,6 +179,14 @@ declare class Snowball extends Service {
179
179
  * Lists all long-term pricing types.
180
180
  */
181
181
  listLongTermPricing(callback?: (err: AWSError, data: Snowball.Types.ListLongTermPricingResult) => void): Request<Snowball.Types.ListLongTermPricingResult, AWSError>;
182
+ /**
183
+ * Lists all supported versions for Snow on-device services. Returns an array of ServiceVersion object containing the supported versions for a particular service.
184
+ */
185
+ listServiceVersions(params: Snowball.Types.ListServiceVersionsRequest, callback?: (err: AWSError, data: Snowball.Types.ListServiceVersionsResult) => void): Request<Snowball.Types.ListServiceVersionsResult, AWSError>;
186
+ /**
187
+ * Lists all supported versions for Snow on-device services. Returns an array of ServiceVersion object containing the supported versions for a particular service.
188
+ */
189
+ listServiceVersions(callback?: (err: AWSError, data: Snowball.Types.ListServiceVersionsResult) => void): Request<Snowball.Types.ListServiceVersionsResult, AWSError>;
182
190
  /**
183
191
  * While a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.
184
192
  */
@@ -539,7 +547,7 @@ declare namespace Snowball {
539
547
  */
540
548
  LongTermPricingType: LongTermPricingType;
541
549
  /**
542
- * snowballty Specifies whether the current long-term pricing type for the device should be renewed.
550
+ * Specifies whether the current long-term pricing type for the device should be renewed.
543
551
  */
544
552
  IsLongTermPricingAutoRenew?: JavaBoolean;
545
553
  /**
@@ -587,6 +595,17 @@ declare namespace Snowball {
587
595
  */
588
596
  TotalObjects?: Long;
589
597
  }
598
+ export interface DependentService {
599
+ /**
600
+ * The name of the dependent service.
601
+ */
602
+ ServiceName?: ServiceName;
603
+ /**
604
+ * The version of the dependent service.
605
+ */
606
+ ServiceVersion?: ServiceVersion;
607
+ }
608
+ export type DependentServiceList = DependentService[];
590
609
  export interface DescribeAddressRequest {
591
610
  /**
592
611
  * The automatically generated ID for a specific address.
@@ -674,6 +693,16 @@ declare namespace Snowball {
674
693
  SnowconeDeviceConfiguration?: SnowconeDeviceConfiguration;
675
694
  }
676
695
  export type DeviceServiceName = "NFS_ON_DEVICE_SERVICE"|"S3_ON_DEVICE_SERVICE"|string;
696
+ export interface EKSOnDeviceServiceConfiguration {
697
+ /**
698
+ * The Kubernetes version for EKS Anywhere on the Snow Family device.
699
+ */
700
+ KubernetesVersion?: String;
701
+ /**
702
+ * The version of EKS Anywhere on the Snow Family device.
703
+ */
704
+ EKSAnywhereVersion?: String;
705
+ }
677
706
  export interface Ec2AmiResource {
678
707
  /**
679
708
  * The ID of the AMI in Amazon EC2.
@@ -1027,6 +1056,42 @@ declare namespace Snowball {
1027
1056
  */
1028
1057
  NextToken?: String;
1029
1058
  }
1059
+ export interface ListServiceVersionsRequest {
1060
+ /**
1061
+ * The name of the service for which you're requesting supported versions.
1062
+ */
1063
+ ServiceName: ServiceName;
1064
+ /**
1065
+ * A list of names and versions of dependant services of the requested service.
1066
+ */
1067
+ DependentServices?: DependentServiceList;
1068
+ /**
1069
+ * The maximum number of ListServiceVersions objects to return.
1070
+ */
1071
+ MaxResults?: ListLimit;
1072
+ /**
1073
+ * Because HTTP requests are stateless, this is the starting point for the next list of returned ListServiceVersionsRequest versions.
1074
+ */
1075
+ NextToken?: String;
1076
+ }
1077
+ export interface ListServiceVersionsResult {
1078
+ /**
1079
+ * A list of supported versions.
1080
+ */
1081
+ ServiceVersions: ServiceVersionList;
1082
+ /**
1083
+ * The name of the service for which the system provided supported versions.
1084
+ */
1085
+ ServiceName: ServiceName;
1086
+ /**
1087
+ * A list of names and versions of dependant services of the service for which the system provided supported versions.
1088
+ */
1089
+ DependentServices?: DependentServiceList;
1090
+ /**
1091
+ * Because HTTP requests are stateless, this is the starting point of the next list of returned ListServiceVersionsResult results.
1092
+ */
1093
+ NextToken?: String;
1094
+ }
1030
1095
  export type Long = number;
1031
1096
  export type LongTermPricingAssociatedJobIdList = JobId[];
1032
1097
  export type LongTermPricingEntryList = LongTermPricingListEntry[];
@@ -1107,6 +1172,10 @@ declare namespace Snowball {
1107
1172
  * Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
1108
1173
  */
1109
1174
  TGWOnDeviceService?: TGWOnDeviceServiceConfiguration;
1175
+ /**
1176
+ * The configuration of EKS Anywhere on the Snow Family device.
1177
+ */
1178
+ EKSOnDeviceService?: EKSOnDeviceServiceConfiguration;
1110
1179
  }
1111
1180
  export type RemoteManagement = "INSTALLED_ONLY"|"INSTALLED_AUTOSTART"|string;
1112
1181
  export type ResourceARN = string;
@@ -1126,6 +1195,14 @@ declare namespace Snowball {
1126
1195
  TargetOnDeviceServices?: TargetOnDeviceServiceList;
1127
1196
  }
1128
1197
  export type S3ResourceList = S3Resource[];
1198
+ export type ServiceName = "KUBERNETES"|"EKS_ANYWHERE"|string;
1199
+ export interface ServiceVersion {
1200
+ /**
1201
+ * The version number of the requested service.
1202
+ */
1203
+ Version?: String;
1204
+ }
1205
+ export type ServiceVersionList = ServiceVersion[];
1129
1206
  export interface Shipment {
1130
1207
  /**
1131
1208
  * Status information for a shipment.
@@ -1153,7 +1230,7 @@ declare namespace Snowball {
1153
1230
  }
1154
1231
  export type ShippingLabelStatus = "InProgress"|"TimedOut"|"Succeeded"|"Failed"|string;
1155
1232
  export type ShippingOption = "SECOND_DAY"|"NEXT_DAY"|"EXPRESS"|"STANDARD"|string;
1156
- export type SnowballCapacity = "T50"|"T80"|"T100"|"T42"|"T98"|"T8"|"T14"|"NoPreference"|"T32"|string;
1233
+ export type SnowballCapacity = "T50"|"T80"|"T100"|"T42"|"T98"|"T8"|"T14"|"T32"|"NoPreference"|string;
1157
1234
  export type SnowballType = "STANDARD"|"EDGE"|"EDGE_C"|"EDGE_CG"|"EDGE_S"|"SNC1_HDD"|"SNC1_SSD"|"V3_5C"|string;
1158
1235
  export interface SnowconeDeviceConfiguration {
1159
1236
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1313.0',
86
+ VERSION: '2.1315.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -148,6 +148,7 @@ return /******/ (function(modules) { // webpackBootstrap
148
148
  __webpack_require__(77);
149
149
  __webpack_require__(78);
150
150
  __webpack_require__(87);
151
+ __webpack_require__(88);
151
152
 
152
153
  /**
153
154
  * @readonly
@@ -14493,6 +14494,44 @@ return /******/ (function(modules) { // webpackBootstrap
14493
14494
  });
14494
14495
 
14495
14496
 
14497
+ /***/ }),
14498
+ /* 88 */
14499
+ /***/ (function(module, exports, __webpack_require__) {
14500
+
14501
+ /* WEBPACK VAR INJECTION */(function(process) {var warning = [
14502
+ 'The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.\n',
14503
+ 'Please migrate your code to use AWS SDK for JavaScript (v3).',
14504
+ 'For more information, check the migration guide at https://a.co/7PzMCcy'
14505
+ ].join('\n');
14506
+
14507
+ module.exports = {
14508
+ suppress: false
14509
+ };
14510
+
14511
+ /**
14512
+ * To suppress this message:
14513
+ * @example
14514
+ * require('aws-sdk/lib/maintenance_mode_message').suppress = true;
14515
+ */
14516
+ function emitWarning() {
14517
+ if (
14518
+ typeof process !== 'undefined' &&
14519
+ typeof process.emitWarning === 'function'
14520
+ ) {
14521
+ process.emitWarning(warning, {
14522
+ type: 'NOTE'
14523
+ });
14524
+ }
14525
+ }
14526
+
14527
+ setTimeout(function () {
14528
+ if (!module.exports.suppress) {
14529
+ emitWarning();
14530
+ }
14531
+ }, 0);
14532
+
14533
+ /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
14534
+
14496
14535
  /***/ })
14497
14536
  /******/ ])
14498
14537
  });