aws-sdk-core 2.11.603 → 2.11.608

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,6 +53,12 @@
53
53
  "output_token": "NextToken",
54
54
  "limit_key": "MaxResults",
55
55
  "result_key": "InputDevices"
56
+ },
57
+ "ListInputDeviceTransfers": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "result_key": "InputDeviceTransfers"
56
62
  }
57
63
  }
58
64
  }
@@ -3208,6 +3208,7 @@
3208
3208
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
3209
3209
  "CrossAccountClone":{"shape":"BooleanOptional"},
3210
3210
  "DomainMemberships":{"shape":"DomainMembershipList"},
3211
+ "TagList":{"shape":"TagList"},
3211
3212
  "GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
3212
3213
  "GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
3213
3214
  },
@@ -3517,7 +3518,8 @@
3517
3518
  "KmsKeyId":{"shape":"String"},
3518
3519
  "DBClusterSnapshotArn":{"shape":"String"},
3519
3520
  "SourceDBClusterSnapshotArn":{"shape":"String"},
3520
- "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
3521
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
3522
+ "TagList":{"shape":"TagList"}
3521
3523
  },
3522
3524
  "wrapper":true
3523
3525
  },
@@ -3678,7 +3680,8 @@
3678
3680
  "DeletionProtection":{"shape":"Boolean"},
3679
3681
  "AssociatedRoles":{"shape":"DBInstanceRoles"},
3680
3682
  "ListenerEndpoint":{"shape":"Endpoint"},
3681
- "MaxAllocatedStorage":{"shape":"IntegerOptional"}
3683
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"},
3684
+ "TagList":{"shape":"TagList"}
3682
3685
  },
3683
3686
  "wrapper":true
3684
3687
  },
@@ -4192,7 +4195,8 @@
4192
4195
  "Timezone":{"shape":"String"},
4193
4196
  "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
4194
4197
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
4195
- "DbiResourceId":{"shape":"String"}
4198
+ "DbiResourceId":{"shape":"String"},
4199
+ "TagList":{"shape":"TagList"}
4196
4200
  },
4197
4201
  "wrapper":true
4198
4202
  },
@@ -7146,7 +7150,8 @@
7146
7150
  "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
7147
7151
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
7148
7152
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
7149
- "DeletionProtection":{"shape":"BooleanOptional"}
7153
+ "DeletionProtection":{"shape":"BooleanOptional"},
7154
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
7150
7155
  }
7151
7156
  },
7152
7157
  "RestoreDBInstanceFromS3Result":{
@@ -7189,7 +7194,8 @@
7189
7194
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
7190
7195
  "DBParameterGroupName":{"shape":"String"},
7191
7196
  "DeletionProtection":{"shape":"BooleanOptional"},
7192
- "SourceDbiResourceId":{"shape":"String"}
7197
+ "SourceDbiResourceId":{"shape":"String"},
7198
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
7193
7199
  }
7194
7200
  },
7195
7201
  "RestoreDBInstanceToPointInTimeResult":{
@@ -340,6 +340,25 @@
340
340
  {"shape":"HumanLoopQuotaExceededException"}
341
341
  ]
342
342
  },
343
+ "DetectProtectiveEquipment":{
344
+ "name":"DetectProtectiveEquipment",
345
+ "http":{
346
+ "method":"POST",
347
+ "requestUri":"/"
348
+ },
349
+ "input":{"shape":"DetectProtectiveEquipmentRequest"},
350
+ "output":{"shape":"DetectProtectiveEquipmentResponse"},
351
+ "errors":[
352
+ {"shape":"InvalidS3ObjectException"},
353
+ {"shape":"InvalidParameterException"},
354
+ {"shape":"ImageTooLargeException"},
355
+ {"shape":"AccessDeniedException"},
356
+ {"shape":"InternalServerError"},
357
+ {"shape":"ThrottlingException"},
358
+ {"shape":"ProvisionedThroughputExceededException"},
359
+ {"shape":"InvalidImageFormatException"}
360
+ ]
361
+ },
343
362
  "DetectText":{
344
363
  "name":"DetectText",
345
364
  "http":{
@@ -537,7 +556,8 @@
537
556
  {"shape":"ThrottlingException"},
538
557
  {"shape":"ProvisionedThroughputExceededException"},
539
558
  {"shape":"ResourceNotFoundException"},
540
- {"shape":"InvalidImageFormatException"}
559
+ {"shape":"InvalidImageFormatException"},
560
+ {"shape":"ServiceQuotaExceededException"}
541
561
  ]
542
562
  },
543
563
  "ListCollections":{
@@ -948,6 +968,19 @@
948
968
  "Confidence":{"shape":"Percent"}
949
969
  }
950
970
  },
971
+ "BodyPart":{
972
+ "type":"string",
973
+ "enum":[
974
+ "FACE",
975
+ "HEAD",
976
+ "LEFT_HAND",
977
+ "RIGHT_HAND"
978
+ ]
979
+ },
980
+ "BodyParts":{
981
+ "type":"list",
982
+ "member":{"shape":"ProtectiveEquipmentBodyPart"}
983
+ },
951
984
  "Boolean":{"type":"boolean"},
952
985
  "BoundingBox":{
953
986
  "type":"structure",
@@ -1116,6 +1149,13 @@
1116
1149
  "TIMESTAMP"
1117
1150
  ]
1118
1151
  },
1152
+ "CoversBodyPart":{
1153
+ "type":"structure",
1154
+ "members":{
1155
+ "Confidence":{"shape":"Percent"},
1156
+ "Value":{"shape":"Boolean"}
1157
+ }
1158
+ },
1119
1159
  "CreateCollectionRequest":{
1120
1160
  "type":"structure",
1121
1161
  "required":["CollectionId"],
@@ -1413,6 +1453,22 @@
1413
1453
  "HumanLoopActivationOutput":{"shape":"HumanLoopActivationOutput"}
1414
1454
  }
1415
1455
  },
1456
+ "DetectProtectiveEquipmentRequest":{
1457
+ "type":"structure",
1458
+ "required":["Image"],
1459
+ "members":{
1460
+ "Image":{"shape":"Image"},
1461
+ "SummarizationAttributes":{"shape":"ProtectiveEquipmentSummarizationAttributes"}
1462
+ }
1463
+ },
1464
+ "DetectProtectiveEquipmentResponse":{
1465
+ "type":"structure",
1466
+ "members":{
1467
+ "ProtectiveEquipmentModelVersion":{"shape":"String"},
1468
+ "Persons":{"shape":"ProtectiveEquipmentPersons"},
1469
+ "Summary":{"shape":"ProtectiveEquipmentSummary"}
1470
+ }
1471
+ },
1416
1472
  "DetectTextFilters":{
1417
1473
  "type":"structure",
1418
1474
  "members":{
@@ -1468,6 +1524,19 @@
1468
1524
  "type":"list",
1469
1525
  "member":{"shape":"Emotion"}
1470
1526
  },
1527
+ "EquipmentDetection":{
1528
+ "type":"structure",
1529
+ "members":{
1530
+ "BoundingBox":{"shape":"BoundingBox"},
1531
+ "Confidence":{"shape":"Percent"},
1532
+ "Type":{"shape":"ProtectiveEquipmentType"},
1533
+ "CoversBodyPart":{"shape":"CoversBodyPart"}
1534
+ }
1535
+ },
1536
+ "EquipmentDetections":{
1537
+ "type":"list",
1538
+ "member":{"shape":"EquipmentDetection"}
1539
+ },
1471
1540
  "EvaluationResult":{
1472
1541
  "type":"structure",
1473
1542
  "members":{
@@ -2337,7 +2406,8 @@
2337
2406
  "OutputConfig":{"shape":"OutputConfig"},
2338
2407
  "TrainingDataResult":{"shape":"TrainingDataResult"},
2339
2408
  "TestingDataResult":{"shape":"TestingDataResult"},
2340
- "EvaluationResult":{"shape":"EvaluationResult"}
2409
+ "EvaluationResult":{"shape":"EvaluationResult"},
2410
+ "ManifestSummary":{"shape":"GroundTruthManifest"}
2341
2411
  }
2342
2412
  },
2343
2413
  "ProjectVersionDescriptions":{
@@ -2368,6 +2438,62 @@
2368
2438
  "max":100,
2369
2439
  "min":1
2370
2440
  },
2441
+ "ProtectiveEquipmentBodyPart":{
2442
+ "type":"structure",
2443
+ "members":{
2444
+ "Name":{"shape":"BodyPart"},
2445
+ "Confidence":{"shape":"Percent"},
2446
+ "EquipmentDetections":{"shape":"EquipmentDetections"}
2447
+ }
2448
+ },
2449
+ "ProtectiveEquipmentPerson":{
2450
+ "type":"structure",
2451
+ "members":{
2452
+ "BodyParts":{"shape":"BodyParts"},
2453
+ "BoundingBox":{"shape":"BoundingBox"},
2454
+ "Confidence":{"shape":"Percent"},
2455
+ "Id":{"shape":"UInteger"}
2456
+ }
2457
+ },
2458
+ "ProtectiveEquipmentPersonIds":{
2459
+ "type":"list",
2460
+ "member":{"shape":"UInteger"}
2461
+ },
2462
+ "ProtectiveEquipmentPersons":{
2463
+ "type":"list",
2464
+ "member":{"shape":"ProtectiveEquipmentPerson"}
2465
+ },
2466
+ "ProtectiveEquipmentSummarizationAttributes":{
2467
+ "type":"structure",
2468
+ "required":[
2469
+ "MinConfidence",
2470
+ "RequiredEquipmentTypes"
2471
+ ],
2472
+ "members":{
2473
+ "MinConfidence":{"shape":"Percent"},
2474
+ "RequiredEquipmentTypes":{"shape":"ProtectiveEquipmentTypes"}
2475
+ }
2476
+ },
2477
+ "ProtectiveEquipmentSummary":{
2478
+ "type":"structure",
2479
+ "members":{
2480
+ "PersonsWithRequiredEquipment":{"shape":"ProtectiveEquipmentPersonIds"},
2481
+ "PersonsWithoutRequiredEquipment":{"shape":"ProtectiveEquipmentPersonIds"},
2482
+ "PersonsIndeterminate":{"shape":"ProtectiveEquipmentPersonIds"}
2483
+ }
2484
+ },
2485
+ "ProtectiveEquipmentType":{
2486
+ "type":"string",
2487
+ "enum":[
2488
+ "FACE_COVER",
2489
+ "HAND_COVER",
2490
+ "HEAD_COVER"
2491
+ ]
2492
+ },
2493
+ "ProtectiveEquipmentTypes":{
2494
+ "type":"list",
2495
+ "member":{"shape":"ProtectiveEquipmentType"}
2496
+ },
2371
2497
  "ProvisionedThroughputExceededException":{
2372
2498
  "type":"structure",
2373
2499
  "members":{
@@ -2581,6 +2707,12 @@
2581
2707
  "type":"list",
2582
2708
  "member":{"shape":"SegmentTypeInfo"}
2583
2709
  },
2710
+ "ServiceQuotaExceededException":{
2711
+ "type":"structure",
2712
+ "members":{
2713
+ },
2714
+ "exception":true
2715
+ },
2584
2716
  "ShotSegment":{
2585
2717
  "type":"structure",
2586
2718
  "members":{
@@ -2907,7 +3039,8 @@
2907
3039
  "type":"structure",
2908
3040
  "members":{
2909
3041
  "Input":{"shape":"TestingData"},
2910
- "Output":{"shape":"TestingData"}
3042
+ "Output":{"shape":"TestingData"},
3043
+ "Validation":{"shape":"ValidationData"}
2911
3044
  }
2912
3045
  },
2913
3046
  "TextDetection":{
@@ -2962,7 +3095,8 @@
2962
3095
  "type":"structure",
2963
3096
  "members":{
2964
3097
  "Input":{"shape":"TrainingData"},
2965
- "Output":{"shape":"TrainingData"}
3098
+ "Output":{"shape":"TrainingData"},
3099
+ "Validation":{"shape":"ValidationData"}
2966
3100
  }
2967
3101
  },
2968
3102
  "UInteger":{
@@ -2989,6 +3123,12 @@
2989
3123
  "type":"list",
2990
3124
  "member":{"shape":"Url"}
2991
3125
  },
3126
+ "ValidationData":{
3127
+ "type":"structure",
3128
+ "members":{
3129
+ "Assets":{"shape":"Assets"}
3130
+ }
3131
+ },
2992
3132
  "VersionName":{
2993
3133
  "type":"string",
2994
3134
  "max":255,
@@ -8408,7 +8408,8 @@
8408
8408
  "sitara_am57x",
8409
8409
  "amba_cv22",
8410
8410
  "x86_win32",
8411
- "x86_win64"
8411
+ "x86_win64",
8412
+ "coreml"
8412
8413
  ]
8413
8414
  },
8414
8415
  "TargetObjectiveMetricValue":{"type":"float"},
@@ -687,6 +687,19 @@
687
687
  {"shape":"OperationNotSupportedException"}
688
688
  ]
689
689
  },
690
+ "GetProvisionedProductOutputs":{
691
+ "name":"GetProvisionedProductOutputs",
692
+ "http":{
693
+ "method":"POST",
694
+ "requestUri":"/"
695
+ },
696
+ "input":{"shape":"GetProvisionedProductOutputsInput"},
697
+ "output":{"shape":"GetProvisionedProductOutputsOutput"},
698
+ "errors":[
699
+ {"shape":"InvalidParametersException"},
700
+ {"shape":"ResourceNotFoundException"}
701
+ ]
702
+ },
690
703
  "ListAcceptedPortfolioShares":{
691
704
  "name":"ListAcceptedPortfolioShares",
692
705
  "http":{
@@ -2223,6 +2236,24 @@
2223
2236
  "AccessStatus":{"shape":"AccessStatus"}
2224
2237
  }
2225
2238
  },
2239
+ "GetProvisionedProductOutputsInput":{
2240
+ "type":"structure",
2241
+ "members":{
2242
+ "AcceptLanguage":{"shape":"AcceptLanguage"},
2243
+ "ProvisionedProductId":{"shape":"Id"},
2244
+ "ProvisionedProductName":{"shape":"ProvisionedProductName"},
2245
+ "OutputKeys":{"shape":"OutputKeys"},
2246
+ "PageSize":{"shape":"PageSize"},
2247
+ "PageToken":{"shape":"PageToken"}
2248
+ }
2249
+ },
2250
+ "GetProvisionedProductOutputsOutput":{
2251
+ "type":"structure",
2252
+ "members":{
2253
+ "Outputs":{"shape":"RecordOutputs"},
2254
+ "NextPageToken":{"shape":"PageToken"}
2255
+ }
2256
+ },
2226
2257
  "HasDefaultPath":{"type":"boolean"},
2227
2258
  "Id":{
2228
2259
  "type":"string",
@@ -2656,6 +2687,11 @@
2656
2687
  "max":1024
2657
2688
  },
2658
2689
  "OutputKey":{"type":"string"},
2690
+ "OutputKeys":{
2691
+ "type":"list",
2692
+ "member":{"shape":"OutputKey"},
2693
+ "max":60
2694
+ },
2659
2695
  "OutputValue":{"type":"string"},
2660
2696
  "PageSize":{
2661
2697
  "type":"integer",
@@ -2853,7 +2889,10 @@
2853
2889
  },
2854
2890
  "PropertyKey":{
2855
2891
  "type":"string",
2856
- "enum":["OWNER"],
2892
+ "enum":[
2893
+ "OWNER",
2894
+ "LAUNCH_ROLE"
2895
+ ],
2857
2896
  "max":128,
2858
2897
  "min":1
2859
2898
  },
@@ -2942,7 +2981,8 @@
2942
2981
  "LastProvisioningRecordId":{"shape":"Id"},
2943
2982
  "LastSuccessfulProvisioningRecordId":{"shape":"Id"},
2944
2983
  "ProductId":{"shape":"Id"},
2945
- "ProvisioningArtifactId":{"shape":"Id"}
2984
+ "ProvisioningArtifactId":{"shape":"Id"},
2985
+ "LaunchRoleArn":{"shape":"RoleArn"}
2946
2986
  }
2947
2987
  },
2948
2988
  "ProvisionedProductDetails":{
@@ -3228,7 +3268,8 @@
3228
3268
  "ProvisioningArtifactId":{"shape":"Id"},
3229
3269
  "PathId":{"shape":"Id"},
3230
3270
  "RecordErrors":{"shape":"RecordErrors"},
3231
- "RecordTags":{"shape":"RecordTags"}
3271
+ "RecordTags":{"shape":"RecordTags"},
3272
+ "LaunchRoleArn":{"shape":"RoleArn"}
3232
3273
  }
3233
3274
  },
3234
3275
  "RecordDetails":{
@@ -3409,6 +3450,12 @@
3409
3450
  }
3410
3451
  },
3411
3452
  "ResourceType":{"type":"string"},
3453
+ "RoleArn":{
3454
+ "type":"string",
3455
+ "max":1224,
3456
+ "min":1,
3457
+ "pattern":"arn:[a-z0-9-\\.]{1,63}:iam::[a-z0-9-\\.]{0,63}:role\\/.{0,1023}"
3458
+ },
3412
3459
  "ScanProvisionedProductsInput":{
3413
3460
  "type":"structure",
3414
3461
  "members":{
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetProvisionedProductOutputs": {
4
+ "input_token": "PageToken",
5
+ "output_token": "NextPageToken",
6
+ "limit_key": "PageSize"
7
+ },
3
8
  "ListAcceptedPortfolioShares": {
4
9
  "input_token": "PageToken",
5
10
  "output_token": "NextPageToken",
@@ -85,6 +85,22 @@
85
85
  {"shape":"Ec2RequestFailedException"}
86
86
  ]
87
87
  },
88
+ "CreateReturnShippingLabel":{
89
+ "name":"CreateReturnShippingLabel",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"CreateReturnShippingLabelRequest"},
95
+ "output":{"shape":"CreateReturnShippingLabelResult"},
96
+ "errors":[
97
+ {"shape":"InvalidResourceException"},
98
+ {"shape":"InvalidJobStateException"},
99
+ {"shape":"InvalidInputCombinationException"},
100
+ {"shape":"ConflictException"},
101
+ {"shape":"ReturnShippingLabelAlreadyExistsException"}
102
+ ]
103
+ },
88
104
  "DescribeAddress":{
89
105
  "name":"DescribeAddress",
90
106
  "http":{
@@ -134,6 +150,20 @@
134
150
  {"shape":"InvalidResourceException"}
135
151
  ]
136
152
  },
153
+ "DescribeReturnShippingLabel":{
154
+ "name":"DescribeReturnShippingLabel",
155
+ "http":{
156
+ "method":"POST",
157
+ "requestUri":"/"
158
+ },
159
+ "input":{"shape":"DescribeReturnShippingLabelRequest"},
160
+ "output":{"shape":"DescribeReturnShippingLabelResult"},
161
+ "errors":[
162
+ {"shape":"InvalidResourceException"},
163
+ {"shape":"InvalidJobStateException"},
164
+ {"shape":"ConflictException"}
165
+ ]
166
+ },
137
167
  "GetJobManifest":{
138
168
  "name":"GetJobManifest",
139
169
  "http":{
@@ -264,6 +294,19 @@
264
294
  {"shape":"ClusterLimitExceededException"},
265
295
  {"shape":"Ec2RequestFailedException"}
266
296
  ]
297
+ },
298
+ "UpdateJobShipmentState":{
299
+ "name":"UpdateJobShipmentState",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"UpdateJobShipmentStateRequest"},
305
+ "output":{"shape":"UpdateJobShipmentStateResult"},
306
+ "errors":[
307
+ {"shape":"InvalidResourceException"},
308
+ {"shape":"InvalidJobStateException"}
309
+ ]
267
310
  }
268
311
  },
269
312
  "shapes":{
@@ -393,6 +436,14 @@
393
436
  "type":"list",
394
437
  "member":{"shape":"CompatibleImage"}
395
438
  },
439
+ "ConflictException":{
440
+ "type":"structure",
441
+ "members":{
442
+ "ConflictResource":{"shape":"String"},
443
+ "Message":{"shape":"String"}
444
+ },
445
+ "exception":true
446
+ },
396
447
  "CreateAddressRequest":{
397
448
  "type":"structure",
398
449
  "required":["Address"],
@@ -460,6 +511,20 @@
460
511
  "JobId":{"shape":"JobId"}
461
512
  }
462
513
  },
514
+ "CreateReturnShippingLabelRequest":{
515
+ "type":"structure",
516
+ "required":["JobId"],
517
+ "members":{
518
+ "JobId":{"shape":"JobId"},
519
+ "ShippingOption":{"shape":"ShippingOption"}
520
+ }
521
+ },
522
+ "CreateReturnShippingLabelResult":{
523
+ "type":"structure",
524
+ "members":{
525
+ "Status":{"shape":"ShippingLabelStatus"}
526
+ }
527
+ },
463
528
  "DataTransfer":{
464
529
  "type":"structure",
465
530
  "members":{
@@ -523,6 +588,19 @@
523
588
  "SubJobMetadata":{"shape":"JobMetadataList"}
524
589
  }
525
590
  },
591
+ "DescribeReturnShippingLabelRequest":{
592
+ "type":"structure",
593
+ "members":{
594
+ "JobId":{"shape":"JobId"}
595
+ }
596
+ },
597
+ "DescribeReturnShippingLabelResult":{
598
+ "type":"structure",
599
+ "members":{
600
+ "Status":{"shape":"ShippingLabelStatus"},
601
+ "ExpirationDate":{"shape":"Timestamp"}
602
+ }
603
+ },
526
604
  "DeviceConfiguration":{
527
605
  "type":"structure",
528
606
  "members":{
@@ -858,6 +936,13 @@
858
936
  "type":"string",
859
937
  "max":255
860
938
  },
939
+ "ReturnShippingLabelAlreadyExistsException":{
940
+ "type":"structure",
941
+ "members":{
942
+ "Message":{"shape":"String"}
943
+ },
944
+ "exception":true
945
+ },
861
946
  "RoleARN":{
862
947
  "type":"string",
863
948
  "max":255,
@@ -881,6 +966,13 @@
881
966
  "TrackingNumber":{"shape":"String"}
882
967
  }
883
968
  },
969
+ "ShipmentState":{
970
+ "type":"string",
971
+ "enum":[
972
+ "RECEIVED",
973
+ "RETURNED"
974
+ ]
975
+ },
884
976
  "ShippingDetails":{
885
977
  "type":"structure",
886
978
  "members":{
@@ -889,6 +981,15 @@
889
981
  "OutboundShipment":{"shape":"Shipment"}
890
982
  }
891
983
  },
984
+ "ShippingLabelStatus":{
985
+ "type":"string",
986
+ "enum":[
987
+ "InProgress",
988
+ "TimedOut",
989
+ "Succeeded",
990
+ "Failed"
991
+ ]
992
+ },
892
993
  "ShippingOption":{
893
994
  "type":"string",
894
995
  "enum":[
@@ -989,6 +1090,22 @@
989
1090
  "members":{
990
1091
  }
991
1092
  },
1093
+ "UpdateJobShipmentStateRequest":{
1094
+ "type":"structure",
1095
+ "required":[
1096
+ "JobId",
1097
+ "ShipmentState"
1098
+ ],
1099
+ "members":{
1100
+ "JobId":{"shape":"JobId"},
1101
+ "ShipmentState":{"shape":"ShipmentState"}
1102
+ }
1103
+ },
1104
+ "UpdateJobShipmentStateResult":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ }
1108
+ },
992
1109
  "WirelessConnection":{
993
1110
  "type":"structure",
994
1111
  "members":{