aws-sdk-snowball 1.51.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,26 +17,6 @@ module Aws::Snowball
17
17
  # the `Address` are required, if the address is invalid or unsupported,
18
18
  # then an exception is thrown.
19
19
  #
20
- # @note When making an API call, you may pass Address
21
- # data as a hash:
22
- #
23
- # {
24
- # address_id: "AddressId",
25
- # name: "String",
26
- # company: "String",
27
- # street_1: "String",
28
- # street_2: "String",
29
- # street_3: "String",
30
- # city: "String",
31
- # state_or_province: "String",
32
- # prefecture_or_district: "String",
33
- # landmark: "String",
34
- # country: "String",
35
- # postal_code: "String",
36
- # phone_number: "String",
37
- # is_restricted: false,
38
- # }
39
- #
40
20
  # @!attribute [rw] address_id
41
21
  # The unique ID for an address.
42
22
  # @return [String]
@@ -121,13 +101,6 @@ module Aws::Snowball
121
101
  include Aws::Structure
122
102
  end
123
103
 
124
- # @note When making an API call, you may pass CancelClusterRequest
125
- # data as a hash:
126
- #
127
- # {
128
- # cluster_id: "ClusterId", # required
129
- # }
130
- #
131
104
  # @!attribute [rw] cluster_id
132
105
  # The 39-character ID for the cluster that you want to cancel, for
133
106
  # example `CID123e4567-e89b-12d3-a456-426655440000`.
@@ -145,13 +118,6 @@ module Aws::Snowball
145
118
  #
146
119
  class CancelClusterResult < Aws::EmptyStructure; end
147
120
 
148
- # @note When making an API call, you may pass CancelJobRequest
149
- # data as a hash:
150
- #
151
- # {
152
- # job_id: "JobId", # required
153
- # }
154
- #
155
121
  # @!attribute [rw] job_id
156
122
  # The 39-character job ID for the job that you want to cancel, for
157
123
  # example `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -383,28 +349,6 @@ module Aws::Snowball
383
349
  include Aws::Structure
384
350
  end
385
351
 
386
- # @note When making an API call, you may pass CreateAddressRequest
387
- # data as a hash:
388
- #
389
- # {
390
- # address: { # required
391
- # address_id: "AddressId",
392
- # name: "String",
393
- # company: "String",
394
- # street_1: "String",
395
- # street_2: "String",
396
- # street_3: "String",
397
- # city: "String",
398
- # state_or_province: "String",
399
- # prefecture_or_district: "String",
400
- # landmark: "String",
401
- # country: "String",
402
- # postal_code: "String",
403
- # phone_number: "String",
404
- # is_restricted: false,
405
- # },
406
- # }
407
- #
408
352
  # @!attribute [rw] address
409
353
  # The address that you want the Snow device shipped to.
410
354
  # @return [Types::Address]
@@ -431,74 +375,6 @@ module Aws::Snowball
431
375
  include Aws::Structure
432
376
  end
433
377
 
434
- # @note When making an API call, you may pass CreateClusterRequest
435
- # data as a hash:
436
- #
437
- # {
438
- # job_type: "IMPORT", # required, accepts IMPORT, EXPORT, LOCAL_USE
439
- # resources: { # required
440
- # s3_resources: [
441
- # {
442
- # bucket_arn: "ResourceARN",
443
- # key_range: {
444
- # begin_marker: "String",
445
- # end_marker: "String",
446
- # },
447
- # target_on_device_services: [
448
- # {
449
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
450
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
451
- # },
452
- # ],
453
- # },
454
- # ],
455
- # lambda_resources: [
456
- # {
457
- # lambda_arn: "ResourceARN",
458
- # event_triggers: [
459
- # {
460
- # event_resource_arn: "ResourceARN",
461
- # },
462
- # ],
463
- # },
464
- # ],
465
- # ec2_ami_resources: [
466
- # {
467
- # ami_id: "AmiId", # required
468
- # snowball_ami_id: "String",
469
- # },
470
- # ],
471
- # },
472
- # on_device_service_configuration: {
473
- # nfs_on_device_service: {
474
- # storage_limit: 1,
475
- # storage_unit: "TB", # accepts TB
476
- # },
477
- # tgw_on_device_service: {
478
- # storage_limit: 1,
479
- # storage_unit: "TB", # accepts TB
480
- # },
481
- # },
482
- # description: "String",
483
- # address_id: "AddressId", # required
484
- # kms_key_arn: "KmsKeyARN",
485
- # role_arn: "RoleARN", # required
486
- # snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
487
- # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
488
- # notification: {
489
- # sns_topic_arn: "SnsTopicARN",
490
- # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
491
- # notify_all: false,
492
- # },
493
- # forwarding_address_id: "AddressId",
494
- # tax_documents: {
495
- # ind: {
496
- # gstin: "GSTIN",
497
- # },
498
- # },
499
- # remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
500
- # }
501
- #
502
378
  # @!attribute [rw] job_type
503
379
  # The type of job for this cluster. Currently, the only job type
504
380
  # supported for clusters is `LOCAL_USE`.
@@ -656,84 +532,6 @@ module Aws::Snowball
656
532
  include Aws::Structure
657
533
  end
658
534
 
659
- # @note When making an API call, you may pass CreateJobRequest
660
- # data as a hash:
661
- #
662
- # {
663
- # job_type: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
664
- # resources: {
665
- # s3_resources: [
666
- # {
667
- # bucket_arn: "ResourceARN",
668
- # key_range: {
669
- # begin_marker: "String",
670
- # end_marker: "String",
671
- # },
672
- # target_on_device_services: [
673
- # {
674
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
675
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
676
- # },
677
- # ],
678
- # },
679
- # ],
680
- # lambda_resources: [
681
- # {
682
- # lambda_arn: "ResourceARN",
683
- # event_triggers: [
684
- # {
685
- # event_resource_arn: "ResourceARN",
686
- # },
687
- # ],
688
- # },
689
- # ],
690
- # ec2_ami_resources: [
691
- # {
692
- # ami_id: "AmiId", # required
693
- # snowball_ami_id: "String",
694
- # },
695
- # ],
696
- # },
697
- # on_device_service_configuration: {
698
- # nfs_on_device_service: {
699
- # storage_limit: 1,
700
- # storage_unit: "TB", # accepts TB
701
- # },
702
- # tgw_on_device_service: {
703
- # storage_limit: 1,
704
- # storage_unit: "TB", # accepts TB
705
- # },
706
- # },
707
- # description: "String",
708
- # address_id: "AddressId",
709
- # kms_key_arn: "KmsKeyARN",
710
- # role_arn: "RoleARN",
711
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference, T32
712
- # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
713
- # notification: {
714
- # sns_topic_arn: "SnsTopicARN",
715
- # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
716
- # notify_all: false,
717
- # },
718
- # cluster_id: "ClusterId",
719
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
720
- # forwarding_address_id: "AddressId",
721
- # tax_documents: {
722
- # ind: {
723
- # gstin: "GSTIN",
724
- # },
725
- # },
726
- # device_configuration: {
727
- # snowcone_device_configuration: {
728
- # wireless_connection: {
729
- # is_wifi_enabled: false,
730
- # },
731
- # },
732
- # },
733
- # remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
734
- # long_term_pricing_id: "LongTermPricingId",
735
- # }
736
- #
737
535
  # @!attribute [rw] job_type
738
536
  # Defines the type of job that you're creating.
739
537
  # @return [String]
@@ -926,23 +724,12 @@ module Aws::Snowball
926
724
  include Aws::Structure
927
725
  end
928
726
 
929
- # @note When making an API call, you may pass CreateLongTermPricingRequest
930
- # data as a hash:
931
- #
932
- # {
933
- # long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear
934
- # is_long_term_pricing_auto_renew: false,
935
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
936
- # }
937
- #
938
727
  # @!attribute [rw] long_term_pricing_type
939
728
  # The type of long-term pricing option you want for the device, either
940
729
  # 1-year or 3-year long-term pricing.
941
730
  # @return [String]
942
731
  #
943
732
  # @!attribute [rw] is_long_term_pricing_auto_renew
944
- # snowballty
945
- #
946
733
  # Specifies whether the current long-term pricing type for the device
947
734
  # should be renewed.
948
735
  # @return [Boolean]
@@ -974,14 +761,6 @@ module Aws::Snowball
974
761
  include Aws::Structure
975
762
  end
976
763
 
977
- # @note When making an API call, you may pass CreateReturnShippingLabelRequest
978
- # data as a hash:
979
- #
980
- # {
981
- # job_id: "JobId", # required
982
- # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
983
- # }
984
- #
985
764
  # @!attribute [rw] job_id
986
765
  # The ID for a job that you want to create the return shipping label
987
766
  # for; for example, `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -1053,13 +832,26 @@ module Aws::Snowball
1053
832
  include Aws::Structure
1054
833
  end
1055
834
 
1056
- # @note When making an API call, you may pass DescribeAddressRequest
1057
- # data as a hash:
835
+ # The name and version of the service dependant on the requested
836
+ # service.
837
+ #
838
+ # @!attribute [rw] service_name
839
+ # The name of the dependent service.
840
+ # @return [String]
1058
841
  #
1059
- # {
1060
- # address_id: "AddressId", # required
1061
- # }
842
+ # @!attribute [rw] service_version
843
+ # The version of the dependent service.
844
+ # @return [Types::ServiceVersion]
1062
845
  #
846
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DependentService AWS API Documentation
847
+ #
848
+ class DependentService < Struct.new(
849
+ :service_name,
850
+ :service_version)
851
+ SENSITIVE = []
852
+ include Aws::Structure
853
+ end
854
+
1063
855
  # @!attribute [rw] address_id
1064
856
  # The automatically generated ID for a specific address.
1065
857
  # @return [String]
@@ -1085,14 +877,6 @@ module Aws::Snowball
1085
877
  include Aws::Structure
1086
878
  end
1087
879
 
1088
- # @note When making an API call, you may pass DescribeAddressesRequest
1089
- # data as a hash:
1090
- #
1091
- # {
1092
- # max_results: 1,
1093
- # next_token: "String",
1094
- # }
1095
- #
1096
880
  # @!attribute [rw] max_results
1097
881
  # The number of `ADDRESS` objects to return.
1098
882
  # @return [Integer]
@@ -1133,13 +917,6 @@ module Aws::Snowball
1133
917
  include Aws::Structure
1134
918
  end
1135
919
 
1136
- # @note When making an API call, you may pass DescribeClusterRequest
1137
- # data as a hash:
1138
- #
1139
- # {
1140
- # cluster_id: "ClusterId", # required
1141
- # }
1142
- #
1143
920
  # @!attribute [rw] cluster_id
1144
921
  # The automatically generated ID for a cluster.
1145
922
  # @return [String]
@@ -1165,13 +942,6 @@ module Aws::Snowball
1165
942
  include Aws::Structure
1166
943
  end
1167
944
 
1168
- # @note When making an API call, you may pass DescribeJobRequest
1169
- # data as a hash:
1170
- #
1171
- # {
1172
- # job_id: "JobId", # required
1173
- # }
1174
- #
1175
945
  # @!attribute [rw] job_id
1176
946
  # The automatically generated ID for a job, for example
1177
947
  # `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -1205,13 +975,6 @@ module Aws::Snowball
1205
975
  include Aws::Structure
1206
976
  end
1207
977
 
1208
- # @note When making an API call, you may pass DescribeReturnShippingLabelRequest
1209
- # data as a hash:
1210
- #
1211
- # {
1212
- # job_id: "JobId", # required
1213
- # }
1214
- #
1215
978
  # @!attribute [rw] job_id
1216
979
  # The automatically generated ID for a job, for example
1217
980
  # `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -1251,17 +1014,6 @@ module Aws::Snowball
1251
1014
 
1252
1015
  # The container for `SnowconeDeviceConfiguration`.
1253
1016
  #
1254
- # @note When making an API call, you may pass DeviceConfiguration
1255
- # data as a hash:
1256
- #
1257
- # {
1258
- # snowcone_device_configuration: {
1259
- # wireless_connection: {
1260
- # is_wifi_enabled: false,
1261
- # },
1262
- # },
1263
- # }
1264
- #
1265
1017
  # @!attribute [rw] snowcone_device_configuration
1266
1018
  # Returns information about the device configuration for an Snowcone
1267
1019
  # job.
@@ -1275,19 +1027,31 @@ module Aws::Snowball
1275
1027
  include Aws::Structure
1276
1028
  end
1277
1029
 
1030
+ # An object representing the metadata and configuration settings of EKS
1031
+ # Anywhere on the Snow Family device.
1032
+ #
1033
+ # @!attribute [rw] kubernetes_version
1034
+ # The Kubernetes version for EKS Anywhere on the Snow Family device.
1035
+ # @return [String]
1036
+ #
1037
+ # @!attribute [rw] eks_anywhere_version
1038
+ # The version of EKS Anywhere on the Snow Family device.
1039
+ # @return [String]
1040
+ #
1041
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/EKSOnDeviceServiceConfiguration AWS API Documentation
1042
+ #
1043
+ class EKSOnDeviceServiceConfiguration < Struct.new(
1044
+ :kubernetes_version,
1045
+ :eks_anywhere_version)
1046
+ SENSITIVE = []
1047
+ include Aws::Structure
1048
+ end
1049
+
1278
1050
  # A JSON-formatted object that contains the IDs for an Amazon Machine
1279
1051
  # Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI
1280
1052
  # ID. Each AMI has these two IDs to simplify identifying the AMI in both
1281
1053
  # the Amazon Web Services Cloud and on the device.
1282
1054
  #
1283
- # @note When making an API call, you may pass Ec2AmiResource
1284
- # data as a hash:
1285
- #
1286
- # {
1287
- # ami_id: "AmiId", # required
1288
- # snowball_ami_id: "String",
1289
- # }
1290
- #
1291
1055
  # @!attribute [rw] ami_id
1292
1056
  # The ID of the AMI in Amazon EC2.
1293
1057
  # @return [String]
@@ -1321,13 +1085,6 @@ module Aws::Snowball
1321
1085
 
1322
1086
  # The container for the EventTriggerDefinition$EventResourceARN.
1323
1087
  #
1324
- # @note When making an API call, you may pass EventTriggerDefinition
1325
- # data as a hash:
1326
- #
1327
- # {
1328
- # event_resource_arn: "ResourceARN",
1329
- # }
1330
- #
1331
1088
  # @!attribute [rw] event_resource_arn
1332
1089
  # The Amazon Resource Name (ARN) for any local Amazon S3 resource that
1333
1090
  # is an Lambda function's event trigger associated with this job.
@@ -1341,13 +1098,6 @@ module Aws::Snowball
1341
1098
  include Aws::Structure
1342
1099
  end
1343
1100
 
1344
- # @note When making an API call, you may pass GetJobManifestRequest
1345
- # data as a hash:
1346
- #
1347
- # {
1348
- # job_id: "JobId", # required
1349
- # }
1350
- #
1351
1101
  # @!attribute [rw] job_id
1352
1102
  # The ID for a job that you want to get the manifest file for, for
1353
1103
  # example `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -1374,13 +1124,6 @@ module Aws::Snowball
1374
1124
  include Aws::Structure
1375
1125
  end
1376
1126
 
1377
- # @note When making an API call, you may pass GetJobUnlockCodeRequest
1378
- # data as a hash:
1379
- #
1380
- # {
1381
- # job_id: "JobId", # required
1382
- # }
1383
- #
1384
1127
  # @!attribute [rw] job_id
1385
1128
  # The ID for the job that you want to get the `UnlockCode` value for,
1386
1129
  # for example `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -1431,13 +1174,6 @@ module Aws::Snowball
1431
1174
  include Aws::Structure
1432
1175
  end
1433
1176
 
1434
- # @note When making an API call, you may pass GetSoftwareUpdatesRequest
1435
- # data as a hash:
1436
- #
1437
- # {
1438
- # job_id: "JobId", # required
1439
- # }
1440
- #
1441
1177
  # @!attribute [rw] job_id
1442
1178
  # The ID for a job that you want to get the software update file for,
1443
1179
  # for example `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -1469,13 +1205,6 @@ module Aws::Snowball
1469
1205
 
1470
1206
  # The tax documents required in Amazon Web Services Region in India.
1471
1207
  #
1472
- # @note When making an API call, you may pass INDTaxDocuments
1473
- # data as a hash:
1474
- #
1475
- # {
1476
- # gstin: "GSTIN",
1477
- # }
1478
- #
1479
1208
  # @!attribute [rw] gstin
1480
1209
  # The Goods and Services Tax (GST) documents required in Amazon Web
1481
1210
  # Services Region in India.
@@ -1838,43 +1567,6 @@ module Aws::Snowball
1838
1567
  # Machine Image (AMI) based on Amazon EC2 that is associated with a
1839
1568
  # particular job.
1840
1569
  #
1841
- # @note When making an API call, you may pass JobResource
1842
- # data as a hash:
1843
- #
1844
- # {
1845
- # s3_resources: [
1846
- # {
1847
- # bucket_arn: "ResourceARN",
1848
- # key_range: {
1849
- # begin_marker: "String",
1850
- # end_marker: "String",
1851
- # },
1852
- # target_on_device_services: [
1853
- # {
1854
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
1855
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
1856
- # },
1857
- # ],
1858
- # },
1859
- # ],
1860
- # lambda_resources: [
1861
- # {
1862
- # lambda_arn: "ResourceARN",
1863
- # event_triggers: [
1864
- # {
1865
- # event_resource_arn: "ResourceARN",
1866
- # },
1867
- # ],
1868
- # },
1869
- # ],
1870
- # ec2_ami_resources: [
1871
- # {
1872
- # ami_id: "AmiId", # required
1873
- # snowball_ami_id: "String",
1874
- # },
1875
- # ],
1876
- # }
1877
- #
1878
1570
  # @!attribute [rw] s3_resources
1879
1571
  # An array of `S3Resource` objects.
1880
1572
  # @return [Array<Types::S3Resource>]
@@ -1916,14 +1608,6 @@ module Aws::Snowball
1916
1608
  # job creation, and has either an inclusive `BeginMarker`, an inclusive
1917
1609
  # `EndMarker`, or both. Ranges are UTF-8 binary sorted.
1918
1610
  #
1919
- # @note When making an API call, you may pass KeyRange
1920
- # data as a hash:
1921
- #
1922
- # {
1923
- # begin_marker: "String",
1924
- # end_marker: "String",
1925
- # }
1926
- #
1927
1611
  # @!attribute [rw] begin_marker
1928
1612
  # The key that starts an optional key range for an export job. Ranges
1929
1613
  # are inclusive and UTF-8 binary sorted.
@@ -1945,18 +1629,6 @@ module Aws::Snowball
1945
1629
 
1946
1630
  # Identifies
1947
1631
  #
1948
- # @note When making an API call, you may pass LambdaResource
1949
- # data as a hash:
1950
- #
1951
- # {
1952
- # lambda_arn: "ResourceARN",
1953
- # event_triggers: [
1954
- # {
1955
- # event_resource_arn: "ResourceARN",
1956
- # },
1957
- # ],
1958
- # }
1959
- #
1960
1632
  # @!attribute [rw] lambda_arn
1961
1633
  # An Amazon Resource Name (ARN) that represents an Lambda function to
1962
1634
  # be triggered by PUT object actions on the associated local Amazon S3
@@ -1977,15 +1649,6 @@ module Aws::Snowball
1977
1649
  include Aws::Structure
1978
1650
  end
1979
1651
 
1980
- # @note When making an API call, you may pass ListClusterJobsRequest
1981
- # data as a hash:
1982
- #
1983
- # {
1984
- # cluster_id: "ClusterId", # required
1985
- # max_results: 1,
1986
- # next_token: "String",
1987
- # }
1988
- #
1989
1652
  # @!attribute [rw] cluster_id
1990
1653
  # The 39-character ID for the cluster that you want to list, for
1991
1654
  # example `CID123e4567-e89b-12d3-a456-426655440000`.
@@ -2032,14 +1695,6 @@ module Aws::Snowball
2032
1695
  include Aws::Structure
2033
1696
  end
2034
1697
 
2035
- # @note When making an API call, you may pass ListClustersRequest
2036
- # data as a hash:
2037
- #
2038
- # {
2039
- # max_results: 1,
2040
- # next_token: "String",
2041
- # }
2042
- #
2043
1698
  # @!attribute [rw] max_results
2044
1699
  # The number of `ClusterListEntry` objects to return.
2045
1700
  # @return [Integer]
@@ -2079,14 +1734,6 @@ module Aws::Snowball
2079
1734
  include Aws::Structure
2080
1735
  end
2081
1736
 
2082
- # @note When making an API call, you may pass ListCompatibleImagesRequest
2083
- # data as a hash:
2084
- #
2085
- # {
2086
- # max_results: 1,
2087
- # next_token: "String",
2088
- # }
2089
- #
2090
1737
  # @!attribute [rw] max_results
2091
1738
  # The maximum number of results for the list of compatible images.
2092
1739
  # Currently, a Snowball Edge device can store 10 AMIs.
@@ -2126,14 +1773,6 @@ module Aws::Snowball
2126
1773
  include Aws::Structure
2127
1774
  end
2128
1775
 
2129
- # @note When making an API call, you may pass ListJobsRequest
2130
- # data as a hash:
2131
- #
2132
- # {
2133
- # max_results: 1,
2134
- # next_token: "String",
2135
- # }
2136
- #
2137
1776
  # @!attribute [rw] max_results
2138
1777
  # The number of `JobListEntry` objects to return.
2139
1778
  # @return [Integer]
@@ -2174,14 +1813,6 @@ module Aws::Snowball
2174
1813
  include Aws::Structure
2175
1814
  end
2176
1815
 
2177
- # @note When making an API call, you may pass ListLongTermPricingRequest
2178
- # data as a hash:
2179
- #
2180
- # {
2181
- # max_results: 1,
2182
- # next_token: "String",
2183
- # }
2184
- #
2185
1816
  # @!attribute [rw] max_results
2186
1817
  # The maximum number of `ListLongTermPricing` objects to return.
2187
1818
  # @return [Integer]
@@ -2219,6 +1850,66 @@ module Aws::Snowball
2219
1850
  include Aws::Structure
2220
1851
  end
2221
1852
 
1853
+ # @!attribute [rw] service_name
1854
+ # The name of the service for which you're requesting supported
1855
+ # versions.
1856
+ # @return [String]
1857
+ #
1858
+ # @!attribute [rw] dependent_services
1859
+ # A list of names and versions of dependant services of the requested
1860
+ # service.
1861
+ # @return [Array<Types::DependentService>]
1862
+ #
1863
+ # @!attribute [rw] max_results
1864
+ # The maximum number of `ListServiceVersions` objects to return.
1865
+ # @return [Integer]
1866
+ #
1867
+ # @!attribute [rw] next_token
1868
+ # Because HTTP requests are stateless, this is the starting point for
1869
+ # the next list of returned `ListServiceVersionsRequest` versions.
1870
+ # @return [String]
1871
+ #
1872
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListServiceVersionsRequest AWS API Documentation
1873
+ #
1874
+ class ListServiceVersionsRequest < Struct.new(
1875
+ :service_name,
1876
+ :dependent_services,
1877
+ :max_results,
1878
+ :next_token)
1879
+ SENSITIVE = []
1880
+ include Aws::Structure
1881
+ end
1882
+
1883
+ # @!attribute [rw] service_versions
1884
+ # A list of supported versions.
1885
+ # @return [Array<Types::ServiceVersion>]
1886
+ #
1887
+ # @!attribute [rw] service_name
1888
+ # The name of the service for which the system provided supported
1889
+ # versions.
1890
+ # @return [String]
1891
+ #
1892
+ # @!attribute [rw] dependent_services
1893
+ # A list of names and versions of dependant services of the service
1894
+ # for which the system provided supported versions.
1895
+ # @return [Array<Types::DependentService>]
1896
+ #
1897
+ # @!attribute [rw] next_token
1898
+ # Because HTTP requests are stateless, this is the starting point of
1899
+ # the next list of returned `ListServiceVersionsResult` results.
1900
+ # @return [String]
1901
+ #
1902
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListServiceVersionsResult AWS API Documentation
1903
+ #
1904
+ class ListServiceVersionsResult < Struct.new(
1905
+ :service_versions,
1906
+ :service_name,
1907
+ :dependent_services,
1908
+ :next_token)
1909
+ SENSITIVE = []
1910
+ include Aws::Structure
1911
+ end
1912
+
2222
1913
  # Each `LongTermPricingListEntry` object contains information about a
2223
1914
  # long-term pricing type.
2224
1915
  #
@@ -2288,14 +1979,6 @@ module Aws::Snowball
2288
1979
  # the NFS (Network File System) service on an Amazon Web Services Snow
2289
1980
  # Family device.
2290
1981
  #
2291
- # @note When making an API call, you may pass NFSOnDeviceServiceConfiguration
2292
- # data as a hash:
2293
- #
2294
- # {
2295
- # storage_limit: 1,
2296
- # storage_unit: "TB", # accepts TB
2297
- # }
2298
- #
2299
1982
  # @!attribute [rw] storage_limit
2300
1983
  # The maximum NFS storage for one Snow Family device.
2301
1984
  # @return [Integer]
@@ -2326,15 +2009,6 @@ module Aws::Snowball
2326
2009
  # to have Amazon SNS notifications sent out for all job states with
2327
2010
  # `NotifyAll` set to true.
2328
2011
  #
2329
- # @note When making an API call, you may pass Notification
2330
- # data as a hash:
2331
- #
2332
- # {
2333
- # sns_topic_arn: "SnsTopicARN",
2334
- # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
2335
- # notify_all: false,
2336
- # }
2337
- #
2338
2012
  # @!attribute [rw] sns_topic_arn
2339
2013
  # The new SNS `TopicArn` that you want to associate with this job. You
2340
2014
  # can create Amazon Resource Names (ARNs) for topics by using the
@@ -2373,20 +2047,6 @@ module Aws::Snowball
2373
2047
  # An object that represents the metadata and configuration settings for
2374
2048
  # services on an Amazon Web Services Snow Family device.
2375
2049
  #
2376
- # @note When making an API call, you may pass OnDeviceServiceConfiguration
2377
- # data as a hash:
2378
- #
2379
- # {
2380
- # nfs_on_device_service: {
2381
- # storage_limit: 1,
2382
- # storage_unit: "TB", # accepts TB
2383
- # },
2384
- # tgw_on_device_service: {
2385
- # storage_limit: 1,
2386
- # storage_unit: "TB", # accepts TB
2387
- # },
2388
- # }
2389
- #
2390
2050
  # @!attribute [rw] nfs_on_device_service
2391
2051
  # Represents the NFS (Network File System) service on a Snow Family
2392
2052
  # device.
@@ -2397,11 +2057,16 @@ module Aws::Snowball
2397
2057
  # Family device.
2398
2058
  # @return [Types::TGWOnDeviceServiceConfiguration]
2399
2059
  #
2060
+ # @!attribute [rw] eks_on_device_service
2061
+ # The configuration of EKS Anywhere on the Snow Family device.
2062
+ # @return [Types::EKSOnDeviceServiceConfiguration]
2063
+ #
2400
2064
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/OnDeviceServiceConfiguration AWS API Documentation
2401
2065
  #
2402
2066
  class OnDeviceServiceConfiguration < Struct.new(
2403
2067
  :nfs_on_device_service,
2404
- :tgw_on_device_service)
2068
+ :tgw_on_device_service,
2069
+ :eks_on_device_service)
2405
2070
  SENSITIVE = []
2406
2071
  include Aws::Structure
2407
2072
  end
@@ -2428,23 +2093,6 @@ module Aws::Snowball
2428
2093
  # `BeginMarker`, an inclusive `EndMarker`, or both. Ranges are UTF-8
2429
2094
  # binary sorted.
2430
2095
  #
2431
- # @note When making an API call, you may pass S3Resource
2432
- # data as a hash:
2433
- #
2434
- # {
2435
- # bucket_arn: "ResourceARN",
2436
- # key_range: {
2437
- # begin_marker: "String",
2438
- # end_marker: "String",
2439
- # },
2440
- # target_on_device_services: [
2441
- # {
2442
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
2443
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
2444
- # },
2445
- # ],
2446
- # }
2447
- #
2448
2096
  # @!attribute [rw] bucket_arn
2449
2097
  # The Amazon Resource Name (ARN) of an Amazon S3 bucket.
2450
2098
  # @return [String]
@@ -2473,6 +2121,20 @@ module Aws::Snowball
2473
2121
  include Aws::Structure
2474
2122
  end
2475
2123
 
2124
+ # The version of the requested service.
2125
+ #
2126
+ # @!attribute [rw] version
2127
+ # The version number of the requested service.
2128
+ # @return [String]
2129
+ #
2130
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ServiceVersion AWS API Documentation
2131
+ #
2132
+ class ServiceVersion < Struct.new(
2133
+ :version)
2134
+ SENSITIVE = []
2135
+ include Aws::Structure
2136
+ end
2137
+
2476
2138
  # The `Status` and `TrackingNumber` information for an inbound or
2477
2139
  # outbound shipment.
2478
2140
  #
@@ -2543,15 +2205,6 @@ module Aws::Snowball
2543
2205
 
2544
2206
  # Specifies the device configuration for an Snowcone job.
2545
2207
  #
2546
- # @note When making an API call, you may pass SnowconeDeviceConfiguration
2547
- # data as a hash:
2548
- #
2549
- # {
2550
- # wireless_connection: {
2551
- # is_wifi_enabled: false,
2552
- # },
2553
- # }
2554
- #
2555
2208
  # @!attribute [rw] wireless_connection
2556
2209
  # Configures the wireless connection for the Snowcone device.
2557
2210
  # @return [Types::WirelessConnection]
@@ -2568,14 +2221,6 @@ module Aws::Snowball
2568
2221
  # the Storage Gateway service Tape Gateway type on an Amazon Web
2569
2222
  # Services Snow Family device.
2570
2223
  #
2571
- # @note When making an API call, you may pass TGWOnDeviceServiceConfiguration
2572
- # data as a hash:
2573
- #
2574
- # {
2575
- # storage_limit: 1,
2576
- # storage_unit: "TB", # accepts TB
2577
- # }
2578
- #
2579
2224
  # @!attribute [rw] storage_limit
2580
2225
  # The maximum number of virtual tapes to store on one Snow Family
2581
2226
  # device. Due to physical resource limitations, this value must be set
@@ -2600,14 +2245,6 @@ module Aws::Snowball
2600
2245
  # into. Amazon Web Services Snow Family supports Amazon S3 and NFS
2601
2246
  # (Network File System).
2602
2247
  #
2603
- # @note When making an API call, you may pass TargetOnDeviceService
2604
- # data as a hash:
2605
- #
2606
- # {
2607
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
2608
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
2609
- # }
2610
- #
2611
2248
  # @!attribute [rw] service_name
2612
2249
  # Specifies the name of the service on the Snow Family device that
2613
2250
  # your transferred data will be exported from or imported into.
@@ -2629,15 +2266,6 @@ module Aws::Snowball
2629
2266
 
2630
2267
  # The tax documents required in your Amazon Web Services Region.
2631
2268
  #
2632
- # @note When making an API call, you may pass TaxDocuments
2633
- # data as a hash:
2634
- #
2635
- # {
2636
- # ind: {
2637
- # gstin: "GSTIN",
2638
- # },
2639
- # }
2640
- #
2641
2269
  # @!attribute [rw] ind
2642
2270
  # The tax documents required in Amazon Web Services Region in India.
2643
2271
  # @return [Types::INDTaxDocuments]
@@ -2665,66 +2293,6 @@ module Aws::Snowball
2665
2293
  include Aws::Structure
2666
2294
  end
2667
2295
 
2668
- # @note When making an API call, you may pass UpdateClusterRequest
2669
- # data as a hash:
2670
- #
2671
- # {
2672
- # cluster_id: "ClusterId", # required
2673
- # role_arn: "RoleARN",
2674
- # description: "String",
2675
- # resources: {
2676
- # s3_resources: [
2677
- # {
2678
- # bucket_arn: "ResourceARN",
2679
- # key_range: {
2680
- # begin_marker: "String",
2681
- # end_marker: "String",
2682
- # },
2683
- # target_on_device_services: [
2684
- # {
2685
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
2686
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
2687
- # },
2688
- # ],
2689
- # },
2690
- # ],
2691
- # lambda_resources: [
2692
- # {
2693
- # lambda_arn: "ResourceARN",
2694
- # event_triggers: [
2695
- # {
2696
- # event_resource_arn: "ResourceARN",
2697
- # },
2698
- # ],
2699
- # },
2700
- # ],
2701
- # ec2_ami_resources: [
2702
- # {
2703
- # ami_id: "AmiId", # required
2704
- # snowball_ami_id: "String",
2705
- # },
2706
- # ],
2707
- # },
2708
- # on_device_service_configuration: {
2709
- # nfs_on_device_service: {
2710
- # storage_limit: 1,
2711
- # storage_unit: "TB", # accepts TB
2712
- # },
2713
- # tgw_on_device_service: {
2714
- # storage_limit: 1,
2715
- # storage_unit: "TB", # accepts TB
2716
- # },
2717
- # },
2718
- # address_id: "AddressId",
2719
- # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2720
- # notification: {
2721
- # sns_topic_arn: "SnsTopicARN",
2722
- # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
2723
- # notify_all: false,
2724
- # },
2725
- # forwarding_address_id: "AddressId",
2726
- # }
2727
- #
2728
2296
  # @!attribute [rw] cluster_id
2729
2297
  # The cluster ID of the cluster that you want to update, for example
2730
2298
  # `CID123e4567-e89b-12d3-a456-426655440000`.
@@ -2794,67 +2362,6 @@ module Aws::Snowball
2794
2362
  #
2795
2363
  class UpdateClusterResult < Aws::EmptyStructure; end
2796
2364
 
2797
- # @note When making an API call, you may pass UpdateJobRequest
2798
- # data as a hash:
2799
- #
2800
- # {
2801
- # job_id: "JobId", # required
2802
- # role_arn: "RoleARN",
2803
- # notification: {
2804
- # sns_topic_arn: "SnsTopicARN",
2805
- # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
2806
- # notify_all: false,
2807
- # },
2808
- # resources: {
2809
- # s3_resources: [
2810
- # {
2811
- # bucket_arn: "ResourceARN",
2812
- # key_range: {
2813
- # begin_marker: "String",
2814
- # end_marker: "String",
2815
- # },
2816
- # target_on_device_services: [
2817
- # {
2818
- # service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
2819
- # transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
2820
- # },
2821
- # ],
2822
- # },
2823
- # ],
2824
- # lambda_resources: [
2825
- # {
2826
- # lambda_arn: "ResourceARN",
2827
- # event_triggers: [
2828
- # {
2829
- # event_resource_arn: "ResourceARN",
2830
- # },
2831
- # ],
2832
- # },
2833
- # ],
2834
- # ec2_ami_resources: [
2835
- # {
2836
- # ami_id: "AmiId", # required
2837
- # snowball_ami_id: "String",
2838
- # },
2839
- # ],
2840
- # },
2841
- # on_device_service_configuration: {
2842
- # nfs_on_device_service: {
2843
- # storage_limit: 1,
2844
- # storage_unit: "TB", # accepts TB
2845
- # },
2846
- # tgw_on_device_service: {
2847
- # storage_limit: 1,
2848
- # storage_unit: "TB", # accepts TB
2849
- # },
2850
- # },
2851
- # address_id: "AddressId",
2852
- # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2853
- # description: "String",
2854
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference, T32
2855
- # forwarding_address_id: "AddressId",
2856
- # }
2857
- #
2858
2365
  # @!attribute [rw] job_id
2859
2366
  # The job ID of the job that you want to update, for example
2860
2367
  # `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -2936,14 +2443,6 @@ module Aws::Snowball
2936
2443
  #
2937
2444
  class UpdateJobResult < Aws::EmptyStructure; end
2938
2445
 
2939
- # @note When making an API call, you may pass UpdateJobShipmentStateRequest
2940
- # data as a hash:
2941
- #
2942
- # {
2943
- # job_id: "JobId", # required
2944
- # shipment_state: "RECEIVED", # required, accepts RECEIVED, RETURNED
2945
- # }
2946
- #
2947
2446
  # @!attribute [rw] job_id
2948
2447
  # The job ID of the job whose shipment date you want to update, for
2949
2448
  # example `JID123e4567-e89b-12d3-a456-426655440000`.
@@ -2971,15 +2470,6 @@ module Aws::Snowball
2971
2470
  #
2972
2471
  class UpdateJobShipmentStateResult < Aws::EmptyStructure; end
2973
2472
 
2974
- # @note When making an API call, you may pass UpdateLongTermPricingRequest
2975
- # data as a hash:
2976
- #
2977
- # {
2978
- # long_term_pricing_id: "LongTermPricingId", # required
2979
- # replacement_job: "JobId",
2980
- # is_long_term_pricing_auto_renew: false,
2981
- # }
2982
- #
2983
2473
  # @!attribute [rw] long_term_pricing_id
2984
2474
  # The ID of the long-term pricing type for the device.
2985
2475
  # @return [String]
@@ -3011,13 +2501,6 @@ module Aws::Snowball
3011
2501
 
3012
2502
  # Configures the wireless connection on an Snowcone device.
3013
2503
  #
3014
- # @note When making an API call, you may pass WirelessConnection
3015
- # data as a hash:
3016
- #
3017
- # {
3018
- # is_wifi_enabled: false,
3019
- # }
3020
- #
3021
2504
  # @!attribute [rw] is_wifi_enabled
3022
2505
  # Enables the Wi-Fi adapter on an Snowcone device.
3023
2506
  # @return [Boolean]