Skip to content

Commit 041bafd

Browse files
author
awstools
committed
feat(client-snowball): Remove incorrect endpoint tests
1 parent eb9a321 commit 041bafd

File tree

2 files changed

+14
-58
lines changed

2 files changed

+14
-58
lines changed

clients/client-snowball/src/models/models_0.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,24 +1125,24 @@ export class ClusterLimitExceededException extends __BaseException {
11251125
}
11261126

11271127
/**
1128-
* <p>Configures the wireless connection on an Snowcone device.</p>
1128+
* <p>Configures the wireless connection on an Snowball Edge device.</p>
11291129
* @public
11301130
*/
11311131
export interface WirelessConnection {
11321132
/**
1133-
* <p>Enables the Wi-Fi adapter on an Snowcone device.</p>
1133+
* <p>Enables the Wi-Fi adapter on an Snowball Edge device.</p>
11341134
* @public
11351135
*/
11361136
IsWifiEnabled?: boolean | undefined;
11371137
}
11381138

11391139
/**
1140-
* <p>Specifies the device configuration for an Snowcone job.</p>
1140+
* <p>Specifies the device configuration for an Snowball Edge job.</p>
11411141
* @public
11421142
*/
11431143
export interface SnowconeDeviceConfiguration {
11441144
/**
1145-
* <p>Configures the wireless connection for the Snowcone device.</p>
1145+
* <p>Configures the wireless connection for the Snowball Edge device.</p>
11461146
* @public
11471147
*/
11481148
WirelessConnection?: WirelessConnection | undefined;
@@ -1154,7 +1154,7 @@ export interface SnowconeDeviceConfiguration {
11541154
*/
11551155
export interface DeviceConfiguration {
11561156
/**
1157-
* <p>Returns information about the device configuration for an Snowcone
1157+
* <p>Returns information about the device configuration for an Snowball Edge
11581158
* job.</p>
11591159
* @public
11601160
*/
@@ -1375,7 +1375,7 @@ export interface CreateJobRequest {
13751375
TaxDocuments?: TaxDocuments | undefined;
13761376

13771377
/**
1378-
* <p>Defines the device configuration for an Snowcone job.</p>
1378+
* <p>Defines the device configuration for an Snowball Edge job.</p>
13791379
* <p>For more information, see
13801380
* "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow
13811381
* Family Devices and Capacity) in the <i>Snowcone User Guide</i> or
@@ -1735,7 +1735,7 @@ export interface ClusterMetadata {
17351735
JobType?: JobType | undefined;
17361736

17371737
/**
1738-
* <p>The type of Snowcone device to use for this cluster.
1738+
* <p>The type of Snowball Edge device to use for this cluster.
17391739
* </p>
17401740
* <note>
17411741
* <p>For cluster jobs, Amazon Web Services Snow Family currently supports only the

codegen/sdk-codegen/aws-models/snowball.json

Lines changed: 7 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,17 +1108,6 @@
11081108
"UseDualStack": false
11091109
}
11101110
},
1111-
{
1112-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1113-
"expect": {
1114-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1115-
},
1116-
"params": {
1117-
"Region": "us-iso-east-1",
1118-
"UseFIPS": true,
1119-
"UseDualStack": true
1120-
}
1121-
},
11221111
{
11231112
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11241113
"expect": {
@@ -1132,17 +1121,6 @@
11321121
"UseDualStack": false
11331122
}
11341123
},
1135-
{
1136-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1137-
"expect": {
1138-
"error": "DualStack is enabled but this partition does not support DualStack"
1139-
},
1140-
"params": {
1141-
"Region": "us-iso-east-1",
1142-
"UseFIPS": false,
1143-
"UseDualStack": true
1144-
}
1145-
},
11461124
{
11471125
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11481126
"expect": {
@@ -1156,17 +1134,6 @@
11561134
"UseDualStack": false
11571135
}
11581136
},
1159-
{
1160-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1161-
"expect": {
1162-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1163-
},
1164-
"params": {
1165-
"Region": "us-isob-east-1",
1166-
"UseFIPS": true,
1167-
"UseDualStack": true
1168-
}
1169-
},
11701137
{
11711138
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
11721139
"expect": {
@@ -1180,17 +1147,6 @@
11801147
"UseDualStack": false
11811148
}
11821149
},
1183-
{
1184-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1185-
"expect": {
1186-
"error": "DualStack is enabled but this partition does not support DualStack"
1187-
},
1188-
"params": {
1189-
"Region": "us-isob-east-1",
1190-
"UseFIPS": false,
1191-
"UseDualStack": true
1192-
}
1193-
},
11941150
{
11951151
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
11961152
"expect": {
@@ -1611,7 +1567,7 @@
16111567
"SnowballType": {
16121568
"target": "com.amazonaws.snowball#SnowballType",
16131569
"traits": {
1614-
"smithy.api#documentation": "<p>The type of Snowcone device to use for this cluster.\n </p>\n <note>\n <p>For cluster jobs, Amazon Web Services Snow Family currently supports only the\n <code>EDGE</code> device type.</p>\n </note>"
1570+
"smithy.api#documentation": "<p>The type of Snowball Edge device to use for this cluster.\n </p>\n <note>\n <p>For cluster jobs, Amazon Web Services Snow Family currently supports only the\n <code>EDGE</code> device type.</p>\n </note>"
16151571
}
16161572
},
16171573
"CreationDate": {
@@ -2157,7 +2113,7 @@
21572113
"DeviceConfiguration": {
21582114
"target": "com.amazonaws.snowball#DeviceConfiguration",
21592115
"traits": {
2160-
"smithy.api#documentation": "<p>Defines the device configuration for an Snowcone job.</p>\n <p>For more information, see\n \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow\n Family Devices and Capacity) in the <i>Snowcone User Guide</i> or\n \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow\n Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>"
2116+
"smithy.api#documentation": "<p>Defines the device configuration for an Snowball Edge job.</p>\n <p>For more information, see\n \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow\n Family Devices and Capacity) in the <i>Snowcone User Guide</i> or\n \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow\n Family Devices and Capacity) in the <i>Snowcone User Guide</i>.</p>"
21612117
}
21622118
},
21632119
"RemoteManagement": {
@@ -2724,7 +2680,7 @@
27242680
"SnowconeDeviceConfiguration": {
27252681
"target": "com.amazonaws.snowball#SnowconeDeviceConfiguration",
27262682
"traits": {
2727-
"smithy.api#documentation": "<p>Returns information about the device configuration for an Snowcone\n job.</p>"
2683+
"smithy.api#documentation": "<p>Returns information about the device configuration for an Snowball Edge\n job.</p>"
27282684
}
27292685
}
27302686
},
@@ -4896,12 +4852,12 @@
48964852
"WirelessConnection": {
48974853
"target": "com.amazonaws.snowball#WirelessConnection",
48984854
"traits": {
4899-
"smithy.api#documentation": "<p>Configures the wireless connection for the Snowcone device.</p>"
4855+
"smithy.api#documentation": "<p>Configures the wireless connection for the Snowball Edge device.</p>"
49004856
}
49014857
}
49024858
},
49034859
"traits": {
4904-
"smithy.api#documentation": "<p>Specifies the device configuration for an Snowcone job.</p>"
4860+
"smithy.api#documentation": "<p>Specifies the device configuration for an Snowball Edge job.</p>"
49054861
}
49064862
},
49074863
"com.amazonaws.snowball#SnsTopicARN": {
@@ -5381,12 +5337,12 @@
53815337
"target": "com.amazonaws.snowball#Boolean",
53825338
"traits": {
53835339
"smithy.api#default": false,
5384-
"smithy.api#documentation": "<p>Enables the Wi-Fi adapter on an Snowcone device.</p>"
5340+
"smithy.api#documentation": "<p>Enables the Wi-Fi adapter on an Snowball Edge device.</p>"
53855341
}
53865342
}
53875343
},
53885344
"traits": {
5389-
"smithy.api#documentation": "<p>Configures the wireless connection on an Snowcone device.</p>"
5345+
"smithy.api#documentation": "<p>Configures the wireless connection on an Snowball Edge device.</p>"
53905346
}
53915347
}
53925348
}

0 commit comments

Comments
 (0)