aws-sdk-core 2.10.91 → 2.10.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/comprehend/2017-11-27/api-2.json +685 -0
  3. data/apis/comprehend/2017-11-27/examples-1.json +5 -0
  4. data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
  5. data/apis/dynamodb/2011-12-05/api-2.json +1 -0
  6. data/apis/dynamodb/2012-08-10/api-2.json +610 -1
  7. data/apis/ecs/2014-11-13/api-2.json +151 -17
  8. data/apis/glacier/2012-06-01/api-2.json +174 -3
  9. data/apis/greengrass/2017-06-07/api-2.json +568 -1
  10. data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
  11. data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
  12. data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
  13. data/apis/iot/2015-05-28/api-2.json +3105 -203
  14. data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
  15. data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
  16. data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
  17. data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
  18. data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
  19. data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
  20. data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
  21. data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
  22. data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
  23. data/apis/rekognition/2016-06-27/api-2.json +994 -33
  24. data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
  25. data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
  26. data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
  27. data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
  28. data/apis/s3/2006-03-01/api-2.json +138 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
  30. data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
  31. data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
  32. data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
  33. data/apis/translate/2017-07-01/api-2.json +119 -0
  34. data/apis/translate/2017-07-01/examples-1.json +5 -0
  35. data/apis/translate/2017-07-01/paginators-1.json +4 -0
  36. data/lib/aws-sdk-core.rb +8 -0
  37. data/lib/aws-sdk-core/comprehend.rb +6 -0
  38. data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
  39. data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
  40. data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
  41. data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
  42. data/lib/aws-sdk-core/sagemaker.rb +7 -0
  43. data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
  44. data/lib/aws-sdk-core/translate.rb +6 -0
  45. data/lib/aws-sdk-core/version.rb +1 -1
  46. data/service-models.json +32 -0
  47. metadata +34 -1
@@ -254,6 +254,59 @@
254
254
  "shape" : "BadRequestException"
255
255
  } ]
256
256
  },
257
+ "CreateResourceDefinition" : {
258
+ "name" : "CreateResourceDefinition",
259
+ "http" : {
260
+ "method" : "POST",
261
+ "requestUri" : "/greengrass/definition/resources",
262
+ "responseCode" : 200
263
+ },
264
+ "input" : {
265
+ "shape" : "CreateResourceDefinitionRequest"
266
+ },
267
+ "output" : {
268
+ "shape" : "CreateResourceDefinitionResponse"
269
+ },
270
+ "errors" : [ {
271
+ "shape" : "BadRequestException"
272
+ } ]
273
+ },
274
+ "CreateResourceDefinitionVersion" : {
275
+ "name" : "CreateResourceDefinitionVersion",
276
+ "http" : {
277
+ "method" : "POST",
278
+ "requestUri" : "/greengrass/definition/resources/{ResourceDefinitionId}/versions",
279
+ "responseCode" : 200
280
+ },
281
+ "input" : {
282
+ "shape" : "CreateResourceDefinitionVersionRequest"
283
+ },
284
+ "output" : {
285
+ "shape" : "CreateResourceDefinitionVersionResponse"
286
+ },
287
+ "errors" : [ {
288
+ "shape" : "BadRequestException"
289
+ } ]
290
+ },
291
+ "CreateSoftwareUpdateJob" : {
292
+ "name" : "CreateSoftwareUpdateJob",
293
+ "http" : {
294
+ "method" : "POST",
295
+ "requestUri" : "/greengrass/updates",
296
+ "responseCode" : 200
297
+ },
298
+ "input" : {
299
+ "shape" : "CreateSoftwareUpdateJobRequest"
300
+ },
301
+ "output" : {
302
+ "shape" : "CreateSoftwareUpdateJobResponse"
303
+ },
304
+ "errors" : [ {
305
+ "shape" : "BadRequestException"
306
+ }, {
307
+ "shape" : "InternalServerErrorException"
308
+ } ]
309
+ },
257
310
  "CreateSubscriptionDefinition" : {
258
311
  "name" : "CreateSubscriptionDefinition",
259
312
  "http" : {
@@ -373,6 +426,23 @@
373
426
  "shape" : "BadRequestException"
374
427
  } ]
375
428
  },
429
+ "DeleteResourceDefinition" : {
430
+ "name" : "DeleteResourceDefinition",
431
+ "http" : {
432
+ "method" : "DELETE",
433
+ "requestUri" : "/greengrass/definition/resources/{ResourceDefinitionId}",
434
+ "responseCode" : 200
435
+ },
436
+ "input" : {
437
+ "shape" : "DeleteResourceDefinitionRequest"
438
+ },
439
+ "output" : {
440
+ "shape" : "DeleteResourceDefinitionResponse"
441
+ },
442
+ "errors" : [ {
443
+ "shape" : "BadRequestException"
444
+ } ]
445
+ },
376
446
  "DeleteSubscriptionDefinition" : {
377
447
  "name" : "DeleteSubscriptionDefinition",
378
448
  "http" : {
@@ -689,6 +759,40 @@
689
759
  "shape" : "BadRequestException"
690
760
  } ]
691
761
  },
762
+ "GetResourceDefinition" : {
763
+ "name" : "GetResourceDefinition",
764
+ "http" : {
765
+ "method" : "GET",
766
+ "requestUri" : "/greengrass/definition/resources/{ResourceDefinitionId}",
767
+ "responseCode" : 200
768
+ },
769
+ "input" : {
770
+ "shape" : "GetResourceDefinitionRequest"
771
+ },
772
+ "output" : {
773
+ "shape" : "GetResourceDefinitionResponse"
774
+ },
775
+ "errors" : [ {
776
+ "shape" : "BadRequestException"
777
+ } ]
778
+ },
779
+ "GetResourceDefinitionVersion" : {
780
+ "name" : "GetResourceDefinitionVersion",
781
+ "http" : {
782
+ "method" : "GET",
783
+ "requestUri" : "/greengrass/definition/resources/{ResourceDefinitionId}/versions/{ResourceDefinitionVersionId}",
784
+ "responseCode" : 200
785
+ },
786
+ "input" : {
787
+ "shape" : "GetResourceDefinitionVersionRequest"
788
+ },
789
+ "output" : {
790
+ "shape" : "GetResourceDefinitionVersionResponse"
791
+ },
792
+ "errors" : [ {
793
+ "shape" : "BadRequestException"
794
+ } ]
795
+ },
692
796
  "GetServiceRoleForAccount" : {
693
797
  "name" : "GetServiceRoleForAccount",
694
798
  "http" : {
@@ -936,6 +1040,38 @@
936
1040
  },
937
1041
  "errors" : [ ]
938
1042
  },
1043
+ "ListResourceDefinitionVersions" : {
1044
+ "name" : "ListResourceDefinitionVersions",
1045
+ "http" : {
1046
+ "method" : "GET",
1047
+ "requestUri" : "/greengrass/definition/resources/{ResourceDefinitionId}/versions",
1048
+ "responseCode" : 200
1049
+ },
1050
+ "input" : {
1051
+ "shape" : "ListResourceDefinitionVersionsRequest"
1052
+ },
1053
+ "output" : {
1054
+ "shape" : "ListResourceDefinitionVersionsResponse"
1055
+ },
1056
+ "errors" : [ {
1057
+ "shape" : "BadRequestException"
1058
+ } ]
1059
+ },
1060
+ "ListResourceDefinitions" : {
1061
+ "name" : "ListResourceDefinitions",
1062
+ "http" : {
1063
+ "method" : "GET",
1064
+ "requestUri" : "/greengrass/definition/resources",
1065
+ "responseCode" : 200
1066
+ },
1067
+ "input" : {
1068
+ "shape" : "ListResourceDefinitionsRequest"
1069
+ },
1070
+ "output" : {
1071
+ "shape" : "ListResourceDefinitionsResponse"
1072
+ },
1073
+ "errors" : [ ]
1074
+ },
939
1075
  "ListSubscriptionDefinitionVersions" : {
940
1076
  "name" : "ListSubscriptionDefinitionVersions",
941
1077
  "http" : {
@@ -1108,6 +1244,23 @@
1108
1244
  "shape" : "BadRequestException"
1109
1245
  } ]
1110
1246
  },
1247
+ "UpdateResourceDefinition" : {
1248
+ "name" : "UpdateResourceDefinition",
1249
+ "http" : {
1250
+ "method" : "PUT",
1251
+ "requestUri" : "/greengrass/definition/resources/{ResourceDefinitionId}",
1252
+ "responseCode" : 200
1253
+ },
1254
+ "input" : {
1255
+ "shape" : "UpdateResourceDefinitionRequest"
1256
+ },
1257
+ "output" : {
1258
+ "shape" : "UpdateResourceDefinitionResponse"
1259
+ },
1260
+ "errors" : [ {
1261
+ "shape" : "BadRequestException"
1262
+ } ]
1263
+ },
1111
1264
  "UpdateSubscriptionDefinition" : {
1112
1265
  "name" : "UpdateSubscriptionDefinition",
1113
1266
  "http" : {
@@ -1583,6 +1736,9 @@
1583
1736
  "LoggerDefinitionVersionArn" : {
1584
1737
  "shape" : "__string"
1585
1738
  },
1739
+ "ResourceDefinitionVersionArn" : {
1740
+ "shape" : "__string"
1741
+ },
1586
1742
  "SubscriptionDefinitionVersionArn" : {
1587
1743
  "shape" : "__string"
1588
1744
  }
@@ -1684,6 +1840,123 @@
1684
1840
  }
1685
1841
  }
1686
1842
  },
1843
+ "CreateResourceDefinitionRequest" : {
1844
+ "type" : "structure",
1845
+ "members" : {
1846
+ "AmznClientToken" : {
1847
+ "shape" : "__string",
1848
+ "location" : "header",
1849
+ "locationName" : "X-Amzn-Client-Token"
1850
+ },
1851
+ "InitialVersion" : {
1852
+ "shape" : "ResourceDefinitionVersion"
1853
+ },
1854
+ "Name" : {
1855
+ "shape" : "__string"
1856
+ }
1857
+ }
1858
+ },
1859
+ "CreateResourceDefinitionResponse" : {
1860
+ "type" : "structure",
1861
+ "members" : {
1862
+ "Arn" : {
1863
+ "shape" : "__string"
1864
+ },
1865
+ "CreationTimestamp" : {
1866
+ "shape" : "__string"
1867
+ },
1868
+ "Id" : {
1869
+ "shape" : "__string"
1870
+ },
1871
+ "LastUpdatedTimestamp" : {
1872
+ "shape" : "__string"
1873
+ },
1874
+ "LatestVersion" : {
1875
+ "shape" : "__string"
1876
+ },
1877
+ "LatestVersionArn" : {
1878
+ "shape" : "__string"
1879
+ },
1880
+ "Name" : {
1881
+ "shape" : "__string"
1882
+ }
1883
+ }
1884
+ },
1885
+ "CreateResourceDefinitionVersionRequest" : {
1886
+ "type" : "structure",
1887
+ "members" : {
1888
+ "AmznClientToken" : {
1889
+ "shape" : "__string",
1890
+ "location" : "header",
1891
+ "locationName" : "X-Amzn-Client-Token"
1892
+ },
1893
+ "ResourceDefinitionId" : {
1894
+ "shape" : "__string",
1895
+ "location" : "uri",
1896
+ "locationName" : "ResourceDefinitionId"
1897
+ },
1898
+ "Resources" : {
1899
+ "shape" : "ListOfResource"
1900
+ }
1901
+ },
1902
+ "required" : [ "ResourceDefinitionId" ]
1903
+ },
1904
+ "CreateResourceDefinitionVersionResponse" : {
1905
+ "type" : "structure",
1906
+ "members" : {
1907
+ "Arn" : {
1908
+ "shape" : "__string"
1909
+ },
1910
+ "CreationTimestamp" : {
1911
+ "shape" : "__string"
1912
+ },
1913
+ "Id" : {
1914
+ "shape" : "__string"
1915
+ },
1916
+ "Version" : {
1917
+ "shape" : "__string"
1918
+ }
1919
+ }
1920
+ },
1921
+ "CreateSoftwareUpdateJobRequest" : {
1922
+ "type" : "structure",
1923
+ "members" : {
1924
+ "AmznClientToken" : {
1925
+ "shape" : "__string",
1926
+ "location" : "header",
1927
+ "locationName" : "X-Amzn-Client-Token"
1928
+ },
1929
+ "S3UrlSignerRole" : {
1930
+ "shape" : "S3UrlSignerRole"
1931
+ },
1932
+ "SoftwareToUpdate" : {
1933
+ "shape" : "SoftwareToUpdate"
1934
+ },
1935
+ "UpdateAgentLogLevel" : {
1936
+ "shape" : "UpdateAgentLogLevel"
1937
+ },
1938
+ "UpdateTargets" : {
1939
+ "shape" : "UpdateTargets"
1940
+ },
1941
+ "UpdateTargetsArchitecture" : {
1942
+ "shape" : "UpdateTargetsArchitecture"
1943
+ },
1944
+ "UpdateTargetsOperatingSystem" : {
1945
+ "shape" : "UpdateTargetsOperatingSystem"
1946
+ }
1947
+ }
1948
+ },
1949
+ "CreateSoftwareUpdateJobResponse" : {
1950
+ "type" : "structure",
1951
+ "members" : {
1952
+ "IotJobArn" : {
1953
+ "shape" : "__string"
1954
+ },
1955
+ "IotJobId" : {
1956
+ "shape" : "__string"
1957
+ }
1958
+ }
1959
+ },
1687
1960
  "CreateSubscriptionDefinitionRequest" : {
1688
1961
  "type" : "structure",
1689
1962
  "members" : {
@@ -1863,6 +2136,21 @@
1863
2136
  "type" : "structure",
1864
2137
  "members" : { }
1865
2138
  },
2139
+ "DeleteResourceDefinitionRequest" : {
2140
+ "type" : "structure",
2141
+ "members" : {
2142
+ "ResourceDefinitionId" : {
2143
+ "shape" : "__string",
2144
+ "location" : "uri",
2145
+ "locationName" : "ResourceDefinitionId"
2146
+ }
2147
+ },
2148
+ "required" : [ "ResourceDefinitionId" ]
2149
+ },
2150
+ "DeleteResourceDefinitionResponse" : {
2151
+ "type" : "structure",
2152
+ "members" : { }
2153
+ },
1866
2154
  "DeleteSubscriptionDefinitionRequest" : {
1867
2155
  "type" : "structure",
1868
2156
  "members" : {
@@ -2025,6 +2313,12 @@
2025
2313
  "FunctionConfigurationEnvironment" : {
2026
2314
  "type" : "structure",
2027
2315
  "members" : {
2316
+ "AccessSysfs" : {
2317
+ "shape" : "__boolean"
2318
+ },
2319
+ "ResourceAccessPolicies" : {
2320
+ "shape" : "ListOfResourceAccessPolicy"
2321
+ },
2028
2322
  "Variables" : {
2029
2323
  "shape" : "MapOf__string"
2030
2324
  }
@@ -2550,6 +2844,79 @@
2550
2844
  }
2551
2845
  }
2552
2846
  },
2847
+ "GetResourceDefinitionRequest" : {
2848
+ "type" : "structure",
2849
+ "members" : {
2850
+ "ResourceDefinitionId" : {
2851
+ "shape" : "__string",
2852
+ "location" : "uri",
2853
+ "locationName" : "ResourceDefinitionId"
2854
+ }
2855
+ },
2856
+ "required" : [ "ResourceDefinitionId" ]
2857
+ },
2858
+ "GetResourceDefinitionResponse" : {
2859
+ "type" : "structure",
2860
+ "members" : {
2861
+ "Arn" : {
2862
+ "shape" : "__string"
2863
+ },
2864
+ "CreationTimestamp" : {
2865
+ "shape" : "__string"
2866
+ },
2867
+ "Id" : {
2868
+ "shape" : "__string"
2869
+ },
2870
+ "LastUpdatedTimestamp" : {
2871
+ "shape" : "__string"
2872
+ },
2873
+ "LatestVersion" : {
2874
+ "shape" : "__string"
2875
+ },
2876
+ "LatestVersionArn" : {
2877
+ "shape" : "__string"
2878
+ },
2879
+ "Name" : {
2880
+ "shape" : "__string"
2881
+ }
2882
+ }
2883
+ },
2884
+ "GetResourceDefinitionVersionRequest" : {
2885
+ "type" : "structure",
2886
+ "members" : {
2887
+ "ResourceDefinitionId" : {
2888
+ "shape" : "__string",
2889
+ "location" : "uri",
2890
+ "locationName" : "ResourceDefinitionId"
2891
+ },
2892
+ "ResourceDefinitionVersionId" : {
2893
+ "shape" : "__string",
2894
+ "location" : "uri",
2895
+ "locationName" : "ResourceDefinitionVersionId"
2896
+ }
2897
+ },
2898
+ "required" : [ "ResourceDefinitionVersionId", "ResourceDefinitionId" ]
2899
+ },
2900
+ "GetResourceDefinitionVersionResponse" : {
2901
+ "type" : "structure",
2902
+ "members" : {
2903
+ "Arn" : {
2904
+ "shape" : "__string"
2905
+ },
2906
+ "CreationTimestamp" : {
2907
+ "shape" : "__string"
2908
+ },
2909
+ "Definition" : {
2910
+ "shape" : "ResourceDefinitionVersion"
2911
+ },
2912
+ "Id" : {
2913
+ "shape" : "__string"
2914
+ },
2915
+ "Version" : {
2916
+ "shape" : "__string"
2917
+ }
2918
+ }
2919
+ },
2553
2920
  "GetServiceRoleForAccountRequest" : {
2554
2921
  "type" : "structure",
2555
2922
  "members" : { }
@@ -2689,6 +3056,17 @@
2689
3056
  }
2690
3057
  }
2691
3058
  },
3059
+ "GroupOwnerSetting" : {
3060
+ "type" : "structure",
3061
+ "members" : {
3062
+ "AutoAddGroupOwner" : {
3063
+ "shape" : "__boolean"
3064
+ },
3065
+ "GroupOwner" : {
3066
+ "shape" : "__string"
3067
+ }
3068
+ }
3069
+ },
2692
3070
  "GroupVersion" : {
2693
3071
  "type" : "structure",
2694
3072
  "members" : {
@@ -2704,6 +3082,9 @@
2704
3082
  "LoggerDefinitionVersionArn" : {
2705
3083
  "shape" : "__string"
2706
3084
  },
3085
+ "ResourceDefinitionVersionArn" : {
3086
+ "shape" : "__string"
3087
+ },
2707
3088
  "SubscriptionDefinitionVersionArn" : {
2708
3089
  "shape" : "__string"
2709
3090
  }
@@ -3124,6 +3505,18 @@
3124
3505
  "shape" : "Logger"
3125
3506
  }
3126
3507
  },
3508
+ "ListOfResource" : {
3509
+ "type" : "list",
3510
+ "member" : {
3511
+ "shape" : "Resource"
3512
+ }
3513
+ },
3514
+ "ListOfResourceAccessPolicy" : {
3515
+ "type" : "list",
3516
+ "member" : {
3517
+ "shape" : "ResourceAccessPolicy"
3518
+ }
3519
+ },
3127
3520
  "ListOfSubscription" : {
3128
3521
  "type" : "list",
3129
3522
  "member" : {
@@ -3136,6 +3529,64 @@
3136
3529
  "shape" : "VersionInformation"
3137
3530
  }
3138
3531
  },
3532
+ "ListResourceDefinitionVersionsRequest" : {
3533
+ "type" : "structure",
3534
+ "members" : {
3535
+ "MaxResults" : {
3536
+ "shape" : "__string",
3537
+ "location" : "querystring",
3538
+ "locationName" : "MaxResults"
3539
+ },
3540
+ "NextToken" : {
3541
+ "shape" : "__string",
3542
+ "location" : "querystring",
3543
+ "locationName" : "NextToken"
3544
+ },
3545
+ "ResourceDefinitionId" : {
3546
+ "shape" : "__string",
3547
+ "location" : "uri",
3548
+ "locationName" : "ResourceDefinitionId"
3549
+ }
3550
+ },
3551
+ "required" : [ "ResourceDefinitionId" ]
3552
+ },
3553
+ "ListResourceDefinitionVersionsResponse" : {
3554
+ "type" : "structure",
3555
+ "members" : {
3556
+ "NextToken" : {
3557
+ "shape" : "__string"
3558
+ },
3559
+ "Versions" : {
3560
+ "shape" : "ListOfVersionInformation"
3561
+ }
3562
+ }
3563
+ },
3564
+ "ListResourceDefinitionsRequest" : {
3565
+ "type" : "structure",
3566
+ "members" : {
3567
+ "MaxResults" : {
3568
+ "shape" : "__string",
3569
+ "location" : "querystring",
3570
+ "locationName" : "MaxResults"
3571
+ },
3572
+ "NextToken" : {
3573
+ "shape" : "__string",
3574
+ "location" : "querystring",
3575
+ "locationName" : "NextToken"
3576
+ }
3577
+ }
3578
+ },
3579
+ "ListResourceDefinitionsResponse" : {
3580
+ "type" : "structure",
3581
+ "members" : {
3582
+ "Definitions" : {
3583
+ "shape" : "ListOfDefinitionInformation"
3584
+ },
3585
+ "NextToken" : {
3586
+ "shape" : "__string"
3587
+ }
3588
+ }
3589
+ },
3139
3590
  "ListSubscriptionDefinitionVersionsRequest" : {
3140
3591
  "type" : "structure",
3141
3592
  "members" : {
@@ -3205,6 +3656,31 @@
3205
3656
  }
3206
3657
  }
3207
3658
  },
3659
+ "LocalDeviceResourceData" : {
3660
+ "type" : "structure",
3661
+ "members" : {
3662
+ "GroupOwnerSetting" : {
3663
+ "shape" : "GroupOwnerSetting"
3664
+ },
3665
+ "SourcePath" : {
3666
+ "shape" : "__string"
3667
+ }
3668
+ }
3669
+ },
3670
+ "LocalVolumeResourceData" : {
3671
+ "type" : "structure",
3672
+ "members" : {
3673
+ "DestinationPath" : {
3674
+ "shape" : "__string"
3675
+ },
3676
+ "GroupOwnerSetting" : {
3677
+ "shape" : "GroupOwnerSetting"
3678
+ },
3679
+ "SourcePath" : {
3680
+ "shape" : "__string"
3681
+ }
3682
+ }
3683
+ },
3208
3684
  "Logger" : {
3209
3685
  "type" : "structure",
3210
3686
  "members" : {
@@ -3254,6 +3730,10 @@
3254
3730
  "shape" : "__string"
3255
3731
  }
3256
3732
  },
3733
+ "Permission" : {
3734
+ "type" : "string",
3735
+ "enum" : [ "ro", "rw" ]
3736
+ },
3257
3737
  "ResetDeploymentsRequest" : {
3258
3738
  "type" : "structure",
3259
3739
  "members" : {
@@ -3284,6 +3764,57 @@
3284
3764
  }
3285
3765
  }
3286
3766
  },
3767
+ "Resource" : {
3768
+ "type" : "structure",
3769
+ "members" : {
3770
+ "Id" : {
3771
+ "shape" : "__string"
3772
+ },
3773
+ "Name" : {
3774
+ "shape" : "__string"
3775
+ },
3776
+ "ResourceDataContainer" : {
3777
+ "shape" : "ResourceDataContainer"
3778
+ }
3779
+ }
3780
+ },
3781
+ "ResourceAccessPolicy" : {
3782
+ "type" : "structure",
3783
+ "members" : {
3784
+ "Permission" : {
3785
+ "shape" : "Permission"
3786
+ },
3787
+ "ResourceId" : {
3788
+ "shape" : "__string"
3789
+ }
3790
+ }
3791
+ },
3792
+ "ResourceDataContainer" : {
3793
+ "type" : "structure",
3794
+ "members" : {
3795
+ "LocalDeviceResourceData" : {
3796
+ "shape" : "LocalDeviceResourceData"
3797
+ },
3798
+ "LocalVolumeResourceData" : {
3799
+ "shape" : "LocalVolumeResourceData"
3800
+ }
3801
+ }
3802
+ },
3803
+ "ResourceDefinitionVersion" : {
3804
+ "type" : "structure",
3805
+ "members" : {
3806
+ "Resources" : {
3807
+ "shape" : "ListOfResource"
3808
+ }
3809
+ }
3810
+ },
3811
+ "S3UrlSignerRole" : {
3812
+ "type" : "string"
3813
+ },
3814
+ "SoftwareToUpdate" : {
3815
+ "type" : "string",
3816
+ "enum" : [ "core", "ota_agent" ]
3817
+ },
3287
3818
  "Subscription" : {
3288
3819
  "type" : "structure",
3289
3820
  "members" : {
@@ -3309,6 +3840,10 @@
3309
3840
  }
3310
3841
  }
3311
3842
  },
3843
+ "UpdateAgentLogLevel" : {
3844
+ "type" : "string",
3845
+ "enum" : [ "NONE", "TRACE", "DEBUG", "VERBOSE", "INFO", "WARN", "ERROR", "FATAL" ]
3846
+ },
3312
3847
  "UpdateConnectivityInfoRequest" : {
3313
3848
  "type" : "structure",
3314
3849
  "members" : {
@@ -3453,6 +3988,24 @@
3453
3988
  "type" : "structure",
3454
3989
  "members" : { }
3455
3990
  },
3991
+ "UpdateResourceDefinitionRequest" : {
3992
+ "type" : "structure",
3993
+ "members" : {
3994
+ "Name" : {
3995
+ "shape" : "__string"
3996
+ },
3997
+ "ResourceDefinitionId" : {
3998
+ "shape" : "__string",
3999
+ "location" : "uri",
4000
+ "locationName" : "ResourceDefinitionId"
4001
+ }
4002
+ },
4003
+ "required" : [ "ResourceDefinitionId" ]
4004
+ },
4005
+ "UpdateResourceDefinitionResponse" : {
4006
+ "type" : "structure",
4007
+ "members" : { }
4008
+ },
3456
4009
  "UpdateSubscriptionDefinitionRequest" : {
3457
4010
  "type" : "structure",
3458
4011
  "members" : {
@@ -3471,6 +4024,20 @@
3471
4024
  "type" : "structure",
3472
4025
  "members" : { }
3473
4026
  },
4027
+ "UpdateTargets" : {
4028
+ "type" : "list",
4029
+ "member" : {
4030
+ "shape" : "__string"
4031
+ }
4032
+ },
4033
+ "UpdateTargetsArchitecture" : {
4034
+ "type" : "string",
4035
+ "enum" : [ "armv7l", "x86_64", "aarch64" ]
4036
+ },
4037
+ "UpdateTargetsOperatingSystem" : {
4038
+ "type" : "string",
4039
+ "enum" : [ "ubuntu", "raspbian", "amazon_linux" ]
4040
+ },
3474
4041
  "VersionInformation" : {
3475
4042
  "type" : "structure",
3476
4043
  "members" : {
@@ -3504,4 +4071,4 @@
3504
4071
  "type" : "timestamp"
3505
4072
  }
3506
4073
  }
3507
- }
4074
+ }