Skip to content

Commit 31a3637

Browse files
author
AWS
committed
Amazon Import/Export Snowball Update: Remove incorrect endpoint tests
1 parent a7519cb commit 31a3637

File tree

3 files changed

+20
-65
lines changed

3 files changed

+20
-65
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": "Amazon Import/Export Snowball",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/snowball/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -663,17 +663,6 @@
663663
"UseDualStack": false
664664
}
665665
},
666-
{
667-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
668-
"expect": {
669-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
670-
},
671-
"params": {
672-
"Region": "us-iso-east-1",
673-
"UseFIPS": true,
674-
"UseDualStack": true
675-
}
676-
},
677666
{
678667
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
679668
"expect": {
@@ -687,17 +676,6 @@
687676
"UseDualStack": false
688677
}
689678
},
690-
{
691-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
692-
"expect": {
693-
"error": "DualStack is enabled but this partition does not support DualStack"
694-
},
695-
"params": {
696-
"Region": "us-iso-east-1",
697-
"UseFIPS": false,
698-
"UseDualStack": true
699-
}
700-
},
701679
{
702680
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
703681
"expect": {
@@ -711,17 +689,6 @@
711689
"UseDualStack": false
712690
}
713691
},
714-
{
715-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
716-
"expect": {
717-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
718-
},
719-
"params": {
720-
"Region": "us-isob-east-1",
721-
"UseFIPS": true,
722-
"UseDualStack": true
723-
}
724-
},
725692
{
726693
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
727694
"expect": {
@@ -735,17 +702,6 @@
735702
"UseDualStack": false
736703
}
737704
},
738-
{
739-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
740-
"expect": {
741-
"error": "DualStack is enabled but this partition does not support DualStack"
742-
},
743-
"params": {
744-
"Region": "us-isob-east-1",
745-
"UseFIPS": false,
746-
"UseDualStack": true
747-
}
748-
},
749705
{
750706
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
751707
"expect": {

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

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,7 @@
503503
},
504504
"CancelClusterResult":{
505505
"type":"structure",
506-
"members":{
507-
}
506+
"members":{}
508507
},
509508
"CancelJobRequest":{
510509
"type":"structure",
@@ -518,8 +517,7 @@
518517
},
519518
"CancelJobResult":{
520519
"type":"structure",
521-
"members":{
522-
}
520+
"members":{}
523521
},
524522
"ClusterId":{
525523
"type":"string",
@@ -590,7 +588,7 @@
590588
},
591589
"SnowballType":{
592590
"shape":"SnowballType",
593-
"documentation":"<p>The type of Snowcone device to use for this cluster. </p> <note> <p>For cluster jobs, Amazon Web Services Snow Family currently supports only the <code>EDGE</code> device type.</p> </note>"
591+
"documentation":"<p>The type of Snowball Edge device to use for this cluster. </p> <note> <p>For cluster jobs, Amazon Web Services Snow Family currently supports only the <code>EDGE</code> device type.</p> </note>"
594592
},
595593
"CreationDate":{
596594
"shape":"Timestamp",
@@ -839,7 +837,7 @@
839837
},
840838
"DeviceConfiguration":{
841839
"shape":"DeviceConfiguration",
842-
"documentation":"<p>Defines the device configuration for an Snowcone job.</p> <p>For more information, see \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the <i>Snowcone User Guide</i> or \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>"
840+
"documentation":"<p>Defines the device configuration for an Snowball Edge job.</p> <p>For more information, see \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the <i>Snowcone User Guide</i> or \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>"
843841
},
844842
"RemoteManagement":{
845843
"shape":"RemoteManagement",
@@ -1080,7 +1078,7 @@
10801078
"members":{
10811079
"SnowconeDeviceConfiguration":{
10821080
"shape":"SnowconeDeviceConfiguration",
1083-
"documentation":"<p>Returns information about the device configuration for an Snowcone job.</p>"
1081+
"documentation":"<p>Returns information about the device configuration for an Snowball Edge job.</p>"
10841082
}
10851083
},
10861084
"documentation":"<p>The container for <code>SnowconeDeviceConfiguration</code>. </p>"
@@ -1206,8 +1204,7 @@
12061204
},
12071205
"GetSnowballUsageRequest":{
12081206
"type":"structure",
1209-
"members":{
1210-
}
1207+
"members":{}
12111208
},
12121209
"GetSnowballUsageResult":{
12131210
"type":"structure",
@@ -2157,10 +2154,10 @@
21572154
"members":{
21582155
"WirelessConnection":{
21592156
"shape":"WirelessConnection",
2160-
"documentation":"<p>Configures the wireless connection for the Snowcone device.</p>"
2157+
"documentation":"<p>Configures the wireless connection for the Snowball Edge device.</p>"
21612158
}
21622159
},
2163-
"documentation":"<p>Specifies the device configuration for an Snowcone job.</p>"
2160+
"documentation":"<p>Specifies the device configuration for an Snowball Edge job.</p>"
21642161
},
21652162
"SnsTopicARN":{
21662163
"type":"string",
@@ -2281,8 +2278,7 @@
22812278
},
22822279
"UpdateClusterResult":{
22832280
"type":"structure",
2284-
"members":{
2285-
}
2281+
"members":{}
22862282
},
22872283
"UpdateJobRequest":{
22882284
"type":"structure",
@@ -2333,8 +2329,7 @@
23332329
},
23342330
"UpdateJobResult":{
23352331
"type":"structure",
2336-
"members":{
2337-
}
2332+
"members":{}
23382333
},
23392334
"UpdateJobShipmentStateRequest":{
23402335
"type":"structure",
@@ -2355,8 +2350,7 @@
23552350
},
23562351
"UpdateJobShipmentStateResult":{
23572352
"type":"structure",
2358-
"members":{
2359-
}
2353+
"members":{}
23602354
},
23612355
"UpdateLongTermPricingRequest":{
23622356
"type":"structure",
@@ -2378,18 +2372,17 @@
23782372
},
23792373
"UpdateLongTermPricingResult":{
23802374
"type":"structure",
2381-
"members":{
2382-
}
2375+
"members":{}
23832376
},
23842377
"WirelessConnection":{
23852378
"type":"structure",
23862379
"members":{
23872380
"IsWifiEnabled":{
23882381
"shape":"Boolean",
2389-
"documentation":"<p>Enables the Wi-Fi adapter on an Snowcone device.</p>"
2382+
"documentation":"<p>Enables the Wi-Fi adapter on an Snowball Edge device.</p>"
23902383
}
23912384
},
2392-
"documentation":"<p>Configures the wireless connection on an Snowcone device.</p>"
2385+
"documentation":"<p>Configures the wireless connection on an Snowball Edge device.</p>"
23932386
}
23942387
},
23952388
"documentation":"<p>The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device, you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the <a href=\"https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html\">User Guide</a>.</p>"

0 commit comments

Comments
 (0)