aws-sdk 2.1041.0 → 2.1045.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/README.md +1 -1
  3. package/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
  4. package/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
  5. package/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
  6. package/apis/appsync-2017-07-25.min.json +327 -102
  7. package/apis/comprehendmedical-2018-10-30.min.json +244 -29
  8. package/apis/iot-2015-05-28.min.json +280 -271
  9. package/apis/location-2020-11-19.min.json +235 -107
  10. package/apis/logs-2014-03-28.min.json +4 -1
  11. package/apis/lookoutvision-2020-11-20.min.json +208 -11
  12. package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
  13. package/apis/metadata.json +3 -0
  14. package/apis/networkmanager-2019-07-05.min.json +1931 -558
  15. package/apis/networkmanager-2019-07-05.paginators.json +36 -0
  16. package/apis/outposts-2019-12-03.min.json +29 -0
  17. package/apis/ram-2018-01-04.min.json +16 -11
  18. package/apis/sagemaker-2017-07-24.min.json +31 -28
  19. package/clients/all.d.ts +1 -0
  20. package/clients/all.js +2 -1
  21. package/clients/amplifyuibuilder.d.ts +1003 -0
  22. package/clients/amplifyuibuilder.js +18 -0
  23. package/clients/appsync.d.ts +330 -109
  24. package/clients/cloudwatchlogs.d.ts +6 -1
  25. package/clients/comprehendmedical.d.ts +306 -25
  26. package/clients/health.d.ts +2 -2
  27. package/clients/iot.d.ts +13 -0
  28. package/clients/location.d.ts +139 -9
  29. package/clients/lookoutvision.d.ts +293 -23
  30. package/clients/networkmanager.d.ts +1856 -361
  31. package/clients/outposts.d.ts +47 -3
  32. package/clients/ram.d.ts +234 -212
  33. package/clients/rekognition.d.ts +5 -5
  34. package/clients/route53.d.ts +11 -11
  35. package/clients/sagemaker.d.ts +3 -1
  36. package/clients/support.d.ts +62 -62
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +53 -16
  39. package/dist/aws-sdk.js +769 -411
  40. package/dist/aws-sdk.min.js +74 -74
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
@@ -810,7 +810,10 @@
810
810
  ],
811
811
  "members": {
812
812
  "destinationName": {},
813
- "accessPolicy": {}
813
+ "accessPolicy": {},
814
+ "forceUpdate": {
815
+ "type": "boolean"
816
+ }
814
817
  }
815
818
  }
816
819
  },
@@ -334,10 +334,10 @@
334
334
  "shape": "Si"
335
335
  },
336
336
  "EvaluationManifest": {
337
- "shape": "S1g"
337
+ "shape": "S1h"
338
338
  },
339
339
  "EvaluationResult": {
340
- "shape": "S1g"
340
+ "shape": "S1h"
341
341
  },
342
342
  "EvaluationEndTimestamp": {
343
343
  "type": "timestamp"
@@ -348,6 +348,68 @@
348
348
  }
349
349
  }
350
350
  },
351
+ "DescribeModelPackagingJob": {
352
+ "http": {
353
+ "method": "GET",
354
+ "requestUri": "/2020-11-20/projects/{projectName}/modelpackagingjobs/{jobName}"
355
+ },
356
+ "input": {
357
+ "type": "structure",
358
+ "required": [
359
+ "ProjectName",
360
+ "JobName"
361
+ ],
362
+ "members": {
363
+ "ProjectName": {
364
+ "location": "uri",
365
+ "locationName": "projectName"
366
+ },
367
+ "JobName": {
368
+ "location": "uri",
369
+ "locationName": "jobName"
370
+ }
371
+ }
372
+ },
373
+ "output": {
374
+ "type": "structure",
375
+ "members": {
376
+ "ModelPackagingDescription": {
377
+ "type": "structure",
378
+ "members": {
379
+ "JobName": {},
380
+ "ProjectName": {},
381
+ "ModelVersion": {},
382
+ "ModelPackagingConfiguration": {
383
+ "shape": "S1m"
384
+ },
385
+ "ModelPackagingJobDescription": {},
386
+ "ModelPackagingMethod": {},
387
+ "ModelPackagingOutputDetails": {
388
+ "type": "structure",
389
+ "members": {
390
+ "Greengrass": {
391
+ "type": "structure",
392
+ "members": {
393
+ "ComponentVersionArn": {},
394
+ "ComponentName": {},
395
+ "ComponentVersion": {}
396
+ }
397
+ }
398
+ }
399
+ },
400
+ "Status": {},
401
+ "StatusMessage": {},
402
+ "CreationTimestamp": {
403
+ "type": "timestamp"
404
+ },
405
+ "LastUpdatedTimestamp": {
406
+ "type": "timestamp"
407
+ }
408
+ }
409
+ }
410
+ }
411
+ }
412
+ },
351
413
  "DescribeProject": {
352
414
  "http": {
353
415
  "method": "GET",
@@ -508,6 +570,60 @@
508
570
  }
509
571
  }
510
572
  },
573
+ "ListModelPackagingJobs": {
574
+ "http": {
575
+ "method": "GET",
576
+ "requestUri": "/2020-11-20/projects/{projectName}/modelpackagingjobs"
577
+ },
578
+ "input": {
579
+ "type": "structure",
580
+ "required": [
581
+ "ProjectName"
582
+ ],
583
+ "members": {
584
+ "ProjectName": {
585
+ "location": "uri",
586
+ "locationName": "projectName"
587
+ },
588
+ "NextToken": {
589
+ "location": "querystring",
590
+ "locationName": "nextToken"
591
+ },
592
+ "MaxResults": {
593
+ "location": "querystring",
594
+ "locationName": "maxResults",
595
+ "type": "integer"
596
+ }
597
+ }
598
+ },
599
+ "output": {
600
+ "type": "structure",
601
+ "members": {
602
+ "ModelPackagingJobs": {
603
+ "type": "list",
604
+ "member": {
605
+ "type": "structure",
606
+ "members": {
607
+ "JobName": {},
608
+ "ProjectName": {},
609
+ "ModelVersion": {},
610
+ "ModelPackagingJobDescription": {},
611
+ "ModelPackagingMethod": {},
612
+ "Status": {},
613
+ "StatusMessage": {},
614
+ "CreationTimestamp": {
615
+ "type": "timestamp"
616
+ },
617
+ "LastUpdatedTimestamp": {
618
+ "type": "timestamp"
619
+ }
620
+ }
621
+ }
622
+ },
623
+ "NextToken": {}
624
+ }
625
+ }
626
+ },
511
627
  "ListModels": {
512
628
  "http": {
513
629
  "method": "GET",
@@ -643,6 +759,42 @@
643
759
  }
644
760
  }
645
761
  },
762
+ "StartModelPackagingJob": {
763
+ "http": {
764
+ "requestUri": "/2020-11-20/projects/{projectName}/modelpackagingjobs"
765
+ },
766
+ "input": {
767
+ "type": "structure",
768
+ "required": [
769
+ "ProjectName",
770
+ "ModelVersion",
771
+ "Configuration"
772
+ ],
773
+ "members": {
774
+ "ProjectName": {
775
+ "location": "uri",
776
+ "locationName": "projectName"
777
+ },
778
+ "ModelVersion": {},
779
+ "JobName": {},
780
+ "Configuration": {
781
+ "shape": "S1m"
782
+ },
783
+ "Description": {},
784
+ "ClientToken": {
785
+ "idempotencyToken": true,
786
+ "location": "header",
787
+ "locationName": "X-Amzn-Client-Token"
788
+ }
789
+ }
790
+ },
791
+ "output": {
792
+ "type": "structure",
793
+ "members": {
794
+ "JobName": {}
795
+ }
796
+ }
797
+ },
646
798
  "StopModel": {
647
799
  "http": {
648
800
  "requestUri": "/2020-11-20/projects/{projectName}/models/{modelVersion}/stop",
@@ -790,17 +942,20 @@
790
942
  ],
791
943
  "members": {
792
944
  "S3Location": {
793
- "type": "structure",
794
- "required": [
795
- "Bucket"
796
- ],
797
- "members": {
798
- "Bucket": {},
799
- "Prefix": {}
800
- }
945
+ "shape": "Sj"
801
946
  }
802
947
  }
803
948
  },
949
+ "Sj": {
950
+ "type": "structure",
951
+ "required": [
952
+ "Bucket"
953
+ ],
954
+ "members": {
955
+ "Bucket": {},
956
+ "Prefix": {}
957
+ }
958
+ },
804
959
  "Sm": {
805
960
  "type": "list",
806
961
  "member": {
@@ -855,7 +1010,7 @@
855
1010
  }
856
1011
  }
857
1012
  },
858
- "S1g": {
1013
+ "S1h": {
859
1014
  "type": "structure",
860
1015
  "required": [
861
1016
  "Bucket",
@@ -865,6 +1020,48 @@
865
1020
  "Bucket": {},
866
1021
  "Key": {}
867
1022
  }
1023
+ },
1024
+ "S1m": {
1025
+ "type": "structure",
1026
+ "required": [
1027
+ "Greengrass"
1028
+ ],
1029
+ "members": {
1030
+ "Greengrass": {
1031
+ "type": "structure",
1032
+ "required": [
1033
+ "CompilerOptions",
1034
+ "S3OutputLocation",
1035
+ "ComponentName"
1036
+ ],
1037
+ "members": {
1038
+ "CompilerOptions": {},
1039
+ "TargetDevice": {},
1040
+ "TargetPlatform": {
1041
+ "type": "structure",
1042
+ "required": [
1043
+ "Os",
1044
+ "Arch",
1045
+ "Accelerator"
1046
+ ],
1047
+ "members": {
1048
+ "Os": {},
1049
+ "Arch": {},
1050
+ "Accelerator": {}
1051
+ }
1052
+ },
1053
+ "S3OutputLocation": {
1054
+ "shape": "Sj"
1055
+ },
1056
+ "ComponentName": {},
1057
+ "ComponentVersion": {},
1058
+ "ComponentDescription": {},
1059
+ "Tags": {
1060
+ "shape": "Sm"
1061
+ }
1062
+ }
1063
+ }
1064
+ }
868
1065
  }
869
1066
  }
870
1067
  }
@@ -6,6 +6,12 @@
6
6
  "limit_key": "MaxResults",
7
7
  "result_key": "DatasetEntries"
8
8
  },
9
+ "ListModelPackagingJobs": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "ModelPackagingJobs"
14
+ },
9
15
  "ListModels": {
10
16
  "input_token": "NextToken",
11
17
  "output_token": "NextToken",
@@ -1136,5 +1136,8 @@
1136
1136
  "workspacesweb": {
1137
1137
  "prefix": "workspaces-web",
1138
1138
  "name": "WorkSpacesWeb"
1139
+ },
1140
+ "amplifyuibuilder": {
1141
+ "name": "AmplifyUIBuilder"
1139
1142
  }
1140
1143
  }