|
5878 | 5878 | "expect": {
|
5879 | 5879 | "error": "AccountId must only contain a-z, A-Z, 0-9 and `-`."
|
5880 | 5880 | },
|
5881 |
| - "operationInputs": [ |
5882 |
| - { |
5883 |
| - "builtInParams": { |
5884 |
| - "AWS::Region": "us-east-1" |
5885 |
| - }, |
5886 |
| - "operationName": "ListRegionalBuckets", |
5887 |
| - "operationParams": { |
5888 |
| - "AccountId": "/?invalid¬-host*label" |
5889 |
| - } |
5890 |
| - } |
5891 |
| - ], |
5892 | 5881 | "params": {
|
5893 | 5882 | "AccountId": "/?invalid¬-host*label",
|
5894 | 5883 | "Region": "us-east-1",
|
|
6034 | 6023 | "expect": {
|
6035 | 6024 | "error": "AccountId must only contain a-z, A-Z, 0-9 and `-`."
|
6036 | 6025 | },
|
6037 |
| - "operationInputs": [ |
6038 |
| - { |
6039 |
| - "builtInParams": { |
6040 |
| - "AWS::Region": "us-east-1", |
6041 |
| - "SDK::Endpoint": "https://beta.example.com" |
6042 |
| - }, |
6043 |
| - "operationName": "ListRegionalBuckets", |
6044 |
| - "operationParams": { |
6045 |
| - "AccountId": "/?invalid¬-host*label" |
6046 |
| - } |
6047 |
| - } |
6048 |
| - ], |
6049 | 6026 | "params": {
|
6050 | 6027 | "Region": "us-east-1",
|
6051 | 6028 | "Endpoint": "https://beta.example.com",
|
|
6182 | 6159 | "expect": {
|
6183 | 6160 | "error": "AccountId must only contain a-z, A-Z, 0-9 and `-`."
|
6184 | 6161 | },
|
6185 |
| - "operationInputs": [ |
6186 |
| - { |
6187 |
| - "builtInParams": { |
6188 |
| - "AWS::Region": "us-east-2" |
6189 |
| - }, |
6190 |
| - "operationName": "ListRegionalBuckets", |
6191 |
| - "operationParams": { |
6192 |
| - "OutpostId": "op-123", |
6193 |
| - "AccountId": "/?invalid¬-host*label" |
6194 |
| - } |
6195 |
| - } |
6196 |
| - ], |
6197 | 6162 | "params": {
|
6198 | 6163 | "AccountId": "/?invalid¬-host*label",
|
6199 | 6164 | "OutpostId": "op-123",
|
|
6383 | 6348 | "operationName": "ListRegionalBuckets",
|
6384 | 6349 | "operationParams": {
|
6385 | 6350 | "OutpostId": "op-123",
|
6386 |
| - "AccountId": "0123456789012" |
| 6351 | + "AccountId": "012345678912" |
6387 | 6352 | }
|
6388 | 6353 | }
|
6389 | 6354 | ],
|
6390 | 6355 | "params": {
|
6391 |
| - "AccountId": "0123456789012", |
| 6356 | + "AccountId": "012345678912", |
6392 | 6357 | "OutpostId": "op-123",
|
6393 | 6358 | "Region": "cn-north-1",
|
6394 | 6359 | "RequiresAccountId": true,
|
|
6409 | 6374 | "operationName": "ListRegionalBuckets",
|
6410 | 6375 | "operationParams": {
|
6411 | 6376 | "OutpostId": "?outpost/invalid+",
|
6412 |
| - "AccountId": "0123456789012" |
| 6377 | + "AccountId": "012345678912" |
6413 | 6378 | }
|
6414 | 6379 | }
|
6415 | 6380 | ],
|
6416 | 6381 | "params": {
|
6417 |
| - "AccountId": "0123456789012", |
| 6382 | + "AccountId": "012345678912", |
6418 | 6383 | "OutpostId": "?outpost/invalid+",
|
6419 | 6384 | "Region": "us-west-1",
|
6420 | 6385 | "RequiresAccountId": true,
|
|
6425 | 6390 | {
|
6426 | 6391 | "documentation": "bucket ARN with mismatched accountId",
|
6427 | 6392 | "expect": {
|
6428 |
| - "error": "Invalid ARN: the accountId specified in the ARN (`999999`) does not match the parameter (`0123456789012`)" |
| 6393 | + "error": "Invalid ARN: the accountId specified in the ARN (`999999`) does not match the parameter (`012345678912`)" |
6429 | 6394 | },
|
6430 | 6395 | "params": {
|
6431 | 6396 | "Bucket": "arn:aws:s3-outposts:us-west-2:999999:outpost:op-01234567890123456:bucket:mybucket",
|
6432 |
| - "AccountId": "0123456789012", |
| 6397 | + "AccountId": "012345678912", |
6433 | 6398 | "Region": "us-west-2",
|
6434 | 6399 | "RequiresAccountId": true,
|
6435 | 6400 | "UseDualStack": false,
|
|
0 commit comments