aws-sdk-core 2.10.106 → 2.10.107

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8b0fb4a0818a681529ced03e16fe170599f041b
4
- data.tar.gz: 5736ad0e187e61dad3c900ed0350544dcbc2a6ce
3
+ metadata.gz: 1d7ea8495e841918d911a93c76100df7cd9f10ea
4
+ data.tar.gz: 844052b9e68ec930134cf6a0912d213d21af9667
5
5
  SHA512:
6
- metadata.gz: d57f4b65807d78b180adc168f84d49f07b885bb03a73d52e6ee8f46172fbfd35757710ac5dfb2979e290408cd32d98ce284eec7cdf81b618dfdaefe2aa3748e2
7
- data.tar.gz: 089a9fcb158c590f8bac04266991037602fbfc652bcd845ff83079e54d48c3b1123931dc1a2e4ecf7891a44ecac3f80353b25284dea203a02c1893445cbc7506
6
+ metadata.gz: 9b8ed7104bcafdb0f5cf8bb8a7e0ae90e2472ce8d422f59c224d185dc30d569eb030b9c7dc38579d5d7c7758d0f956105f544137f4a0348cdaec350d70925a34
7
+ data.tar.gz: 7f5bc9766f5910c6f9e9fb14270610a898a0d52d13cbe32f9ebe613fec25fb55ab1de92d5e645e76c77d521ceda29bedc554aba6e0be27a7695c45325263e699
@@ -1349,7 +1349,15 @@
1349
1349
  "AWS::AutoScaling::LaunchConfiguration",
1350
1350
  "AWS::AutoScaling::ScalingPolicy",
1351
1351
  "AWS::AutoScaling::ScheduledAction",
1352
- "AWS::CodeBuild::Project"
1352
+ "AWS::CodeBuild::Project",
1353
+ "AWS::WAF::RateBasedRule",
1354
+ "AWS::WAF::Rule",
1355
+ "AWS::WAF::WebACL",
1356
+ "AWS::WAFRegional::RateBasedRule",
1357
+ "AWS::WAFRegional::Rule",
1358
+ "AWS::WAFRegional::WebACL",
1359
+ "AWS::CloudFront::Distribution",
1360
+ "AWS::CloudFront::StreamingDistribution"
1353
1361
  ]
1354
1362
  },
1355
1363
  "ResourceTypeList":{
@@ -227,6 +227,24 @@
227
227
  {"shape":"InternalFailureException"}
228
228
  ]
229
229
  },
230
+ "CreateOTAUpdate":{
231
+ "name":"CreateOTAUpdate",
232
+ "http":{
233
+ "method":"POST",
234
+ "requestUri":"/otaUpdates/{otaUpdateId}"
235
+ },
236
+ "input":{"shape":"CreateOTAUpdateRequest"},
237
+ "output":{"shape":"CreateOTAUpdateResponse"},
238
+ "errors":[
239
+ {"shape":"InvalidRequestException"},
240
+ {"shape":"ResourceNotFoundException"},
241
+ {"shape":"ResourceAlreadyExistsException"},
242
+ {"shape":"ThrottlingException"},
243
+ {"shape":"UnauthorizedException"},
244
+ {"shape":"InternalFailureException"},
245
+ {"shape":"ServiceUnavailableException"}
246
+ ]
247
+ },
230
248
  "CreatePolicy":{
231
249
  "name":"CreatePolicy",
232
250
  "http":{
@@ -282,6 +300,24 @@
282
300
  {"shape":"InternalFailureException"}
283
301
  ]
284
302
  },
303
+ "CreateStream":{
304
+ "name":"CreateStream",
305
+ "http":{
306
+ "method":"POST",
307
+ "requestUri":"/streams/{streamId}"
308
+ },
309
+ "input":{"shape":"CreateStreamRequest"},
310
+ "output":{"shape":"CreateStreamResponse"},
311
+ "errors":[
312
+ {"shape":"InvalidRequestException"},
313
+ {"shape":"ResourceNotFoundException"},
314
+ {"shape":"ResourceAlreadyExistsException"},
315
+ {"shape":"ThrottlingException"},
316
+ {"shape":"UnauthorizedException"},
317
+ {"shape":"ServiceUnavailableException"},
318
+ {"shape":"InternalFailureException"}
319
+ ]
320
+ },
285
321
  "CreateThing":{
286
322
  "name":"CreateThing",
287
323
  "http":{
@@ -401,6 +437,23 @@
401
437
  {"shape":"ResourceNotFoundException"}
402
438
  ]
403
439
  },
440
+ "DeleteOTAUpdate":{
441
+ "name":"DeleteOTAUpdate",
442
+ "http":{
443
+ "method":"DELETE",
444
+ "requestUri":"/otaUpdates/{otaUpdateId}"
445
+ },
446
+ "input":{"shape":"DeleteOTAUpdateRequest"},
447
+ "output":{"shape":"DeleteOTAUpdateResponse"},
448
+ "errors":[
449
+ {"shape":"InvalidRequestException"},
450
+ {"shape":"ResourceNotFoundException"},
451
+ {"shape":"ThrottlingException"},
452
+ {"shape":"UnauthorizedException"},
453
+ {"shape":"InternalFailureException"},
454
+ {"shape":"ServiceUnavailableException"}
455
+ ]
456
+ },
404
457
  "DeletePolicy":{
405
458
  "name":"DeletePolicy",
406
459
  "http":{
@@ -469,6 +522,24 @@
469
522
  {"shape":"ResourceNotFoundException"}
470
523
  ]
471
524
  },
525
+ "DeleteStream":{
526
+ "name":"DeleteStream",
527
+ "http":{
528
+ "method":"DELETE",
529
+ "requestUri":"/streams/{streamId}"
530
+ },
531
+ "input":{"shape":"DeleteStreamRequest"},
532
+ "output":{"shape":"DeleteStreamResponse"},
533
+ "errors":[
534
+ {"shape":"ResourceNotFoundException"},
535
+ {"shape":"DeleteConflictException"},
536
+ {"shape":"InvalidRequestException"},
537
+ {"shape":"ThrottlingException"},
538
+ {"shape":"UnauthorizedException"},
539
+ {"shape":"ServiceUnavailableException"},
540
+ {"shape":"InternalFailureException"}
541
+ ]
542
+ },
472
543
  "DeleteThing":{
473
544
  "name":"DeleteThing",
474
545
  "http":{
@@ -723,6 +794,23 @@
723
794
  {"shape":"ResourceNotFoundException"}
724
795
  ]
725
796
  },
797
+ "DescribeStream":{
798
+ "name":"DescribeStream",
799
+ "http":{
800
+ "method":"GET",
801
+ "requestUri":"/streams/{streamId}"
802
+ },
803
+ "input":{"shape":"DescribeStreamRequest"},
804
+ "output":{"shape":"DescribeStreamResponse"},
805
+ "errors":[
806
+ {"shape":"InvalidRequestException"},
807
+ {"shape":"ResourceNotFoundException"},
808
+ {"shape":"ThrottlingException"},
809
+ {"shape":"UnauthorizedException"},
810
+ {"shape":"ServiceUnavailableException"},
811
+ {"shape":"InternalFailureException"}
812
+ ]
813
+ },
726
814
  "DescribeThing":{
727
815
  "name":"DescribeThing",
728
816
  "http":{
@@ -929,6 +1017,23 @@
929
1017
  {"shape":"ServiceUnavailableException"}
930
1018
  ]
931
1019
  },
1020
+ "GetOTAUpdate":{
1021
+ "name":"GetOTAUpdate",
1022
+ "http":{
1023
+ "method":"GET",
1024
+ "requestUri":"/otaUpdates/{otaUpdateId}"
1025
+ },
1026
+ "input":{"shape":"GetOTAUpdateRequest"},
1027
+ "output":{"shape":"GetOTAUpdateResponse"},
1028
+ "errors":[
1029
+ {"shape":"InvalidRequestException"},
1030
+ {"shape":"ThrottlingException"},
1031
+ {"shape":"UnauthorizedException"},
1032
+ {"shape":"InternalFailureException"},
1033
+ {"shape":"ServiceUnavailableException"},
1034
+ {"shape":"ResourceNotFoundException"}
1035
+ ]
1036
+ },
932
1037
  "GetPolicy":{
933
1038
  "name":"GetPolicy",
934
1039
  "http":{
@@ -1151,6 +1256,22 @@
1151
1256
  {"shape":"ServiceUnavailableException"}
1152
1257
  ]
1153
1258
  },
1259
+ "ListOTAUpdates":{
1260
+ "name":"ListOTAUpdates",
1261
+ "http":{
1262
+ "method":"GET",
1263
+ "requestUri":"/otaUpdates"
1264
+ },
1265
+ "input":{"shape":"ListOTAUpdatesRequest"},
1266
+ "output":{"shape":"ListOTAUpdatesResponse"},
1267
+ "errors":[
1268
+ {"shape":"InvalidRequestException"},
1269
+ {"shape":"ThrottlingException"},
1270
+ {"shape":"UnauthorizedException"},
1271
+ {"shape":"InternalFailureException"},
1272
+ {"shape":"ServiceUnavailableException"}
1273
+ ]
1274
+ },
1154
1275
  "ListOutgoingCertificates":{
1155
1276
  "name":"ListOutgoingCertificates",
1156
1277
  "http":{
@@ -1269,6 +1390,22 @@
1269
1390
  {"shape":"InternalFailureException"}
1270
1391
  ]
1271
1392
  },
1393
+ "ListStreams":{
1394
+ "name":"ListStreams",
1395
+ "http":{
1396
+ "method":"GET",
1397
+ "requestUri":"/streams"
1398
+ },
1399
+ "input":{"shape":"ListStreamsRequest"},
1400
+ "output":{"shape":"ListStreamsResponse"},
1401
+ "errors":[
1402
+ {"shape":"InvalidRequestException"},
1403
+ {"shape":"ThrottlingException"},
1404
+ {"shape":"UnauthorizedException"},
1405
+ {"shape":"ServiceUnavailableException"},
1406
+ {"shape":"InternalFailureException"}
1407
+ ]
1408
+ },
1272
1409
  "ListTargetsForPolicy":{
1273
1410
  "name":"ListTargetsForPolicy",
1274
1411
  "http":{
@@ -1818,6 +1955,23 @@
1818
1955
  {"shape":"InternalFailureException"}
1819
1956
  ]
1820
1957
  },
1958
+ "UpdateStream":{
1959
+ "name":"UpdateStream",
1960
+ "http":{
1961
+ "method":"PUT",
1962
+ "requestUri":"/streams/{streamId}"
1963
+ },
1964
+ "input":{"shape":"UpdateStreamRequest"},
1965
+ "output":{"shape":"UpdateStreamResponse"},
1966
+ "errors":[
1967
+ {"shape":"InvalidRequestException"},
1968
+ {"shape":"ResourceNotFoundException"},
1969
+ {"shape":"ThrottlingException"},
1970
+ {"shape":"UnauthorizedException"},
1971
+ {"shape":"ServiceUnavailableException"},
1972
+ {"shape":"InternalFailureException"}
1973
+ ]
1974
+ },
1821
1975
  "UpdateThing":{
1822
1976
  "name":"UpdateThing",
1823
1977
  "http":{
@@ -1932,6 +2086,11 @@
1932
2086
  "members":{
1933
2087
  }
1934
2088
  },
2089
+ "AdditionalParameterMap":{
2090
+ "type":"map",
2091
+ "key":{"shape":"Key"},
2092
+ "value":{"shape":"Value"}
2093
+ },
1935
2094
  "AlarmName":{"type":"string"},
1936
2095
  "AllowAutoRegistration":{"type":"boolean"},
1937
2096
  "Allowed":{
@@ -2045,6 +2204,11 @@
2045
2204
  "key":{"shape":"AttributeName"},
2046
2205
  "value":{"shape":"AttributeValue"}
2047
2206
  },
2207
+ "AttributesMap":{
2208
+ "type":"map",
2209
+ "key":{"shape":"Key"},
2210
+ "value":{"shape":"Value"}
2211
+ },
2048
2212
  "AuthDecision":{
2049
2213
  "type":"string",
2050
2214
  "enum":[
@@ -2131,6 +2295,8 @@
2131
2295
  "pattern":"[0-9]{12}"
2132
2296
  },
2133
2297
  "AwsArn":{"type":"string"},
2298
+ "AwsIotJobArn":{"type":"string"},
2299
+ "AwsIotJobId":{"type":"string"},
2134
2300
  "AwsIotSqlVersion":{"type":"string"},
2135
2301
  "Boolean":{"type":"boolean"},
2136
2302
  "BucketName":{"type":"string"},
@@ -2250,6 +2416,7 @@
2250
2416
  "min":64,
2251
2417
  "pattern":"(0x)?[a-fA-F0-9]+"
2252
2418
  },
2419
+ "CertificateName":{"type":"string"},
2253
2420
  "CertificatePem":{
2254
2421
  "type":"string",
2255
2422
  "max":65536,
@@ -2334,6 +2501,29 @@
2334
2501
  "metricTimestamp":{"shape":"MetricTimestamp"}
2335
2502
  }
2336
2503
  },
2504
+ "Code":{"type":"string"},
2505
+ "CodeSigning":{
2506
+ "type":"structure",
2507
+ "members":{
2508
+ "awsSignerJobId":{"shape":"SigningJobId"},
2509
+ "customCodeSigning":{"shape":"CustomCodeSigning"}
2510
+ }
2511
+ },
2512
+ "CodeSigningCertificateChain":{
2513
+ "type":"structure",
2514
+ "members":{
2515
+ "stream":{"shape":"Stream"},
2516
+ "certificateName":{"shape":"CertificateName"},
2517
+ "inlineDocument":{"shape":"InlineDocument"}
2518
+ }
2519
+ },
2520
+ "CodeSigningSignature":{
2521
+ "type":"structure",
2522
+ "members":{
2523
+ "stream":{"shape":"Stream"},
2524
+ "inlineDocument":{"shape":"Signature"}
2525
+ }
2526
+ },
2337
2527
  "CognitoIdentityPoolId":{"type":"string"},
2338
2528
  "Comment":{
2339
2529
  "type":"string",
@@ -2451,6 +2641,38 @@
2451
2641
  "keyPair":{"shape":"KeyPair"}
2452
2642
  }
2453
2643
  },
2644
+ "CreateOTAUpdateRequest":{
2645
+ "type":"structure",
2646
+ "required":[
2647
+ "otaUpdateId",
2648
+ "targets",
2649
+ "files",
2650
+ "roleArn"
2651
+ ],
2652
+ "members":{
2653
+ "otaUpdateId":{
2654
+ "shape":"OTAUpdateId",
2655
+ "location":"uri",
2656
+ "locationName":"otaUpdateId"
2657
+ },
2658
+ "description":{"shape":"OTAUpdateDescription"},
2659
+ "targets":{"shape":"Targets"},
2660
+ "targetSelection":{"shape":"TargetSelection"},
2661
+ "files":{"shape":"OTAUpdateFiles"},
2662
+ "roleArn":{"shape":"RoleArn"},
2663
+ "additionalParameters":{"shape":"AdditionalParameterMap"}
2664
+ }
2665
+ },
2666
+ "CreateOTAUpdateResponse":{
2667
+ "type":"structure",
2668
+ "members":{
2669
+ "otaUpdateId":{"shape":"OTAUpdateId"},
2670
+ "awsIotJobId":{"shape":"AwsIotJobId"},
2671
+ "otaUpdateArn":{"shape":"OTAUpdateArn"},
2672
+ "awsIotJobArn":{"shape":"AwsIotJobArn"},
2673
+ "otaUpdateStatus":{"shape":"OTAUpdateStatus"}
2674
+ }
2675
+ },
2454
2676
  "CreatePolicyRequest":{
2455
2677
  "type":"structure",
2456
2678
  "required":[
@@ -2527,6 +2749,33 @@
2527
2749
  "roleAliasArn":{"shape":"RoleAliasArn"}
2528
2750
  }
2529
2751
  },
2752
+ "CreateStreamRequest":{
2753
+ "type":"structure",
2754
+ "required":[
2755
+ "streamId",
2756
+ "files",
2757
+ "roleArn"
2758
+ ],
2759
+ "members":{
2760
+ "streamId":{
2761
+ "shape":"StreamId",
2762
+ "location":"uri",
2763
+ "locationName":"streamId"
2764
+ },
2765
+ "description":{"shape":"StreamDescription"},
2766
+ "files":{"shape":"StreamFiles"},
2767
+ "roleArn":{"shape":"RoleArn"}
2768
+ }
2769
+ },
2770
+ "CreateStreamResponse":{
2771
+ "type":"structure",
2772
+ "members":{
2773
+ "streamId":{"shape":"StreamId"},
2774
+ "streamArn":{"shape":"StreamArn"},
2775
+ "description":{"shape":"StreamDescription"},
2776
+ "streamVersion":{"shape":"StreamVersion"}
2777
+ }
2778
+ },
2530
2779
  "CreateThingGroupRequest":{
2531
2780
  "type":"structure",
2532
2781
  "required":["thingGroupName"],
@@ -2612,6 +2861,15 @@
2612
2861
  "max":3600,
2613
2862
  "min":900
2614
2863
  },
2864
+ "CustomCodeSigning":{
2865
+ "type":"structure",
2866
+ "members":{
2867
+ "signature":{"shape":"CodeSigningSignature"},
2868
+ "certificateChain":{"shape":"CodeSigningCertificateChain"},
2869
+ "hashAlgorithm":{"shape":"HashAlgorithm"},
2870
+ "signatureAlgorithm":{"shape":"SignatureAlgorithm"}
2871
+ }
2872
+ },
2615
2873
  "DateType":{"type":"timestamp"},
2616
2874
  "DeleteAuthorizerRequest":{
2617
2875
  "type":"structure",
@@ -2669,6 +2927,22 @@
2669
2927
  "error":{"httpStatusCode":409},
2670
2928
  "exception":true
2671
2929
  },
2930
+ "DeleteOTAUpdateRequest":{
2931
+ "type":"structure",
2932
+ "required":["otaUpdateId"],
2933
+ "members":{
2934
+ "otaUpdateId":{
2935
+ "shape":"OTAUpdateId",
2936
+ "location":"uri",
2937
+ "locationName":"otaUpdateId"
2938
+ }
2939
+ }
2940
+ },
2941
+ "DeleteOTAUpdateResponse":{
2942
+ "type":"structure",
2943
+ "members":{
2944
+ }
2945
+ },
2672
2946
  "DeletePolicyRequest":{
2673
2947
  "type":"structure",
2674
2948
  "required":["policyName"],
@@ -2725,6 +2999,22 @@
2725
2999
  "members":{
2726
3000
  }
2727
3001
  },
3002
+ "DeleteStreamRequest":{
3003
+ "type":"structure",
3004
+ "required":["streamId"],
3005
+ "members":{
3006
+ "streamId":{
3007
+ "shape":"StreamId",
3008
+ "location":"uri",
3009
+ "locationName":"streamId"
3010
+ }
3011
+ }
3012
+ },
3013
+ "DeleteStreamResponse":{
3014
+ "type":"structure",
3015
+ "members":{
3016
+ }
3017
+ },
2728
3018
  "DeleteThingGroupRequest":{
2729
3019
  "type":"structure",
2730
3020
  "required":["thingGroupName"],
@@ -3015,6 +3305,23 @@
3015
3305
  "roleAliasDescription":{"shape":"RoleAliasDescription"}
3016
3306
  }
3017
3307
  },
3308
+ "DescribeStreamRequest":{
3309
+ "type":"structure",
3310
+ "required":["streamId"],
3311
+ "members":{
3312
+ "streamId":{
3313
+ "shape":"StreamId",
3314
+ "location":"uri",
3315
+ "locationName":"streamId"
3316
+ }
3317
+ }
3318
+ },
3319
+ "DescribeStreamResponse":{
3320
+ "type":"structure",
3321
+ "members":{
3322
+ "streamInfo":{"shape":"StreamInfo"}
3323
+ }
3324
+ },
3018
3325
  "DescribeThingGroupRequest":{
3019
3326
  "type":"structure",
3020
3327
  "required":["thingGroupName"],
@@ -3283,6 +3590,13 @@
3283
3590
  "Enabled":{"type":"boolean"},
3284
3591
  "EndpointAddress":{"type":"string"},
3285
3592
  "EndpointType":{"type":"string"},
3593
+ "ErrorInfo":{
3594
+ "type":"structure",
3595
+ "members":{
3596
+ "code":{"shape":"Code"},
3597
+ "message":{"shape":"OTAUpdateErrorMessage"}
3598
+ }
3599
+ },
3286
3600
  "ErrorMessage":{
3287
3601
  "type":"string",
3288
3602
  "max":2048
@@ -3318,6 +3632,12 @@
3318
3632
  }
3319
3633
  },
3320
3634
  "FailedThings":{"type":"integer"},
3635
+ "FileId":{
3636
+ "type":"integer",
3637
+ "max":255,
3638
+ "min":0
3639
+ },
3640
+ "FileName":{"type":"string"},
3321
3641
  "FirehoseAction":{
3322
3642
  "type":"structure",
3323
3643
  "required":[
@@ -3400,6 +3720,23 @@
3400
3720
  "logLevel":{"shape":"LogLevel"}
3401
3721
  }
3402
3722
  },
3723
+ "GetOTAUpdateRequest":{
3724
+ "type":"structure",
3725
+ "required":["otaUpdateId"],
3726
+ "members":{
3727
+ "otaUpdateId":{
3728
+ "shape":"OTAUpdateId",
3729
+ "location":"uri",
3730
+ "locationName":"otaUpdateId"
3731
+ }
3732
+ }
3733
+ },
3734
+ "GetOTAUpdateResponse":{
3735
+ "type":"structure",
3736
+ "members":{
3737
+ "otaUpdateInfo":{"shape":"OTAUpdateInfo"}
3738
+ }
3739
+ },
3403
3740
  "GetPolicyRequest":{
3404
3741
  "type":"structure",
3405
3742
  "required":["policyName"],
@@ -3498,6 +3835,7 @@
3498
3835
  "groupArn":{"shape":"ThingGroupArn"}
3499
3836
  }
3500
3837
  },
3838
+ "HashAlgorithm":{"type":"string"},
3501
3839
  "HashKeyField":{"type":"string"},
3502
3840
  "HashKeyValue":{"type":"string"},
3503
3841
  "ImplicitDeny":{
@@ -3534,6 +3872,7 @@
3534
3872
  "REBUILDING"
3535
3873
  ]
3536
3874
  },
3875
+ "InlineDocument":{"type":"string"},
3537
3876
  "InternalException":{
3538
3877
  "type":"structure",
3539
3878
  "members":{
@@ -4071,6 +4410,33 @@
4071
4410
  "nextToken":{"shape":"NextToken"}
4072
4411
  }
4073
4412
  },
4413
+ "ListOTAUpdatesRequest":{
4414
+ "type":"structure",
4415
+ "members":{
4416
+ "maxResults":{
4417
+ "shape":"MaxResults",
4418
+ "location":"querystring",
4419
+ "locationName":"maxResults"
4420
+ },
4421
+ "nextToken":{
4422
+ "shape":"NextToken",
4423
+ "location":"querystring",
4424
+ "locationName":"nextToken"
4425
+ },
4426
+ "otaUpdateStatus":{
4427
+ "shape":"OTAUpdateStatus",
4428
+ "location":"querystring",
4429
+ "locationName":"otaUpdateStatus"
4430
+ }
4431
+ }
4432
+ },
4433
+ "ListOTAUpdatesResponse":{
4434
+ "type":"structure",
4435
+ "members":{
4436
+ "otaUpdates":{"shape":"OTAUpdatesSummary"},
4437
+ "nextToken":{"shape":"NextToken"}
4438
+ }
4439
+ },
4074
4440
  "ListOutgoingCertificatesRequest":{
4075
4441
  "type":"structure",
4076
4442
  "members":{
@@ -4263,6 +4629,33 @@
4263
4629
  "nextMarker":{"shape":"Marker"}
4264
4630
  }
4265
4631
  },
4632
+ "ListStreamsRequest":{
4633
+ "type":"structure",
4634
+ "members":{
4635
+ "maxResults":{
4636
+ "shape":"MaxResults",
4637
+ "location":"querystring",
4638
+ "locationName":"maxResults"
4639
+ },
4640
+ "nextToken":{
4641
+ "shape":"NextToken",
4642
+ "location":"querystring",
4643
+ "locationName":"nextToken"
4644
+ },
4645
+ "ascendingOrder":{
4646
+ "shape":"AscendingOrder",
4647
+ "location":"querystring",
4648
+ "locationName":"isAscendingOrder"
4649
+ }
4650
+ }
4651
+ },
4652
+ "ListStreamsResponse":{
4653
+ "type":"structure",
4654
+ "members":{
4655
+ "streams":{"shape":"StreamsSummary"},
4656
+ "nextToken":{"shape":"NextToken"}
4657
+ }
4658
+ },
4266
4659
  "ListTargetsForPolicyRequest":{
4267
4660
  "type":"structure",
4268
4661
  "required":["policyName"],
@@ -4655,6 +5048,11 @@
4655
5048
  "max":1000,
4656
5049
  "min":1
4657
5050
  },
5051
+ "MaxResults":{
5052
+ "type":"integer",
5053
+ "max":250,
5054
+ "min":1
5055
+ },
4658
5056
  "Message":{
4659
5057
  "type":"string",
4660
5058
  "max":128
@@ -4685,6 +5083,75 @@
4685
5083
  "error":{"httpStatusCode":404},
4686
5084
  "exception":true
4687
5085
  },
5086
+ "OTAUpdateArn":{"type":"string"},
5087
+ "OTAUpdateDescription":{
5088
+ "type":"string",
5089
+ "max":2028,
5090
+ "pattern":"[^\\p{C}]+"
5091
+ },
5092
+ "OTAUpdateErrorMessage":{"type":"string"},
5093
+ "OTAUpdateFile":{
5094
+ "type":"structure",
5095
+ "members":{
5096
+ "fileName":{"shape":"FileName"},
5097
+ "fileVersion":{"shape":"OTAUpdateFileVersion"},
5098
+ "fileSource":{"shape":"Stream"},
5099
+ "codeSigning":{"shape":"CodeSigning"},
5100
+ "attributes":{"shape":"AttributesMap"}
5101
+ }
5102
+ },
5103
+ "OTAUpdateFileVersion":{"type":"string"},
5104
+ "OTAUpdateFiles":{
5105
+ "type":"list",
5106
+ "member":{"shape":"OTAUpdateFile"},
5107
+ "max":10,
5108
+ "min":1
5109
+ },
5110
+ "OTAUpdateId":{
5111
+ "type":"string",
5112
+ "max":128,
5113
+ "min":1,
5114
+ "pattern":"[a-zA-Z0-9_-]+"
5115
+ },
5116
+ "OTAUpdateInfo":{
5117
+ "type":"structure",
5118
+ "members":{
5119
+ "otaUpdateId":{"shape":"OTAUpdateId"},
5120
+ "otaUpdateArn":{"shape":"OTAUpdateArn"},
5121
+ "creationDate":{"shape":"DateType"},
5122
+ "lastModifiedDate":{"shape":"DateType"},
5123
+ "description":{"shape":"OTAUpdateDescription"},
5124
+ "targets":{"shape":"Targets"},
5125
+ "targetSelection":{"shape":"TargetSelection"},
5126
+ "otaUpdateFiles":{"shape":"OTAUpdateFiles"},
5127
+ "otaUpdateStatus":{"shape":"OTAUpdateStatus"},
5128
+ "awsIotJobId":{"shape":"AwsIotJobId"},
5129
+ "awsIotJobArn":{"shape":"AwsIotJobArn"},
5130
+ "errorInfo":{"shape":"ErrorInfo"},
5131
+ "additionalParameters":{"shape":"AdditionalParameterMap"}
5132
+ }
5133
+ },
5134
+ "OTAUpdateStatus":{
5135
+ "type":"string",
5136
+ "enum":[
5137
+ "CREATE_PENDING",
5138
+ "CREATE_IN_PROGRESS",
5139
+ "CREATE_COMPLETE",
5140
+ "CREATE_FAILED"
5141
+ ]
5142
+ },
5143
+ "OTAUpdateSummary":{
5144
+ "type":"structure",
5145
+ "members":{
5146
+ "otaUpdateId":{"shape":"OTAUpdateId"},
5147
+ "otaUpdateArn":{"shape":"OTAUpdateArn"},
5148
+ "creationDate":{"shape":"DateType"}
5149
+ }
5150
+ },
5151
+ "OTAUpdatesSummary":{
5152
+ "type":"list",
5153
+ "member":{"shape":"OTAUpdateSummary"}
5154
+ },
4688
5155
  "OptionalVersion":{"type":"long"},
4689
5156
  "OutgoingCertificate":{
4690
5157
  "type":"structure",
@@ -5095,6 +5562,10 @@
5095
5562
  "cannedAcl":{"shape":"CannedAccessControlList"}
5096
5563
  }
5097
5564
  },
5565
+ "S3Bucket":{
5566
+ "type":"string",
5567
+ "min":1
5568
+ },
5098
5569
  "S3FileUrl":{
5099
5570
  "type":"string",
5100
5571
  "max":65535
@@ -5103,6 +5574,23 @@
5103
5574
  "type":"list",
5104
5575
  "member":{"shape":"S3FileUrl"}
5105
5576
  },
5577
+ "S3Key":{
5578
+ "type":"string",
5579
+ "min":1
5580
+ },
5581
+ "S3Location":{
5582
+ "type":"structure",
5583
+ "required":[
5584
+ "bucket",
5585
+ "key"
5586
+ ],
5587
+ "members":{
5588
+ "bucket":{"shape":"S3Bucket"},
5589
+ "key":{"shape":"S3Key"},
5590
+ "version":{"shape":"S3Version"}
5591
+ }
5592
+ },
5593
+ "S3Version":{"type":"string"},
5106
5594
  "SQL":{"type":"string"},
5107
5595
  "SalesforceAction":{
5108
5596
  "type":"structure",
@@ -5219,6 +5707,9 @@
5219
5707
  "disableAllLogs":{"shape":"DisableAllLogs"}
5220
5708
  }
5221
5709
  },
5710
+ "Signature":{"type":"blob"},
5711
+ "SignatureAlgorithm":{"type":"string"},
5712
+ "SigningJobId":{"type":"string"},
5222
5713
  "SkyfallMaxResults":{
5223
5714
  "type":"integer",
5224
5715
  "max":250,
@@ -5305,9 +5796,73 @@
5305
5796
  "members":{
5306
5797
  }
5307
5798
  },
5799
+ "Stream":{
5800
+ "type":"structure",
5801
+ "members":{
5802
+ "streamId":{"shape":"StreamId"},
5803
+ "fileId":{"shape":"FileId"}
5804
+ }
5805
+ },
5806
+ "StreamArn":{"type":"string"},
5807
+ "StreamDescription":{
5808
+ "type":"string",
5809
+ "max":2028,
5810
+ "pattern":"[^\\p{C}]+"
5811
+ },
5812
+ "StreamFile":{
5813
+ "type":"structure",
5814
+ "members":{
5815
+ "fileId":{"shape":"FileId"},
5816
+ "s3Location":{"shape":"S3Location"}
5817
+ }
5818
+ },
5819
+ "StreamFiles":{
5820
+ "type":"list",
5821
+ "member":{"shape":"StreamFile"},
5822
+ "max":10,
5823
+ "min":1
5824
+ },
5825
+ "StreamId":{
5826
+ "type":"string",
5827
+ "max":128,
5828
+ "min":1,
5829
+ "pattern":"[a-zA-Z0-9_-]+"
5830
+ },
5831
+ "StreamInfo":{
5832
+ "type":"structure",
5833
+ "members":{
5834
+ "streamId":{"shape":"StreamId"},
5835
+ "streamArn":{"shape":"StreamArn"},
5836
+ "streamVersion":{"shape":"StreamVersion"},
5837
+ "description":{"shape":"StreamDescription"},
5838
+ "files":{"shape":"StreamFiles"},
5839
+ "createdAt":{"shape":"DateType"},
5840
+ "lastUpdatedAt":{"shape":"DateType"},
5841
+ "roleArn":{"shape":"RoleArn"}
5842
+ }
5843
+ },
5308
5844
  "StreamName":{"type":"string"},
5845
+ "StreamSummary":{
5846
+ "type":"structure",
5847
+ "members":{
5848
+ "streamId":{"shape":"StreamId"},
5849
+ "streamArn":{"shape":"StreamArn"},
5850
+ "streamVersion":{"shape":"StreamVersion"},
5851
+ "description":{"shape":"StreamDescription"}
5852
+ }
5853
+ },
5854
+ "StreamVersion":{
5855
+ "type":"integer",
5856
+ "max":65535,
5857
+ "min":0
5858
+ },
5859
+ "StreamsSummary":{
5860
+ "type":"list",
5861
+ "member":{"shape":"StreamSummary"}
5862
+ },
5309
5863
  "SucceededThings":{"type":"integer"},
5310
5864
  "TableName":{"type":"string"},
5865
+ "Target":{"type":"string"},
5311
5866
  "TargetArn":{"type":"string"},
5312
5867
  "TargetSelection":{
5313
5868
  "type":"string",
@@ -5316,6 +5871,11 @@
5316
5871
  "SNAPSHOT"
5317
5872
  ]
5318
5873
  },
5874
+ "Targets":{
5875
+ "type":"list",
5876
+ "member":{"shape":"Target"},
5877
+ "min":1
5878
+ },
5319
5879
  "TaskId":{
5320
5880
  "type":"string",
5321
5881
  "max":40
@@ -5751,6 +6311,29 @@
5751
6311
  "roleAliasArn":{"shape":"RoleAliasArn"}
5752
6312
  }
5753
6313
  },
6314
+ "UpdateStreamRequest":{
6315
+ "type":"structure",
6316
+ "required":["streamId"],
6317
+ "members":{
6318
+ "streamId":{
6319
+ "shape":"StreamId",
6320
+ "location":"uri",
6321
+ "locationName":"streamId"
6322
+ },
6323
+ "description":{"shape":"StreamDescription"},
6324
+ "files":{"shape":"StreamFiles"},
6325
+ "roleArn":{"shape":"RoleArn"}
6326
+ }
6327
+ },
6328
+ "UpdateStreamResponse":{
6329
+ "type":"structure",
6330
+ "members":{
6331
+ "streamId":{"shape":"StreamId"},
6332
+ "streamArn":{"shape":"StreamArn"},
6333
+ "description":{"shape":"StreamDescription"},
6334
+ "streamVersion":{"shape":"StreamVersion"}
6335
+ }
6336
+ },
5754
6337
  "UpdateThingGroupRequest":{
5755
6338
  "type":"structure",
5756
6339
  "required":[
@@ -382,8 +382,10 @@
382
382
  },
383
383
  "codestar" : {
384
384
  "endpoints" : {
385
+ "ap-northeast-1" : { },
385
386
  "ap-southeast-1" : { },
386
387
  "ap-southeast-2" : { },
388
+ "ca-central-1" : { },
387
389
  "eu-central-1" : { },
388
390
  "eu-west-1" : { },
389
391
  "eu-west-2" : { },
@@ -551,6 +553,7 @@
551
553
  "endpoints" : {
552
554
  "ap-northeast-1" : { },
553
555
  "ap-northeast-2" : { },
556
+ "ap-south-1" : { },
554
557
  "ap-southeast-1" : { },
555
558
  "ap-southeast-2" : { },
556
559
  "ca-central-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.106'
2
+ VERSION = '2.10.107'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.106
4
+ version: 2.10.107
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-19 00:00:00.000000000 Z
11
+ date: 2017-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath